@charset "UTF-8";
*{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;border:0;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:middle}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif; font-size: 12px;}
ol,li,ul{list-style:none}
html{-webkit-text-size-adjust:100%; background: #000;}
a,div,header,span{-webkit-tap-highlight-color:rgba(255,255,255,0)}
a{text-decoration: none; color: #000;}
table{border-collapse:collapse;border-spacing:0}
input,textarea{outline:0;resize:none}
img{vertical-align: middle; max-width: 100%;}
.clear{clear:both}
body{
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;

}
.contanier{
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pd-10{
    padding: 10px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-valign{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.top-bar{
    background: #000;
}
.top-bar{
    padding: 10px;
}
.top-bar img{
    height: 30px;
}
.top-bar .enter-game{
    text-align: right;
}

.header{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 2px solid #A0A0A0;
    position: relative;
    color: #666;
}
.arrow-left{
    margin-left: 10px;
    display: inline-block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #B0B0B0;
    width: 10px; height: 10px;
    transform: rotate(45deg);
}

.swiper-container .swiper-pagination-bullet-active{
    background: #9504D3;
}

.google_play{
    background: url("../images/google_play_bg.png") no-repeat center;
    text-align: center;
    padding: 5% 30%;
}
.google_play img{
    max-height: 100%;
}

.text-tab{
    margin-top: .5rem;
    padding: .5rem;
}
.swiper-tab-item .active a{
    color: #fff;
}
.swiper-tab-hd{
    border-bottom: 1px dotted #A0A0A0;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: .6rem;
    margin-top: .5rem;
}
.swiper-tab-hd span{
    padding: 8px;
    display: inline-block;
}
.swiper-tab-hd span.active{
    background: #9504D3;
    color: #fff;
}
.swiper-tab-hd .more{
    float: right;
    padding-top: 8px;
    color: #666;
}
.news-list li{
    padding: 5px 0;
}
.news-list a{
    color: #666;
    font-size: .6rem;
}
.news-list .icon{
    position: relative;
}
.news-list .arrow-right {
    width: 0;
    height: 0;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid transparent;
    border-left: .2rem solid #C3C3C3;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: .1rem;
}
.news-list .text{
    padding: 0 .5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news-list-2{
    margin-top: 1rem;
}
.news-list-2 .hd{
    border-bottom: 1px solid #A0A0A0;
    padding: 0 .5rem .5rem;
    font-size: .6rem;
    margin-top: .5rem;
}
.news-list-2 .hd .item{
    padding: .4rem;
    display: inline-block;
}
.news-list-2 .hd .active{
    background: #9504D3;
}
.news-list-2 .hd .active a{
    color: #fff;
}
.news-list-2 .bd ul{
    margin: 0 10px;
}
.news-list-2 .bd li{
    padding: .5rem;
    border-bottom: 1px dotted #C3C3C3;
    position: relative;
    font-size: .6rem;
}
.news-list-2 .rhomb{
    width: .3rem;
    height: .3rem;
    background: #C3C3C3;
    position: absolute;
    top: .7rem;
    left: 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.news-list-2 .bd .title{
    font-size: .7rem;
}
.news-list-2 .bd .text{
    color: #666;
    font-size: .6rem;
    line-height: 1.5;
    word-wrap:break-word;
    margin-top: .3rem;
}
.news-list-2 .bd .time{
    color: #999;
    margin-top: .3rem;
}

.floor{
    margin-top: .5rem;
}
.floor-title{
    position: relative;
}
.floor-title .text{
    position: absolute;
    left: 0;
    right: 0;
    top: .4rem;
    bottom: 0;
    margin: auto;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: .6rem;
}
.floor-bd{
    margin-top: .5rem;
}

.floor-guarantee li{
    padding: .5rem;
}
.floor-guarantee a{
    color: #373737;
    font-size: .6rem;
}
.floor-guarantee p{
    margin-top: .1rem;
}
.floor-guarantee .floor-bd img{
    width: 60%;
}

.floor-lobby ul{
    padding: .2rem;
    overflow: hidden;
}
.floor-lobby li{
    float: left;
    width: 50%;
    padding: .2rem;
}
.floor-follow-us ul{
    padding: .2rem;
}
.floor-follow-us li{
    padding: .5rem;
}
.floor-follow-us li:first-child{
    border-right: 1px solid #D7D7D7;
}
.floor-partners{
    overflow: hidden;
}
.floor-partners ul{
    padding: .2rem;
}
.floor-partners li{
    float: left;
    width: 33.33%;
    padding: .3rem;
}
.floor-partners li img{
    width: 100%;
}

.footer{
    margin-top: 1rem;
    text-align: center;
    padding: 1rem .5rem;
    font-size: .5rem;
}
.footer .copyright{
    color: #A7A7A7;
    margin-bottom: .2rem;
}
.footer .show a{
    color: #474747;
}
.footer .text{
    margin-top: .5rem;
    color: #A7A7A7;
}


.floor-contact-us{
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    color: #666;
}
.floor-contact-us img{
    height: .5rem;
}
.floor-contact-us .tel{
    margin-right: .5rem;
}

.entry-title{
    text-align: center;
    font-size: 1rem;
    padding: .5rem;
}
.entry-meta{
    color: #999;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ddd;
}
.entry-content{
    font-size: .7rem;
    padding-top: 1rem;
    line-height: 1.3;
}
.entry-content img{
    margin-bottom: .5rem;
}
.entry-content p{
    font-size: .7rem;
    margin-bottom: .5rem;
}
.entry-content .table-bd th,.entry-content .table-bd td{
    border: 1px solid #ccc;
    padding: 3px 5px;
}
.entry-content h3{
    font-size: .8rem;
    margin-bottom: .5rem;
}

.about-us{
    line-height: 1.5;
    font-size: .6rem;
}
.about-us p{
    margin-bottom: .5rem;
}
.about-us h3{
    font-size: .7rem;
}
.about-us .icon{
    width: 2rem;
    margin-right: .5rem;
}
