.wrap {
    width: 100vw;
    /* height: 100vh; */
    min-width: 1200px;
    background-color: #e9f2ff;
    /* overflow: auto; */
    position: relative;
}

.wrap .banner {
    min-width: 1200px;
    max-height: 165px;
    position: relative;
}

.wrap .banner .banner-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 940px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.wrap .banner .banner-title h3 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: bold;
}

.wrap .banner .banner-title p {
    font-size: 22px;
}

.wrap .banner img {
    display: block;
    width: 100%;
}

.wrap .container {
    width: 940px;
    /* min-width: 1200px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.container .channel {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ededed;
    padding: 20px;
}

.channel .logo {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 5px #c3c3c3;
    -moz-box-shadow: 1px 1px 5px #c3c3c3;
    box-shadow: 1px 1px 5px #c3c3c3;
}

.channel .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.channel .channel-info {
    width: calc(100% - 60px - 60px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.channel .channel-info .title {
    font-size: 15px;
    font-weight: bold;
    color: #31445A;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.channel .channel-info .share {
    display: flex;
    align-items: center;
}

.channel .channel-info .share .share-con {
    float: left;
    position: relative;
}

.channel .channel-info .share .share-label {
    font-size: 13px;
    color: #38393a;
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}

.channel .channel-info .share .share-label i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-share.png);
    background-size: 100% 100%;
    margin-right: 6px;
}

.channel .channel-info .share .share-con:hover .social-share {
    display: block;
}

.channel .channel-info .share .social-share {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 100;
    width: 200px;
}

.share .social-share .icon-wechat .wechat-qrcode {
    width: 220px!important;
    left: -94px;
}

.channel .qrcodes {
    width: 60px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.channel .qrcodes .code-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.channel .qrcodes .code-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon-phone.png);
    background-size: 100% 100%;
}

.channel .qrcodes p {
    margin-top: 8px;
    font-size: 12px;
}

.channel .qrcodes .code-box {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    display: none;
}

.channel .qrcodes:hover .code-box {
    display: block;
}

.channel .qrcodes .code-box img {
    width: 80px;
    height: 80px;
}

.container .main-box {
    width: 100%;
    height: 528px;
    background-color: #ffffff;
}

.container .main-box .pic-type,
.container .main-box .video-type {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container .main-box .pic-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .main-box .video-type video {
    width: 100%;
    height: 100%;
    display: block;
}

.tab-box {
    margin-top: 30px;
}

.tab-box .tab-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #d9d9d9;
}

.tab-sorc {
    display: flex;
    width: 110px;
    line-height: 62px;
    font-size: 17px;
    cursor: pointer;
}

.desc-weight {
    color: skyblue;
    font-weight: bold;
}

.tab-box .tab-title .tab-menu {
    color: #1845A0;
    width: 195px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 17px;
    position: relative;
}

.tab-title .tab-menu .trangle-box {
    position: relative;
    border-bottom: 2px solid #1845A0;
    transform: translateY(-2px);
}

.tab-title .tab-menu .trangle-box .trangle {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    margin-left: -11px;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #1845A0 transparent;
    border-style: dashed dashed solid dashed;
    border-width: 0 11px 13px;
}

.tab-title .tab-menu .trangle-box .trangle-bot {
    position: absolute;
    display: block;
    bottom: -2px;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #f4f4f4 transparent;
    border-style: dashed dashed solid dashed;
    border-width: 0 10px 12px;
}

.tab-box .tab-date {
    position: relative;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 10;
    color: #646464;
}

.tab-box .tab-date i {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-date.png);
    background-size: 100% 100%;
    margin-right: 6px;
}

.tab-box .tab-list .tab-item {
    position: relative;
    padding: 24px 24px 0 24px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    margin-bottom: 24px;
}

.tab-list .tab-item .tab-item-left {
    margin-top: 6px;
    width: 80px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
}

.tab-list .tab-item .tab-item-left::after {
    content: '';
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 54px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.3);
}

.tab-list .tab-item .tab-item-left .circle {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1E8EEF;
    -webkit-box-shadow: 0 0 4px 2px rgba(30, 142, 239, 0.5);
    -moz-box-shadow: 0 0 4px 2px rgba(30, 142, 239, 0.5);
    box-shadow: 0 0 4px 2px rgba(30, 142, 239, 0.5);
    margin-right: 6px;
}

.tab-list .tab-item .tab-item-right {
    width: calc(100% - 80px - 20px);
    margin-left: 20px;
    float: left;
}

.tab-item .tab-item-right .profile {
    display: flex;
    align-items: center;
}

.tab-item .tab-item-right .profile .logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.tab-item .tab-item-right .profile .name {
    color: #1e8eef;
    margin: 0 14px;
}

.tab-item .tab-item-right .profile .info {
    background-color: #1E8EEF;
    background-image: url(../img/topic-admin-tag.png);
    background-size: 100% 100%;
    color: #ffffff;
    border-radius: 2px;
    padding: 0 2px;
}

.tab-item .tab-item-right .tab-item-con {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}

.tab-item .tab-item-right .tab-item-con .tab-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
}

.tab-item .tab-item-right .tab-item-con .tab-imgs img {
    max-width: 400px;
    max-height: 400px;
    object-fit: initial;
}

.tab-item .tab-item-right .thumb {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    color: #b3b3b3;
    cursor: pointer;
    margin: 14px 0;
}

.tab-item .tab-item-right .thumb i {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-thumb.png);
    background-size: 100% 100%;
    margin-right: 14px;
}

.tab-item .tab-item-right .thumb.active {
    color: #F83436;
}

.tab-item .tab-item-right .thumb.active i {
    background-image: url(../img/icon-thumb-active.png);
}

.load-more {
    text-align: center;
}

.load-more .more {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.footer {
    width: 100%;
    text-align: center;
    color: #939393;
    background-color: rgba(255, 255, 255, .6);
    margin-top: 50px;
    padding: 20px 0;
}

.footer p,
.footer a {
    padding: 2px 0;
}

.side-nav {
    position: fixed;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 999;
}

.side-nav li {
    width: 80px;
    height: 80px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.side-nav li.custom-share:hover .bshare-custom {
    display: block;
}

.side-nav li .bshare-custom {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.bsBox {
    box-sizing: content-box;
}

.bFind-wrapper-top {
    height: 25px!important;
}

.bshare-custom .bshare-more {
    display: none;
    width: 100%;
    height: 100%;
    background: none!important;
}

#bsPanelHolder {
    display: none;
}