.home{
    margin-top: 70px;
}
.home .title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.home .title h2,
.home .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.home .title h2 span,
.home .title h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}

.animation{
    float: left;
    width: 100%;
    margin-bottom: 68px;
}


.news{
   display: inline-block;
    width: 100%;
    /*justify-content: left;*/
    margin-bottom: 50px;
}

.news .content{
    display: -webkit-flex;
    display: flex;
}

.news .list{
    /*border: 1px solid #666666;*/
    border-right: none;
    width: 25%;
    margin-right: 22px;
}
.news .list:last-child{
    /*border-right: 1px solid #666666;*/
    margin-right: 0;
}

.news .list .pic{
    overflow: hidden;
    height: 193px;
}
.news .list .pic img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.news .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.news .list .text{
    padding: 15px 14px;
    border: 1px solid #dddddd;
    border-top: none;
}
.news .list h3 a{
    color: #ed6430;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: underline;
}

.news .list span{
    color: #cccccc;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 5px;
    display: block;
}

.news .list p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.news .list .more{
    /*display: none;*/
    margin-top: 10px;
}
.news .list .more a{
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 16px;
}
.news .list .more img{
    width: 14px;
    margin-left: 6px;
}
.authorize .inner-w{
    display: flex;
    justify-content: space-between;
}
.authorize{
    background: #fe5536;
    margin-bottom: 50px;
}
.authorize .left{
    width: 45%;
    padding: 45px 0;
}


.business-left{
    background: url("../image/tde6ce7dd_authorize-2.webp") center right 30px no-repeat;
    background-size: contain;
}
.authorize .left h2,
.authorize .left h3{
    color: #fff;
    font-size: 22px;
    border-left: 5px solid #fff;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
    margin-bottom: 35px;
}
.authorize .left h2 span,
.authorize .left h3 span{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
}
.authorize .carousel-indicators{
    display: none;
}
.authorize .left p{
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 0;
    /*text-indent: 2em;*/
}
.authorize .left p:nth-child(4){
    margin-bottom: 0;
}
.authorize .left .more{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.authorize .left a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 29px;
    border: 2px solid #ffaf9e;
    color: #fff;
}

.authorize .left a img{
    width: 8px;
    margin-left: 12px;
}
.authorize .owl-carousel .owl-item .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 100%;*/
}
.authorize .owl-carousel .owl-item .item img {
    width: auto;
    /*height: 100%;*/
    max-height: 305px;
}
.authorize .owl-prev {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    left: -45px;
    transform: translateY(60%);
    background: url(../image/tdebbf483_prev-2.webp) no-repeat;
    transition: 0.3s;
}
.authorize .owl-next {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    right: -45px;
    transform: translateY(60%);
    background: url(../image/tde8f2283_next-2.webp) center no-repeat;
    transition: 0.3s;
}
.authorize .right{
    display: flex;
    align-items: center;
    width: 50%;
    padding: 45px 55px 45px 20px;
}
.authorize .right .large-12{
    height: auto;
}
.shop{
    margin-bottom: 80px;
}
.shop .inner-w .content{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop .left{

}
.shop img{
    width: 100%;
    display: block;
    height: 100%;
    transition: 0.3s;
}
.shop img:hover{
    transform: scale(1.1,1.1);
}
.shop .right a:nth-child(2) img:hover{
    transform: scale(1);
}
.shop .right a:nth-child(3) img:hover{
    transform: scale(1);
}
.shop .list{
    display: flex;
    width: 33%;
    margin-right: 22px;
}
.shop .mid{
    display: flex;
    flex-flow: column;
}
.shop .list:last-child{
    margin-right: 0;
}
.shop a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.shop .left a{
    /*width: 368px;*/
    overflow: hidden;
    /*border: 1px solid #666666;*/
    position: relative;
}
.shop .title-h3{
    position: absolute;
    bottom: -75px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shop a:hover .title-h3 {
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.shop .left .text{
    background: #fe5536;
    width: 46px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.shop .left .text h3{
    font-size: 28px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    border-top: 5px solid #ffffff;
    margin-top: 13px;
    letter-spacing: 4px;
}
.shop .left .text span{
    color: #ffaf9e;
    font-size: 24px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 120px;
    left: -9px;
}

.shop .mid a:first-child{
    margin-bottom: 21px;
}

.shop .mid a{
    display: block;
    overflow: hidden;
    /*border: 1px solid #666666;*/
}

.shop .mid a:first-child{
    border-bottom: none;
}

.shop .right{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.shop .right a{
    display: block;
    overflow: hidden;
    width: 47%;
    /*border: 1px solid #666666;*/
    border-left: none;
    border-bottom: none;
    margin-bottom: 22px;
}
.shop .right a:nth-child(2n){
    margin-right: 0;
}
.shop .right a:nth-child(3){
    margin-bottom: 0;
}
.shop .right a:nth-child(4){
    margin-bottom: 0;
}
.about .content{
    display: flex;
    border: 2px solid #fe5536;
    /*padding-top: 55px;*/
    /*height: 525px;*/
}
.about .more{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.about .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 32px;
    border: 2px solid #fd5d3f;
    color: #fd5535;
}

.about .more a img{
    width: 10px;
    margin-left: 12px;
}
.about .left{
    position: relative;
    width: 324px;
}
.about .left img{
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 327px;
    max-width: 400px;
}

.about .mid{
    width: 530px;
    padding-bottom: 40px;
    margin-left: 35px;
}
.about .mid h2,
.about .mid h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.about .mid h2 span,
.about .mid h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}

.about .mid p{
    color: #eb6143;
    font-size: 16px;
    line-height: 30px;
    /*text-indent: 2em;*/
}
.about .right{
    width: 490px;
    position: relative;
}

.about .right img{
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 517px;
    max-width: 600px;
}
.about .pic{
    display: none;
}




.cartoon{
    margin-top: 150px;
    margin-bottom: 60px;
}

.cartoon .title h3{
    color: #fd5535;
    font-size: 30px;
    margin-bottom: 20px;
}

.cartoon .title h3 span{
    font-family: Arial;
    font-size: 24px;
    color: #a0a0a0;
}
.cartoon .title p{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 18px;
    margin-bottom: 30px;
}

.cartoon .title p span{
    display: flex;
    align-items: center;
    margin-right: 34px;
}
.cartoon .title p span img{
    width: 34px;
}

.cartoon .content{
    display: flex;
    justify-content: space-between;
}
.cartoon .content .text{
    margin-right: 40px;
}
.cartoon .content p{
    text-indent: 2em;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cartoon .content ul{
    margin-left: 35px;
    width: 655px;
    margin-top: 67px;
}

.cartoon .content ul li{
    display: flex;
    border-bottom: 2px solid #ff7033;
    margin-bottom: 8px;
}

.cartoon .content ul li span{
    color: #ff5912;
    font-family: Arial;
    font-size: 18px;
    margin-right: 22px;
    margin-left: 5px;
}
.cartoon .content ul li p{
    font-size: 16px;
    line-height: 22px;
    text-indent: 0;
    margin-bottom: 0;
}

.cartoon .content .pic{
    border: 1px solid #fd7b62;
    margin-bottom: 7px;
    overflow: hidden;
    width: 430px;
}
.cartoon .content .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.cartoon .content .pic img:hover{
    transform: scale(1.1,1.1);
}




.news-main{
    margin-top: 150px;
}
.news-main .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
}

.news-main .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.news-main .title h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}
.news-main table{
    border: 1px solid #d9d9d9;
}

.news-main td{
    width: 25%;
    border: 1px solid #d9d9d9;
}
.news-main .list{
    margin-bottom: 20px;
}
.news-main .list .text{
    padding: 15px 14px;
    border: 1px solid #dddddd;
    border-top: none;
}
.news-main .list h3 a{
    color: #ed6430;
    font-size: 20px;
    margin-bottom: 5px;
    height: 44px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: underline;
}
.news-main .list .more{

    margin-top: 10px;
}
.news-main .list .more a{
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 16px;
}
.news-main .list .more img{
    width: 14px;
    margin-left: 6px;
}
.news-main .list span{
    color: #cccccc;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 5px;
    display: block;
}

.news-main .list p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-main .list .pic{
    overflow: hidden;
    height: 205px;
}

.news-main .list .pic img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.news-main .list .pic:hover img{
    transform: scale(1.1,1.1);
}

.yema{
    margin-top: 52px;
}
.yema ul{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

.yema ul li{
    font-size: 20px;
    color: #cccccc;
    font-family: Arial;
    margin-right: 9px;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li a{
    font-size: 20px;
    color: #cccccc;
    font-family: Arial;
    margin-right: 9px;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li:last-child{
    margin-right: 0;
}
.yema ul li:hover a{
    color: #fd5535;
}
.yema ul li.active a{
    color: #fd5535;
}
.news-main .title h3{
    display: flex;
    align-items: center;
}
.news-main .title h3 span:last-child{
    font-size: 18px;
}


.detail-title{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.detail-title h3{
    color: #fd5535;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
    text-align: center;
}

.detail-title span{
    color: #cccccc;
    font-size: 18px;
    font-family: Arial;
}



.news-detail p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    width: 100%;
}





.shouquan{
    margin-top: 55px;
}
.shouquan .content{
    /*padding: 0 18px;*/
    margin-top: 45px;
}
.shouquan .content .item{
    display: flex;
    justify-content: space-between;
}
.shouquan .content .item .big{
    width: 49.5%;
}
.shouquan .content .item .small{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 49.5%;
}
.shouquan .content .item .small .list{
    width: 321px;
    height: 321px;
    margin-bottom: 11px;
}
.shouquan .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
}

.shouquan .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.shouquan .title h3 span {
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}
.shouquan table tr{
    display: flex;
}
.shouquan table td{
    display: flex;
    flex-flow: wrap;
    width: 50%;
    /*border: 1px solid #666666;*/
}
.shouquan table td .list{
    transition: 0.3s;
    overflow: hidden;

}
.shouquan table td .list:hover{
    box-shadow: 0 0 15px #aaaaaa;
}
.shouquan table td .pic{
    overflow: hidden;
}
.shouquan table td .pic img{
    transition: 0.3s;
    width: 100%;
    height: 100%;
}
.shouquan table td .pic img:hover{
    transform: scale(1.1,1.1);
}
.shouquan table td .text{
    padding: 18px 22px;
}
.shouquan table td h4{
    color: #fd5636;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shouquan table .small .list{
    width: 50%;
}
/*.shouquan table .small .list:nth-child(1){*/
    /*border-right: 1px solid #666666;*/
    /*border-bottom: 1px solid #666666;*/
/*}*/
/*.shouquan table .small .list:nth-child(2){*/
    /*border-bottom: 1px solid #666666;*/
/*}*/
/*.shouquan table .small .list:nth-child(3){*/
    /*border-right: 1px solid #666666;*/
/*}*/
.shouquan table td p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shouquan table tr:first-child td:first-child h4{
    /*margin-bottom: 25px;*/
    /*margin-top: 10px;*/
}

/*.shouquan table tr:first-child td:first-child p{*/
    /*min-height: 24px;*/
    /*margin-bottom: 24px;*/
/*}*/
.shouquan table tr:first-child td:first-child p:last-child{
    margin-bottom: 0;
}

.shouquan .biaodan{
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
}
.shouquan .biaodan h4{
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
}

.shouquan .biaodan span{
    color: #666666;
    font-size: 16px;
}
.shouquan .biaodan span i{
    color: #eb6143;
    font-style: normal;
    font-size: 16px;
    margin-right: 7px;
}

.shouquan .biaodan .ul1{
    max-width: 1028px;
    margin: 0 auto;
    margin-top: 42px;
}
.shouquan .biaodan ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.shouquan .biaodan ul li{
    width: 12.5%;
    /*margin-right: 18px;*/
    margin-bottom: 30px;
    transition: 0.1s;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.shouquan .biaodan ul li .pic{
    width: 74px;
    height: 74px;
    border: 1px solid #cfcfcf;
}
.shouquan .biaodan ul li img{
    max-width: 100%;
    max-height: 100%;
}
.shouquan .biaodan ul li .pic.active{
    border: 3px solid #fd5f40;
}
.shouquan .biaodan ul li p{
    color: #666666;
    font-size: 16px;
    margin-top: 3px;
    text-align: center;
}
.shouquan .biaodan ul li:nth-child(8n){
    margin-right: 0;
}

.shouquan .biaodan .qita{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.shouquan .biaodan input{
    width: 386px;
    height: 39px;
    border: 1px solid #cfcfcf;
    background: #ededed;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 28px;
}



.shouquan .biaodan .box{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 60px;
}
.shouquan .biaodan .box .list{
    margin-bottom: 30px;
}

.shouquan .biaodan .box .list input{
    width: 400px;
}

.shouquan .biaodan .box textarea{
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #ededed;
    height: 192px;
    margin-left: 28px;
    padding-left: 10px;
    padding-top: 10px;
}
.shouquan .biaodan .box textarea:focus{
    outline: none;
}
.shouquan .biaodan .box .message{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shouquan .biaodan .box .message span{
    width: 90px;
}


.shouquan .biaodan .Submit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 125px;
}
.shouquan .biaodan .Submit button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #666666;
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
}
.shouquan .biaodan .Submit button img{
    margin-left: 12px;
}
.shouquan .biaodan .Submit button:hover{
    border-color: #fd5636;
    color: #fd5636;
}



.scan-code{
    margin-top: 85px;
    margin-bottom: 80px;
}
.scan-code .pic{
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.scan-code ul{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.scan-code li{
    text-align: center;
    margin-right: 28px;
}
.scan-code li img{
    width: 82px;
}
.scan-code li p{
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.scan-code li:last-child{
    margin-right: 0;
}
.scan-code li:nth-child(2){
    border-right: 2px solid #bfbfbf;
    padding-right: 28px;
}


.animation-main .content{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.animation-main .content .item{
    width: 15%;
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
}
.animation-main .content .item:nth-child(6n){
    margin-right: 0;
}
.animation-main .content .item .model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 999;
    transition: 0.3s;
}
.animation-main .content .item:hover .model{
    opacity: 0;
    z-index: -1;
}
.animation-main .title{
    margin-bottom: 50px;
}
.animation-main .title h3 {
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}

.animation-main .title h3 span {
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}


.animation-main .yema{
    margin-top: 30px;
}

.cartoon-detail .content{
    display: flex;
    justify-content: space-between;
}
.cartoon-detail{
    margin-top: 64px;
}
.cartoon-detail .left{
    width: 26%;
}
.cartoon-detail .text{
    width: 70%;
}
.cartoon-detail h3{
    color: #fd5535;
    font-size: 26px;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cartoon-detail .title p{
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.cartoon-detail .title p span{
    display: flex;
    align-items: center;
    margin-right: 38px;
}
.cartoon-detail .title p span a{
    display: flex;
    align-items: center;
}
.cartoon-detail .title p img{
    width: 23px;
    transform: translateY(-1px);
}

.cartoon-detail h4{
    color: #fd5535;
    font-size: 20px;
    border-bottom: 2px solid #fd5535;
    display: inline-block;
    margin-bottom: 20px;
}
.cartoon-detail .introduce{
    margin-top: 35px;
}
.cartoon-detail .introduce p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.cartoon-detail ul li{
    display: flex;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.cartoon-detail ul li span{
    /*display: none;*/
}

.cartoon-bot{
    display: flex;
    background: #eb6143;
    padding: 35px 0;
    margin-top: 65px;
    margin-bottom: 50px;
}

.cartoon-bot .large-12{
    max-width: 1320px;
    margin: 0 auto;
}
.cartoon-bot .owl-carousel .owl-item .item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 260px;
    overflow: hidden;
}


.cartoon-bot .owl-prev {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    left: -45px;
    transform: translateY(60%);
    background: url(../image/tde800af4_prev-3.webp) no-repeat;
    transition: 0.3s;
    background-size: cover;
}

.cartoon-bot .owl-next {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    right: -45px;
    transform: translateY(60%);
    background: url(../image/tdea92558_next-3.webp) center no-repeat;
    transition: 0.3s;
    background-size: cover;
}


.news-main .content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.news-main .content .list{
    width: 23.7%;
    margin-right: 22px;
}

.news-main .content .list:nth-child(4n){
    margin-right: 0;
}




.news-detail{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news-detail .left{
    width: 72%;
}

.news-detail .right{
    width: 24%;
}


.news-detail .detail-title{
    margin-top: 0;
}

.news-detail .right li a{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: 0.3s;
}

.news-detail .right li a:hover{
    color: #ff6633;
}

.news-main .news-detail .title h3 span:last-child{
    font-size: 20px;
    font-family: Arial;
    font-weight: normal;
    transform: translateY(3px);
}



.shangcheng .list{
    position: relative;
    overflow: hidden;
}
.shangcheng table td{
    align-items: center;
}
.shangcheng .list .pic{
    height: 100%;
    /*padding: 5px;*/
}
.shangcheng .list .pic img{
    transition: 0.3s;
}
.shangcheng .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.shangcheng .title-h3{
    position: absolute;
    bottom: -75px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shangcheng .list:hover .title-h3{
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.shangcheng{
    margin-bottom: 140px;
    margin-top: 0;
}

.shangcheng table .small .list{
    width: 329px;
    height: 329px;
}


.shangcheng ul{
   display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.shangcheng ul li{
    position: relative;
    float: left;
    margin-left: 10px;
}
.shangcheng ul li .img1{
    width: 75px;
    height: 75px;
    position: relative;
}

.shangcheng ul li .erweima{
    position: absolute;
    top: -85px;
    left: -15px;
    width: 108px;
    max-width: initial;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.shangcheng ul li:hover .erweima{
    opacity: 1;
    z-index: 9999;
}

.aboutUs{
    margin-top: 110px;
    margin-bottom: 100px;
}
.aboutUs .text{
    width: 72%;
    margin-bottom: 22px;
    padding-right: 50px;
    border-right: 2px solid #eb6144;
}
.aboutUs .text .pic{
    width: 40%;
}
.aboutUs .text p{
    margin-bottom: 36px;
}
.aboutUs .text p:last-child{
    margin-bottom: 0;
}
.aboutUs p{
    color: #666666;
    font-size: 16px;
    line-height: 35px;
}

.wenhua{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    width: 28%;
    padding-left: 50px;
}

.wenhua .pic{
    max-width: 320px;
    margin-bottom: 54px;
}
.wenhua .left p{
    color: #666666;
    font-size: 16px;
}
.wenhua .left p span{
    color: #fd5535;
}
.wenhua .right{
    width: 30%;
    text-align: center;
    margin-right: 50px;
}

.aboutUs .content{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 0;
}

.aboutUs .title{
    margin-bottom: 24px;
}


.shangwu .picList{
    display: flex;
    justify-content: space-between;
}
.shangwu .picList .list{
    width: 49.5%;
    transition: 0.3s;
}
.shangwu .picList:first-child .list .text{
    height: 165px;
}
.shangwu .picList .list .text{
    padding: 18px 22px;
    border: 1px solid #bfbfbf;
    border-top: none;
    height: 194px;
}
.shangwu .picList .small .list .text{
    height: 120px;
}
.shangwu .picList .list .text h4{
    color: #fd5636;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shangwu .picList .list .text p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shangwu .picList{
    margin-bottom: 12px;
    flex-flow: wrap;
}
.shangwu .picList .list:hover {
    box-shadow: 0 0 15px #aaaaaa;
}

.shangwu .picList .list .pic {
    overflow: hidden;
}
.shangwu .picList .list .pic img{
    transition: 0.3s;
}
.shangwu .picList .list .pic:hover img{
    transform: scale(1.1,1.1);
}

.shangwu .picList .small{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 49.5%;
}

.shangwu .picList .small .list{
    width: 49%;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.shangwu .picList .small .list:nth-child(3){
    margin-bottom: 0;
}
.shangwu .picList .small .list:nth-child(4){
    margin-bottom: 0;
}


.shangwu .picList .list .all-text{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 18px 22px;
    transition: 0.3s;
}
.shangwu .picList .small .list:hover .all-text{
    top: 0;
}
.shangwu .picList .list .all-text h4{
    color: #fd5636;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.shangwu .picList .list .all-text p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sj-about{
    display: none;
}
.sj-about p{
    color: #eb6143;
    font-size: 16px;
    line-height: 30px;
}

.shangwu .picList .list .text .last{
    display: none;
}
.img2{
    width: 60%;
    margin: 0 auto;
}

.authorize .sj-content{
    display: none;
}

.authorize .sj-content .list{
    display: flex;
    justify-content: space-between;
}
.authorize .sj-content .list .pic{
    width: 50%;
}
.authorize .sj-content .list .text{
    width: 50%;
    padding: 15px;
    position: relative;
}
.authorize .sj-content .list .text p{
    color: #fff;
    line-height: 22px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 6;*/
    /*overflow: hidden;*/
}

.authorize .sj-content p a{
    color: #fff;
}
.authorize .sj-content .more {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 45px;
    border: 2px solid #ffaf9e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.authorize .sj-content a img{
    width: 14px;
    margin-left: 10px;
}


.animation .pc-banner{
    display: none;
}




.authorize .sj-content .top p{
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 20px;
    /* text-indent: 2em; */
}














@media screen and (max-width: 1440px){
    .cartoon-bot .owl-carousel{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1366px){
    .shangwu .picList .list .text{
        height: 199px;
    }
    .shouquan .content .item .small .list{
        width: 291px;
        height: 291px;
    }
    .shouquan .biaodan ul li{
        /*margin-right: 9px;*/
    }
    .authorize .left p:nth-child(3){
        display: none;
    }
    .shangcheng table .small .list{
        width: 299px;
        height: 299px;
    }
    .shangcheng .title-h3{
        font-size: 20px;
        padding-left: 25px;
    }
    .news-main .content .list {
        width: 23.6%;
    }
    .animation-main .content .item{
        width: 14.8%;
    }
    .shouquan .biaodan .box .list input{
        width: 350px;
    }
    .shouquan table td .text{
        padding: 16px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 186px;
    }

    .about .content{
        height: auto;
        /*padding-top: 0;*/
    }
    .about .mid p:last-child{
        display: none;
    }
    .news .list .pic{
        height: 153px;
    }
    .authorize .left p:nth-child(4){
        display: none;
    }
    .about .left img{
        width: 259px;
    }
    .about .right img{
        width: 409px;
    }
    .inner{
        max-width: 1200px;
    }
    .about .mid p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}
@media screen and (max-width: 1220px){
    .shouquan .biaodan ul li {
        /*margin-right: 8px;*/
    }
    .shouquan .content .item .small .list {
        width: 241px;
        height: 241px;
        margin-bottom: 9px;
    }
    .shangcheng .title-h3 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .shangcheng table .small .list{
        width: 247px;
        height: 247px;
    }
    .news-main .content .list {
        width: 23.3%;
    }
    .cartoon-bot .owl-next{
        transform: translateY(35%);
    }
    .cartoon-bot .owl-prev{
        transform: translateY(35%);
    }
    /*.shouquan table tr:first-child td:first-child h4{*/
        /*margin-bottom: 15px;*/
    /*}*/
    /*.shouquan table tr:first-child td:first-child p {*/
        /*margin-bottom: 13px;*/
    /*}*/

    .animation-main .content .item:nth-child(5n){
        margin-right: 0;
    }
    .animation-main .content .item:nth-child(6n){
        margin-right: 26px;
    }
    .animation-main .content .item{
        width: 17.9%;
    }
}
@media screen and (max-width: 1200px){
    .shangwu .picList .list .text {
        height: 208px;
    }

    .shangwu .picList .list .all-text p{
        margin-bottom: 0;
    }
    .shouquan .biaodan .box .list input {
        width: 270px;
    }
    .shouquan .biaodan .box .message span {
        width: 93px;
    }
    .shouquan .biaodan ul li{
        /*margin-right: 28px;*/
    }
    .shouquan table td .text {
        padding: 23px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 153px;
    }
    .inner{
        max-width: 992px;
    }
    .cartoon .content .text{
        width: 60%;
    }
    .cartoon .content .right{
        width: 35%;
    }
    .cartoon .content .pic{
        width: 100%;
    }
    .cartoon .content ul{
        width: 90%;
    }
}
@media screen and (max-width: 992px){
    .shangwu .picList .list .text {
        height: 219px;
    }
    .shouquan .content .item .small .list {
        width: 186px;
        height: 186px;
        margin-bottom: 8px;
    }
    .shangcheng table .small .list {
        width: 191px;
        height: 191px;
    }
    .news-main .content{
        justify-content: space-between;
    }
    .news-main .content .list{
        width: 48.5%;
        margin-right: 0;
    }

    .animation-main .content .item{
        width: 22.4%;
        margin-right: 26px!important;
    }
    .animation-main .content .item:nth-child(4n){
        margin-right: 0!important;
    }
    .shouquan .biaodan .box .list input {
        width: 185px;
    }
    .shouquan .biaodan ul li {
        width: 20%;
    }
    .shouquan .biaodan .box .message span {
        width: 98px;
    }
    .shouquan table td .text {
        padding: 19px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 230px;
    }
    .inner{
        max-width: 768px;
    }
    .news .list .pic{
        height: 118px;
    }
    .authorize .left p:nth-child(3){
        /*display: none;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 1;*/
        /*overflow: hidden;*/
    }
    .authorize .left p:nth-child(2){
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .about .mid p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .about .left img {
        width: 214px;
    }
    .about .right img {
        width: 337px;
    }

    .cartoon .content ul{
        width: 150%;
    }
    .header-inner{
        width: 768px;
    }
}
@media screen and (max-width: 768px){
    .news .list .more{
        display: block;
    }
    .authorize .sj-content{
        display: block;
        padding-bottom: 50px;
    }
    .home_top{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .home .news {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .home .animation {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .home .animation .inner-w .columns{
        display: none;
    }
    .home .owl-carousel .owl-item .item .model{
        display: none;
    }
    .news .list p{
        min-height: auto;
        display: none;
    }
    .shangwu .picList .list:hover{
        box-shadow: none;
    }
    .shangwu .picList .list .pic:hover img{
        transform: scale(1);
    }
    .news-main .list p{
        min-height: auto;
    }
    .authorize .left{
        padding: 35px 0 20px 0;
    }
    .authorize .left h2,
    .authorize .left h3{
        margin-bottom: 0;
    }
    .home .title{
        margin-bottom: 20px;
    }
    .shangwu .picList .list .text .last{
        display: block;
    }
    .shangwu .picList .small .list .all-text{
        display: none;
    }
    .shangwu .picList .list .text p{
        display: block;
        min-height: auto;
    }
    .img2{
        width: 100%;
        margin: 0 auto;
    }
    .cartoon-banner{
        display: none;
    }
    .animation-main .yema{
        display: none;
    }
    .sj-about{
        display: block;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 193px;
    }
    .business-left{
        background: none;
        background-size: contain;
    }
    .animation{
        margin-bottom: 50px;
    }
    .wenhua .pic{
        max-width: 100%;
    }
    .shangwu .picList .small .list .text{
        height: auto;
    }
    .shangwu .picList .list .text {
        height: auto;
    }
    .shangwu .picList:first-child .list .text {
        height: auto;
    }
    .shop .inner-w .content{
        flex-flow: wrap;
    }
    .shangwu .picList .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .shangwu .picList{
        margin-bottom: 0;
    }
    .shangwu .picList .small .list:nth-child(3){
        margin-bottom: 40px;
    }
    .shangwu .picList .small .list:nth-child(4){
        margin-bottom: 12px;
    }
    .shangwu .picList .small{
        width: 100%;
    }
    .shangwu .picList .small .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .shouquan .content .item{
        flex-flow: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .shouquan .content .item .big{
        width: 100%;
        margin-bottom: 8px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .shouquan .content .item .small{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .shouquan .content .item .small .list{
        width: 49%;
        height: auto;
    }
    .shouquan .biaodan{
        width: 100%;
        margin-top: 30px;
    }
    .shouquan .biaodan h4{
        margin-bottom: 20px;
    }
    .shouquan .biaodan .box{
        margin-top: 30px;
    }
    .news-main .title{
        margin-bottom: 20px;
    }
    .shangcheng ul li .erweima{
        display: none;
    }
    .shangcheng .title-h3{
        font-size: 14px;
        display: none;
    }
    .shop .title-h3{
        display: none;
    }
    .shop img:hover{
        transform: scale(1);
    }
    .shangcheng .list .pic:hover img{
        transform: scale(1);
    }
    .shouquan .biaodan ul li:last-child{
        margin-bottom: 10px;
    }
    .authorize .right .owl-nav{
        top: 34%;
    }
    .shop{
        margin-bottom: 19px;
    }
    .about .more{
        margin-top: 25px;
    }
    .aboutUs{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .aboutUs .text p{
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .aboutUs p{
        margin-bottom: 20px;
    }
    .wenhua .left p{
        margin-bottom: 6px;
    }
    .wenhua{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .wenhua .right{
        display: none;
        width: 100%;
        margin-top: 30px;
    }
    .aboutUs .text{
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .aboutUs .text .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutUs .text p{
        width: 100%;
    }
    .shangcheng ul{
        justify-content: center;
        margin-bottom: 30px;
    }
    .shangcheng table .small .list{
        height: auto;
    }
    .shouquan table .small .list{
        border-bottom: 1px solid #666666;
    }
    .shouquan table .small .list:nth-child(4){
        border-bottom: none;
    }
    .shouquan table td{
        width: 100%;
    }
    .detail-title{
        /*align-items: flex-start;*/
    }
    .detail-title h3{
        line-height: 32px;
    }
    .news-detail{
        flex-flow: wrap;
    }
    .news-detail .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .news-detail .right{
        width: 100%;
    }
    .news-main .content .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .cartoon-bot .owl-prev{
        left: -35px;
        transform: translateY(15%);
    }
    .cartoon-bot .owl-next{
        right: -35px;
        transform: translateY(15%);
    }
    .cartoon-bot .owl-carousel {
        width: 90%;
        margin: 0 auto;
    }
    .cartoon-detail .content{
        flex-flow: wrap;
        /*padding-top: 40px;*/
    }
    .cartoon-detail .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .scan-code ul{
        margin-top: 40px;
    }
    .cartoon-detail .title p{
        flex-flow: column;
        align-items: flex-start;
    }
    .cartoon-detail .title p span{
        margin-bottom: 5px;
    }
    .cartoon-detail .text{
        width: 100%;
    }
    .animation-main .content{
        justify-content: space-between;
    }
    .animation-main .content .item{
        width: 47.2%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .scan-code{
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .news .list:last-child{
        margin-bottom: 0;
    }
    .scan-code ul{
        flex-flow: wrap;
    }
    .scan-code .pic{
        width: 90%;
    }
    .scan-code li{
        width: 38%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .scan-code li:nth-child(3){
        margin-bottom: 0;
    }
    .scan-code li:last-child{
        margin-bottom: 0;
    }
    .scan-code li:nth-child(2){
        padding-right: 0;
        border-right: none;
    }
    .about .content{
        border: none;
    }
    .about .left{
        display: none;
    }
    .about .mid{
        display: none;
    }
    .about .right{
        display: none;
    }
    .about .pic{
        display: block;
    }
    .shouquan .biaodan .box .list{
        width: 100%;
    }
    .shouquan .biaodan .box .list input{
        width: 100%;
        margin-left: 0;
    }
    .shouquan .biaodan .box .message{
        flex-flow: wrap;
    }
    .shouquan .biaodan .box span{
        margin-bottom: 5px;
        display: block;
    }
    .shouquan .biaodan ul li:nth-child(8n){
        margin-right: 20px;
    }
    .shouquan .biaodan .box .message textarea{
        margin-left: 0;
    }
    .about .left img {
        width: 189px;
        height: 124%;
    }
    .about .right img {
        width: 326px;
        height: 128%;
    }
    .shouquan table tr {
        display: flex;
        flex-flow: wrap;
    }
    .shouquan table td{
        display: flex;
        /*margin-bottom: 20px;*/
    }
    .shouquan table .small .list{
        width: 100%;
        border-right: none!important;
        /*margin-bottom: 20px;*/
    }
    .shouquan table td p{
        display: block;
    }
    .shouquan .content{
        padding: 0;
    }
    .news-main table{
        border: none;
    }
    .news-main tr{
        display: flex;
        flex-flow: column;
    }
    .news-main tr td{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-main tr td{
        border: none;
    }
    .yema{
        display: none;
    }
    .news-main .list .pic{
        height: auto;
    }
    .header-inner{
        width: 100%;
        padding: 0 15px;
    }
    .inner{
        width: 100%;
        padding: 0 15px;
    }
    .news .content{
        flex-flow: wrap;
        justify-content: space-between;
    }
    .news .list{
        width: 48.5%;
        margin-bottom: 20px;
    }

    .news .list .text{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border: 1px solid #b1b1b1;
        border-top: none;
    }
    .news .list span{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .news .list h3{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .news .list .more{
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .news .list .pic{
        height: 103px;
    }
    .news .list .pic img{
        height: auto;
    }
    .authorize .inner-w{
        flex-flow: column;
    }
    .authorize .left{
        width: 100%;
    }
    .authorize .right{
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }
    .authorize .left p{
        display: none;
        margin-bottom: 10px;
    }
    .authorize .left .more{
        margin-top: 20px;
        display: none;
    }
    .shop .inner-w{
        flex-flow: wrap;
    }
    .shop .left{
        width: 100%;
    }
    .shop .mid{
        width: 100%;
        margin-bottom: 22px;
    }
    .shop .right{
        width: 100%;
    }
    .about .content{
        height: auto;
        /*padding-top: 0;*/
    }
    .news .list h3 a{
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 26px;
        height: 56px;
        font-weight: bold;
        text-decoration: underline;
    }
    .news .list {
        margin-right: 0;
    }
    .news{
        margin-bottom: 40px;
    }
    .authorize{
        margin-bottom: 40px;
    }
    .authorize .left p:nth-child(2){
        display: none;
    }
    .authorize .right{
        padding: 0 20px 15px 20px;
    }
    /*.shop .right a:nth-child(1){*/
        /*border-left: 1px solid #666666;*/
    /*}*/
    /*.shop .right a:nth-child(3){*/
        /*border-left: 1px solid #666666;*/
    /*}*/
    .home{
        margin-top: 50px;
    }
    .shop .list{
        margin-right: 0;
        margin-bottom: 21px;
    }
    .authorize .left p:nth-child(4){
        display: none;
    }
    .authorize .left p:nth-child(3){
        display: none;
    }
    .cartoon .content{
        flex-flow: wrap;
    }
    .cartoon .content .text{
        width: 100%;
        margin-right: 0;
    }
    .cartoon .content .right{
        width: 100%;
        margin-top: 30px;
    }
    .cartoon .content ul{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .shouquan{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .shouquan .title{
        margin-bottom: 20px;
    }
    .shouquan .content{
        margin-top: 20px;
    }
    .news-main{
        margin-top: 100px;
    }
    .cartoon{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .animation-main .title{
        margin-bottom: 20px;
    }
    .cartoon .title p{
        flex-flow: column;
        justify-content: flex-start;
        font-size: 16px;
    }
    .cartoon .title p span{
        margin-bottom: 5px;
    }
    .cartoon .content p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .detail-title h3{
        font-size: 24px;
    }
    .news-detail p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 414px){
    .animation-main .content .item{
        /*width: 100%;*/
    }
    .shouquan .biaodan ul li{
        margin-right: 0;
        width: 33%;
    }
    .shouquan .biaodan ul li p{
        font-size: 14px;
    }
    .shouquan .biaodan ul li:nth-child(8n){
        margin-right: 0;
    }
    .shouquan .biaodan ul{
        justify-content: space-between;
    }
    .shouquan .biaodan .qita{
        flex-flow: wrap;
    }
    .shouquan .biaodan span{
        display: block;
        margin-bottom: 5px;
    }
    .shouquan .biaodan input{
        margin-left: 0;
    }
    .animation .pc-banner{
        display: block;
    }
}

@media screen and (max-width: 375px){
    .authorize .sj-content .list .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
    .authorize .sj-content .list .text p:first-child{
        font-size: 12px;
        line-height: 20px;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 171px;
    }
}
@media screen and (max-width: 360px){
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 163px;
    }
}
@media screen and (max-width: 320px){
    .authorize .sj-content .list .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .authorize .sj-content .list:nth-child(2) .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 140px;
    }
}




/* ==========================================================================
   开奖资讯首页专属样?- 基于 kaijiangwang168 参考站结构适配
   字节差异化标?v1 - 模块独立不冲?   ========================================================================== */

/* Hero 区块 */
.kj-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #ef4444 100%);
    color: #fff;
    padding: 80px 0 90px;
    text-align: center;
}
.kj-hero .hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.kj-hero .hero-sub {
    font-size: 20px;
    opacity: 0.92;
    margin-bottom: 36px;
}
.kj-hero .hero-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.kj-hero .btn-primary,
.kj-hero .btn-secondary {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: all .25s ease;
}
.kj-hero .btn-primary {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 4px 14px rgba(245,158,11,.4);
}
.kj-hero .btn-primary:hover { transform: translateY(-2px); }
.kj-hero .btn-secondary {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}
.kj-hero .btn-secondary:hover { background: rgba(255,255,255,.22); }

/* 通用 Section */
.kj-section {
    padding: 70px 0;
    border-bottom: 1px solid #f0f0f0;
}
.kj-section:nth-child(even) { background: #fafafa; }
.kj-section .inner-w { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.kj-section .section-title {
    margin-bottom: 30px;
    text-align: center;
}
.kj-section .section-title h2 {
    font-size: 30px;
    color: #1f2937;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.kj-section .section-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ef4444;
    transform: translateX(-50%);
    border-radius: 2px;
}
.kj-section .section-desc {
    text-align: center;
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}
.kj-section .banner-title { text-align: center; margin-bottom: 16px; }
.kj-section .banner-title h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(90deg, #ef4444, #f59e0b);
    padding: 10px 32px;
    border-radius: 30px;
    font-weight: 700;
}
.kj-section .section-more {
    text-align: center;
    margin-top: 36px;
}
.kj-section .section-more a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 4px;
    text-decoration: none;
    transition: all .25s;
}
.kj-section .section-more a:hover {
    background: #ef4444;
    color: #fff;
}

/* Intro 介绍 */
.kj-intro .intro-text p {
    color: #4b5563;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
    text-indent: 2em;
}
.kj-intro .intro-text strong { color: #ef4444; }

/* TOC 目录 */
.kj-toc .toc-list {
    list-style: decimal inside;
    columns: 4;
    column-gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.kj-toc .toc-list li {
    padding: 6px 4px;
    break-inside: avoid;
}
.kj-toc .toc-list a {
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}
.kj-toc .toc-list a:hover,
.kj-toc .toc-list li.active a {
    color: #ef4444;
}
@media (max-width: 992px) { .kj-toc .toc-list { columns: 2; } }
@media (max-width: 560px) { .kj-toc .toc-list { columns: 1; } }

/* Facts 表格 */
.kj-facts .facts-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.kj-facts .facts-table th,
.kj-facts .facts-table td {
    padding: 14px 22px;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
    font-size: 15px;
}
.kj-facts .facts-table th {
    width: 180px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 600;
}
.kj-facts .facts-table tr:last-child th,
.kj-facts .facts-table tr:last-child td { border-bottom: none; }
.kj-facts .facts-table td { color: #374151; }

/* Metrics 核心指标 */
.kj-metrics .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.kj-metrics .metric-card {
    background: #fff;
    padding: 32px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    border-top: 3px solid #ef4444;
    transition: transform .25s;
}
.kj-metrics .metric-card:hover { transform: translateY(-4px); }
.kj-metrics .metric-num {
    font-size: 44px;
    font-weight: 800;
    color: #ef4444;
    line-height: 1;
    margin-bottom: 12px;
}
.kj-metrics .metric-num span {
    font-size: 22px;
    color: #f59e0b;
    margin-left: 4px;
    font-weight: 600;
}
.kj-metrics .metric-card h3 {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
}
@media (max-width: 992px) { .kj-metrics .metrics-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .kj-metrics .metrics-grid { grid-template-columns: 1fr; } }

/* Service 服务种类 */
.kj-service .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.kj-service .service-item {
    background: #fff;
    padding: 28px 24px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #e5e7eb;
    transition: all .25s;
}
.kj-service .service-item:hover {
    border-color: #ef4444;
    box-shadow: 0 8px 24px rgba(239,68,68,.1);
    transform: translateY(-3px);
}
.kj-service .service-item .num {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 26px;
    font-weight: 800;
    color: #fecaca;
}
.kj-service .service-item h3 {
    font-size: 19px;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 700;
}
.kj-service .service-item p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.kj-service .service-link {
    color: #ef4444;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
@media (max-width: 992px) { .kj-service .service-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .kj-service .service-grid { grid-template-columns: 1fr; } }

/* Scenarios 应用场景 / Advantage 实力背书 */
.kj-scenarios .scenario-list,
.kj-advantage .advantage-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.kj-scenarios .scenario-item,
.kj-advantage .adv-item {
    background: #fff;
    padding: 26px 28px;
    border-radius: 10px;
    position: relative;
    border-left: 4px solid #ef4444;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.kj-scenarios .s-num,
.kj-advantage .adv-num {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 28px;
    font-weight: 800;
    color: #fecaca;
}
.kj-scenarios .scenario-item h3,
.kj-advantage .adv-item h3 {
    font-size: 18px;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 700;
}
.kj-scenarios .scenario-item p,
.kj-advantage .adv-item p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .kj-scenarios .scenario-list,
    .kj-advantage .advantage-list { grid-template-columns: 1fr; }
}

/* Platform Advantages / Deps / Comparisons ?3 列通用栅格 */
.kj-platform-adv .padv-grid,
.kj-deps .deps-grid,
.kj-comparisons .comp-grid,
.kj-nextactions .na-grid,
.kj-pricing .price-grid,
.kj-pilot .pilot-grid,
.kj-measurement .meas-grid,
.kj-inputs .inp-grid,
.kj-integrations .int-grid,
.kj-enablement .enb-grid,
.kj-costdrivers .cost-grid,
.kj-local .case-grid,
.kj-cases .case-grid,
.kj-glossary .glo-grid,
.kj-support .sup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.kj-quickstart .qs-list,
.kj-workflow .wf-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    list-style: none;
    padding: 0;
}
.kj-quickstart .qs-list li,
.kj-workflow .wf-list li {
    background: #fff;
    padding: 24px 20px;
    border-radius: 10px;
    counter-increment: step;
    position: relative;
    border: 1px solid #e5e7eb;
    padding-top: 54px;
}
.kj-quickstart .qs-list li::before,
.kj-workflow .wf-list li::before {
    content: counter(step);
    position: absolute;
    top: 14px;
    left: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(135deg, #ef4444, #f59e0b);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}
.kj-quickstart .qs-list h3,
.kj-workflow .wf-list h3 {
    font-size: 17px;
    color: #111827;
    margin-bottom: 8px;
    font-weight: 700;
}
.kj-quickstart .qs-list p,
.kj-workflow .wf-list p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}
@media (max-width: 992px) {
    .kj-platform-adv .padv-grid,
    .kj-deps .deps-grid,
    .kj-comparisons .comp-grid,
    .kj-nextactions .na-grid,
    .kj-pricing .price-grid,
    .kj-pilot .pilot-grid,
    .kj-measurement .meas-grid,
    .kj-inputs .inp-grid,
    .kj-integrations .int-grid,
    .kj-enablement .enb-grid,
    .kj-costdrivers .cost-grid,
    .kj-local .case-grid,
    .kj-cases .case-grid,
    .kj-glossary .glo-grid,
    .kj-support .sup-grid { grid-template-columns: repeat(2,1fr); }
    .kj-quickstart .qs-list,
    .kj-workflow .wf-list { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
    .kj-platform-adv .padv-grid,
    .kj-deps .deps-grid,
    .kj-comparisons .comp-grid,
    .kj-nextactions .na-grid,
    .kj-pricing .price-grid,
    .kj-pilot .pilot-grid,
    .kj-measurement .meas-grid,
    .kj-inputs .inp-grid,
    .kj-integrations .int-grid,
    .kj-enablement .enb-grid,
    .kj-costdrivers .cost-grid,
    .kj-local .case-grid,
    .kj-cases .case-grid,
    .kj-glossary .glo-grid,
    .kj-support .sup-grid { grid-template-columns: 1fr; }
    .kj-quickstart .qs-list,
    .kj-workflow .wf-list { grid-template-columns: 1fr; }
}

/* 3/4 列卡片统一风格 */
.padv-item, .dep-item, .comp-item, .na-item,
.price-item, .pilot-item, .meas-item, .inp-item,
.int-item, .enb-item, .cost-item, .case-item,
.glo-item, .sup-item {
    background: #fff;
    padding: 24px 22px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    transition: all .25s;
}
.padv-item:hover, .dep-item:hover, .comp-item:hover, .na-item:hover,
.price-item:hover, .pilot-item:hover, .meas-item:hover, .inp-item:hover,
.int-item:hover, .enb-item:hover, .cost-item:hover, .case-item:hover,
.glo-item:hover, .sup-item:hover {
    border-color: #ef4444;
    box-shadow: 0 6px 18px rgba(239,68,68,.08);
    transform: translateY(-2px);
}
.padv-item h3, .dep-item h3, .comp-item h3, .na-item h3,
.price-item h3, .pilot-item h3, .meas-item h3, .inp-item h3,
.int-item h3, .enb-item h3, .cost-item h3, .case-item h3,
.glo-item h3, .sup-item h3 {
    font-size: 17px;
    color: #b91c1c;
    margin-bottom: 10px;
    font-weight: 700;
}
.padv-item p, .dep-item p, .comp-item p, .na-item p,
.price-item p, .pilot-item p, .meas-item p, .inp-item p,
.int-item p, .enb-item p, .cost-item p, .case-item p,
.glo-item p, .sup-item p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.75;
}

/* Experts 专家观点 */
.kj-experts .exp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.kj-experts .exp-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    text-align: center;
    transition: all .25s;
}
.kj-experts .exp-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    transform: translateY(-4px);
}
.kj-experts .exp-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 3px solid #fecaca;
    background: #fef2f2;
}
.kj-experts .exp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.kj-experts .exp-card h3 { font-size: 20px; color: #111827; margin-bottom: 6px; }
.kj-experts .exp-role { color: #ef4444; font-size: 13px; margin-bottom: 4px; font-weight: 600; }
.kj-experts .exp-topic { color: #6b7280; font-size: 13px; margin-bottom: 10px; }
.kj-experts .exp-bio { color: #9ca3af; font-size: 12px; line-height: 1.6; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed #e5e7eb; }
.kj-experts .exp-quote {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.8;
    font-style: italic;
    background: #fef9c3;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.kj-experts .exp-suggest { color: #374151; font-size: 13px; line-height: 1.7; }
@media (max-width: 992px) { .kj-experts .exp-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .kj-experts .exp-grid { grid-template-columns: 1fr; } }

/* FAQ 问题速查 */
.kj-faq .faq-list { max-width: 1000px; margin: 0 auto; }
.kj-faq .faq-item {
    background: #fff;
    padding: 20px 28px;
    border-radius: 8px;
    margin-bottom: 14px;
    border-left: 4px solid #f59e0b;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.kj-faq .faq-item h3 {
    font-size: 16px;
    color: #b45309;
    margin-bottom: 8px;
    font-weight: 700;
}
.kj-faq .faq-item p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.85;
}

/* News 企业日报 */
.kj-news .news-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}
.kj-news .news-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all .25s;
}
.kj-news .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.kj-news .news-link {
    text-decoration: none;
    display: block;
    padding: 20px 18px;
    color: inherit;
    height: 100%;
}
.kj-news .news-date {
    color: #ef4444;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.kj-news .news-card h3 {
    font-size: 16px;
    color: #111827;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
}
.kj-news .news-excerpt {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
    min-height: 44px;
    margin-bottom: 10px;
}
.kj-news .news-more {
    color: #ef4444;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 992px) { .kj-news .news-content { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .kj-news .news-content { grid-template-columns: 1fr; } }

/* APP 客户?*/
.kj-app .app-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-bottom: 30px;
}
.kj-app .app-feat {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
.kj-app .app-feat h3 {
    font-size: 17px;
    color: #b91c1c;
    margin-bottom: 10px;
    font-weight: 700;
}
.kj-app .app-feat p { color: #4b5563; font-size: 14px; line-height: 1.8; margin-bottom: 8px; }
.kj-app .app-tip { color: #f59e0b; font-size: 13px; }
.kj-app .app-btns {
    text-align: center;
    margin-bottom: 30px;
}
.kj-app .app-btns a {
    display: inline-block;
    padding: 10px 28px;
    margin: 0 10px 10px;
    background: #111827;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background .2s;
}
.kj-app .app-btns a:hover { background: #ef4444; }
.kj-app .app-preview { text-align: center; }
.kj-app .app-preview img {
    max-width: 360px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
@media (max-width: 768px) { .kj-app .app-grid { grid-template-columns: 1fr; } }

/* About 关于 */
.kj-about .about-text {
    max-width: 900px;
    margin: 0 auto 20px;
}
.kj-about .about-text p {
    color: #4b5563;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 14px;
    text-indent: 2em;
}
.kj-about .about-img { text-align: center; margin: 24px 0; }
.kj-about .about-img img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.kj-about .more { text-align: center; margin-top: 20px; }
.kj-about .more a {
    display: inline-block;
    color: #ef4444;
    text-decoration: none;
    font-weight: 600;
}
.kj-about .more img { margin-left: 6px; vertical-align: middle; }

/* Contact 方案咨询 */
.kj-contact .contact-info {
    text-align: center;
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 26px;
}
.kj-contact .contact-form {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.kj-contact .form-row { margin-bottom: 16px; }
.kj-contact .form-row input,
.kj-contact .form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    transition: border-color .2s;
    box-sizing: border-box;
    font-family: inherit;
}
.kj-contact .form-row input:focus,
.kj-contact .form-row textarea:focus {
    outline: none;
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239,68,68,.12);
}
.kj-contact .form-row input + input { margin-left: 0; margin-top: 16px; }
@media (min-width: 768px) {
    .kj-contact .form-row input + input { margin-top: 0; }
}
.kj-contact .btn-primary {
    background: linear-gradient(135deg, #ef4444, #f59e0b);
    color: #fff;
    padding: 12px 44px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    display: block;
    margin: 0 auto;
}
.kj-contact .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(239,68,68,.35);
}

/* scan-code 原模块微?*/
.scan-code .container .pic img {
    max-width: 100%;
}

/* 响应式补?- 小屏?Hero */
@media (max-width: 768px) {
    .kj-hero { padding: 50px 0 60px; }
    .kj-hero .hero-content h1 { font-size: 28px; }
    .kj-hero .hero-sub { font-size: 16px; }
    .kj-section { padding: 46px 0; }
    .kj-section .section-title h2 { font-size: 22px; }
}
/* end-of-kaijiang-styles-v1 */
