.page-of-green-supply .mt10{
    margin-top: 10px;
}
.CITI-introduce-btn a{
    font-weight: normal;
}
.logo-box{
    padding: 40px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-box .logo{
    width: 300px;
    height: 130px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    /*background: #F0F2F6;*/
}
.logo-box .logo img{
    /*max-width: 130px;*/
    max-height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box-content{
    padding: 50px 45px 70px;
}
.h3-title, .h4-title{
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 28px;
}
.h4-title{
    margin-top: 0;
    margin-bottom: 30px;
}
.table-title{
    margin: 50px 0 25px;
}
.table-title h5{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #1A1A1A;
}

.table-list-noBg{
    width: 100%;
}
.table-list-noBg tr th,
.table-list-noBg tr td{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 15px 5px;
}
.table-list-noBg tr th{

}
.table-list-noBg tr td{
    color: #EF7229;
}

.table-list tr .sort{
    line-height: 24px;
}
.table-list tr .sort .icon-sort{
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(/common/images/icons/icon-sort.png) no-repeat;
    background-size: contain;
    margin-left: 5px;
}
.table-list tr td .logo{
    max-width: 80px;
    max-height: 37px;
}
.grade{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grade li{
    width: 16px;
    height: 15px;
    margin: 0 2px;
}
.grade .icon-quan{
    background: url(../images/icon-start-quan.png) no-repeat;
    background-size: 100%;
}
.grade .icon-ban{
    background: url(../images/icon-start-ban.png) no-repeat;
    background-size: 100%;
}

.table-list-nr tr th:nth-last-child(-n+4) .sort{
    font-size: 14px;
    color: rgba(111,113,135,1);
}
.notes{
    text-align: left;
}


.box-ets{
    position: relative;
}
.box-ets .ets{
    width: 50%;
    height: 343px;
    float: left;
}
.block1{
    background: #FEFAF3;
}
.block2{
    background: #F8F3EA;
}
.block3{
    background: #F3FAFD;
}
.block4{
    background: #E9F4F8;
}

.box-ets .tips{
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.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: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #666666;
}
.box-content-135 .li strong{
    display: block;
    font-size: 56px;
    line-height: 58px;
    font-weight: bold;
    color: #E35849;
    margin: 38px 0 26px;
}
.box-content-135 .li span{
    display: block;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    color: #000000;
}
.box-content-135 .li .grade{
    margin: 38px 0 26px;
    min-height: 58px;
}

.input-icon,
.page-of-green-supply .complex .input{
    height: 35px;
    font-size: 14px;
}
.page-of-green-supply .complex .input:focus{
    border: 1px solid #DE6441;
}
.page-of-green-supply .icon-search{
    background-image: url(/public/static/images/sprite.png);
    background-position: 0px -345px;
    width: 21px;
    height: 21px;
}
.page-of-green-supply .cati-container .button-primary{
    height: 35px;
    line-height: 35px;
    min-width: auto;
    font-size: 14px;
}
