[v-cloak] {
    display: none
}

.common-container {
    width: 1200px;
    margin: 0 auto;
}

/*banner默认*/
.banner {
    margin-top: 76px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    position: relative;
}

.pc-banner-title {
    font-size: 47px;
    font-weight: 400;
    color: #FFFFFF;
}

/*banner里面文字的位置*/
.banner .banner-title {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
}

.banner .banner-title .main-title {
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
}

.banner .banner-title .sub-title {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    margin-top: 50px;
}

#activeIndex {
    display: none;
}

.pc-banner-bottom-icon {
    width: 60px;
    height: 60px;
    background-image: url(../img/dspAd/icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(40,176,252,0.25);
    border-radius: 50%;
    background-size: 14px;
}
.pc-common-section-main {
    width: 1200px;
    margin: 0 auto;
}

.color-container {
    position: relative;
    display: inline-block;
}

.color-container .color-img {
    display: none;
    position: absolute;
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 6px 20px 50px 0px rgba(66, 112, 236, 0.15);
    border-radius: 6px;
    padding: 10px;
    right: -100%;
    top: -100%;
    z-index: 999;
}

/*一种是鼠标放上去出现 一种是点击才出现*/
.color-container .color-img-hover-show.show,
.color-container .color-img-click-show.show {
    display: inline-block;
}

.color-container .color-btn {
    cursor: pointer;
    width: 148px;
    height: 50px;
    background: #9290A7;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.color-container .color-btn > div {
    width: 146px;
    height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    background: #FFFFFF;
    color: #262250;
}

.color-container .color-btn:hover {
    background: linear-gradient(100deg, #3399FF, #00FFF0);
}

.color-container .color-btn:hover > div span {
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #3399FF, #00FFF0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-container.color-container-white .color-btn {
    background: #fff;
}

.color-container.color-container-white .color-btn > div {
    background: #fff;
    color: #5C5C5C;
}

.color-container.color-container-white .color-btn:hover {
    background: rgba(11, 32, 81, 1);
}

.color-container.color-container-white .color-btn:hover > div {
    color: #fff;
    background: rgba(11, 32, 81, 1);
}

.color-container.color-container-white .color-btn:hover > div span {
    transition: all .3s ease-in-out;
    background: unset;
    -webkit-text-fill-color: white;
}

/*全球顶尖的广告专家团队*/
.our-team-title {
    font-size: 36px;
    font-weight: 400;
    color: #282828;
    text-align: center;
}

.our-people {
    padding-top: 180px;
    padding-bottom: 200px;
    text-align: center;
}

.people-main {
    padding-top: 80px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.people-item {
    border-radius: 10px;
    width: 365px;
    height: 690px;
    overflow: hidden;
    box-shadow: 6px 20px 50px 0px rgba(66, 112, 236, 0.15);
}

.people-item-main {
    width: 365px;
    height: 690px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    background: #FFFFFF;
}

.people-item-main:hover .people-item-hover {
    top: 0;
}

.people-item .name {
    font-size: 24px;
    padding-top: 32px;
    font-weight: bold;
    color: #262250;
    padding-bottom: 10px;
}

.people-item .job {
    font-size: 16px;
    font-weight: 400;
    color: #262250;
    opacity: 0.6;
    padding-bottom: 30px;
}

.people-item .dir {
    padding: 0 28px 100px;
    height: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #262250;
    opacity: 0.6;
}

.people-item .test {
    width: 365px;
    height: 58px;
    background-image: url(../img/index/people-test.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 99px 26px;

}

.people-item-hover {
    width: 365px;
    height: 690px;
    background: linear-gradient(100deg, #3399FF, #00FFF0);
    box-shadow: 6px 20px 50px 0px rgba(66, 112, 236, 0.15);
    opacity: 0.95;
    border-radius: 10px;
    position: absolute;
    top: 690px;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.people-item-hover img {
    position: absolute;
    top: 40px;
    left: 40px;
}

.people-item-hover .hover-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 28px;
}

.people-item-hover .hover-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.active-blue-btn {
    cursor: pointer;
    display: inline-block;
    width: 148px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    color: #5C5C5C;
}

.active-blue-btn:hover {
    color: #fff;
    background: #0B2051;
    box-shadow: 6px 20px 50px 0px rgba(66, 112, 236, 0.15);
}

/*回到顶部样式*/
#backToTop {
    cursor: pointer;
    position: fixed;
    z-index: 13;
    right: 0;
    left: auto;
    top: 481px;
    width: 40px;
    height: 40px;
    background: url(../img/common/toTop.svg) no-repeat center center;
}

#backToTop:hover {
    background: url(../img/common/toTop-hover.svg) no-repeat center center;
}

/*dialog组件样式*/
.el-dialog__header {
    padding: 15px 20px 10px;
}

.el-dialog__header .el-dialog__close {
    font-size: 20px;
    font-weight: bold;
}
/* 左图右文或左文右图 */
.common-img-text-section-gray-bg {
    background:linear-gradient(180deg, #e8f0f8, #fafcff);
}
.common-img-text-section-ctn {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-img-text-section-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-img-text-section-main >div:nth-child(1){
    margin-right: 50px;
}
.common-img-text-section-img-ctn > img {
    width: 680px;
    height: 600px;
}
.common-img-text-section-title {
    font-size: 32px;
    font-weight: 400;
    color: #262250;
    padding-bottom: 60px;
}
.common-img-text-section-text-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(38, 34, 80, 0.5);
    padding-bottom: 30px;
}
.common-img-text-section-text-item > img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

/*右下角蓝色背景 和 图片背景*/
.case-color-background {
    background-color: rgba(211, 223, 237, 0.36);
}

.case-color-background-deep-gray {
    background-color: rgba(211, 223, 237, 1);
}

.case-image-bottom-right-background {
    background-image: url(../img/common/case-bottom-right-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-image-bottom-right-background-deep-gray {
    background-image: url(../img/common/case-bottom-right-bg-deep-gray.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-image-top-right-background {
    background-image: url(../img/common/case-top-right-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-image-bottom-left-background {
    background-image: url(../img/common/case-bottom-left-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.center {
    text-align: center;
}

.check-chart-btn {
    cursor:pointer;
    color: #39f;
    text-decoration: none;
    position: relative;
}

.check-chart-btn:hover {
    text-decoration: underline;
}

.fk-tabs .tab-ctn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    color: #58606B;
    font-weight: bold;
    background: #fff;
    height: 64px;
    padding-left: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EDF1F4;
}

.fk-tabs .tab-item {
    font-size: 14px !important;
    cursor: pointer;
    padding: 0 15px;
    line-height: 64px;
    height: 64px;
    margin-right: 40px;
}

.fk-tabs .tab-item-active {
    color: #3399FF;
    border-bottom: 2px solid #3399FF;
}

/*视频播放器*/
.video-ctn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
}

.video-ctn .video-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1300px;
    height: 768px;
}

.video-ctn .video-main video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-ctn .close-icon {
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
}

.yuanquan {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3399ff;
}
