.max-width{
    width: 90%;
    max-width: 1200px;
    margin:0 auto
}

.tab-pane{
    margin-top: 58px;
}
.download-content {
    padding: 58px 0;
    background: url(/static/xue/image/new_download_bg.png)no-repeat top center;
}
.download-head{
    margin: auto;
    width: 336px;
    height: 67px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #181818;
    line-height: 67px;
    text-align: center;
    font-style: normal;
}

.download-content .nav-tabs {
    border-bottom: none;
    height: 48px;
    padding: 36px 0 58px;
}

.download-content .nav-tabs li {
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    width: 180px;
    height: 48px;
    background: rgba(241,243,246,0.8);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 24px;
    border: 1px solid #FFFFFF;
    margin-left: 24px;
}

.download-content .nav-tabs li a {
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    text-align: center;
    font-style: normal;
}

.download-content .nav-tabs li a.active {
    background: linear-gradient( 140deg, #FC6B80 0%, #F83949 100%);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
}
.download-head-label{
    margin: auto;
    width: 403px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 13px;
}
.client-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.download-item{
    padding: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 5px rgba(185,182,181,0.07), 0px 8px 5px 0px rgba(160,160,178,0.04);
    border-radius: 24px;
}
.xuedownload-txt{
    height: 50px;
}
.xuedownload-txt span{
    margin: auto;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}
.xuedownload-txt p{
    margin: auto;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #9DA1AA;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.download-item img{
    height: 110px;
}

.download-aid {
    padding: 58px 0 0;
}
.download-aid-main {
    border-top: dashed 1px #eee;
    /*padding: 30px 0 49px 20px;*/
}
.download-aid-title {
    margin-bottom: 18px;
    width: 72px;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.download-aid-list {
    display: flex;
}
.download-aid-item {
    color: #F30000;
    margin-right: 42px;
    width: 294px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EFF1FB;
    padding: 10px;
}

.download-aid-item:hover{
    width: 294px;
    height: 40px;
    background: #FFF6F6;
    border-radius: 10px;
    border: 1px solid #FB8892;
}
.download-aid-item:last-child {
    margin-right: 0;
}

.download-aid-item img {
    width: 18px;
    height: 18px;
}

.download-aid-item span {
    vertical-align: middle;
    width: 118px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-left: 8px;
}

.download-aid-item p {
    width: 12px;
    height: 12px;
    background: #9DA1AA;
}
.aid-item-img{
    float: right;
}
.item-img-no-hover{
    position: relative;
}
.item-img-no-hover{
    display: none;
}
.item-img-hover{
    display: block;
}
/*.download-item .item-img-no-hover img{*/
    /*width: 80px;*/
    /*height: 60px;*/
/*}*/
.download-link {
    display: inline-block;
    text-decoration: none;
}
.pane-top{
    margin-bottom: 24px;
}
.pane-top span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    text-align: left;
    font-style: normal;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.pane-top img{
    width: 20px;
    height: 20px;
}
