html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: sans-serif
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins, a {
    text-decoration: none
}
.game_community_content_sao{color:#f38105;
    font-weight: bold;font-size:.35rem;text-align:center;}
.game_community_content_sao strong{font-size:.6rem;}
.game_community_content_title{color:#fba21c;text-align: center;font-size:.3rem;}

.game_community_content_qrcode {
    width: 3.426rem;
    height: 3.426rem;margin:0.5rem auto;position: relative;
}
.game_community_content_qrcode:before,.game_community_content_qrcode:after,.game_community_content_qrcode_inner:before,.game_community_content_qrcode_inner:after {
    content:'';position: absolute;display: block;
    background: transparent;border:.12rem solid #fba21c;
    width: .4rem;
    height: .4rem;
}
.game_community_content_qrcode:before{
    border-right: none;
    border-bottom: none;
    left: -.2rem;
    top: -.2rem;
    border-top-left-radius: .1rem;
}
.game_community_content_qrcode:after {
    border-top: none;
    border-left: none;
    right: -.2rem;
    bottom: -.2rem;
    border-bottom-right-radius: .1rem;
}
.game_community_content_qrcode_inner:before{
    border-left: none;
    border-bottom: none;
    right: -.2rem;
    top: -.2rem;
    border-top-right-radius: .1rem;
}
.game_community_content_qrcode_inner:after {
    border-top: none;
    border-right: none;
    left: -.2rem;
    bottom: -.2rem;
    border-bottom-left-radius: .1rem;
}
.game_community_content_qrcode img {
    position: relative;width:100%;
    height: 100%;
}

.game_down {
    position: relative;
}
.game-down-qrcode {
    display: none;
    position: absolute;
    bottom: 1.44rem;
    width: 2.8rem;
    height: 3.2rem;
    background:#fff;
    border: 1px solid #ffac36;
    border-radius: .05rem;
    -webkit-box-shadow:  .1rem .1rem .3rem #5d5d5d;
    -moz-box-shadow:  .1rem .1rem .3rem #5d5d5d;
    box-shadow:  .1rem .1rem .3rem #5d5d5d;
}
.game-down-qrcode-wrap {
    padding: .3rem .3rem 0;
    position: relative;
}
.game-down-qrcode-image {
    width: 2.2rem;
    height: 2.2rem;
}
.game-down-qrcode-text {
    font-size: .3rem;
    line-height: .6rem;text-align:center;color:#ffac36;
}
.game-down-qrcode-wrap:before,.game-down-qrcode-wrap:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border:.4rem solid transparent;
    margin: 0 auto;
}
.game-down-qrcode-wrap:before {
    border-top-color: #ffac36;
    bottom: -.88rem;
}
.game-down-qrcode-wrap:after {
    border-top-color: #FFF;
    bottom: -.849rem;
}

.game_down:hover .game-down-qrcode {
    display: block;
}
.game_name {
    width: 40%;
}
.game_title,.game_des {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.game_details_top p {
    color: #f67b29;
}
.game_name .game_des {
    color: rgba(255,255,255,.7);
}
.disabled {
    background: #999;
}
.download_notice {
    height: 100%;
    width: 100%;
}

.download_notice-content {
    height: 65%;
    text-align: center;
    display: table;
    width: 100%;
}

.download_notice-cell {
    display: table-cell;
    vertical-align: middle;
}

.download_notice-content p {
    font-size: .5rem;
}

.download_notice_text {
    padding-top: .3rem;
    color: #999;
}

.download_notice-butn {
    width: 100%;
    height: 35%;
    border-top: 1px solid #eee;
    display: table;

}

.download_notice-butn a {
    display: block;
    line-height: .8rem;
    text-align: center;
}

/*
app下载页*/
.app-main{
    width: 100%;
    height:100%;
    min-height: 57.6rem;
    background-size: 100% 100%;
    padding-top: 4.77rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.app-main .download-title{
    font-weight: bold;
    font-size: 3.52rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.app-main .download-title2{
    margin-top: 1.48rem;
    width: 100%;
    text-align: center;
    font-size: 1.48rem;
    color:#FFBF3E ;
    font-weight: bold;
}
.app-main  .download-app-btn{
    width: 24.96rem;
    height: 4.07rem;
    background:linear-gradient(180deg,rgba(244,166,0,1),rgba(255,222,132,1));
    box-shadow:0px 0px 13px 0px rgba(26,122,172,1);
    margin: 3.28rem auto 3.28rem;
    border-radius: 99.9rem;
    font-size: 1.4rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.app-main  .download-app-btn .down-icon{
    width: 1.64rem;
    height: 1.48rem;
    display: block;
    background:url(../img/download_btn_download_s.png)no-repeat ;
    background-size: 100% 100%;
    margin-right: 0.8rem;
}
.download-app-btn.disabled{
    background:rgba(255,255,255,0.5);
    box-shadow:0px 0px 13px 0px rgba(26,122,172,1);
    color: rgba(255,255,255,0.7);

}
.app-main .mobile-img {
    width: 19.8rem;
    height: 30.67rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 6.5rem;
}
/* 微信跳转提示 */
.wechat{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
	text-align:center;
	display:none;
}
.wechat-tip{
	color:#68B9DD;
	font-size:2rem;
	font-weight:bold;
	margin: 5rem 0 3.4rem 0;
}
.wechat-tip img{
    width: 18.39rem;
    height: 5.55rem;
    margin: 0 auto;
}
.point{
	font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
}
.clear{
	clear:both;
}
.coloryellow{
	color:#FFFF83;
}
.wechat-step span{
	display:block;
	float:left;
}
.number{
	
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
	border-radius:1.5rem;
	background:#FFFF83;
	margin-right:1rem;
	color:#000;
    margin-top: 0.15rem;
}
.wechat-step{
	width: 17rem;
    margin: 1rem auto 0 auto;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
}
.wechat-rightimg{
	position: absolute;
    right:2.3rem;
    top: 2.7rem;
    width: 4.8rem;
    height: 12.3rem;

}