
html,body{
	margin: 0;
	padding: 0;
	background: #f5f5f5;
    font-family: PingFangSC, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearfix:before,.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a{
    text-decoration: none;
}
li{
	list-style: none;
}
p,ul{
	margin: 0;
}
img {
    margin: 0;
    display: inline-block;
}
.mint-header.is-fixed{
	top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
.mint-header {
    height: 10.667vw;
	font-size: 18px;
	background-color: #3ac32e;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	padding: 0 10px;
	display: flex;
	box-sizing: border-box;
	color: #fff;
	align-items: center;
}

.mint-header-title {
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-box{
	width: 100%;
    height: 12vw;
    background: #eee;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	top: 10.667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: fixed;
	left: 0;
}
.search-box .search{
	border: none;
    outline: none;
    height: 8vw;
    width: 96vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.333vw;
    padding-left: 2.667vw;
    -webkit-box-shadow: 1px -1px 0.667vw rgba(85, 85, 85, 0.2);
    box-shadow: 1px -1px 0.667vw rgba(85, 85, 85, 0.2);
}

.search-box .search-icon {
    width: 4vw;
    height: 4vw;
    display: inline-block;
    background: url(../imgs/index/search.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 4.667vw;
    cursor: pointer;
}

.mt-85{
	margin-top: 22.667vw;
}

.mb-54{
	margin-bottom: 14.75vw;
}

.item-box{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.667vw 0;
    -webkit-box-shadow: 1px -1px 0.667vw rgba(85, 85, 85, 0.2);
    box-shadow: 1px -1px 0.667vw rgba(85, 85, 85, 0.2);
	margin-bottom: 2.667vw;
	background: #fff;
}
.item-box>li{
    width: 25%;
    text-align: center;
	font-size: 4.8vw;
}
.item-box .img-list{
	width: 12vw;
    height: 12vw;
    display: inline-block;
}

.item-box .type{
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 4vw;
}

.item-box li:nth-child(n+4) .type{
	margin-bottom: 0;
}

.list-box{
	padding: 0 calc(50% - 48vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-box>li:nth-child(odd) {
    margin-right: 2.667vw;
}

.list-box>li{
	width: 46.667vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    border-radius: 0.667vw;
	overflow: hidden;
	background: #fff;
}

.list-box .img-list{
    width: 46.667vw;
    height: 31.2vw;
}

.list-box li .title{
    margin: 2vw 0 2vw;
}

.list-box p{
    font-size: 3.2vw;
	text-indent: 3.2vw;
	color: #555;
}

.list-box .line2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.list-box .position{
    font-size: 2.667vw;
    color: #8d8d8d;
}

.list-box .position .pos-icon{
    width: 4vw;
    height: 4vw;
    background: url(../imgs/index/zuobiao.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 0.8vw;
}

.red {
    color: #f00;
}

.list-box li .remain{
    color: #8d8d8d;
    margin-right: 2.667vw;
}

.footer-content{
	-webkit-box-shadow: 1px -1px 0.667vw rgba(85,85,85,0.2);
    box-shadow: 1px -1px 0.667vw rgba(85,85,85,0.2);
}

.mint-tabbar.is-fixed{
	right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}

.mint-tabbar{
	background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.mint-tabbar>.mint-tab-item.is-selected{
	color: #3ac32e;
}

.mint-tab-item{
	display: block;
    padding: 7px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    color: #555;
}

.mint-tab-item-label{
	color: inherit;
    font-size: 12px;
    line-height: 1;
}

.iconfont{
	font-size: 5.333vw;
    margin: 1.067vw 0;
}

.is-selected .icon-shouye{
	height: 5.33vw;
	background: url(../imgs/index/home-lv.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}

.icon-shouye{
	height: 5.33vw;
	background: url(../imgs/index/home-hui.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}

.is-selected .icon-leibie{
	height: 5.33vw;
	background: url(../imgs/index/list-lv.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}

.icon-leibie{
	height: 5.33vw;
	background: url(../imgs/index/list-hui.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}
.is-selected .icon-wode{
	height: 5.33vw;
	background: url(../imgs/index/my-lv.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}

.icon-wode{
	height: 5.33vw;
	background: url(../imgs/index/my-hui.png) no-repeat;
	background-size: contain;
    background-position: 50% 0;
}

.layui-icon {
    font-size:20px;
}

.layui-table td, .layui-table th {
    font-size:18px;
}
.layui-table .layui-btn-sm {
    font-size: 18px;
}

.detail .layui-btn {
    font-size:18px;
}