@charset "UTF-8";

/* 精选维科号 */
.siftOFWeekWrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 0;
    overflow: hidden;
}

.siftOFWeekWrap>h3 {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 5px;
}

.siftOFWeekWrap .siftOFWeekList {
    /* position: relative; */
    /* float: left; */
    font-size: 0;
    white-space: nowrap;
    z-index: 1;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 150px;
    border: 1px solid #e8e8e8;
    margin-top: 0 !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    padding: 0 10px 10px;
    box-shadow: 3px 3px 3px 3px rgba(200, 200, 200, .1);
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi a:hover {
    text-decoration: none;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .imgWrap {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    /* overflow: hidden; */
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .imgWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast;
    transform: translate(-50%, -50%);
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .imgWrap .vAuthentication {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15px;
    width: 15px;
transform: unset;top: unset;left: unset;}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .del {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url("//images.ofweek.com/login/images/icon_del.png") no-repeat center;
    background-size: contain;
    z-index: 1111;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi h3 {
    padding-top: 70px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi p {
    font-size: 12px;
    color: #999;
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .attention {
    display: block;
    margin: 0 auto;
    color: #c80813;
    font-size: 12px;
    width: 50px;
    height: 18px;
    line-height: 18px;
    ;
    text-align: center;
    border: 1px solid #c80813;
    border-radius: 4px;
}

.siftOFWeekWrap .siftOFWeekList .siftOFWeekLi .attention.active {
    border: 1px solid #b2b2b2;
    color: #999999;
}

.swiper-button-prev {
    background: url("//images.ofweek.com/login/images/left_btn.png") no-repeat center;
    left: 0;
    display: none;
}

.swiper-button-next {
    background: url("//images.ofweek.com/login/images/right_btn.png") no-repeat center;
    right: 0;
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.enterpriseContent {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    margin-top: 13px;
    background-color: #fff;
    position: relative;
}

.enterpriseContent .enterpriseContent_prev,
.enterpriseContent .enterpriseContent_next {
    display: block !important;
    top: 27px;
    width: 25px;
    height: 25px;
    z-index: 9999999;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.enterpriseContent .swiper-button-disabled {
    opacity: .6;
}

.enterpriseContent .enterpriseContent_next {
    background: #fff url("https://images.ofweek.com/login/images/right.png") no-repeat center;
    right: 13px;
}

.enterpriseContent .enterpriseContent_prev {
    left: 925px;
    background: #fff url("https://images.ofweek.com/login/images/left.png") no-repeat center;
}

.enterpriseContent .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
}

.enterpriseContent .header {
    height: 36px;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 16px;
    color: #414749;
    font-weight: bold;
    line-height: 36px;
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

.enterpriseContent .content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 13px;
    width: 100%;
}

.enterpriseContent .content ul li {
    width: 232px;
    height: 106px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 15px 10px;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.enterpriseContent .content ul li .title {
    display: flex;
}

.enterpriseContent .content ul li .title .text {
    font-size: 14px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.enterpriseContent .content ul li .title .text a {
    color: #414749;
}

.enterpriseContent .content ul li .title .text a:hover {
    color: #c00;
}

.enterpriseContent .content ul li .title .icon {
    width: 6px;
    height: 5px;
    background-color: #cdd2d4;
    border-radius: 100px;
    margin-top: 8px;
    margin-right: 8px;
}

.enterpriseContent .content ul li .head_portrait span {
    display: inline-block;
}

.enterpriseContent .content ul li .head_portrait a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    padding-left: 14px;
}

.enterpriseContent .content ul li .head_portrait .head_portrait_box {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-color: #fff;
    margin-right: 10px;
    overflow: hidden;
}

.enterpriseContent .content ul li .head_portrait .head_portrait_box img {
    width: 114%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.enterpriseContent .content ul li .head_portrait .text {
    font-size: 12px;
    color: #6a696b;
}

.enterpriseContent .content ul li .head_portrait .viplogo {
    margin-left: 5px;
}