.header-wrap{
    margin: 0 auto;
    max-width: 1920px;
    height: 80px;
    background: #2D2E36 ;
}

.header-wrap .header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header-wrap .header-wrap-left{
    display: flex;
    align-items: center;
}

.header-wrap .header-wrap-left .logo-zsw{
    width: 168px;
    height: 48px;
}

.header-wrap .header-wrap-left .logo-zsw img{
    width: 100%;
    height: 100%;
}

.header-wrap .header-wrap-left .logo-video{
    padding: 3px 16px;
    margin-left: 17px;
    width: 108px;
    height: 26px;
    box-sizing: content-box;
    border-left: 2px solid #404040;
}

.header-wrap .header-wrap-left .logo-video img{
    width: 100%;
    height: 100%;
}

.header-wrap .header-wrap-left .search-box{
    margin-left: 15px;
}

.header-wrap .header-wrap-left .search-box .search-input {
    padding-left: 28px;
    width: 312px;
    height: 40px;
    border: 2px solid #F7B500;
}

.header-wrap .header-wrap-left .search-box .search-all-button {
    margin-left: -5px;
    width: 88px;
    height: 40px;
    background: #F7B500;
    border-radius: 0px 4px 16px 0px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.header-wrap .header-wrap-right{
    width: 206px;
    height: 50px;
}

.header-wrap .header-wrap-right img{
    width: 100%;
    height: 100%;
}

.video-play-wrap {
    padding-top: 28px;
    margin: 0 auto;
    max-width: 1920px;
    height: 600px;
    background: url("/resources/assets/images/video/detail_background.png") no-repeat center;
    background-size: 100% 100%;
}

.video-play-wrap .top-tab {
    width: 1200px;
    margin: 0 auto 16px auto;
    font-size: 12px;
    color: #FFFFFF;
}

.video-play-wrap .video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    width: 845px;
    height: 64px;
    background: #010101;
}

.video-play-wrap .video-header .logo {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.video-play-wrap .video-header .title {
    /*display: inline-block;*/
    max-width: 420px;
    margin-left: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-play-wrap .video-header .introduction {
    margin-left: 12px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    padding: 10px;
}

.video-play-wrap .video-header .introduction:hover .introduction-popover {
    display: block;
}

.video-play-wrap .video-header .introduction img {
    vertical-align: middle;
    transition: all 0.3s;
}

.video-play-wrap .video-header .introduction:hover img {
    transform: rotate(180deg);
}

.video-play-wrap .video-header .time {
    font-size: 14px;
    color: #ffffff;
}

.video-play-wrap .video-header .star-img {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.video-play-wrap .video-box {
    display: flex;
}

.video-play-wrap .video-box .right {
    flex: 1;
}

.video-play-wrap .video-box .right-tab {
    display: flex;
    height: 48px;
    background: #1D1E24;
    color: #ffffff;
    font-weight: bold;
}

.video-play-wrap .video-box .right-tab .tab-item {
    width: 50%;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.video-play-wrap .video-box .right-tab .active {
    background: #2D2E36;
}

.video-play-wrap .video-box .video-related .company-info {
    padding: 10px 32px 24px 32px;
    height: 300px;
    background: #2D2E36;
}

.video-play-wrap .company-info .title {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.video-play-wrap .company-info .default-font {
    font-size: 12px;
    color: #999999;
}

.video-play-wrap .company-info .content {
    margin-top: 16px;
    display: flex;
}

.video-play-wrap .company-info .logo {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.text-yellow {
    color: #F7B500;
    font-weight: bold;
}

.video-play-wrap .company-info .introduction-box {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 20px;
    text-indent: 2em;
}

.video-play-wrap .company-info .btns-box {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.video-play-wrap .company-info .btn-info {
    width: 130px;
    height: 32px;
    background: rgba(247, 181, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #F7B500;
    color: #F7B500;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}

.video-play-wrap .company-info .btn-primary {
    width: 130px;
    height: 32px;
    background: #F7B500;
    border-radius: 4px;
    color: #2D2E36;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.video-play-wrap .video-related .goods-info {
    height: 192px;
    background: #26262C;
    padding: 10px 32px 0 32px;
}

.video-play-wrap .video-related .goods-info .title {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.video-play-wrap .goods-box {
    padding-bottom: 10px;
    height: 142px;
    overflow-y: auto;
}

.video-play-wrap .goods-box .goods-item {
    display: flex;
    margin-top: 16px;
}

.video-play-wrap .goods-item .goods-img {
    width: 80px;
    height: 80px;
}

.video-play-wrap .goods-box .goods-item .goods-title {
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-play-wrap .goods-box .goods-item .price {
    margin-top: 20px;
    color: #F3630E;
    font-weight: bold;
    font-size: 14px;
}

.video-play-wrap .more-video {
    overflow-y: auto;
    height: 492px;
    background: #2D2E36;
}

.video-play-wrap .more-video .video-item {
    position: relative;
    padding-top: 13px;
}

.video-play-wrap .more-video .video-item:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 17px;
    left: 20px;
}

.video-play-wrap .more-video .content {
    padding-bottom: 13px;
    margin-left: 32px;
    border-bottom: 1px solid #3D3E45;
}

.video-play-wrap .more-video .content .title {
    color: #FFFFFF;
    font-weight: Bold;
}

.video-play-wrap .more-video .content .time-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    color: #999999;
}

.video-play-wrap .more-video .content .play-btn {
    position: relative;
    bottom: 10px;
    margin-right: 16px;
    display: inline-block;
    width: 64px;
    height: 24px;
    background: #F7B500;
    border-radius: 4px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
}

.content-wrap {
    padding-top: 16px;
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
}

.content-wrap .content-box {
    display: flex;
}

.content-wrap .title-box {
    padding: 16px 0;
    margin: 0 auto;
    width: 1200px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.content-wrap .title-box img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.content-wrap .title-box span {
    vertical-align: middle;
}

.xg-video .product-popover {
    padding: 8px;
    position: absolute;
    top: 290px;
    left: 0;
    height: 96px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 110;
    display: flex;
    border-radius: 1px 16px 16px 1px;
}

.xg-video .product-popover .goods-img {
    width: 80px;
    height: 80px;
}

.xg-video .product-popover .show-product {
    width: 330px;
    transition: all 0.2s;
}

.xg-video .product-popover .hide-style {
    width: 0;
    overflow: hidden;
}

.xg-video .product-popover .goods-img img {
    width: 100%;
    height: 100%;
}

.xg-video .product-popover .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
    width: 195px;
}

.xg-video .product-popover .product-info .name {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.xg-video .product-popover .product-info .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #F3630E;
    font-weight: bold;
    font-size: 14px;
}

.xg-video .product-popover .product-info .change-btn {
    font-size: 12px;
    color: #F7B500;
    cursor: pointer;
}

.xg-video .product-popover .btn-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 22px;
}

.xg-video .product-popover .btn-group .info-btn {
    width: 96px;
    height: 32px;
    background: rgba(247, 181, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #F7B500;
    color: #F7B500;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.xg-video .product-popover .btn-group .primary-btn {
    width: 96px;
    height: 32px;
    background: #F7B500;
    border-radius: 8px;
    color: #080A0F;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.xg-video .product-popover .show-hide-btn {
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.video-box ::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.video-box ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.video-box ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
}

.video-box ::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.introduction-popover {
    position: absolute;
    top: 37px;
    left: 0;
    width: 437px;
    display: none;
    padding: 16px;
    background: #ffffff;
    color: #666666;
    line-height: 20px;
    z-index: 110;
}

.video-related .highest-level{
    margin-left: 10px;
}

.video-related .highest-level.b2b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-b2b.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.video-related .highest-level.yxc {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-yxc.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.video-related .highest-level.ezt {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-ezt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.video-related .highest-level.jmx {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-jmx.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.video-related .highest-level.sl {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-sl.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}

.video-related .highest-level.syt {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resources/assets/images/icon-syt.png) no-repeat center;
    background-size: 100%;
    margin-bottom: -3px;
}