/*body 背景色重置*/
html, body { 
	max-width: 720px;
	background: #f3f2f7 !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;
 }
 .home .top {
	 padding: 3% 4%;
	 background: #fff;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: space-between;
	 margin: 0 auto 10px 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;
	background: #fff;
	width: 96%;
}
.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;
/*	border-radius: 6px;*/
	padding: 6% 4%;
}
.funcblock .funccont a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.funcblock .funccont a div{
    color: #999;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.funcblock .funccont h2 {
	margin:0;
	font-size: 16px; font-weight: bold;
}
.funcblock .funccont span {
	margin:0 auto 0 10px;
	font-size: 0.8rem; color:#333;
}
.funcblock .funccont .icon_goods {
	padding: 4px 0 0 0;
}
.funcblock .funccont .icon_goods div{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.funcblock .funccont .icon_goods div p {width: 130px; font-size:15px;}
.funcblock .funccont .icon_goods div span { margin-right:0; font-size:16px; color:#999}
.funcblock .funccont .icon_goods div input{
	text-align: right; color:#666; width: 90%;border:none;
}
.funcblock .funccont .icon_goods a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.funcblock .funccont .icon_goods a span{
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}
.funcblock .funccont .icon_goods a img {
	margin-bottom: 6px;
	height: 36px;
}

/*20220728*/
.funcblock .funccont .icon_bag {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 0;
}
.funcblock .funccont .ads { width: 100%; margin: 10px auto 0 auto;}
.funcblock .funccont .icon_bag a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
}
.funcblock .funccont .icon_bag a p{
	margin: 15px auto 10px auto;
	font-weight: bold;
	font-size: 0.8rem;
}
.funcblock .funccont .icon_bag a span{
	padding:0; margin: 0 auto;
	font-size: 0.75rem; color:#666;
	}
.funcblock .funccont .icon_bag a img {
	margin-bottom: 6px;
	height: 26px;
}

.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}

.user_topbtn {
	height: 20px; margin:0 0 0 15px;
}

/*202207*/
.bshadow {
	margin: 0 auto 10px auto;
	border-radius: 6px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 5%);
}
.user_pannel{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    border-bottom: 1px solid #eee;
}
.user_pannel .headimg {
	margin: 0 0 0 auto
}
.user_pannel svg {
	width: 14px; margin-left:10px;
}
.icon_goods div svg {
	width: 18px; margin-left:10px;
}
.user_pannel .headimg img {
	height: 50px;
    width: 50px;
	border:2px solid #ddd;
	border-radius: 50%;
}
.user_pannel .name p{
	font-size: 16px; margin:-5px auto 0 auto; color:#333;
} 
.user_pannel .name span{
	background: url(/public/icons/user_title_btnbg.png)  no-repeat; 
	background-size: 100% 100%;
	font-size: .6rem; margin:0 auto;
	padding: 2px 6px; text-align: center;
	color:#fff;
} 
.user_pannel .colle{
	position: absolute;
	right: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.9rem;
}
.user_pannel .colle img{
	height: 20px; margin-right:5px;
	display: block;
}
.user_pannel .colle span{ color:#ccc}

.h5ui-group {
	margin-bottom: 10px !important;
	margin-top: 20px;
}

/**/
.funcblock .px_panel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin: 10px auto;
} 
.funcblock .px_panel p{
	font-size: .7rem;
    color: #999; margin: 5px auto 0 auto;
}
.funcblock .px_panel h2{
	font-size: 1rem; color:#333;
}

.funcblock .funccont .icon_othbtn {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.funcblock .funccont .icon_othbtn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.funcblock .funccont .icon_othbtn a span{
	padding:0; margin: 0 auto;
	font-size: 0.75rem; color:#666;
	}
.funcblock .funccont .icon_othbtn a img {
	margin-bottom: 6px;
	height: 36px;
}

.funcblock .funccont .disnow{ color:#ccc !important; }
.funcblock .funccont .disnow span{ color:#ccc !important; }
.funcblock .funccont .disnow img { opacity: .3;}

#app {

}
.lfline { 
    width: 5px;
    border-radius: 4px;
    margin-right: 6px;
    margin-top: 3px;
    height: 17px;
    background: #fb999a;
    float: left;
}
.heal2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}
.heal2 a { width:49% }
.heal2 a img{ width:100% }
.manage {
	width: 96%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 12px auto 4px auto;
}
.manage a { width:49% }
.manage a img{ width:100% }
header.h5ui-bar .h5ui-bar_title {
    background: #fff; color:#333; font-size:16px; font-weight: bold;
}
header.h5ui-bar .h5ui-bar_item .h5ui-bar_arrow_left {
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
}
.btnmodi {
    border-radius: 22px;
    background: #1088de;
    color: #fff;
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
    margin: 20px auto;
}

.cancel_id {
    width: 100%;
    padding: 18px 4%;
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
    display: block;
    position: relative;
}
.cancel_id span{
	position: absolute;
	right: 6%;
	color: #ccc;
}
/*确定注销*/
.cancel_ok {
	position: fixed;
	background: rgba(0,0,0,0.5);
	width: 100%; height: 100%;
	left:0; top:0;
	z-index: 999;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
}
.cancel_ok .box {
    background: #fff;
    padding: 8%;
    font-size: 16px;
    color: #999;
    border-radius: 8px;
    width: 75%; margin-top: -150px;
    position: relative;
}
.cancel_ok h3{ 
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 20px;
    display: block;
    margin-top: 0;
 }
.cancel_ok span{
    text-align: center;
    width: 100%;
    margin: 20px auto;
    display: block;
}
.cancel_ok a {
    border-radius: 12px;
    background: #3183ff;
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px 40px;
    font-size: 18px;
}
.cancel_ok .box svg {
	position: absolute;
	top:6%; right:6%;
	width: 20px; height: 20px;
}

.prcview {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.prcview header{ 
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.prcview header span{ fon-size:14px; margin:0 auto; display:block; }
.prcview header svg { height:18px; margin-left:12px }
.prcview h3{
	font-size:18px; color:#333; margin:40px auto 10px auto; padding:0; 
}
.prcview>div {
	width: 100%;
	border-radius: 12px;
	padding: 20px 20px 80px 20px;
	overflow-y: scroll;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.prcview svg { 
    height: 26px;
    width: 26px;
	    position: absolute;
	    bottom: 17%;
    }
