@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; }

/* 通用底部 */
.footer { clear: both; position: relative; background: #333; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }
.box_container{
    padding: .2rem 0;
}
.fixed_bot{
    bottom: .8rem;
}
body{
    box-sizing: border-box;
    padding-bottom: .8rem;
    background: #199ad7 url('../images/body_bg.png') center 6.88rem no-repeat;
    background-size: 100%;
}
.banner_box{
    width: 100%;
    height: 6rem;
    background: url("../images/banner_bg.png") center top no-repeat;
    background-size: auto 100%;
}
.banner_box .container{
    padding-top: .4rem;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 7rem;
    height: 3.1rem;
    margin: 0 auto;
}
.banner_box img{
    position: absolute;
    width: 3rem;
    left: 50%;
    margin-left: -2rem;
    top: 3.5rem;
    animation: banner_move 8s linear infinite;
}
@keyframes banner_move{
    0% { transform: translate(0,0); }
    25% { transform: translate(-.1rem,-.1rem); }
    50% { transform: translate(-.2rem,0); }
    75% { transform: translate(-.1rem,-.1rem); }
    100% { transform: translate(0,0); }
}
.box_title{
    display: block;
    margin: 0 auto .4rem;
    line-height: 1.0rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    font-size: .45rem;
    font-weight: bold;
}
.box_title span{
    background: linear-gradient(0deg,#f6f173,#fcfcf5);
    -webkit-background-clip: text;
    color: transparent;   
    text-shadow: 0 0 2px 0 solid rgba(0,31,141,.5)
}
.box1 .box_title{
    background-image: url('../images/box1_title.png');
}
.box2 .box_title{
    background-image: url('../images/box2_title.png');
}
.box3 .box_title{
    background-image: url('../images/box3_title.png');
}
.box4 .box_title{
    background-image: url('../images/box4_title.png');
}
.box1_top{
    line-height: .36rem;
    margin-bottom: .30rem;
    text-align: center;
    font-size: .28rem;
    color: #FFF95F;
}
.box_box{
    padding: .2rem;
    border-radius: .4rem;
    background: #49E0FD;
}
.inner_box{
    background: #1177AE;
    box-sizing: border-box;
    position: relative;
    border-radius: .2rem;
    padding: .2rem;
}
.box1_top_list{
    display: block;
}
.box1_top_list li{
    float: left;
    width: 48%;
    margin: 0 1% .15rem;
    height: 1.8rem;
    background:linear-gradient(180deg,rgba(253,249,0,1),rgba(251,212,59,1));
    border-radius: .2rem;
    box-sizing: border-box;
    padding: .15rem;
}
.box1_top_list li a{
    display: block;
    text-align: center;
    margin: 0 auto .1rem;
    width: 1.6rem;
    line-height: .45rem;
    border-radius: .23rem;
    background: #FFFC63;
    color: #8D4529;
    font-size: .25rem;
}
.box1_top_list li p{
    text-align: center;
    line-height: .3rem;
    font-size: .26rem;
    color: #333;
}
.box1_list2_title{
    margin: .2rem auto;
    width: 2.85rem;
    line-height: .60rem;
    background:linear-gradient(180deg,rgba(221,252,255,1),rgba(148,246,254,1));
    border-radius: .30rem;
    text-align: center;
    font-size: .32rem;
    color: #1177AE;
}
.box1_list2{
    display: block;
}
.box1_list2 li{
    float: left;
    width: 48%;
    margin: 0 1% .15rem;
    height: 3.4rem;
    background:linear-gradient(180deg,rgba(221,252,255,1),rgba(148,246,254,1));
    border-radius: .2rem;
    box-sizing: border-box;
    text-align: center;
    padding: .2rem;
}
.box1_list2 li img{
    display: block;
    margin: 0 auto .1rem;
    width: 1.4rem;
}
.box1_list2 li h5{
    line-height: .35rem;
    font-size: .26rem;
    color: #000;
}
.box1_list2 li p{
    height: .6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .3rem;
    font-size: .22rem;
    color: #666;
}
.box1_list2 li a{
    display: block;
    margin: .1rem auto;
    background-image: url('../images/box1_top_btn.png');
    background-size: 100%;
    width: 1.74rem;
    line-height: .49rem;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
}
.box1_table_title{
    margin: .2rem auto;
    width: 4.35rem;
    line-height: .60rem;
    background:linear-gradient(180deg,rgba(221,252,255,1),rgba(148,246,254,1));
    border-radius: .30rem;
    text-align: center;
    font-size: .32rem;
    color: #1177AE;
}
.box1_table_p{
    line-height: .40rem;
    margin-bottom: .25rem;
    text-align: center;
    font-size: .24rem;
    color: #FFFB5B;
}
.box1_table{
    width: 100%;
    border-radius: .2rem;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.box1_table th{
    box-sizing: border-box;
    padding: .1rem 0;
    line-height: .3rem;
    font-size: .26rem;
    color: #6F0406;
    background:linear-gradient(0deg,rgba(253,151,39,1),rgba(245,221,78,1));
}
.box1_table td{
    box-sizing: border-box;
    padding: .1rem 0;
    line-height: .3rem;
    font-size: .26rem;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
}
.box1_table td a{
    display: block;
    background-image: url('../images/table_btn.png');
    background-size: 100%;
    width: 1.4rem;
    line-height: .4rem;
    margin: 0 auto;
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
}
.box1_list3_title{
    margin: .3rem auto;
    width: 3.20rem;
    line-height: .60rem;
    background:linear-gradient(180deg,rgba(221,252,255,1),rgba(148,246,254,1));
    border-radius: .30rem;
    text-align: center;
    font-size: .32rem;
    color: #1177AE;
}
.box1_list3{
    display: block;
}
.box1_list3 li{
    float: left;
    width: 2rem;
    height: 2rem;
    padding: .2rem;
    margin: .2rem .06rem;
    box-sizing: border-box;
    background:rgba(73,224,253,0.34);
    border-radius:50%;
}
.box1_list3 li a{
    border-radius:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.box1_list3 li a h5{
    color: #fff;
    line-height: .4rem;
    font-size: .3rem;
}
.box1_list3 li a p{
    color: #fff;
    line-height: .3rem;
    font-size: .26rem;
}
.box1_list3 li:nth-child(1) a{
    background:linear-gradient(0deg,rgba(252,227,4,1),rgba(248,184,12,1));
}
.box1_list3 li:nth-child(2) a{
    background:linear-gradient(0deg,rgba(248,95,130,1),rgba(249,119,99,1));
}
.box1_list3 li:nth-child(3) a{
    background:linear-gradient(0deg,rgba(252,149,49,1),rgba(245,103,60,1));
}
.box1_list3 li:nth-child(4) a{
    background:linear-gradient(0deg,rgba(222,145,249,1),rgba(153,111,255,1));
}
.box1_list3 li:nth-child(5) a{
    background:linear-gradient(0deg,rgba(37,215,246,1),rgba(27,168,222,1));
}
.box1_list3 li:nth-child(6) a{
    background:linear-gradient(0deg,rgba(43,231,156,1),rgba(38,239,207,1));
}
.box1_poster{
    display: block;
    margin: .3rem auto 0;
    width: 100%;
	border-radius: 0.15rem;
}
.box2_l{
    width: 100%;
    height: auto;
    background:rgba(73,224,253,1);
    border-radius: .2rem;
    box-sizing: border-box;
    padding: .2rem;
}
.box2_list{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background:#fff;
    border-radius: .2rem;
    padding: .3rem 0;
}
.box2_list li{
    float: left;
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.box2_list li:nth-child(2){
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
}
.box2_list li img{
    display: block;
    margin: 0 auto;
    width: 1.4rem;
}
.box2_list li h5{
    background-image: url('../images/box2_btn.png');
    background-size: 100%;
    width: 1.72rem;
    line-height: .48rem;
    font-size: .24rem;
    margin: .1rem auto;
    color: #fff;
}
.box2_list li p{
    line-height: .33rem;
    text-align: center;
    font-size: .24rem;
    color: #333;
}
.box2_r{
    margin-top: .2rem;
    width: 100%;
    height: auto;
    background:rgba(73,224,253,1);
    border-radius: .2rem;
    box-sizing: border-box;
    padding: .2rem;
}
.inner_box2_r{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background:linear-gradient(180deg,rgba(252,227,4,1),rgba(248,184,12,1));
    border-radius: .2rem;
    padding: .2rem;
    text-align: center;
    color: #333;
}
.inner_box2_r p{
    line-height: .35rem;
    font-size: .3rem;
}
.inner_box2_r img{
    display: block;
    margin: .1rem auto;
    width: 2.5rem;
}
.inner_box2_r h5{
    line-height: .45rem;
    font-size: .35rem;
    font-weight: normal;
    margin-bottom: .1rem;
}
.inner_box2_r a{
    display: block;
    margin: 0 auto;
    width: 2rem;
    line-height: .7rem;
    background:linear-gradient(0deg,rgba(246,121,45,1),rgba(230,59,61,1));
    border-radius: .35rem;
    font-size: .35rem;
    color: #fff;
}
.box2_poster{
    margin: 0 auto;
}
.box2_poster a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: .2rem 0;
    border-radius: .3rem;
    margin-top: .2rem;
}
.box2_poster a:nth-child(1){
    background: linear-gradient(0deg, #f75d2e, #ff384d);
}
.box2_poster a:nth-child(2){
    background: linear-gradient(0deg, #fab900, #fde400);
}
.box2_poster a:nth-child(1) h5{
    color: #fff;
}
.box2_poster a h5{
    line-height: .55rem;
    font-size: .42rem;
    color: #d41c16;
}
.box2_poster a p{
    line-height: .38rem;
    border-radius: .19rem;
    box-sizing: border-box;
    padding: 0 .20rem;
    display: inline-block;
    font-size: .26rem;
    color: #fff;
    background: #d61801;
}
.box2_poster a p span{
    color: #fffd38;
}
.city_list li{
    float: left;
    width: 24%;
    line-height: .5rem;
    border-radius: .25rem;
    margin: .05rem .5%;
    text-align: center;
    background:linear-gradient(0deg,rgba(73,224,253,1),rgba(26,161,220,1));
    font-size: .28rem;
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover{
    background-image: url('../images/city_hover.png');
    background-size: 100%;
}
.box3_container{
    background:linear-gradient(180deg,rgba(252,227,4,1),rgba(248,184,12,1));
    border-radius: .2rem;
    padding: .4rem;
    margin-top: .2rem;
}
/* 联动切换二维码 开始 */
.code_l{
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: .3rem;
}
.list-div {
    margin-bottom: .2rem;
}
.list-div .selectBox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: .7rem;
    cursor: default;
    text-align: left;
}
.list-div .selectBox:after {
    position: absolute;
    right: .15rem;
    top: .25rem;
    pointer-events: none;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: .10rem solid #233868;
    border-left: .08rem solid transparent;
    border-right: .08rem 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: .05rem;
    font-size: .22rem;
    font-style: normal;
    line-height: .7rem;
    text-indent: .75em;
    transition: all .2s;
    color: #7C4B1A;
}
.list-div .selectBox:hover cite {
    border-color: #5faff7;
}
.list-div .selectBox ul {
    display: none;
    position: absolute;
    left: 0;
    top: .7rem;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    max-height: 2.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    border: 0;
    border-radius: .05rem;
    font-size: .22rem;
    line-height: .45rem;
    text-indent: .75em;
    color: #333;
}
.list-div .selectBox li:hover {
    background: #f8f8f8;
}
.code_r{
    position: relative;
    z-index: 1;
}
.code_r p{
    line-height: .4rem;
    text-align: center;
    color: #333;
    font-size: .24rem;
}
.pic {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.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;
}
/* 联动切换二维码 end */
.box4_list{
    display: block;
}
.box4_list li{
    float: left;
    margin: .1rem 1%;
    width: 48%;
    height: 2.85rem;
    border-radius: .2rem;
    box-sizing: border-box;
    text-align: center;
    padding: .3rem 0;
}
.box4_list li:nth-child(1){
    background:linear-gradient(180deg,rgba(248,184,12,1),rgba(250,154,12,1));
}
.box4_list li:nth-child(2){
    background:linear-gradient(180deg,rgba(244,95,56,1),rgba(252,58,83,1));
}
.box4_list li:nth-child(3){
    background:linear-gradient(180deg,rgba(252,149,49,1),rgba(245,103,60,1));
}
.box4_list li:nth-child(4){
    background:linear-gradient(180deg,rgba(35,207,242,1),rgba(27,168,222,1));
}
.box4_list li h4{
    color: #fff;
    line-height: .55rem;
    font-size: .42rem;
}
.box4_list li p{
    color: #fff;
    line-height: .35rem;
    font-size: .26rem;
    margin-top: .1rem;
    margin-bottom: .25rem;
}
.box4_list li a{
    display: block;
    margin: 0 auto;
    width: 1.8rem;
    line-height:.7rem;
    background:linear-gradient(0deg,rgba(253,249,0,1),rgba(248,184,12,1));
    border-radius:.35rem;
    font-size: .35rem;
    color: #333;
}

.fixed_bottom{
    /* display: none; */
	display: flex;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: .8rem;
    background:linear-gradient(-90deg,rgba(252,149,49,1),rgba(245,103,60,1));
}
.fixed_bottom .container_fixed{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed_bottom h4{
    text-align: center;
    width:2.15rem;
    line-height:.38rem;
    background:rgba(212,28,22,.23);
    border-radius:.19rem;
    font-size: .27rem;
    color: #FFFA37;
}
.fixed_bottom h3{
    color: #FFFA37;
    font-size: .43rem;
}
.fixed_bottom a{
    display: block;
    width:1.68rem;
    line-height:.52rem;
    background:linear-gradient(0deg,rgba(253,249,0,1),rgba(248,184,12,1));
    border-radius:.26rem;
    color: #E73131;
    text-align: center;
    font-size: .23rem;
}
.window_mask{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
}
.fixed_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: 100%;
    background-image: url("../images/fixed_bg.png");
    width: 6rem;
    height: 8rem;
    border-radius: .1rem;
    box-sizing: border-box;
    padding: 2.8rem .2rem .4rem;
    text-align: center;
}
.fixed_close{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0.6rem;
    width: .5rem;
}
.fixed_inner{
    width: 100%;
   /*  height: 100%; */
    border-radius: .2rem;
    background-color: #fff;
    box-shadow: inset 0 0 20px rgba(61 ,218 ,253 ,.28);
    box-sizing: border-box;
    padding: .3rem;
    text-align: center;
	margin-top: 1rem;
}
.fixed_inner h5{
    line-height: .4rem;
    margin-bottom: .3rem;
    font-size: .36rem;
    color: #333;
}
.fixed_inner a{
    display: block;
    margin-bottom: .1rem;
    line-height: .6rem;
    border-radius: .3rem;
    background: #fd9827;
    color: #fff;
    font-size: .26rem;
}