.ch-nav>label {
    width: auto;
    padding: 0px 15px;
    letter-spacing: 0;
    font-size: 18px;
}

.cbs-strg {
    height: 720px;
}

.cbs-strg .cbs-text {
    height: 720px;
    margin-top: 0;
    transform: translateY(-50%);
}

.ct-bg .ctbs {
    height: 380px;
    transform: translateY(-50%);
    margin-top: 0;
}

.ctwe-tags {
    width: 880px;
}

.ctc-box {
    padding-right: 70px;
    box-sizing: border-box;
}

.cb-text {
    width: 500px;
    right: 40px;
}

.cb-lmy .cb-lmy-box .right .code .code-text p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: right;
}

.ctbs>p {
    line-height: 25px;
}

@media (min-width: 970px) and (max-width: 1170px) {
    .cbs-strg {
        height: 900px;
    }
    .cbs-strg .cbs-text {
        height: 900px;
    }
    .ctc-box {
        padding-right: 40px;
    }
    .cbs-text {
        top: 45%;
        width: 530px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cbs-strg {
        height: 900px;
    }
    .cbs-strg .cbs-text {
        height: 900px;
    }
    .ctwe-tags {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .cbs-bg {
        height: 600px;
    }
    .cb-steae {
        height: 600px;
    }
    .cbs-text {
        width: 410px;
        margin-top: 0px;
    }
    .cbs-text.cbs-text-f {
        width: 450px;
    }
    .cbs-text-f {
        top: 4%;
    }
    .cbs-texts {
        top: 5%;
    }
    .c-block2 {
        padding: 30px;
    }
    .ctc-box {
        padding-right: 20px;
    }
    .ch-nav>label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .cbs-strg {
        height: auto;
    }
    .cbs-strg .cbs-text {
        height: auto;
        margin-top: auto;
        transform: none;
    }
    .c-block2 {
        padding: 20px;
    }
    .ct-bg .ctbs {
        height: 100%;
        margin-top: 30px;
    }
    .ctbs>p {
        line-height: 30px;
    }
    .ctwe-box {
        height: auto;
    }
    .ctwe-tags {
        width: 100%;
    }
    .ctc-box {
        padding: 10px 0;
    }
    .cb-text,
    .cb-inMobile {
        width: 370px;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        margin: 0;
        height: auto;
    }
}