@charset "utf-8";



.layui-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
	
	    padding: 0;

}


.layui-tab-content {
    padding: 10px;
    height: 300px;
}
.title {
    padding-top: 3rem;
    margin-bottom: 0;
    text-align: left;
     padding-bottom: 0;
}
 .layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
}

.layui-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 0;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}
/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {

.layui-tab-content {
    padding: 10px;
    height: 200px;
}


}