.mui-bar-nav span {
	color: #E3211F;
	float: right;
	line-height: 44px;
	font-size: 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mask {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.34);
	left: 0;
	bottom: 0;
	z-index: 999
}

.mui-bar-nav span.iconfont {
	color: #777777;
	float: right;
	line-height: 44px;
	font-size: 20px;
}

.main_head {
	width: 100%;
	height: 149px;
	overflow: hidden;
	background: url(../img/main_1.jpg) no-repeat;
	background-size: 100% 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

.main_head a {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	float: left;
}

.main_headbox {
	width: 72%;
	float: left;
	height: 35px;
	background: white;
	border-radius: 25px;
	padding: 0 15px;
	top: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.main_headbox i {
	font-size: 18px;
	color: #9ca7b0;
	float: left;
	line-height: 35px;
}

.main_headbox input {
	display: block;
	float: left;
	border: 0;
	width: 86%;
	height: 35px;
}

.main_head span {
	color: #fff;
	float: right;
	line-height: 44px;
	font-size: 24px;
}

.main_nav {
	width: calc(100% - 30px);
	height: auto;
	position: relative;
	top: -65px;
	left: 15px;
	box-shadow: 0px 6px 3px #d2d2d2;
}

.main_nav img {
	width: 100%;
}

.main_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	margin-top: -65px;
}

.main_cont ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.main_cont ul li {
	display: block;
	width: calc(100% / 3);
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 25px;
}

.main_cont ul li div {
	display: block;
	width: 50px;
	height: 52px;
	background: url(../img/main_3.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.main_cont ul li i {
	display: block;
	font-size: 23px;
	color: white;
	text-align: center;
	line-height: 52px;
}

.main_cont ul li:nth-child(2) div {
	background: url(../img/main_4.png) no-repeat;
	background-size: 100% 100%;
}

.main_cont ul li:nth-child(3) div {
	background: url(../img/main_5.png) no-repeat;
	background-size: 100% 100%;
}

.main_cont ul li:nth-child(4) div {
	background: url(../img/main_6.png) no-repeat;
	background-size: 100% 100%;
}

.main_cont ul li:nth-child(5) div {
	background: url(../img/main_7.png) no-repeat;
	background-size: 100% 100%;
}

.main_cont ul li:nth-child(6) div {
	background: url(../img/main_8.png) no-repeat;
	background-size: 100% 100%;
}

.main_cont ul li p {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 8px;
}

.main_company {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 10px #f5f5f5 solid;
	padding: 15px;
}

.main_company img {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
}

.main_company_left {
	width: calc(100% - 96px);
	float: left;
	overflow: hidden;
	padding-left: 10px;
}

.main_company_left p {
	font-size: 15px;
	color: #333;
	line-height: 15px;
}

.main_company_left p img {
	display: inline-block;
	width: auto;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

.main_company_left span {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main_company_right {
	width: 46px;
	float: right;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}

.main_company_right p {
	font-size: 12px;
}

.main_company_right i {
	display: block;
	text-align: center;
	color: #4d88ff;
}

.main_company_right:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #eee;
	left: 0;
	top: 5px;
}

.main_tui {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 10px;
}

.main_tui_top {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_tui_top i {
	color: #e3211f;
	float: left;
	font-size: 18px;
	line-height: 21px;
}

.main_tui_top p {
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 21px;
	margin-left: 5px;
}

.main_tui ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_tui ul li {
	display: block;
	width: calc(25% - 9px);
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}

.main_tui ul li:nth-child(1) {
	margin-left: 0;
}

.main_tui ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.main_tui ul li p {
	font-size: 13px;
	color: #333;
	text-align: center;
	margin-top: 5px;
}



#main_goods{
	
	margin-top: 10px;
}


.main_sale {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 10px #f5f5f5 solid;
	padding: 15px;
	position: relative;
}
.main_sale img {
	display: block;
	width: 100%;
	height: auto;
}
.main_sale>span{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 44px;
	margin-right: 10px;
	font-size: 12px;
	color: #999;
}
.main_sale>span i{
	font-size: 12px;
}
.main_sale ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_sale ul li {
	width: calc(33.3% - 10px);
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.main_sale ul li:nth-child(1) {
	margin-left: 0;
}

.main_sale ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.main_sale ul li p {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_sale  li .sale_bottom{
	
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 6px;
	
}

.main_sale  li .sale_bottom .price{
	
	float: left;
	color: #E3211F;
	font-size: 18px
	
}

.main_sale  li .sale_bottom .price i{
	color: #E3211F;
	font-style: normal;
 font-size: 12px	
}


.main_sale  li .sale_bottom  span{
	float: right;
	line-height: 20px;
	text-decoration: line-through;
}


.main_sale ul li span {
	display: block;
	font-size: 12px;
	color: #999;
}









.main_sale2 img {
	display: block;
	width: 100%;
	height: auto;
}

.main_sale2 span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 44px;
	margin-right: 10px;
	font-size: 12px;
	color: #999;
}

.main_sale2 span i {
	font-size: 12px;
}

.main_sale2 ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_sale2 .swiper-wrapper {
	/*width: calc(33.3% - 10px);
	float: left;
	margin-left: 15px;
	margin-top: 15px;*/
}



.main_sale2 .swiper-wrapper  img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.main_sale2  .swiper-slide p {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_sale2  .sale_bottom {
	position: relative;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.main_sale2  .sale_bottom .price {
	float: left;
	color: #E3211F;
	font-size: 18px
}

.main_sale2   .sale_bottom .price i {
	color: #E3211F;
	font-style: normal;
	font-size: 12px
}  

.main_sale2  .sale_bottom span {
	float: right;
	line-height: 20px;
	text-decoration: line-through;
}

.main_sale2 .swiper-wrapper  span {
	display: block;
	font-size: 12px;
	color: #999;
}





.main_like {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	border-top: 10px #f5f5f5 solid;
}

.main_like img {
	display: block;
	width: 100%;
	height: auto;
}

.main_like ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_like ul li {
	display: block;
	width: calc(50% - 7.5px);
	height: auto;
	float: left;
	margin-top: 15px;
}

.main_like.main_like2 ul li {
	display: block;
	width: calc(50% - 3px);
	height: auto;
	float: left;
	margin-top: 15px;
}

.main_like ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.main_like ul li:nth-child(2n) {
	float: right;
}

.main_like ul li p {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
}

.main_like li .sale_bottom {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.main_like li .sale_bottom .price {
	float: left;
	color: #E3211F;
	font-size: 18px
}

.main_like li .sale_bottom .price i {
	color: #E3211F;
	font-style: normal;
	font-size: 12px
}

.main_like li .sale_bottom span {
	float: right;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #999;
}


/*搜索*/

.search_box {
	width: 72%;
	float: left;
	height: 35px;
	background: #F6F6F6;
	border-radius: 25px;
	padding: 0 15px;
	top: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.search_box i {
	font-size: 18px;
	color: #9ca7b0;
	float: left;
	line-height: 35px;
}

.search_box input {
	display: block;
	float: left;
	border: 0;
	width: 86%;
	height: 35px;
	background: none;
}

.search h5 {
	font-size: 16px;
	color: #000000;
	padding: 15px;
}

.search ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.search ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.search ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	float: left;
}

.search ul li i {
	color: #B4B4B4;
	display: block;
	float: left;
	margin-left: 35px;
	font-size: 14px;
	line-height: 30px;
}

.searchList ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.searchList ul li {
	display: block;
	width: calc(50% - 7.5px);
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}

.searchList ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.searchList ul li:nth-child(2n) {
	float: right;
}

.searchList ul li p {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
}


/*刀圈*/

#segmentedControlContents ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#segmentedControlContents ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-right: 15px;
	border-bottom: 1px #f4f4f4 solid;
}

.cate_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cate_box p {
	float: left;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}

.cate_box span {
	display: block;
	float: right;
	color: #999999;
	font-size: 12px;
	line-height: 40px;
}

.cate_box span i {
	color: #999;
	line-height: 40px;
	margin-left: 5px;
}

#segmentedControlContents ul li ul li {
	padding: 0;
	width: calc(100% / 3);
	height: auto;
	float: left;
	border-bottom: 0;
}

#segmentedControlContents ul li ul li img {
	display: block;
	width: 60px;
	height: 60px;
}

#segmentedControlContents ul li ul li p {
	font-size: 14px;
	color: #000;
	margin: 10px 0;
}


/*分类列表*/

.cateList_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #E1E1E1 solid;
	height: 44px;
	position: fixed;
	top: 64px;
	z-index: 98;
	background: white;
}

.cateList_top li {
	width: calc(100% / 3);
	height: auto;
	overflow: hidden;
	float: left;
}

.cateList_top li p {
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 44px;
}

.cateList_top li p i {
	display: inline-block;
	font-size: 13px;
	color: #333;
	margin-left: 4px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cateList_top .act p {
	color: #E3211F;
}

.cateList_top li.up p i {
	transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cateList_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	margin-top: 45px;
}

.cateList_list li {
	display: block;
	width: calc(50% - 5px);
	height: auto;
	float: left;
}
.cateList_list li .img{
	
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.cateList_list li:nth-child(2n) {
	float: right;
}

.cateList_list li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}

.cateList_list li p {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
}

.cateList_list li .sale_bottom {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.cateList_list li .sale_bottom .price {
	float: left;
	color: #E3211F;
	font-size: 18px
}

.cateList_list li .sale_bottom .price i {
	color: #E3211F;
	font-style: normal;
	font-size: 12px
}

.cateList_list li .sale_bottom span {
	float: right;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #999;
}










.popover_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 97;
	display: none;
}

.popover_cont {
	width: 100%;
	height: 70%;
	background: white;
	position: fixed;
	top: 64px;
	left: 0;
	z-index: 100;
	display: none;
}

.popover_brand {
	width: 100%;
	height: auto;
	background: white;
	overflow: hidden;
	position: fixed;
	top: 108px;
	left: 0;
	z-index: 100;
	display: none;
}

.popover_brand ul {
	width: 100%;
	height: auto;
	padding: 15px 0 30px 0;
	overflow: hidden;
}

.popover_brand ul li {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	font-size: 12px;
	color: #666666;
	line-height: 25px;
	border: 1px #EEEEEE solid;
	border-radius: 25px;
	margin-top: 15px;
	margin-left: 15px;
}

.popover_brand ul .act {
	background: #E3211F;
	border: 1px #E3211F solid;
	color: white;
}

.popover_quality {
	width: 100%;
	height: auto;
	background: white;
	overflow: hidden;
	position: fixed;
	top: 108px;
	left: 0;
	z-index: 100;
	display: none;
}

.popover_quality ul {
	width: 100%;
	height: auto;
	padding: 15px 0 30px 0;
	overflow: hidden;
}

.popover_quality ul li {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	font-size: 12px;
	color: #666666;
	line-height: 25px;
	border: 1px #EEEEEE solid;
	border-radius: 25px;
	margin-top: 15px;
	margin-left: 15px;
}

.popover_quality ul .act {
	background: #E3211F;
	border: 1px #E3211F solid;
	color: white;
}

.popover_para {
	width: 100%;
	height: auto;
	background: white;
	overflow: hidden;
	position: fixed;
	top: 108px;
	left: 0;
	z-index: 100;
	display: none;
	padding: 15px;
}

.popover_para_top {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.popover_para_top p {
	display: inline-block;
	width: 75px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	background: #E3211F;
	border: 1px #E3211F solid;
	color: white;
	border-radius: 25px;
}

.popover_para_cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}

.popover_para_cont p {
	font-size: 14px;
	color: #333333;
}

.popover_para_cont div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.popover_para_cont div input {
	display: block;
	width: 89px;
	height: 25px;
	border: 1px #EEEEEE solid;
	font-size: 12px;
	text-align: center;
	padding: 0;
	border-radius: 25px;
	float: left;
}

.popover_para_cont div span {
	line-height: 25px;
	display: block;
	float: left;
	color: #999999;
	margin: 0 10px;
}

.popover_para input[type=button] {
	display: block;
	width: 100%;
	height: 35px;
	background: #E3211F;
	border: 0;
	border-radius: 25px;
	margin-top: 50px;
	font-size: 15px;
	color: white;
	margin-bottom: 10px;
}


/*商品详情*/

.good .swiper-slide img {
	width: 100%;
}

.good_desc {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 15px 10px 15px;
	border-bottom: 10px #F5F5F5 solid;
}

.good_desc_left {
	width: calc(100% - 50px);
	height: auto;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

.good_desc_left p {
	font-size: 15px;
	color: #333;
	font-weight: 500
}

.good_desc_left p span {
	color: #E3211F;
}

.good_desc_right {
	width: 50px;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
}

.good_desc_right:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 21px;
	background: #EEEEEE;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.good_desc_right i {
	font-size: 16px;
	color: #666;
	display: block;
	text-align: center;
}

.good_desc_right p {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.good_desc_money {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.good_desc_money p {
	font-size: 16px;
	color: #E3211F;
	font-weight: bold;
	margin-top: 8px;
}

.good_desc_money p b {
	font-size: 12px;
	color: #E3211F;
}

.good_desc_money2 p span {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	font-weight: normal;
	text-decoration: line-through;
}

.good_desc_money p span {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	font-weight: normal;
}

.good_desc_money p m {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	font-weight: normal;
}

.good_desc_info {
	height: 20px;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.good_desc_info span {
	color: #999;
}

.good_choose {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	border-bottom: 10px #F5F5F5 solid;
}

.good_choose li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #EEEEEE solid;
	padding: 10px 0;
}

.good_choose li:nth-last-child(1) {
	border-bottom: 0;
}

.good_choose li p {
	font-size: 15px;
	float: left;
	color: #666666;
	line-height: 25px;
}

.good_choose li i {
	font-size: 14px;
	color: #999;
	float: right;
	line-height: 25px;
}

.good_choose li span {
	display: block;
	font-size: 15px;
	margin-left: 10px;
	line-height: 25px;
	color: #333;
	float: left;
}

.good_comment {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	border-bottom: 10px #F5F5F5 solid;
}

.good_comment_top {
	width: 100%;
	height: auto;
	padding: 10px 0;
	overflow: hidden;
}

.good_comment_top p {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
}

.good_comment_top p m {
	color: #999999;
	font-size: 15px;
	line-height: 25px;
}

.good_comment_top p span {
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 25px;
}

.good_comment_top p span i {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.good_comment ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.good_comment ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.good_comment ul li img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
}

.good_comment_main {
	width: calc(100% - 40px);
	height: auto;
	overflow: hidden;
	padding-left: 10px;
}

.good_comment_user {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.good_comment_user p {
	color: #4C6F90;
	font-size: 15px;
	float: left;
	line-height: 25px;
}

.good_comment_box {
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
}

.good_comment_box i {
	font-size: 16px;
	color: #D0D0D0;
	line-height: 25px;
}

.good_comment_box i.act {
	color: #FF9600;
}

.good_comment_user span {
	display: block;
	font-size: 12px;
	color: #999999;
	clear: both;
}

.good_comment_user m {
	color: #000000;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.good_comment_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.good_comment ul li .good_comment_img img {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 0;
	margin-left: 10px;
}

.good_comment ul li .good_comment_img img:nth-child(1) {
	margin-left: 0;
}

.dianpu_xinxi {
	background: #fff;
	padding: 10px;
	border-bottom: 10px #F5F5F5 solid;
}

.dianpu_xinxi .tit {
	color: #000000;
	font-size: 15px;
	padding-bottom: 10px;
}

.dianpu_xinxi {
	overflow: hidden;
	position: relative;
}

.dianpu_xinxi .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.dianpu_xinxi .img img {
	width: 100%;
	height: 100%;
}

.dianpu_xinxi .text {
	margin-left: 8px;
	height: 50px;
	line-height: 25px;
}

.dianpu_xinxi .text h1 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.jindian_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	height: 30px;
	line-height: 28px;
	color: #E3211F;
	border: 1px solid #E3211F;
	border-radius: 30px;
	padding: 0 15px;
	margin-left: 10px;
	margin-top: -15px;
}

.good_buy {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	border-bottom: 10px #F5F5F5 solid;
}

.good_buy p {
	font-size: 15px;
	color: #000000;
}

.good_buy span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-top: 5px;
}

.good_detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.good_detail p {
	font-size: 15px;
	color: #000000;
	padding: 15px;
}

.good_detail img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.good_final {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	background: white;
}

.good_final_kefu {
	width: 50px;
	height: 50px;
	float: left;
	padding-top: 6px;
}

.good_final_kefu i {
	color: #333333;
	font-size: 18px;
	display: block;
	text-align: center;
}

.good_final_kefu span {
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.good_final_car {
	width: 50px;
	height: 50px;
	float: left;
	padding-top: 6px;
}

.good_final_car i {
	color: #333333;
	font-size: 20px;
	display: block;
	text-align: center;
}

.good_final_car span {
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.good_final_box {
	width: 209px;
	height: auto;
	overflow: hidden;
	float: right;
}

.good_final_box input {
	display: block;
	width: 50%;
	float: left;
	height: 50px;
	background: #E3211F;
	border: 0;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 0;
}

.good_final_box input:nth-last-child(1) {
	background: #FFAA15;
}

.popover_good {
	width: 100%;
	height: auto;
	display: none;
	position: fixed;
	bottom: -100%;
	z-index: 100;
	background: white;
}

.popover_good_top {
	width: 100%;
	height: 107px;
	border-bottom: 1px #E6E6E6 solid;
	padding: 0 15px;
}

.popover_good_top img {
	display: block;
	width: 107px;
	height: 107px;
	border-radius: 5px;
	position: relative;
	top: -10px;
	float: left;
}

.popover_good_info {
	width: calc(100% - 107px);
	height: auto;
	float: left;
	padding-left: 15px;
}

.popover_good_info span {
	display: block;
	font-size: 17px;
	color: #E3211F;
	margin-top: 10px;
	font-weight: bold;
}

.popover_good_info p {
	font-size: 14px;
	color: #000000;
	margin-top: 8px;
}

.popover_good ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.popover_good ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.popover_good ul li p {
	font-size: 15px;
	color: #333333;
	padding: 15px 0;
}

.popover_good ul li ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}

.popover_good ul li ul li {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	height: auto;
	font-size: 14px;
	color: #323232;
	text-align: center;
	line-height: 30px;
	border-radius: 25px;
	margin-right: 10px;
	background: #F6F5F5;
}

.popover_good ul li ul li.act {
	background: #E3211F;
	color: white;
}

.popover_good_num {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.popover_good_num p {
	font-size: 15px;
	float: left;
	color: #333333;
	line-height: 40px;
}

.popover_good_num .mui-numbox {
	height: 30px;
	margin-top: 5px;
	width: 90px;
	padding: 0 30px;
	float: right;
}

.popover_good_num .mui-numbox [class*=btn-numbox] {
	background: #fff;
}

.popover_good_num .mui-numbox [class*=btn-numbox] {
	width: 30px;
}

.popover_good_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.popover_good_box input {
	display: block;
	width: 50%;
	height: 50px;
	float: left;
	background: #E3211F;
	border: 0;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 0;
}

.popover_good_box input:nth-last-child(1) {
	background: #FFAA15;
}

.popover_product {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	bottom: -100%;
	z-index: 100;
	background: white;
	padding: 15px;
}

.popover_tit {
	color: #000000;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
}

.popover_product ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.popover_product ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0;
}

.popover_product ul li p {
	font-size: 15px;
	color: #666666;
	float: left;
	width: 90px;
}

.popover_product ul li p span {
	font-size: 15px;
	color: #000000;
	display: block;
	float: left;
	margin-left: 10px;
}

.popover_product input {
	display: block;
	width: 100%;
	border-radius: 25px;
	height: 45px;
	background: #E3211F;
	font-size: 15px;
	color: white;
	border: 0;
	margin-top: 10px;
}

.tool {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.tool h5 {
	color: #000000;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

.tool img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}

.tool p {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}


/*消息*/

.msg ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}

.msg ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px #EEEEEE solid;
	overflow: hidden;
}

.msg ul li i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(to right, #FFAF53, #FF8700);
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 40px;
	float: left;
}

.msg_box {
	width: calc(100% - 40px);
	padding-left: 10px;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
}

.msg_box p {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
}
.msg_box p .title{
	
	overflow: hidden;
	padding-right: 5px;
	line-height: 25px;
}
.msg_box p m {
	display: block;
	float: right;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.msg_box span {
	display: block;
	font-size: 14px;
	color: #666;
}

.msg ul li:nth-child(2) i {
	background: linear-gradient(to right, #83CCFB, #23A4F6);
	font-size: 20px;
}

.msg ul li:nth-child(3) i {
	background: linear-gradient(to right, #FC7575, #E53B3B);
	font-size: 20px;
}

.msg_ti {
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
}

.msg_ti m {
	display: block;
	width: 16px;
	height: 16px;
	background: #E3211F;
	font-size: 12px;
	color: white;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -5px;
}

.msg_ti img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.msg_my {
	border-top: 10px #F5F5F5 solid;
}

.msg_box m {
	display: block;
	font-size: 14px;
	color: #666;
	float: right;
}

.msgXt li i {
	background: linear-gradient(to right, #FFAF53, #FF8700) !important;
}


/*  刀圈刀具管理  */

.daoju_page {
	position: relative;
	height: 100%;
	overflow: hidden;
	/*background: url(../img/daoju_page.jpg) no-repeat center 0;
	background-size: cover*/
}

.daoju_page .back {
	position: absolute;
	top: 30px;
	left: 15px;
	color: #fff;
}

.daoju_page .back .mui-icon {
	color: #fff;
}

.daoju_page .jisuan {
	position: absolute;
	bottom: 80px;
	right: 20px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../img/circle.png) no-repeat center 0;
	background-size: 100% 100%;
}

.daoju_page .jisuan .iconfont {
	color: #fff;
	opacity: 0.9;
	font-size: 20px
}


/* 文章详情 */

.article_detail {
	background: #fff;
}

.article_detail_head {
	height: auto;
	padding: 10px 10px 0 10px;
}

.article_detail_head .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 12px;
	color: #000;
	text-align: center;
}

.article_detail_head .author {
	color: #999;
	font-size: 14px;
}

.article_detail_head .article_cate {
	color: #666;
	font-size: 14px;
}

.article_detail_content {
	padding: 0 10px 10px 10px;
	overflow: hidden!important;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.article_detail_content p,
.article_detail_content div,
.article_detail_content span {
	font-size: 14px;
	color: #333;
	margin: 5px 0;
}

.article_detail_content img {
	max-width: 100%!important;
	height: auto;
}


/*  计算器*/

.publish_content {
	overflow: hidden;
}

.publish_content_item li {
	position: relative;
	padding-left: 15px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.publish_content_item li.jiantou:before {
	display: block;
	font-family: Muiicons;
	font-size: 20px;
	height: 50px;
	width: 30px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	content: "\e583";
	color: #999;
	text-align: center;
}

.publish_content_item li.unit:before {
	display: block;
	font-size: 14px;
	height: 50px;
	width: 30px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 5px;
	content: attr(data-text);
	color: #333;
	text-align: center;
}

.publish_content_item li:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	left: 10px;
	right: 10px;
	bottom: 1px;
	background: #eee;
}

.publish_content_item li.noborder:after {
	display: none;
}

.publish_content_item li .label {
	width: 90px;
	float: left;
	color: #333;
	height: 50px;
	font-size: 15px;
}

.publish_content_item li .label.active {
	color: #999;
}

.publish_content_item li .label.active .icon-danxuan-weixuan:before {
	color: #E3211F;
	content: "\e632";
}

.publish_content_item li .label .iconfont {
	margin-right: 5px;
	color: #999;
}

.publish_content_item li input[type=text],
.publish_content_item li input[type=number] {
	width: calc(100% - 120px);
	overflow: hidden;
	height: 48px;
	line-height: 50px;
	padding: 0 10px 0 0;
	border: 0;
	color: #666;
	text-align: right;
}

.publish_content_item li input::-webkit-input-placeholder {
	color: #999;
}

.publish_content_item li.heighter {
	height: 105px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.publish_content_item li.heighter2 {
	height: 100px;
}

.publish_content_item li.heighter .label {
	height: 70px;
	line-height: 70px;
}

.publish_content_item li textarea {
	width: 94%;
	height: 100px;
	padding: 10px;
	border: 0;
	background: #f8f8f8;
}

.publish_content_item li.marb {
	margin-bottom: 10px;
}

.publish_content_item .calc_wrap {
	padding: 15px 10px;
	text-align: right;
	border-bottom: 10px solid rgba(245, 245, 245, 1);
}

.publish_content_item .calc_wrap span {
	display: inline-block;
	height: 30px;
	width: 80px;
	border-radius: 30px;
	border: 1px solid transparent;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

.publish_content_item .calc_wrap span.calc {
	background: #E3211F;
	color: #fff;
	border: 1px solid #E3211F;
	margin-right: 20px;
}

.publish_content_item .calc_wrap span.clear {
	color: #666;
	border: 1px solid #D9D9D9;
}

.calc_result {
	padding: 10px 10px;
}

.calc_result .title {
	height: 25px;
	line-height: 15px;
	padding: 5px 0 0 0;
	position: relative;
}

.calc_result .title i {
	display: block;
	height: 15px;
	line-height: 15px;
	width: 3px;
	border-radius: 5px;
	background: #E3211F;
	float: left;
	margin-right: 10px;
}

.calc_result .title {
	color: #333333;
}

.calc_result li {
	width: 100%;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}

.calc_result li .label {
	width: 105px;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #666;
	padding-right: 5px;
}

.calc_result li p {
	color: #333333;
	overflow: hidden;
}


/*  刀具培训  */

.peixun_page .tablist {
	overflow: hidden;
	height: 44px;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	position: fixed;
	top: 64px;
	left: 0;
	z-index: 9898;
	width: 100%;
}

.peixun_page .tablist ul {
	line-height: 44px;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.peixun_page .tablist li {
	position: relative;
	line-height: 44px;
	margin: 0 10px;
	font-size: 14px;
	display: inline-block;
	color: #333;
	margin: 0;
	width: 20%;
	text-align: center;
}

.peixun_page .tablist li.act {
	color: #E3211F;
}

.peixun_page .tablist li.act:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #E3211F;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3px;
	border-radius: 3px;
}

.peixun_list {
	padding: 50px 10px 10px 10px;
}

.peixun_list .item1 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}

.peixun_list .item1 h4 {
	font-size: 15px;
	color: #000;
	width: 100%;
	height: auto;
	font-weight: 400;
	line-height: 18px;
}

.peixun_list .item1 .img_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.peixun_list .item1 .img {
	position: relative;
	width: 32%;
	padding-bottom: 24.76521%;
	margin-right: 2%;
	height: auto;
	float: left;
}

.peixun_list .item1 .img:nth-of-type(3n) {
	margin-right: 0;
}

.peixun_list .item1 .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.peixun_list .item1 .bottom {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.peixun_list .item1 .bottom .iconfont {
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}

.peixun_list .item2 {
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	position: relative;
}

.peixun_list .item2 .content {
	overflow: hidden;
}

.peixun_list .item2 .img_wrap {
	position: relative;
	width: 32%;
	padding-bottom: 24.76521%;
	margin-left: 10px;
	height: auto;
	float: right;
}

.peixun_list .item2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.peixun_list .item2 h4 {
	font-size: 15px;
	color: #000;
	width: 100%;
	height: auto;
	font-weight: 400;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

.peixun_list .item2 .bottom {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 34%;
	width: auto;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.peixun_list .item2 .bottom .iconfont {
	margin-right: 5px;
	color: #aaa;
	font-size: 16px
}

.article_detail_head .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 12px;
	color: #000;
	text-align: left;
}

.article_detail .author {
	height: 20px;
	padding: 0 10px 10px 10px;
}

.article_detail .author p {
	float: left;
	height: 20px;
	line-height: 20px;
	color: #666666;
	margin-right: 5px;
}

.article_detail .author p .iconfont {
	color: #666666;
	margin-right: 5px;
	color: #aaa;
	font-size: 20px;
	vertical-align: middle;
}

.article_detail .author p .icon-liulan {
	font-size: 15px
}

.header_fenxiang {
	float: right;
	font-size: 18px;
	color: #000;
	opacity: .4;
	height: 44px;
	line-height: 44px;
	margin-right: 0;
}

.gongyi_page {
	width: 100%;
	height: 100%;
	background: url(../img/gongyi_page.jpg) repeat-y center;
}

.gongyi_page img {
	width: 100%;
	height: auto;
}

.yanzheng_page {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
	background: #fff;
}

.yanzheng_page li {
	height: 70px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.yanzheng_page li .img {
	height: 40px;
	width: 40px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	margin-right: 10px;
}

.yanzheng_page li .img img {
	height: 40px;
	width: 40px;
}

.yanzheng_page li span {
	line-height: 40px;
	color: #333;
	font-size: 15px
}

.yanzheng_page li i {
	line-height: 40px;
	color: #999;
	font-size: 15px;
	float: right;
}


/* 生态圈 首页 */


		.shengtai {
			width: 100%;
			z-index: 993;
		}
		
		.shengtai_banner {
			position: relative;
			width: 100%;
			height: auto;
		}
		
		.shengtai_banner img {
			width: 100%;
		}
		
		.main_headbox2 {
			width: 80%;
			float: none;
			height: 35px;
			background: white;
			border-radius: 25px;
			padding: 0 15px;
			top: 20px;
			z-index: 900;
		}
		
		.shengtai_header_wrap {
			background: url(../img/header_bg.png) no-repeat center 0;
			background-size: 100% 100%;
			width: 100%;
			height: 50px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 900;
		}
		
		.main_cont2 {
			width: 100%;
			height: auto;
			overflow: hidden;
			margin-top: 0;
			padding: 0;
		}
		
		.main_cont2 ul {
			width: 100%;
			height: auto;
			overflow: hidden;
			margin-bottom: 8px;
			padding-top: 5px;
		}
		
		.main_cont2 ul li {
			display: block;
			width: 20%;
			height: auto;
			overflow: hidden;
			float: left;
			margin-top: 10px;
		}
		
		.main_cont2 ul li div {
			display: block;
			width: 100%;
			height: 50px;
			border-radius: 50%;
			text-align: center;
		}
		
		.main_cont2 ul li img {
			width: 50px;
			height: 50px;
		}
		
		/*.main_cont2 ul li:nth-child(2) div {
			background: linear-gradient(242deg, rgba(76, 150, 255, 1), rgba(64, 192, 247, 1));
		}
		
		.main_cont2 ul li:nth-child(3) div {
			background: linear-gradient(242deg, rgba(246, 134, 0, 1), rgba(255, 192, 17, 1));
		}
		
		.main_cont2 ul li:nth-child(4) div {
			background: linear-gradient(242deg, rgba(255, 9, 75, 1), rgba(255, 109, 149, 1));
		}
		
		.main_cont2 ul li:nth-child(5) div {
			background: linear-gradient(242deg, rgba(67, 103, 246, 1), rgba(115, 143, 248, 1));
		}
		
		.main_cont2 ul li:nth-child(6) div {
			background: linear-gradient(242deg, rgba(246, 134, 0, 1), rgba(255, 192, 17, 1));
		}
		
		.main_cont2 ul li:nth-child(7) div {
			background: linear-gradient(242deg, rgba(3, 197, 43, 1), rgba(137, 218, 78, 1));
		}
		
		.main_cont2 ul li:nth-child(8) div {
			background: linear-gradient(242deg, rgba(252, 59, 58, 1), rgba(255, 134, 134, 1));
		}
		
		.main_cont2 ul li:nth-child(9) div {
			background: linear-gradient(242deg, rgba(76, 150, 255, 1), rgba(64, 192, 247, 1));
		}
		
		.main_cont2 ul li:nth-child(10) div {
			background: linear-gradient(242deg, rgba(255, 74, 21, 1), rgba(255, 136, 62, 1));
		}*/
		
		.main_cont2 ul li p {
			text-align: center;
			font-size: 12px;
			color: #111;
		}

.dianpu_header {
	background: linear-gradient(0deg, rgba(255, 122, 69, 1), rgba(250, 85, 29, 1));
	height: auto;
	padding-bottom: 10px;
	border-bottom: 0;
	padding-top: 34px;
}

.dianpu_header .top {
	height: auto;
	overflow: hidden;
	position: relative;
	min-height: 30px;
}

.dianpu_header .top .dianpu_name {
	padding-right: 100px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.dianpu_header .top .dianpu_name .iconfont {
	font-size: 15px;
	color: #DDD9D6;
	margin-left: 3px;
}

.dianpu_header .top .dianpu_name.active .iconfont {
	color: #ff4f11;
}

.dianpu_header .top .oper {
	height: 30px;
	width: 140px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.dianpu_header .top .oper .follow {
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.dianpu_header .top .oper .follow .iconfont {
	float: left;
	font-size: 12px;
	margin-right: 5px;
	color: #fff;
	vertical-align: middle;
}

.dianpu_header .top .oper .more_option {
	display: inline-block;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
	padding: 0 3px;
}

.dianpu_header .top .oper .more_option .fl {
	color: #fff;
	transform: scaleX(0.4);
}

.dianpu_header .top .oper .more_option .iconfont {
	float: left;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	padding: 0 5px;
	line-height: 26px;
}

.dianpu_header .dianpu_head_info {
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
}

.dianpu_header .dianpu_head_info .baozheng {
	display: inline-block;
	padding: 0 10px;
	background: #ff4f11;
	border-radius: 14px;
	line-height: 18px;
	color: #fff;
	font-size: 11px;
}

.dianpu_header .dianpu_head_info span {
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0.95;
	line-height: 22px;
	float: left;
}

.dianpu_header .dianpu_nav {
	height: 30px;
	margin-top: 5px;
	line-height: 30px;
}

.dianpu_header .dianpu_nav li {
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
	position: relative;
	opacity: 0.8;
}

.dianpu_header .dianpu_nav li.active {
	opacity: 1;
}

.dianpu_header .dianpu_nav li.active:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	height: 2px;
	width: 27px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
	background: #fff;
}

.dianpu_header .dianpu_nav .search {
	height: 26px;
	line-height: 28px;
	margin-top: 2px;
	width: auto;
	padding: 0 8px;
	float: left;
	background: #fff;
	border-radius: 20px;
	color: #999999;
	margin-right: 15px;
}

.dianpu_header .dianpu_nav .search .iconfont {
	color: #999999;
	font-size: 12px;
	float: left;
	margin-right: 3px;
	line-height: 28px;
}

.dianpu_page {
	background: #fff;
	position: relative;
}

.dianpu_page .dianpu_banner_head {
	height: 30px;
	background: #ff4f11;
	position: absolute;
	top: 140px;
	width: 100%;
}

.dianpu_title {
	position: relative;
	height: 44px;
	padding: 0 10px;
	line-height: 44px;
	color: #333;
	font-size: 17px;
	text-indent: 12px;
}

.dianpu_title:after {
	position: absolute;
	display: block;
	content: "";
	left: 11px;
	top: 16px;
	height: 14px;
	width: 3px;
	border-radius: 5px;
	background: #ff4f11;
}

.dianpu_title2 {
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	color: #333;
	font-size: 13px;
	text-indent: 12px;
}

.dianpu_title2:after {
	position: absolute;
	display: block;
	content: "";
	left: 11px;
	top: 16px;
	height: 12px;
	width: 3px;
	border-radius: 5px;
	background: #ff4f11;
}

.dianpu_bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #eee;
	padding: 0 10px;
	background: #fff;
	z-index: 100;
}

.dianpu_bottom .dianpu_name {
	position: absolute;
	top: 10px;
	height: 30px;
	padding-right: 167px;
	overflow: hidden;
}

.dianpu_bottom .dianpu_name .img_wrap {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.dianpu_bottom .dianpu_name .img_wrap img {
	height: 30px;
	width: 30px;
}

.dianpu_bottom .dianpu_name p {
	height: 30px;
	line-height: 30px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.dianpu_bottom .btns {
	float: right;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.dianpu_bottom .btns .dianpu_cate_btn {
	width: 67px;
	height: 50px;
	text-align: center;
	float: left;
	overflow: hidden;
	padding-top: 5px;
}

.dianpu_bottom .btns .iconfont {
	color: #666;
	font-size: 18px;
}

.dianpu_bottom .btns .dianpu_cate_btn p {
	color: #999;
	font-size: 10px;
	margin-top: 2px;
}

.dianpu_bottom .btns .dianpu_kefu_btn {
	width: 67px;
	height: 50px;
	padding-top: 5px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.dianpu_bottom .btns .dianpu_kefu_btn div {
	height: 22px;
}

.dianpu_bottom .btns .dianpu_kefu_btn .iconfont {
	color: #666;
	font-size: 18px;
}

.dianpu_bottom .btns .dianpu_kefu_btn p {
	color: #333;
	font-size: 10px;
}


/*  luntan  */

.luntan .scroll {
	width: 100%;
	height: 44px;
	background: #FFFFFF;
	position: fixed;
	top: 64px;
	z-index: 100;
}

.luntan .scroll .scroll_x {
	height: 44px;
	width: auto;
	white-space: nowrap;
	overflow-x: scroll;
	border-bottom: 1px solid #f5f5f7;
}

.luntan .scroll .scroll_x ul li {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	margin-right: 20px;
	margin-left: 8px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	position: relative;
}

.luntan .scroll .scroll_x ul li.active {
	color: #E3211F;
}

.luntan .scroll .scroll_x ul li.active:after {
	width: 80%;
	height: 2px;
	background: #E3211F;
	position: absolute;
	bottom: 2px;
	content: '';
	left: 10%;
}

.luntan .tiezi_list {
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
}

.luntan .tiezi_list_inner {
	border-bottom: 1px solid #F5F5F7;
}

.luntan .tiezi_list .title {
	overflow: hidden;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.luntan .tiezi_list .title .iconfont {
	color: #E3211F;
	font-size: 30px;
	float: left;
	font-weight: 400;
	margin-right: 10px;
}

.luntan .tiezi_list .tiezi_bottom {
	height: 50px;
	overflow: hidden;
	padding: 5px 0 5px 0;
}

.luntan .tiezi_list .name {
	height: 30px;
	line-height: 30px;
	position: relative;
	float: left;
}

.luntan .tiezi_list .time {
	float: right;
	line-height: 30px;
	color: #999;
	font-size: 12px;
	vertical-align: middle;
}

.luntan .tiezi_list .time span {
	color: #999;
	font-size: 12px;
	margin-left: 5px;
}

.luntan .tiezi_list .time i {
	color: #999;
	font-size: 13px;
	margin-right: 5px;
}

.luntan .tiezi_list .name img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.luntan .tiezi_list .name span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	color: #4C6F90;
	font-size: 15px
}

.luntan .tiezi_list .name span m {
	color: #999;
}

.luntan .tiezi_list .quanwen {
	color: #E3211F;
	padding: 5px 0;
}

.luntan .tiezi_list ul {
	overflow: hidden;
}

.luntan .tiezi_list .text {
	padding: 3px 0;
	color: #666;
}

.luntan .tiezi_list ul li {
	width: 70px;
	height: 70px;
	position: relative;
	margin-right: 10px;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

.luntan .tiezi_list ul li img {
	width: 100%;
	height: 100%;
}

.zhiding {
	padding: 0 10px 0 10px;
	border-bottom: 10px solid #F5F5F5;
}

.zhiding li {
	line-height: 24px;
	overflow: hidden;
}

.zhiding li .label {
	float: left;
	height: 24px;
	line-height: 24px;
	width: 54px;
	background: #fea715;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 12px;
}

.zhiding li p {
	color: #333;
	font-size: 15px;
	overflow: hidden;
	border-bottom: 1px solid #F5F5F7;
	padding: 12px 0;
}

.zhiding li:last-child p {
	border-bottom: 0;
}


/*论坛*/

.tiezi_list .name2 {
	height: 60px;
	line-height: 60px;
	position: relative;
}

.tiezi_list .name2 img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.tiezi_list .name2 span {
	display: inline-block;
	height: 40px;
	line-height: 20px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
	color: #4C6F90;
	font-size: 15px
}

.tiezi_list .name2 span i {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	width: 30px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	top: 2px;
	color: #fff;
	background: #fea715;
	font-size: 10px;
	font-style: normal;
}

.tiezi_list .name2 span m {
	color: #999;
	font-size: 12px
}

.tiezi_list .name2 .zan {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: #999;
	font-size: 12px;
}

.tiezi_list .name2 .zan i {
	color: #999;
	font-size: 14px;
	margin-right: 5px;
}

.tiezi_ad {
	padding: 0 10px 10px 10px;
	height: auto;
	overflow: hidden;
}

.tiezi_ad .img_wrap {
	height: 80px;
	width: 80px;
	margin-right: 10px;
	float: left;
}

.tiezi_ad .img_wrap img {
	height: 80px;
	width: 80px;
	border-radius: 2px;
}

.tiezi_ad .right {
	overflow: hidden;
}

.tiezi_ad .right h1 {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.tiezi_ad .right .bottom {
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	overflow: hidden;
}

.tiezi_ad .right .price {
	font-size: 16px;
	color: #E3211F;
	font-weight: bold;
	float: left;
	margin-right: 15px;
}

.tiezi_ad .right .price span {
	font-size: 10px;
	color: #E3211F;
	font-weight: 400;
}

.tiezi_reply {
	border-top: 10px solid #F5F5F5;
}

.tiezi_reply .pinglun_list {
	overflow: hidden;
	padding: 10px;
}

.tiezi_reply .tiezi_list .name2 {
	height: 50px;
	line-height: 50px;
}

.tiezi_reply .tiezi_list .text {
	padding: 3px 0 10px 50px;
	color: #666;
	margin-top: 5px;
}

.luntan .tiezi_reply .tiezi_list_inner {
	position: relative;
	border: 0;
}

.luntan .tiezi_reply .tiezi_list_inner:after {
	position: absolute;
	left: 50px;
	bottom: 0;
	height: 1px;
	width: auto;
	right: 0;
	background: #f5f5f7;
	content: "";
}

.tiezi_reply .title {
	width: 100%;
	height: auto;
	padding: 15px 10px 5px 10px;
	overflow: hidden;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
}

.tiezi_reply .title span {
	color: #999;
}

.tiezi_reply .tiezi_list {
	padding-top: 0;
}

.tiezi_fabu_input {
	position: fixed;
	bottom: 0;
	height: 50px;
	padding: 0 10px;
	width: 100%;
	border-top: 1px solid #ddd;
	background: #fff;
	z-index: 990;
}

.tiezi_fabu_input .input_wrap {
	background: #F5F5F5;
	overflow: hidden;
	border-radius: 20px;
	height: 36px;
	margin-top: 7px;
}

.tiezi_fabu_input input[type=text] {
	height: 36px;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	border: 0;
	background: none;
}

.tiezi_fabu_input .fasong {
	width: 65px;
	float: right;
	border: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #E3211F;
	font-size: 15px;
	font-weight: bold;
}

.upload_box {
	width: 100%;
	height: auto;
	padding: 5px 10px;
	margin-top: 10px;
}

.upload_box .item {
	position: relative;
	width: 16%;
	height: auto;
	padding-bottom: 16%;
	float: left;
	margin: 0 4% 15px 0;
	text-align: center;
	border: 1px solid #fff;
	/*background: #f00;*/
}

.upload_box .item.add_btn {
	border: 1px solid #ddd;
}

.upload_box .item img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 30;
}

.upload_box .item .del {
	display: block;
	height: 16px;
	width: 16px;
	color: #fff;
	background: #F30000;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	z-index: 120;
	line-height: 18px;
	padding: 0;
	right: -6px;
	top: -6px;
}

.upload_box .item .del .iconfont {
	color: #fff;
	font-size: 8px;
	line-height: 16px;
	position: relative;
	top: -1px;
}

.add_goods_swtich {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: white;
	padding: 0 15px;
}

.add_goods_swtich p {
	line-height: 50px;
	float: left;
	font-size: 15px;
	color: #333;
}

.add_goods_swtich .mui-switch {
	float: right;
	margin-top: 10px;
}

.add_goods_swtich .mui-switch.mui-active {
	border-color: #09BB07;
	background: #09BB07;
}

.add_goods_content .add_goods_btn {
	width: 90px;
	height: 28px;
	border: 1px solid #E3211F;
	text-align: center;
	line-height: 26px;
	color: #E3211F;
	font-size: 12px;
	vertical-align: middle;
	border-radius: 20px;
	margin-left: 10px
}

.add_goods_content .add_goods_btn .iconfont {
	color: #E3211F;
	vertical-align: middle;
	line-height: 28px;
	position: relative;
	top: -1px;
}

.add_goods_content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

.add_goods_content li {
	padding: 0 10px 10px 10px;
	height: auto;
	margin-top: 10px;
}

.add_goods_content li .img_wrap {
	position: relative;
	height: 80px;
	width: 80px;
	margin-right: 10px;
	float: left;
}

.add_goods_content li .img_wrap img {
	height: 80px;
	width: 80px;
	border-radius: 2px;
}

.add_goods_content li .right {
	overflow: hidden;
}

.add_goods_content li .right h1 {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.add_goods_content li .right .bottom {
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	overflow: hidden;
}

.add_goods_content li .right .price {
	font-size: 16px;
	color: #E3211F;
	font-weight: bold;
	float: left;
	margin-right: 15px;
}

.add_goods_content li .right .price span {
	font-size: 10px;
	color: #E3211F;
	font-weight: 400;
}

.add_goods_content li .del {
	display: block;
	height: 16px;
	width: 16px;
	color: #fff;
	background: #F30000;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	z-index: 120;
	line-height: 18px;
	padding: 0;
	right: -6px;
	top: -6px;
}

.add_goods_content li .del .iconfont {
	color: #fff;
	font-size: 8px;
	line-height: 16px;
	position: relative;
	top: -1px;
}

.tiezi_submit_btn_wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 5px 10px;
	height: 50px;
	z-index: 120;
}

.tiezi_submit_btn_wrap .btn {
	width: 100%;
	height: 40px;
	background: #E3211F;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
}


/* 支付  */

.zhifu_page .info_cont {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: white;
	position: relative;
	top: -5px;
	z-index: 2;
	padding: 0 15px;
	border-bottom: 10px solid #f5f5f5;
}

.zhifu_page .info_cont ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zhifu_page .info_cont ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #f2f2f2 solid;
}

.zhifu_page .info_cont ul li p {
	font-size: 15px;
	color: #333;
	line-height: 50px;
	float: left;
	width: 80px;
}

.zhifu_page .info_cont ul li span {
	font-size: 15px;
	color: #333;
	line-height: 50px;
	float: left;
}

.zhifu_page .info_cont ul li span.act {
	color: #E3211F;
}

.zhifu .fanghsi {
	background: #fff;
	padding: 0 10px;
}

.zhifu .fanghsi p {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
}

.zhifu .fanghsi li {
	position: relative;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	height: 52px;
	line-height: 32px;
}

.zhifu .fanghsi li img {
	height: 22px;
	line-height: 22px;
	width: 22px;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
}

.zhifu .fanghsi li:after {
	position: absolute;
	content: "";
	display: block;
	left: 36px;
	bottom: 0;
	width: auto;
	right: 0;
	height: 1px;
	background: #f3f3f3;
}

.zhifu .fanghsi li span {
	color: #999;
	font-size: 12px;
	margin-left: 10px;
}

.zhifu .fanghsi li m {
	float: right;
	font-size: 18px;
	color: #aaa;
	vertical-align: middle;
}

.zhifu .fanghsi li.active m:before {
	content: '\e620';
	color: #e3211f;
}

.zhifu .btn_btm {
	background: #e3211f;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	border: none;
	border-radius: 0;
}


/* 支付弹层*/

.put_pass_popover {
	display: none;
	position: fixed;
	left: 15%;
	right: 15%;
	height: auto;
	width: 70%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	z-index: 1000;
	border-radius: 5px;
}

.put_pass_popover .title {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
}
.put_pass_popover .title span{
	color: #999;
	font-size: 13px;
    position: absolute;
    right: 10px;
    height: 44px;
    line-height: 44px;
    top: 0;
    font-weight: 400;
}
.put_pass_popover .input {
	width: 90%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
}

.put_pass_popover input[type=password] {
	width: 100%;
	height: 34px;
	padding: 5px;
	overflow: hidden;
	border: 0;
	margin: 0;
}

.put_pass_popover .bottom {
	height: 44px;
	border-top: 1px solid #eee;
	margin-top: 10px;
}

.put_pass_popover .bottom .item {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #999999;
}

.put_pass_popover .bottom .sure {
	border-left: 1px solid #eee;
	color: #E3211F;
}


/* 支付成功 */

.enter_zhifu {
	text-align: center;
}

.enter_zhifu .icon i {
	color: #73D13D;
	font-size: 70px;
}

.enter_zhifu .icon {
	margin-top: 24%;
}

.enter_zhifu .icon h1 {
	margin-top: 8%;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

.enter_zhifu .icon p {
	font-size: 14px;
	color: #888;
}

.enter_zhifu .icon p:nth-last-of-type(1) {
	margin-bottom: 10%;
}

.enter_zhifu .btn button {
	width: 40%;
	height: 40px;
	border-radius: 40px;
	margin: 0 2%;
	font-size: 15px;
	color: #666;
	border: 1px solid #ddd;
}

.enter_zhifu .btn button:nth-last-of-type(1) {
	background: #E3211F;
	color: #fff;
	border: 1px solid #E3211F;
}


/*   个人资料  */

.user_info ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: white;
}

.user_info ul li {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	height: auto;
}

.user_info ul li:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background: #e6e6e6;
}

.user_info ul li:nth-last-child(1):after {
	background: none;
}

.user_info li p {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0.48px;
	text-align: left;
	line-height: 50px;
	margin-left: 15px;
	float: left;
}

.user_info li img {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	border-radius: 50%;
	margin: 5px 10px;
}

.user_info li i {
	float: right;
	color: #ccc;
	line-height: 50px;
	margin-right: 15px;
	font-size: 14px;
}

.user_info li input {
	display: block;
	float: right;
	height: 49px;
	width: auto;
	border: 0;
	background: none;
	font-size: 14px;
	text-align: right;
	color: #666;
	padding: 10px;
}

.user_info li input::-webkit-input-placeholder {
	color: #999;
}

.user_info li textarea {
	display: block;
	width: 66%;
	float: right;
	border: 0;
	height: 49px;
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
}

.edit_tel .icon {
	height: 75px;
	width: 75px;
	background: #e3211f;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	margin: 80px auto 30px;
}

.edit_tel .icon .iconfont {
	color: #fff;
	font-size: 40px;
	line-height: 86px;
}

.edit_tel p {
	color: #888888;
	font-size: 14px;
	text-align: center;
}

.add_addr_btn {
	height: 44px;
	width: 90%;
	position: fixed;
	left: 5%;
	bottom: 30px;
	border-radius: 20px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 15px;
	background: #E3211F;
}


/*  分享  */

.share_code_img {
	position: absolute;
	top: 40%;
	width: 44%;
	padding-bottom: 44%;
	left: 28%;
	overflow: hidden;
}

.share_code_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.share_box {
	height: auto;
	position: relative;
}

.share_box img {
	width: 100%;
	height: auto;
}

.share_btn {
	height: 44px;
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 15px;
	background: #E3211F;
}


/*  推广  */

.tuiguang_title {
	height: 44px;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}

.tuiguang_title span {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 15px;
	float: left;
	width: 50%;
	font-weight: bold;
}

.tuiguang_title span.active {
	color: #E3211F;
}

.tuiguang_title span.active:after {
	position: absolute;
	left: 50%;
	content: "";
	height: 2px;
	width: 50px;
	background: #E3211F;
	bottom: 2px;
	margin-left: -25px;
	border-radius: 3px;
}

.tuiguang_page ul {
	padding: 0 10px;
}

.tuiguang_page li {
	height: 73px;
	padding: 17px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.tuiguang_page li .img {
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.tuiguang_page li .img img {
	width: 38px;
	height: 38px;
}

.tuiguang_page li .content {
	height: 38px;
	padding-right: 100px;
	overflow: hidden;
}

.tuiguang_page li .content h4 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	font-weight: 400;
}

.tuiguang_page li .content p {
	line-height: 18px;
	color: #999999;
}

.tuiguang_page li .right {
	position: absolute;
	height: 36px;
	width: auto;
	top: 17px;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 36px;
}

.tuiguang_page li .right p {
	color: #999;
	font-size: 12px;
}

.tuiguang_page li .right.t1 p {
	line-height: 36px;
}

.tuiguang_page li .right.t2 p {
	line-height: 18px;
}

.tuiguang_list ul {
	/*display: none;*/
}


/*  佣金 */

.yongjin_title {
	height: 44px;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}

.yongjin_title span {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 15px;
	float: left;
	width: 33.333%;
	font-weight: bold;
}

.yongjin_title span.active {
	color: #E3211F;
}

.yongjin_title span.active:after {
	position: absolute;
	left: 50%;
	content: "";
	height: 2px;
	width: 50px;
	background: #E3211F;
	bottom: 2px;
	margin-left: -25px;
	border-radius: 3px;
}

.yongjin_page ul {
	padding: 0 10px;
}

.yongjin_page li {
	height: 73px;
	padding: 17px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.yongjin_page li .img {
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.yongjin_page li .img img {
	width: 38px;
	height: 38px;
}

.yongjin_page li .content {
	height: 38px;
	padding-right: 100px;
	overflow: hidden;
}

.yongjin_page li .content h4 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	font-weight: 400;
}

.yongjin_page li .content p {
	line-height: 18px;
	color: #999999;
}

.yongjin_page li .right {
	position: absolute;
	height: 36px;
	width: auto;
	top: 17px;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 36px;
}

.yongjin_page li .right p {
	color: #999;
	font-size: 12px;
}

.yongjin_page li .right.t1 p {
	line-height: 36px;
	color: #E3211F;
	font-size: 15px
}

.yongjin_page li .right.t2 p {
	line-height: 18px;
}

.yongjin_page ul {
	display: none;
}


/*  生态树苗  */

.sehngtaimiao_header {
	height: 160px;
	width: 100%;
	background: url(../img/shengtaimiao.png) no-repeat center 0;
	background-size: cover;
	padding-top: 105px;
}

.sehngtaimiao_header .num {
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
}

.sehngtaimiao_header p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.shumiao_list {
	padding: 0 0 20px 0;
}

.shumiao_list .title {
	height: 45px;
	padding: 15px 10px 10px 20px;
	line-height: 20px;
	position: relative;
	color: #333;
	font-size: 15px;
}

.shumiao_list .title:before {
	content: "";
	display: block;
	left: 10px;
	top: 19px;
	position: absolute;
	height: 13px;
	width: 3px;
	background: #E3211F;
	border-radius: 5px;
	overflow: hidden;
}

.shumiao_list li {
	height: 60px;
	padding: 10px 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.shumiao_list li .content {
	height: 38px;
	padding-right: 100px;
	overflow: hidden;
}

.shumiao_list li .content h4 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	font-weight: 400;
}

.shumiao_list li .content p {
	line-height: 18px;
	color: #999999;
}

.shumiao_list li .right {
	position: absolute;
	height: 36px;
	width: auto;
	top: 11px;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 36px;
}

.shumiao_list li .right p {
	color: #999;
	font-size: 15px;
}

.shumiao_list li .right.t1 p {
	color: #E3211F;
}

.shumiao_list li .right.t2 p {
	color: #333333;
}