﻿@charset "utf-8";
/* CSS Document */
body {
    max-width: 7.5rem; overflow-x: hidden; background: #fff;
    font: 0.18rem/0.36rem "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;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:98%; 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; }


.banner_box{
    width: 100%;
    height: 9.6rem;
    background: url("../images/banner_bg.png") center top no-repeat;
    background-size: auto 100%;
}
.banner_box .container{
    padding-top: 1.1rem;
}
.banner_box h2{
    line-height: .65rem;
    text-align: center;
    color: #fff;
    font-size: .53rem;
    font-weight: normal;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 6.72rem;
    height: 1.84rem;
    margin: .3rem auto .9rem;
}
.banner_box p{
    line-height: .7rem;
    text-align: center;
    font-size: .4rem;
    color: #F6E06B;
}
.banner_box .days{
    display: inline-block;
    vertical-align: middle;
    line-height: .70rem;
    width: 1.06rem;
    background-image: url("../images/day_bg.png");
    background-size: 100%;
    margin: 0 .10rem;
    font-size: .44rem;
    color: #524CC3;
    text-align: center;
    letter-spacing: .30rem;
    text-indent: .11rem;
    font-weight: bold;
}
.box_container{
    padding: .2rem 0;
}
.box1{
    margin-top: -2.3rem;
    padding-top: 0;
}
.box_title{
    line-height: .6rem;
    margin-bottom: .4rem;
    text-align: center;
    font-size: .51rem;
    color: #F6E06B;
    text-shadow:0px 3px 0px rgba(64,58,145,1);
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin: .1rem .25rem;
    width:.67rem;
    height:.21rem;
    background:rgba(107,100,224,1);
    border-radius:.11rem;
}
.box1_container,
.box2_container,
.box3_container,
.box4_container,
.box5_container,
.box6_container{
    border-radius: .1rem;
    background: #302871;
    border: .1rem solid #635BDB;
    padding: .2rem .2rem;
    text-align: center;
}
.box1_container h5{
    line-height: .45rem;
    font-size: .3rem;
    color: #F6E06B;
    margin-bottom: .2rem;
    font-weight: normal;
}
.box1_container{
    height: 5rem;
}
.box1_container>p{
    width:2.85rem;
    line-height: .54rem;
    background:rgba(78,58,195,1);
    border-radius:.27rem;
    font-size: .22rem;
    color: #fff;
    margin: 0 auto;
}
.box1_bottom{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    height: 3rem;
    background-image: url("../images/box1_img.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.box1_bottom p{
    display: block;
    float: left;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    width: .5rem;
    line-height: .5rem;
    font-size: .22rem;
    color: #fff;
}
.box1_bottom p:nth-child(-n+2){
    margin-right: .4rem;
}
.box1_bottom p:nth-child(4){
    margin-right: .3rem;
    margin-left: .4rem;
}
.box1_bottom p:nth-child(5),
.box1_bottom p:nth-child(6){
    margin-right: .3rem;
}
.box1_bottom p:nth-child(7){
    margin-right: .4rem;
}
.box2_list{
    width: 100%;
}
.box2_list li{
    float: left;
    width: 2.9rem;
    box-sizing: border-box;
    background: #7f7aed;
    padding: 3px;
    border-radius: .1rem;
}
.box2_list li:nth-last-child(1){
    float: right;
}
.box2_list li img{
    display: block;
    border-radius: .1rem;
}
.box2_container .video_box{
    width: 100%;
    margin: .2rem 0;
    position: relative;
    z-index: 4;
}
.box2_container .video_box video{
    display: block;
    /*width: 100%;*/
    width: 43%;
    margin:0 auto;
}
#danmu{
    display: none;
    width: 100%;
    height: 16rem;
    position: absolute;
    left: 0;
    top: .2rem;
    right: 0;
    z-index: 3;
    overflow: hidden;
}
#danmu li {
    position: absolute;
    color:#fff;
    line-height: .40rem;
    font-size: .4rem;
    white-space: nowrap;
}
.play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 1rem;
    z-index: 9;
}
.box3_title{
    display: inline-block;
    line-height: .4rem;
    position: relative;
    font-size: .32rem;
    color: #F6E06B;
    font-weight: normal;
    z-index: 1;
    margin-bottom: .55rem;
}
.box3_title::after{
    content: '';
    display: block;
    width: 100%;
    height:.07rem;
    background:rgba(98,91,219,1);
    border-radius: .04rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.box3_list li{
    float: left;
    width: 3.2rem;
}
.box3_list li:nth-child(2){
    float: right;
}
.box3_list li:nth-child(3){
    margin-left: 1.6rem;
}
.box3_list li p{
    line-height: .5rem;
    border-radius: .08rem;
    background: #625BDB;
    font-size: .22rem;
    color: #fff;
    margin-bottom: .15rem;
}
.box3_list li .box3_lil_p{
    display: flex;
    justify-content: space-between;
}
.box3_list li .box3_lil_p p{
    width: 1.5rem;
}
.box3_btn{
    width: 2.50rem;
    line-height: .75rem;
    font-size: .22rem;
    color: #fff;
    display: block;
    background-image: url("../images/box3_btn.png");
    background-size: 100%;
    margin: .2rem auto 0;
}
/* 联动切换二维码 开始 */
.list-div {
    margin-bottom: .2rem;
}
.list-div .selectBox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: .8rem;
    cursor: default;
    text-align: left;
}
.list-div .selectBox:after {
    position: absolute;
    right: .15rem;
    top: .35rem;
    pointer-events: none;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #233868;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.list-div .selectBox.onSelect:after {
    transform: rotate(-180deg);
}
.list-div .selectBox cite {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
    border: 1px solid #1678d4;
    border-radius: 5px;
    font-size: .35rem;
    font-style: normal;
    line-height: .8rem;
    text-indent: .75em;
    transition: all .2s;
}
.list-div .selectBox:hover cite {
    border-color: #5faff7;
}
.list-div .selectBox ul {
    display: none;
    position: absolute;
    left: 0;
    top: .8rem;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    max-height: 5rem;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    border: 1px solid #5faff7;
    border-radius: 5px;
    font-size: .45rem;
    line-height: .7rem;
    text-indent: .75em;
}
.list-div .selectBox li:hover {
    background: #f8f8f8;
}
.pic {
    position: relative;
    width: 3rem;
    height: 2.9rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .2rem;
    background-image: url("../images/qr_bg.png");
    background-size: 100%;
}
.pic img {
    display: block;
    width: 100%;
}
.pic .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
}
.wxId {
    display: none;
}
.code_l p{
    line-height: .70rem;
    font-size: .20rem;
    color: #F6E06B;
    text-align: center;
}
.box4_r_p{
    margin-top: .15rem;
    line-height: .60rem;
    font-size: .22rem;
    color: #fff;
    text-align: center;
}
/* 联动切换二维码 end */
.adv{
    display: block;
    height: 1.47rem;
    margin: .2rem auto;
    background-image: url("../images/adv_bg.png");
    background-size: 100%;
    padding: .2rem .4rem;
}
.adv_l{
    float: left;
    width: 60%;
}
.adv_l h4{
    line-height: .5rem;
    font-size: .3rem;
    color: #fff;
    text-shadow: 0 9px 5px rgba(139,46,0,.4);
}
.adv_l h5{
    line-height: .6rem;
    font-size: .22rem;
    color: #fcff00;
}
.adv_btn{
    display: block;
    float: right;
    margin-top: .1rem;
    width: 2.60rem;
    line-height: .85rem;
    border-radius: .43rem;
    text-align: center;
    background: linear-gradient(to right,#fed92d,#ffbe4e);
    box-shadow: 0 0 9px rgba(214,86,0,.4);
    font-size: .30rem;
    color: #451400;
    font-weight: bold;
}
.adv_btn:hover{
    background: linear-gradient(to left,#fed92d,#ffbe4e);
}
.box5_list li{
    float: left;
    width: 3.1rem;
}
.box5_list li:nth-child(2){
    float: right;
}
.box5_list li:nth-child(3){
    margin-left: 1.6rem;
}
.box5_list li:nth-child(1) .box5_box{
    background-image: url("../images/box5_bg1.png");
}
.box5_list li:nth-child(2) .box5_box{
    background-image: url("../images/box5_bg2.png");
}
.box5_list li:nth-child(3) .box5_box{
    background-image: url("../images/box5_bg3.png");
}
.box5_box{
    background-size: 100%;
    box-sizing: border-box;
    padding-top: .70rem;
    padding-left: .15rem;
    text-align: center;
    height: 3.28rem;
}
.box5_box h5{
    line-height: .40rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .10rem;
    font-size: .22rem;
}
.box5_box h3{
    line-height: .5rem;
    color: #FFFE54;
    font-size: .3rem;
}
.box5_box p{
    line-height: .30rem;
    color: #fff;
    font-size: .22rem;
    margin-top: .15rem;
}
.box5_list li a{
    display: block;
    margin: .3rem auto;
    font-size: .22rem;
    color: #fff;
    background-image: url("../images/box5_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.8rem;
    line-height: .5rem;
}
.after_box6_title{
    line-height: .45rem;
    margin-bottom: .30rem;
    margin-top: -.3rem;
    font-size: .21rem;
    color: #F6E06B;
    text-align: center;
}
.city_list li{
    float: left;
    margin: .1rem .5%;
    width: 24%;
    line-height: .5rem;
    text-align: center;
    font-size: .21rem;
    background:rgba(83,62,208,1);
    border-radius: .1rem;
}
.city_list li:hover{
    background:linear-gradient(90deg,rgba(246,224,107,1),rgba(236,205,59,1));
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover a{
    color: #4E2304;
}

.box1_l{
    border-radius: .3rem .3rem 0 0;
    background: rgba(83,62,208,1);
    width: 100%;
    box-sizing: border-box;
    padding: .2rem;
}
.box1_l .box1_l_top_box:nth-child(1){
    float: left;
}
.box1_l .box1_l_top_box:nth-last-child(1){
    float: right;
}
.box1_l_top_box{
    width: 49%;
    height: 4rem;
    background: rgba(254,254,254,1);
    border-radius: .1rem;
    box-sizing: border-box;
    padding: .1rem 0;
    text-align: center;
}
.box1_l_top_box h5{
    line-height: .6rem;
    font-size: .28rem;
    color: #0D0C0C;
}
.box1_l_top_box img{
    width: 1.8rem;
    display: block;
    margin: 0 auto;
}
.box1_l_top_box a{
    display: block;
    margin: .0rem auto;
    width: 2rem;
    line-height: .4rem;
    border-radius: .3rem;
    background:linear-gradient(210deg,rgb(101, 89, 227),rgb(83, 62, 208));
    font-size: .28rem;
    color: #FDFCFC;
}
.box1_table{
    margin-top: .2rem;
    width: 100%;
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
    text-align: center;
    color: #333;
}
.box1_table th{
    line-height: .6rem;
    font-size: .25rem;
}
.box1_table td{
    font-size: .22rem;
    box-sizing: border-box;
    padding: .1rem 0;
    line-height: .3rem;
    border: 1px solid #FEEED7;
}
.box1_r{
    width:100%;
    box-sizing: border-box;
    padding: .2rem;
    background:linear-gradient(210deg,rgb(101, 89, 227),rgba(83, 62, 208, .8));
}
.box1_r_title {
    line-height: .75rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #fff;
    font-size: .5rem;
}

.listBox {
    position: relative;
}

.userInfor select, .userInfor input, #province, #city {
    width: 49%;
    height: 1rem;
    line-height: 1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .1rem;
    padding-left: .1rem;
    font-size: .35rem;
    color: #333;
    box-sizing: border-box;
}
.prov-infor select{
    width: 31.3%;
    /* margin: 0 1%; */
}

.userInfor .list-infor .vimg {
    vertical-align: top;
    /*margin-left: 2%;*/
    display: inline-block;
    height: 1rem;
    cursor: pointer;
}

.userInfor .list-infor .get-vcode {
    width: 49%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: .1rem;
    font-size: .35rem;
    vertical-align: middle;
    padding-left: 0;
    position: absolute;
    right: 0;
    background: #faa23c;
}

.userInfor .change {
    cursor: pointer;
}

.userInfor .sm {
    font-size: .35rem;
    color: #fff;
    margin: .25rem 0;
    line-height: .6rem;
    text-align: left;
}

.userInfor i {
    font-style: normal;
    font-size: .35rem;
    color: #FF8866;
    position: absolute;
    right: 0;
    top: 0;
}

.list-infor {
    height: 1rem;
    margin-bottom: .25rem;
}

#authinput {
    width: 48%;
}

#provinceList, #cityList, #periodList, #subjectList, #countyList, #province, #city {
    background: #fff url('../images/select_bg.png') no-repeat 93% center;
}

.getCodeBox {
    position: relative;
}

#mobile,
#username {
    width: 100%;
}

#phoneCode {
    width: 48%;
}

.ptBnBox {
    margin: 0 auto;
    text-align: center;
}

.tempBox p {
    padding-top: .5rem;
    padding-bottom: .25rem;
    line-height: .6rem;
}
.box4_container{
    text-align: left;
}

.tempBox .tcBtn {
    color: #fff;
    font-size: .4rem;
    display: inline-block;
    height: 1rem;
    border-radius: .5rem;
    line-height: 1rem;
    box-shadow: 0px 5px 21px 0px rgba(225, 97, 104, 0.4);
    background: #F65F6B;
    background: linear-gradient(25deg, #F65F6B, #FE805C);
    margin-bottom: .5rem;
    text-align: center;
    width: 48%;
    cursor: pointer;
}

.userInfor .list-infor .ptBn {
    font-size: .4rem;
    display: block;
    float: left;
    width: 48%;
    height: 1rem;
    border-radius: .5rem;
    line-height: 1rem;
    text-align: center;
    cursor: pointer;
    color: #532808;
    background: rgb(255, 204, 61);
    box-shadow:0px 5px 30px 0px rgb(107, 100, 224);
}

#myBtn {
    float: right;
}

.userInfor input,
.userInfor select {
    border: 0;
}

#periodList,
#provinceList ,
#cityList ,
#countyList {
    float: left;
}

#subjectList,#city {
    float: right;
}
/* fixed */
.fixed_mask{
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}
.fixed_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: .2rem;
    background: #6559e3;
    box-sizing: border-box;
    padding: .2rem .4rem;
    color: #fff;
}
.fixed_close{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -.6rem;
    width: .5rem;
}
.fixed_zl{
    display: none;
    width: 90%;
}
.fixed_zl_title{
    line-height: .5rem;
    margin-bottom: .1rem;
    font-size: .3rem;
    text-align: center;
    color: #fff;
}
.fixed_zl_list li{
    line-height: .5rem;
    margin-bottom: .2rem;
    font-size: .25rem;
    color: #fff;
}
.fixed_zl_list li a{
    display: block;
    float: right;
    text-align: center;
    color: #602e00;
    font-size: .25rem;
    width: 1.8rem;
    line-height: .5rem;
    border-radius: .25rem;
    background: #ffd744;
}
.fixed_zl_btn,.fixed_sj_btn,.btn_close{
    display: block;
    background: #ffd744;
    text-align: center;
    color: #602e00;
    margin: .2rem auto 0.3rem auto;
    width: 3rem;
    line-height: 1rem;
    border-radius: .5rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.2);
    font-size: 0.3rem;
}
.tkInfo{
    color: #fff;
    font-size: 0.4rem;
}
.fixed_cs{
    display: none;
    width: 90%;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: .35rem;
}
.fixed_sj{
    display: none;
    width: 90%;
    text-align: center;
}
.fixed_sj p{
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
}
.fixed_sj input{
    display: block;
    width: 100%;
    border: 0;
    border-radius: .1rem;
    height: 1rem;
    line-height: 1rem;
    padding-left: .1rem;
    box-sizing: border-box;
    font-size: .35rem;
    color: #333;
}
.fixed_tc{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 4.80rem;
    height: 4.64rem;
    background-image: url("../images/fixed_bg.png");
    background-size: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2.1rem;
}
.fixed_tc p{
    line-height: .4rem;
    color: #333;
    font-size: .3rem;
}
.fixed_tc h5{
    line-height: .8rem;
    color: #333;
    font-size: .42rem;
    background: linear-gradient(90deg,#ffba61,#f7fe88);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.fixed_tc a{
    display: block;
    margin: 0 auto;
    width: 1.65rem;
    border-radius: .35rem;
    line-height: .7rem;
    background: linear-gradient( 145deg,#9d6eeb,#3a3ee0);
    color: #fff;
    font-size: .3rem;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}