﻿body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dl,dd,dt{margin:0;padding:0;}
body{font-family:"microsoft yahei","Arial";font-size: 0.24rem;line-height: 1;color:#333;-webkit-user-select:none;-webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;}
::-webkit-scrollbar{width: 0;height: 0;}/*滚动条宽高设为0*/
*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
[class|="ico"]{-webkit-background-size: 100% 100%;background-size: 100% 100%;display: inline-block;vertical-align: middle;}
[class|="icon-"]{font-family:"iconfont" !important;font-size:.24rem !important;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
li{list-style-type:none; float:left;}
a{text-decoration:none;color: #333;}
img{border:none;vertical-align: middle;margin-top: 0;}
i,var,em{font-style:normal;}
button{font-family:"microsoft yahei","Arial";outline:none;cursor: pointer;font-size: 0.24rem;border: none;}
iframe{border: none;}
input,select,textarea{outline:none;font-family:"microsoft yahei","Arial";font-size: 0.24rem;border-radius: 0;}
input:disabled{opacity: 1;color:#333;}
input[type="submit"],input[type="reset"],input[type="text"],input[type="password"],input[type="number"],input[type="button"],button,input[type="date"],textarea{-webkit-appearance: none;border: none;background: none;}
textarea{resize:none;}
.kefu,.jryx{
    color:#fff!important;
}
html,body{
    width: 100%;
    height: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    background: #F3F3F3;
}
.webs {
    width: 120px;
    height:28px;
    background-image: linear-gradient(to right, #ffd09c, #fefbe5);
    border-radius: .3rem;
    text-align: center;
    line-height: 1.8rem;
    font-size: 16px;
    font-family: arial;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #000;
}
.webs em {
    color: red;
    display: inline-block;
    text-align: center;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: 0 .6rem;
    background: #EC2829;
}
.head a img{
    width: 100px;
}
.head a{
    font-size: 1rem;
}

.fix-service {
    position: fixed;
    right: 20%;
    margin-right: -3.75rem;
    top: 50%;
    margin-top: -.96rem;
    z-index: 88;
}
.fix-service img {
    width: 60px;
}
.imenu {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #EC2829;
    transition: all 0.5s;
}
.doFixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.imenu a{
    flex: 1;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
.imenu a i {
    padding-right: .3rem;
}


.swiper{
    --swiper-theme-color: #EC2829;
}
.swiper .swiper-slide img {
    max-width: 100%;
}

.app {
    padding: .5rem;
    background: #fff;
}
.app .title{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    border-radius: 5px;
    border: 1px solid #EC2829;
    padding: .3rem 0;
    text-align: center;
    color: #EC2829;
    font-size: 1rem;
}
.app .title div:last-child {
    background: #EC2829;
    color: #fff;
}
.app .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.app .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.app .box .icon img{
    max-width: 80%;
}
.app .box .info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 75%;
}
.app .box .info p {
    font-size: .8rem;
    line-height: 1.2rem;
}
.app .box .info p i {
    color: #ffdc17;
}
.app .safe {
    font-size: .8rem;
    color: #00b54e;
    text-align: center;
}
.app .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 .5rem 0;
}
.app .btns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: .4rem 0 ;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: .8rem;
}
.app .btns a i {
    padding-right: .4rem;
    font-size: 1.2rem;
}
.app .btns .ios {
    background: #e65f5b;
}
.app .btns .android {
    background: #07b554;
}
.app .btns .web {
    background: #0082f3;
}

.line{
    margin: .5rem 0;
    background: #FFFFFF;
    padding: .5rem;
}
.line_head{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: .5rem .2rem;
}
.line_head h1{
    border-left: 5px solid #EC2829;
    padding-left: .4rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}
.line_head p{
    color: #8E8E8E;
}
.line_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .2rem;
}
.line_item .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    height: 30px;
    background: #E8E8E8;
    border-radius: .2rem;
}
.line_item .link .delay{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    color: #6A4D07;
    font-size: 14px;
    border-radius: .2rem;
    background: #E1EEFF;
}
.line_item .link .url{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}
.line_item .link .url span{
    color: #EC2829;
}
.line_item .btn{
    width: 22%;
    height: 30px;
    line-height: 30px;
    border-radius: .2rem;
    text-align: center;
    font-size: .9rem;
    color: #fff;
    background: linear-gradient(1deg, #EC2829, #EC2829 51%, #EC2829);
}
.line_tip{
    padding: .5rem 0;
    text-align: center;
    color: #8E8E8E;
	font-size: .8rem;
}

.game{
    margin: .5rem 0;
    /*background: #FFFFFF;*/
    padding: .5rem;
}
.game_head{
    padding-bottom: .5rem;
    /*font-size: .8rem;*/
    /*font-weight: bold;*/
    /*color: #333;*/
    /*text-align: center;*/
}
.game_head img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.geme_body{
    display: flex;
    flex-wrap: wrap;
}
.geme_body a{
    width: 33.3%;
    padding: .5rem .2rem;
    margin-bottom: .2rem;
}
.geme_body a img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.geme_body .cp img{
    width: 60%;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: .5rem 0;
}
.menu a{
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin: .5rem 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: .8rem;
    font-weight: 100;
    color: #404040;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
}
.menu a i{
    padding-right: .2rem;
    font-size: 1rem;
    color: #ff0000;
}

.footer{
    padding: .5rem 0;
    background: #fff;
    text-align: center;
}
.footer img{
    width: 20%;
    margin: 0 auto;
}
.footer p{
    padding-top: .2rem;
    color: #333;
    font-weight: 100;
}

.addDesktop {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addDesktop img {
    max-width: 70%;
}