*{
    padding: 0;
    margin: 0
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;

-webkit-overflow-scrolling : touch;
}
 @font-face {
  font-family: 'zhueFontTxt';
  src: url('zhueFont_txt.ttf');
}
@font-face {
  font-family: 'zhueFontNum';
  src: url('zhueFont_num.ttf');
}

/* 禁止缩放表单 */
input[type=“submit”], input[type=“reset”], input[type=“button”], input {
resize: none;
border: none;
}
button,textarea,input{
    border: none;outline: none;
}
body{
    max-width: 720px;
    margin: auto;
}
/* 取消链接高亮 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

/* 图片自适应 /
img {
width: 100%;
height: auto;
width: auto\9; / ie8 */
display: block;
-ms-interpolation-mode: bicubic;
}


body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
margin: 0;
padding: 0;
}
body {
font: 12px/1.5 ‘Microsoft YaHei’,‘宋体’, Tahoma, Arial, sans-serif;
color: #333;
}
em, i {
font-style: normal;
}
ul,li{
list-style-type: none;
}
strong {
font-weight: normal;
}
.clearfix:after {
content: '';
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}
a {
text-decoration: none;
color: #333;
font-family: ‘Microsoft YaHei’, Tahoma, Arial, sans-serif;
}
img{
    display: block;
}
a:hover {
text-decoration: none;
}
ul, ol {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-family: ‘Microsoft YaHei’;
}
img {
border: none;
}
input{
font-family: ‘Microsoft YaHei’;
}

a:link,a:active,a:visited,a:hover {
background: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}

.fl{float: left}.fr{float: right}.clear{clear: both}
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.one-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.df_ac{
    display: flex;
    align-items: center;
}
.df_ac_jc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.df_ac_jsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fd_c{
	flex-direction: column;
}
.f28{
	font-size: .28rem;
}
.w100_b{
	width: 100%;
}
.bor_b{
	border-bottom: 1px solid rgb(240,240,240);
}
.red{
	color: #F23030;
}
.color999{
	color: #999;
}
.mt-5{
	margin-top: -.05rem;
}
.img_210 {
	width: 2.1rem;
	height: 2.1rem;
}


.p28{
	padding: .28rem;
}
.m028{
	margin: 0 .28rem;
}
.mb20{
	margin-bottom: .2rem;
}
.radius14{
	border-radius: .14rem;
}
.bg_white{
	background: #fff;
}
.pos_r{
	position: relative;
}
.ml20{
	margin-left: .2rem;
}
.f30{
	font-size: .3rem;
}
.price_family {
  font-family: zhueFontNum;
}