body{
    max-width: 100%;
	font-size: 12px;
   
}
#app{
    max-width: 35rem;
    margin: auto;
    overflow: hidden;
     background: url("../images/appdownload/bg.png") no-repeat ;
    background-size: 100%;

}
.dowload-box {
    width: 5.973333rem;
    height: 2.26rem;
    border-radius: 0.386667rem;
    font-size: 0.346667rem;
    margin-top: 32%;
    margin-left: 62%;

}
.dowload-box a {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
}
.dowload-box img {
    width: 6.89rem;
    height: 2.02rem;
}
.box{
    margin-top: 112%;

}

.box .menu-box:nth-child(n+2){
   margin-top: 1rem;

}
.box .menu-box .title{
    background: url("../images/appdownload/btn-bg.png") no-repeat ;
    background-size: 100%;
    width: 8.473333rem;
    height: 2.89rem;
    font-size: 0.9376667rem;
    display: flex;
    justify-content: center;
    line-height: 2.15rem;
    color: #fff;
    margin:0 auto;
    z-index: 99;
    position: relative;
}
.box .menu-box .content{
    display: flex;
    margin: -1.69rem 10% 0 10%;
    border-radius: 1.256rem;
    background: #fff;
    flex-direction: column;
    padding:0.5rem;
    color: #422009;
    font-size: 12px;
    font-weight: 800;
}
.box .menu-box  .bd{
   border: 1px solid #cfa050;
   border-radius: 1.256rem;
   padding:1.8rem;
}
.box .menu-box  .bd p{
	font-size: 0.899rem;

}

.box .menu-box .content img{
	display: flex;
	width: 46.1019%;
    padding-top: 1.5rem;
	justify-content: center;
	margin: 0 auto;
}
@media (max-width:400px){ /* 兼容ipone678 */
    .box .menu-box  .bd p{
		font-size: 0.845rem;

	}
	.box .menu-box .content img{
    	width: 43.1019%;
    }
} 
@media (max-width:325px){ /* 兼容ipone678 */
    .box .menu-box  .bd p{
		font-size: 0.545rem;

	}
	.box .menu-box .content img{
    	width: 43.1019%;
    }
    .box .menu-box .title{
    	width: 6.473333rem;
	    height: 1.89rem;
	    font-size: 0.6376667rem;
	    line-height: 1.89rem;
    }
} 
#footer-box {
    width: 100%;
    height: 3.453333rem;
    background-size: 100% 100%;
    margin-top: 0.4rem;
    padding-bottom: 3.865rem;
}
.footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.613333rem 10% 3rem 10%;
}
.footer-content a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.46667rem;
    height:2.306667rem;
    color: #fff;
    font-size: 12px;
    text-indent: 1.25rem;
    font-weight: 800;
}
.footer-content a:nth-child(1){
    background: url("../images/appdownload/apple-dowload.png") no-repeat center center;
    background-size: 100%;
}
.footer-content a:nth-child(2){
    background: url("../images/appdownload/android-dowload.png") no-repeat center center;
    background-size: 100%;
}
.footer-content a img {
    width: auto;
    height: 0.666667rem;
    margin-right: 0.426667rem;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.60);
    display: none;
    z-index: 1000;
}
.mask p {
    width: 35%;
    height: 14%;
    background: url(../images/appdownload/guide.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 1.8rem;
    float: right;
}
.qrcode {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.60);
    display: none;
    z-index: 1000;
}
.qrcode p {
    width: 64.5%;
    display: flex;
    margin:0 auto;
   	margin-top: 38.9%;
}