@charset "UTF-8";

button {
	outline: 0;
}

body,
html {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: 100%;
	font: 1.2rem/2.0 Microsoft Yahei;
	font-family: -apple-system-font, "Microsoft Yahei", sans-serif;
	background: #fff;
	color: #464646;
	margin: 0;
	padding: 0;
}

dd,
dl,
dt,
li,
p,
ul,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

form,
img,
ul,
ol,
li,
dl,
dt,
dd,
em,
i,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0px;
	border: 0px;
	margin: 0px auto;
	list-style: none;
	font-style: normal;
}

/* img {
	vertical-align: top;
} */

ul {
	list-style: none;
}

img {
	height: auto;
	vertical-align: middle;
	object-fit: cover;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
}

a,
img {
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
}

b,
em,
i {
	font-style: normal;
}

h1,
h2,
h3 {
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: normal;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.overlay-content {
	position: relative;
	height: 100%;
	overflow: scroll;
}

.scrolling {
	-webkit-overflow-scrolling: touch;
}

/*清除浮动*/
.clear:after {
	content: "";
	display: table;
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}

/*字体大小*/



.f06 {
	font-size: 0.6rem !important;
	font-weight: 400
}

.f07 {
	font-size: 0.7rem !important;
	font-weight: 400
}

.f08 {
	font-size: 0.8rem !important;
	font-weight: 400
}

.f09 {
	font-size: 0.9rem !important;
	font-weight: 400
}

.f10 {
	font-size: 1.0rem !important;
	font-weight: 400
}

.f11 {
	font-size: 1.1rem !important;
	font-weight: 400
}

.f12 {
	font-size: 1.2rem !important;
	font-weight: 400
}

.f13 {
	font-size: 1.2rem !important;
	font-weight: 400
}

.f14 {
	font-size: 1.4rem !important;
	font-weight: 400
}

.f15 {
	font-size: 1.5rem !important;
	font-weight: 400
}

.f16 {
	font-size: 1.6rem !important;
	font-weight: 400
}

.f17 {
	font-size: 1.7rem !important;
	font-weight: 400
}

.f18 {
	font-size: 1.8rem !important;
	font-weight: 400
}

.f20 {
	font-size: 2.0rem !important;
	font-weight: 400
}

.f22 {
	font-size: 2.2rem !important;
	font-weight: 400
}

.f24 {
	font-size: 2.4rem !important;
	font-weight: 400
}

.f26 {
	font-size: 2.6rem !important;
	font-weight: 400
}

.f28 {
	font-size: 2.8rem !important;
	font-weight: 400
}

.f30 {
	font-size: 3.0rem !important;
	font-weight: 400
}

/*padding*/
.p0 {
	padding: 0 !important;
}

.p10 {
	padding: 10px !important;
}

.p15 {
	padding: 15px !important;
}

.ptb10 {
	padding: 10px 0 !important;
}

.plr10 {
	padding: 0 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.ht50 {
	height: 50px !important;
	clear: both;
	width: 100%
}

.ht60 {
	height: 60px !important;
	clear: both;
	width: 100%
}

.ht45 {
	height: 45px !important;
	clear: both;
	width: 100%
}

.ptb15 {
	padding: 15px 0 !important;
}

/*margin*/
.m0 {
	margin: 0 !important;
}

.m10 {
	margin: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.mtb10 {
	margin: 10px 0 !important;
}

.mlr10 {
	margin: 0 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb66 {
	margin-bottom: 66px !important;
}

.mt-1 {
	margin-top: -1px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mt20 {
	margin-top: 20px !important;
}

/*文字左中右对齐*/
.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

/*线条*/
.box1_tb {
	border-top: 1px #ececec solid;
	border-bottom: 1px #ececec solid;
}

/*移除伪类边框*/
.b-top:before,
.b-top {
	border-top: 0 !important;
}

.b-btm:after,
.b-btm {
	border-bottom: 0 !important;
}

.b-tb:before {
	border-top: 0 !important;
}

.b-tb:after {
	border-bottom: 0 !important;
}

/*左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*底部浮动导航*/
.weui-fixed-btm {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #D9D9D9;
	background: #fff;
	-webkit-box-sizing: border-box;
}

.weui-fixed-btm .weui-flex__item {
	text-align: center;
}

.weui-fixed-btm .weui-fixed-btn {
	padding: 15px 15px;
	display: block;
	border-right: 1px solid #D9D9D9;
}

/*按钮平分*/
.weui-list-btm {
	padding: 10px 5px;
}

.weui-list-btm .weui-flex__item {
	display: block;
	margin: 0 5px;
}

/***************项目样式分隔线********************/

@media only screen and (max-width:320px) and (min-width:280px) {
	html {
		font-size: 10px !important
	}
}

@media only screen and (max-width:360px) and (min-width:321px) {
	html {
		font-size: 11px !important
	}
}

@media only screen and (max-width:370px) and (min-width:361px) {
	html {
		font-size: 12px !important
	}
}

@media only screen and (max-width:410px) and (min-width:371px) {
	html {
		font-size: 13px !important
	}
}

@media only screen and (max-width:570px) and (min-width:411px) {
	html {
		font-size: 14px !important
	}
}

@media only screen and (max-width:640px) and (min-width:571px) {
	html {
		font-size: 15px !important
	}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 16px !important
	}
}

.claer {
	clear: both
}

/*顶部*/
.zyw-footer,
.zyw-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	left: 0
}

.zyw-header {
	top: 0;
	height: 45px;
	line-height: 45px;
	background: #e9312f url(../imgc/head-bg.png) no-repeat left top;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
}

.zyw-header img {
	height: 30px;
	margin: 0;
	width: 36px;
}

.zyw-header .txt {
	color: #fff;
	font-weight: bold;
}

.zyw-header .rightTitle {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.zyw-footer {
	bottom: 0;
	height: 50px;
	background: #fff;
	border-top: 1px solid #dedede;
}

/* .zyw-header .head-l{position:absolute;top:0;font-size:1.3rem;left:10px;color:#fec10a;height:45px;line-height:45px;font-weight:bold} */
.zyw-header .head-l {
	position: absolute;
	top: 0;
	font-size: 15px;
	left: 0;
	color: #fff;
	height: 45px;
	width: 40px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
}

.zyw-header .head-l img {
	height: 35px;
	float: left;
	margin-right: 10px;
	margin-top: 5px
}

.zyw-header .head-l a {
	font-size: 1.2rem;
	color: #FFF
}

.zyw-header .head-c {
	text-align: center;
	font-size: 1.3rem;
	margin: 0;
	line-height: 45px;
	color: #FFF;
	font-weight: bold;
	width: 80%;
	margin-left: 35px;
	height: 45px;
	overflow: hidden;
}

/* .zyw-header .head-r{position:absolute;top:0;font-size:1.1rem;right:10px;color:#FFF} */
.zyw-header .head-r {
	position: absolute;
	top: 0;
	font-size: 15px;
	right: 15px;
	/* right: 0; */
	color: #FFF;
}

.zyw-header .head-r a {
	font-size: 1.2rem;
	color: #FFF
}

.zyw-header h1 {
	text-align: center;
	font-size: 1.5rem;
	margin: 0;
	line-height: 45px
}

.zyw-footer p.navicon {
	margin: 0 auto;
	padding: 0;
	width: 1.8rem;
	height: 1.8rem;
	overflow: hidden;
}

.zyw-footer p.navicon img {
	width: 1.8rem;
	clear: both;
	display: block;
}

.zyw-footer .weui-this img {
	margin-top: -1.8rem;
}

.zyw-footer .weui-this span {
	color: #ed3128;
}

.zyw-footer>ul>li>a:visited,
.zyw-footer>ul>li>a:active,
.zyw-footer>ul>li>a:link {
	background: #fff;
}

.am-nav>li>a {
	padding: 0.3em 1em;
}

.zyw-footer i {
	display: block;
	clear: both;
	width: 100%;
}

.zyw-footer span {
	clear: both;
	width: 100%;
	display: block;
	height: 16px;
	overflow: hidden;
	line-height: 16px
}

.zyw-footer a {
	color: #707070;
}

/*图标导航*/
.pet_circle_nav {
	padding: 10px 0px 5px 0px;
	max-width: 100%;
}

.pet_circle_nav_list {
	max-width: 100%;
	overflow: hidden;
}

.pet_circle_nav_list li {
	width: 20%;
	float: left;
	margin-bottom: 0.5rem;
}

.pet_circle_nav_list li img {
	width: 2.5rem
}

.pet_circle_nav_list i {
	display: block;
	width: 100%;
	text-align: center;
}

.pet_circle_nav_list span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	height: 32px;
	line-height: 32px
}

/*9宫图图标导航3个*/
.pet_circle_nav3 {
	padding: 0px 0px 10px 0px;
	max-width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 10px
}

.pet_circle_nav_list33 {
	max-width: 100%;
	overflow: hidden;
}

.pet_circle_nav_list33 li {
	width: 33.33333%;
	float: left;
	padding: 6px 0px 10px 0px;
	border-right: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid
}

.pet_circle_nav_list33 li img {
	width: 45%
}

.pet_circle_nav_list33 i {
	display: block;
	width: 100%;
	text-align: center;
}

.pet_circle_nav_list33 span {
	display: block;
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 13px
}

.pet_circle_nav_list33 li:nth-child(1),
.pet_circle_nav_list33 li:nth-child(2),
.pet_circle_nav_list33 li:nth-child(3) {
	border-top: 1px solid #f1f1f1;
}


/*容器图片*/
.am-u-sm-1-img {
	padding-right: 10px
}

.am-u-sm-1-img img {
	width: 26px;
	float: left;
	margin-top: 0.6rem
}

.am-u-sm-2-img {
	padding-right: 10px
}

.am-u-sm-2-img img {
	width: 4.0rem;
	height: 4.0rem;
	float: left;
	margin-top: 0.6rem
}

/*容器元素*/
.box-em-span {
	clear: both;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 0.8rem;
	height: 2.0rem
}

.box-em-span em {
	float: left;
	color: #979797
}

.box-em-span span {
	float: right;
	height: 1.4rem;
	line-height: 1.4rem;
	margin: 0px;
	padding: 1px 5px 0px 5px
}

.box-img1 img {
	width: 100%
}

.box1-em {
	clear: both;
	overflow: hidden;
	float: left;
	width: 100%;
	line-height: 1.0rem;
	line-height: 1.0rem;
	margin-top: 0.7rem
}

.box1-em em {
	float: left;
	color: #979797
}

.box1-em b {
	font-weight: 400;
	font-size: 0.8rem
}

.box1-em i {
	padding-top: 2px;
}

/*容器边框*/
.am-list-b1 li {
	border-bottom: 1px #dedede solid;
	clear: both;
	padding: 1.0rem 0.5rem 1.0rem 0.5rem;
}

.am-list-rs5 {
	border-radius: 5px;
}

/*更多加载*/
.w70-more {
	background: #f4f4f4;
	border-radius: 20px;
	text-align: center;
	font-size: 1.0rem;
	height: 2.2rem;
	line-height: 2.2rem;
	width: 50%;
	border: 0px;
	margin: 0px auto;
	list-style: none;
	font-style: normal;
	clear: both;
	margin-top: 1.5rem;
	margin-bottom: 1.0rem
}

.w90-more {
	background: #f4f4f4;
	border-radius: 5px;
	padding: 5px 50px;
	font-size: 1.0rem;
	height: 24px;
	line-height: 24px;
	width: 90px;
	border: 0px;
	margin: 0px auto;
	list-style: none;
	font-style: normal;
}

/*按钮属性*/
.am-btn-c1 {
	background: #ed3128
}

.am-btn-xx {
	font-size: 0.9rem
}

/*列表标题*/
.weui-panel__m1 {
	padding: 0px 0px 0px 0px;
	color: #000;
	font-size: 1.2rem;
	position: relative;
	clear: both;
	overflow: hidden;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
	height: 4.0rem;
	line-height: 4.0rem
}

.weui-panel__m1 ul {
	float: left;
	width: 50%;
	font-weight: bold;
	padding-left: 15px
}

.weui-panel__m1 ol {
	float: right;
	width: 70px;
	color: #ababab;
	text-align: center;
	padding-right: 15px;
	font-size: 0.8rem;
	text-align: right
}

.weui-panel__m1 ol a i {
	color: #ababab
}

.weui-panel__m1 ul i {
	color: #ed3128;
	font-size: 1.5rem;
	margin-right: 4px;
	float: left;
	margin-top: -1px
}

.weui-panel__m1x {
	font-size: 1.0rem;
	font-weight: 400;
	height: 4.0rem;
	line-height: 4.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	border-top: 0px #dedede solid;
}

.weui-panel__m1x ul i {
	color: #ed3128;
	font-size: 1.0rem;
}

.weui-panel__m2 {
	padding: 0px 0px 0px 0px;
	color: #000;
	position: relative;
	clear: both;
	overflow: hidden;
	border-bottom: 1px #dedede solid;
	height: 4.0rem;
	font-size: 1.1rem
}

.weui-panel__m2 h1 {
	color: #c53d3d;
	font-size: 1.0rem;
	float: left
}

.weui-panel__m2 h2 {
	color: #5eb95e;
	font-size: 1.0rem;
	float: left
}

.weui-panel__m2 em {
	font-size: 1.0rem;
	float: left;
	margin-right: 0.5rem
}

.weui-panel__m2 i {
	font-size: 0.8rem;
	float: left;
	margin-top: 1px
}

.weui-panel__m2 a {
	padding: 0px 8px 0px 10px;
	float: left;
	height: 2.0rem;
	line-height: 2.0rem;
	margin-top: 1.0rem
}

.weui-panel__m3 {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 3.0rem;
	height: 3.0rem;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	border-bottom: 1px #ececec solid;
}

.weui-panel__m3 .weui_info {
	float: right;
	color: #767676;
}


/*列表*/
.ali-list {
	width: 100%;
	overflow: hidden;
	;
}

.ali-list li {
	width: 100%;
	overflow: hidden;
	height: 2.5rem;
	line-height: 2.5rem
}

.ali-list .am-u-sm-7 {
	text-align: right
}

.ali-list .am-u-sm-8 {
	text-align: right
}

.ali-list .am-u-sm-9 {
	text-align: right
}

.ali-list i {
	padding-right: 2px;
	color: #a4a4a4
}

.ali-list b {
	font-weight: 400;
	font-size: 0.8rem
}

.ali-list span {
	font-size: 1.0rem;
	font-weight: 400;
	padding: 3px 5px 1px 5px;
	margin: 0px 2px
}

.ali-dati {
	width: 100%;
	overflow: hidden;
}

.ali-dati li {
	width: 100%;
	overflow: hidden;
	height: 3.2rem;
	line-height: 3.2rem
}

.ali-dati .am-u-sm-7 {
	text-align: right
}

.ali-dati i {
	padding-right: 2px;
	color: #a4a4a4
}

.ali-dati b {
	font-weight: 400;
	font-size: 1.0rem
}

.ali-dati span {
	font-size: 1.0rem;
	font-weight: 400;
	margin-right: 5px;
	padding: 4px 5px 2px 5px;
}

.ali-dati ol {
	width: 100%;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
}

.ali-timu {
	width: 100%;
	overflow: hidden;
}

.ali-timu li {
	width: 100%;
	overflow: hidden;
	padding: 8px 10px 8px 10px;
	font-size: 1.1rem;
}

.ali-timu input {
	float: left;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 5px
}

.ali-timu button {
	font-size: 1.2rem
}

.ali-tian span {
	font-size: 1.0rem;
	margin-left: 3px;
	background: #FFF;
	color: #ed3128;
	border-radius: 5px;
	padding: 2px 5px
}

.ks_an {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 3.0rem;
	line-height: 3.0rem;
	;
	background: #fff5f4;
	;
	border: 1px #dedede solid;
	border-top: 0px;
	font-size: 0.8rem
}

.ks_an span {
	float: left;
	margin-left: 1.0rem;
	margin-right: 1.0rem
}

.ks_an b {
	font-size: 14px
}

.ks_an .icon-1 {
	color: #469500;
	font-size: 1.0rem;
	font-weight: bold
}

.ks_an .icon-2 {
	color: #F00;
	font-size: 1.0rem;
	font-weight: bold
}


.ks_more {
	width: 100%;
	overflow: hidden;
	clear: both
}

.ks_more span {
	text-align: center;
	display: block;
	margin: 2% 0px 0px 1%;
	float: left;
	width: 9%;
}

.ks_more span a {
	display: block;
	border: 1px #d5d5d5 solid;
	border-radius: 3px;
	background: #FFF;
	color: #000;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1.0rem
}

.ks_more span a:hover {
	display: block;
	border: 1px #009688 solid;
	border-radius: 3px;
	background: #009688;
	color: #FFF
}

.ks_more .ks_this a {
	border-radius: 3px;
	background: #2f4056;
	color: #FFF;
	border: 1px #2f4056 solid;
}

.ks_zt {
	clear: both;
	width: 100%;
	background: #e9f5e9;
	overflow: hidden;
	margin-top: 1.0rem;
}

.ks_zt span {
	float: left;
	margin: 0.5rem 0px 0.5rem 0.5rem;
	font-size: 1.0rem;
	padding: 0.3rem 0.5rem 0.2rem 0.5rem;
	font-weight: 400
}


/*图片容器*/
.ak1-img {
	width: 100%;
	clear: both;
	overflow: hidden
}

.ak1-img div {
	height: 4.8rem;
	margin-top: 12px
}

.ak1-img img {
	width: 100%;
	height: 4.5rem;
}

/*按钮*/
/* .weui-uploader__input-box {
	position: relative;
	margin-bottom: 2.0rem;
	width: 100%;
	height: 2.0rem;
	line-height: 2.0rem;
	border: 0px solid #d9d9d9;
	margin: 0 auto;
	margin-top: 0.5rem;
	background: #e6e6e6;
	font-size: 1.0rem;
	text-align: center
} */

/* .weui-uploader__input-box:after,
.weui-uploader__input-box:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #d9d9d9
} */
/* 
.weui-uploader__input-box:active:after,
.weui-uploader__input-box:active:before {
	background-color: #999
} */

/* .weui-uploader__input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: transparent
} */

/*会员中心*/
.uchome-info {
	height: 12.0rem;
	background: #8d8c9e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d8c9e), color-stop(100%, #f2c9c7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #8d8c9e 0%, #f2c9c7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d8c9e', endColorstr='#f2c9c7', GradientType=0);
	/* IE6-9 */
	overflow: hidden
}

.uchome-info-uimg {
	width: 20%;
	float: left;
	display: inline;
}

.uchome-info-uimg img {
	width: 8.0rem;
	height: 8.0rem;
	border: solid 5px #cbb8c1;
	border-radius: 150px;
	margin: 2.0rem 0px 0px 2.0rem
}

.uchome-info-uinfo {
	width: 60%;
	float: right;
	display: inline;
	color: #ffffff;
	padding-top: 1.5rem;
}

.uchome-info-uinfo p {
	font-size: 1.0rem;
	clear: both;
	width: 100%;
	height: 2.1rem;
	line-height: 2.1rem;
	overflow: hidden;
}

.uchome-info-uinfo i {
	margin-right: 3px;
	font-size: 0.9rem;
	height: 2.1rem;
	line-height: 2.1rem;
}

.uchome-nav {
	height: 70px;
	line-height: 70px;
	font-size: 1.0rem;
	background: #333333;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.uchome-nav a {
	color: #FFFFFF
}

.uchome-apps {
	padding: 8px 4px;
	background-color: #f7f8f8
}

.uchome-apps-ul li {
	text-align: center;
	padding: 5px;
}

.uchome-apps-ul li a {
	display: block;
	width: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #D5D2D2;
	background-color: #fff
}

.uchome-apps-ul li p {
	margin: 0px 0px;
}

.uchome-apps-ul li p.imgp {
	height: 66px;
	width: 66px;
	margin: 26px auto 10px auto
}

.uchome-apps-ul li p.namep {
	font-size: 1.0rem;
	color: #333333;
	margin: 8px
}

.uchome-apps-ul li p.lastp {
	font-size: 1.0rem;
	color: #888888;
	margin-bottom: 20px
}

.cart-panel {
	padding: 18px 20px;
	background: #f7f8f8
}

.cart-list-panel {
	padding: 0 20px;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #D5D2D2;
	background-color: #fff
}

.cart-panel-ul>li {
	height: 260px;
	border-bottom: solid 1px #e5e5e5;
	clear: both
}

.cart-panel-ul>li:last-of-type {
	border-bottom: none;
}

.cart-panel-ul>li .imgpanel {
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	padding: 15px;
}

.cart-panel-ul>li .infopanel {
	width: auto;
	float: left;
	padding-top: 35px
}

.cart-panel-ul>li .infopanel h3 {
	font-size: 1.0rem;
	color: #333;
	margin-bottom: 1rem
}

.cart-panel-ul>li .infopanel h3 a {
	color: #333
}

.cart-panel-ul>li .infopanel p {
	font-size: 1.0rem;
	color: #888888;
	margin: 0.5rem
}

.cart_foot {
	font-size: 24px;
	line-height: 70px;
	background-color: #fff
}

.cart-tool {
	padding: 0.5rem;
	text-align: right
}

.user_z li {
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 1.0rem;
	border-bottom: 1px solid #e7e7e7;
	padding: 0.5rem 0px
}

.user_z span {
	float: left;
	width: 20%;
	display: block
}

.user_z b {
	float: left;
	font-weight: 400;
	color: #000;
	width: 80%;
	display: block
}

.ax-accordion-content i {
	font-size: 0.9rem;
	padding-right: 2px
}

.ax-accordion-content {
	margin-top: 0;
	padding: 0rem 1rem 1.2rem 1rem;
	font-size: 1.4rem
}

.user-ying {
	padding: 1rem 1rem 0 1rem;
}

.user-ying a {
	padding: 1.0rem 0px
}

.user-ying i {
	font-size: 3.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	display: block;
	clear: both
}

.user-ying span {
	display: block;
	font-size: 1.0rem;
	height: 2.0rem;
	line-height: 2.0rem
}

.user-iconfont1 {
	color: #ff7200
}

.user-iconfont2 {
	color: #069b5c
}

.user-iconfont3 {
	color: #F00
}


/* 评论 */
.pet_comment_list {
	width: 100%;
}

.pet_comment_list_wap {
	background: #fff;
	padding: 0 1.0rem;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pet_comment_list_title {
	position: relative;
	font-weight: bold;
	color: #222;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav {
	padding: 0 10px;
	background: none;
	border-radius: 20px;
	width: 140px;
	height: 30px;
	border: 1px solid #f1f1f1;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav li {
	padding-top: 6px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav>.am-active a {
	padding: 0 5px;
	background: none;
	color: #979797;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav a {
	padding: 0 5px;
	border-right: 1px solid #f1f1f1;
	background: none;
	color: #cacaca;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.pet_comment_list_title_tab {
	position: absolute;
	display: inline-block;
	float: right;
	right: 18px;
	top: 16px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav li:last-child a {
	border: none;
}

.pet_comment_list_tab {
	margin: 0;
}

.pet_comment_list_tab .am-tabs-bd {
	border: none;
}

.pet_comment_list_tab .am-tab-panel {
	padding: 0;
}

.pet_comment_list_block {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}

.pet_comment_list_block_l {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.pet_comment_list_block_l img {
	width: 100%;
}

.pet_comment_list_block_r {
	position: relative;
	margin-left: 65px;
}

.pet_comment_list_block_r_info {
	color: #222;
	font-size: 18px;
}

.pet_comment_list_block_r_text {
	color: #222;
	font-size: 14px;
}

.pet_comment_list_block_r_text span {
	color: #ff5656;
	padding-right: 5px;
}

.pet_comment_list_block_r_bottom {
	font-size: 14px;
	color: #757575;
	padding-top: 5px;
}

.pet_comment_list_bottom_info_l {
	position: relative;
	float: left;
}

.pet_comment_list_bottom_info_r {
	position: relative;
	text-align: right;
}

.pet_comment_list_bottom_info_r span {
	display: inline-block;
	padding-right: 8px;
	padding-left: 3px;
}

.pet_pl_list .pet_comment_list_block:last-child {
	border: none;
}

/***积分排行***/
.my-article-hd {
	clear: both;
	overflow: hidden
}

.my-list-border .jf1 {
	background: #dd514c;
	color: #FFF
}

.my-list-border .jf2 {
	background: #f37b1d;
	color: #FFF
}

.my-list-border .jf3 {
	background: #e99c6a;
	color: #FFF
}

.my-list-border span {
	margin-right: 0.5rem
}

.user_info_img {
	margin-left: 0.5rem;
	margin-right: 0.2rem;
}

.my-list-fmu {
	font-size: 1.2rem;
	font-weight: normal
}

.my-list-fenlei a {
	float: left;
	padding-left: 0.8rem;
	font-size: 1.1rem;
}

.user_info_r i {
	font-size: 1.5rem;
	color: #bcbcbc;
	margin-top: 1.0rem;
	float: right
}

.user_info_l {
	padding-left: 1.0rem
}

.pet_xt_list {
	border-bottom: 1px #dedede solid;
	clear: both
}

/**********************初始化设置页面空白************************/
.weui-mask_transparent {
	background: #fff;
}

.weui-cells {
	margin-top: 1rem;
	font-size: 1.1rem;
}

.weui-cell_access .weui-cell__ft {
	font-size: 1rem;
}

.weui-select,
.weui-input,
.weui-textarea {
	color: #999;
}

.weizhi {
	width: 20px;
	margin-right: 5px;
}

.red {
	color: #ff0000;
}

.default {
	color: #e6e6e6;
}

.primary {
	color: #0e90d2
}

.secondary {
	color: #3bb4f2;
}

.success {
	color: #5eb95e;
}

.warning {
	color: #F37B1D;
}

.danger {
	color: #dd514c;
}

/**************************话题***************************/
.bommontsend {
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: #ccc;
	line-height: 40px;
	text-align: center;
	opacity: 0.8;
	z-index: 9999;
	border-radius: 50%;
}

.bommontsend a {
	display: block;
	width: 100%;
	height: 100%;
}

.bommontsend a i {
	font-size: 1.6rem;
	color: #ff0000;
}

.am-offcanvas-content {
	padding: 0;
}

.am-offcanvas-content a {
	color: #ccc;
	display: block;
	width: 100%;
}

.am-offcanvas-content li {
	line-height: 35px;
	padding: 0 15px;
	border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #242424;
}

/**************************组织架构***************************/
.zzjiagou_bti {
	padding: 10px 15px;
}

/*
* Tencent is pleased to support the open source community by making WeUI available.
* 
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
* 
* Licensed under the MIT License (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* 
*       http://opensource.org/licenses/MIT
* 
* Unless required by applicable law or agreed to in writing, software distributed under the License is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*/

@import "../../base/fn";

.weui-half-screen-dialog {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	z-index: 5000;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
}

.weui-half-screen-dialog__hd {
	font-size: 8px;
	height: 5em;
	display: flex;
	align-items: center;
}

.weui-half-screen-dialog__hd .weui-half-screen-dialog__hd__main {
	text-align: center;
    width: 60%;
}

.weui-half-screen-dialog__hd .weui-half-screen-dialog__hd__side {
	text-align: center;
    width: 20%;
}

/* [class*=" weui-icon-"],
[class^=weui-icon-] {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 weui;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
} */

.weui-half-screen-dialog__hd .weui-half-screen-dialog__title {
	display: block;
	color: rgba(0, 0, 0, .9);
	font-weight: 700;
	font-size: 15px;
}

.weui-half-screen-dialog__hd .weui-half-screen-dialog__subtitle {
	display: block;
	color: rgba(0, 0, 0, .5);
	font-size: 10px;
}

.weui-half-screen-dialog__hd .weui-half-screen-dialog__bd {
	overflow-y: auto;
}

.weui-half-screen-dialog__desc {
	padding-top: 4px;
	font-size: 17px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9);
	line-height: 1.4;
}

.weui-half-screen-dialog__tips {
	padding-top: 16px;
	font-size: 14px;
	color: rgba(0, 0, 0, .3);
	line-height: 1.4;
}

.weui-half-screen-dialog__ft {
	padding: 10px 24px 10px;
	text-align: center
}

.weui-icon-btn {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	border: 0;
	outline: 0;
	font-size: 0;
}


.weui-icon-btn_goback {
	width: 12px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E  %3Cg fill='none' fill-rule='evenodd' transform='translate(-16 -20)'%3E    %3Cpath fill='%23FFF' d='M0 12C0 5.373 5.367 0 12 0h390c6.628 0 12 5.374 12 12v52H0V12z'/%3E    %3Cpath fill='%23000' fill-opacity='.9' d='M26 39.438L24.955 40.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42l7.666-7.79L26 24.563 18.682 32 26 39.438z'/%3E  %3C/g%3E%3C/svg%3E");
}

.weui-icon-btn_close {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Cpath id='33cf2e7b-22e9-42d7-9c56-a9f4a4e03565-a' d='M8 6.943L1.807.75.75 1.807 6.943 8 .75 14.193l1.057 1.057L8 9.057l6.193 6.193 1.057-1.057L9.057 8l6.193-6.193L14.193.75z'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd' transform='translate(-16 -20)'%3E    %3Cpath fill='%23FFF' d='M0 12C0 5.373 5.367 0 12 0h390c6.628 0 12 5.374 12 12v52H0V12z'/%3E    %3Cuse fill='%23000' fill-opacity='.9' transform='translate(20 24)' xlink:href='%2333cf2e7b-22e9-42d7-9c56-a9f4a4e03565-a'/%3E  %3C/g%3E%3C/svg%3E");
}

.weui-icon-btn_more {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cg fill='none' fill-rule='evenodd' transform='translate(-374 -20)'%3E    %3Cpath fill='%23FFF' d='M0 12C0 5.373 5.367 0 12 0h390c6.628 0 12 5.374 12 12v52H0V12z'/%3E    %3Cpath fill='%23000' fill-opacity='.9' d='M380.75 32a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0zm5.25-1.75a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z'/%3E  %3C/g%3E%3C/svg%3E");
}

