body,html{
    margin:0;
    padding:0;
    background: #F5F5F5;
    font-family: Microsoft Yahei;
    font-size: 14px;
    direction: ltr;

}

ul{
    padding-inline-start: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}
li{
    list-style-type: none;
}
a{
    color:#000;
    text-decoration: none;
}
.download-wrap{
    position: relative;
    min-height: 100vh;
}
.header{
    width:1200px;
    margin:0 auto;
    height: 100px;
}
.logo-wrap{
    float:left;
}
.logo{
    width:300px;
    height: 54px;
    margin-top:22px;
}
.nav-box{
    float: right;
}

.nav-box ul li{
    float: left;
    display: block;
    line-height: 84px;
}

.nav-box ul li a{
    font-size: 14px;
    padding: 10px 23px;
    display: block;
}
.nav-box ul li a:hover{
    font-weight: 700;
}
.load-box{
    position: relative;
}
.load-content{
    width: 100%;
    min-width: 1200px;
    margin:0 auto;
    height: 650px;
    border-top:1px solid #f5f5f5;
}
.load-content ul li{
    position: relative;
    margin:0 auto;
}
.load-content ul li:nth-of-type(1){
    height: 650px;
    background: url('../images/bg.png') no-repeat center center;
}
.client-group{
    position: absolute;
    left:50%;
    top:306px;
    margin-left: 91px;
    z-index: 999;
}
.client-group .download-btn{
    width: 226px;
    height: 60px;
    margin-bottom: 34px;
    display: block;
    box-sizing: border-box;
    background-color: #f92c74;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    border-radius: 4px;
    border: 2px solid #f92c74;
    color:#fff;
    font-size: 24px;
}
.client-group .download-btn:hover{
    background: transparent;
    color:#f92c74;
}

.load-content .client-con{
    margin-bottom:16px;
    font-size: 14px;
    color:#fff;
    line-height: 1;
    color: #2a2d2e;
}
.load-tabs{
    position: absolute;
    z-index: 1000;
    left:50%;
    bottom: 27px;
    transform: translate(-50%);
}
.load-tabs ul li{
    width: 102px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #ff9abd;
    border-radius: 4px;
    font-size: 14px;
    color:#f92c74;
    line-height: 36px;
    text-align: center;
    cursor: default;
}

.download-soft-group{
    position: relative;
    width: 100%;
    min-width: 1200px;
    padding: 10px 0;
    height: 250px;
}
.bg-icon-left{
    height: 237px;
    width: 207px;
    background: url('../images/icon-left.png') no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: -44px;
}
.bg-icon-right{
    height: 212px;
    width: 142px;
    background: url('../images/icon-right.png') no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 7px;
}
.bg-icon-center{
    height: 204px;
    width: 202px;
    background: url('../images/icon-center.png') no-repeat 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.soft-list{
    width:1200px;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.soft-item{
    overflow: hidden;
    margin-top:40px;
    line-height: 1;
    width:45%;

}
.soft-item .s-header{
    position: relative;
    margin-bottom: 30px;
    padding-left:11px;
    font-size: 18px;
    font-weight: bold;
    color: #595959;
}

.soft-item .s-header::before{
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:4px;
    height: 18px;
    background-color:#f92c74;
    z-index: 11;
}

.soft-item:nth-of-type(2){
    float: left;
}

.soft-item:nth-of-type(3){
    float: right;
}
.soft-item img.soft-img{
    float: left;
    width:94px;
    height: 94px;
}

.soft-item .content-box{
    margin-left:10px;
    font-size: 12px;
    float: left;
    width: 373px;
}
.soft-item .download-btn,.soft-item .mall-download-btn{
    width: 100px;
    height: 35px;
    float: right;
    margin-top:-62px;
    background: #f92c74;
    border-radius: 2px;
    font-size: 15px;
    color:#fff;
    text-align: center;
    line-height: 35px;
}
.soft-item .download-btn:hover,.soft-item .mall-download-btn:hover{
    box-shadow: 0px 6px 18px 0px rgba(249, 44, 116, 0.4);
    filter: brightness(1.1);
}
.soft-item .qrcode-box{
    width:85px;
    height: 85px;
    float: right;
    margin-top:-74px;
    background-color: #fff;
    position: relative;
}
.soft-item .qrcode-box .app-qrcode{
    width:77px;
    height: 77px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.soft-item .content-box .title{
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}
.soft-item .content-box .title-tip{
    font-size: 12px;
    color: #FC3737;
}
.soft-item .content-box .tip{
    margin-top:10px;
    color: #414141;
}
.soft-item .content-box .tip span{
    color: #FC3737;
}
.soft-item .content-box .version-time{
    margin-top:12px;
    color: #898989;
}


.footer{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    color: #787878;
    line-height: 50px;
}