@charset "utf-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
    }
    .container{
        width: auto;
        padding: 0 15px;
    }

    .header{
        height: 130px;
        border-top-width: 8px;
    }

    .toggle{
        display: block;
        position: absolute;
        top: 80px;
        right: 15px;
        width: 30px;
        font-size: 0;
    }
    .toggle i{
        display: inline-block;
        width: 100%;
        height: 4px;
        background: #B72A30;
        margin: 3px 0;
    }

    .search{
        left: 15px;
        top: 80px;
    }
    .search form{
        position: relative;
        width: 75%;
    }
    input[type='text']{
        width: 100%;
        box-sizing: border-box;
    }

    .nav{
        display: none;
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 132px;
        margin-top: 0;
        background: transparent;
        z-index: 999;
    }
    .menu>li{
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }
    .menu>li:last-child{
        border-bottom: none;
    }
    .menu>li>a{
        font-size: 16px;
    }
    .menu>li:hover>a{
        color: #333;
        background: transparent;
    }
    .menu>li span{
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        color: #333;
        font-size: 24px;
        font-weight: bolder;
        line-height: normal;
        transition: .3s;
    }
    .menu>li span.active{
        transform: rotate(45deg);
    }
    .menu>li:after{
        display: none;
    }
    .sub-menu{
        position: static;
        width: auto;
        padding: 0;
    }
    .sub-menu a{
        line-height: 35px;
        font-size: 14px;
        padding-left: 30px;
        border-bottom: 1px solid #eee;
        background: #9E1616;
    }

    .title{
        height: 30px;
        line-height: 30px;
    }
    .title h1{
        font-size: 20px;
    }
    .title h1:before{
        top: 0;
        transform: scale(0.8);
    }

    .slider{
        height: auto;
    }
    .slider .container{
        padding: 0;
    }
    .slideBox .hd{
        bottom: 5px;
    }
    .slideBox .hd ul li{
        width: 10px;
        height: 10px;
    }
    .slideBox>a{
        display: none !important;
    }

    .albumBox, .news-box, .notice, .guide{
        float: none;
        width: 100%;
        height: auto;
    }
    .albumBox .bd img{
        height: 230px;
    }
    .news-box{
        margin-top: 25px;
    }

    .platform ul{
        text-align: center;
    }
    .platform ul li{
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    .info-special{
        overflow: hidden;
    }

    .footer{
        padding: 0;
    }
    .footer .copyright{
        padding: 25px 0;
        color: #eee;
        font-size: 14px;
        line-height: 25px;
    }

    .link{
        margin: 25px 0 0 0;
        text-align: center;
    }
    .link li{
        float: none;
        display: inline-block;
        text-align: left;
        margin-bottom: 10px;
    }
    .link ul{
        z-index: 9;
    }

    .section{
        min-height: 100%;
    }
    .banner img{
        height: 120px;
    }

    .aside{
        display: none;
    }

    .column{
        float: none;
        width: 100%;
        min-height: auto;
    }
    .column .common-list{
        margin-left: 0;
    }

    .caption{
        margin: 25px 0;
    }
    .caption h1{
        font-size: 20px;
    }
    .caption p span:first-child {
        display: none;
    }
    .content img{
        max-width: 100%;
        height: auto !important;
    }
    .detail{
        margin: 25px 0 0;
    }
    .detail>p{
        font-size: 14px;
    }

    .list-box{
        margin: 25px 0;
    }

    .search-list{margin-left:0;}

}