﻿.kche-t209 .kche-t209-ul{justify-content:start}
.kche-t209 .kche-t209-ul .kche-t209-li{background:#e4efff}
.kche-t209 .kche-t209-ul .kche-t209-li:hover {background: #c0daff;}

.cacbox{display:flex;align-items:center;gap:60px;width:100%}
.cacbox .left-compare{flex:1;display:flex;gap:30px}
.cacbox .left-compare .compare-item{flex:1;display:flex;flex-direction:column}
.cacbox .left-compare .compare-item .pic{width:100%}
.cacbox .left-compare .compare-item .pic img{width:100%;display:block;object-fit:cover}
.cacbox .left-compare .compare-item .info-card{display:flex;align-items:center;gap:15px;padding:20px;background-color:#fff;box-shadow:0 5px 25px rgba(0,0,0,0.05);margin-top:20px;border:1px solid #f9f9f9;border-radius:4px}
.cacbox .left-compare .compare-item .info-card .icon-wrap{width:46px;height:46px;background-color:var(--color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cacbox .left-compare .compare-item .info-card .icon-wrap em.kchefont{color:#fff;font-size:24px;font-style:normal}
.cacbox .left-compare .compare-item .info-card .text .tit{font-size:18px;font-weight:bold;color:#111;line-height:1.3;margin-bottom:5px}
.cacbox .left-compare .compare-item .info-card .text .des{font-size:16px;line-height:28px;color:#999}
.cacbox .left-compare .compare-item .info-card .text .des p{margin:0}
.cacbox .right-features{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.cacbox .right-features .feature-item{display:flex;align-items:flex-start;gap:18px}
.cacbox .right-features .feature-item .icon-wrap{width:50px;height:50px;background-color:var(--color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cacbox .right-features .feature-item .icon-wrap em.kchefont{color:#fff;font-size:24px;font-style:normal}
.cacbox .right-features .feature-item .text{flex:1}
.cacbox .right-features .feature-item .text .tit{font-size:var(--fontsize20,20px);font-weight:bold;color:#111;line-height:1.3;margin-bottom:8px}
.cacbox .right-features .feature-item .text .des{font-size:16px;line-height:28px;color:#666}
.cacbox .right-features .feature-item .text .des p{margin:0}
@media screen and (max-width:1024px){.cacbox{flex-direction:column;gap:50px}
.cacbox .left-compare,.cacbox .right-features{width:100%}
}
@media screen and (max-width:768px){.cacbox .left-compare{flex-direction:column;gap:30px}
.cacbox .right-features{grid-template-columns:1fr;gap:30px}
}

.gimgbox img{cursor: pointer;}
.gimgbox .kche-t190 .kche-t190-item{padding:0;border: none;}
.gimgbox .kche-t190 .kche-t190-item .img{border: 1px solid #d2d2d2;}
.gimgbox .kche-t190 .kche-t190-item .info{margin: 5px 0;text-align:center}
.marpage-gboximgbg{background: #000000a0;position: fixed;padding: 30px;top: 0;width: 100vw;height: 100vh;align-items: center;justify-content: center;display: none;z-index: 9999;transition: .3s;}
.marpage-gboximgbg.active{display: flex;transition: .3s;}
.marpage-gboximgex{max-width: 1000px;padding: 20px;background: #fff;position: relative;max-height:calc(100% - 90px);height: 100%;}
.marpage-gboximgbg .detail-title{font-size: var(--fontsize22);padding-bottom: 10px;margin: 10px auto;border-bottom: 1px solid #E7EEEE;color:#fff}
.marpage-gboximgexit{display: flex;align-items: center;width: 50px;height: 50px;background: #fff;border-radius: 50%;justify-content: center;position: absolute;cursor: pointer;right: -20px;top: -20px;border: 2px #b4b4b4 solid;}
.marpage-gboximgexit span{width: 3px;height: 40px;background: #b4b4b4;position: absolute;}
.marpage-gboximgexit span:nth-child(1){transform: rotate(45deg);}
.marpage-gboximgexit span:nth-child(2){transform: rotate(-45deg);}
.marpage-gboximged{height:100%}
.marpage-gboximged img{width: 100%;max-height:calc(100% - 32px)}
.marpage-gboximged .gtit{width: 100%;text-align: center;font-size: var(--fontsize20);font-weight: var(--fontbold6);}
.marpage-gboximgtop{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
