@charset "utf-8";

@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1560px) {

}
@media screen and (max-width: 1480px) {

}
@media screen and (max-width: 1440px) {
    .content_right{
        width: 75%;
    }

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1360px) {
    .content_right{
        width: 73%;
    }
    .con_left{
        width: 26%;
    }
}
@media screen and (max-width: 1300px) {

    .posters_info{
        width: 63%;
    }
    .footer_nav_d{
        width: 58%;
    }

}
@media screen and (max-width: 1280px) {


}
@media screen and (max-width: 1260px) {

}

@media screen and (max-width: 1199px){
    body{ min-width: 320px;}
    .head_nav{
        margin-left: 50px;
    }
    .container{
        max-width: 100%;
    }

    .footer_left{
        width: 24%;
    }
    .footer_nav_ewm dd{
        margin-left: 20px;
    }
    .head_nav ul li{
        padding: 0 18px;
    }

}
@media screen and (max-width: 1100px) {
    .head_nav{
        margin-left: 30px;
    }
    .head_nav ul li{
        padding: 0 15px;
    }

}
@media screen and (max-width: 1024px) {
    .content_user{
        padding: 15px;
    }
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .nav_buts{
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        background-color: rgba(239, 239, 239, 0.5);
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%);
        z-index: 9;
    }
    .top_user{
        margin-right: 15px;
    }
    /*导航*/
    .top_butt{ display: block; float: right; margin-top: 36px;  width: 30px; height: 30px; z-index: 99999; }
    header.action .top_butt{
        margin-top: 28px;
    }
    .top_butt .bar{ width: 30px; height: 2px; display: block; background: #34495e; margin: 6px 0;
        border-radius: 25px;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(8px) rotate(-40.5deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }
    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .head_nav{
        z-index: 21;
        position: fixed;
        top: 0;
        opacity: 0;
        left: -50%;
        width: 50%;
        height: 100%;
        margin-left: auto;
        background: #fff;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .head_nav ul{
        float: left;
        width: 100%;
        height: 96%;
        overflow-y: auto;
        margin-top: 50px;
    }

    .head_nav ul li{
        float: left;
        width: 100%;
        height: auto;
        background: no-repeat;
        margin: 0;
        border-bottom: solid 1px #efefef;
    }
    .head_nav ul li .nav_item{
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .head_nav ul li .nav_item a{
        line-height: 50px;
        font-size: 14px;
    }
    .head_nav ul li .nav_item a i{
        display: inline-block;
        font-size: 14px;
    }
    .head_nav ul li .nav_item em{
        display: block;
        margin-right: 10px;
        line-height: 50px;
        font-size: 18px;
    }

    .nav_child{
        display: none;
        border-top: solid 1px #efefef;
        width: 100%;
        opacity: 1;
        padding: 15px 0;
        visibility: unset;
        position: relative;
        top: auto;
        left: auto;
        box-shadow: unset;
        overflow: hidden;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .head_nav ul li:hover .nav_child{
        opacity: 1;
        visibility:inherit;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
    }
    .nav_child dd{
        display: inline-block;
        margin: 5px 0;
        padding:5px 5px;
        width: 49%;
        border: 1px solid #f4f6f9;
        text-align: center;
    }


    .head_nav_on{
        left: 0;
        opacity: 1;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .index_adv{
        padding: 0;
    }


    .footer_top{
        padding: 50px 15px;
    }
    .footer_link{
        padding: 15px;
    }

    .footer_top{
        padding: 50px 15px;
    }
    .footer_link{
        padding: 15px;
    }

}
@media screen and (max-width: 768px) {
    header{
        height: 88px;
    }
    .head_bot{
        height: 88px;
    }
    .logo {
        height: 38px;
    }
    .head_search {
        line-height: 88px;
        height: 88px;
    }
    .top_height{
        margin-top: 88px;
    }
    .top_butt{
        margin-top: 29px;
    }
    .top_user{
        height: 88px;
        padding-top: 25px;
    }
    .con_left{
        width: 100%;
    }
    .con_lmbk{
        display: none;
    }
    .content_right{
        width: 100%;
    }
    .footer_left{
        width:100%;
        text-align: center;
    }
    .footer_right{
        width: 100%;
    }

}
@media screen and (max-width: 576px) {
    .head_nav{
        left: -75%;
    }
    .head_nav_on{
        left: 0;
    }
    header{
        height: 70px;
    }
    .head_top{
        display: none;
    }
    .head_bot{
        height: 70px;
    }
    .logo{
        margin-top: 16px;
    }
    .head_search{
        height: 70px;
        line-height: 70px;
    }
    .top_butt{
        margin-top: 19px;
    }
    .top_height{
        margin-top: 70px;
    }
    .head_nav{
        width: 75%;
    }

    .footer_top{
        display: none;
        padding: 30px 0;
    }
    .footer_left{
        padding: 0 10px;
    }
    .footer_nav_d{
        display: none;
    }
    .footer_nav_ewm{
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .footer_nav_ewm dd{
        margin-left:0;
        margin: 0 15px;
    }
    .footer_link{
        display: none;
    }
    .footer_bot{
        padding: 15px;
    }
    .posters_img{
        width: 32%;
    }
    .posters_info{
        width: 63%;
    }
    .content_vip{
        height: 186px;
        padding: 40px 15px;
    }
    .searchLayer_m{
        width: 100%;
        padding: 15px;
    }
    .floating{
        display: none;
    }
    .web_nav{
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        right: 0;
        padding: 5px 0;
        z-index: 9;
    }
    .web_nav:before {
        content: '1';
        color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,0.1);
        display: block;
        overflow: hidden;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    .web_nav ul{
        width: 100%;
        display: flex;
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
        align-items: center;
    }
    .web_nav ul dd {
        width: 20%;
        flex: 1;
        text-align: center;
        font-size: 12px;
    }
    .web_nav ul dd a {
        display: block;
        margin-top: 5px;
    }
    .web_nav ul dd i {
        margin-bottom: 0;
        display: block;
        font-size: 20px;
    }
    footer{
        margin-bottom: 57px;
    }
    .user_debris ul li{
        margin-bottom: 20px;
    }
    .debris_div{
        padding: 15px 0 15px;
    }
    .debris_div small{
        font-size: 14px;
    }
    .debris_div h3{
        font-size: 22px;
    }
    .user_group_list li{
        margin-bottom: 15px;
    }
    .content_vip h3{
        font-size: 17px;
    }
    .content_vip span{
        margin-top: 5px;
    }
    .top_user{
        height: 70px;
        padding-top: 15px;
    }
    .user_drop_down{
        width: 130px;
        left: 0;
        right: auto;
    }
    .nav_wap_user{
        display: block;
    }
    .content_user{
        min-height: auto;
    }
    .user_con_d{
        display: block;
        text-align: left;
    }
    .user_con_d .user_con_n{
        text-align: left;
        width: 100%;
        font-size: 14px;
    }
    .form_group_span em{
        margin-left: 0;
        margin-right: 15px;
    }
    .form_group_span{
        width: 100%;
    }
    .form_group_span span{
        display: block;
    }
    .list_query_button{
        width: 100%;
        margin-top: 10px;
    }
    .list_cz_type dd{
        font-size: 12px;
        margin-right: 5px;
    }
    .form_code{
        width: 60%;
    }
    .code_img{
        width: 40%;
    }
    .user_submit button{
        width: 48%;
        margin: 5px 0;
    }
    .form_pay_types label{
        width: 46%;
        margin-bottom: 8px;
    }
    .form_pay_radio span{
        display: inline-block;
    }


    .hide_s{
        display: none!important;
    }
    .list_cz_type{
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .content_plate_list{
        padding: 0!important;
    }
    .login_div{
        -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@media screen and (max-width: 414px) {

}