@charset "utf-8";
html,body{
	background-color: #fff;
}
img{
	vertical-align: top;
}
a:hover{
	color: inherit;
}
.loaded-empty .empty-data-tip,
.loaded-error .error-data-tip {
    display: block;
}
.bounce-delay-delay-loading{
    display: none;
	margin: .1rem auto;
}
.loading .bounce-delay-delay-loading{
    display: block;
}
.bounce-delay-delay-loading>* {
    width: .1rem;
    height: .1rem;
    background-color: #B98507;
    border-radius: 50%;
}
.weui-content {
	margin-top: .6rem;
}
#page-header{
	position: fixed;
	left: 0;
	top: 0;
	margin-bottom: .05rem;
	background-color: #313131;
	z-index: 333;
	width: 100%;
}
#page-header ul li{
	line-height: .4rem;
	height:.4rem;
	text-align: center;
	font-size: 15px;
	font-size: .15rem;
	background-color: #393939;
}
#page-header ul li a{
	color: #8d8e8f;
}
#page-header ul li.selected a{
	color: #fff;
	border-bottom: 2px solid #ad0e11;
}
#page-header1{
	background-color: #72c200;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index:33;
}
#page-header1 h1{
	text-align: center;
    height: 60px;
    color: #FFF;
    line-height: 60px;
    font-size: 18px;
    font-size: 18px;
}
#page-header1 .back,
#page-header1 .btn,
#page-header1 .home,
#page-header1 .sub-close{
	display: block;
	position: absolute;
	top: 0;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	font-size: 20px;
}
#page-header1 .back{
	left: 0;
	color: white;
}
#page-header1 .home{
	left: .5rem;
}
#page-header1 .btn{
	font-size: 14px;
	font-size: .14rem;
	right: 0;
}
.copyright {
	/*margin: .1rem 0 .55rem;*/
	margin: .1rem 0 0;
	text-align: center;
	color: #999;
	font-size:10px
}
.trolley{
	position: fixed;
	right: .2rem;
	bottom: .8rem;
	width: .6rem;
	height: .6rem;
	line-height: .6rem;
	background-color: #ff8c40;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-size: .25rem;
	z-index: 33;
}
.trolley a{
	color: #fff;
}
#page-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 33;
}
#page-footer ul{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
}
#page-footer li{
	flex: 1;
	line-height: .2rem;
	height:.5rem;
	text-align: center;
	font-size: 14px;
	font-size: .14rem;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-right: none;
}
#page-footer li.selected a{
	color:#ff8c40;
}
#page-footer li span{
	line-height: .3rem;
	font-size: 20px;
	font-size: .2rem;
}

#trolley-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: calc(100% - .2rem);
	height: .36rem;
	line-height: .36rem;
	padding: .07rem .1rem;
	background-color: #fff; 
}
#trolley-footer .buyme,
#trolley-footer .buy{
	margin-right: .05rem;
	float: left;
	padding: 0;
	width: 30%;
	background-color: #4383d4;
	height: .36rem;
	line-height: .36rem;
	font-size: 16px;
	font-size: .16rem;
	color: #fff;
	text-align: center;
	border-radius: .05rem;
}
#trolley-footer .buyme{
	float: right;
}
#trolley-footer .putin{
	margin: 0 .3rem;
	float: right;
	font-size: 26px;
	font-size: .26rem;
	position: relative;
}
#trolley-footer .putin i{
	font-style: normal;
	font-size: 12px;
	font-size: .12rem;
	position: absolute;
	right: -.1rem;
	top: -.1rem;
	color: red;
}


.hide-box{
	width: 100%;
	position: fixed;
	left: 0;
	top: 100%;
	z-index: 999;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	border-top: 1px solid #999;
}
.hide-box .trolley-desc{
	padding: .1rem .1rem .1rem;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	font-size: .14rem;
	box-sizing: border-box;
}


#sub-page {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 100%;
    width: 100%;
    border: 0;
    height: 100%;
    -webkit-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    background-color: #fff;
}
#sub-page.loaded {
    left: 0;
}

.kefu-foorter{
	position: fixed;
	right:-.3rem;
	bottom: 1rem;
	width: .6rem;
}
.kefu-foorter a{
	display: block;
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	border-radius: 50%;
	background-color: rgba(185,162,110,.5);
	font-size: 40px;
	font-size: .4rem;
	text-align: center;
}

.func-footer{
	position: fixed ;
	left: 0;
	right: 0;
	bottom: 0;
	height: .5rem;
	line-height: .5rem;
}
.func-footer .func-btn{
	display: block;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	font-size: .16rem;
	background-color: #f00;
	color: #fff;
}

#page-header3 {
	position: fixed;
	left: 0;
	top: 0;
	height: .5rem;
	line-height: .5rem;
	width: 100%;
	z-index: 33;
	background: #4383d4;
}
#page-header3 .back {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: .5rem;
	line-height: .5rem;
	height: .5rem;
	text-align: center;
	font-size: .18rem;
	color: #fff;
}
#page-header3 h1 {
	text-align: center;
	font-size: .18rem;
	color: #fff;
}
#page-header3 .btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: .8rem;
	line-height: .5rem;
	height: .5rem;
	text-align: center;
	font-size: .18rem;
	color: #fff;
}

