body.index .container {
    height: 100%;
    padding: 0 0 30px;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.section-wrap {
    overflow: visible;
}

.section-wrap .text h2 {
    margin-top: 10%;
    font-size: 32px;
}

.section-wrap .text h4 {
    margin-top: -3%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}

.section-wrap .apple-download {
    width: 40%;
    margin: 0 auto;
}

.section-wrap .image {
    width: 60%;
    margin: -15% auto 0;
}

.section-wrap .image img {
    width: 100%;
}


/*640 1234*/
.middlebox {
    width: 80vw;
    position: absolute;
    left:10vw;
    top:10vw;

}
.mobile-image{
    width: 80vw;margin-top:10vw;
}
.mobile-image img {
    width: 100%;
}
.logoname{width:100%;display:block;background:url(../images/logo.png) no-repeat center top;background-size: auto 80%;padding-top:36vw;font-size:8vw;font-weight:bold;color:#00528c;text-align:center;}
.info-text{font-size: 4vw;width:100%;display:block;font-weight:bold;color:#00528c;margin-top:2vw;margin-bottom:2vw;word-break: break-all;text-align:center;}
.download-button {
    width: 54vw;margin-left:15vw;
    height: 15vw;margin-top:10vw;
}
.download-button .mobile-link{
    background:url(../images/btn.png) no-repeat center center;background-size: auto 100%;width:100%;height:100%;display:block;
}
