   .bg {
    background: #f8faff;
}
.ui-cont {
    width: 1440px;
    margin: 0 auto;
}
.download_mall { width: 1440px;
    height: 170px;
    padding: 40px 0 60px 105px;
    text-align: center;
}
/*=====下载=====*/
.ui-cont.download {
    border:none ;
    height: auto;
    position: relative;
    margin: 140px auto 0;
    padding-bottom: 70px;
    border-radius: 4px
}

.ui-cont .content_box {
    box-shadow: 0 0px 16px 0 rgba(83, 131, 237, 0.10);
    margin-bottom: 40px;
    background-color: #fff;
}

.download .ui-d-box {
    text-align: center;
}

.download .ui-d-box .ui-title {
    font-size: 32px;
    font-weight: bold;
}

.download .ui-d-box ul.ui-d-download {
    padding: 60px 0 120px 200px;
}

.download .ui-d-box .ui-d-download li {
    float: left;
    width: 160px;
    margin: 0 50px;
}

.download .ui-d-box .ui-d-list {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 16px 0 rgba(83, 131, 237, 0.10);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.download .ui-d-box .ui-d-list .icon_img,
.download .ui-d-box .ui-d-list .icon_img_bg {
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all .2s;
}

.download .ui-d-box .ui-d-list .win_img {
    background: url(../download/d_img_1.svg);
}

.download .ui-d-box .ui-d-list .mac_icon {
    background: url(../download/d_img_2.svg);
}

.download .ui-d-box .ui-d-list .iphone_icon {
    background: url(../download/d_img_3.svg);
}

.download .ui-d-box .ui-d-list .android_icon {
    background: url(../download/d_img_4.svg);
}

.download .ui-d-box .ui-d-list .ui-icon_bg {
    background: url(../download/d_img_5.svg);
}

.download .ui-d-box a:hover .ui-d-list .icon_img,
.download .ui-d-box a .ui-d-list .icon_img_bg {

    -o-transform: scale(0.8, 0.7);
    -ms-transform: scale(0.8, 0.7);
    -moz-transform: scale(0.8, 0.7);
    -webkit-transform: scale(0.8, 0.7);
    transform: scale(0.8, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.download .ui-d-box a:hover .ui-d-list .icon_img_bg {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.download .ui-d-box p {
    font-size: 18px;
    color: #696974;
    margin: 12px 0 12px 0;
}

.download .title {
    height: 60px;
    /*border-bottom: 1px solid #EAEAEA*/
}

.download .title ul li {
    width: 50%;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.download .title.single ul li {
    width: 100%;
    /*border-top: 1px solid #EAEAEA;*/
    height: 59px;
    margin-top: -1px;
}

.download .title ul li i {
    width: 21px;
    height: 16px;
    display: block;
    /*background: url(images/product/download_v2.png?v=3) no-repeat;*/
    background-position: -6px -209px;
    position: absolute;
    left: 50%;
    bottom: -12px
}

.dl-qr-pinyou {
    background: url(https://wwwcdn.kdzl.cn/kd77_v1/new/images/product/dl-qr-pinyou.png) no-repeat !important;
}




.download .download_box dl dt p.browser {
    width: 320px;
    height: 204px;
    background: url(https://wwwcdn.kdzl.cn/kd77_v1/new/images/product/download_v2.png?v=3) no-repeat
}

.download .download_box dl dt span {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.download b {
    padding: 0 5px;
    color: #ff6600;
}

.download_mall {
    height: 170px;
    padding: 40px 0 60px 105px;
    text-align: center;
}

.download_mall .ui-mall-list {
    margin: 0 40px;
    float: left;
    font-size: 18px;
}
.download_mall .ui-mall-list img{width: 64px;height: 64px;} 

.download_mall .ui-mall-list .ui-mall-bg {
    /* background-color: #fff; */
    padding:20px 30px 0px;
    /* border-radius: 4px;box-shadow: 0 0px 16px 0 rgba(83, 131, 237, 0.10); */
}
.download_mall .ui-mall-list span{  color: #696974;font-size: 18px;margin-top: 12px;display: block;}
.download_txt {
    text-align: center;
    font-size: 14px;
    color: #999;
}

/*=====download==========*/
.telephone_client {
    padding: 40px 0;
}

.telephone_client ul {
    width: 1000px;
    margin: 0 auto;
}

.telephone_client ul li {
    width: 400px;
    float: left;
    margin: 0 50px;
}

.telephone_client .telephone_d {
    width: 400px;
    background: #fff;
    box-shadow: 0 0px 16px 0 rgba(83, 131, 237, 0.10);
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 4px;
    box-sizing: border-box;
}

.telephone_client .telephone_d .title_t {
    padding-top: 13px;
    font-size: 16px;
    text-align: left;
}

.telephone_icon {
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 20px;
    border-radius: 42px;
    position: relative;
    background-image: url(https://wwwcdn.kdzl.cn/kd77_v1/new/images/jiu/zuoji.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 84px;
}

.telephone_icon i {
    height: 20px;
    line-height: 20px;
    background: #28C445;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    border-radius: 10px;
    font-style: normal;
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding: 0 8px;
    top: -4px;
    right: -10px;
}

.telephone_client ul li a {
    background: #5383ED;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 16px;
    display: inline-block;
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
    text-align: left;
}

.telephone_client ul li a:hover {
    background: #4F7DE0;
    color: #fff
}