.kche-wrap-width {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
    max-width: 1600px;
    box-sizing: border-box;
}

.kche-t226 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.kche-t226 .kche-t226-img {
    width: 40%;
    position: relative;
    z-index: 1;
}

.kche-t226 .kche-t226-img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
}

.kche-t226 .kche-t226-img::after {
    content: '';
    position: absolute;
    left: 6%;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #ffdfd0;
    transform: skewX(-10deg);
    border-radius: 10px;
    transform-origin: left center;
    z-index: -1;
}

.kche-t226 .kche-t226-content {
    flex: 1;
    padding-left: 10%;
}

.kche-t226 .kche-t226-content .kche-t226-title {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .kche-t226 .kche-t226-content .kche-t226-title {
        font-size: 26px;
    }
}

.kche-t226 .kche-t226-content .kche-t226-text {
    color: #686d7a;
    margin: 20px 0;
}

.kche-t226 .kche-t226-content .kche-t226-more a {
    min-width: 160px;
    height: 46px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bgcolor, var(--color, #ff5b00));
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all .1s linear;
    font-size: 16px;
}

.kche-t227 .kche-t227-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.kche-t227 .kche-t227-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.kche-t227 .kche-t227-list .kche-t227-item {
    width: 32%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(224, 224, 224, .99);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    transition: all .1s linear;
}

.kche-t227 .kche-t227-list .kche-t227-item .kche-t227-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 251, 252, 0);
    border-radius: 50%;
    border: 1px solid var(--color, #ff5b00);
    transition: all .1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color, #ff5b00);
}

.kche-t227 .kche-t227-list .kche-t227-item .kche-t227-icon em {
    font-size: 24px;
}

.kche-t227 .kche-t227-list .kche-t227-item .kche-t227-p1 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0;
    transition: all .1s linear;
}

.kche-t227 .kche-t227-list .kche-t227-item .kche-t227-p2 {
    color: #686d7a;
    transition: all .1s linear;
}

.kche-t227 .kche-t227-list .kche-t227-item:hover {
    background: var(--bgcolor, var(--color, #ff5b00));
}

.kche-t227 .kche-t227-list .kche-t227-item:hover .kche-t227-icon {
    color: #fff;
    border-color: #fff;
}

.kche-t227 .kche-t227-list .kche-t227-item:hover .kche-t227-p1 {
    color: #fff;
}

.kche-t227 .kche-t227-list .kche-t227-item:hover .kche-t227-p2 {
    color: #fff;
}

.kche-t150 h5 {
    font-size: 24px;
    color: #000;
    font-weight: var(--fontbold6, 600);
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 4px;
}

.kche-t150 .kche-t150-list {
    display: flex;
    flex-wrap: wrap;
}

.kche-t150 .kche-t150-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kche-t150 .kche-t150-item-dashed {
    width: 30%;
    position: absolute;
    left: 84%;
    top: 60px;
    z-index: 0;
    border: 1px dashed var(--color, #43c7c6);
    color: var(--color, #43c7c6);
}

.kche-color-theme {
    color: var(--color, #333) !important;
}

.kche-t150 .kche-t150-item-dashed em {
    font-size: 20px;
    position: absolute;
    right: -14px;
    top: -10px;
}

.kche-t150 .kche-t150-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px dashed #ccc;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all .1s linear;
    color: var(--color, #43c7c6);
    z-index: 1;
}

.kche-t150 .kche-t150-item-icon .kche-t150-item-num {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background-color: var(--color, #43c7c6);
}

.kche-t150 .kche-t150-item-des {
    text-align: center;
    margin-top: 10px;
}

.kche-t150 .kche-t150-des p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0;
}

.kche-bg-theme,
.kche-forged-theme::after,
.kche-forged-theme::before,
.kche-forged-theme>li::before,
.kche-lg-theme,
.kche-forged-theme::after,
.kche-forged-theme::before,
.kche-forged-theme>li::before {
    background-color: var(--color, #666) !important;
}

.kche-t150 .kche-t150-item:last-child .kche-t150-item-dashed {
    display: none;
}

.kche-t150 .kche-t150-item-tit {
    font-size: 18px;
    color: #000;
    font-weight: var(--fontbold6, 600);
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.kche-t150 .kche-t150-item-icon em {
    font-size: 36px;
    transition: all .1s linear;
}

.kche-t150 .kche-t150-item:hover .kche-t150-item-icon {
    transform: translateY(-6px);
}

.kche-t150 .kche-t150-item:hover .kche-t150-item-icon em {
    transform: scaleX(-1);
}

.kche-t153 .kche-t153-contant h5 {
    margin: 0;
    color: #000;
    text-align: center;
    font-weight: var(--fontbold6, 600);
    font-size: 24px;
}

.kche-t153-into {
    margin: 25px auto 45px;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--color, #0c5adb);
}

.kche-t153-list {
    display: flex;
    justify-content: space-between;
}

.kche-t153-item {
    display: flex;
    width: 23%;
    flex-direction: column;
    align-items: center;
}

.kche-t153-top {
    position: relative;
}

.kche-t153-img {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--color, #0c5adb);
    border-radius: 100%;
}

.kche-t153-img img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    transition: all .2s linear;
}

.kche-t153-top:hover .kche-t153-img img {
    transform: scale(1.06);
}

.kche-t153-bottom {
    text-align: center;
    margin-top: 20px;
}

.kche-t153-bottom h6 {
    font-size: 18px;
    color: #000;
    font-weight: var(--fontbold6, 600);
    margin: 0;
}

.kche-t153-span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kche-t153-span p:nth-of-type(1) {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    background: var(--color, #0c5adb);
    opacity: 0.5;
    position: absolute;
}

.kche-t153-span p:nth-of-type(2) {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color, #0c5adb);
    z-index: 1;
}

.kche-t153-tit {
    margin: 0;
    text-align: center;
    font-weight: var(--fontbold6, 600);
    font-size: 18px;
    margin-top: 20px;
}

.kche-t153-text p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: var(--introcolor, #555555);
    margin-top: 10px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .kche-wrap-width {
        padding: 15px 20px;
    }

    /* kche-t226 移动端适配 */
    .kche-t226 {
        flex-direction: column;
    }

    .kche-t226 .kche-t226-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .kche-t226 .kche-t226-content {
        padding-left: 0;
        width: 100%;
    }

    .kche-t226 .kche-t226-content .kche-t226-title {
        font-size: 22px;
        text-align: center;
    }

    .kche-t226 .kche-t226-content .kche-t226-text {
        margin: 15px 0;
        text-align: center;
    }

    .kche-t226 .kche-t226-content .kche-t226-more {
        text-align: center;
    }

    .kche-t226 .kche-t226-content .kche-t226-more a {
        min-width: 140px;
        height: 42px;
        font-size: 14px;
    }

    /* kche-t227 移动端适配 */
    .kche-t227 .kche-t227-title {
        font-size: 20px;
    }

    .kche-t227 .kche-t227-list {
        flex-direction: column;
        margin-top: 20px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item:last-child {
        margin-bottom: 0;
    }

    .kche-t227 .kche-t227-list .kche-t227-item .kche-t227-p1 {
        font-size: 18px;
        margin: 12px 0;
    }

    .kche-t227 .kche-t227-list .kche-t227-item .kche-t227-p2 {
        font-size: 14px;
    }

    /* kche-t150 移动端适配 */
    .kche-t150 h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .kche-t150 .kche-t150-des {
        margin-bottom: 20px;
    }

    .kche-t150 .kche-t150-des p {
        font-size: 14px;
    }

    .kche-t150 .kche-t150-list {
        justify-content: space-between;
    }

    .kche-t150 .kche-t150-item {
        width: 48%;
        padding: 0 10px;
        margin-top: 20px;
    }

    .kche-t150 .kche-t150-item-dashed {
        display: none;
    }

    .kche-t150 .kche-t150-item-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .kche-t150 .kche-t150-item-icon .kche-t150-item-num {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .kche-t150 .kche-t150-item-icon em {
        font-size: 28px;
    }

    .kche-t150 .kche-t150-item-tit {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .kche-t150 .kche-t150-item-des p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* kche-t153 移动端适配 */
    .kche-t153 .kche-t153-contant h5 {
        font-size: 20px;
    }

    .kche-t153-into {
        margin: 20px auto 30px;
        width: 50px;
        height: 2px;
    }

    .kche-t153-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .kche-t153-item {
        width: 48%;
        margin-bottom: 30px;
    }

    .kche-t153-item:nth-child(n+3) {
        margin-bottom: 0;
    }

    .kche-t153-img {
        width: 100px;
        height: 100px;
    }

    .kche-t153-img img {
        width: 100px;
        height: 100px;
    }

    .kche-t153-span p:nth-of-type(1) {
        width: 40px;
        height: 40px;
    }

    .kche-t153-span p:nth-of-type(2) {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .kche-t153-tit {
        font-size: 16px;
        margin-top: 15px;
    }

    .kche-t153-text p {
        font-size: 13px;
        margin-top: 8px;
    }
}

@media (max-width: 500px) {
    .kche-wrap-width {
        padding: 15px 15px;
    }

    .kche-t226 .kche-t226-content .kche-t226-title {
        font-size: 18px;
    }

    .kche-t226 .kche-t226-content .kche-t226-text {
        font-size: 14px;
    }

    .kche-t227 .kche-t227-title {
        font-size: 18px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item {
        padding: 25px 15px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item .kche-t227-icon {
        width: 50px;
        height: 50px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item .kche-t227-icon em {
        font-size: 20px;
    }

    .kche-t227 .kche-t227-list .kche-t227-item .kche-t227-p1 {
        font-size: 16px;
    }

    .kche-t150 h5 {
        font-size: 18px;
    }

    .kche-t150 .kche-t150-item {
        width: 100%;
        padding: 0 20px;
    }

    .kche-t150 .kche-t150-item-icon {
        width: 70px;
        height: 70px;
    }

    .kche-t150 .kche-t150-item-icon em {
        font-size: 24px;
    }

    .kche-t150 .kche-t150-item-tit {
        font-size: 15px;
    }

    .kche-t153 .kche-t153-contant h5 {
        font-size: 18px;
    }

    .kche-t153-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .kche-t153-item:last-child {
        margin-bottom: 0;
    }

    .kche-t153-img {
        width: 80px;
        height: 80px;
    }

    .kche-t153-img img {
        width: 80px;
        height: 80px;
    }

    .kche-t153-span p:nth-of-type(1) {
        width: 35px;
        height: 35px;
    }

    .kche-t153-span p:nth-of-type(2) {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .kche-t153-tit {
        font-size: 15px;
    }
}