.detail-intro-content a {
    color: rgba(48, 109, 255, 1);
}

#wechatshare {
    position: absolute;
    top: 40px;
    background-color: white;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    box-shadow: 0px 0px 5px #dddddd;
    display: none;
}

.wbcode{
    transform: translateY(100px);
    top: 10px!important;
}

#wechatshare span{
    font-size: 12px;
}

#wechatshare img {
    width: 110px;
    height: 110px;
}

.wb-line {
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
    border-radius: 4px;
}

.wb-line-nonetop {
    margin-top: unset;
}

.wb-circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    transform: translateY(-5px);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wb-headimg {
    width: 100%;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.wb-recommend:after {
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
}

.wb-recommend li {
    float: left;
    width: 50%;
    margin: 12px 0;
    position: relative;
}

.wb-recommend{

}

.wb-recommend .icon-refresharrow {
    display: none;
    float: right;
    margin-right: 20px;
    width: 22px;
    height: 22px;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: -moz-linear-gradient(right, #316DFF 0%, #7862FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #316DFF), color-stop(100%, #7862FF));
    background: -webkit-linear-gradient(right, #316DFF 0%, #7862FF 100%);
    background: -o-linear-gradient(right, #316DFF 0%, #7862FF 100%);
    background: -ms-linear-gradient(right, #316DFF 0%, #7862FF 100%);
    background: linear-gradient(to left, #316DFF 0%, #7862FF 100%);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wb-recommend-name {
    text-overflow: ellipsis;
    font-size: 16px;
    margin-left: 16px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    position: relative;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wb-recommend-name:after{
    content: '';
    width: 100px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 48px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 100%);
    background: -o-linear-gradient(right, rgba(255,255,255,0), #fff 100%);
    background: -moz-linear-gradient(right, rgba(255,255,255,0), #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 100%);
}

.wb-recommend-item:hover {
    cursor: pointer;
}

.wb-recommend-item:hover .wb-recommend-name {
    color: #2B7ACD;
}

.wb-recommend-item:hover .wb-circle {
    background-color: #2B7ACD;
    border-color: #2B7ACD;
}

.wb-recommend-item:hover .icon-refresharrow {
    display: inline-block;
}

.wb-list-cs {
    display: flex;
    padding: 4px 0;
    justify-content: space-between;
    -moz-user-select: none; /* Firefox私有属性 */
    -webkit-user-select: none; /* WebKit内核私有属性 */
    -ms-user-select: none; /* IE私有属性(IE10及以后) */
    -khtml-user-select: none; /* KHTML内核私有属性 */
    -o-user-select: none; /* Opera私有属性 */
    user-select: none; /* CSS3属性 */
}
.wb-list-cs .iconfont{
    height: 35px;
    line-height: 35px;
}

.wb-list-cs .iconfont:hover{
    cursor: pointer;
}

.wb-cs-head {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    flex-shrink: 0;
}

.wb-scroll {
    overflow: hidden;
    max-width: 94%;
    display: inline-block;
}

.wb-cs-item {
    display: inline-block;
    white-space: nowrap;
    line-height: 35px;
}

.wb-cs{
    display: none;
}

.wb-more{
    bottom: -8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    padding-bottom: 10px;
    z-index: 999;
    padding-top: 60px;
}

.wb-cs-item li {
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
    padding: 0px 10px;
    cursor: pointer;
    float: left;
}

.wb-cs-item a {
    line-height: 26px;
}

.wb-cs-item li:hover {
    background-color: #2B7ACD;
    color: white;
}

.wb-cs-item li:hover a {
    color: white;
}

.wb-cs-item .active {
    background-color: #2B7ACD;
    color: white;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 2px;
}

.wb-cs-item .active a {
    color: white;
}

.wb-cs-list {
    overflow: hidden;
    position: relative;
    height: 35px;
}

.wb-cs-list:after{
    width: 100px;
    height: 61px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 48px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(right, rgba(255,255,255,0), #fff);
    background: -moz-linear-gradient(right, rgba(255,255,255,0), #fff);
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

.wb-list-item {
    border-bottom: 1px solid #EDEDED;
    padding: 28px 0;
    display: flex;
    position: relative;
}

.wb-list-item-pic {
    width: 20.6%;
    float: left;
}

.wb-list-item-pic img {
    width: 100%;
}

.wb-list-item-con {
    margin-left: 20px;
    width: 64.3%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wb-list-item-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 90px;
    height: 28px;
    background-color: #FAFAFA;
    color: #999999;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wb-list-item-link:hover {
    color: white;
    background-color: #2B7ACD;
}

.wb-list-item-name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.wb-list-item-intro {
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.wb-list-item-intro:after {
    content: '';
    width: 100px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 48px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 55%);
    background: -o-linear-gradient(right, rgba(255,255,255,0), #fff 55%);
    background: -moz-linear-gradient(right, rgba(255,255,255,0), #fff 55%);
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 85%);
}

.wb-list-item-tag span {
    border: 1px solid #ededed;
    color: #999999;
    padding: 2px 10px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 6px;
    display: inline-block;
}

.wb-list-item-tag span:hover {
    color: #666666;
}

.wb-rank-num {
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: bold;
    margin-right: 11px;
}

.wb-num-active {
    color: #2B7ACD;
}

.wb-intro {
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 14px;
}

.wb-item {
    position: relative;
}

.wb-name {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    border-bottom: unset;
}

.wb-download {
    display: flex;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 25px 0;
}

.wb-download-item {
    width: 50%;
    position: relative;
    text-align: center;
}

.wb-img {
    text-align: center;
    min-height: 100px;
}

.wb-download-item:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #EDEDED;
    position: absolute;
    right: 0;
}

.wb-img img {
    /*width: 50%;*/
    max-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wb-download-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.wb-btn {
    display: inline-block;
    width: 230px;
    height: 42px;
    border: 1px solid #2B7ACD;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #2B7ACD;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wb-btn:hover {
    color: white;
    background-color: #2B7ACD;
}

.wb-btn .iconfont {
    font-size: 20px;
    margin-right: 4px;
}

.detail-intro {
    padding-bottom: 60px;
}

.detail-intro .wb-download-request{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {

    .wap-container {
        margin-top: 10px;
    }

    .wb-cs-head {
        margin: 0px;
    }

    .wb-recommend .wb-recommend-item {
        float: unset;
        width: unset;
    }

    .wb-line, .wb-recommend {
        margin-top: 10px;
    }

    .wb-recommend-item:last-child {
        margin-bottom: unset;
    }

    .wb-recommend:after {
        content: unset;
    }

    .wb-cs-head {
        float: left;
    }

    .wb-cs-list {
        float: left;
    }

    .sidebar-upload {
        display: none;
    }

    .wb-list-item-link {
        display: none;
    }

    .wb-list-item {
        padding: 10px 0;
    }

    .wb-list-item-con {
        margin-left: 10px;
        width: 75%;
    }

    .wb-list-item-intro {
        margin: 5px 0;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .wb-list-item-tag span {
        padding: 1px 6px;
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .wb-recommend .icon-refresharrow {
        margin-right: unset;
    }

    .wb-name {
        font-size: 26px;
    }

    .wb-share-wechat {
        display: none;
    }

    .wb-download {
        flex-direction: column;
    }

    .wb-download-item {
        width: unset;
    }

    .wb-download-item:first-child:after {
        content: unset;
    }

    .wb-download-item:last-child {
        margin-top: 10px;
    }

    .wb-menu ul {
        display: unset;
    }
}

@media (max-width: 767px) {

    .wb-list-cs{
        display: none;
    }

    .wb-menu ul {
        display: unset !important;
    }

    .wb-recommend-name{
        width: 95%;
    }

    .wb-recommend-item:hover .icon-refresharrow {
        display: none;
    }

    .source-item-right {
        max-width: unset;
    }

    .wb-cs-item{
        display: flex;
        flex-wrap: wrap;
        width: unset;
    }

    .wb-scroll {
        width: unset;
        max-width: unset;
    }

    .wb-list-cs {
        padding: unset;
    }

    .wb-cs-list{
        padding: unset;
    }

    .wb-cs-list:after{
        content: unset;
    }

    .wb-cs{
        display: block;
    }
}
