/*
1em =16px;
1.25=20px
1.5em = 24px
2em =32px
*/
body{
    background: #FBFBFB;
}

.article{
    margin-top:4em;
    margin-bottom:4em;
    
    line-height: 2em;
}
.article h1{
    font-size:1.75em;
    margin-top:1em;
    margin-bottom:1em;
    
}
.mobile-nav{
    display:none;
}
/*header*/
header{

}

@media (min-width: 768px){
    header{ 
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
        justify-content:flex-start!important;
        flex-wrap: wrap!important;
        display: flex!important;
        gap:4em;
        align-items: center;
        
    }
}
@media (max-width: 768px){
    header{
        padding:12px 0;
        display: flex;
        justify-content: space-between;
    }
    header .nav{
        display:none;
    }
    .chatu-features .col{
        margin-top:24px;
    }
     #mobileMenu button{background: transparent;}
    #mobileMenu button:after{content:"≡";font-size:32px;border:0px;color:#4F2AB5}
}
@media (max-width: 1200px){
    
    header .header-link{display:none}
}
.title-1{
    text-align: center; font-size: 54px; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #1a1a1a; line-height: 75px; letter-spacing: 2px; margin-top: 103px;
}
.title-1en{
    text-align: center; font-size: 20px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500;
    color: #1a1a1a; line-height: 28px; letter-spacing: 2px; opacity: 0.6;
    margin-bottom:40px;
}
/*footer*/
footer{
    margin-top:2.5em;
}
footer .copyright{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #252525;
    line-height: 22px;
    justify-content: center;  
    opacity: 0.6;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 12px;
    padding-left: 40px;
    color: #000;
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
    display: flex!important;
}
@media (min-width: 768px){
    .footer-content{
        flex-direction: row;
        margin-left: 40px;
        margin-right: 40px;  
    }
    .footer-left{
        margin-right:50px;
    }
    .footer-right >div{ 
        padding-left:37px;
        padding-right:37px;
    }
    footer .copyright {
        flex-direction: row;
    }
}
@media (max-width: 768px){
    .footer-content{
        flex-direction: column;
    }
    .footer-left{
      text-align:center;margin-bottom:24px;
    }
    .footer-right{   justify-content: center;}   
    .footer-right >div{ font-size:1em; padding:1em;}
    
    footer .copyright {
        flex-direction: column;
        text-align:center;
    }
}
.footer-content{

    display: flex!important;
    justify-content: center;  
}

.copyright img{
    /*width:50px;*/
    height:50px;
}
.footer-left >p{display:none}
.footer-left >a{
        text-decoration: none!important;
    margin-bottom: 1rem!important;
    align-items: center!important;
    font-size: 30px;
    font-family: AGOldFace-Medium, AGOldFace;
    font-weight: 500;
    color: #4F2AB5;
    line-height: 31px;
}
.footer-left >a>img{    margin-top: -6px;}
.footer-right{
    display: flex;
    }
.footer-right > div {

    border-right:1px solid #e5e5e5;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400; 
    color:#0A033C;
    line-height: 25px; 
}
.footer-right > div:last-child{
     border-right:0px
}
.footer-right a{color:#0A033C}
.footer-right .nav{display:none}
/*logo*/
 
header > a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
    text-decoration: none!important; 
    align-items: center!important;
    display: flex!important;
}
 

header >a >span{
    color: #4F2AB5;
    font-size: 1.5rem!important;
}
header>a>img{
    margin-right: .5rem!important;
    vertical-align: middle;
    width:50px;
    height:50px;
}
        header .nav-link--active{
           
            border-bottom:2px solid #4F2AB5!important;
            border-radius: 2px!important;
            
        }
        header .nav-link{
            color:#1A1A1A;
        }
        
        header .nav.nav-pills{
            gap:4em;    
            font-size:1.125em/*24px*/;
        }
        
.header-link .btn{
    width:145px!important;
    height:53px!important;
    font-size:18px!important;
    font-family: PingFangSC-Regular, PingFang SC!important;
    font-weight: 400!important;
    line-height: 40px!important;
    margin-left:25px;
}
.header-link{ margin-left: auto;}
        
.home-bottom-banner{
    color:white!important;
    
}
.home-bottom-banner .display-5{
    font-size:32pt;
}

.home-bottom-banner .btn-primary {
     --bs-btn-bg: #ffffff;
     --bs-btn-color: #4F2AB5;
}
.home-bottom-banner .btn-outline-secondary{
        --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-border-color: #fff;
}
/*bootstrap*/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4F2AB5;
    --bs-btn-border-color: #4F2AB5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4F2AB5;
    --bs-btn-hover-border-color: #4F2AB5;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4F2AB5;
    --bs-btn-active-border-color: #4F2AB5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4F2AB5;
    --bs-btn-disabled-border-color: #4F2AB5;
}
.btn-outline-secondary {
    --bs-btn-color: #4F2AB5;
    --bs-btn-border-color: #4F2AB5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4F2AB5;
    --bs-btn-hover-border-color: #4F2AB5;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4F2AB5;
    --bs-btn-active-border-color: #4F2AB5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4F2AB5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4F2AB5;
    --bs-gradient: none;
}


/*chatu-features*/
 

.chatu-features{ 
}
.chatu-features .col{

   

}
.chatu-features .d-flex{
        margin-left:17px;
    margin-right:17px;
     flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
          background-color: #f9fafd;
  background-image: linear-gradient(to bottom, #f2f4f9, #f9fafd);
  border-radius: 10px; 
  
    position: relative;
}
.chatu-features .col img{ 
    width:267px;height:267px;
}
.chatu-features .text_description{
    font-size: 20px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 28px;
margin-top:11px;
margin-bottom:49px;
    width:267px;
}

.chatu-features .text_title{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;

    font-size: 28px;
    width:267px;
    color: #1A1A1A;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top:60px;
    margin-bottom:26px;
    
}

.chatu-features .text_ext{
 
    opacity: 0.05;
    font-size: 120px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #000000;
    line-height: 120px;
    position: absolute;
    top:0px;
}




@media (max-width: 768px){
    .image-right {
        max-width: 100vw;
        margin-top:2em;
    }
}



.info-left{}
.info-left .info-title1{
    overflow-wrap: break-word;
    color: rgba(26, 26, 26, 1);
    font-size: 36px;
    letter-spacing: 1.398145318031311px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 54px;
}
.info-left .info-title2 span{
    overflow-wrap: break-word;
    color: rgba(26, 26, 26, 1);
    font-size: 20px;
    letter-spacing: 2.4434142112731934px;
    text-transform: uppercase;
    font-family: Helvetica;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
}
.info-left .info-title2>.line{
    background-color: rgba(79, 42, 181, 1);
    border-radius: 3px;
    width: 80px;
    height: 6px;
    margin-top: 9px;
}






/*bootstrap accordion*/
.accordion-item{margin-bottom:20px;background: #FFFFFF;
box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.03);
border-radius: 5px;border:1px solid #fff}


.accordion-collapse{
font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #646464;
line-height: 24px;
letter-spacing: 1px;}
.accordion-button,.accordion-button:not(.collapsed){
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 30px;
    letter-spacing: 2px;
    background:#Fff;
}







/*table*/
.chatu-table {
    margin:0 16px;
    background: #F4F5F7;
    border-radius: 25px 25px 0px 0px;
    border: 1px solid #F4F5F7;
}
.chatu-table thead th{height:110px;
        
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 30px; 
    padding:0px;
}
.chatu-table thead th>div{
    
    display: block;
    line-height: 101px;
}

.chatu-table tbody td,.chatu-table tbody th{
    background:white;height:100px; vertical-align: middle; text-align:center
}



.x-check{
    background:url(/media/ykfpr4sc/check.png);
    width:30px;height:30px;
    display: inline-block;
}
.x-x{
    
    background:url(/media/2l5iu0oc/c.png);
    width:30px;height:30px;
    display: inline-block;
    
}



