/*main*/
.main{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: #db0100;
	z-index: 999;
}
.volun-title{
	font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}
.volun-action-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.volun-action-add{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.contont{
	min-height: 100vh;
	padding: 44px 0 49px 0;
	background: #f5f5f5;
}
/*footer-nav*/
.menu{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 49px;
	background: #f38c15;
	display: -webkit-flex;
    display: flex;
    z-index: 999;
}
.menu a{
	width: 25%;
	height: 49px;
	border-right: 1px solid #db0100;
	position: relative;
}
.menu a:last-child{
	border-right: 0;
}
.menu .active{
	border-right: 0;
	background-color: #db0100;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
}
/*内容区*/
.line{
	background: #f38c15;
	border-top: 1px solid #fff;
	height: 2px;
	width: 100%;
}
/*search*/
.search-box{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	padding: 5px 16px 0 16px;
	background: #f4c085;
}
.form-item{
	height: 34px;
	padding-right: 10px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 4px;
}
.search-input{
	border: 0;
	background: none;
	width: 80%;
	height: 34px;
	margin: 0;
	padding: 4px 5px;
	font-size: 14px;
	line-height: 30px;
}
.search-btn{
	width: 20%;
	height: 34px;
	float: right;
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 28px;
	border: 0;
}
.select{
	-webkit-appearance:none;
	appearance:none;
	border:none;
	font-size:14px;
	line-height: 28px;
	padding:0px;
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: transparent;
	color:#333333;
	border-radius:4px;
}
/*商家列表*/
.item{
	padding:10px 16px;
	background-color: #fff;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
.shop-list{
	padding-top: 10px;
}
.shop-list li{
	list-style: none;	
	position: relative;
}
.shop-info{
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
.amount{
	font-size: 14px;
	color: #999;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
.amount .big{
	font-size: 16px;
	color: #333;
}
.shop-star{
	float: left;
	margin-right: 16px;
}
.shop-star .star-label{
	font-size: 14px;
	color: #999;
	float: left;
}
.shop-name{
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
	font-weight: normal;
	
}
.arrow-div{
	position: absolute;
	top: 35px;
	right: 16px;
	width: 16px;
	height: 27px;
}
/*商品列表*/
.shop-box{
	height: 70px;
	background: #f5e0c8;
	padding: 10px 16px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.shop-box .shop-img{
	float: left;
	width: 50px;
	height: auto;
	margin-right: 15px;
}
.shop-box > .shop-info{
	overflow: hidden;
	zoom: 1;
}
.shop-box > .shop-info > .shop-name{
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.shop-box > .shop-info > .shop-amount{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin: 0;
}
.shop-box .star-div{
	position: absolute;
	top: 13px;
	right: 16px;
}
.prd-img{
	float: left;
	width: 5rem;
	height: 5rem;
	margin-right: 0.5rem;
	display: block;
	border: 1px solid #eee;
}
.prd-img-small{
	width: 4rem;
	height: 4rem;
}
.prd-info{
	overflow: hidden;
	zoom: 1;
}
.prd-info .prd-name{
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
	margin: 0;
}
.prd-name-small{
	font-size: 0.6rem !important;
	line-height: 1.2 !important;
}
.prd-info .prd-text{
	font-size: 0.6rem;
	line-height: 1.5;
	margin: 0;
	color: #999;
}
.prd-info .prd-text .jifen{
	font-weight: bold;
	font-size: 0.8rem;
	color: #DB0100;
}
.prd-info .prd-text .jifen-small{
	font-weight: bold;
	font-size: 0.6rem;
	color: #DB0100;
}

.buy-btn{
	position: absolute;
	color: #DB0100;
	bottom: 10px;
	right: 16px;
	overflow: hidden;
	zoom: 1;
}
.buy-btn a{
	color: #DB0100;
	font-size: 14px;
	line-height: 22px;
}
.review-btn{
	position: absolute;
	font-size: 0.6rem;
	line-height: 0.8rem;
	bottom: 0.5rem;
	right: 0.8rem;
	padding: 0.25rem;
	overflow: hidden;
	zoom: 1;
}
.border-red{
	border: 1px solid #DB0100;
}
.border-gray{
	border: 1px solid #999;
}

.star-box{
	position: relative;
	width: 107px;
	height: 22px;
	display: inline-block;
	background-image: url(../img/star-gray.png);
	background-repeat: no-repeat;
	background-position: left center; 
	overflow: hidden;
	zoom: 1;
}
.star-box .star-red{
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	background-image: url(../img/star-red.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*商品页*/
.img-box{
	padding:16px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.img-box img{
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.item-top{
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
}
.item-middle{
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	border-top: 0;
}
.item-bottom{
	border-top: 0;
}
.gw_num {
	position: absolute;
	right: 16px;
	top: 10px;
	border: 1px solid #dbdbdb;
	width: 110px;
	line-height: 26px;
	overflow: hidden;
}

.gw_num em {
	display: block;
	height: 26px;
	width: 26px;
	float: left;
	color: #7A7979;
	border-right: 1px solid #dbdbdb;
	text-align: center;
	cursor: pointer;
}

.gw_num .num {
	display: block;
	float: left;
	text-align: center;
	width: 52px;
	padding: 0;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	border: 0;
}

.gw_num em.add {
	float: right;
	border-right: 0;
	border-left: 1px solid #dbdbdb;
}

.btn-box{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.btn-credits{
	height: 44px;
	padding: 0;
	text-align: center;
	border: 0;
	border-radius: 4px;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
}
.file-btn{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #4fb3d5;
	background-image: url(../img/photo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	position: relative;
}
.file-btn .input-file{
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
.imgUrl{
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	top: 1px;
	left: 1px;
	overflow: hidden;
}
.btn-w45{
	width: 45%;
}
.btn-w100{
	width: 100%;
}
.btn-w30{
	width: 30%;
}


.introduce-title{
	font-size: 16px;
	line-height: 32px;
	color: #f38c15;
	margin: 0;
}
.introduce-text{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 5px 0;
}
.serve-title{
	font-size: 20px;
	padding: 20px 16px 10px 16px;
	margin: 0;
	background: #f5f5f5;
	color: #4eb3d4;
}
.serve-title2{
	font-size: 18px;
	line-height: 150%;
	padding: 10px 0;
	margin: 0;
	color: #000;
}
.serve-title3{
	font-size: 16px;
	line-height: 150%;
	padding: 10px 16px;
	margin: 0;
	color: #666;
}
.serve-title2 > .gray{
	font-size: 16px;
	color: #666;
}
/*公告列表条*/
.media{
	overflow: hidden;
	zoom: 1;
}
.media .left-img{
	float: left;
	margin-right: 0.25rem;
}
.media .right-text{
	overflow: hidden;
	zoom: 1;
}
.notice-icon{
	width: 1rem;
	height: auto;
	display: block;
}
.notice-h3{
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 120%;
	color: #333;
	margin: 0 0 0.2rem 0;
}
.notice-text{
	font-size: 0.6rem;
	line-height: 150%;
	color: #666;
	margin: 0;
}
.notice-blod{
	display: inline-block;
	margin: 0 0 0 0.25rem;
}
.font-red{
	color: #db0100;	
}
.font-gray{
	color: #999;	
}
.font-green{
	color: green;
}
.font-orange{
	color: #f38c15;
}
.starability-basic{
	min-height: 2rem !important;
}
/*user*/
.user-box{
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.user-img{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 2px solid rgba(255,190,130,0.5);
	float: left;
	display: block;
	margin-right: 0.5rem;
}
.user-info{
	overflow: hidden;
	zoom: 1;
}
.user-name{
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}
.user-icon{
	width: 1.5rem;
	height: 1.5rem;
	float: left;
	display: block;
	margin-right: 0.5rem;
}
.user-menu{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666;
	margin: 0;
	font-weight: normal;
}
.user-menu span{
	float: right;
	font-size: 0.6rem;
	color: #e69137;
	padding-right: 1rem;
}
.user-box-arrow-right{
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 0.5rem auto;
	background-position: right center; 
}
.container{
	width: 100%;
	margin: 0;
	padding-top: 0.25rem;
}
.home-title{
	font-size: 0.8rem;
	text-indent: 0.5rem;
	line-height: 1.5;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0.25rem;
}
.home-title .more{
	float: right;
	font-size: 0.6rem;
	line-height: 2;
	color: #999;
	padding-right: 0.5rem;
	
}
.work-div{
	width: 100%;
    overflow: hidden;
    zoom: 1;
}
.work-div .work-item{
	float: left;
	width: 25%;
	height: 3.6rem;
	border-bottom: 1px dashed #e6e6e6;
	border-right: 1px dashed #e6e6e6;
	margin: 0;
	position: relative;
}
.badge_sb {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  min-width: 22px;
  padding: 2px;
  font-size:16px;
  font-weight: 320;
  color: red;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.work-div .work-item:nth-child(4n+0){
	border-right: 0;
}
.bb-none{
	border-bottom: 0 !important;
}
.home-icon{
	width: 1.5rem;
	height: 2.25rem;
	margin:0 auto;
	padding-top: 0.6rem;	
	padding-bottom: 0.15rem;
}
.home-icon img{
	width: 100%;
	height: auto;
}
.home-text{
	display: block;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1.5;
	color: #666;
	margin: 0;
}
.work-div .money-item{
	float: left;
	width: 20%;
	height: 3rem;
	position: relative;
}
.badge_zc {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  min-width: 16px;
  padding: 2px;
  font-size:12px;
  font-weight: 320;
  color: red;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.money-icon {
	width: 1.25rem;
	height: 2rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.money-icon img {
	width: 100%;
	height: auto;
}

.money-text {
	display: block;
	text-align: center;
	font-size: 0.5rem;
	line-height: 1.5;
	color: #fff;
	margin: 0;
}
.video-div{
	overflow: hidden;
	zoom: 1;
	padding: 0.5rem 1rem;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 0.5rem auto;
	background-position: 95% center;
}
.video-icon{
	float: left;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0.5rem 0 0;
}
.first {background-image: url(../img/video.png);}
.xian{
	background-image: url(../img/xian.png);
}
.video-text{
	font-size: 0.8rem;
	color: #666;
	line-height: 1.5rem;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
.home-item{
	padding: 0.5rem 3%;
	border-bottom: 1px dashed #e6e6e6;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
.home-item:last-child{
	border-bottom: 0;
}
.home-item img{
	width: 4rem;
	height: auto;
	float: left;
	display: block;
	margin-right: 0.5rem;
}
.home-item .home-item-text{
	overflow: hidden;
	zoom: 1;
}
.home-item .home-item-text h3{
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	margin: 0;
}
.home-item .home-item-text p{
	font-size: 0.6rem;
	line-height: 1.2;
	color: #666;
	margin: 0;
}
.prd-item{
	width: 50%;
	padding: 0.8rem;
	float: left;
}
.prd-item img{
	/*width: 100%;
	height: auto;*/
	width: 6rem;
	height: 6rem;
	border: 1px solid #dedede;
}
.prd-item .prd-title{
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	color: #333;
	margin: 0;
}
.prd-item p{
	margin: 0;
	font-size: 0.6rem;
	line-height: 1.2;
	color: #666;
}
.information-item{
	padding: 0.5rem 3%;
	border-bottom: 1px dashed #DEDEDE;
	overflow: hidden;
	zoom: 1;
}
.information-item:last-child{
	border-bottom: 0;
}
.information-item img{
	width: 1.5rem;
	height: auto;
	float: left;
	display: block;
	margin-right: 0.5rem;
}
.information-item h3{
	overflow: hidden;
	zoom: 1;
	font-size: 0.7rem;
	line-height: 1.5;
	color: #333;
	margin: 0;
	font-weight: normal;
}

/*文章*/
.article-box{
	background-color: #fff;
	padding: 2.5rem 3% 4rem 3%;
	margin: 0;
}
.article-box .article-title{
	font-size: 1rem;
	text-align: center;
	line-height: 1.5;
	color: #333;
	padding-top: 0.5rem;
	margin:0;
}
.article-box .time{
	font-size: 0.6rem;
	color: #999;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 0.5rem 0;
}
.article-box p{
	font-size: 0.8rem;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	text-indent: 2em;
	color: #666;
}
.article-box img{
	display: block;
	width: 60%;
	height: auto;
	margin: 0.5rem auto;
}

/*input*/
.checkout-box{
	position: absolute;
	top: 11px;
	right: 16px;
	display: block;
}
.checkout-box .checkout-item{
	display: inline-block;
	margin-left: 10px;
}
.form-group{
	overflow: hidden;
	zoom: 1;
}
.form-group label{
	float: left;
	font-size: 0.7rem;
	margin-right: 10px;
	color: #666;
	line-height: 1.4rem;
}
.form-group .form-control{
	min-width: 11rem;
	font-size: 0.7rem;
	line-height: 1.4rem;
	border: 0;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	/*float:left;*/
	zoom: 1;
}

/*icon*/
.volun-icon{
	width: 44px;
	height: 44px;
	padding: 10px;
	margin: 0;
	display: block;
}
.login-link{
	height: 44px;
	padding: 10px;
	display: block;
	color: #fff;
}
.volun-footer-icon{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}
.arrow-left-icon{
	background-image: url(../img/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 44px auto;
}
.add-icon{
	background-image: url(../img/add-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
}
.arrow-right-icon{
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
}
.volun-shop-icon{
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	background-image: url(../img/shop.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.volun-buy-icon{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	background-image: url(../img/buy.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.volun-review-icon-gray{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.25rem;
	display: inline-block;
	float: left;
	background-image: url(../img/review-gray.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.volun-review-icon-red{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.25rem;
	display: inline-block;
	float: left;
	background-image: url(../img/review-red.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.serve-icon{
	width: 18px;
	height: 18px;
	margin: 0 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	vertical-align: middle;
}
.search-icon{
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px auto;
}
.input-icon{
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 0.8rem auto;
}
.home-white{
	background-image: url(../img/home-white.svg);
}
.home-orange{
	background-image: url(../img/home-orange.svg);
}
.message-white{
	background-image: url(../img/message-white.svg);
}
.message-orange{
	background-image: url(../img/message-orange.svg);
}
.phone-white{
	background-image: url(../img/phone-white.svg);
}
.phone-orange{
	background-image: url(../img/phone-orange.svg);
}
.user-white{
	background-image: url(../img/user-white.svg);
}
.user-orange{
	background-image: url(../img/80hou.png);
}
.hou-white{
	background-image: url(../img/80hou-white.png);
}
.hou-orange{
	background-image: url(../img/user-orange.svg);
}
.serve-date{
	background-image: url(../img/date.svg);
}
.serve-gold{
	background-image: url(../img/gold.svg);
}
.serve-people{
	background-image: url(../img/people.svg);
}
.arrow-down{
	background-image: url(../img/arrow-down.svg);
}
.redBg{
	background: #db0100;
}
.orangeBg{
	background: #f38c15;
}
.blueBg{
	background: #4fb3d5;
}
.whiteBg{
	background: #fff;
}
.p20{
	padding: 10px 16px;
}
.text-right{
	text-align: right;
}
.fr{
	float: right;
}

/*table*/
table {
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #dddddd;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	padding: 0;
}
table tr:nth-child(odd){
	background: #fff;
}
table th{
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	background: #ddd;
	text-align: left;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

table td {
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	text-align: left;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.badge {
  position: absolute;
  right: 15%;
  top: 10px;
  display: inline-block;
  min-width: 8px;
  padding: 3px;
  font-size:8px;
  font-weight: 200;
  color: red;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

/**/
.hbadge {
  position: absolute;
  right: 8%;
  top: 10px;
  display: inline-block;
  min-width: 62px;
  padding: 16px;
  font-size:32px;
  font-weight: 320;
  color: red;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.badge_y {
  position: absolute;
  right: 8%;
  top: 10px;
  display: inline-block;
  min-width: 62px;
  padding: 16px;
  font-size:32px;
  font-weight: 320;
  color: red;
  line-height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.homeNav {
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
}
.homeNav li {
	float: left;
	width: 47%;
	height: 29vh;
	margin: 0 2% 1.5vh 2%;
	list-style: none;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color:#fff;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 6px;
}
.homeNav li:nth-child(even) {
	margin-left: 0;
}
.homeNav li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.homeNav li a .navTit {
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 110%;
	color: #000;
	margin: 0;
}
.homeNav li a .navIcon {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	right: 18px;
	bottom: 25px;
	background-size: contain;
	background-repeat: no-repeat;
}
.homeBg1 {
	background-image: url(../img/homeBg6.png);
}
.homeBg2 {
	background-image: url(../img/homeBg2.png);
}
.homeBg3 {
	background-image: url(../img/homeBg1.png);
}
.homeBg4 {
	background-image: url(../img/homeBg3.png);
}