
.cooperate {
    font-size: 18px;
    line-height: 30px;
}

.cooperate .tabs {
    display: flex;
    font-size: 30px;
    font-family: CN-Bold;
    margin: 140px 0 40px 0;
    border-bottom: 1px solid #ccc;
}

.cooperate .tabs .tab {
    padding-bottom: 20px;
    margin-right: 150px;
    cursor: pointer;
}

.cooperate .tabs .tab-active {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}

/* 定制*/
.customized .main-img-wrap {
    padding: 0 50px 50px 0;
    position: relative;
}

.customized .main-img-wrap .bg-block {
    position: absolute;
    width: 477px;
    height: 197px;
    background-color: var(--primary-color);
    border-radius: 0px 0px 34px 0px;
    opacity: .2;
    bottom: 0;
    left: 396px;
    z-index: -1;
}

.customized .main-img {
    width: 821px;
    height: 458px;
}

.customized .info .title,
.customized .channel .title {
    position: relative;
    margin-top: 80px;
}

.customized .info .title h2,
.customized .channel .title h2 {
    font-size: 30px;
}

.customized .info .title .en,
.customized .channel .title .en {
    position: absolute;
    left: 30px;
    top: 17px;
    font-size: 34px;
    font-family: CN-Bold;
    color: #cdcdcd;
    z-index: -1;
}

.customized .info .title .line,
.customized .channel .title .line {
    width: 146px;
    height: 6px;
    display: inline-block;
    background: var(--primary-color);
    margin: 50px 0 83px 0;
}

.customized .info .subtitle {
    font-size: 26px;
    font-family: CN-Regular;
    margin-bottom: 36px;
}

.customized .info .desc {
    margin: 109px 0 132px 0;
}

.customized .info .desc .item {
    padding: 0 80px;
}

.customized .info .desc .item .title {
    font-size: 30px;
    font-family: CN-Bold;
    margin-bottom: 40px;
}

.customized .channel {
    background: url('/static/web/img/bg02.jpg') no-repeat;
    background-size: 100% 100% !important;
    padding-top: 90px;
    opacity: .9;
    position: relative;
    font-family: CN-Regular;
}

.customized .channel .title .line {
    margin-bottom: 20px;
}

.customized .channel .title .en {
    left: 50%;
    transform: translate(-50%,0);
}

.customized .channel .icon {
    justify-content: space-between;
    padding: 96px 0 136px 0;
}

.customized .channel .icon .item {
    width: 266px;
    height: 266px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    display: table;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, .3);;
}

.customized .channel .icon .item.active {
    background: #fff;
    color: #000;
}

.customized .channel .icon .item .index {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -26px;
    display: inline-block;
    width: 52px;
    height: 52px;
    background: var(--primary-color);
    border-radius: 50%;
    line-height: 52px;
    color: #fff !important;
}

.customized .channel .icon .item .text {
    display: table-cell;
    vertical-align: middle;
}