@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,figure{margin:0;padding:0}fieldset,img{border:0}:focus{outline:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:normal}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}abbr,acronym{border:0;font-variant:normal}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}code,kbd,samp,tt{font-size:100%}input,button,textarea,select{*font-size:100%}body{line-height:1.5}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}sup,sub{font-size:100%;vertical-align:baseline}:link,:visited ,ins{text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
.clearfix{margin-right:auto;margin-left:auto;*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}
b,em,i{font-style:normal;}
html,body{width:100%;overflow-x: hidden;}
a{color:#FF4C4C;text-decoration:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family:"Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;font-size:12px;line-height:1.5;position:relative;color:#333;background:#f8f9fb;height:100%;}
button,input,select,textarea,th{background:#fff;font-size:12px;line-height:1;font-family:"Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun";}
input[type="submit"],input[type="reset"],input[type="password"],input[type="button"],input[type="text"],button{-webkit-appearance:none;}/*取消苹果渲染*/
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-moz-text-size-adjust:none;-webkit-text-size-adjust: none;-ms-text-size-adjust: none;}
html {font-size:100px;}
body {font-size:.24rem;max-width:7.5rem;min-width:3.2rem;margin:0 auto;word-break: break-all;}
header, section, footer, aside, nav, article, figure{display: block;}
.fx{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.fx_gw{-webkit-box-flex:1.0;-moz-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;}
.flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex_grow{-webkit-box-flex:1.0;-moz-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;}
.hide{display: none;}
img{vertical-align: top;border: 0;}
.ico,.icon{background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;}
body{background-color: #fff;word-break: break-all;}
main{padding-bottom: .1rem;}

.feBaBtn{
    width: .9rem;
    height: .35rem;
    position: absolute;
    right: .3rem;
    color: white;
    box-sizing: border-box;
    font-size: .2rem;
    line-height: .35rem;
    padding-left: .39rem;
    background-color: rgb(254, 166, 166);
    border-radius: .06rem;
}

.feBaBtn::after{
    content: "";
    width: .23rem;
    height: .21rem;
    position: absolute;
    top: .07rem;
    left: .1rem;
    background: url(../img/reportIcon.png) no-repeat;
    background-size: 100% 100%;
}

 .tips{
    width: 6.86rem;
    height: .56rem;
    margin: 0 auto;
    position: relative;
    line-height: .56rem;
    padding-left: .18rem;
    box-sizing: border-box;
    background-color: #f9eaea;
}
 .tips::after{
    content: "";
    width: .03rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fea6a6;
}
.tips span{
    color: #ff6666;
    font-size: .26rem;
}
.tips span:nth-child(1){
    font-weight: bold;
}
header{position: relative;display:flex;justify-content: space-between;padding-left:.25rem;height: 1.18rem;background: #fff;}
header a{display: block;}
header .logo{display: block;height: .48rem;margin-top: .34rem;}
header .logo img{display: block;width: auto;height: .48rem;}
header .searchBtn{position: relative;display: block;width: 2rem;height: .64rem;padding:0 .26rem 0 .74rem;background: #F7F7F7;margin: .25rem .31rem 0 0;border-radius: .32rem;font-size: .3rem;color: #999;line-height: .64rem;}
header .searchBtn:after{content: "";position: absolute;top: .16rem;left: .25rem;display:block;width: .32rem;height: .32rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.08rem -.06rem;}
nav{position: relative;overflow: hidden;width: 100%;height: .88rem;background: #313131;}
nav div{padding-right: .06rem;height: .88rem;overflow: hidden;overflow-x: auto;white-space: nowrap;font-size: 0;overflow-x: -moz-scrollbars-none; -ms-overflow-style: none;}
nav div::-webkit-scrollbar {width: 0;height: 0;display: none;-webkit-appearance: none;border-radius: 0;}
nav a{position: relative;display:inline-block;line-height: .88rem;text-align:center;color:#fff;font-size:.3rem;padding: 0 .16rem;margin:0 .15rem 0 .3rem;}
nav a.current{font-weight: bold;}
nav a.current:before{content: "";position: absolute;top:.22rem;right: .04rem;display: block;width: .08rem;height: .08rem;background: #FF4C4C;border-radius: 50%;}
nav a.current:after{content: "";position: absolute;bottom: .1rem;left: 0;right: 0;display: block;margin: auto;width:100%;height: .08rem;background:#FF4C4C; border-radius: .04rem;}

footer{background: #313131;padding:.5rem .6rem .4rem;}
footer p,footer p a{font-size: .22rem;color: #999;text-align: center;line-height: .36rem;margin-bottom: .16rem;}
footer p a{color: #aeaeae;}

.brTit{display: flex;justify-content: space-between;position: relative;padding: 0 .3rem .2rem;height: .58rem;line-height: .58rem;margin:auto;}
.brTit h2{position: relative;z-index: 1;display: block;font-size: .36rem;color: #333;line-height: .58rem;font-weight: bold;}
.brTit h2:before{content: "";margin-right: .19rem;position: relative;top: .1rem;vertical-align: top;display:inline-block;width: .21rem;height: .38rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -1.31rem -.06rem;}
.brTit a{position: relative;margin: .1rem 0;padding: 0 .15rem;height: .36rem;text-align: center;background: #FFF0F0;border-radius: .16rem;font-size: .24rem;color: #FF4C4C;line-height: .34rem;overflow: hidden;}
.brTit a:before{content: ""; position: relative;top:.14rem;vertical-align: top;margin-right: .12rem;display:inline-block;width: .28rem;height: .08rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -1.74rem -.06rem;}
.brTit strong{position: relative;z-index: 1;display: block;font-size: .36rem;color: #333;line-height: .58rem;font-weight: bold;}
.brTit strong:before{content: "";margin-right: .19rem;position: relative;top: .1rem;vertical-align: top;display:inline-block;width: .21rem;height: .38rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -1.31rem -.06rem;}


.crumb{position: relative;padding: 0 .3rem;margin:auto;height: .76rem;line-height: .76rem;font-size: .24rem;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.crumb:before{content: "";position: relative;top: .24rem;vertical-align: top;display: inline-block;width:.18rem;height: .28rem ;margin-right: .13rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.62rem -.06rem;}
.crumb a{position: relative;color: #999;}
.crumb a:after{content: ""; position: relative;top:.3rem;vertical-align: top;margin: 0 .21rem 0 .24rem;display:inline-block;width: .09rem;height: .16rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -1rem -.05rem;}

.pageWrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;padding: .16rem .5rem .4rem;height: .54rem;}
.pageWrap a,.pageWrap span{min-width: .54rem;max-width: 1.08rem;height: .54rem;line-height: .54rem;text-align:center;font-size:.24rem;color:#999;background-color: #F5F5F5;border-radius:.27rem;overflow: hidden;box-sizing: border-box;}
.pageWrap .current{color:#fff;background-color:#F03600;}
.pageWrap .disabled{color:#b1b1b1;}
.pageWrap i{position: relative;top: .15rem;left: .2rem;display: block;width: .14rem;height: .26rem;background-image: url(../img/icon.png);background-size: 10rem 10rem;}
.pageWrap .left{background-position: -2.34rem -.05rem;transform: rotateY(-180deg);}
.pageWrap .right{background-position:-2.34rem -.05rem;left: .21rem;}
.pageWrap .disabled .left{opacity: .6;}
.pageWrap .disabled .right{opacity: .6;}
.pageWrap a:first-child,.pageWrap a:last-child{width: 1rem;}


.brSwiper{position: relative;display: flex;justify-content: space-between;height:8.88rem;padding:.3rem;margin-bottom: .1rem;}
.brSwiper a{position: relative;display:block;width:100%;height:100%;overflow: hidden;border-radius: .32rem;}
.brSwiper a>img{display:block;width:100%;min-height:100%;height: auto;}
.brSwiper a:before{content: "";display: block;position: absolute;z-index: 1;left: 0;bottom: 0;right: 0;margin: auto;width: 100%;;height: 4rem;background: linear-gradient(0deg, rgba(0,0,0,.6), transparent);border-radius: 0 0 .32rem .32rem;}
.brSwiper a>div{display: flex;position: absolute;z-index: 1;bottom: .42rem;margin:0 .32rem;width: 6.25rem;padding: .29rem 0;border-bottom:  1px dotted rgba(255,255,255,.5);}
.brSwiper a>div img{display: block;width: 1.6rem;height:1.6rem;border-radius: .4rem;margin-right: .3rem;}
.brSwiper a>div div{flex: 1;height: 1.6rem;overflow: hidden;}
.brSwiper a>div p{display: block;font-size: .3rem;color: #fff;line-height: .44rem;margin-bottom: .1rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brSwiper a>div i{position: relative;display: block;font-size: .26rem;color: #fff;line-height: .32rem;}
.brSwiper a>div i:before{content: '';margin-right: .1rem;position: relative;top: .05rem;vertical-align: top;display: inline-block;width: 1.5rem;height: .22rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.08rem -.6rem;}
.brSwiper a>div span{display: block;margin: .19rem 0 0;width: 1.56rem;height: .5rem;background: #FF4C4C;border-radius: .25rem;text-align: center;font-size: .24rem;line-height: .5rem;color: #FFF;overflow: hidden;}
.brSwiper .swiper-pagination{bottom: .06rem !important;opacity: 1;}
.brSwiper .swiper-pagination-bullet{margin: 0 .08rem !important;width: .12rem;height: .12rem;background: rgba(255,255,255,.5);opacity: 1;}
.brSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;opacity: 1;}

.brIRec{margin-bottom: .1rem;}
.brIRec ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap: wrap;padding: 0 .2rem .05rem;}
.brIRec ul li{position: relative;display: block;text-align: center;width: 25%;height: 2.28rem;margin-bottom: .25rem;overflow: hidden;}
.brIRec ul li a{display: block;}
.brIRec ul li img{position: relative;display:block;width:1.2rem;height:1.2rem;border-radius:.26rem;margin: 0 auto .05rem;}
.brIRec ul li p{display: block;width: 96%;font-size:.28rem;color:#333;height: .56rem;line-height:.56rem;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brIRec ul li span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}

.recITag{margin-bottom: .16rem;}
.recITag .list{display: flex;flex-wrap: wrap;padding: 0 .19rem;}
.recITag .list a{position: relative;margin: 0 .11rem .24rem;display: block;width:3.34rem;height: 1.86rem;border-radius: .16rem;overflow: hidden;}
.recITag .list a:after{content: '';position: absolute;right: .11rem;bottom: .16rem;display: block;width: 1.1rem;height: 1.1rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.08rem -.872rem;}
.recITag .list a span{display: block;padding-left: .27rem;margin-top: .31rem;font-size: .3rem;color:#333;line-height: .36rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.recITag .list a p{display: block;padding-left: .29rem;font-size: .2rem;color:#333;line-height: .4rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.recITag .list a i{display: block;margin-top: .11rem;margin-left: .3rem;width: 1.34rem;height: .48rem;background: #8751C1;font-size: .24rem;color:#fff;line-height: .48rem;text-align: center;border-radius: .24rem;overflow: hidden;}
.recITag .list a:nth-of-type(1){background: linear-gradient(90deg, #DDC6F7, #ECDBFB);}
.recITag .list a:nth-of-type(2){background: linear-gradient(90deg, #F6E096, #FFF4D1);}
.recITag .list a:nth-of-type(3){background: linear-gradient(90deg, #8ACEF9, #C8E7FA);}
.recITag .list a:nth-of-type(4){background: linear-gradient(90deg, #D4EB79, #DEEBAE);}
.recITag .list a:nth-of-type(1) i{background: #8751C1;}
.recITag .list a:nth-of-type(2) i{background: #EAB323;}
.recITag .list a:nth-of-type(3) i{background: #61BCF8;}
.recITag .list a:nth-of-type(4) i{background: #8FC31F;}
.recITag .list a:nth-of-type(1):after{background-position: -.08rem -8.72rem;}
.recITag .list a:nth-of-type(2):after{background-position: -1.57rem -8.72rem;}
.recITag .list a:nth-of-type(3):after{background-position: -2.85rem -8.72rem;}
.recITag .list a:nth-of-type(4):after{background-position: -4.27rem -8.72rem;}


.brGame ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;border: .02rem solid #EEE;border-radius: .2rem;width: 6.86rem !important;height: 2.81rem;}
.brGame ul li{position: relative;display: block;text-align: center;width: 25%;height: 2.81rem;overflow: hidden;}
.brGame ul li a{display: block;}
.brGame ul li img{position: relative;display:block;width:1.2rem;height:1.2rem;border-radius:.26rem;margin: .27rem auto .05rem;}
.brGame ul li p{display: block;width: 96%;font-size:.28rem;color:#333;height: .56rem;line-height:.56rem;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brGame ul li span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}
.brGame .swiper-container{width: 6.9rem;height: 3.28rem;overflow: hidden;margin-bottom: .26rem;}
.brGame .swiper-pagination{bottom: 0 !important;opacity: 1;}
.brGame .swiper-pagination-bullet{margin: 0 .12rem !important;width: .8rem;height: .1rem;background: #EEE;opacity: 1;border-radius: .5rem!important;}
.brGame .swiper-pagination-bullet.swiper-pagination-bullet-active{width: .4rem;background:#FF4C4C;opacity: 1;}

.brZt{margin-bottom: .05rem;}
.brZt .list{display: flex;flex-wrap: wrap;padding: 0 .15rem;overflow: hidden;}
.brZt .list a{position: relative;display: block;margin: 0 .15rem .15rem;width: 3.3rem;height: 2.14rem;overflow: hidden;}
.brZt .list a div{width: 100%;height: 1.47rem;overflow: hidden;text-align: center;border-radius: .05rem;}
.brZt .list a img{width: 100%;min-height: 100%;height: auto;display: block;}
.brZt .list a p{display: flex;justify-content: space-between;font-size: .3rem;color: #333;line-height: .68rem;}
.brZt .list a p span:nth-of-type(1){flex: 1;font-size: .3rem;color: #333;line-height: .68rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brZt .list a p span:nth-of-type(2){font-size: .24rem;color: #999;line-height: .68rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brZt .list a p span:nth-of-type(2) i{color: #FF4C4C;}

.hotITag{margin-bottom: .16rem;}
.hotITag .list{display: flex;flex-wrap: wrap;margin: 0 .04rem  0 .3rem;overflow: hidden;}
.hotITag .list a{display: block;padding: 0 .35rem;margin:0 .24rem .24rem 0;text-align: center;background-color: #F26D7E;color: #fff;height: .6rem;line-height: .6rem;border-radius: .08rem;font-size: .24rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hotITag .list a:nth-of-type(10n+1){background: #99CC99;}
.hotITag .list a:nth-of-type(10n+2){background: #53B1F7;}
.hotITag .list a:nth-of-type(10n+3){background: #99CCCC;}
.hotITag .list a:nth-of-type(10n+4){background: #66CC33;}
.hotITag .list a:nth-of-type(10n+5){background: #FFCC66;}
.hotITag .list a:nth-of-type(10n+6){background: #FF99CC;}
.hotITag .list a:nth-of-type(10n+7){background: #47C1A8;}
.hotITag .list a:nth-of-type(10n+8){background: #FAA701;}
.hotITag .list a:nth-of-type(10n+9){background: #B27CDA;}
.hotITag .list a:nth-of-type(10n+10){background: #F26D7E;}

.brRank{margin-bottom: .1rem;}
.brRank ul{position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 .3rem;}
.brRank ul:before{content: '';position: absolute;left: 50%;top: .06rem;display: block;width: 0;height: 92%;border-left: .02rem dashed #E5E5E5;}
.brRank ul li{margin-bottom: .3rem;min-width: 2.78rem;max-width: 3.18rem;height: .44rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brRank ul li a{position: relative;display: block;padding-bottom: .03rem;border-bottom: .02rem solid #eee;font-size: .3rem;color: #333;line-height: .38rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brRank ul li a:before{content: '';margin-right: .15rem;position: relative;top: .16rem;vertical-align: top;display: inline-block;width: .05rem;height: .05rem;background: #333;}

.brLink .list{display: flex;flex-wrap: wrap;margin: 0 0 .18rem .3rem;}
.brLink .list a{display: block;margin:0 .22rem .22rem 0;width: 3.34rem;height: .6rem;line-height: .6rem;border-radius: .08rem;font-size: .3rem;color: #333;text-align: center;background: #f7f7f7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


.gsType{position: relative;display: flex;flex-wrap: wrap;padding: .37rem 0 0 .3rem;margin-bottom: .12rem;}
.gsType:before{content: '';position: absolute;left: 0;right: 0;top:0;margin: auto;display: block;width: 6.9rem;height: .01rem;background: #eee;}
.gsType a,.gsType span{margin: 0 .3rem .28rem 0;display: block;width: 2.1rem;height: .64rem;line-height: .64rem;border-radius: .12rem;font-size: .28rem;color: #666;text-align: center;background: #F7F7F7;}
.gsType a.current{color: #fff;background:#FF4C4C;}
.gsType a:nth-of-type(n+9){display: none;}


.brGSTop{margin-bottom: .4rem;}
.brGSTop ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding: 0 0 .1rem .04rem;}
.brGSTop ul li{position: relative;display: block;text-align: center;width: 1.72rem;height: 2.28rem;margin-bottom: .25rem;overflow: hidden;}
.brGSTop ul li a{display: block;}
.brGSTop ul li img{position: relative;display:block;width:1.2rem;height:1.2rem;border-radius:.26rem;margin: 0 auto .05rem;}
.brGSTop ul li p{display: block;width: 96%;font-size:.28rem;color:#333;height: .56rem;line-height:.56rem;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brGSTop ul li span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}
.brGSTop .swiper-container-horizontal>.swiper-pagination-progressbar, .brGSTop .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: 6.9rem;height: .1rem;left: 0;right: 0;margin: auto;border-radius: .05rem;background: #eee;}
.brGSTop .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #FF4C4C;border-radius: .1rem !important;}

.brGaList{position: relative;}
.brGaList ul{margin-top: -.15rem;padding:0;}
.brGaList li{position: relative;}
.brGaList li a{position: relative;display: flex;padding: .15rem  .3rem;overflow: hidden;}
.brGaList li a img{width: 1.2rem;height: 1.2rem;border-radius: .28rem;margin-right: .2rem;}
.brGaList li a div{flex: 1;height: 1.2rem;overflow: hidden;}
.brGaList li a div p{display: block;font-size: .28rem;color: #333;line-height: .34rem;margin-bottom: .1rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brGaList li a div span{display: block;font-size: .24rem;color: #999;line-height: .42rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brGaList li a div span i{font-size: .24rem;margin: 0 .2rem;}
.brGaList li a>span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}

.brMenu{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 .3rem .2rem;padding: .32rem .24rem .2rem;background: #EDF3F7;border-radius: .12rem;overflow: hidden;overflow-x: auto;white-space: nowrap; font-size: 0; overflow-x: -moz-scrollbars-none;-ms-overflow-style: none;}
.brMenu a{position: relative;margin-bottom: .11rem;display: block;width: 1.84rem;height: .57rem;background: #fff;border-radius: .12rem;font-size: .24rem;color: #999;line-height: .57rem;text-align: center;overflow: hidden;}
.brMenu a.current{color: #fff;background: #FF4C4C;}

.ztList ul{display: flex;flex-wrap: wrap;padding: 0 .3rem;overflow: hidden;}
.ztList li{position: relative;display: block;padding: .16rem 0 .14rem;margin-bottom: .24rem;width: 100%;border-bottom: 1px solid #E5E5E5;overflow: hidden;}
.ztList li .img {position: relative;margin-bottom: .2rem;display: block;width: 100%;height: 3.08rem;border-radius: .12rem;overflow: hidden;}
.ztList li .img img {width: 100%;min-height: 100%;height: auto;display: block;}
.ztList li .img div{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;display: flex;justify-content: space-between;padding: .25rem .22rem 0 .25rem;height: .76rem;background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);}
.ztList li .img div span{flex: 1;font-size: .3rem;color: #fff;line-height: .76rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztList li .img div i{font-size: .24rem;color: #fff;line-height: .76rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztList li p{position: relative;display: block;height: 1.62rem;line-height:.54rem;font-size: .28rem;color: #666;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ztList li .toTopic{position: absolute;bottom: 0;right: 0;display: block;width: 3.36rem;height: .84rem;line-height:.84rem;text-align: right;font-size: .24rem;color: #FF4C4C;background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.8) 60% ,rgba(255,255,255,.8) 60% , rgba(255,255,255,0) 100%);}
.ztList li .toTopic:before{content: "";position: relative;top: .3rem;vertical-align: top;display: inline-block;width:.24rem;height: .24rem ;margin-right: .1rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -2.73rem -.06rem;}

.ztIntro{position: relative;margin:0 .3rem .24rem;}
.ztIntro .img {position: relative;margin-bottom: .26rem;display: block;width: 100%;height: 3.08rem;border-radius: .12rem;overflow: hidden;}
.ztIntro .img img {width: 100%;min-height: 100%;height: auto;display: block;}
.ztIntro .img div{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;display: flex;justify-content: space-between;padding: .17rem .22rem 0 .26rem;height: .84rem;background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);}
.ztIntro .img div h1{flex: 1;font-size: .36rem;color: #fff;line-height: .84rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztIntro .img div i{font-size: .24rem;color: #fff;line-height: .84rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztIntro p{position: relative;margin-bottom: .2rem;display: block;max-height: 5.4rem;line-height:.54rem;font-size: .28rem;color: #666;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;}
.ztIntro dt{position: relative;margin-bottom: .16rem;display: block;font-size: .3rem;color: #333;line-height: .5rem;font-weight: bold;}
.ztIntro dt:before{content: "";margin-right: .09rem;position: relative;top: .1rem;vertical-align: top;display:inline-block;width: .3rem;height: .38rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -3.29rem -.06rem;}
.ztIntro dd{display: flex;flex-wrap: wrap;width: 102%;}
.ztIntro dd a{display: block;padding: 0 .22rem;font-size: .24rem;color: #FF6E66;line-height: .48rem;background: #FFECEB;border-radius:0 .16rem 0 .16rem;margin: 0 .25rem .25rem 0;}
.ztIntro dd a:nth-of-type(6n+1){background: #FFF3EB;color: #FAA834;}
.ztIntro dd a:nth-of-type(6n+2){background: #EBF3FF;color: #3483FA;}
.ztIntro dd a:nth-of-type(6n+3){background: #FFECEB;color: #FF6E66;}
.ztIntro dd a:nth-of-type(6n+4){background: #EBFFF3;color: #68BA8A;}
.ztIntro dd a:nth-of-type(6n+5){background: #FFEBF1;color: #DA557C;}
.ztIntro dd a:nth-of-type(6n+6){background: #F2EBFF;color: #9B6AEA;}


.ztDeList{position: relative;padding:0 .3rem;margin-bottom: .24rem;}
.topicTit{position: relative;margin: auto;display: flex;justify-content: space-between;padding:0 .3rem .01rem .27rem;height: .87rem;background: linear-gradient(90deg, #45B9F2 0%,#78EFDB 100%);border-radius: .24rem .24rem 0 0;}
.topicTit em{flex: 1;font-size: .24rem;color: #fff;line-height: .87rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.topicTit span{font-size: .24rem;color: #fff;line-height: .87rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztDeList ul{margin-top: .18rem;}
.ztDeList li{position: relative;}
.ztDeList li a{position: relative;display: flex;padding: .18rem  0;overflow: hidden;}
.ztDeList li a img{width: 1.2rem;height: 1.2rem;border-radius: .28rem;margin-right: .2rem;}
.ztDeList li a div{flex: 1;height: 1.2rem;overflow: hidden;}
.ztDeList li a div p:nth-of-type(1){display: block;font-size: .28rem;color: #333;line-height: .34rem;margin-bottom: .11rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztDeList li a div span,.ztDeList li a div p:nth-of-type(2){display: block;font-size: .24rem;color: #999;line-height: .42rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ztDeList li a div span i{margin: 0 .2rem;}
.ztDeList li a div p:nth-of-type(2) i{margin-left: .18rem;position: relative;top: .08rem;vertical-align: top;display: inline-block;width: .23rem;height: .23rem;background-position: -3.91rm -.06rem;}
.ztDeList li a div p:nth-of-type(2) .iosIcon{background-position: -3.91rem -.06rem;margin-left: .39rem;}
.ztDeList li a div p:nth-of-type(2) .adrIcon{background-position: -4.42rem -.06rem;}
.ztDeList li a>span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}

.ztDeList~.brZt .list a div{border-radius: .08rem;}
.ztDeList~.brGaList{margin-bottom: .22rem;}
.ztDeList~.brGaList li a{position: relative;padding: .18rem .3rem;}
.ztDeList~.brGaList ul{margin-top: -.17rem;}
.ztDeList~.brGaList li a div span{font-size: .26rem;line-height: .41rem;}
.ztDeList~.brGaList li a>span{position: absolute;top: 0;bottom: 0;right: .3rem;margin: auto;}
.ztDeList~.brGaList li a div span i:nth-of-type(2){position: relative;vertical-align: top;display: inline-block;font-size: .26rem;color: #999;margin: 0;line-height: .42rem;}
.ztDeList~.brGaList li a div span i:nth-of-type(2):before{content: '';margin-right: .1rem;position: relative;top: .1rem;vertical-align: top;display: inline-block;width: 1.5rem;height: .22rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.08rem -.6rem;}

.updateList{position: relative;padding-top: .3rem;}
.updateList:before{content: "";position: absolute;top: 0;left: 0;right: 0;margin: auto;display: block;width: 6.9rem;height: .01rem;background: #eee;}


.brRList{position: relative;padding-top: .3rem;margin-bottom: .25rem;}
.brRList:before{content: "";position: absolute;top: 0;left: 0;right: 0;margin: auto;display: block;width: 6.9rem;height: .01rem;background: #eee;}
.brRList ul{margin-top: -.18rem;padding:0;}
.brRList li{position: relative;}
.brRList li a{position: relative;display: flex;padding: .18rem  .3rem;overflow: hidden;}
.brRList li a img{width: 1.2rem;height: 1.2rem;border-radius: .24rem;margin-right: .24rem;}
.brRList li a div{flex: 1;height: 1.2rem;overflow: hidden;}
.brRList li a div p{display: block;font-size: .3rem;color: #333;line-height: .42rem;margin-bottom: .05rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brRList li a div span{display: block;font-size: .24rem;color: #999;line-height: .38rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brRList li a div span i{font-size: .22rem;color: #D2D2D2;margin: 0 .28rem;font-weight: lighter;}
.brRList li a>span{position: absolute;top: 0;bottom: 0;right: .3rem;margin: auto;display: block;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}
.brRList li a{padding-left: .93rem;}
.brRList li a>i{position: absolute;left: .24rem;top: 0;bottom: 0;margin: auto;display: block;width:.36rem;height: .4rem;line-height: .4rem;text-align: center;font-size: .24rem;color: #999;font-style: italic;overflow: hidden;}
.brRList li:nth-of-type(-n+3) a>i{font-size: 0;left: .29rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;}
.brRList li:nth-of-type(1) a>i{background-position: -4.14rem -.6rem;}
.brRList li:nth-of-type(2) a>i{background-position: -4.78rem -.6rem;}
.brRList li:nth-of-type(3) a>i{background-position: -5.42rem -.6rem;}

.topWrap{background: url(../img/itopbg.png) no-repeat;background-size: 100% 4.58rem;}
.topWrap .crumb,.topWrap .crumb a{color: #fff;}
.topWrap .crumb:before{background-position: -5.59rem -.06rem;}
.topWrap .crumb a:after{background-position: -1rem -.31rem;}
.topWrap .brRList:before{background-color: rgba(255,255,255,.5);}
.topTit {margin-bottom: .45rem;padding:0 .3rem .28rem .3rem;}
.topTit h1{margin: .06rem 0 .17rem;display: block;height: .56rem;font-weight: bold;font-size: .36rem;color: #FAFEFF;text-shadow: 0 .05rem .05rem rgba(35,75,200,0.5);text-stroke: .002rem #4B95F9;-webkit-text-stroke: .002rem #4B95F9;overflow: hidden;}
.topTit p{position: relative;display: block;width: 3.88rem;height: 1.08rem;line-height:.36rem;font-size: .24rem;color: #fff;font-weight: 300;letter-spacing: .01rem;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.gameIntro~.brGaList{margin-bottom: .22rem;}
.gameIntro~.brGaList li a{position: relative;padding: .18rem .3rem;}
.gameIntro~.brGaList ul{margin-top: -.17rem;}
.gameIntro~.brGaList li a div span{font-size: .26rem;line-height: .41rem;}
.gameIntro~.brGaList li a>span{position: absolute;top: 0;bottom: 0;right: .3rem;margin: auto;}
.gameIntro~.brGaList li a div span i:nth-of-type(2){position: relative;vertical-align: top;display: inline-block;font-size: .26rem;color: #999;margin: 0;line-height: .42rem;}
.gameIntro~.brGaList li a div span i:nth-of-type(2):before{content: '';margin-right: .1rem;position: relative;top: .1rem;vertical-align: top;display: inline-block;width: 1.5rem;height: .22rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -.08rem -.6rem;}

.brInfo{position: relative;padding-bottom: .2rem;}
.brInfo ul{margin: 0 .3rem .2rem;border-top: .02rem solid #eee;}
.brInfo ul li{display: flex;justify-content: space-between;font-size: .3rem;color: #333;height: .99rem;line-height: .99rem;border-bottom: .02rem solid #eee;overflow: hidden;text-overflow: ellipsis;}
.brInfo ul li span{flex: 1;color: #333;margin-left: .2rem;text-align: right;word-break: break-all;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.brInfo ul li a,.brInfo ul li .gPower, .brInfo ul li .gSecret{flex: inherit;display: block;margin-top: .27rem;padding: 0 .22rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}

.showImg{padding: 0 .3rem .1rem}
.img_item {overflow-x: auto; padding: 0 0 .2rem; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.img_item ul{font-size: 0;}
.img_item ul li {position: relative;margin-right: .2rem;border-radius: .12rem;display: inline-block;overflow: hidden;}
.img_item ul li video{width:auto;height: 3rem;}
.img_item ul li img {width:auto;height: 3rem;}
.img_item ul li .replay{position: absolute;z-index: 1;top: 39%;left: 0;right: 0;margin: auto;display: block;width: .4rem;height: .4rem;background-image: url(../img/icon.png);background-size: 10rem 10rem;background-repeat: no-repeat;background-position: -.08rem -1.15rem;}
.img_item ul li .replay.hide{display: none;}
.hideVideo{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 100000000000000;max-width: 7.5rem;width: 100%;height: 100%;background-color: rgba(0,0,0,.7);}
.tpVideo{position: absolute;top: 30%;width: 7.5rem;}
.tpVideo video{position: relative;z-index:10;width: 100%;}
.tpVideo .replay1{position: absolute;z-index: 1001;top: 29%;left: 0;right: 0;margin: auto;display: block;width: 1rem;height: 1rem;background-image: url(../img/icon.png);background-size: 10rem 10rem;background-repeat: no-repeat;background-position: -1.8rem -1.15rem;}
.tpVideo .replay1.hide{display: none;}
.hideVideo .vClose{position: absolute;top:0;right: 0;z-index: 10;display: block;height: .74rem;width: .74rem;background-position: -2.95rem -1.15rem;}
.showImg ::-webkit-scrollbar{display: none;height: .03rem !important;border-radius: .03rem;background: #DDDDF8;}
.showImg ::-webkit-scrollbar-thumb {display: none;border-radius: .03rem;background-color: #FF4C4C !important;}
.editCom{margin: .1rem 0 .2rem;font-size:.3rem;line-height:.6rem;color:#666;}
.editCom a {color: #FF4C4C}
.gameCont{padding: 0 .3rem;}
.gameCont .cont{padding: .2rem 0;background: #F5FBFF;font-size:.3rem;line-height:.6rem;color:#666;word-break: break-all;}
.gameCont .cont a {color: #FF4C4C;display: inline-block;border-bottom:1px solid #FB371F;line-height: .46rem;text-indent: 0;}
.gameCont .cont p{padding: 0 .2rem;margin-bottom:.12rem;word-break: break-all;}
.gameCont .cont img{display:block;max-width:100%;height: auto;margin:0 auto .1rem auto;}
.gameCont .cont h3{position: relative;z-index: 1;display: block;padding: .18rem 0 .13rem;font-size: .3rem;color: #333;line-height: .56rem;font-weight: bold;margin-bottom: .08rem;background: #fff;}
.gameCont .cont h3:before{content: "";position: absolute;left: 0;bottom: .17rem;display:block;width: 1.2rem;height: .08rem;background:linear-gradient(to right , #FF4C4C, #fff);border-radius: .04rem;}
.gameCont .cont h3:after{content: '';margin-left: .1rem;position: relative;top: .15rem;vertical-align: top;display: inline-block;width: .56rem;height: .27rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -3.29rem -.6rem;}
.gameCont .cont br:last-child{line-height: .02rem;}
.gameCont .cont iframe {width: 100%;height: 3.6rem;margin: 0 auto;display: block;border: none;}
.gameCont .cont table{width: 100% !important;border-color: #d9d9d9;}
.gameCont .cont table a{border-bottom: none;}
.gameCont .cont strong{font-weight: bold;}
.rTit{position: relative;}
.rTit strong{position: relative;z-index: 1;display: block;padding: .18rem 0 .13rem;font-size: .3rem;color: #333;line-height: .56rem;font-weight: bold;margin-bottom: .08rem;background: #fff;}
.rTit strong:before{content: "";position: absolute;left: 0;bottom: .17rem;display:block;width: 1.2rem;height: .08rem;background:linear-gradient(to right , #FF4C4C, #fff);border-radius: .04rem;}
.rTit strong:after{content: '';margin-left: .1rem;position: relative;top: .15rem;vertical-align: top;display: inline-block;width: .56rem;height: .27rem;background:url(../img/icon.png) no-repeat;background-size:10rem 10rem;background-position: -3.29rem -.6rem;}
.rTit .rLog{position: absolute;z-index: 1;top: .2rem;right: 0;font-size: .24rem;color: #FF4C4C;text-decoration: underline;line-height: .56rem;}
.rizhi{margin-bottom: .2rem;background: #F5FBFF;border-radius: .05rem;max-height: 8rem;padding: .2rem;overflow: auto;}
.rizhi p{font-size: .3rem;color: #666;line-height: .42rem;display: block;margin: .1rem 0;text-indent: 0;}
.rizhi span{color: #aaa;font-size: .3rem;margin: 0 .2rem 0 .2rem;}
.rizhi strong{font-size: .3rem;color: #333;}
.rizhi>em{display: block;line-height: .44rem;font-size: .3rem;color: #ccc;}

.gameIntro{position: relative;padding-top: .46rem;border-top: 1px solid #eee;margin: 0 .3rem .08rem;overflow: hidden;*zoom: 1;}
.gameIntro .info{display: flex;margin-bottom: .1rem;position: relative;}
.gameIntro .info .feBaBtn{right: 0;top: 3px;}
.gameIntro .info img{display:block;width: 1.2rem;height: 1.2rem;border-radius: .29rem;margin-right: .22rem;}
.gameIntro .info h1{letter-spacing: .01rem;font-size: .36rem;color: #333;font-weight: bold;line-height: .4rem;margin-bottom: .1rem;}
.gameIntro .info>div{flex: 1;}
.gameIntro .info p{display: flex;font-size: .24rem;color: #999;line-height: .38rem;}
.gameIntro .info p span{display: block;line-height: .38rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.gameIntro .info p span:nth-of-type(2n+1){width: 2.2rem;}

.downLink{display: flex;flex-wrap: wrap;width: 6.9rem;padding: .2rem 0 .06rem;margin: auto;}
.downLink a,.downLink button{display: block;flex: 1;width: auto;min-width: 3.3rem;max-width: 6.9rem;height: .64rem;line-height: .64rem;font-size: .3rem;color: #fff;text-align: center;border: none;border-radius:.32rem;margin: 0rem auto .1rem;background: #31F59D;}
.downLink a:before,.downLink button:before{content: "";display: inline-block;background-image:url(../img/icon.png);background-size:10rem 10rem;background-repeat: no-repeat;position: relative;vertical-align: top;margin-right: .12rem;}
.downLink .adrBtn{background: #31F59D}
.downLink .adrBtn:before{top: .15rem;width: .36rem;height: .35rem;background-position: -8.07rem -.06rem;}
.downLink .iosBtn{background: #00a0e9;}
.downLink .iosBtn:before{top: .15rem;width: .3rem;height: .36rem;background-position: -6.73rem -.06rem;}
.downLink .ljBtn{flex: 1;width: auto;min-width: 3.36rem;max-width: 6.3rem;background-color: #31F59D}
.downLink .ljBtn:before{top: .17rem;width: .4rem;height: .32rem;background-position: -7.35rem -.06rem;}
.downLink .gsBtn{width: 3.36rem;margin-left: .18rem;background:#D068F4;}
.downLink .gsBtn:before{top: .17rem;width: .4rem;height: .32rem;background-position: -7.35rem -.06rem;}
.downLink .orderBtn{background: #ffd94d;}
.downLink .orderBtn:before{top: .17rem;width: .32rem;height: .32rem;background-position: -6.09rem -.06rem;}
.downLink .noDown,.downLink .no{background-color: #ccc;color: #fff;}
.gState{margin:0 .04rem .2rem;padding:.21rem .24rem .19rem;background-color:#F7F7F7;border-radius: .16rem;font-size: .24rem;color: #667680;line-height: .42rem;}
.gState span{display: block;margin-bottom: .08rem;font-weight: bold;font-size: .3rem;}
.gExplain{margin:0 .04rem .2rem;padding: .2rem;border: 1px solid #56E39D;background-color:#EBFFF5;border-radius: .04rem;font-size: .24rem;color: #808080;line-height: .4rem;}
.gExplain span{color: #56E39D ;}
.oExplain{margin:0 .04rem .2rem;padding: .2rem;border: 1px solid #ffd2a6;background-color:#fffaf2;border-radius: .04rem;font-size: .24rem;color: #808080;line-height: .4rem;}
.oExplain span{color: #ffa622;}
.oTip{ display: block;margin: 0 .04rem .06rem;font-size: .24rem;color: rgba(204, 153, 102, .65);line-height: .3rem;}
.downLink .bdBtn{width: 3.36rem;margin-left: .18rem;background:#B27CDA;}
.downLink .bdBtn:before{top: .15rem;width: .34rem;height: .36rem;background-position: -4.97rem -.06rem;}
.downLink a:nth-of-type(n+3){width: 100%!important;margin-left: 0!important;}

.safeSign{margin: .05rem 0 .2rem;height: .36rem;line-height: .36rem;text-align: center;}
.safeSign span{display: inline-block;vertical-align: top;margin:0 .16rem;font-size: .24rem;color: #A8A8A8;}
.safeSign span:before{content: "";display: inline-block;width: .23rem;height: .23rem;background-image:url(../img/icon.png);background-size:10rem 10rem;background-repeat: no-repeat;background-position: -1.8rem -.6rem;position: relative;vertical-align: top;top: .08rem;margin-right: .08rem;}
.safeSign span:nth-of-type(1):before{background-position: -1.8rem -.6rem;}
.safeSign span:nth-of-type(2):before{background-position: -2.31rem -.6rem;}
.safeSign span:nth-of-type(3):before{background-position: -2.82rem -.6rem;}

.brJump{position: relative;display: flex;flex-wrap: wrap;margin: .2rem .15rem .05rem;overflow: hidden;overflow-x: auto;white-space: nowrap; font-size: 0; overflow-x: -moz-scrollbars-none;-ms-overflow-style: none;}
.brJump span{position: relative;margin:0 .15rem .08rem;display: block;padding: 0 .31rem;height: .64rem;background: #f7f7f7;border-radius: .32rem;font-size: .24rem;color: #333;line-height: .64rem;text-align: center;overflow: hidden;}
.brJump span:nth-of-type(1){padding: 0 .36rem;}
.brJump span.current{color: #fff;background: #FF4C4C;}

.relZt{position: relative;margin-bottom: .1rem;}
.relZt .tabMenu{position: relative;z-index: 1;margin:0rem .24rem .2rem;height: .64rem;overflow: hidden;overflow-x: auto;white-space: nowrap;font-size: 0;overflow-x: -moz-scrollbars-none; -ms-overflow-style: none;}
.relZt .tabMenu::-webkit-scrollbar {width: 0;height: 0;display: none;-webkit-appearance: none;border-radius: 0;}
.relZt .tabMenu span{position: relative;display: inline-block;margin:0 .12rem .08rem;padding: 0 .24rem;min-width: 1rem;height: .52rem;border: 1px solid #FF0808;border-radius: .12rem;font-size: .3rem;color: #FF0000;line-height: .52rem;text-align: center;overflow: hidden;cursor: pointer;}
.relZt .tabMenu span.current{color: rgba(255,255,255,1);background: #FF0808;}
.relZt .subBox>a{display: block;margin: 0 .3rem;overflow: hidden;}
.relZt .subBox .img {position: relative;margin-bottom: .2rem;display: block;width: 100%;height: 3.08rem;border-radius: .12rem;overflow: hidden;}
.relZt .subBox .img img {width: 100%;min-height: 100%;height: auto;display: block;}
.relZt .subBox .img div{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;display: flex;justify-content: space-between;padding: .25rem .23rem 0 .24rem;height: .75rem;background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);border-radius: 0 .12rem .12rem 0;}
.relZt .subBox .img div strong{flex: 1;font-size: .3rem;color: #fff;line-height: .75rem;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relZt .subBox .img div span{font-size: .24rem;color: #fff;line-height: .75rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relZt .subBox>a>p{position: relative;margin-bottom: .2rem;display: block;max-height: 3.24rem;line-height:.54rem;font-size: .28rem;color: #666;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:6;-webkit-box-orient: vertical;}
.relZt ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap: wrap;padding: 0 .2rem .05rem;}
.relZt ul li{position: relative;display: block;text-align: center;width: 25%;height: 2.28rem;margin-bottom: .25rem;overflow: hidden;}
.relZt ul li a{display: block;}
.relZt ul li img{position: relative;display:block;width:1.2rem;height:1.2rem;border-radius:.26rem;margin: 0 auto .05rem;}
.relZt ul li p{display: block;width: 96%;font-size:.28rem;color:#333;height: .56rem;line-height:.56rem;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relZt ul li span{display: block;margin: auto;width: 1.2rem;height: .48rem;line-height: .48rem;border-radius: .24rem;text-align: center;font-size: .24rem;color: #FF4C4C;background: #FFEBEB;overflow: hidden;}

/* order*/
.orderList{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 10;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);}
.orderBox{position: absolute;z-index: 5;top: 1.8rem;left: 0;right: 0;margin: auto;width: 5.6rem;border-radius: .3rem;}
.orderbg{width: 4.8rem;padding: .32rem .4rem 0;background: linear-gradient(to bottom, rgba(255, 76, 76, .2) 20%, rgba(255, 76, 76, 0) 100%) no-repeat;background-size: 100% 2.2rem;background-color: #fff;height: 100%;min-height: 4.12rem;border-radius: .3rem;padding-bottom: .01rem;}
.orderBox .oClose{position: absolute;bottom:-.9rem;left: 0;right: 0;margin: auto;z-index: 10;}
.orderBox .oClose i{display: block;margin: auto;width: .6rem;height: .6rem;background-position: -4.32rem -1.15rem;position: relative;}
.orderBox .oTitle{position: relative;display: block;height: 1.1rem;}
.orderBox .oTitle p{display: block;text-align: center;padding: 0 .38rem;font-size: .48rem;color: #333;font-weight: 700;line-height: 1.1rem;white-space: nowrap;overflow: hidden;}
.orderBox .oTelBox{position: relative;width: 4.8rem;margin:0 auto;background: #FAFAFA;border-radius: .36rem;overflow: hidden;}
.orderBox form .tel{position: relative;display: block;border: none;width: 4rem;height: .72rem;background: #FAFAFA;line-height: .72rem;color:#333;font-size:.3rem;padding:0 .4rem;border-radius: .36rem;overflow: hidden;white-space: nowrap;}
.orderBox form .tel::-webkit-input-placeholder {color: #999;}
.orderBox form .tel:-moz-placeholder { color: #999;}
.orderBox form .tel::-moz-placeholder { color: #999;}
.orderBox form .tel:-ms-input-placeholder { color: #999;}
.orderBox form .tel:focus{color: #999;}
.orderBox form p{ text-align: center;color:#333;font-size:.28rem;line-height: .48rem;margin: .08rem 0 .4rem;overflow: hidden;}
.orderBox form p em{ color:#FF3333;}
.orderBox form span{color: #ff3333;font-size: .14rem;text-align: left;display: block;width:3.06rem;margin: 0 auto;overflow: hidden;white-space: nowrap;}
.orderBox form .oBtn,.orderBox .oKnow{display: block;cursor: pointer;border: 0;width: 4.8rem;height: .72rem;background: #FF4C4C;border-radius: .36rem;line-height: .72rem;color:#fff;font-size:.3rem;margin: .49rem auto .5rem; }
.orderBox .msg{display: block;color: #ff3333;font-size: .14rem;text-align: left;width:3.66rem;margin: 0 auto;}
.orderBox .oWin{width: 100%;height: auto;border-radius: .1rem;text-align: center;}
.orderBox .oWin>p{position: relative;text-align: center;color:#333;font-size:.28rem;line-height: .48rem;margin: .08rem 0 .3rem;overflow: hidden;}
.orderBox .oWin>i{position: relative;display: block;width: 1.67rem;height: 1.67rem;background-position:-.08rem -2.15rem;margin: auto;}
.orderBox .oAgin{width: 100%;height: auto;border-radius: .1rem;text-align: center;}
.orderBox .oAgin>p{position: relative;text-align: center;color:#333;font-size:.28rem;line-height: .48rem;margin: .08rem 0 .3rem;overflow: hidden;}
.orderBox .oAgin>i{position: relative;display: block;width: 1.67rem;height: 1.67rem;background-position:-.08rem -2.15rem;margin: auto;}
/* rule */
.gRule{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 2;max-width: 7.5rem;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);}
.ruleBox{position: absolute;z-index: 5;top: 1.2rem;left: 0;right: 0;margin: auto;width: 5.6rem;padding: .36rem 0 0;min-height:4.8rem;border-radius: .3rem;text-align: center;background: linear-gradient(to bottom, rgba(255,198,76, .2) 20%, rgba(255,198,76, 0) 100%) no-repeat;background-size: 100% 2.2rem;background-color: #fff;}
.ruleBox .rClose{position: absolute;bottom:-.9rem;left: 0;right: 0;margin: auto;z-index: 10;}
.ruleBox .rClose i{display: block;margin: auto;width: .6rem;height: .6rem;background-position: -4.32rem -1.15rem;position: relative;}
.ruleBox .rTitle{position: relative;display: block;height: 1.1rem;}
.ruleBox .rTitle p{display: block;font-weight: bold;text-align: center;padding: 0 .38rem;font-size: .48rem;color: #333;font-weight: 500;line-height: 1.1rem;white-space: nowrap;overflow: hidden;}
.ruleBox .rSure{display: block;cursor: pointer;border: 0;width: 4.8rem;height: .72rem;background: #FF4C4C;border-radius: .36rem;line-height: .72rem;color:#fff;font-size:.3rem;margin: .49rem auto .5rem; }
.ruleMain{position: relative;display: block;max-height: 4.8rem;border: none;padding: .02rem .2rem 0 .32rem;margin-right: .3rem;line-height: .42rem;font-size: .2rem;color: #666;border-radius: .04rem;overflow: hidden;overflow-y: auto;}
.ruleMain>p{text-align: left;font-size: .22rem;color: #666;line-height: .36rem;margin:0 auto .1rem;}
.ruleMain p{text-align: left;font-weight: lighter;}
.ruleMain strong{display: block;color: #333;line-height:.52rem;font-size: .24rem; font-weight: bold;text-indent:0em;text-align: left;}
.ruleMain>p:nth-of-type(1){font-size: .24rem;font-weight: bold;color: #333;}

/* Privacy */
.gPrivacy{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 2;max-width: 7.5rem;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);}
.privacyBox{position: absolute;z-index: 5;top: 1.2rem;left: 0;right: 0;margin: auto;width: 5.6rem;padding: .36rem 0 0;min-height:4.8rem;border-radius: .3rem;text-align: center;background: linear-gradient(to bottom, rgba(177,76,255, .2) 20%, rgba(177,76,255, 0) 100%) no-repeat;background-size: 100% 2.2rem;background-color: #fff;}
.privacyBox .pClose{position: absolute;bottom:-.9rem;left: 0;right: 0;margin: auto;z-index: 10;}
.privacyBox .pClose i{display: block;margin: auto;width: .6rem;height: .6rem;background-position: -4.32rem -1.15rem;position: relative;}
.privacyBox .pTitle{position: relative;display: block;height: 1.1rem;}
.privacyBox .pTitle p{display: block;font-weight: bold;text-align: center;padding: 0 .38rem;font-size: .48rem;color: #333;font-weight: 500;line-height: 1.1rem;white-space: nowrap;overflow: hidden;}
.privacyBox .pSure{display: block;cursor: pointer;border: 0;width: 4.8rem;height: .72rem;background: #FF4C4C;border-radius: .36rem;line-height: .72rem;color:#fff;font-size:.3rem;margin: .49rem auto .5rem; }
.privacyMain{position: relative;display: block;max-height: 4.8rem;border: none;padding: .02rem .2rem 0 .32rem;margin-right: .3rem;line-height: .42rem;font-size: .2rem;color: #666;border-radius: .04rem;overflow: hidden;overflow-y: auto;}
.privacyMain>p{text-align: left;font-size: .22rem;color: #666;line-height: .36rem;margin:0 auto .1rem;}
.privacyMain p{text-align: left;font-weight: lighter;}
.privacyMain strong{display: block;color: #333;line-height:.52rem;font-size: .24rem; font-weight: bold;text-indent:0em;text-align: left;}
.privacyMain>p:nth-of-type(1){font-size: .24rem;font-weight: bold;color: #333;}
/* Log */
.gLog{position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 2;max-width: 7.5rem;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);}
.logBox{position: absolute;z-index: 5;top: 1.2rem;left: 0;right: 0;margin: auto;width: 5.6rem;padding: .36rem 0 0;min-height:4.8rem;border-radius: .3rem;text-align: center;background: linear-gradient(to bottom, rgba(177,76,255, .2) 20%, rgba(177,76,255, 0) 100%) no-repeat;background-size: 100% 2.2rem;background-color: #fff;}
.logBox .lClose{position: absolute;bottom:-.9rem;left: 0;right: 0;margin: auto;z-index: 10;}
.logBox .lClose i{display: block;margin: auto;width: .6rem;height: .6rem;background-position: -4.32rem -1.15rem;position: relative;}
.logBox .lTitle{position: relative;display: block;height: 1.1rem;}
.logBox .lTitle p{display: block;font-weight: bold;text-align: center;padding: 0 .38rem;font-size: .48rem;color: #333;font-weight: 500;line-height: 1.1rem;white-space: nowrap;overflow: hidden;}
.logBox .lSure{display: block;cursor: pointer;border: 0;width: 4.8rem;height: .72rem;background: #FF4C4C;border-radius: .36rem;line-height: .72rem;color:#fff;font-size:.3rem;margin: .49rem auto .5rem; }
.logMain{position: relative;display: block;max-height: 4.8rem;border: none;padding: .02rem .2rem 0 .32rem;margin-right: .3rem;line-height: .42rem;font-size: .2rem;color: #666;border-radius: .04rem;overflow: hidden;overflow-y: auto;}
.logMain>p{text-align: left;font-size: .22rem;color: #666;line-height: .48rem;margin:0 auto .1rem;}
.logMain p{text-align: left;font-weight: lighter;}
.logMain strong{display: block;color: #333;line-height:.52rem;font-size: .24rem; font-weight: bold;text-indent:0em;text-align: left;}

/* feedback */
.feedBack{position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 10;overflow: hidden;overflow-y: auto;width: 100%; height: 100%; max-width: 7.5rem; min-width: 3.2rem; background-color: rgba(0,0,0,.5); }
.feBackBox{position: absolute;z-index: 5;top: .38rem;left: 0;right: 0;margin: auto;width: 5.6rem;padding: .36rem 0 0;min-height:4.8rem;border-radius: .3rem;text-align: center;background: linear-gradient(to bottom, rgba(0,168,255, .2) 20%, rgba(0,168,255, 0) 100%) no-repeat;background-size: 100% 2.2rem;background-color: #fff;}
.feBackBox .feBaClose{position: absolute;bottom:-.9rem;left: 0;right: 0;margin: auto;z-index: 10;}
.feBackBox .feBaClose i{display: block;margin: auto;width: .6rem;height: .6rem;background-position: -4.32rem -1.15rem;position: relative;}
.feBackBox .fTitle{position: relative;display: block;text-align: center;height: .9rem;}
.feBackBox .fTitle p{display: block;font-size: .48rem;color: #333;font-weight: bold;line-height: .88rem;white-space: nowrap;overflow: hidden;}
.feBackBox .fSure,.feSubmit input{display: block;cursor: pointer;border: 0;width: 4.8rem;height: .72rem;background: #FF4C4C;border-radius: .36rem;line-height: .72rem;color:#fff;font-size:.3rem;margin: .49rem auto .5rem; }
.feBackBox .cont{padding: 0 0 .01rem;margin: 0 .11rem .1rem;}
.feBack{margin: 0 .3rem;}
.feBack>span{font-size: .28rem;color: #333;line-height: .48rem;margin:.16rem auto .2rem ;display: block;text-align: left;}
.feBack .info{display: flex;flex-wrap: wrap;text-align: left;margin-bottom: .3rem;}
.feBack .info p{font-size: .24rem;color: #999;line-height: .44rem;}
.otherRe{background: #FAFAFA;border-radius:.12rem;overflow: hidden;padding: .18rem .2rem;margin-bottom: .28rem; }
.feBack textarea{width: 100%;height: .88rem;line-height: .32rem;border: none;resize:none;background:transparent;font-size: .24rem;color: #999;}
.checkbox {position: relative;display: block;height: .44rem;line-height: .44rem;margin-bottom: .1rem;}
.checkbox:nth-last-child(1){border-bottom: none;}
.checkbox input[type='checkbox'] {position: absolute;left: 0;top: 0;width: .2rem;height: .2rem;opacity: 0;}
.checkbox label {position: relative;left: 0;top: 0;margin-right: .16rem;display: block;height: .44rem;line-height: .44rem;padding: 0 .18rem;font-size: .22rem;color: #666;background: #fafafa;border-radius: .1rem;}
.checkbox label:after {content: '';position: absolute;left: -.46rem;top: .16rem;width: .33rem;height: .33rem;background: transparent;}
.checkbox input[type='checkbox']:checked + label {background:#FF4C4C;color: #fff;}
.telBox{overflow: hidden;}
.telBox input{position: relative;display: block;border: none;width: 4rem;height: .72rem;background: #FAFAFA;line-height: .72rem;color:#333;font-size:.3rem;padding:0 .4rem;border-radius: .36rem;overflow: hidden;white-space: nowrap;}
.telBox input::-webkit-input-placeholder {color: #999;}
.telBox input:-moz-placeholder { color: #999;}
.telBox input::-moz-placeholder { color: #999;}
.telBox input:-ms-input-placeholder { color: #999;}
.telMsg{letter-spacing: .01rem;text-align: left;font-size: .2rem;color: #999;line-height: .3rem;margin-top: .12rem;} 
/*search*/
.tiSle{padding:.25rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.tiSle em,.seaTwoGame .title em{height:.36rem;line-height:.36rem;font-size:.32rem;color:#999;font-weight:500;}
.tiSle em span{font-size: .2rem;color: #a8a8a8;margin-left: .06rem;}
.tiSle a i{display: block;width:.15rem;height:.28rem;background-position:-6.92rem 0;position: relative;top: 0.04rem;}
.searchbox{padding:.01rem .25rem 0 .25rem;margin-bottom: 0;background-color: #fff;}
.searchbox a{position: relative;display: block;height: .6rem;margin: 0 auto;background:#ebeced;border-radius:.32rem;}
.searchbox a i{display: inline-block;width:.35rem;height:.35rem;background-position:-5.92rem -1.12rem;position: relative;top: .14rem;left: .26rem;}
.searchbox,.search_txt{position:relative;}
.search_ul{height:.3rem;position:absolute;top:.15rem;left:.8rem;overflow:hidden;}
.search_ul li{width:5.5rem;height:.3rem;line-height:.3rem;font-size:.24rem;color:#a9a9a9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.search_txt{margin-top: .3rem;background:#ebeced;border-radius:.32rem;}
.search_txt a{display: inline-block;width: .8rem;}
.search_txt .text{position: absolute;width: 5.1rem;top:0rem;left: .8rem;height:.6rem;border:none;background:none;color:#333;font-size:.26rem;padding:0 .2rem 0 .1rem;}
.search_txt .close_txt{position: absolute;top:0rem;right: .12rem;width:.6rem;height:.6rem;}
.search_txt .close_txt i{display: block;width:.4rem;height:.4rem;background-position:-6.3rem -1.1rem;margin:.1rem auto;transform: scale(.8);opacity: .8;}
.seaOneTop{background: #fff;padding: 0;}
.seaOneTop>p{display: block;font-size: .26rem;color: #999;line-height: .4rem;padding: .3rem .25rem .1rem;}
.seaOneTop>p a{display: inline-block;font-size: .26rem;color: #666;margin-right: .26rem;font-weight: 500;}
.seaOneTop ul{display: flex;flex-wrap: wrap;padding: 0 0 .05rem;}
.seaOneTop ul li{display: block;width:25%;text-align:center;margin-bottom:.2rem; }
.seaOneTop ul li a{display:block;}
.seaOneTop ul li img{display:block;width:1.28rem;height:1.28rem;border-radius:.24rem;margin:0 auto;}
.seaOneTop ul li p{width: 90%;height:.42rem;line-height:.42rem;color:#000;font-size:.28rem;margin:.10rem auto .02rem;overflow:hidden;white-space:nowrap;}
.seaOneTop ul li .btn{margin:.12rem auto 0;}
.seaOneTop ul li a span{display: block;margin: auto;width: 1.2rem;height: .46rem;line-height: .46rem;border: .02rem solid #FF4C4C;border-radius: .27rem;text-align: center;font-size: .24rem;color: #FF4C4C;}

.allFind{background-color: #fff;padding: 0;}
.seaOneList{padding:.1rem .25rem .25rem;min-height: 3rem;}
.seaOneList a{position: relative;display: inline-block;padding: 0 .3rem;max-width: 7rem;border-radius: .24rem;line-height: .56rem;background-color: #f8f8f8;margin:0 .18rem .28rem 0;color:#000;font-size:.24rem;text-align: center;overflow: hidden;white-space: nowrap;}
.seaOneList a i{display:block;position: absolute;width:.26rem;height:.36rem;background-position:-5.52rem -1.1rem;top: 0.06rem;right: 0;}
.seaTwoTop ul{padding: 0 .25rem .25rem}
.seaTwoTop ul li{align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.seaTwoTop ul li img{display:block;width:1.28rem;height:1.28rem;border-radius:.24rem;margin: .3rem 0;}
.seaTwoTop ul li .fx_gw{width:0%;}
.seaTwoTop ul li .info{padding:.3rem 0;margin-left: .38rem;position: relative;border-bottom:1px solid #e6e6e6;}
.seaTwoTop ul li .info p{display:block;width:auto;font-size:.24rem;color:#666666;overflow:hidden;white-space:nowrap;}
.seaTwoTop ul li .info .name{max-width: 3.5rem;font-size:.3rem;color:#000;line-height:.48rem;}
.seaTwoTop ul li:nth-child(n+4) i{width: .26rem;height: .26rem;font-size: .2rem;color: #b6b6b6;line-height: .26rem;border: 1px solid #b6b6b6;text-align: center; margin:0 .2rem 0 .05rem;}
.seaTwoTop ul li .info>span{position: absolute;right: 0;display: block;margin: auto;width: 1.2rem;height: .46rem;line-height: .46rem;border: .02rem solid #FF4C4C;border-radius: .27rem;text-align: center;font-size: .24rem;color: #FF4C4C}


.seaTwoTop ul li:nth-child(1) img{margin-top: .1rem;}
.seaTwoTop ul li:nth-child(1) .info{padding-top: .1rem;}
.seaTwoTop ul li:last-child .info{padding-bottom: .36rem;}
.seaTwoTop ul li:last-child img{margin-bottom: .1rem;}
.seaTwoTop ul li:nth-child(1) span{top: .34rem;}
.seaTwoList{padding: .1rem 0; }
.seaTwoList ul li{padding: 0 .25rem;}
.seaTwoList ul li>div{border-bottom:.02rem solid #e6e6e6;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.seaTwoList img{display:inline-block;width:1.28rem;height:1.28rem;border-radius:.24rem;margin:.3rem auto}
.seaTwoList ul li a:nth-of-type(1){display: block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1.0;-moz-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;}
.seaTwoList ul li .info{width:0%;-webkit-box-flex:1.0;-moz-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;padding:.3rem 0;margin-left: .38rem;}
.seaTwoList ul li .info p{max-width: 3.8rem;display:block;width:auto;font-size:.24rem;color:#999;line-height: .4rem;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.seaTwoList ul li .info p:nth-child(1){font-size:.3rem;color:#000;line-height:.48rem;}
.seaTwoList ul li .info p span{color: #999;margin: 0 .08rem;font-size:.18rem;}
.seaTwoList ul li:last-child>div {border-bottom: 0;}
.seaTwoNews ul{padding: 0 .25rem .15rem;margin-top:-.18rem;}
.seaTwoNews ul li{font-size: .28rem;color: #666;border-bottom: 1px solid #e8e8e8;line-height: .82rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;white-space: nowrap;overflow: hidden;}
.seaTwoNews ul li:last-child{border: none;}
.seaTwoNews ul li a{display: block;max-width: 6rem;font-size: .28rem;color: #666;overflow: hidden;}
.seaTwoNews ul li a i{display: inline-block;width: .08rem;height: .08rem;background-color: #000;margin: 0 .16rem 0 .02rem;position: relative;top: -.06rem;}
.seaTwoNews ul li span{font-size: .24rem;color: #a9a9a9;}
.seaTwoGame{padding: .1rem 0;}
.seaTwoGame ul{padding: .06rem 0 .25rem .25rem;overflow-x: auto;white-space: nowrap;font-size: 0;overflow-x: -moz-scrollbars-none; -ms-overflow-style: none;}
.seaTwoGame ul::-webkit-scrollbar {width: 0;height: 0;display: none;-webkit-appearance: none;border-radius: 0}
.seaTwoGame li{width:1.3rem;text-align:center;margin-right:.3rem;}
.seaTwoGame li a{display:block;}
.seaTwoGame li img{display:block;width:1.3rem;height:1.3rem;border-radius:.24rem;margin:0 auto;}
.seaTwoGame li p{color:#808080;font-size:.2rem;overflow:hidden;white-space:nowrap;}
.seaTwoGame li .name{width: 90%;height:.42rem;line-height:.42rem;color:#000;font-size:.28rem;margin:.10rem auto .02rem;}
.search_list_wrap_div {bottom: 0;overflow-y: scroll;}
.search_list_wrap em.hot{color: #fb381f;}
.search_list_wrap li>div{display: flex;position: relative;}
.search_list_wrap li>div a:nth-of-type(1) .info{width: 5.3rem;}
.search_list_wrap .btn{position: absolute;right: 0;} 
.seaTwoList a>span,.seaTwoList .btn{position: absolute;right: 0;display: block;margin: auto;width: 1.2rem;height: .46rem;line-height: .46rem;border: .02rem solid #FF4C4C;border-radius: .27rem;text-align: center;font-size: .24rem;color: #FF4C4C}

.seaTwoGame .title{padding: .25rem;display: flex;justify-content: space-between;}
.seaTwoTop, .search_list_wrap,.seaTwoGame{padding: .1rem 0;background-color: #fff;}
.seaTwoNews{padding: 0;background-color: #fff;}

.downLink .safeBtn {margin-left:.12rem;background:#15c5ed; color: #fff;display: flex;align-items: center; justify-content: center}
.downLink .safeBtn p { display: flex;flex-direction: column; align-items: center; justify-content: center; font-size: .3rem;line-height: .34rem}
.downLink .safeBtn p strong { font-weight: normal;font-size: .28rem;height: .3rem;line-height: .34rem;}
.downLink .safeBtn p i { margin-top: .03rem; font-size: .2rem;line-height: .22rem;font-style: normal}
.btnTips {margin-bottom: .1rem;height: auto;padding: 0; margin-top: -.04rem; display: block; overflow: hidden;position: relative;  font-size: .2rem; line-height: .24rem; color: #888}
.btnTips::before,.btnTips::after {content: "";width: 0;height: 0;border-left: .11rem solid transparent;border-right:.11rem solid transparent;border-bottom: .11rem solid #f0f8f9;display: block;overflow: hidden;position: absolute;left: 75%;top: .02rem;transform: translateX(-50%);z-index: 2}
.btnTips::after {border-left: .11rem solid transparent;border-right: .11rem solid transparent;border-bottom: .11rem solid #15c5ed;top: 0;transform: translateX(-50%);z-index: 0}
.btnTips p {width: 100%;height: auto;padding: .2rem;box-sizing: border-box;background: rgb(21, 197, 237, .05);border: 1px solid #15c5ed;border-radius: .04rem;margin: .1rem 0 0;display: block;overflow: hidden}
.ztIntro .img .feBaBtn{
    width: .9rem;
    height: .35rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: .1rem;
    left: auto;
    right: .1rem;
    color: white;
    box-sizing: border-box;
    font-size: .2rem;
    line-height: .35rem;
    padding-left: .39rem;
    background: none;
    background-color: rgb(254, 166, 166);
    border-radius: .06rem;
}