body { background-color:#ffffff;}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.aui-flexView {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 0.5rem;
}

.aui-navBar {
    height: 2.25rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 516;
	background: rgba(255, 255, 255, 0.98);
   box-shadow:0 2px 10px 0 rgba(155,143,143,0.3);-webkit-box-shadow:0 2px 10px 0 rgba(155,143,143,0.3);
}

.aui-navBar:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-navBar-item {
    height: 2.25rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    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.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #a0a0a0;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item: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-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;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #fff;
}

.aui-navBar .dt-icon { font-size:1.1rem; color:#333; margin-bottom:0.15rem}
.aui-navBar .dt-icon-fanhui { left:-0.3rem}
.dt-icon-star {
    margin-right: 0.75rem;
}

.btn-block {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 100%;
    display: block;
    font-size: 0.36rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    border-radius: 3px;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    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;
    z-index: 998;
}

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.28rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

/* footer */
.aui-footer-button {
    background-color: hsla(0,0%,100%,.95);
    position: relative;
    height: 2.5rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.aui-footer-button:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-footer-flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-footer-wrap {
    width: 14%;
	height:2.5rem;
    position: relative;
    text-align: center;
    display: block;
    -webkit-user-select: none
}

.aui-footer-wrap:active {
    background: #f1f1f1;
}

.aui-footer-wrap .dt-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
	font-size:1.1rem;
	top:0.1rem;
    position: relative;
}

.aui-footer-wrap span {
    font-size: 0.5rem;
    color: #666;
    display: block;
    line-height: 1rem;
	margin-top:0.4rem;
}

.aui-footer-group {
    position: relative;
    height: 2.4rem;
}

.aui-footer-flex1 {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-obtn {
    position: relative;
    z-index: 10;
    line-height: 50px;
    text-align: center;
    background: #e4393c;
    color: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    width: 100%;
    font-weight: bold;
	border-radius:0;
	padding:0;
}

.aui-obtn-gray {
    background: #404040;
}

.aui-obtn-red {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff0102),to(#ff3162));
    background-image: -webkit-linear-gradient(left,#ff0102,#ff3162);
    background-image: -moz-linear-gradient(left,#ff0102,#ff3162);
    background-image: linear-gradient(to right,#ff0102,#ff3162);
    background-color: #ff0c17;
}

.main_img ul li img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.img_font {
    position: absolute;
}

.img_gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 16rem;
    border-bottom: 1px solid #e9e9e9;
}
.img_gallery li { height:100%;}
.img_font {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAA8CAYAAACtrX6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkQ5NDVCRjM5OTQ2MTFFOEE2MTBDRDNEQ0RBNTA1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkQ5NDVCRjQ5OTQ2MTFFOEE2MTBDRDNEQ0RBNTA1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RDk0NUJGMTk5NDYxMUU4QTYxMENEM0RDREE1MDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RDk0NUJGMjk5NDYxMUU4QTYxMENEM0RDREE1MDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsfGhYcAAAVfSURBVHja7F1dbBRVGL2zs7M/pC3W+mD8aQ1UCUlRiUZKrELE+Gh8sYJQMCVCfKyiGOOLL0YFo09GURTUBgE1xmebUGhiJSEqRVIEm1isPthSoQv7Mzu7no+5TXiB3fm/s/1OcrINzNy73zl7Z+43e++3WrVaFYzGRYIlaGwkr/cfu3ftZnVihB0v73BmcADQwfvBh8F7wWXgnWAb2CSPyYEz4HnwDDgGjoC/gJZimsYinqAN1sBHDMMYKJfLT+B+v6jG8U2SHWDPNf9+AfwO3A8eA6OaOFyNB9yiaVov4mlyEw/OvYhzvwkjnqDuwalEIvECAqFP77Bpmk/VYe6NcDPYT22BZ8Ft1EeIxlJf2xDT3/I99Ndh7nWBcxdfE8+5IONJBPAJ74ex/1YqlQ8QSGsA73kp+BH4hxRJC3jEUjxT1CdiujWAPpYEGY+fBnfquv47XvfC2JYQRtUd1Bd4lPoOoH2K5zcZzy1xjccvg58GT1uW1SnCRw9G2Bgun+v9aGzduseN5qbmD2U8y6OIBzwhNY3c4EQqlf4Mr4dAI6rpLEZYBpfPAzD6dHt7x6buVd1LnJxPx3d03LUxkdAHh4Z+ODmXm9seZTxAi9R0l1ePvMyidcNIHSmVij2q5C0wevnk5J9fgIfmZ6a6nsxnMpmZdDp90TCSV0yzvKhYLC4uFAptllXO0jGjP43SyzMqprfgbeBmt2mVW4M1pD7HTLO0WtG8v3f+D5goLl/OXWVM8aw0d4ubdMrV8E+nM/uR+qwWjLDQB74Zyj0YI7evWCz0seah41U3txGnBndi5O5lrSPDHqcplBODNaQiQxHPLhc6aHb9sZOHIXUbnEqltiIVaWeNI8dacKPfBmdxaX6PtVUGb5MnvhmczWZ3enm4zvAdlBtv9ctgrVAoDLCmymGgnntxTYOTyeRjIX15wHAGehz7qGeDMXN+g7VUFpu9GqyVSqUHWUdl8WSty3Qtg7vANOuoLOh76hWuDcbsuZc1jEVe7M7gfD7/OuunPFa6Ntgw+KlkDNDp2uByuczyqY/bXRvM+5ZigRZPeTBDeTSzwQsYNzRY0zRWSH3MuTY4keAB3tAGW5bF8qmPv1wbnEwa37J+yuOchzzYHGb9lMfPXmbRR1g/5THsxeAxzKRzrKGymAZPejGYHmV9zToqi+9Fje0sNfOgarW6j3VUFp/XOqCeRPcoLtPnWUvlMCHszeKeDcYgrr7DeiqH90Uduw3rfVRF+5H+YU2VARWD+aSeA+s1OA++wroqg53SE98MJgxyXqxM3jtY78FODKbrPdVzmmONI8Ml8HnhYKe/06+LzsoOGNFgu/RABGUw4SD4FmsdOkjzr5ye5PYL39fAL1nz0DAoNXcMt1V26B7wnLArrm5QTIxJcFTXk1daW286k0lnZoxU6hKVUdJ1PW9ZVpbKKJmlUkuhWGibnf1vmSynRMtXukHVNrkfEC4r7HgxmECrATbJnOwlFZSAiQdhHpUdqlD5pOnpaUfnd3Wt6BkfH3+3XDYfUsRc2nRPtbIqbhvwuianIt9Ar5zhRTm77IW5672IcerU2AjMXSXjyUUdD/iil3j8MHgeh8EHhF3sOmyMyL4P+9gmtbWyEeLxc1UdLR1ZI+zSAlMhCDEl+1ojaixbWcjx+L1ski4nnwq7pjPlbBMBCDEh214q+6oEKHrs4wlqXWxR2EW77hb29sZ9wi7L7xYXZBtrZZt7ZB9hIbbxBP2bDfRpHJbU5b2FalzeB94j7B+xoHL9VMHHlBObWWF/c0XFxX8FfxR2/WQV1vDGLp4wf3WFAjou2QiIRTwa7yBsbPDelAbH/wIMADZBraEaDGs2AAAAAElFTkSuQmCC');
    width: 50px;
    height: 24px;
    background-size: 50px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 10px;
}

.aui-product-head {
    padding: 0.25rem 0.8rem;
}
.aui-product-head td { line-height:0.6rem;}
.aui-product-head h2 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
}

.aui-product-head h2 {
    color: #ff0000;
    font-size: 1.4rem;
}

.aui-product-head span {
    color: #FF0000;
    font-size: 1.2rem;
    padding: 0 0.4rem;
    line-height: 1.75rem;font-weight: bold;
    font-family: Arial;
}

.aui-product-head em {
    background: #fff0f0;
    color: #ff0000;
    font-size: 0.6rem;
    border-radius: 0.5rem;
    font-style: normal;
    padding: 0 0.3rem;
    margin: 0.2rem 0 0 0.25rem;
}

.aui-product-title {
    padding: 0.1rem 0.8rem 0.5rem 0.25rem;
}

.aui-product-title h2 {
    color: #333;
    font-size: 0.8rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-weight:bolder;
	padding:0 0.5rem;
}

.aui-product-title-text h2 {
    font-weight: normal;
    font-size: 0.6rem;
    color: #414040;
}

.aui-tag-info {
    padding: 9px 0 9px 10px;
    margin: 0.8rem 0.8rem 0 0.8rem;
    background: #f7f7f7;
    zoom: 1; }

.aui-tag-info img {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.aui-tag-info span {
    float: left;
    margin-right: 10px;
    font-size: 0.6rem;
    color: #666;
}

.aui-ad-img {
    padding: 0 0.8rem;
	margin:0 0.75rem;
	height: 4rem;
	overflow:hidden;
}

.aui-ad-img img {
    width:100%;
	height:100%;
    display: block;
    border: none;
}

.aui-module-box ul li {
    position: relative;
    padding: 0.8rem 0.8rem;
    font-size: 0.8rem;
}

.aui-module-box ul li:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-module-hd {
    padding-right: 0.8rem;
    color: #7d7d7d;
	font-size: 0.65rem;
}

.aui-module-bd {
    color: #333;
    font-size: 0.65rem;
}

.aui-module-fr {
    position: relative;
    width: 100%;
}

.aui-module-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #9a9a9a;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    border-radius: 1px;
}

.aui-show-box-title {
    position: relative;
    background: #fff;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.8rem;
    color: #333;
}

.aui-show-box-title:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-show-box-img {
    margin-right: .8em;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.aui-show-box-img img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.aui-show-box-cp {
    padding: 0.8rem;
}

.aui-show-box-text {
    text-align: left;
    font-size: 0.6rem;
}

.aui-show-box-text h2 {
    font-size: 0.7rem;
    color: #ff0e0e;
}

.aui-show-box-text h2 em {
    font-style: normal;
    background: #ff0e0e;
    color: #fff;
    font-size: 0.6rem;
    padding: 0 0.2rem;
	margin-left:0.25rem;
}

.aui-show-box-text h3 {
    color: #999;
    font-weight: normal;
    font-size: 0.6rem;
    padding-top: 0.3rem;
}

.aui-show-box-text h3 em {
    font-style: normal;
}

.aui-show-box-text p {
    font-size: 0.6rem;
    color: #ff0e0e;
    padding-top: 0.3rem;
}

.aui-show-box-text p em {
    font-style: normal;
}

.aui-category-box {
    padding: 0.25rem 0.6rem 0.6rem 0.6rem;
    text-align: left;
}

.aui-category-box p {
    color: #333;
    font-size: 0.6rem;
    padding-bottom: 0.5rem;
}

.aui-category-box-item {
    border-radius: 0.8rem;
    border: 1px solid #d2d2d2;
    font-size: 0.6rem;
    color: #333;
    padding: 0.15rem 0.75rem;
    display: inline-block;
    margin: 0 0.2rem 0.5rem 0.2rem;
}

.active {
    background: #ff1c3a;
    color: #fff;
    border: 1px solid #ff1c3a;
}

.aui-category-box-list {
    padding-bottom: 0.25rem;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aui-category-box-list:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-category-box-item:active {
    background: #ff1c3a;
    color: #fff;
    border: 1px solid #ff1c3a;
}
.aui-show-box-title .cance-close { width:1.5rem; height:1.5rem; display:block}
.dt-icon-close { color:#333333; font-size:1.2rem; top:-0.25rem;}

.aui-module-bd span {
    color: #ff1c3a;
}

.aui-address-box-item .aui-address-box-item-img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    padding-bottom: 0.3rem;
}

.aui-address-box-item-img img {
    width: 25px;
    height: 25px;
}

.aui-address-box-item span {
    width: 100%;
    color: #333;
    display: block;
    font-size: 0.7rem;
    padding-top: 0.4rem;
}

.aui-address-box-item {
    width: 37%;
    text-align: center;
}

.aui-address-box {
    padding-left: 1rem;
}

.aui-address-box-item-line-one {
    position: relative;
}

.aui-address-box-item-line-one:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 34px;
    left: 80px;
    width: 55%;
    height: 1px;
    border-bottom: 1px solid #4c4c4c;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-otext-info {
    padding: 0.8rem;
    height: 14rem;
    text-align: left;
}

.aui-otext-info p {
    font-size: 0.7rem;
    padding-bottom: 0.3rem;
}

.aui-divheight {
    width: 100%;
    height: 10px;
    background: #f2f0f0;
}

.aui-evaluate-hd {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.aui-evaluate-box {
    padding: 0.8rem;
}

.aui-evaluate-fr {
    position: relative;
    text-align: right;
    color: #ff0000;
    font-size: 0.7rem;
    line-height: 1rem;
    padding-right: 14px;
}

.aui-evaluate-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #9a9a9a;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    border-radius: 1px;
}

.aui-evaluate-item {
    padding-bottom: 0.8rem;
}

.aui-evaluate-box .aui-category-box-item {
    background: #fdeaea;
    border: 1px solid #fdeaea;
}

.aui-evaluate-box .aui-category-box-item:active {
    color: #333;
}

.aui-evaluate-box .aui-category-box-item em {
    font-style: normal;
}

.aui-slide-list {
    margin: 10px 0;
    padding-left: 0px;
    overflow: hidden;
    height: 8.2rem;
}

.aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9.3rem;
    font-size: 0;
    padding-right: 20px;
    margin-left: 0;
}

.aui-slide-item-item {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.aui-link {
    display: block;
}

.aui-page-hd {
    position: relative;
    float: right;
}

.aui-slide-item-item a img {
    height: 6rem;
    display: block;
    border: none;
    border-radius: 0 5px 5px 0px;
}

.aui-page-hd span {
    background-color: rgba(0,0,0,0.4);
    padding: 1px 8px;
    border-radius: 21px;
    color: #ffffff;
    font-size: 0.6rem;
    position: absolute;
    right: 10px;
    top: 10px;
}

.aui-page-bd {
    font-size: 0.8rem;
    color: #333333;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    width: 150px;
}

.aui-page-bd h3 {
    font-weight: bold;
    font-size: 0.9rem;
}

.aui-page-bd p {
    color: #525252;
    font-size: 0.6rem;
    white-space: initial;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0.5rem;
    padding-right: 12px;
}

.aui-price {
    color: #969696;
    font-size: 0.6rem;
}

.aui-original {
    color: #7f7f7f;
    position: relative;
    font-size: 0.65rem;
}

.aui-page-bd p em {
    font-style: normal;
    font-weight: bold;
}

.aui-user-img {
    width: 30px;
    height: 30px;
}

.aui-slide-item-item .aui-user-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    border-radius: 100%;
}

.aui-user-text {
    padding-left: 0.4rem;
}

.aui-user-text h4 {
    font-size: 0.8rem;
    /* font-weight:normal; */
}

.aui-user-item {
    padding-bottom: 0.4rem;
}

.aui-link-more {
    width: 8rem;
    height: 8rem;
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding-top: 3rem;
}

.aui-link-more p {
    color: #666;
    font-size: 0.7rem;
}

.icon-qa {
    background-size: 18px;
    margin-right: 2px;
}

.aui-question {
    color: #383838;
    font-size: 0.75rem;
}

.aui-question a {
    padding-bottom: 0.4rem;
}

.aui-pp-box {
    padding: 0.5rem 0.8rem;
}

.aui-pp-box-img img {
    width: 70px;
}

.aui-pp-box-text {
    padding-left: 0.5rem;
    color: #565656;
    font-size: 0.8rem;
}

.aui-pp-box {
    position: relative;
}

.aui-pp-box:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-box-all {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0;
    color: #333;
    font-size: 0.6rem;
}

.aui-box-all a {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
}

.aui-box-all a div {
    font-size: 0.8rem;
    color: #333;
}

.aui-all-class {
    text-align: center;
    height: 2.5rem;
}

.aui-all-class a {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 0.6rem;
    border-radius: 2.5rem;
    padding: 0.3rem 0.8rem;
    margin: 0 0.5rem;
}

.aui-vertical .aui-page-hd {
    float: initial;
    /* width: 0%; */
}

.aui-vertical .aui-page-bd {
    width: auto;
    padding-left: 0;
    float: initial;
}

.aui-vertical .aui-slide-list {
    height: 10.25rem;
    margin-top: 0.75rem;
	margin-bottom:0;
}

.aui-vertical .aui-slide-item-list {
    height: 10.25rem;
}

.aui-vertical .aui-page-bd p {
    -webkit-line-clamp: 2;
    color: #000;
}

.aui-pp-box-text h2 {
    font-size: 0.9rem;
}

.aui-pp-box-text p {
    font-size: 0.8rem;
    color: #999;
    font-weight: normal;
}

.aui-pp-box-text p em {
    color: #333;
    font-style: normal;
}

.aui-vertical .aui-slide-item-item {
    width: 35%;
}

.aui-vertical .aui-slide-item-item a img {
    border-radius: 5px;
}

.aui-vertical .aui-price {
    color: #ff0102;
    font-size: 0.8rem;
}

.aui-vertical .aui-slide-item-item {
    border: none;
}
#scrollBg {
	position:absolute;
    width: 70%;
	top:0;
	left:15%;
    height: 2.25rem;
    line-height: 2.25rem;
    display: none;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
}
#item-title {
	position:absolute;
    width: 70%;
	top:0;
	left:15%;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.7rem;
    color: #000000;
}
.aui-link-me {
    position: fixed;
    z-index: 10042;
    width: 10rem;
    margin: 0 auto;
    left: 50%;
    margin-left: -5rem;
}

.aui-navBar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
}

#scrollBg a {
    font-size: 0.7rem;
	padding:0 0.5rem;
    color: #333;
    z-index: 1002;
}

.tab-nav {
    height: 2rem;
    line-height: 2rem;
    border-radius: 80px;
    display: block;
    position: relative;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item {
    height: 2rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.7rem;
    display: block;
    float: left;
    padding: 0 0.75rem;
    width: 50%;
    cursor: pointer;
}

.tab-nav-item.tab-active {
    /* background-color: #51bd03; */
}

.tab-nav-item.tab-active a {
    color: #000000;
    font-weight: bold;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
    color: #999999;
}

.tab-panel {
    position: relative;
    overflow: hidden;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
    z-index: 4;
    background-color: #000000;
}

.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.aui-introduce .tab-nav .tab-active {
    background: #404040;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.aui-introduce .tab-nav {
    border-radius: inherit;
    margin: 0.8rem;
    border: 1px solid #404040;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.aui-introduce .tab-nav-item.tab-active:before {
    background-color: #404040;
    bottom: 1px;
    height: 0;
}

.aui-introduce .tab-nav-item.tab-active a {
    color: #fff;
}

.aui-introduce .tab-nav:after {
    border-bottom: none;
}

.aui-introduce .tab-nav-item {
    line-height: 35px;
    height: 35px;
}

.aui-page-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-page-pig {
    padding: 0.8rem;
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 100%;
}

.aui-Written-text {
    width: 100%;
    padding: 0.8rem;
    color: #999;
    font-size: 0.75rem;
    background: #ffffff;
    text-align: left;
}

.aui-Written-text h3 {
    font-style: normal;
    font-weight: bold;
    color: #333;
    padding: 0.8rem 0;
}

.aui-Written-title {
    width: 100%;
    padding: 0.8rem;
    color: #999;
    font-size: 0.75rem;
    background: #fff;
    text-align: left;
}

.aui-Written-title h3 {
    font-style: normal;
    font-weight: bold;
    color: #333;
    padding: 0.8rem 0;
    text-align: center;
}

.aui-Written-title p {
    padding-bottom: 0.8rem;
    line-height: 20px;
}

.tab-item-faq {
    position: relative;
    margin: 0 0.99rem;
    text-align: center;
    padding-bottom: 30px;
}

.tab-item-faq h2 {
    color: #333;
    font-size: 0.6rem;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 25px;
}

.tab-item-faq h2 span {
    display: block;
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: 0.75rem;
    background: #fff;
    text-align: center;
}

.tab-item-faq-text {
    padding: 0 0.8rem;
}

.tab-item-faq-text {
    color: #333;
    font-size: 0.6rem;
}

.tab-item-faq-text h3 {
    padding-bottom: 0.5rem;
}

.tab-item-faq-text ul li {
    padding-bottom: 0.8rem;
}
.mall-tag-title{ height:1.55rem;}
#scrollBg .ishowtab { display:-webkit-inline-box; height:2.25rem; line-height:2.25rem;}
#scrollBg .tab-active { border-bottom: 3px #333 solid}
.mall-price {font-weight:bold;font-family:Arial;color:#FF0000;}
.mall-price span {font-size:24px;}
.mall-alter {width:128px;height:32px;border:#CCCCCC 1px solid;float:left;}
.mall-alter input{width:62px;min-height: 32px;height:32px;line-height:32px;border:none;text-align:center;padding:0;float:left;font-size:14px;}
.mall-alter b,.mall-alter i {display:block;width:32px;height:30px;line-height:30px;background:#F2F2F2;text-align:center;float:left;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;user-select:none;}
.mall-alter b {border-left:#CCCCCC 1px solid;font-size:18px;}
.mall-alter i {border-right:#CCCCCC 1px solid;font-style:normal;font-size:22px;}
.mall-alter b:hover,.mall-alter i:hover {background:#E2E2E2;}
.mall-amount {display: inline-block;height: 32px;line-height: 32px;float: left;margin-left: 24px;color: #666666;}
.relate_1,.relate_2 {display:inline-block;height:32px;float:left;margin:0 10px 10px 0;}
.relate_1 img,.relate_2 img {width:32px;height:30px;float:left;}
.relate_1 b,.relate_2 b {float:left;display:inline-block;max-width:320px;height:32px;line-height:32px;overflow:hidden;font-weight:normal;padding:0 10px;}
.relate_2 em {display:block;width:16px;height:16px;background:url('img/relate_on.gif') no-repeat;z-index:1;position:absolute;margin:32px 0 0 32px;}
.relate_1 a:link,.relate_1 a:visited,.relate_1 a:active {display:inline-block;height:32px;border:#CCCCCC 1px solid;}
.relate_1 a:hover {border:#C90000 1px solid;}
.relate_2 a:link,.relate_2 a:visited,.relate_2 a:active,.relate_2 a:hover {display:inline-block;height:32px;color:#333333;border:#C90000 1px solid;background:url('img/relate_on.gif') no-repeat right bottom;}

.nv_1,.nv_2,.nv_3 {float:left;padding:4px 10px;margin:0 10px 10px 0;cursor:pointer;}
.nv_1 {border:#CCCCCC 1px solid;}
.nv_1:hover {border:#C90000 1px solid;}
.nv_2 {border:#C90000 1px solid;background:url('img/relate_on.gif') no-repeat right bottom;}

.promos {}
.promos span {display:block;float:left;padding:2px 6px;margin-right:10px;background:#FFDEDF;color:#DF3033;border-left:#DF3033 1px dotted;border-right:#DF3033 1px dotted;border-top:#DF3033 1px solid;border-bottom:#DF3033 1px solid;}
.promos span:hover {background:#FFFFFF;}

.mall-info {padding:0.5rem 0;color: #7d7d7d;font-size: 0.65rem;}
.mall-info .tl {width:3rem;text-align:center;}
.mall-info .td { padding-left:0;}
