
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;
    padding: 0;
}
img {
    margin: 0;
    display: inline-block;
}
.white-bg {
    background: #fff;
}
.color5 {
    color: #555;
}
.mint-header.is-fixed{
	top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
.mint-header {
    height: 10.667vw;
	font-size: 4.267vw;
	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;
}

.mt-45{
    margin-top: 12vw;
}

.red {
    color: #f00;
}

.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: #3ac32e;
    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;
}

.border-bottom::before{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    transform-origin: 0 100%;
    transform: scaleY(.5);
}