/*电脑适配*/
@media screen and (min-width: 800px){

    #sliderBox{
        margin-top: 10px;
    }
    #slider{
        height: 330px;
    }
    .bannerDescBoxDiv {
        max-width: 450px;
        padding: 50px 0 0 50px;
        text-align: left;
        float: left;
    }

    .indexBottomDivBox .bannerDescBoxDiv{
        padding: 50px 0 0 50px;
    }

    .bannerDescBoxDiv h2{
        font-size: 50px;
        font-weight: 700;
        line-height: 64px;
    }
    .indexABox{
        padding: 120px 200px 0 350px;
    }
    .indexRightImageBox img{
        max-width: 600px;
    }
    .indexBottomDivBox h1 {
        font-size: 50px;
    }
    .indexBottomDivBox .sliderBox{
        margin-top: 100px;
    }
}

/*小于1050px*/
@media screen and (max-width: 800px){
    .bannerDescBoxDiv h2{
        font-size: 30px;
        font-weight: 700;
        line-height: 50px;
    }
   #topDesc{
        display: none;
    }
    #recentRightBox{
        display: none;
    }
    #slider{
        max-height: 300px;
    }
    .Main-module--SectionContent--2gVyR{
        display: none;
    }
    .indexRightImageBox img{
        max-width: 100%;
    }
    .indexBottomDivBox h1 {
        font-size: 30px;
    }
}

.bannerDescBoxDivRight{
    display: inline-block;
    float: right;
}

.Main-module--ClientsWrapper--3LHMO {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.Main-module--ClientsList--LNupe {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.Main-module--ClientIcon--2LiMp {
    color: #585d76;
    height: 24px;
}


.bannerDescBoxDiv {
    color: #fff;
}
.bannerDescBoxDiv h3{
    color: #b0b7cb;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.uploadTipsP{
    color: #b0b7cb;
    padding: 5px 0;
}
.uploadDivButtonBox{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -108px;
    margin-top: -16px;
}
.centerShowIconBox{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top:40px;
}
.centerShowIconDescBox{
    color: #ffffff;
    display: inline-block;
    width: 120px;

    font-size: 16px;
    letter-spacing: .73px;
    text-align: left;
    padding-left: 5px;
}
.centerShowIconBoxOneLine{
    padding: 0 40px;
}
.centerShowIconBoxImgBox{
    border-radius: 6px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 14px;
}

.freeTryBox h3{
    color: #b0b7cb;
    text-align: center;
    font-size: 20px;
    padding: 20px 0 10px 0;
}
.centerShowIconBoxImgBox img{
    width: 32px;
}
#indexUploadDivBox{
    border: 5px dashed #d4d4d4;
    width: 100%;
    min-height: 130px;
    text-align: center;
    color: #cccccc;
    font-size: 18px;
    margin: 20px auto;
    position: relative;
}

.indexABox{
}
.indexBottomDivBox{
    margin-top: 50px;
    padding: 50px;
    background-color: #ffffff;
}

.indexBottomDivBox h1{
    font-weight: 700;
    line-height: 64px;
    color: #0b0c0e;
    text-align: center;
    padding: 30px;
}

.indexBottomDivBox .bannerDescBoxDiv h4{
    color: #000000;
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.indexBottomDivBox .bannerDescBoxDiv h5{
    color: #44465c;
    line-height: 200%;
    font-size: 18px;
    font-weight: normal;
}

#topDesc{
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 1px 1px 1px #f7f7f7;
    color: #7a7a7a;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

#recentRightBox{
    float: right;
    width: 300px;
    background-color: #fff;
    height: 300px;
}

#recentHeadBox{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

#recentBg{
    background: url(/images/icon_recent.png) no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
}

#recentItemBox{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 20px;
    border-bottom: 1px solid #f4f3f3;
}
#recentItemBox a{
    color: #000;
}

#indexDesc{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 100px;
    text-align: center;
    background: #1b98ed;
}


#indexDesc div{
    color: #eaeaea;
    height: 32px;
    line-height: 32px;
    float: left;
    width: 25%;
}

#indexDesc div a{
    color: #fff;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}