/*body 背景色重置*/
html, body { 
	max-width: 720px;
	background: #f4f4f4 !important;
}

/*APP启动页css*/
.footer_ad {
	width: calc(100%);
	position: absolute;
	bottom:0;
	margin:0 auto;
	padding:20px;
	background:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.footer_ad img { 
	height: 50px;
	margin: 6px auto;
}
.footer_ad p { font-size: 1rem; font-weight: bold; margin: 5px auto 10px auto; color:#333}
.footer_ad .skip {
    border: 1px solid #eee;
    padding: 4px 8px;
    font-size: 0.8rem;
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.loginad {
	position: absolute;
	width: 100%; height: 100%;
	top:0; left:0;
	z-index: 0;
	overflow: hidden;
}
.loginad img{
	position: absolute;
	top:0; left:0;
	width: 100%; height: auto;
}


/*重置样式*/
.h5ui-form-label {
    width: 100px;
    padding: 14px 0 14px 15px;
    line-height: 1.1333;
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
    color: #222;
    position: absolute;
}

.h5ui-form-input_tip .code-btn {
    padding: 14px 0;
    display: block;
    color: #000000;
}

.vercode {
	padding: 18px 15px 0 15px;
	font-size: 0.9rem;
}

.bigtitle {
	width: 100%; padding: 120px 0 30px 0;
	font-size: 1.6rem; text-align: center;
	font-weight: 500;
}

.agreen {
	width: 100%;
    padding: 20px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: self-start;
	color:#999;
}
.agreen svg { 
    margin-top: 2px;
    margin-right: 10px;	
}
.btn_next {
	display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 6px;
    background: #bbc1cb;
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-size: 1.4rem;
}
.btn_next_on{
	background: #333;
}

.ext_btn {
	padding: 16px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ext_btn a {
	color:#666;
}
/* 登录页 默认隐藏按钮 */
#lg2 , .usevcodelogin{ display: none;}
 
 
 /*完善资料 hack css*/
.pt23 { padding-top:23px;}
 .h5ui-select {
     padding: 10px 15px 10px 100px;
 }
 .h5ui-select:after {

     top: 28px;
 }
 
 /*主页*/
 /*55aee0*/
 .home {
	 width:100%;
	 padding: 0;
	 background: #fff;
 }
 .home .top {
	 padding: 4%;
	 background: #fff;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: space-between;
	 margin: 0 auto;
 }
 .home .hometitle h3 {
	 position: relative;
	 font-size: 1.05rem; color:#55aee0;
	 margin:0 auto; font-weight: bold;
 }
  .home .hometitle div {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
  }
 .home .hometitle div span{
	 font-size:0.75rem; color:#999;
 }
.top svg{
	 margin-left: -80px;
 }
 .home .homelogo {
	height: 32px;
}

.home .searchbox{
	 padding: 4%;
	 background: #fff;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: space-between;
	 margin: 0 auto;
	 position: relative;
}
.home .schinput {
	width: 100%;
	padding: 10px 10px;
	color:#666;
	font-size: 0.8rem;
	background:#f4f3f8;
	border:none;
	border-radius: 6px;
	box-shadow: inset 0px 0 5px 1px rgb(0 0 0 / 5%);
}
.home .schbtn{
    position: absolute;
    right: 30px;
    top: 23px;
}

.home .slide {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	min-height: 210px;
}
.home .slide .dot {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.8rem;
	padding: 0 1rem;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*图标按钮 菜单*/
.home .icon_menus {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 22px 0 0 0;
}
.home .icon_menus a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home .icon_menus a span{ font-size:0.8rem; color:#000;}
.home .icon_menus a img {
	margin-bottom: 6px;
	height: 28px;
}


.funcblock {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 3% 4%;
}
.funcblock .funccont a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.funcblock .funccont h2 {
	margin:0;
	font-size: 1.4rem; font-weight: bold;
}
.funcblock .funccont span {
	margin:0 auto 0 10px;
	font-size: 0.8rem; color:#333;
}
.funcblock .funccont .slider_goods {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.funcblock .funccont .slider_goods a {
	width: 48%;
    display: inline-table;
	margin-bottom: 15px;
    /* margin-right: 22px; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 33%; */
    /* padding: 0; */
    /* margin: 0 auto; */
    /* display: inline-table;*/
}
.funcblock .funccont .slider_goods a span{
	padding:0; margin: 0;
	font-size: 0.88rem; color:#000;
	}
.funcblock .funccont .slider_goods a img {
margin-bottom: 6px;
    height: auto;
    width: 100%;
}
.funcblock .funccont .slider_goods a p{
	margin: 0 auto 5px auto;
	font-size: .8rem;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.funcblock .funccont .slider_goods a span{
    font-size: 0.6rem;
    color: #999;
}
.funcblock .funccont .slider_goods a .price{
    font-size: 1.1rem;
    font-weight: bold;
}

.home_ad1 img{
	width: 96%; margin: 16px auto;
	display: block; border-radius: 6px;
}

.funcblock .rcmmbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.funcblock .rcmmbox>a {
    width: 36%;
}
.funcblock .rcmmbox .rcmm_r{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.funcblock .rcmmbox .rcmm_r a{
	margin: 6px auto;
}
.funcblock .rcmmbox img{
	width: 100%;
}

.h5ui-toptips_error {
	position: fixed;
	top:0;
}

/*社区css*/
.clubmdl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start
	align-items: center;
	margin-top: 16px;
}
.clubmdl>div {
	margin-left: 10px;
}
.clubmdl>div p {
	margin: 5px auto 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 1rem;
}
.clubmdl>div>span{
	margin:4px auto 0 0 !important;
	color:#999 !important;
}
.clubmdl img {
	height: 58px; margin-right:5px;
}
.clubmdl .btn_post {
	border-radius: 6px;
	padding:10px 20px; text-align: center;
	width: 80px;
	background: #52aee2;
	margin: 0 0 0 auto;
}
.btn_post svg { margin:0 auto;}

.postlist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	position: relative;
	margin-bottom: 20px;
}
.postlist .hot {
    background: #333;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 0;
    text-align: center;
    border-radius: 3px;
    width: 70px;
}

.postlist .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left:12px;
	position: relative;
	top: -6px;
}
.postlist .text p, .postlist .text p span {
	color:#999; padding:0;
	margin:0;
}
.postlist .text p span { margin-left:20px}


/*服务分类*/

header.h5ui-bar .h5ui-bar_item .h5ui-bar_arrow_left {
    border-bottom: solid 2px #000000;
    border-right: solid 2px #000000;
}
.simple-swiper-container>.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 140px !important;
}

.catelogy {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 94%; margin:0 auto;
	padding-top:10px;
}
.catelogy a {
	padding: 8px 10px;
	margin:0 10px;
	font-size: 1.05rem; font-weight: bold;
}

.catelogy .active{
	border-bottom: 2px solid #0062CC;
	color:#3a9be3;
}

.h5ui-group {
	margin-bottom: 0 !important;
}

.slider_goods a .bt {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.slider_goods a .bt .a1, .slider_goods a .bt .a2{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.slider_goods a .bt .a1 img{
	height: 22px; width: 22px; margin:0 4px !important;
}
.slider_goods a .bt .a2 img{
	height: 18px; width: 18px;margin:0 4px !important;
}


.clubnav {
	width: 100%;
	position: fixed;
	bottom: -6px;
	z-index: 990;
}
.clubnav img {
	width: 100%;
}
.urlback  {
	position: absolute;
	top:20px; left :27px;
	z-index: 999;
}
.urlback img { height: 18px;}