html{font-size: 20px;}
.g-xs-box{background: linear-gradient(to bottom, #389ffe, #b0d9fc);/* background: url(../image/bg.png) no-repeat */;position: fixed;height: 100%;width: 100%;background-size: 100%;}
/* .g-xs-box{background-color:#fff} */
.g-top-box{padding: .7rem 1rem;height: 3rem;margin-bottom: 1rem;background: rgba(96,31,0,.6);}
.g-top-box img{display: inline-block;height: 100%;}
.g-top-box  .g-download{
		    color: #d22c08;
		    background-color: #fff;
		    /* border: .05rem solid #fff; */
		    float: right;
		    font-size: .8rem;
		    line-height: 1.8rem;
		    height: 1.8rem;
		    padding: 0 .8rem;
		    border-radius: 1rem;
		    margin-top: .7rem;
			font-weight: bold;
			box-shadow: 0px 3px 0 0 #bb2302;
			}
					
.g-top-box b{
   color: #fff;	font-size: 1rem;margin-left: .3rem;
}


.g-banner-title{text-align: center;margin:2.5rem 0 0 0;}
.g-banner-title h1{font-size: 1.6rem;color: #cb0a0a;font-weight: 700;margin-bottom: .1rem;}
.g-banner-title h2{font-size: .8rem;color:#333;font-weight: 200;padding: .2rem 0 .75em 0;}
.g-banner-title:after{display: inline-block;content:'';width: 2.5rem;height: .2rem;background: rgba(255,255,255,.5);border-radius: .15rem;}


.g-banner-sj{text-align: center;margin-top: 15%;}
.g-banner-sj img{width: 90%;max-width: 640px;margin: 0 5%;}


.g-banner-txt{margin-top: 1rem;}
.g-banner-txt p b{color:#ffb604;font-size: 1rem;}
.g-banner-txt p{color:#fff;font-size:.65rem;line-height: 1.5rem;text-align: center;}


.g-android{display: block;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    width: 100%;
	}
.g-android em{display: inline-block;border: .15rem solid #f2f2f2;color: #fff;line-height: 1.2rem;font-size: 1rem;text-align: center;border-radius: 1.5rem;padding: .4rem 2rem;background-color: ;}
.g-android em:before{content:"";display: inline-block;width: 1.2rem;height: 1.2rem;background: url(../image/xs_icon1.png) center no-repeat;background-size: 100%;vertical-align: top;margin-right: .25rem;}

@media screen and (max-width: 370px) {
	html{font-size: 16px;}
}

.g-share-box{width: 100%;height: 100%;background-position-y: 1rem;position: fixed;top:0;left:0;background:rgba(0,0,0,.8);display: none;}
.g-share-box img{width: 100%;padding-top: 1rem;}
.g-close-btn{background:url(../image/tip-btn.png) center no-repeat;width:100%;height: 50%;border:none;background-size: 40% auto;}


.downloadzong{display: block;width: 100%;height: 100%;position: absolute;bottom:10%;left: 0;}
.downloadzong img{display: block;width: 80%;position: absolute;bottom:0;left: 0;margin:0 10%;animation: heartbeat 0.6s infinite;}
@keyframes heartbeat {
					  50% {
					    transform: scale(1.1);
					  }
					}
.g-banner-box{text-align: center;}
.g-banner-box img{width: 100%;max-width: 640px;position: absolute;left:0;bottom: 0;}