@font-face {
    font-family: AlibabaPuHuiTi;
    src: url("/Public/home/fonts/AlibabaPuHuiTi.woff2");
    font-weight: 400;
    font-style: normal
}
html,body, h4, h5, h6, p, ul, li, dl, dt, dd,h1, h2, h3 {
    font-family: AlibabaPuHuiTi !important;
}

.pd_content{
    font-size: 15px;
}
ul, ol{
    padding-left: 0;
}
.pinjie{
    line-height: initial;
}
.pinjie .newc_p a{
    text-decoration-line: underline;
    color: #bd2e12;
}
.pinjie .newc_p ul,.pinjie .newc_p ol{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.pinjie .newc_p ol li,.newc_p ol li {
    margin-left: 1.2rem;
     list-style-type: auto;
}
.pinjie .newc_p ul li{
     list-style-type: disc;
}
.newc_p ul li{
    list-style-type: none;
}
.pinjie .newc_p td{
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.header{
    width: auto;
}
.pinjie h3 {
    background-color: inherit;
}
.pinjie h2{
    margin-bottom: 1.25rem;
}
.wk_ksuYTs{
    width: 92%;
    margin: auto;
    margin-bottom: 1.5625rem;
}
.newc_p h1{
    display: none;
}
.newc_p {
    line-height: 1.8;
}
.newc_p p{
    font-size: 15px;
    margin: 15px 0;
}
.newc_p dl dt{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.newc_p dl dd{
    margin-bottom: 14px;line-height: 1.8;
}
.newc_p ul li{
    /*list-style-type: disc;*/
    margin-left: 1.2rem;
    margin-bottom: .4rem;
    position: relative;
    padding-left: 1.5em;
}
.newc_p ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background-color: #bd2e12; 
  border-radius: 50%;
  transform: translateY(-50%);
}
.faq {
    margin-top: 25px;
    padding-top: 1px;
}
.wk_ksiYt{
    margin-bottom: 1.5rem;
}
.wk_ksiYt .smt_alin{
    text-align: right;
}
h1, h2, .newc_p h3 {
    margin-top: 24px;
    margin-bottom: 15px;
}
.highlight{
    font-style: normal;
    margin: 15px 0px;   
    background-color: #fdeaeb;
    color: #bd2e12;
    border-left:3px solid #bd2e12;
    padding: 15px 15px 1px 15px;
}
 .newc_p h3{
    margin: .8rem 0;
    font-size:  .9375rem;
    color: #333;
    /*border-left: 3px solid #bd2e12;*/
    /*padding-left: 12px;*/
    /*font-weight: 500 !important;*/
}
.newc_p h4{
    margin: .8rem 0;
    font-size:  .9375rem;
    color: #333;
}
.wk_ksiYt a{
    text-align: left;
}
.wk_ksuYTs p{
    color: #666;
    font-size: .75rem;
}
.smt_indexfo_top p{
    text-align: center;
}
.newc_p h2{
    font-size: 20px;
    margin-top:25px;
    color: #333;
    font-weight: 600 !important;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}

.wiki_new {
    width: 100%;
    margin-left: 0;
    padding-left: 0px;
}
.newc_p a{
    text-decoration-line: underline;
    color: #bd2e12;
}
.wiki_new .container{
    box-shadow: none;
    padding: 10px 0;
    text-align: left;
}
.tool-item{
    padding: 15px 20px 4px 20px;
}
.newc_p ul li:last-child{
    padding-bottom: .4rem;
}
.highlight h2,.faq-section h2{
    margin-top: .4rem;
}
.faq-section {
    margin-top: 20px;
    padding: 25px 25px 10px 25px;
}
.cta{
    text-align: left;
}
.highlight p{
    margin-bottom: 15px;
}
.cndns-right p{
    text-align: center;
}
.newc_p th,.newc_p td{
    padding: 10px;
    text-align: left;
    border:0px;
}
/*新版20251111*/
.newc_p table{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border:0px;
}
.newc_p table tr{
    border-bottom: 1px solid #e5e7eb;
}
.newc_p table tbody tr:first-child{
    border-bottom: 1px solid #D1D5DB;
}
.newc_p table tbody tr:first-child th{
    font-size: 16px;
}
.newc_p table tbody tr:last-child{
    border-bottom: 0 solid #e5e7eb;
}
.cc_right_top a, .cc_right_top span,.s-meta{
    font-size: 15px !important;
}
.newc_p strong{
    color: #333;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-container:hover {
    transform: translateY(-5px);
}

.image-container img {
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
    cursor:pointer;
}

.image-container:hover .img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

/* 悬停时添加的背景层 */
.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5e2e2;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.image-container:hover::after {
    opacity: .65;
}
.view-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    padding: 10px 30px;
    background: #BD1E21;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}
.image-container:hover .view-more {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.view-more:hover {
    background: #BD1E21;
    transform: translate(-50%, -50%) scale(1.05);
}

.customer_t a,.wk_ksiYt a,.wk_ksuYTs p{
    font-size: 14px;
}
.smt_indexfo .smt_indexfo_top h3, .smt_indexfo .smt_indexfo_top p{
    font-size: 16px;
}
.smt_indexfo .smt_indexfo_top h2 {
    font-size: 32px;
}
.wiki_sajUY span{
    font-size: 16px;
}
.newc_p h3 {
    font-size: 16px;
}
.newc_p h3 strong,.newc_p h2 strong{
    color: #1a1a1a;
    line-height: 1.8;
}
.newc_p strong{
    line-height: 1.8;
}
.boConB h3 {
    font-size: 20px;
}
.wik_sjuI {
    width: 5px;
    height: 20px;
    margin-right: 15px;
}
/*新版bolg 20251113*/
.smt_banner{
    background: url(../../img/2024/aichat/ai1.jpg) no-repeat top center;
    height: auto;
    text-align: left;
    background-size: cover;
}
.smt_banner_wid{
    width: 100%;
    padding: 0 5rem;
    margin: auto;
}
.smt_banner_content{
    width:  100%;
    height: auto;
    margin: 0 auto;
}
.smt_banner_content h2{
    width: 100%;
    float: left;
    font-size: 2.6rem;
    text-align: center;
    font-weight: 600;
    color: #031d42;
    margin-bottom: .1rem;
    margin-top: .8em;
}
.smt_banner_content .smt_banner_refer{
    width: 100%;
    margin-top: 1rem;
    float: left;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.57rem;
    text-align: center;
}
.smt_baner_cartoon{
    width:  34.375rem;
    -webkit-perspective: 25px; 
    -moz-perspective: 25px;
    perspective: 25px;
}
.smt_item_button{
    margin: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.smt_details{
    margin: auto;
    color: #fff;
    margin-bottom: 1.8rem;
    border-radius: 50px;
}
.cc_right_top a{
    color: #666;
    font-size: .85rem !important;
}
.cc_right_top span{
    font-size: .85rem !important;
    color: #bd2e12;
}
.row{
    margin-left:0;
}

.s-title{
    margin-top: 0;
}
.smt_blog_tag{
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
}
.smt_blog_tab_sakiY{
    background-color: #fdeaeb;
    color: #bd1e21;
    padding: .3rem 1rem;
    margin-right: 8px;
    border-radius: 4px;
}
.cc_right_top{
    margin-top: 1.35rem;
}
.s-meta{
    border-bottom: 1px solid #ccc;
    padding-bottom: .5rem;
    width: 100%;
}
.wk_skuHJY,.wk_ksiYt,.wk_ksuYTs{
    width: 100%;
}
.boConB {
    width: 22rem;
    margin-left: 0;
    box-shadow:none;
    border: 1px solid #ccc;
}
.wik_sdjkY,.boConA{
    width: 49rem;
    border: 1px solid #ccc;
    box-shadow:none;
}
.wik_rjEeyu {
    width: 22.5rem;
    margin-left: 4rem;
}
.wiki_sajUY ,.wiki_sajUY a{
    width: 19rem;
}
.wiki_suKYs p {
    font-size: .85rem;
}
.wiki_suKYs h4 {
    font-size: 1.35rem;
}
.wiki_sinHU{
    margin-left: .6rem;
}
.boCOnsu{
    background-color: #FBFCFD;
    box-shadow:none;
    border:0;
}
.smt_funLKU ,.wik_sdjkY{
    border:0;
}
.newc_p th p, .newc_p td p{
    margin: 0;
}
@media screen and (max-width: 1024px) {
    h1, h2, .newc_p h3{
        margin-top: 0.8em;
        margin-bottom: 2rem;
        float: left;
        width: 100%;
    }
    .wk_ksiYt{
        display: none;
    }
    .wk_ksuYTs {
        width: 94%;
        float: left;
        margin-left: 3%;
    }
    .wk_ksuYTs p{
        font-size: 3.25rem;
    }
    .highlight{
        float: left;
    }
    .newc_p h2{
        font-size: 4.45rem;
        margin-top: 2rem;
    }
    .wiki_new{
        width: 98%;
        margin-left: 0;
        padding-left: 2%;
    }
    .smt_details{
        width: 23.35rem;
        height: 7.61rem;
        margin-bottom: 5.8rem;
        margin-top: 2rem;
    }
    .smt_item_button span{
        width: 23.35rem;
        font-size: 3.4rem;
    }
    .smt_details:hover .smt_details_forward{
        display: none;
    }
    .cc_right_top{
        display: none;
    }
    .wik_sdjkY {
        width: 100rem;
    }
    .s-title{
        line-height: 30px;
        margin-bottom: 15px;
    }
    .s-meta{
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }
    ol ol, ol ul, ul ol, ul ul{
        overflow: hidden;
        float: left;
    }
    .case_cont li {
        width: auto;
        float: none;
    }
    .frbtn-shen{
        margin-left: 3rem;
    }
    .wik_sdjkY, .boConA{
        width: 98%;
    }
}