.download-header{
    width:100%;
    height:7%;
    background: #FFFFFF;
    box-shadow:-3px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.header-left{
    display: inline-block;
    margin-left: 13.75%;
    padding: 1% 0;
}
.header-left-logo1{
    vertical-align: middle;
    height: 40%;
}
.header-right {
    display: inline-block;
    margin-left: 42%;
}
.header-right span {
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;

}
.partition{
    display: inline-block;
    height: 23px;
    width: 1px;
    background: #000000;
    opacity:0.5;
    margin-left: 33px;
    margin-right: 20px;
    vertical-align: middle;
}
.header-left-logo2{
    vertical-align: middle;
    height: 23%;
}
.download-bg{
    width:100%;
    height: calc(100vh - 180px);
    background: url("../img/bg@2x.png") 40% 40%;
    background-size: cover;
    text-align: center;
}
.download-bg1{
    width:100%;
    height: calc(100vh - 180px);
    background: url("../img/首页.png") 40% 40%;
    background-size: cover;
    text-align: center;
}
.download-content-phone{
    width: 45%;
}
.download-content-right{
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-size:18px;
    text-align: left;
    margin-left: 28px;
    margin-top: 65px;
}
.download-content-right img{
    width: 90%;
}
.download-content-right button{
    width: 50%;
    height: 46px;
    margin-bottom: 6%;
    background-color: #F6F6F6;
    color: #333333;
    font-weight:normal;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    border: none
}
.download-content-right button:hover {
    background-color: #0064A1 !important;
    color: #fff;
}
.buttonOne{
    margin-top: 8%;
    box-shadow:-3px 2px 10px 0 rgba(95,95,95,0.34);
}

.textTwo{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border:1px solid #F6F6F6;
    opacity:0.6;
    border-radius:10px;
    font-size:12px;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 0 11px;
}
.buttonThree{
    /*color: #FFFFFF !important;*/
    border: none;
}
.footer{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 38px;
    line-height:24px;
    text-shadow:0 3px 12px rgba(255,255,255,0.31);
}
.footer div:nth-child(1) span:not(:first-child){
    margin-left: 5px;
}
.bodyCont{
	overflow: hidden;
	background: #4b60ff;
}
.topCont {
    height:  30%;
    text-align:  center;
}

.topPic>img {
    width:  50%;
    display:  inline-block;
    margin-top: 45px;
}
.lasetPic {
    width:  60%;
    position:  relative;
    margin:  0 auto;
    top: -125px;
}

.lasetPic>img {
    width: 82%;
    height: 195px;
}
.nextPic>img {
    width:  40%;
    margin-top: 35px;
}
.botonCont {
    height:70%;
    background-image: url(../img/shape.png);
    text-align: center;
    padding-top: 130px;
}
.topDown>img {
    width: 70%;
}

.botunDown>img {
    width: 70%;
    margin-top: 19px;
}
.lastfotter {
    position: absolute;
    bottom:  0px;
    width:  100%;
}

.lastfotter>img {
    width: 100%;
    position:  relative;
    top: 3px;
}