.CITI-introduce-btn a{
    font-weight: normal;
}

.cati-banner-carousel li{
    /*width: 6.16rem;*/
    width: 66.66%;
}
.cati-banner-carousel .number {
    /*width: 70%;*/
    /*margin-left: .3rem;*/
}

.logo-box{
    padding: .4rem 0 .45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-box .logo{
    width: 3rem;
    height: 1.3rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    /*background: #F0F2F6;*/
}
.logo-box .logo img{
    /*max-width: 1.3rem;*/
    max-height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box-content{
    padding: .5rem .45rem .7rem;
}
.h3-title, .h4-title{
    font-size: .24rem;
    line-height: .26rem;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: .28rem;
}
.h4-title{
    margin-top: 0;
    margin-bottom: .3rem;
}
.table-title{
    margin: .5rem 0 .25rem;
}
.table-title h5{
    font-size: .2rem;
    line-height: .22rem;
    font-weight: bold;
    color: #1A1A1A;
}

.table-list-noBg{
    width: 100%;
}
.table-list-noBg tr th,
.table-list-noBg tr td{
    font-size: .2rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: .15rem 0;
}
.table-list-noBg tr th{}
.table-list-noBg tr td{
    color: #EF7229;
}

.table-list tr .sort{
    line-height: .24rem;
}
.table-list tr .sort .icon-sort{
    display: inline-block;
    width: .09rem;
    height: .12rem;
    background: url(/common/images/icons/icon-sort.png) no-repeat;
    background-size: contain;
    margin-left: .05rem;
}
.table-list tr td .logo{
    max-width: .8rem;
    max-height: .37rem;
}
.grade{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grade li{
    width: .16rem;
    height: .15rem;
    margin: 0 .02rem;
}
.grade .icon-quan{
    background: url(../images/pages/icon/icon-start-quan.png) no-repeat;
    background-size: 100%;
}
.grade .icon-ban{
    background: url(../images/pages/icon/icon-start-ban.png) no-repeat;
    background-size: 100%;
}

.table-list-nr tr th:nth-last-child(-n+4) .sort{
    font-size: .14rem;
    color: rgba(111,113,135,1);
}
.notes{
    text-align: left;
}


.box-ets{
    position: relative;
}
.box-ets .ets{
    width: 50%;
    height: 3.43rem;
    float: left;
}
.block1{
    background: #FEFAF3;
}
.block2{
    background: #F8F3EA;
}
.block3{
    background: #F3FAFD;
}
.block4{
    background: #E9F4F8;
}

.box-ets .tips{
    font-size: .12rem;
    color: #596477;
    position: absolute;
    bottom: .1rem;
    right: .15rem;
}
.box-content-135 .block1{
     display: flex;
     justify-content: space-evenly;
     align-items: center;
 }
.box-content-135 .li{
    text-align: center;
}
.box-content-135 .li h5{
    font-size: .2rem;
    line-height: .22rem;
    font-weight: bold;
    color: #666666;
}
.box-content-135 .li strong{
    display: block;
    font-size: .56rem;
    line-height: .58rem;
    font-weight: bold;
    color: #E35849;
    margin: .38rem 0 .26rem;
}
.box-content-135 .li span{
    display: block;
    font-size: .14rem;
    line-height: .16rem;
    min-height: .16rem;
    color: #000000;
}
.box-content-135 .li .grade{
    margin: .38rem 0 .26rem;
    min-height: .58rem;
}

.search-complex .input-icon,
.search-complex .input{
    width: auto;
    min-height: .33rem;
    line-height: .33rem;
    font-size: .14rem;
}
.search-complex .input:focus{
    /*border: 1px solid #DE6441;*/
    border-right: none;
}
.search-complex .button{
    min-height: .35rem;
    line-height: .35rem;
    min-width: auto;
    font-size: .14rem;
}
