.web-item-title {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
}

.objective-info {
    font-size: 21px;
    font-weight: 400;
    color: #828282;
    line-height: 2;
}
.objective-box{
    display: flex;
    justify-content: space-between;
}
.objective-box .objective-item {
    min-width: calc(50% - 12px);
    padding: 14px 10px;
    border: 1px solid #0E357D;
    font-size: 21px;
    color: #0E357D;
    text-align: center;
}

.usergroup-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin: 40px 0 14px;
}

.usergroup-info {
    font-size: 21px;
    color: #676767;
    line-height: 2;
    margin-bottom: 16px;
}



.color-box {
    width: 100%;
    height: 300px;
    display: flex;
}

.color-main {
    padding: 18px 20px;
    width: 80%;
    height: 100%;
    font-size: 21px;
    color: #FFFFFF;
}

.color-item {
    width: 100%;
    height: 25%;
}



.identify-color {
    width: 20%;
    height: 62px;
    border-radius: 8px;
}

.identify-text {
    width: 7rem;
    font-size: 21px;
    color: #828282;
    margin: 0 18px;
}

.identify-info {
    width: calc(80% - 7rem - 36px);
    font-size: 21px;
    color: #828282;
}


.button-box button {
    width: 210px;
    height: 62px;
    font-size: 21px;

    border-radius: 8px;
    border: 1px solid #999999;
}

.button-box-item1 {
    color: #FFFFFF;
}

.button-box-item2 {
    color: #333;
}

.button-tips {
    margin-top: 16px;
    font-size: 21px;
    color: #999999;
}

.button-box-item4 {
    color: #999999;
    border: 1px solid #DDDDDD;
}



.icon-color-title {
    font-size: 21px;
    color: #333333;
    margin-bottom: 18px;
}

.icon-color {
    font-size: 21px;
    color: #828282;
    margin-bottom: 18px;
}

.pc-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.pc-img-box {
    height: 87%;
    position: absolute;
    width: 81%;
    left: 11.1%;
    top: 5%;
    overflow: auto;
}

.pc-img {
    width: 100%;
    height: auto;
}


.mobile-box {
    width: 226px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
}

.mobile-img-box {
    height: 95%;
    position: absolute;
    width: 90.7%;
    left: 4.7%;
    top: 2.1%;
    overflow: auto;
    border-radius: 19px;
}

.mobile-img {
    width: 100%;
    height: auto;
}

.mobile-img-box::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    position: absolute;
    background-color: transparent;
}

.mobile-img-box::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.mobile-img-box::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}

.mobile-img-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}

.item-img img{
    width: 70px;
}

.tp-faq-section-box p{
    margin-top: 0;
}

.d-font-46{
    font-size: 46px !important;
    font-weight: 700 !important;
}

.d-font-32{
    font-size: 32px !important;
    font-weight: 500 !important;
}

.d-font-24{
    font-size: 24px !important;
    font-weight: 500 !important;
}

.d-font-18{
    font-size: 18px !important;
    font-weight: 500 !important;
}

.d-font-16{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.d-font-14{
    font-size: 14px !important;
    font-weight: 400 !important;
}

@media (max-width: 1440px) {
    .d-font-46{
        font-size: 44px !important;
        font-weight: 700 !important;
    }
    
    .d-font-32{
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    
    .d-font-24{
        font-size: 24px !important;
        font-weight: 500 !important;
    }
    
    .d-font-18{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    
    .d-font-16{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    .d-font-14{
        font-size: 12px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 1280px) {
    .d-font-46{
        font-size: 38px !important;
        font-weight: 700 !important;
    }
    
    .d-font-32{
        font-size: 26px !important;
        font-weight: 500 !important;
    }
    
    .d-font-24{
        font-size: 22px !important;
        font-weight: 500 !important;
    }
    
    .d-font-18{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    
    .d-font-16{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    .d-font-14{
        font-size: 12px !important;
        font-weight: 400 !important;
    }
}


@media (max-width: 992px) {
    .d-font-46{
        font-size: 38px !important;
        font-weight: 700 !important;
    }
    
    .d-font-32{
        font-size: 24px !important;
        font-weight: 500 !important;
    }
    
    .d-font-24{
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    
    .d-font-18{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    
    .d-font-16{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    .d-font-14{
        font-size: 12px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 768px) {
    .message-box {
        display: none;
    }
    .about-title.text-l h2{
        text-align: center !important;
        font-size: 22px;
    }
     .about-title.text-l p{
        text-align: center !important;
        line-height: 24px !important;
        font-size: 13px;
        color: #7f7f7f;
    }
    .about-decorate4{
        display: none;
    }
    .footer-zixun-phone{
        display: block;
    }
    .footer-zixun-phone1{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .footer-zixun-phone-button{
        width: fit-content;
    }
    .dowv1{
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }
    .dowv2{
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }
    .three{
        text-align: center;
    }
    .about-title.text-l h2{
        text-align: center !important;
    }
    .about-title.text-l p{
        text-align: center !important;
        line-height: 24px !important;
        font-size: 13px;
        color: #7f7f7f;
    }
    .about-business-list .trans1{
        /* width: 50%; */
        /* transform: translateX(7px) !important; */
    }
    .about-business-list .trans2{
        width: 50%;
        transform: translateX(-7px) !important;
    }
    .about-business-list .trans3 {
        width: 50%;
        transform: translateX(7px) !important;
    }
    .about-business-list .trans4 {
        width: 50%;
        transform: translateX(-7px) !important;
    }
    .about-section{
        padding: 0;
    }
    .about-business-list .list-item{
        padding: 10px 20px;
        min-height: 225px;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
        
    }
    .about-business-list .list-item .item-img{
        text-align: center;
        margin: auto;
    }
    .about-business-list .list-item h4{
        font-size: 14px;
    }
    .about-business-list .list-item p{
        font-size: 11px;
    }
    .about-business .title-bottom{
        margin-top: 16px !important;
        display: flex;
        /* justify-content: center; */
    }
    .tp-platform-area{
        padding: 40px 0;
    }
    .tp-service__section-box{
        margin-bottom: 20px;
    }
    .tp-payment-method__area{
        padding: 40px 0;
    }
    .profit-item{
        height: auto !important;
    }
}

@media (max-width: 576px) {
    .d-font-46{
        font-size: 25px !important;
        font-weight: 700 !important;
    }
    
    .d-font-32{
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    
    .d-font-24{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    
    .d-font-18{
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    
    .d-font-16{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    .d-font-14{
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    .web-item-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .objective-info {
        font-size: 16px;
    }

    .objective-box .objective-item {
        padding: 7px 5px;
        font-size: 16px;
        margin-top: 16px;
    }

    .usergroup-title {
        font-size: 20px;
        line-height: 1.5;
        margin: 16px 0 16px;
    }

    .usergroup-info {
        font-size: 16px;
        line-height: 1.5;
    }

    .identify-text {
        font-size: 16px;
        margin: 0 16px;
    }

    .identify-info {
        width: calc(80% - 7rem - 32px);
        font-size: 16px;
    }

    .button-box button {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }

    .button-tips {
        font-size: 16px;
    }

    .icon-color-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .icon-color {
        font-size: 16px;
        margin-bottom: 16px;
    }
}