

.desc {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8rem;
    margin-top: 1rem;
}

.headline {
    width: 90%;
    text-align: center;
    margin: calc(1.4rem*2) auto;
    position: relative;

}

.headline .title {
    width: 80%;
    height: 100px;
    padding-top: 0.20833rem;
    text-align: center;
    color: #252628;
    margin: 0 auto 0.04167rem;
    font-weight: 900;
    font-family: Alibaba PuHuiTi Heavy;
    font-size: 60px;
    background-image: url(/assets/img/titleBg.png);
    background-size: 100%
}

.img-box {
    padding: 0 15%;
    margin: calc(1.4rem*2) auto;
}
.upload{
    width: 100%;
    height: 250px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 2px dashed #1688f1c4;
    /* background: rgba(246,242,255,.35); 
    box-shadow: 2px 2px 0 rgba(0,0,0,.08);*/
    margin: 0 auto;
}
.uploadLogo{
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    z-index: -999;
}
.uploadBtn{
    position: relative;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1688f1c4;
    z-index: -999;
}
.uploadafter{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
}
.uploadafter li>a{
    color: #141414 !important;
}
.uploadafter .active>a{
    color: #fff !important;
    background-color: #9a5ed8 !important;
    border-radius: 3px 3px 3px 3px;
}
.nav-tabs{
    border-bottom: none !important;
}
.tab-content{
    margin-top: 5px;
}
.descinfo{
    margin: 0 auto;
    margin-top: 20px;
}
.descinfo .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 20%;
    text-align: center;
}
.descinfo li>a{
    color: #141414 !important;
}
.descinfo .active>a{
    color: #fff !important;
    /* background-color: #9a5ed8 !important; */
    border-radius: 3px 3px 3px 3px;
}
.diagram-radio{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.custom-radio{
    padding: 0 10px;
}
.img-before{
    box-shadow: 2px 2px 0 rgba(0,0,0,.08);
    margin: 0 auto;
    margin-top: 5px;
}
.img-before img{
    width: 100%;
}
.ronghe{
    position: relative;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--background-btn-gradient-web,linear-gradient(90deg,#d175ff 0,#66f 100%));
    top: 20px;
}
.ronghe:hover{
    color:#fff !important;
}
.history{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: .30556rem;
    display: flex;
    bottom: 150px;
    right: 20px;
    align-items: center;
    justify-content: center;
    background: #1688f1c4;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}
.history a{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    line-height: 20px;
}
.piliang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: .30556rem;
    display: flex;
    bottom: 80px;
    right: 20px;
    align-items: center;
    justify-content: center;
    background: #1688f1c4;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}
.piliang a{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff
}
.purple{
    width: 70%;
    margin: 0 auto;
    display: none;
    background: #1688f1c4; 
    /* var(--background-btn-gradient-web,linear-gradient(90deg,#d175ff 0,#66f 100%)) */
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .special > li > a {
        padding:0 !important;
    }
}


@media screen and (min-width: 999px) {
    .history{
        right: 20px;
    }
    .piliang{
        right: 20px;
    }
}

@media screen and (max-width: 750px) {
    .history{
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 10px;
        bottom: 35%;
        right: 20px;
    }
    .piliang{
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 10px;
        bottom: 29%;
        right: 20px;
    }
    .history a {
        line-height: 15px;
    }

    .headline .title {
        width: 80%;
        height: 100px;
        padding-top: 30px;
        text-align: center;
        color: #252628;
        font-weight: 900;
        font-family: Alibaba PuHuiTi Heavy;
        font-size: 40px;
        background-image: url(/assets/img/titleBg.png);
        background-size: 100%
    }
}

.descinfo .nav-tabs>li>a:hover {
    background: #fff;
    border-color: #ffffff;
}

.multiple-img{
    padding: 10px;
}
.multiple-img a{
    padding: 5px 15px;
    font-size: 16px;
}