﻿@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;display: flex;justify-content: space-around;margin-bottom: 20px;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 95%; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1120px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1120px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {float: left; width: 131px; height: 40px; overflow: hidden; background: url(../images/logo1.png) no-repeat; font-size: 12px; text-indent: -100em; z-index:999}
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }
.box_container{
    box-sizing: border-box;
    padding: 40px 0;
}


.banner_box{
    width: 100%;
    height: 803px;
    text-align: center;
    background: url("../images/banner-new.jpg") center top no-repeat;
}
.banner_box .container{
    padding-top: 40px;
}
.banner_box p{
    line-height: 40px;
    font-size: 28px;
    color: #fff;
}
.clock{
    position: absolute;
    width: 110px;
    left: 170px;
    top: 125px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 470px;
    margin: 8px auto -20px;
}
.banner_box h2{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(90deg, #D540F2, #5721E5);
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    margin: 0 auto;
    width: 570px;
    line-height: 75px;
    border-radius: 38px;
    font-size: 34px;
    border: 2px solid #F4F8FF;
}
.banner_box h2 img{
    display: block;
    height: 30px;
}
.banner_box h2 span{
    display: block;
    margin: 0 8px;
}
.banner_box h2 span.yellow{
    color: #FBFF86;
}
.banner_box h2 span.white{
    color: #fff;
}
.box1{
    margin-top: -80px;
    background: url('../images/box1_bg.png') center bottom no-repeat;
    background-size: cover;
}
.box1_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
}
.box1_tab li{
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    width: 480px;
    height: 100px;
    border-radius: 50px;
    margin: 0 40px;
}
.box1_tab li p{
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #D540F2, #5721E5);
    border: 2px solid #F4F8FF;
    border-radius: 40px;
    font-size: 28px;
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    color: #fff;
}
.box1_tab li.active p{
    font-weight: bold;
    color: #FBFF86;
}
.box1_cont_box{
    box-sizing: border-box;
    background: linear-gradient(90deg, #D540F2, #5721E5);
    margin-top: -50px;
    padding: 75px 35px 45px;
    border: 2px solid #F4F8FF;
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    border-radius: 20px 20px 20px 100px;
}
.box1_cont{
    box-sizing: border-box;
    background: #FFFFFF;
    display: none;
    padding: 16px;
    border-radius: 10px;
}
.box1_cont:nth-child(1){
    display: block;
}
.box1_top_p{
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.box1_top_p span{
    color: #EF401C;
}
.box1_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box1_yy{
    background-image: url('../images/box1_yy.png');
    background-size: 100%;
    box-sizing: border-box;
    padding: 0px 35px;
    width: 496px;
    height: 433px;
}
.ajax_form{
    width: 100%;
}
.ajax_form p{
    margin-bottom: 30px;
}
.ajax_form input,
.ajax_form select{
    width: 212px;
    height: 46px;
    line-height: 46px;
    border-radius: 26px;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    color: #333;
    font-size: 20px;
    float: left;
}
.ajax_form select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form input.shoujihao{
    width: 100%;
}
.ajax_form select#city,
.ajax_form select#city2{
    float: right;
}
.ajax_form input.PhoneCode{
    width: 255px;
}
.ajax_form input.send{
    width: 160px;
    float: right;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(88deg, #FF853B, #EF3E1B);
}
.ajax_form input.button{
    width: 296px;
    height: 40px;
    line-height: 40px;
    border-radius: 26px;
    font-size: 26px;
    margin: 90px auto 0;
    padding-left: 24px;
    border: 0;
    box-sizing: border-box;
    background-image: url('../images/yy_btn.png');
    background-size: 100%;
    cursor: pointer;
    color: #D52F0B;
    text-align: left;
    float: none;
    display: block;
    font-weight: bold;
}
.box1_r_sk{
    background-image: url('../images/bg-1.png');
    background-size: 100%;
    box-sizing: border-box;
    padding: 36px 60px;
    width: 496px;
    height: 433px;
    margin-left: 2%;
}

.box1_r_gk h5,
.box1_r_sk h5{
    width: 200px;
    line-height: 36px;
    border-radius: 0 36px 0 0;
    font-size: 26px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #fbff86, #fdffce);
    text-align: center;
    color: #5922E5;
}
.box1_r_gk h5{
    color: #d52f0b;
}
.box1_r_gk p,
.box1_r_sk p{
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 18px;
}
.box1_r_gk p img,
.box1_r_sk p img{
    display: block;
    height: 16px;
    margin-right: 10px;
}
.box1_r_gk{
    background-image: url('../images/bg-1.png');
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 50px;
    width: 496px;
    height: 433px;
}

/*新加的峰会预约按钮*/
#btn1{
	position:absolute;
	bottom:35px;
	left:100px
}

.box1_r_gk>img{
    display: block;
    box-sizing: border-box;
    border: 1px solid #f11d36;
    box-shadow: 0 0 35px rgba(0,0,0,.26);
    width: 175px;
    border-radius: 20px;
}
.box2{
    background: url('../images/box2_bg.png') center bottom no-repeat;
    background-size: cover;
}
.box_title{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 40px;
}
.box_title::before,
.box_title::after{
    content: '';
    display: block;
    background-image: url('../images/title_l.png');
    background-size: 100%;
    width: 303px;
    height: 3px;
    margin: 0 20px;
}
.box_title::after{
    background-image: url('../images/title_r.png');
}
.box_title span.circle{
    width: 46px;
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(168deg, #D540F2, #5721E5);
    border-radius: 50%;
}
.box_title p{
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    background: linear-gradient(180deg, #D540F2 0%, #5721E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box_title .title_keyword h5{
    font-size: 40px;
    line-height: 40px;
    color: #CF3EF1;
    font-weight: normal;
}
.box_title .title_keyword h4{
    line-height: 90px;
    font-size: 88px;
    background: linear-gradient(180deg, #D540F2 0%, #5721E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box2_bg{
    background: url('../images/box2_cont_bg.png') center top no-repeat;
    background-size: 150% 150%;
    box-sizing: border-box;
    padding: 45px 140px;
    border: 2px solid #F4F8FF;
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    border-radius: 20px 150px;
}
.box2_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box2_tab{
    width: 170px;
    text-align: center;
}
.box2_tab li{
    cursor: pointer;
    background-image: url('../images/box2_tab.png');
    background-size: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    margin-bottom: -20px;
}
.box2_tab li:hover{
    background-image: url('../images/box2_tab_hover.png');
}
.box2_tab li.active{
    background-image: url('../images/box2_tab_active.png');
}
.box2_tab li span{
    color: #D52F0B;
    display: block;
    font-weight: bold;
    transform: rotate(-6deg);    
}
.box2_tab li:hover span{
    color: #fff;
}
.box2_tab li.active span{
    font-size: 26px;
    background: linear-gradient(180deg, #D540F2 0%, #5721E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box2_cont:nth-child(1){
    display: block;
}
.box2_cont{
    display: none;
    width: 645px;
}
.box2_table{
    width: 100%;
    text-align: center;
    background: #f5cb5c;
    overflow: hidden;
    border-radius: 6px;
}
.box2_table th{
    line-height: 60px;
    font-size: 24px;
    width: 33.3%;
    border: 1px solid #EAB732;
    color: #D52F0B;
    background: #FFF867;
}
.box2_table td{
    line-height: 60px;
    font-size: 20px;
    border: 1px solid #EAB732;
    border-top: 10px solid #EAB732;
    color: #000;
    background: rgba(255,255,255,.3);
}
.box2_bottom_text{
    margin-top: 30px;
    line-height: 24px;
    font-size: 16px;
    padding: 15px;
    box-shadow: 0px 6px 0px 0px rgba(220, 73, 247, 0.99);
    border-radius: 6px;
    text-align: justify;
    color: #D52F0B;
    box-sizing: border-box;
    background: #FFFFFF;
}
.box3{
    background: url('../images/box3_bg.png') center bottom no-repeat;
    background-size: cover;
}
.box3_bg{
    background: url('../images/box3_cont_bg.png') center top no-repeat;
    background-size: 150% 150%;
    box-sizing: border-box;
    padding: 25px 70px 65px;
    border: 2px solid #F4F8FF;
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    border-radius: 150px 20px;
}

#tushu {  
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 18.5px;
    font-weight:bold;
     }





.box3_list{
    display: flex;
    justify-content: space-between;
}
.box3_list li{
    position: relative;
    text-align: center;
    width: 310px;
}
.box3_list li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 355px;
    background: #EF99FF;
    border-radius: 6px 60px 6px 6px;
}
.box3_top{
    position: relative;
    z-index: 2;
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(171, 53, 237, 0.99);
    border-radius: 6px 60px 0px 0px;
}
.box3_book{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.box3_book img{
    display: block;
    height: 240px;
}
.box3_top h5{
    background: #C43CF0;
    color: #fff;
    font-size: 26px;
    line-height: 48px;
    border-radius: 20px 20px 0px 0px;
}
.box3_list li a:hover{
    color: #fff;
    background-image: url('../images/book_btn_hover.png');
}
.box3_list li a{
    position: relative;
    text-align: left;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    color: #D52F0B;
    font-weight: bold;
    background-image: url('../images/book_btn.png');
    background-size: 100%;
    width: 223px;
    line-height: 52px;
    padding-left: 35px;
    font-size: 26px;
    margin: 15px auto;
}
.box4{
    background: url('../images/box4_bg.png') center bottom no-repeat;
    background-size: cover;
}
.box4_bg{
    background: url('../images/box4_cont_bg.png') center top no-repeat;
    background-size: 150% 150%;
    box-sizing: border-box;
    padding: 70px 40px;
    border: 2px solid #F4F8FF;
    box-shadow: 0px 7px 0px 0px rgba(220, 73, 247, 0.99);
    border-radius: 20px 150px;
}
.poster_list{
    display: flex;
    justify-content: space-between;
}
.poster_list li{
    position: relative;
    text-align: center;
    width: 334px;
}
.poster_list li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 330px;
    height: 195px;
    background: #EF99FF;
    border-radius: 6px 60px 6px 6px;
}
.poster_list li a{
    display: block;
    position: relative;
    z-index: 2;
}
.poster_img{
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(171, 53, 237, 0.99);
    box-sizing: border-box;
    padding: 10px;
    width: 310px;
    border-radius: 6px 60px 0px 0px;
}
.poster_img img{
    display: block;
    width: 100%;
    border-radius: 6px 60px 0px 0px;
}
.poster_list li p{
    color: #000;
    background: #FFFFFF;
    width: 250px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 20px;
    margin: 18px auto;
}




@media only all and (max-width:1080px) {
    .cs{
        /* background: red; */
        display: flex;
        justify-content: space-between;
    }
    .cs div{
        width: 50%;
        /* background: pink; */
    }
   .province,.city{
       width: 100%!important;
   }
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(../images/logo1.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "高顿公考版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .box_container{
        padding: .5rem 0;
    }

	.banner_box{
        height: 15rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box p{
        line-height: 1rem;
        font-size: .8rem;
    }
    .clock{
        width: 2.3rem;
        left: 3rem;
        top: 2.4rem;
    }
    .banner_box h1{
        height: 7rem;
        margin: .2rem auto -.5rem;
    }
    .banner_box h2{
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        width: 16rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: .85rem;
    }
    .banner_box h2 img{
        height: .75rem;
    }
    .banner_box h2 span{
        margin: 0 .2rem;
    }
    .box1{
        margin-top: -2rem;
    }
    .box1_tab li{
        padding: .15rem;
        width: 48%;
        height: 2.5rem;
        border-radius: 1.25rem;
        margin: 0 1%;
    }
    .box1_tab li p{
        height: 2.2rem;
        line-height: 2.2rem;
        border-radius: 1rem;
        font-size: .6rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
    }
    .box1_cont_box{
        margin-top: -1rem;
        padding: 1.5rem .5rem .5rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        border-radius: .5rem;
    }
    .box1_cont{
        padding: .4rem;
        border-radius: .4rem;
    }
    .box1_top_p{
        line-height: 1rem;
        margin-bottom: .3rem;
        font-size: .7rem;
    }
    .box1_flex{
        flex-wrap: wrap;
    }
    .box1_yy{
        padding: 0rem 1.5rem;
        width: 100%;
        height: 14.2rem;
    }

	/*新加的峰会预约按钮*/
	#btn1{
		position:absolute;
		bottom:1rem;
		left:3rem;
		width:10rem;
		height:1.5rem;
	}

    .ajax_form p{
        margin-bottom: .8rem;
    }

    .ajax_form input,
    .ajax_form select{
        width: 49%;
        height: 1.4rem;
        line-height: 1.4rem;
        border-radius: .85rem;
        padding-left: .5rem;
        font-size: .75rem;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input.PhoneCode{
        width: 59%;
    }
    .ajax_form input.send{
        width: 39%;
    }
    .ajax_form input.button{
        width: 11.5rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: 1rem;
        margin: 2.5rem auto 0;
        padding-left: 1rem;
    }
    .box1_r_sk{
        background-repeat: no-repeat;
        padding: 1rem 1.5rem;
        width: 100%;
        height: 14.2rem;
		margin-top:1rem;
    }
    .box1_r_gk h5,
    .box1_r_sk h5{
        width: 7rem;
        line-height: 1.2rem;
        border-radius: 0 1.2rem 0 0;
        font-size: .8rem;
        margin-bottom: .4rem;
    }
    .box1_r_gk p,
    .box1_r_sk p{
        line-height: 1.2rem;
        margin-bottom: .2rem;
        font-size: .75rem;
    }
    .box1_r_gk p img,
    .box1_r_sk p img{
        height: .6rem;
        margin-right: .3rem;
    }
    .box1_r_gk{
        /*padding: 1.5rem 1.2rem;*/
		margin-top:1rem;
        width: 100%;
        height: 14.2rem;
    }
    .box1_r_gk>img{
        width: 5rem;
        border-radius: .5rem;
    }
    .box_title{
        margin-bottom: 1rem;
    }
    .box_title::before,
    .box_title::after{
        display: none;
    }
    .box_title span.circle{
        width: 1.5rem;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box_title p{
        font-size: .85rem;
        line-height: 1.5rem;
    }
    .box_title .title_keyword h5{
        font-size: .85rem;
        line-height: 1rem;
    }
    .box_title .title_keyword h4{
        line-height: 2rem;
        font-size: 1.6rem;
    }
    .box2_bg{
        padding: .5rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        border-radius: .5rem;
    }
    .box2_flex{
        display: block;
    }
    .box2_tab{
        width: 100%;
    }
    .box2_tab li{
        float: left;
        width: 31.3%;
        margin: -.3rem 1%;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: .75rem;
    }
    .box2_tab li.active span{
        font-size: .95rem;
    }
    .box2_cont{
        margin-top: 1rem;
        width: 100%;
    }
    .box2_table{
        border-radius: .2rem;
    }
    .box2_table th{
        line-height: 1.5rem;
        font-size: .8rem;
        white-space: nowrap;
    }
    .box2_table td{
        line-height: 1rem;
        font-size: .7rem;
        box-sizing: border-box;
        padding: .2rem .1rem;
        border-top: .3rem solid #EAB732;
    }
    .box2_bottom_text{
        margin-top: 1rem;
        line-height: 1rem;
        font-size: .7rem;
        padding: .4rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        border-radius: .2rem;
    }
    .box3_bg{
        padding: .5rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        border-radius: .5rem;
    }
    .box3_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .box3_list li{
        margin: .2rem 1%;
        width: 48%;
    }
    .box3_list li::after{
        width: 98%;
        height: 8rem;
        border-radius: .2rem 1rem .2rem .2rem;
    }
    .box3_top{
        width: 96%;
        box-shadow: 0px .2rem .4rem 0px rgba(171, 53, 237, 0.99);
        border-radius: .2rem 1rem 0px 0px;
    }
    .box3_book{
        height: 6rem;
    }
    .box3_book img{
        height: 5rem;
    }
    .box3_top h5{
        font-size: .75rem;
        line-height: 1.5rem;
        border-radius: .5rem .5rem 0px 0px;
    }
    .box3_list li a{
        width: 5.575rem;
        line-height: 1.3rem;
        padding-left: .9rem;
        font-size: .75rem;
        margin: .4rem auto;
    }
    .box4_bg{
        padding: .5rem;
        box-shadow: 0px .2rem 0px 0px rgba(220, 73, 247, 0.99);
        border-radius: .5rem;
    }
    .poster_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .poster_list li{
        margin: .2rem 1%;
        width: 48%;
    }
    .poster_list li::after{
        width: 98%;
        height: 6rem;
        border-radius: .2rem 1rem .2rem .2rem;
    }
    .poster_img{
        padding: .3rem;
        width: 96%;
        border-radius: .2rem 1.5rem 0px 0px;
    }
    .poster_img img{
        border-radius: .2rem 1.5rem 0px 0px;
    }
    .poster_list li p{
        width: 6.5rem;
        box-sizing: border-box;
        padding: .2rem;
        line-height: 1rem;
        border-radius: .7rem;
        font-size: .75rem;
        margin: .4rem auto;
    }
    #tushu {  
        font-size: .65rem;
        padding-bottom: .4rem;
    }

}
#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    margin-top: -0.45rem;
    padding: 0;
  }
  ._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
    padding: 0!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: .8rem;
  }
  ._nc .stage1 .slider{
    height: 40px!important;
    left: .7rem;
    right: .7rem;
  }
  ._nc .stage1 .button{
    width:  40px!important;
    height: 40px!important;
  }
  .nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
    height: 40px;
  }
  .nc-container .nc_scale .scale_text{
    font-size: .5rem!important;
    text-align: left;
  }
  .nc_scale {
    height: 40px!important;
  }
  .nc-container .nc_scale span {
    height: 40px!important;
    line-height: 40px!important;
  }
  .nc-container .nc_scale span.nc-lang-cnt {
    line-height: 40px;
  }
  .nc-container .nc_scale .btn_ok {
    line-height: 40px;
  }
  textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #e5e5e5;
    padding-left: 1.1rem;
    margin-top: .75rem;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    font-size: .5rem;
  }
  .radio{
      width: 20px!important;
      height: 20px!important;
  }
  .box_radio{
      /* background: red; */
      display: flex;
      align-items: center;
  }
  .submit{
    width: 296px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 26px;
    margin: 0 auto;
    /* padding-left: 24px; */
    border: 0;
    box-sizing: border-box;
    background-image: url(../images/yy_btn.png);
    background-size: 100%;
    cursor: pointer;
    color: #D52F0B;
    text-align: left;
    float: none;
    display: block;
    font-weight: bold;
    text-align: center;
  }
.ext1{
    width: 100%!important;
    height: 40px;
}
.xl{
    width: 100%!important;
    margin-top: 4%;
}
@media screen and (max-width:439px) {
    .submit{
        width: 200px!important;
        height: 30px!important;
        background-size: 100% 100%!important;
        line-height: 30px!important;
        font-size: 15px;
        margin-top: 17%;
    }
    .clearfix{
        margin-bottom: 3%;
    }
}
@media screen and (max-width:335px) {
    .submit{
        margin-top: 10%;
    }
}


