html {font-size:16px;}

.weui-btn_primary {
	background-color: #ff2122;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
	background-color: #b31516;	
}
.weui-form-preview__btn_primary {
	color:#ff2122;	
}

.page, body {
	font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
	background-color: #eee;
}
.page__head {
	background-color: #fff;
	width: 100%;
	height: 3rem;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	line-height: 3rem;
}
.page__head .iconfonts {
	font-size: 1.25rem;
}
.page__head a {
	color: #4a90e2;
	line-height: 3rem;
	height: 3rem;
	margin-left: 0.5rem;
}
.page__container {
	padding-top: 3rem;
}
.page__container .weui-tab {
	height:25rem;
}
.page__title {
	
}
.item__panel {
	border-radius: 14px;
	margin: 0.5rem 0.1rem;
}
.m_table thead{
	font-size:0.9rem;
	background:#fff;
}
.m_table{
	width:100%;
	margin:0px;
	border-spacing:0px;
	background: #fff;
}
.m_table tr>th {
	background: #f7f1eb;
	text-align: center;
	height:2rem;
	line-height: 2rem;
	color: #793636;
}
.m_table tbody {
	font-size:0.8rem;
}
.m_table tr>td {
	text-align: center;
	line-height: 1.8rem;
	height:1.8rem;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
.m_table tr>td .desc {
	font-size: 0.5rem;
	line-height: 0.5rem;
	color:#ccc;
}
tr.tr-show td {
	padding:0.3rem 0.5rem;
	background:#ccc;
}
.tr-show span {
	width: 50%;
	display: block;
	float: left;
}
.container {
	padding-bottom: 10px;
}
.product-info_table, .product-nav_table {
  border: none;
  font-size: 0.525rem;
  color: #767676;
  text-align: center;
  width: 100%;
  border-spacing: 0px;
  background: #fff;
}
.weui-tab__panel .product-nav_table {
	padding-top: 50px;
}

.product-info_table th {
  width: 5rem;
  height: 1.5rem;
  background-color: #f8f8f8;
  border: solid 1px #edecec

}
.weui-cells__title h1 {
	font-size:1.7rem;
	color:#6d3a3a;
}

.last_net .weui-cell__bd{

}

.last_net .weui-cell__ft{

}

.product-info_table td {
  border: solid 1px #edecec;
}

.product-nav_table th {
  height: 1.5rem;
  border: solid 1px #edecec;
  background-color: #f8f8f8;
}

.product-nav_table td {
  border-bottom: solid 1px #edecec;
  height: 1.5rem;
}

.weui-media-box__desc {
	-webkit-line-clamp: 3;
}