.aicontent{
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
    line-height: 28px;
}
.aicontent h3{
    margin: 8px 0px;
}
.aicontent p{
    line-height: 32px;
}
.compare_title{
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.88);
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 40px;
    /* background: linear-gradient(90deg, rgb(247, 171, 0),rgb(255, 255, 255) 100%); */
}
.compare_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 90%;
    height:10px; /* 调整这个值来改变渐变背景的高度 */
    background: linear-gradient(90deg, rgb(247, 171, 0, .8),rgb(255, 255, 255, .5) 100%);
}
.compareimg_box{
    margin-top:20px;
}
.vsicon{
    width: 43px;
    height: 43px;
    border: 1px solid rgb(130, 140, 160);
    color: rgb(130, 140, 160);
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin: 0 28px;
    position: relative;
    top: 158px;
}
.compare_img{
    text-align: center;
    
}
.compare_img a{
    display: block;
}
.compare_img img{
    width: 550px;
    height: 360px;
    object-fit: cover;
    vertical-align: bottom;
}
.compare_img .c_txt{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.compare_img .c_btn{
    width: 125px;
    height: 40px;
    border: 1.8px solid rgb(0, 103, 206);
    border-radius: 4px;
    color: rgb(0, 103, 206);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    display: inline-block;

}
.compare_xingneng .detailbox{
    width:582px;
}
.compare_xingneng h3{
    color: #201A1C;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.compare_xingneng .detailbox div{
    color: #201A1C;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    /* height:280px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.compare_xingneng_more .detailmore{
    color: #0067CE;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    text-align: center;
    width:582px;

}
.compare_params {
    margin-top: 30px;
}
.compare_params table{
    border-collapse: collapse;
    width: 100%;
}
.compare_params table tr{
    height: 50px;
    text-align: center;
}
.compare_params table tr th{
    background: #F3F7FB;
    color: #666;
    font-size: 20px;
    font-weight: 400;
}
.compare_params table th, .compare_params table td{
    border: 1px solid #ccc;
    color: #333;
    font-size: 17px;
    font-weight: 400;
}
.compare_params table .noborders td{
    border: none;
}
.compare_params table .noborders a{
    color: #0067CE;
    font-size: 17px;
}
.recomand_box{
    width: 578px;
}
.recomand_box ul{
    overflow: hidden;
}
.recomand_box li{
    width: 180px;
    margin-right: 19px;
    margin-bottom:20px;
} 
.recomand_box a{
    display: block;
}
.recomand_box .recomand_img img{
    width: 180px;
    height: 121px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    
}
.recomand_box li:nth-child(3n){
    margin-right: 0;
}
.compare_recomand h3{
    color: #201A1C;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom:20px;
}

.recomand_box .recomand_txt{
    color: #201A1C;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
}
.recomand_box .recomand_btn{
    width: 90px;
    height: 28px;
    border: 1.5px solid rgb(0, 103, 206);
    border-radius: 3px;
    color: #0067CE;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
}
.compare_recomand_more .morebtn{
    color: #0067CE;
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 578px;
}
.compare_news .newsbox{
    width: 578px;
}
.newsbox h3{
    color: #201A1C;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.newsbox ul{
    overflow: hidden;
}
.newsbox ul li{
   margin-bottom: 20px;
   height: 120px;
   overflow: hidden;
}
.newsbox a{
    display: block;
}
.newsbox a img{
    width: 176px;
    height: 95px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 15px;
}
.newsbox a .newstitle{
    color: #1A202F;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 5px;
}
.newsbox a .newsinfo{
    width: 378px;
}
.newsbox a .newsdesc{
    color: #828CA0;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.newsbox .morebtn{
    color: #0067CE;
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.relate_compare{
    margin-top: 40px;
}
.relate_compare .relate_title{
   width: 100%;
   border-bottom: 3px solid #E5E5E5;
}
.relate_title span{
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
}
.relate_title span:nth-child(1){
    margin-right: 18px;
}
.relate_title span.acitve{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
}
.relate_title span.acitve::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 0;
    border-top: 3px solid #F7AB00;
    width: 72%;
}
.relate_content{
    margin-top: 30px;
}
.relate_content a{
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 282px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.relate_content a:nth-child(4n){
    margin-right: 0;
}
.compare_koubei .koubeibox{
    width: 578px;
}
.koubeibox h3{
    color: #201A1C;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.koubeibox ul{
    overflow: hidden;
}
.koubeibox li{
    border-bottom: 1px solid #D8D9D8;
    padding: 20px 0;
}
.koubeibox li:nth-child(1){
    padding-top: 0;   
}
.koubeibox .k_title{
    color: #201A1C;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.koubeibox .k_dec{
    height: 40px;
    color: #201A1C;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    position: relative;
    padding-right: 50px;
    margin-bottom: 10px;
}
.koubeibox .k_dec a{
    color: #0067CE;
    position: absolute;
    right: 0;
    top: 0;
}
.koubeibox .k_dec_content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.koubeibox .scorebox{
    color: #201A1C;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    clear: both;
}
.koubeibox .scorebox .score{
    height: 16px;
    line-height: 16px;
    width: 85px;
    background-position: -240px -40px;
    vertical-align: middle;
    margin-right: 5px;
}
.scorebox .score,.scorebox .score b{
    background: url(../imgs/xing.png) no-repeat;
    display: inline-block;
}
.scorebox .score b{
    display: block;
    background-position: -240px -20px;
    height: 16px;
    line-height: 16px;
}

/* .koubeibox .scorebox img{
    width: 18px;
    height: 17px;
} */
.compare_video .videobox{
    width: 578px;
}
.videobox h3{
    color: #201A1C;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.videobox ul{
    overflow: hidden;
}
.videobox ul li{
   width: 280px;
   margin-bottom: 20px;
   margin-right: 18px;
}
.videobox ul li:nth-child(2n){
    margin-right: 0;
}
.videobox li a{
    display: block;
} 
.videobox .videocover{
    width: 280px;
    height: 169px;
    border-radius: 5px;
    position: relative;
}
.videocover .poster{
    width: 280px;
    height: 169px;
    border-radius: 5px;
    object-fit: cover;
}
.videocover .playicon{
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;  
    background: rgb(0, 0, 0);
    opacity: 0.34;
    border-radius: 50%;
}
.videocover .playicon img{
    width: 12px;
    height: 15px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.videobox .videodec{
    color: #201A1C;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.logo_left p{
    font-size: 30px;
    line-height: 85px;
    margin-left: 12px;
}