.creative-banner {
    background-image: url(../img/creative/1.png);
    height: 680px;
}
.pc-banner-title {
    padding: 236px 0 110px;
}
.creative-section1 {
    width: 100%;
    overflow: hidden;
    padding: 240px 0 205px;
}
.creativeSwiper {
    width: 1152px;
    margin: 0 auto;
    position: relative;
}
.creativeSwiper .swiper-slide {
    width: 555px;
    height: 376px;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px 0px rgba(217,217,217,0.5);
    border-radius: 5px;
    padding: 30px 40px;
    color: #95959F;
}
.creativeSwiper .swiper-slide >div:nth-child(1){
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}
.creative-section2 {
    padding: 136px 162px;
    background-color: #d3dfed;
    background-image: url(../img/creative/6.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;

}
.common-img-text-section-text-item img {
    width: 20px;
    height: 20px;
}
.header-img {
    width: 228px;
    height: 228px;
    margin-right: 30px;
}
.douhao-bg {
    position: absolute;
    top: 32px;
    right: 50px;
    width: 52px;
    height: 46px;
}
.people-name {
    height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.people-name >div:nth-child(1){
    font-size: 32px;
    font-weight: bold;
    color: #262250;
    padding-bottom: 20px;
}
.people-name >div:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #262250;
    opacity: 0.6;
}
.creative-section-title {
    font-size: 36px;
    font-weight: 400;
    color: #212849;
    padding-bottom: 60px;
}
.creativeSwiper .swiper-button-prev {
    background-image: url(../img/creative/8.png);
    background-size: 54px 38px;
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 38px;
    right: 70px;
    top: -50px;
    left: auto;
}
.creativeSwiper .swiper-button-next {
    background-image: url(../img/creative/9.png);
    background-size: 54px 38px;
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 38px;
    right: 0;
    top: -50px;
    left: auto;
}
.creativeSwiper .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/creative/10.png);
}
.creativeSwiper .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/creative/11.png);
}
.creative-video-ctn {
    width: 960px;
    margin: 0 auto;
    padding: 200px 0 30px;
}
.cover-video {
    display: flex;
    background: #FFFFFF;
}
.cover {
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.cover:hover .resolutionRatio {
    display: none;
}
.cover:hover .playBtn {
    display: block;
}
.cover::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.cover:hover::after {
    background: rgba(0,0,0,0.6);
}

.cover .cover-img {
    width: 633px;
    height: 100%;
}
.cover .resolutionRatio {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 33px;
    height: 22px;
    background: url(../img/creative/icon.png) no-repeat;
    background-size: cover;
    vertical-align: top;
}
.cover .time {
    font-size: 14px;
    color: #fffefe;
    position: absolute;
    right: 14px;
    bottom: 14px;
    line-height: 1;
    font-weight: 300;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.cover-video .video-msg {
    padding: 20px;
}
.cover-title {
    color: #33343b;
    font-weight: bold;
    font-size: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.new-cate {
    font-size: 12px;
    color: #999999;
}
.desc {
    padding-top: 12px;
    font-size: 12px;
    color: #333;
}
.cover .playBtn {
    display: none;
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}
.videoSwiper {
    width: 960px;
    margin: 16px auto;
    position: relative;
}
.video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-item-ctn {
    width: 306px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.video-item-ctn:hover {
    box-shadow: 0 4px 12px 0px rgba(0,0,0,0.1);
}
.video-item {
    width: 306px;
    height: 191px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.video-item .cover-img {
    width: 306px;
    height: 100%;
}
.video-item .resolutionRatio {
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../img/creative/icon.png) no-repeat;
    background-size: cover;
    vertical-align: top;
}
.video-item .time {
    font-size: 12px;
    color: #fffefe;
    position: absolute;
    right: 14px;
    bottom: 14px;
    line-height: 1;
    font-weight: 300;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.video-item:hover .playBtn {
    display: block;
}
.video-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.video-item:hover::after {
    background: rgba(0,0,0,0.6);
}
.video-item .playBtn {
    display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}
.video-item:hover .resolutionRatio {
    display: none;
}
.video-name {
    padding: 16px;
    color: #333;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.video-tag {
    margin-bottom: 20px;
    padding: 0 16px;
}
.video-item-ctn {
    padding-bottom: 30px;
}
.video-tip {
    text-align: center;
    padding-bottom: 250px;
}
.content-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.content-icon img {
    width: 90px;
    height: 94px;
    cursor: pointer;
}
.video-tip p {
    font-size: 16px;
    font-weight: 400;
    color: #39496F;
}
.video-item:hover .brand {
    display: inline-block;
}
.brand {
    display: none;
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 12px;
    color: #FFFFFF;
    z-index: 2;
}
.videoCode {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left:-150px;
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 6px 20px 50px 0px rgba(66, 112, 236, 0.15);
    border-radius: 6px;
    z-index: 999;
}
.videoSwiper .swiper-pagination {
    bottom: -20px;
}
