
 .prodoc-banner-title {
    line-height: 50px;
    color: #252b3a;
    font-size: 2.2rem;
    padding-top: 50px;
}

 .prodoc-description {
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
.prodoc-banner-btnGroup {
    margin-top: 20px;
}

.prodoc-banner-btnGroup .flex-container{
	display: flex;
    flex-wrap: wrap;
}

.prodoc-banner-btnGroup .flex-container .flex-item{
	margin-right: 15px;
	margin-bottom: 15px;
}

.banner-notice {
    margin-top: 20px;
}

.banner-notice p {
    font-size: 16px;
    line-height: 25px;
}

.banner-download {
    height: 80px;
    margin-top: 40px;
}

.ct_icon img{margin-left: 20px;}
.por-text-title-t3 {
    font-weight: normal;
    font-size: 2.1rem;
    line-height: 100px;
    margin-top: 40px;
    
}

.por-text-title-t2 {
    font-size: 2.1rem;
    line-height: 30px;
    margin-top: 50px;
}

.por-text-title-t7 {
      margin-top: 24px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* font-weight: 100; */
    color: #000;
    width: 80%;
    font-size: 15px;
}

.goproduct-header {
    width: 100%;
    padding-bottom: 30px;
}

.goproduct-header .goproduct-header-title-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goproduct-header .goproduct-header-title-wrapper .goproduct-header-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 53px;
    height: 53px;
    color: var(--color-text-1);
}

.goproduct-header .goproduct-header-title-wrapper .goproduct-header-sub-title{
	    line-height: 35px;
}

.link-card-warp .flex-container{
    display: flex;
    flex-wrap: wrap;
}

.link-card-warp .flex-item{
	border-radius: 8px;
    box-shadow: 0 2px #00000005;
    cursor: pointer;
    padding: 28px;
    text-align: left;
    border: 1px solid var(--color-bg-2);
    margin-bottom: 18px;
    margin-right: 18px;
    overflow: hidden;
    position: relative;
    background: var(--color-bg-2);
    text-decoration: none;
    background-color: #fff;
    max-width: 368px;
}

.link-card-warp .flex-item:HOVER{
	box-shadow: 1px 1px 2px 7px rgb(173 171 171 / 8%);
}

.q_link{
	line-height: 35px;
    cursor: pointer;
    }

.link-card-warp .flex-item .title{
	font-size: 20px;
    line-height: 50px;
} 
.link-card-warp .flex-item .introl{
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    line-height: 25px;
    }
  
.link-card-warp .flex-item .spic{
	text-align: center;
}  
    
.link-card-warp .flex-item .link1{
	line-height: 45px;
    }    
    
/*Swiper*/
 .mySwbox-main{
        background-color:#fff;
    }
    .mySwbox{
        max-width: 1330px;
        margin: 0 auto;
        position: relative;
        padding: 35px 10px 0;
        width: 100%;
        height: 100%;
       
    }
    .titlebox{
    width: 40%;
    position: absolute;
    left: 10px;
    top: 5%;
    z-index: 10;
    }
    .titlebox .section-title1{
        color: #000;
    font-size: 26px;
    padding-top: 40px;
    }
    .titlebox strong{
        display: block;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    font-size: 2.1rem;
    
    }
    .titlebox strong::before {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #ef2a26;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 10px;
}
    .titlebox p{
        margin: 0;
    background-color: #3773f5;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #f4f4f4;
    padding: 0 15px;
    display: inline-block; 
    }
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 1;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    .slide .text{ width: 45%;   color:#333333; padding-top: 160px; overflow: hidden; padding-right: 5%;flex-shrink: 0;}
.slide .text h2{margin: 0;}
.slide .text h2 .s1{font-size:20px;line-height:46px;}
.slide .text h2 .s2{font-size:14px;font-weight:normal;line-height:46px;margin-left:15px}
.slide .text h2 .s3{float:right;font-size:57px;line-height:46px;color:#d64a52;}
.slide .text p{font-size:16px;line-height:30px;color:#666; margin: 0;}
.slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.slide img{
    max-width: 99%;
    border: 1px solid black;
  
}
.slide img:HOVER{
	  box-shadow: 2px 2px 5px #888888;
}

.slide .text div{position: relative;width: 100%;height: 50px;}
.slide .text div img{ border:none;position: absolute;
    top: 2px;
}
.slide .text div img:HOVER{
	  box-shadow: none;
}
.slide .text div span{position: absolute;
    left: 30px;
}

.slide a{color: #06c;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 400;}

.mySwbox-thumbs{
	background-color: #fff; margin-top: 25px;
	}

.mySwbox-thumbs .gallery-thumbs{
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.gallery-thumbs .swiper-slide{
    flex: 1;
    position: relative;
    transition: all ease .5s;
    cursor: pointer;
    display: flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 20px;
    border-right: 1px solid #ebebeb;
}
.img-center{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-right: 1px solid #ebebeb;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1 {
    display: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    width: 100%;
}
.gallery-thumbs .swiper-slide:before {
    width: 0;
    height: 100%;
    background:#d64a52;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.gallery-thumbs .slide-icon {
    display: flex;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
    color: #FFF;
}
.gallery-thumbs .swiper-slide .i2 {
    display: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2 {
    display: block;
}
.gallery-thumbs .swiper-slide .text {
    position: relative;
    z-index: 999;
    padding-left: 25px;
    color: #333333;
}
.gallery-thumbs .swiper-slide .text h2 {
    font-size: 23px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}
.gallery-thumbs .swiper-slide:last-child {
    border-right: 0;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text p {
    color: #FFF;
}
.gallery-thumbs .swiper-slide .text p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 40px;
    font-weight: 100;
}
.gallery-thumbs .swiper-slide .icon {
  width: 50px;
  height: 50px;
  vertical-align: -0.15em;
  fill: #333333;
  overflow: hidden;
  transition: all ease .5s;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon{
    fill: #ffffff;
}

@media (max-width:768px) {
    .mySwbox-thumbs .gallery-thumbs{padding: 10px;}
    .gallery-thumbs .swiper-slide{padding: 10px;}
    .img-center{width: 55px;}
    .titlebox .section-title1{font-size: 24px;}
    .gallery-thumbs .swiper-slide .text{padding-left: 15px;}
}

@media (max-width:1025px) {
    .mySwbox-thumbs{margin-left: 10px;margin-right: 10px;}
    .mySwbox{padding-top: 15px;}
    .titlebox .section-title1 {font-size: 24px;padding: 0;}
    .slide .text{width: 100%;padding-top: 20px;padding-right: 0;}
    .slide{flex-direction: column;}
    .titlebox {width: 100%;position: relative;left: 0;top: 5%;z-index: 10;}
    .slide .img{margin-top: 10px;}
    .gallery-thumbs .swiper-slide .text{display: none;}
    .gallery-thumbs .slide-icon{width: 100%;}
    .img-center {border-right: 0;width: 100%;}
    .mySwbox-main{padding: 5px 0 30px 0;}
    .gallery-thumbs .swiper-slide{margin-right: 0 !important;}
    .slide .text h2 .s3{display: none;}
    
    .ct_header{height: 342px}
    .ct_header .ct_center{width: 100%;}
    .ct_header .ct_center .ct_left{width: 100%;padding: 10px;margin-top: -50px;height: 580px;}
    .ct_header .ct_center .ct_right{display: none;}
    .ct_header .ct_center .ct_left .prodoc-description{width: 95%;}
    .prodoc-banner-btnGroup .por-btn {
    margin-bottom: 10px;
}
    .ct_header .ct_center .ct_left .banner-notice{display: none;}
    .ct_header .ct_center .ct_left .banner-download{
        margin-top: 0px;
    }
    .ct_header .prodoc-banner-view{display: none;}
    .titlebox p{width: 74%}
    .slide .text div {
    position: relative;
    width: 81%;
    height: 76px;
}
.slide img {
    max-width: 80%;}
    
.bbc{display: none;}
    
}


@media(max-width:768px)
{
	.prodoc-banner-title {
       padding-top: 10px;
    }
    .ct_icon img{width: 100%;margin-left: 0px;}
}


        .scenarios-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
        

 .scenario-section {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .scenario-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .scenario-header {
            padding: 24px 30px;
            display: flex;
            align-items: center;
            gap: 16px;
        }
        
        .suitable-header {
            background: linear-gradient(135deg, #0050ff, #4d85ff);
            color: white;
        }
        
        .unsuitable-header {
            background: linear-gradient(135deg, #374151, #1f2937);
            color: white;
        }
        
        .scenario-icon {
            font-size: 2rem;
        }
        
        .scenario-title {
            font-size: 1.75rem;
            font-weight: 600;
        }
        
        .scenario-content {
            padding: 30px;
        }
        
        .scenario-list {
            list-style: none;
        }
        
        .scenario-item {
            position: relative;
            padding: 16px 0 16px 60px;
            border-bottom: 1px solid var(--gray-200);
        }
        
        .scenario-item:last-child {
            border-bottom: none;
        }
        
        .scenario-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 16px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--gray-100);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 20px;
        }
        
        .suitable-item::before {
            background-color: rgba(0, 80, 255, 0.1);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230050ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
        }
        
        .unsuitable-item::before {
            background-color: rgba(255, 56, 96, 0.1);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff3860' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
        }
        
        .scenario-item-title {
            font-weight:normal;
            font-size: 1.125rem;
            margin-bottom: 8px;
            color: #1f2937;
        }
        
        .scenario-item-description {
            color: #4b5563;
            font-size: 0.8rem;
        }
        
        .citation {
            font-size: 0.75rem;
            vertical-align: super;
            color: var(--primary);
            text-decoration: none;
        }
        
        .citation-section {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid var(--gray-200);
        }
        
        .citation-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--gray-700);
        }
        
        .citation-list {
            list-style: none;
        }
        
        .citation-item {
            margin-bottom: 12px;
            font-size: 0.875rem;
            color: var(--gray-600);
        }
        
        .citation-number {
            display: inline-block;
            min-width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            background-color: var(--primary);
            color: white;
            border-radius: 12px;
            font-size: 0.75rem;
            margin-right: 8px;
        }
        
        @media (max-width: 768px) {
            .scenarios-container {
                grid-template-columns: 1fr;
            }
            
            .page-title {
                font-size: 2rem;
            }
            
            .scenario-title {
                font-size: 1.5rem;
            }
        }