
.cooperate {
    font-size: 18px;
    line-height: 30px;
}

.cooperate .tabs {
    display: flex;
    font-size: 30px;
    font-family: CN-Bold;
    margin: 140px auto 40px auto;
    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);
}

/* 分销 */
.distribution .main-img-wrap {
    padding: 0 50px 50px 0;
    position: relative;
}

.distribution .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;
}

.distribution .main-img {
    width: 821px;
    height: 458px;
}

.distribution .info .title,
.distribution .channel .title {
    position: relative;
}

.distribution .info .title {
    margin-top: 80px;
}

.distribution .info .title h2,
.distribution .channel .title h2 {
    font-size: 30px;
}

.distribution .info .title .en,
.distribution .channel .title .en {
    position: absolute;
    left: 30px;
    top: 17px;
    font-size: 34px;
    font-family: CN-Bold;
    color: #cdcdcd;
    z-index: -1;
}

.distribution .info .title .line,
.distribution .channel .title .line {
    width: 146px;
    height: 6px;
    display: inline-block;
    background: var(--primary-color);
    margin: 50px 0 83px 0;
}

.distribution .info .subtitle {
    font-size: 26px;
    font-family: CN-Regular;
    margin-bottom: 36px;
}

.distribution .info .desc {
    margin: 109px 0 132px 0;
}

.distribution .info .desc .item {
    padding: 0 80px;
}
/* 
.distribution .info .desc .item img {
    width: 201px;
    height: 154px;
} */

.distribution .info .desc .item .title {
    font-size: 30px;
    font-family: CN-Bold;
    margin-bottom: 40px;
}

.distribution .channel {
    background: #f2f2f2;
    padding: 77px 0 234px 0;
    opacity: .9;
    position: relative;
}

.distribution .channel .title .en {
    left: 50%;
    transform: translate(-50%,0);
}

.distribution .channel .title .line {
    margin-bottom: 50px;
}

.distribution .channel .icon {
    justify-content: center;
}

.distribution .channel .icon * {
    display: inline-block;
}

.distribution .channel .icon img {
    padding: 30px;
    width: 150px;
}

.distribution .banner {
    position: relative;
    margin: -168px auto 100px auto;
    padding: 0 150px;
}

.distribution .banner .layui-col-sm6 {
    padding: 5px;
    position: relative;
}

.distribution .banner .layui-col-sm6:hover img{
    transform: scale(1.1);
}

.distribution .banner .layui-col-sm6 .banner-text {
    position: absolute;
    color: #fff;
    width: 60%;
}

.distribution .banner .layui-col-sm6 .banner-text .title {
    font-size: 28px;
    font-family: CN-Bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
}

.distribution .banner .layui-col-sm6:nth-child(1) .banner-text{
    right: 178px;
    text-align: right;
    top: 255px;
}
.distribution .banner .layui-col-sm6:nth-child(1) .banner-text .title, .distribution .banner .layui-col-sm6:nth-child(3) .banner-text .title  {
    padding-left: 40px;
}

.distribution .banner .layui-col-sm6:nth-child(2) .banner-text{
    left: 178px;
    text-align: left;
    top: 255px;
}
.distribution .banner .layui-col-sm6:nth-child(2) .banner-text .title, .distribution .banner .layui-col-sm6:nth-child(4) .banner-text .title {
    padding-right: 40px;
}

.distribution .banner .layui-col-sm6:nth-child(3) .banner-text{
    right: 178px;
    text-align: right;
    top: 70px;
}

.distribution .banner .layui-col-sm6:nth-child(4) .banner-text{
    left: 178px;
    text-align: left;
    top: 70px;
}


.distribution .banner .img-wrap {
    overflow: hidden;
}

.distribution .banner img {
    width: 100%;
    height: 427px;
}

.distribution .banner .round {
    width: 355px;
    height: 355px;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px;
    opacity: .9;
    font-family: CN-Bold;
    font-size: 52px;
    color: #fff;
    display: table;
}

.distribution .banner .round .text {
    display: table-cell;
    vertical-align: middle;
    line-height: 90px;
}