html,body{
	box-sizing: border-box;
}
.ib {
    display: inline-block;
}
@media screen and (min-width: 1200px){
	.thui-container {
		width: 1170px;
	}
}
@media screen and (min-width: 992px){
	.thui-container {
		width: 970px;
	}
}

@media screen and (min-width: 768px){
	.thui-container {
		width: 750px;
	}
}
.thui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.thui-row:after, .thui-row:before {
    content: '';
    display: block;
    clear: both;
}
.thui-col-lg10 {
    width: 10%;
}
.thui-col-lg11 {
    width: 11%;
}
.thui-col-lg12 {
    width: 12%;
}
.thui-col-lg13 {
    width: 13%;
}
.thui-col-lg14 {
    width: 14%;
}
.thui-col-lg15 {
    width: 15%;
}
.thui-col-lg16 {
    width: 16%;
}
.thui-col-lg17 {
    width: 17%;
}
.thui-col-lg18 {
    width: 18%;
}
.thui-col-lg19 {
    width: 19%;
}
.thui-col-lg20 {
    width: 20%;
}
.thui-col-lg26 {
    width: 26%;
}
.thui-col-lg30 {
    width: 30%;
}
.thui-col-lg38 {
    width: 38%;
}
.thui-col-lg40 {
    width: 40%;
}
.thui-col-lg50 {
    width: 50%;
}
.thui-col-lg60 {
    width: 60%;
}
.thui-col-lg70 {
    width: 70%;
}
.thui-col-lg80 {
    width: 80%;
}
.thui-col-lg90 {
    width: 90%;
}
.thui-col-lg100 {
    width: 100%;
}
.thui-col-lg1,.thui-col-lg2,.thui-col-lg3,.thui-col-lg4,.thui-col-lg5,.thui-col-lg6,.thui-col-lg7,.thui-col-lg8,.thui-col-lg9,
.thui-col-lg10,.thui-col-lg11,.thui-col-lg12,.thui-col-lg13,.thui-col-lg14,.thui-col-lg15,.thui-col-lg16,.thui-col-lg17,.thui-col-lg18,.thui-col-lg19,
.thui-col-lg20,.thui-col-lg21,.thui-col-lg22,.thui-col-lg23,.thui-col-lg24,.thui-col-lg25,.thui-col-lg26,.thui-col-lg27,.thui-col-lg28,.thui-col-lg29,
.thui-col-lg30,.thui-col-lg31,.thui-col-lg32,.thui-col-lg33,.thui-col-lg34,.thui-col-lg35,.thui-col-lg36,.thui-col-lg37,.thui-col-lg38,.thui-col-lg39,
.thui-col-lg40,
.thui-col-lg50,
.thui-col-lg60,
.thui-col-lg70,
.thui-col-lg80,
.thui-col-lg90,
.thui-col-lg100 
{
    float: left;
}
.thui-col-ml-5{
	margin-left: 5%;
}
.thui-col-ml-10{
	margin-left: 10%;
}
.thui-col-ml-20{
	margin-left: 20%;
}
.thui-col-ml-30{
	margin-left: 30%;
}
.thui-col-ml-40{
	margin-left: 40%;
}
.thui-col-ml-50{
	margin-left: 50%;
}
.thui-col-mr-1{
	margin-right: 1%;
}
.thui-col-mr-2{
	margin-right: 2%;
}
.thui-col-mr-3{
	margin-right: 3%;
}
.thui-col-mr-4{
	margin-right: 4%;
}
.thui-col-mr-5{
	margin-right: 5%;
}
.thui-col-mr-10{
	margin-right: 10%;
}
.thui-col-mr-20{
	margin-right: 20%;
}
.thui-col-mr-30{
	margin-right: 30%;
}
.thui-col-mr-40{
	margin-right: 40%;
}
.thui-col-mr-50{
	margin-right: 50%;
}
.thui-col-pr-5{
	margin-right: 5%;
}
.thui-btn{
    background-color: #ffdd82!important;
    color: #000;
    font-size: 22px;
}

/********************thui-table开始********************************/
.thui-table thead tr{
    background-color:#fff;
   
}
.thui-table th {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: rgb(7, 7, 7);
}
.thui-table th,.thui-table td {
    border-color: rgb(192, 191, 191);
}
.thui-table td {
    text-align: center;
}
.layui-table td {
    font-size: 18px;
}
.thui-table th {
    padding: 25px 15px;
}
.thui-table td{
    padding: 19px 15px;
}
.thui-table tr th {
    vertical-align: middle;
}
/********************thui-table结束********************************/
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
