.download{height: 100vh;background-size: cover;background-position: center;position: relative;}
.download .container{display: flex;align-items: center;height:100%}
.download .container>div{display: flex;align-items: center;}
.download .left .h1{font-size: .52rem;color: #fff}
.download .left .h2{font-size: .18rem;color: #fff;line-height: 1.667;margin-top:3vh;padding-right: 6vw}
.download .code-box{margin-top: 10vh;display: flex;align-items: center;}
.download .code-item .item span{ text-transform: uppercase;font-size: .18rem;color: #fff;display: block;}
.download .code-item .item{display: flex;align-items: center;width: 2.3rem;height: .68rem;border: 2px solid #fff;border-radius: .4rem;padding: 0 .3rem}
.download .code-item .item:nth-child(1) img{margin-right: .28rem}
.download .code-item .item:nth-child(2) img{margin-right: .25rem}
.download .code-item .item:nth-child(1){margin-bottom: .3rem}
.download .code-box .imgbox{margin-right: .34rem;}
.download .right{max-width:20vw}
.download-top{position: absolute;top: 0;left: 0;right: 0;z-index: 10;/*background: rgba(0,0,0,.13)*/}
.download-top .container{display: flex;align-items: center;height:80px}
.download-top .logo img{height: .6rem}
.download-bottom{position: absolute;bottom:.35rem;left: 0;right: 0;text-align: center;font-size: .14rem;color: #fff}

.downloadp{height: 100vh;position: relative;}
.download1{padding-top: .81rem;text-align:center;}
.download1 img{width:.9rem;margin: 0 auto;}
.download1 h1{font-size: .28rem;line-height: .4rem;color: #333;margin-top: .15rem;}
.download1 h2{font-size: .14rem;letter-spacing: .02rem;color: #666;margin-top: .06rem}

.download2{background: url(../images/downloadbg.png);height:3.33rem;background-size: cover;position: absolute;bottom: 0;left: 0;right: 0}
.download2 .data-box{display: flex;margin-top: .87rem}
.download2 .data-box .item{flex: 1;text-align: center;}
.download2 .data-box .item .num{line-height: .4rem;color: #fff;font-family: 'DIN';font-size: 0}
.download2 .data-box .item .txt{font-size: .12rem;color: #fff;min-height: .17rem;margin-top: .02rem}
.download2 .data-box .item .num .danwei{font-size: .28rem}
.download2 .data-box .item .num span{display: inline-block;vertical-align: middle;}
.download2 .data-box .item .num .num1{font-size: .34rem;}
.download2 .way a{display: flex;align-items: center;width:2.02rem;margin: 0 auto;margin-top: .27rem;padding-left: .24rem;height:.63rem;
background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(225,232,255,1) 100%);
border-radius:.05rem;}
.download2 .way a:nth-child(1) img{width:.34rem;margin-right: .3rem;}
.download2 .way a:nth-child(2) img{width:.35rem;margin-right: .29rem;}
.download2 .way .en{font-size: .23rem;color: #2c8cfb;line-height:1}
.download2 .way .cn{font-size: .14rem;color: #2c8cfb}
.download2 .way{padding-top: .8rem}
.downloadp{display: none;}



@media (max-width: 993px){
	.download{display: none;}
	.downloadp{display: block;}
}