

.advant-tit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.advant-tit h3{
    padding: 15px 0;
    margin: 0 35px;
    font-size: 24px;
    color: #222222;
    cursor: pointer;
}
.advanth3{
    font-weight: 600;
    border-bottom: 2px solid #20cebe;
}



.lease-box{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.lease-box h3{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}


.layui-form{
    overflow-x: auto;
}

.theadtr{
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #222222 !important;
}

.layui-table td, .layui-table th{
    text-align: center;
    font-size: 16px !important;
}

.tdbtm{
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tdbtm > div{
    padding: 5px 0;
    text-align: left;
    display:flex;
}
.tdbtm > div >span{
    color: #d8281c;
    margin-right:5px;
}




@media screen and (max-width:768px) {

    

.advant-tit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .15rem 0;
}
.advant-tit h3{
    padding: .15rem 0;
    margin: 0 .35rem;
    font-size: .24rem;
    color: #222222;
    cursor: pointer;
}
.advanth3{
    font-weight: 600;
    border-bottom: 2px solid #20cebe;
}



.lease-box{
    margin-top: .2rem;
    margin-bottom: .3rem;
}
.lease-box h3{
    font-size: .24rem;
    font-weight: 600;
    padding-bottom: .1rem;
}

.theadtr{
    text-align: center !important;
    font-weight: 600 !important;
    font-size: .18rem !important;
    color: #222222 !important;
}

.layui-table td, .layui-table th{
    text-align: center;
    font-size: .18rem !important;
    padding: 9px .15rem !important;
}

.tdbtm{
    font-size: .16rem;
    color: #666666;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tdbtm > div{
    padding: .05rem 0;
    text-align: left;
}
.tdbtm > div >span{
    color: #d8281c;
}




}









