@charset "utf-8";*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
body{font-family: "微软雅黑";}
ul,li{list-style: none;margin: 0;padding: 0;vertical-align: middle;}
img{max-width: 100%;vertical-align: middle;}
a{color: #333333;}
p{margin-bottom: 0;}
h2{margin: 0;}
.main{margin: 0 auto;}
html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body{margin: 0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{display: block;}
audio,
canvas,
progress,
video{display: inline-block;vertical-align: baseline;}
audio:not([controls]){display: none;height: 0;}
[hidden],
template{display: none;}
a{background-color: transparent; text-decoration: none;}
a:active,
a:hover{outline: 0;}
abbr[title]{border-bottom: 1px dotted;}
b,
strong{font-weight: bold;}
dfn{font-style: italic;}
h1{margin: .67em 0;font-size: 2em;}
mark{color: #000;background: #ff0;}
small{font-size: 80%;}
sub,
sup{position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sup{top: -.5em;}
sub{bottom: -.25em;}
img{border: 0;}
svg:not(:root){overflow: hidden;}
figure{margin: 1em 40px;}
hr{height: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
pre{overflow: auto;}
code,
kbd,
pre,
samp{font-family: monospace, monospace;font-size: 1em;}
button,
input,
optgroup,
select,
textarea{margin: 0;font: inherit;color: inherit;}
button{overflow: visible;}
button,
select{text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],
html input[disabled]{cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner{padding: 0;border: 0;}
input{line-height: normal;}
input[type="checkbox"],
input[type="radio"]{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height: auto;}
input[type="search"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
fieldset{padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0;}
legend{padding: 0;border: 0;}
textarea{overflow: auto;}
optgroup{font-weight: bold;}
table{border-spacing: 0;border-collapse: collapse;}
td,
th{padding: 0;}
html,body{
	min-height: 100%;
}
.download-cells{
	padding-top: 11.5rem;
	background: url('../images/bg2.js') center top no-repeat;
	background-size: 10.80rem auto;
}
.wx-box{
	width: 4.6rem;
	height:4rem;
	margin: 0 auto;
	padding: .2rem;
	padding-left: .36rem;
}
.wx-box img{
	border-radius: 4px;
}
.btn-group{
	width: 7.68rem;
	margin: 0 auto;
	padding-top: 1rem
}
.btn-group .btn{
	display: block;
	width: 7.68rem;
	height: 2.02rem;
	line-height: 1.6rem;
	color: #fff;
	font-size: .44rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.btn-group .btn-anzhuo{
	background-image: url('../images/btn-anzhuo.png')
}

.btn-group .btn-ios{
	background-image: url('../images/btn-apple.png')
}
.content{
	padding:0 .7rem;
	padding-bottom: .3rem;
}
.content .text{
	line-height: 1.8;
	font-size: .4rem;
	padding: 10px 0;
}
.content .text p{
	margin: 0
}
.content .text a{
	color: #d636e4;
}
.content .btn-kefu{
	display: block;
	width: 6.85rem;
	height: 1.72rem;
	margin: 0 auto;
	line-height: 1.44rem;
	color: #d636e4;
	font-size: .46rem;
	padding-left: .6rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../images/btn-kefu.png')
}

.install-tip-mask {
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:88;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, .3)
}
.install-tip-mask .install-tip {
    width:100%;
    background-color:#fff;
    position:absolute;
    bottom:0;
    z-index:10;
    -webkit-animation:a .6s 1 both;
    animation:a .6s 1 both
}
.install-tip-mask .install-tip h3 {
	margin: 0;
    border: 0;
    height:1.066667rem;
    line-height:1.066667rem;
    padding:0 0 0 .48rem;
    font-size:14px;
    background-color:#efeff4
}
.install-tip-mask .btn-close {
    position:absolute;
    right:.36rem;
    background-repeat:no-repeat;
    background-size:.24rem .24rem;
    width:.24rem;
    height:.24rem;
    top:.413333rem;
    z-index:11;
    overflow:hidden
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-tip-mask .btn-close {
        background-image:url(../images/btn_close%402x.png)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-tip-mask .btn-close {
        background-image:url(../images/btn_close%403x.png)
    }
}
.install-tip-mask section {
    margin:.533333rem .493333rem
}
.install-tip-mask section h2 {
    font-size:13px
}
.install-tip-mask .jump-jc {
    color:#ff5462;
    text-decoration:none;
    float:right
}
.install-tip-mask .first-step-image {
    background-repeat:no-repeat;
    background-size:6.666667rem 1.68rem;
    width:6.666667rem;
    height:1.68rem;
    margin:.266667rem auto 0
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-tip-mask .first-step-image {
        background-image:url(../images/ios_pic_install_tip%402x.html)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-tip-mask .first-step-image {
        background-image:url(../images/ios_pic_install_tip%403x.html)
    }
}
.install-tip-mask .second-step-image {
    height:1.28rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    background-color:#f6f6f8;
    border-radius:.16rem;
    box-sizing:border-box;
    border:.013333rem solid #e5e5e9;
    margin-top:.266667rem;
    background-repeat:no-repeat;
    background-size:.133333rem .24rem;
    background-position:8.546667rem
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-tip-mask .second-step-image {
        background-image:url(../images/ios_icon_arrow_grey%402x.png)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-tip-mask .second-step-image {
        background-image:url(../images/ios_icon_arrow_grey%403x.png)
    }
}
.install-tip-mask .second-step-image .setting-icon {
    display:block;
    width:.8rem;
    height:.8rem;
    margin:0 .24rem;
    background-repeat:no-repeat;
    background-size:.8rem .8rem
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-tip-mask .second-step-image .setting-icon {
        background-image:url(../images/ios_icon_setting%402x.png)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-tip-mask .second-step-image .setting-icon {
        background-image:url(../images/ios_icon_setting%403x.png)
    }
}
.install-tip-mask .second-step-image h4 {
    font-size:14px;
    width:6rem;
    color:#000;
    font-family:PingFang SC Medium;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.install-tip-mask .second-step-image p {
    font-size:10px;
    color:#9b9b9b;
    margin-top:.08rem
}
.install-tip-mask .btn-install-go {
    width:6.4rem;
    height:1.066667rem;
    line-height:1.066667rem;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    margin:0 auto 1.613333rem;
    display:block;
    border-radius:1.066667rem;
    background-color:#00d661
}
.install-guide-tip-mask {
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:88;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, .3)
}
.install-guide-tip-mask .install-tip {
    width:100%;
    background-color:#fff;
    position:absolute;
    bottom:0;
    z-index:10;
    -webkit-animation:a .6s 1 both;
    animation:a .6s 1 both
}
.install-guide-tip-mask .install-tip h3 {
    height:1.066667rem;
    line-height:1.066667rem;
    padding:0 0 0 .48rem;
    font-size:14px;
    background-color:#efeff4
}
.install-guide-tip-mask .btn-close {
    position:absolute;
    right:.36rem;
    background-repeat:no-repeat;
    background-size:.24rem .24rem;
    width:.24rem;
    height:.24rem;
    top:.413333rem;
    z-index:11;
    overflow:hidden
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-guide-tip-mask .btn-close {
        background-image:url(../images/btn_close%402x.png)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-guide-tip-mask .btn-close {
        background-image:url(../images/btn_close%403x.png)
    }
}
.install-guide-tip-mask section {
    margin:.533333rem .493333rem
}
.install-guide-tip-mask section h2 {
    font-size:13px
}
.install-guide-tip-mask .jump-jc {
    color:#ff5462;
    text-decoration:none;
    float:right
}
.install-guide-tip-mask .first-step-image {
    background-repeat:no-repeat;
    background-size:5.066667rem 1.28rem;
    width:5.066667rem;
    height:1.28rem;
    margin:.266667rem auto 0
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-guide-tip-mask .first-step-image {
        background-image:url(../images/ios_pic_install_tip%402x.html)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-guide-tip-mask .first-step-image {
        background-image:url(../images/ios_pic_install_tip%403x.html)
    }
}
.install-guide-tip-mask .second-step-image {
    background-repeat:no-repeat;
    background-size:5.066667rem 2.613333rem;
    width:5.066667rem;
    height:2.613333rem;
    margin:.266667rem auto 0
}
@media (-webkit-max-device-pixel-ratio:2) {
    .install-guide-tip-mask .second-step-image {
        background-image:url(../images/ios_pic_itunes%402x.html)
    }
}
@media (-webkit-device-pixel-ratio:3) {
    .install-guide-tip-mask .second-step-image {
        background-image:url(../images/ios_pic_itunes%403x.html)
    }
}
.install-guide-tip-mask .third-step-image {
    width:90%;
    height:1.6rem;
    background-color:#f6f6f8;
    border-radius:.16rem;
    box-sizing:border-box;
    border:.013333rem solid #e5e5e9;
    margin:.266667rem auto;
    padding:.24rem .4rem
}
.install-guide-tip-mask .third-step-image p {
    width:100%;
    height:.666667rem;
    line-height:1;
    font-size:12px;
    color:#9b9b9b
}
.install-guide-tip-mask .third-step-image p span {
    display:block;
    float:left;
    color:#333
}
.install-guide-tip-mask .third-step-image p .btn-copy {
    float:right;
    color:#999;
    text-decoration:none
}


.top{position: absolute;top:80px;z-index: 10000;text-align: center;width: 100%;color: #fff}

.top h1{margin-bottom: 5px;font-size: 32px}
.top p.en{margin-top: 5px}
.top p.bigtext{font-size: 22px}
.top p.stext{font-size: 16px;margin-top:5px;line-height: 1}