@charset "utf-8";
/*公共基本样式 start*/
html {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
body {
	font-family: "MICROSOFT YAHEI",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	background-color: #fff;
	zoom: 1;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}
html, body, article, aside, audio, canvas, caption, details, div, p, figure, footer, header, hgroup, iframe, img, mark, menu, nav, object, section, span, summary, table, tbody, td, tfoot, thead, tr, video, dl, dt, dd, ul, li, ol, form, label, input, img, h1, h2, h3, h4, h5, h6, blockquote, pre, button, fieldset,legend, textarea, th, hr, figcaption, time, main, a, code, cite, var, strong, center, em, del {
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
}
ul, li, ol{
	list-style: none;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details,  summary, time, mark, audio, video, main{
    display: block;
} 
address, caption, cite, dfn, em, th, var, i, em {
    font-style: normal;
}
a, a:hover, a:visited {
    text-decoration: none;
}
a {
    color: #333;
	background: 0 0;
	cursor: pointer;
}
img,span{
	vertical-align: middle;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}
input, select, textarea {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
input {
    line-height: normal;
}
button {
    overflow: visible;
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*公共基本样式 end*/

/*分割线 start*/
.aui-dri {
    height: 7px;
    width: 100%;
    background: #f6f6f6;
    position: relative;
}
/*分割线 end*/

/*返回顶部 start*/
.fanhui_cou {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10000;
    opacity: 0.8;
    background: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #909ca9;
    border: 1px solid #8f9caa;
    display: none;
}
.fanhui_1 {
    background: url(../images/bot_top_arrow.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
}
.fanhui_ding {
    padding-top: 2px;
}
/*返回顶部 end*/

/*公共头部 start*/
.aui-header-default {
    height: 44px;
    line-height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}
.aui-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.aui-header-item {
    height: 44px;
    line-height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}
.aui-header-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}
.aui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.aui-icon-back {
    background-image: url(/public/wap/newban/img/icon-back.png);
}
.aui-header-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin-left: 13%;
    font-size: 16px;
}
.aui-header-center-logo {
    text-align: center;
}
.aui-header-item-icon {
    height: 44px;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}
.aui-header-item-icon:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aui-header-default:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/*公共头部 end*/

/*公共底部 start*/
.footer {
    height: 50px;
}
.foot-con {
    width: 100%;
    height: 49px;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
}
.foot-con_2 {
    margin: 0 auto;
    max-width: 768px;
    background: #fff;
    height: 50px;
    border-top: 1px solid #ccc;
}
.foot-con a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    position: relative;
	color: #777;
}
.foot-con_2 a:visited {
    color: #666;
}
.foot-con .navIcon {
    width: 28px;
    height: 28px;
    margin-top: 3px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat;
    background-size: 280px 90px;
}
.foot-con .home {
    background-position: 0 0;
}
.foot-con .active .home{
	background-position: 0 -34px;
}
.foot-con .sort{
	background-position: -33px 0;
}
.foot-con .active .sort{
	background-position: -33px -34px;
}
.foot-con .shop{
	background-position: -66px 0;
}
.foot-con .active .shop{
	background-position: -66px -34px;
}
.foot-con .member{
	background-position: -99px 0;
}
.foot-con .active .member{
	background-position: -99px -34px;
}
.foot-con .text {
    display: block;
    line-height: 1;
    margin-top: -3px;
}
.foot-con .active .text {
    color: #FF8800;
}
/*公共底部 end*/