body{font-size:0.16rem;}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: "Microsoft YaHei",SimSun;
    font-style: normal;
}
li { list-style-type: none; }
button { outline: none; } 


p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 0.16rem 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 0.16rem;
}

ul,ol{padding: 0;margin:0}
 
 
/* ==========================================================================
   Component: Grid
 ============================================================================ */
.am-container {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

@media only screen and (min-width:641px) {
  .am-container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.am-container > .am-g {
  width: auto;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
@media only screen and (min-width:641px) {
  .am-container > .am-g {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}
.am-g .am-g {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  width: auto;
}
@media only screen and (min-width:641px) {
  .am-g .am-g {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}
[class*="am-u-"] {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media only screen and (min-width:641px) {
  [class*="am-u-"] {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.16rem 0;  
}
/* ==========================================================================
   Component: Code
 ============================================================================ */
/* Inline code */
code {
  font-size: 0.13rem;
}
/* Code block */
pre {
  padding: 0.1rem;
  margin: 0.1rem  0;
  font-size: 0.13rem;
}
/* Enable scrollable blocks of code */
.am-pre-scrollable {
  max-height: 2.4rem;
}
/* ==========================================================================
   Component: Button
 ============================================================================ */
.am-btn { 
  font-size: 0.16rem;
}
/* button size */
.am-btn-xs {
  font-size: 0.12rem;
}
.am-btn-sm {
  font-size: 0.14rem;
}
.am-btn-lg {
  font-size: 0.18rem;
}
.am-btn-xl {
  font-size: 0.2rem;
}
.am-table {
  margin-bottom: 0.16rem;
}
.am-table > thead > tr > th,
.am-table > tbody > tr > th,
.am-table > tfoot > tr > th,
.am-table > thead > tr > td,
.am-table > tbody > tr > td,
.am-table > tfoot > tr > td {
  padding: 0.07rem;
}
.am-table-compact > thead > tr > th,
.am-table-compact > tbody > tr > th,
.am-table-compact > tfoot > tr > th,
.am-table-compact > thead > tr > td,
.am-table-compact > tbody > tr > td,
.am-table-compact > tfoot > tr > td {
  padding: 0.04rem;
}
legend {
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  padding-bottom: 0.05rem;
}
output {
  padding-top: 0.16rem;
  font-size: 0.16rem;
}
/* Common form controls */
.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
  font-size: 0.16rem;
}
.am-form-help {
  font-size: 0.13rem;
}
/* form group */
.am-form-group {
  margin-bottom: 0.15rem;
}
.am-form-file input[type="file"] {
  font-size: 5rem;
}
/**
 * Checkboxes and radios
 * Indent the labels to position radios/checkboxes as hanging controls.
*/
.am-radio,
.am-checkbox {
  min-height: 0.192rem;
}
/* Form field size */
.am-input-sm {
  font-size: 0.14rem !important;
}
.am-input-lg {
  font-size: 0.18rem !important;
}
.am-form-group-sm .am-checkbox,
.am-form-group-sm .am-radio,
.am-form-group-sm .am-form-label,
.am-form-group-sm .am-form-field {
  font-size: 0.14rem !important;
}
.am-form-group-lg .am-checkbox,
.am-form-group-lg .am-radio,
.am-form-group-lg .am-form-label,
.am-form-group-lg .am-form-field {
  font-size: 0.18rem !important;
}
.am-topbar {
  margin-bottom: 0.16rem;
}
.am-topbar-brand {
  font-size: 0.18rem;
}
.am-breadcrumb {
  padding: .7em .5em;
  margin-bottom: 0.2rem;
}
.am-pagination {
  margin: 0.15rem 0;
}
/* ==========================================================================
   Component: Article
 ============================================================================ */
.am-article + .am-article {
  margin-top: 0.24rem;
}
/* Sub-object `.@{ns}article-title` */
.am-article-title {
  font-size: 0.28rem;
}
/* Sub-object `.@{ns}article-meta` */
.am-article-meta {
  font-size: 0.12rem;
}
/* Sub-object `.@{ns}article-lead` */
.am-article-lead {
  font-size: 0.14rem;
}
/* Sub-object `.@{ns}article-divider` */
.am-article-divider {
  margin-bottom: 0.24rem;
}
* + .am-article-divider {
  margin-top: 0.24rem;
}
.am-badge {
  padding: 0.25em 0.625em;
  font-size: 0.12rem;
}
.am-comment-title {
  font-size: 0.16rem;
}
.am-comments-list .am-comment {
  margin: 0.16rem 0 0 0;
}
.am-btn-group-xs > .am-btn {
  font-size: 0.12rem;
}
.am-btn-group-sm > .am-btn {
  font-size: 0.14rem;
}
.am-btn-group-lg > .am-btn {
  font-size: 0.18rem;
}
.am-input-group-label {
  font-size: 0.16rem;
}
.am-input-group-lg > .am-form-field,
.am-input-group-lg > .am-input-group-label,
.am-input-group-lg > .am-input-group-btn > .am-btn {
  font-size: 0.18rem !important;
}
.am-input-group-sm > .am-input-group-label,
.am-input-group-sm > .am-input-group-btn > .am-btn {
  font-size: 0.14rem !important;
}
.am-list {
  margin-bottom: 0.16rem;
}
.am-list > li > a {
  padding: 0.1rem 0;
}
/* Pure text list */
.am-list-static > li {
  padding: .08rem .02rem;
}
.am-list-static.am-list-border > li {
  padding: 0.1rem;
}
.am-list-item-text {
  font-size: 0.13rem;
}
.am-panel-hd {
  padding: 0.06rem 0.125rem;
}

/* Panel content */
.am-panel-bd {
  padding: 0.125rem;
}
/* Panel footer */
.am-panel-footer {
  padding: 0.06rem 0.125rem;
}
.am-progress {
  height: 0.2rem;
  margin-bottom: 0.2rem;
}
/* Progress bar */
.am-progress-bar {
  font-size: 0.12rem;
  line-height: 0.2rem;
}
.am-progress-xs {
  height: 0.06rem;
}
.am-progress-sm {
  height: 0.12rem;
}
.am-thumbnail {
  margin-bottom: 0.2rem;
}
/* Image caption */
.am-thumbnail-caption {
  padding: 0.08rem;
}
.am-thumbnails {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}
.am-thumbnails > li {
  padding: 0 .05rem 0.1rem .05rem;
}
.am-vertical-align-middle,
.am-vertical-align-bottom {
  font-size: 0.16rem;
}
/* Margin helpers */
.am-margin {
  margin: 0.16rem;
}
.am-margin-xs {
  margin: 0.05rem;
}
.am-margin-sm {
  margin: 0.1rem;
}
.am-margin-lg {
  margin: 0.24rem;
}
.am-margin-xl {
  margin: 0.32rem;
}
.am-margin-horizontal {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-margin-horizontal-xs {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.am-margin-horizontal-sm {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.am-margin-horizontal-lg {
  margin-left: 0.24rem;
  margin-right: 0.24rem;
}
.am-margin-horizontal-xl {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}
.am-margin-vertical {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.am-margin-vertical-xs {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.am-margin-vertical-sm {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.am-margin-vertical-lg {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}
.am-margin-vertical-xl {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.am-margin-top {
  margin-top: 0.16rem;
}
.am-margin-top-xs {
  margin-top: 0.05rem;
}
.am-margin-top-sm {
  margin-top: 0.1rem;
}
.am-margin-top-lg {
  margin-top: 0.24rem;
}
.am-margin-top-xl {
  margin-top: 0.32rem;
}
.am-margin-bottom {
  margin-bottom: 0.16rem;
}
.am-margin-bottom-xs {
  margin-bottom: 0.05rem;
}
.am-margin-bottom-sm {
  margin-bottom: 0.1rem;
}
.am-margin-bottom-lg {
  margin-bottom: 0.24rem;
}
.am-margin-bottom-xl {
  margin-bottom: 0.32rem;
}
.am-margin-left {
  margin-left: 0.16rem;
}
.am-margin-left-xs {
  margin-left: 0.05rem;
}
.am-margin-left-sm {
  margin-left: 0.1rem;
}
.am-margin-left-lg {
  margin-left: 0.24rem;
}
.am-margin-left-xl {
  margin-left: 0.32rem;
}
.am-margin-right {
  margin-right: 0.16rem;
}
.am-margin-right-xs {
  margin-right: 0.05rem;
}
.am-margin-right-sm {
  margin-right: 0.1rem;
}
.am-margin-right-lg {
  margin-right: 0.24rem;
}
.am-margin-right-xl {
  margin-right: 0.32rem;
}
/* Padding helpers */
.am-padding {
  padding: 0.16rem;
}
.am-padding-xs {
  padding: 0.05rem;
}
.am-padding-sm {
  padding: 0.1rem;
}
.am-padding-lg {
  padding: 0.24rem;
}
.am-padding-xl {
  padding: 0.32rem;
}
.am-padding-horizontal {
  padding-left: 0.16rem;
  padding-right: 0,16rem;
}
.am-padding-horizontal-xs {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.am-padding-horizontal-sm {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.am-padding-horizontal-lg {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
.am-padding-horizontal-xl {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.am-padding-vertical {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.am-padding-vertical-xs {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.am-padding-vertical-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.am-padding-vertical-lg {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.am-padding-vertical-xl {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.am-padding-top {
  padding-top: 0.16rem;
}
.am-padding-top-xs {
  padding-top: 0.05rem;
}
.am-padding-top-sm {
  padding-top: 0.1rem;
}
.am-padding-top-lg {
  padding-top: 0.24rem;
}
.am-padding-top-xl {
  padding-top: 0.32rem;
}
.am-padding-bottom {
  padding-bottom: 0.16rem;
}
.am-padding-bottom-xs {
  padding-bottom: 0.05rem;
}
.am-padding-bottom-sm {
  padding-bottom: 0.1rem;
}
.am-padding-bottom-lg {
  padding-bottom: 0.24rem;
}
.am-padding-bottom-xl {
  padding-bottom: 0.32rem;
}
.am-padding-left {
  padding-left: 0.16rem;
}
.am-padding-left-xs {
  padding-left: 0.05rem;
}
.am-padding-left-sm {
  padding-left: 0.1rem;
}
.am-padding-left-lg {
  padding-left: 0.24rem;
}
.am-padding-left-xl {
  padding-left: 0.32rem;
}
.am-padding-right {
  padding-right: 0.16rem;
}
.am-padding-right-xs {
  padding-right: 0.05rem;
}
.am-padding-right-sm {
  padding-right: 0.1rem;
}
.am-padding-right-lg {
  padding-right: 0.24rem;
}
.am-padding-right-xl {
  padding-right: 0.32rem;
}
.am-text-default {
  font-size: 0.16rem;
}
.am-text-xs {
  font-size: 0.12rem;
}
.am-text-sm {
  font-size: 0.14rem;
}
.am-text-lg {
  font-size: 0.18rem;
}
.am-text-xl {
  font-size: 0.24rem;
}
.am-text-xxl {
  font-size: 0.32rem;
}
.am-text-xxxl {
  font-size: 0.42rem;
}
[class*='am-align-'] {
  margin-bottom: 0.1rem;
}
.am-align-left {
  margin-right: 0.1rem;
}
.am-align-right {
  margin-left: 0.1rem;
}
/* within am-form-group */
.am-form-group .am-alert {
  font-size: 0.13rem;
}
.am-modal-hd {
  font-size: 0.18rem;
}
.am-modal-btn {
  font-size: 0.16rem;
}
.am-modal-actions-group .am-list > li > a {
  padding: 0.1rem;
}
.am-modal-actions-header {
  padding: 0.1rem;
  font-size: 0.14rem;
}
.am-popup-hd .am-popup-title {
  font-size: 0.18rem;
}
.am-popover-sm {
  font-size: 0.14rem;
}
.am-popover-lg {
  font-size: 0.18rem;
}
.am-checkbox .am-icon-checked:before,
.am-radio .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before,
.am-checkbox .am-icon-unchecked:before,
.am-radio .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
  font: normal normal normal 0.16rem/0.1 "FontAwesome", sans-serif;
}
.am-selected-list {
  font-size: 0.15rem;
}
.am-selected-list .am-selected-list-header {
  font-size: 0.13rem;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent > a::before {
  right: 0.1rem;
  top: 0.14rem;
}
@media only screen and (min-width:641px) {
  .am-menu-dropdown2 .am-menu-nav > li a {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .am-menu-dropdown2 .am-menu-sub a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.am-menu-stack .am-menu-sub {
  font-size: 0.14rem;
}
.am-menu-stack .am-menu-sub a {
  padding-left: 0.2rem;
}
@media only screen and (min-width:641px) {
  .am-menu-stack .am-menu-nav > li a {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.am-pagination-default {
  font-size: 0.16rem;
}
.am-paragraph-table-container table td p {
  text-indent: 0;
  font-size: 0.14rem;
}
.am-paragraph-table-container table td a {
  font-size:  0.14rem;
}b
 
.am-paragraph-default p {
  font-size: 0.14rem;
}

 
.am-titlebar h2 { 
  font-size: 0.16rem;
}

.am-titlebar-default .am-titlebar-title {
  font-size: 0.18rem;
}
 
.am-titlebar-multi .am-titlebar-nav a {
  margin-right: 10px;
}
.am-wechatpay .am-wechatpay-btn {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
 
.am-input-group-sm > .am-input-group-btn > .am-btn, .am-input-group-sm > .am-form-field {
    height: 28px;
    font-size: 0.12rem !important;
}

.am-input-group-sm  select,
.am-input-group-sm  textarea,
.am-input-group-sm  input[type="text"],
.am-input-group-sm  input[type="password"],
.am-input-group-sm  input[type="datetime"],
.am-input-group-sm  input[type="datetime-local"],
.am-input-group-sm  input[type="date"],
.am-input-group-sm  input[type="month"],
.am-input-group-sm  input[type="time"],
.am-input-group-sm  input[type="week"],
.am-input-group-sm  input[type="number"],
.am-input-group-sm  input[type="email"],
.am-input-group-sm  input[type="url"],
.am-input-group-sm  input[type="search"],
.am-input-group-sm  input[type="tel"],
.am-input-group-sm  input[type="color"],
.am-input-group-sm  .am-form-field {
  font-size: 0.12rem !important;
}

/*所有超链接不要下划线*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    vertical-align: middle;
    max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,a:visited,a:hover{ outline:none;}
a:hover, a:focus { color: #d2364c; text-decoration: underline; }

.spatic{width:100%; height:16px;}
h5{float: right;color: #666;padding-right:20px;}
input.add,input.min{width:15px}
.c-p {cursor:pointer;}
.last{border-right:none !important;}
/*选项卡样式定义*/
.am-nav-tabs,.am-tabs-bd{border-color:transparent ;}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus,.am-nav-tabs > li > a:hover ,.am-nav-tabs > li > a:focus {
color: #555555;background:none;border-color:transparent;cursor: default;}
.am-nav-tabs > li{border-bottom:2px solid  transparent;}
.am-nav-tabs > li.am-active {border-bottom:2px solid #d2364c;}
.am-tabs-nav li {height:36px;font-size:16px;line-height:36px ;}
.am-tabs-nav li a,.am-tabs-nav li.am-active a, .am-tabs-nav li{cursor: pointer;}

/*选项卡样式*/
.am-nav-tabs > li.am-active span{color: #E4393C;font-size:16px;}
.am-nav-tabs > li span{font-size:16px;font-weight:500;}

/* 商品分类 */
#goods-category { position: relative; top: -45px; }
.goods-category-s{display: none;}

/*浮动框*/
.nav-search{top:0;left:0;width:100%;z-index:1000; margin:0px auto;background:#fff; padding-top: 5px; position: relative;}
.nav-search .logo{height:36px;width:95px; float: left; display: -webkit-inline-box;}
.logo-big{display:none;}
.logo img{width:100%}
 
/*搜索框*/
.search-bar{height:36px; width: calc(100% - 103px); display: -webkit-inline-box;}
.search-bar form{border:2px solid #2D7BD8; width:100%;position: relative;}
.search-bar input{height:32px;width:72%;outline:none; font-size:12px; border:none}
#search-input { padding-left: 8px; }
#ai-topsearch { width:20%;height:32px;border:none;background: #2D7BD8 none repeat scroll 0% 0%;
color: #F5F5F2;font-size: 14px;cursor:pointer;border-radius:0px 0px; position: absolute;top: 0;right: 0;letter-spacing: 10px;}
.search-hot-keywords { margin-top: 5px; overflow: hidden; display: none; padding: 0;font-size: 14px; }
.search-hot-keywords li { float: left; }
.search-hot-keywords li:not(:last-child) { margin-right: 10px; }

.goto-shopcart {
  position: relative;
  margin-left: 50px;
  float: right;
  cursor: pointer;
}
.goto-shopcart span {
  position: absolute;
  top: -8px;
  left: 22px;
  background: #F44C04;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 10px;
}
@media only screen and (max-width: 800px) {
  .goto-shopcart {
    display: none;
  }
}

/* 导航 */
.shop-nav .am-container { position: relative; }

/* 分类*/
.goods-category-title,.nav-cont{display: none;}

/*侧边导航*/
.mui-mbar-tabs{ display:none;}

/* 顶部小导航 */
.header-top { background-color: #fafafa; border-bottom: solid 1px #f0f0f0;}
.header{ display:none; max-width:1000px; margin:0px auto; font-size:12px;position: relative; }  

.am-footer { border-top: 2px solid #d2364c; }
.footer-bd{ display:none}
.footer{ text-align: center;border-top: 2px solid #F8F8F8; margin-top:20px; padding-top: 5px;margin-bottom:60px ;}
.footer-hd{ display: block;}
.tip{ display:none}


.mobile-navigation{position: fixed;bottom:0px ;width: 100%;z-index: 999;background:#fff ;}
.mobile-navigation li{width: 20%;padding:2px ;background:#fff ;border-top:1px solid #f5f5f5 ;float: left;text-align: center;font-size: 12px; position: relative; }
.mobile-navigation li a { text-decoration: none; }
.mobile-navigation li i{display: block;font-size: 16px; z-index: 1; }
.mobile-navigation li.active a{color:#d2364c ;}
.hot-icon { position: absolute; top: 1%; left: 53%; z-index: 2; border: 1px solid #fff; }

@media only screen and (min-width: 640px) {
    .am-container {padding-left:0px;padding-right:0px ;}
    .shop-nav {position: relative;}

    .nav-search{background: none;}
    .header { display:block;height: 30px;}
    .top-nav-left{ float:left;}
    .top-nav-left .top-nav-items, .top-nav-right .top-nav-items { padding: 0px 8px; height: 30px; line-height: 30px; }
    .top-nav-right {position: absolute; top: 0; right: 0; }
    .top-nav-right .top-nav-items {float: left;}
  
    .nav-search .logo{display:none;}  
    .nav-search .logo-big{ display:block;float:left;height:40px;width:135px; margin:0px auto; margin-left:5px; margin-right: 5px;} 
    .nav-search .logo-big img{width:100%;}
    .search-bar {height: 40px; width: calc(100% - 146px);}
    .search-bar input {width: 78%;height:36px;} 
    .classified{display:none;}
    .mobile-navigation{display:none;}
    .nav-search{ position:relative;top:0px;z-index:0;margin-bottom: 5px;margin-top: 5px;}
     #ai-topsearch{ font-size:14px;height: 36px;line-height: 22px; font-weight: 500; width: 20%;text-align: center; }
     /*底部*/
    .am-footer {text-align:center; display:block;position: relative;margin: 0px auto; padding: 7px 0px 9px; margin-top:20px;}
    .am-footer .footer-bd p, .footer .footer-hd p {margin-bottom: 8px;line-height: 27px;border-bottom: 1px solid #DDD; text-align:left;}
    .am-footer .footer-hd a { margin: 0px 4px;white-space: nowrap;color: #6C6C6C;}
    .am-footer .footer-hd b { margin: 0px 3px;font-weight: 400;color: #DDD;}
    .am-footer .footer-bd p{ border-bottom:none;}
    .footer-bd{ display:block;}
    .bloglist{ margin-top:0px;}
    .shopMain {margin:0px 5px;}
    /*选项卡样式*/
    .am-nav-tabs > li span{font-size:16px;}
}

@media only screen and (min-width: 1025px) {
    .am-container { padding-left:0rem;padding-right:0rem;max-width: 1000px;}
    .shop-nav{margin-top:20px; height: 40px;background: #2D7BD8;}

    .mui-mbar-tabs{ display:block;}  
    .nav-search{padding-left:0px; max-width:1000px; margin:0px auto;padding-top: 20px; height: 86px;}
    .nav-search .logo{display:none;}
    .nav-search .logo-big { display: -webkit-inline-box; float:left;height:60px; width:230px; margin:0px;}
    .search-bar{margin:auto;display: -webkit-inline-box;width: calc(57%);padding-left: 8%;}
    .shopMain{margin:0px 0px 0px 5px;} 
    .shopCon li{width:20%;padding:10px;}
    .tip{display:block;}
    .search-hot-keywords { display: block; }
          
    /*分类*/
    .goods-category-s {display:block;position: absolute;}
    .goods-category-s, .goods-category-title { z-index: 100; }
    .nav-table{max-width:1000px;margin: 0px auto;height: 45px;position: relative;overflow: hidden;}
    .all-goods{font-size: 16px;}
    .goods-category-title{background:#e2e2e2;color:#2D7BD8 ;height: 48px;line-height: 48px;display:block;position: absolute;width:150px ;text-align: center;font-size:16px ;top:5px;z-index: 6;cursor: pointer;top: -3px;}
    .goods-category-title .nav-shadow {
      position: absolute;
    }
    .goods-category-title .nav-left {
      left: -13px;
    }
    .goods-category-title .nav-right {
      right: -13px;
    }
    .nav-cont{padding-left:150px;display:block;width:100% ;background: #2D7BD8;}
    .nav-cont li{float: left;height: 40px;line-height: 40px;white-space: nowrap;position: relative;top: -16px;}
    .nav-cont li::before{content: '\20';display: inline-block;height: 16px;width: 0;vertical-align: middle;margin-left: -1px;}
    .nav-cont li a {font-size: 16px;color: #fff;line-height: 36px;margin-left: -1px;padding: 0 15px;text-decoration: none;font-weight: 700;display: inline-block;vertical-align: middle;}
    /* .nav-cont li a:hover { color:#d2364c; } */

    .nav-cont .nav-extra{position: absolute;right:0px ;top:0px;font-size: 14px;line-height:33px;height:33px ;width:110px;text-align:center;background: #e1363f;cursor: pointer;}
    .nav-cont .nav-extra .nav-user{background:#e0313b; width: 33px;height: 33px;border-radius: 33px;position: absolute;left:-28px;z-index: 2;padding: 1px;overflow: hidden;}
    .nav-cont .nav-extra b{display:block;position: absolute;width: 40px;height: 40px;border-radius:45px;z-index: 1;left: -31px;top: -4px;background: #fff;}
    .nav-cont .nav-extra .am-icon-angle-right { margin-left: 5px; }
    .nav-cont .nav-extra * { color:#fcff00; text-decoration: none; }
    b.line{display: block;width:100%;height:2px ;border-bottom:2px solid #d2364c;position: absolute;top:180px;z-index:5;}

    /*分类*/
    #goods-category .category-content{ position:relative; width: 150px; float: left; z-index: 113;background:#fff; top: 45px;}
    #goods-category .category-content .all-goods { display: block; padding: 0; border-radius: 5px 5px 0 0; font-weight: 600; line-height: 36px;width:150px;height: 36px; padding: 0; border-radius: 5px 5px 0 0; color: #fff; text-align: center; font: 16px/36px "Microsoft YaHei";}
    #goods-category .category-content .all-goods em{ font: 12px/36px "Microsoft YaHei"; }
    .category-content .category{ border-top: none; background: #2D7BD8;}
    .category-content .category{  width:1.5rem; max-height: 4.32rem; overflow-x: hidden;} /*overflow-y: hidden; */
    .category-content .down-ico{ position: absolute; top: 48px; left: 95px; width: 10px; height: 6px; background-position: 0 -131px; z-index: 11111; }
    .category-content .category-list{padding: 0;}
    .category-content .category-list li { height:36px;  margin-top: -2px;z-index:113;border-top: 0px solid #fff;border-bottom: 1px solid #fff}
    .category-content .category-list li.first{ margin-top: 0; }
    .category-content .category-list li.last .c-category-list{ border-bottom: none; }
    .category-content .category-list a:hover{ text-decoration: none; color: #D2364C; }
    .category-content .category-name{ overflow:hidden; position: relative;text-align: center;}
    .category-content .category-name img{ position: absolute; top: 6px; width: 25px; height: 25px; left: 6px; display:block;}
    .category-content .category-name .ml-22{font-size:14px ;padding-left: 0px;}
    .category-content .category-list .bd-b{ height: 1px;  margin: -1px 10px 0 10px;  background: #eee; line-height: 1; font-size: 0; }
    .category-content .b-category-name {line-height:32px;padding-top:3px ;padding-left:5px; padding-right: 35px;}
    .category-content .b-category-name b{ margin-left: 4px; font:400 12px/28px "宋体"; }
    .category-content .hover .b-category-name {color: #4c4c4c}
    .category-content .b-category-name { color: #fff; }
    .category-content .c-category-list a{ margin-right:8px; color:#626262; }
    .category-content .b-category-name .fr{ background-position:0 -629px; width:22px; height:22px; margin:10px 16px 0 0; }
    .category-content .s-category-name{ height:22px;}
    .category-content .s-category-name a{ margin:0 16px 0 0; font:12px/22px "宋体";}
    .category-content .category-info{ position:relative;height:100%;  padding-left: 12px;width: 152px;overflow: hidden;}
    .category-content .category-info em{ position:absolute; top:8px; right:20px; width: 13px; height: 13px; font: 12px/18px "宋体"; color: #9b9b9b;}
    .category-content .category .hover{ margin-left: -1px; padding-left: 1px;z-index:999;} 
    .category-content .hover .category-info{ border:none; text-decoration:none; background: #fff;  }
    .category-content .menu-item { position: absolute;left: 149px;z-index: 11; height:100%;padding:0 0 0 2px;width:7.7rem;background: #fff; border:none; border: 1px solid #bbb9; border-left: 0; overflow-y: hidden;overflow-x: hidden;}
    .category-content .menu-item .area-in{ position: relative;  z-index: 1;  }
    .category-content .menu-item .area-bg{ padding: 10px 0 10px 40px;}
    .shadow-bg{ display: none; position: relative; width: 100%; height: 0; } 
    .shadow-b,.shadow-bg i{background: url(themes/mall/default/styles/default/images/index_ico.png) no-repeat; }
    .shadow-r,.shadow-l{ background: url(themes/mall/default/styles/default/images/shadow.png) no-repeat; }
    .shadow-bg i,.shadow-b{ position: absolute; width: 100%; height: 0; height: 2px\9; background-position: 0 -188px; background-repeat: repeat-x;  }
    .shadow-bg i,.shadow-b{ _height:0; }
    .shadow-l{  position: absolute; left: 0; _left:-42px; top: 0; width: 0; width: 2px\9;  height: 100%; background-position: right 0;  background-repeat: repeat-y;  }
    .shadow-r{  position: absolute; right: 0; top: 0; width: 0; width: 2px\9;  height: 100%;  background-repeat: repeat-y;  }
    .category-content .menu-in{ display: none; }
    .category-content .category-list li.hover .category-info{z-index:999;}
    .category-content .category-list li.hover .b-category-name a{ color:#4c4c4c; }
    .category-content .menu-srot{width: 100%; overflow:hidden;}
    .menu-srot .sort-side{ overflow:hidden }
    .sort-side .dl-sort{ float:left; width:100%; }
    .sort-side dt { margin-top: 5px; font-size: 14px; font-weight: bold; color: #db3e54; text-align: left;}
    .sort-side dd { float:left; margin: 2px 6px 4px 0;}
    .sort-side dd a{ float:left; width: auto; letter-spacing:0.5px;  line-height: 14px;  color:#888; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; padding: 3px 10px; border:1px solid #e6e6e6; }
    .sort-side dd a span.red{ color:#DB3E54; }
    .menu-srot .brand-side{ float: left; position: relative;margin-left: -10px; padding-top: 10px; }
    .brand-side {margin-top: 50px; border-top: 1px solid #eae9e9;}
    .brand-side .dl-sort{overflow: hidden; height: 70px;}
    .brand-side dt { position: absolute; top: -22px; padding:0 10px; font-size: 14px; font-weight: bold;}
    .brand-side dd { float: left; padding: 5px 0; }
    .brand-side dd a{ display: block; padding: 0 10px; line-height: 1; border-right: 1px solid #bcbcbc; color: #888; }
    .brand-side dd a.more{color: #b6b6b6;}

    .category-content .menu-item.top{top:0px;}
    .category-content .menu-item.bottom{bottom: -2px;*bottom: -6px;_bottom: -7px;}
    /*导航图标*/
    #meauBack{display: none;}
    .sort-side .dl-sort{ float:left; width:50%; margin-top: 0; }
    .category-list li.hover .menu-in { border: 1px solid #333; }   
}

@media only screen and (min-width: 1260px) {
    .am-container, .footer, .nav-table {padding-left:0rem;padding-right:0rem;max-width: 1200px;}
    .footer{margin: auto;}

    /*导航*/
    .goods-category-title {width:180px;}
    .nav-cont {padding-left: 180px;}
    .nav-cont ul { overflow: hidden; }
    .nav-cont li{position: relative;top: 0;}
    /* 分类 */
    #goods-category .category-content{ position:relative; width: 180px; float: left; z-index: 113; top: 45px; }
    #goods-category .category-content .all-goods {width:180px;}
    .category-content .category{  width:180px; max-height: 4.32rem;  overflow-x: hidden;}/*overflow-y: hidden;*/
    .category-content .category-info {padding-left: 12px;width: 182px;overflow: hidden;}
    .category-content .menu-item {left: 179px;}
    .category-content .category-list li {height:43px;}
    .category-content .b-category-name {padding-left:10px; padding-right: 35px;}
    .category-content .category-name i {top:6px}
    .category-content .category-info em{top:9px}
}

.am-accordion-gapped {
  margin: .05rem 0.1rem;
}
.am-accordion-gapped .am-accordion-item {
  margin: .05rem 0;
}

.am-accordion-gapped .am-accordion-title {
  padding: 0.08rem 0.2rem 0.08rem 0.1rem;
}
.am-accordion-gapped .am-accordion-title:after {
  font: normal normal normal 0.16rem/1 "FontAwesome", sans-serif;
  margin-top: -0.08rem;
}

.am-divider {
  margin: 0.15rem auto;
}

.am-accordion-content {
  margin-top: 0;
  padding: 0.08rem 0.1rem 0.12rem;
  font-size: 0.14rem;
}

.am-accordion-default {
  margin: 0.1rem;
}

.am-accordion-default .am-accordion-title {
  padding: .08rem 0.1rem;
}
.am-accordion-default .am-accordion-title:before {
  font: normal normal normal 0.16rem/1 "FontAwesome", sans-serif;
}
.am-accordion-basic {
  margin: 0.1rem;
}
.am-accordion-basic .am-accordion-title {
  padding: .08rem 0 0;
}


/*侧边信息栏*/  
.tip{ position:fixed; top:0px;right:0px;background-color: #e1e1e1; min-height: 100%;z-index: 1000; }
#content {
    width: 800px;
    margin: 0 auto;
    height: 400px;
}
.item {
    text-align: center;
    cursor: pointer;
    position:relative;
    padding-bottom: 3px;
}
.item span,.quick_toggle li span{
display: block;
line-height:38px;
width: 35px;
height: 38px;
background: url(../images/ibar_sprites.png) no-repeat;
}
/*图标定位*/
.item .setting {position:absolute;top: 10px;left: 10px;width: 18px;height: 19px;background-position: 0 0;}
.item:hover .setting{background-position: -33px 0;}
.item .message {position:absolute;top: 10px;left: 8px;width: 22px;height: 19px;background-position: 0px -29px;}
.item:hover .message{background-position: -33px -29px;}
.item .view { position:absolute;width: 18px;height: 18px;background-position: 0 -57px;top: 10px;left: 10px;}
.item:hover .view{background-position: -33px -57px;}
.item .zuji { position:absolute;width: 11px;height: 24px;background-position: -4px -110px;top: 8px;left: 12px;}
.item:hover .zuji{background-position: -36px -110px;}

.item span.wdsc,.item span.chongzhi{ background:none;}


.item:hover,.quick_toggle li:hover{ background:#ed145b;}
.item p {width:16px;margin:0px auto;padding-bottom:10px;}
.item,.nav-content{ font-size:12px;}
.ibar_login_box {width: 267px;height: 185px;padding: 10px;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.4);border-radius: 5px 0 0 5px;border-left: 1px solid #ccc;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;z-index: 3;position: absolute;top: 0px;left: -270px;display: none;}

#shopCart{overflow: hidden;}
p.cart_num {width: 21px; height: 21px; display: block; border-radius: 50%;background: #ED145B none repeat scroll 0% 0%;text-align: center; line-height: 21px;
cursor: pointer;color: #FFF; margin-bottom:10px;}
.item:hover p.cart_num{ background:#FFF;color: #ED145B}
/*小图标定位*/

.quick_toggle {position: absolute;bottom: 0;left: 0;width: 40px;background: #2b2b2b;z-index: 1;}
.item a,.quick_toggle a{ display:block;
width: 40px;
height: 38px;cursor: pointer; position:relative; overflow:hidden; }
.quick_toggle span{position:absolute;top:12px;left:12px;background: url(../images/ibar_sprites.png) no-repeat;}
.quick_toggle .kfzx{background-position:0 -175px;}
.quick_toggle li:hover .kfzx{ background-position:-33px -175px;}
.quick_toggle .mpbtn_qrcode {background-position: 0 -302px; position:absolute;top:12px;left:10px;}
.quick_toggle .top {background-position: 0 -201px; position:absolute;top:12px;left:10px;}


/*展开内容项布局*/
.ia-head-list .num {font-size: 16px;height: 26px;font-family: arial;}
.ia-head-list .pl {width:60px;border-right: dashed 1px #ccc;height: 47px;margin-top: 10px; margin-left:6px;text-align: center;float: left;}
.pl.money{ border-right:none;}
.ia-head-list {height: 66px;width: 200px;background: #f3f3f3;overflow: hidden;zoom: 1;margin-top: 15px;color: #4a4a4a;}
/*头像*/
.ibar_login_box .avatar_imgbox {width: 100px;height: 100px;border-radius: 50%; overflow:hidden; float:left;}
.status_login .user_info {overflow: hidden;color: #333;padding-top: 30px;line-height: 24px;width: 140px;float: left;}
.ibar_login_box .login_btnbox {width: 200px;height: 79px;border-top: 1px dotted #d5d5d5;overflow: hidden;padding-top: 15px;clear: both; margin:0px auto;}
.ibar_login_box .login_btnbox a {width: 94px;height: 30px;line-height: 30px;text-align: center;border: 1px solid;color: #333;text-decoration: none;float: left;background-position: 0 -408px;background-repeat: repeat-x;border-color: #e9e9e9;}


.mp_tooltip {height: 38px;line-height: 38px;width: 92px;position: absolute;z-index: 2;left: -121px;top: 0;background: #2b2b2b;color: #d8d8d8;text-align: center;display: block;visibility: hidden;font-size:12px;}
.icon_arrow_white {position: absolute;right: -5px;top: 15px;width: 5px;height: 9px;background:url(../images/ibar_sprites.png) no-repeat;background-position: 0 -253px;}
.icon_arrow_right_black {position: absolute;right: -5px;top: 15px;width: 5px;height: 9px;
background:url(../images/ibar_sprites.png) no-repeat;background-position:0px -234px;overflow: hidden;}


.mp_qrcode {padding: 10px;width: 148px;height: 150px;top: -50px;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.4);border-radius: 5px 0 0 5px;border: 1px solid #ccc;z-index: 3;position: absolute;left: -154px;display: none;}
.mp_qrcode .icon_arrow_white{top:105px;}
.nav-content {position: absolute;min-height: 100%; width: 200px;background-color: #fff;z-index: 99;text-align: center;right:-165px;border-radius: 5px 0 0 5px;border: 1px solid #999; padding-top:15px;}


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


.am-article-title.blog-title{font-size:24px;line-height: 1.15;font-weight: normal;margin: 10px 0px 20px;}
.blog-content p{margin: 0 0 1.6rem 0;font-size:14px;}

/**
 * 公共
 */
/* 导航分割 */
.spacing-nav-title {
    position: relative;
    color: #d2364c;
    text-align: center;
    background-color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
}
.spacing-nav-title .line {
    display: inline-block;
    width: 50%;
    height: 1px;
    background: #d2364c;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.spacing-nav-title .text-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

/* 文字自动隐藏 */
.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;      
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    color: #666;
}

/**
 * 灰色文字标记
 */
.gray-text { color: #999; }

/* 价格颜色 */
.price strong {color: #E4393C; font-weight: 600; }
.outer-con .price { color: #F40404; font-weight: bold; }
.outer-con .price strong {font-size: 12px;color: #333;font-weight: normal;}
.items-nav-title a:hover { color: #d2364c; }
.price strong {color: #c00; font-weight: 600; }

/* 公共错误提示页面 */
.tips-error, .tips-success { margin: 10% 0; }
.tips-pay-success, .tips-pay-error, .tips-error, .tips-success { box-shadow: none; text-align: center; }
.tips-error i.am-icon-times-circle, .tips-success i.am-icon-check-circle { font-size: 26px; }
.tips-error i.am-icon-times-circle { color: #F44336; }
.tips-success i.am-icon-check-circle { color: #4CAF50; }
.tips-error span.msg, .tips-success span.msg { font-size: 22px; margin-left: 10px; }
.tips-error .tips-nav, .tips-success .tips-nav { margin-top: 20px; }
.tips-error .tips-nav .am-btn:not(:first-child), .tips-success .tips-nav .am-btn:not(:first-child) { margin-left: 20px; }

/* 页面加载数据 */
.loding-view { text-align: center; color: #888; padding: 10px 0; }

/**
 * 混合提示
 */
.mixed-tips { width: 280px; overflow: hidden; margin:0 auto; margin-top: 5%; margin-bottom: 10%; }
.mixed-tips .icon { font-size: 68px; color: #ccc; margin-right: 15px; line-height: 108px; }
.mixed-tips-content { margin-top: 10px; }
.mixed-tips-content h1 { font-size: 14px; font-weight: 500; }
.mixed-tips-content ul { margin-top: 5px; }
.mixed-tips-content ul li a { color: #d13b49; }

/**
 * 底部
 */
.am-footer, .am-footer-miscs {
    font-size: 12px !important;
}
.am-footer-default a {
    color: #333;
}
.am-footer-default .am-footer-divider {
    padding: 0 5px;
}
.am-footer-default .am-footer-miscs a {
    color: #8e8e8e;
    display: inline-block;
    max-width: 30%;
}

.am-list-news-hd {
  padding-top: 0.12rem;
  padding-bottom: 0.08rem;
}

.am-list-news-hd h2 {
  font-size: 0.16rem;
  height: 0.2rem;
  line-height: 0.2rem;
}

.am-list-news-hd .am-list-news-more {
  font-size: 0.13rem;
  height: 0.2rem;
  line-height: 0.2rem;
}
.am-list-date {
  font-size: 0.13rem;
  top: 0.13rem;
}
.am-list-item-desced {
  padding-bottom: 0.1rem;
}
.am-list-item-desced > a {
  padding: 0.1rem 0;
}

.am-list-news-default .am-list .am-list-item-desced {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
  margin-top: 0.05rem;
}
.am-list-news-default .am-list .am-list-item-thumb-top .am-list-thumb {
  padding: 0;
  margin-bottom: 0.08rem;
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-item-hd {
  padding-bottom: 0.005rem;
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-item-hd {
  clear: both;
  padding-bottom: 0.05rem;
}

/**
 * 底部-手机简洁模式
 */
.friendship-list {
    margin-top: 20px;
    margin-bottom: 10px;
}
.friendship-list h2 {
    border-bottom: 1px solid #e3e0e0;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.friendship-list ul {
    overflow: hidden;
}

/**
 * 友情链接
 */
.friendship-list ul li {
    line-height: 26px;
}
.friendship-list ul li:not(:last-child) {
    margin-right: 10px;
}
.friendship-list ul li:not(:last-child) a {
    padding-right: 10px;
}
.friendship-list ul li.title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

/**
 * 框架覆盖
 */
/* 手机模式下 */
@media only screen and (max-width:640px) {
    .am-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-search{
      background-color: #0057c8;
      padding:10px 0;
    }

    .search-bar{
      display: block;
      margin:0 auto;
    }

    .search-bar form{
      border-radius: 15px;
      padding: 0 15px;
      overflow: hidden;
      background-color: #5c94de;
      border: solid 1px #5c94de !important;
    }

    .search-bar #search-input{
      width: 90% !important;
      background-color: #5c94de;
      color:#fff;
    }

    #ai-topsearch{
      display: none;
    }
}

ul.am-dropdown-content {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #ededed;
    padding: 0;
}
ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus {
    background-color: #ffeaed;
}
ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus,
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
    color: #d2354c !important;
    background-color: transparent;
}

.am-article-title.blog-title{
    font-size: 24px;
    line-height: 1.15;
    font-weight: normal;
    margin: 10px 0px 20px;
}

/**
 * 轮播图片
 */
.am-slider-a1 .am-control-nav li a.am-active {
    background-color: #d3374b;
}
.am-slider-a1 .am-control-nav li a {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 3px #fff;
    box-shadow: inset 0 0 3px #fff;
}
.am-slider-a1 .am-control-nav {
    bottom: 10px;
}
.am-slider-a1 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * PC
 */
@media only screen and (min-width: 641px) {
    /**
     * 图片验证码
     */
    #verify-img-value { float: left; width: 50%; margin-right: 5px; }

    /**
     * 公共登录窗口
     */
    .common-login-modal { max-width: 400px; height: 378px; left: calc(50% - 200px); top: calc(50% - 189px); margin-left: 0; margin-top: 0; }
}

/**
 * 手机
 */
@media only screen and (max-width: 641px) {
    /**
     * 图片验证码
     */
    #verify-img-value { margin-bottom: 10px; }

    /**
     * 公共登录窗口
     */
    .common-login-modal { height: 410px; top: calc(100% - 410px);}
}


/**
 * 框架覆盖
 */
/**
 * 操作按钮
 */
.am-btn-default {
    color: #959595 !important;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.am-btn-default:hover, .am-btn-default:focus {
    background-color: #D4D3D3;
}
.am-btn-default:hover, .am-btn-default:focus, .am-btn-default:active, .am-btn-default.am-active, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    color: #666 !important;
    border-color: #D4D3D3;
}
.am-btn-default.am-disabled, .am-btn-default[disabled], fieldset[disabled] .am-btn-default, .am-btn-default.am-disabled:hover, .am-btn-default[disabled]:hover, fieldset[disabled] .am-btn-default:hover, .am-btn-default.am-disabled:focus, .am-btn-default[disabled]:focus, fieldset[disabled] .am-btn-default:focus, .am-btn-default.am-disabled:active, .am-btn-default[disabled]:active, fieldset[disabled] .am-btn-default:active, .am-btn-default.am-disabled.am-active, .am-btn-default[disabled].am-active, fieldset[disabled] .am-btn-default.am-active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.am-btn-default:active, .am-btn-default.am-active, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    background-image: none;
    background-color: #D4D3D3;
}

.am-btn-secondary {
    color: #f77076 !important;
    background-color: #ffe2e5;
    border-color: #ffe2e5;
}
.am-btn-secondary:hover, .am-btn-secondary:focus {
    background-color: #fd9ba5;
}
.am-btn-secondary:hover, .am-btn-secondary:focus, .am-btn-secondary:active, .am-btn-secondary.am-active, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    color: #fff !important;
    border-color: #fd9ba5;
}
.am-btn-secondary.am-disabled, .am-btn-secondary[disabled], fieldset[disabled] .am-btn-secondary, .am-btn-secondary.am-disabled:hover, .am-btn-secondary[disabled]:hover, fieldset[disabled] .am-btn-secondary:hover, .am-btn-secondary.am-disabled:focus, .am-btn-secondary[disabled]:focus, fieldset[disabled] .am-btn-secondary:focus, .am-btn-secondary.am-disabled:active, .am-btn-secondary[disabled]:active, fieldset[disabled] .am-btn-secondary:active, .am-btn-secondary.am-disabled.am-active, .am-btn-secondary[disabled].am-active, fieldset[disabled] .am-btn-secondary.am-active {
    background-color: #ffc4d8;
    border-color: #ffc4d8;
}
.am-btn-secondary:active, .am-btn-secondary.am-active, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    background-image: none;
    background-color: #fd9ba5;
}

.am-btn-primary {
    color: #d13b49 !important;
    background-color: #ffcbd0;
    border-color: #ffcbd0;
}
.am-btn-primary:hover, .am-btn-primary:focus {
    background-color: #f77682;
}
.am-btn-primary:hover, .am-btn-primary:focus, .am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff !important;
    border-color: #f77682;
}
.am-btn-primary.am-disabled, .am-btn-primary[disabled], fieldset[disabled] .am-btn-primary, .am-btn-primary.am-disabled:hover, .am-btn-primary[disabled]:hover, fieldset[disabled] .am-btn-primary:hover, .am-btn-primary.am-disabled:focus, .am-btn-primary[disabled]:focus, fieldset[disabled] .am-btn-primary:focus, .am-btn-primary.am-disabled:active, .am-btn-primary[disabled]:active, fieldset[disabled] .am-btn-primary:active, .am-btn-primary.am-disabled.am-active, .am-btn-primary[disabled].am-active, fieldset[disabled] .am-btn-primary.am-active {
    background-color: #ffcbd0;
    border-color: #ffcbd0;
}
.am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    background-image: none;
    background-color: #f77682;
}

.am-btn-danger {
    color: #DC9A9A !important;
    background-color: #F8F2F2;
    border-color: #F8F2F2;
}
.am-btn-danger:hover, .am-btn-danger:focus {
    background-color: #F5D2D2;
}
.am-btn-danger:hover, .am-btn-danger:focus, .am-btn-danger:active, .am-btn-danger.am-active, .am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
    color: #fff !important;
    border-color: #F5D2D2;
}
.am-btn-danger.am-disabled, .am-btn-danger[disabled], fieldset[disabled] .am-btn-danger, .am-btn-danger.am-disabled:hover, .am-btn-danger[disabled]:hover, fieldset[disabled] .am-btn-danger:hover, .am-btn-danger.am-disabled:focus, .am-btn-danger[disabled]:focus, fieldset[disabled] .am-btn-danger:focus, .am-btn-danger.am-disabled:active, .am-btn-danger[disabled]:active, fieldset[disabled] .am-btn-danger:active, .am-btn-danger.am-disabled.am-active, .am-btn-danger[disabled].am-active, fieldset[disabled] .am-btn-danger.am-active {
    background-color: #F8F2F2;
    border-color: #F8F2F2;
}
.am-btn-danger:active, .am-btn-danger.am-active, .am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
    background-image: none;
    background-color: #F5D2D2;
}

.am-btn-success {
    color: #82BE82 !important;
    background-color: #E4F3E4;
    border-color: #E4F3E4;
}
.am-btn-success:hover, .am-btn-success:focus {
    background-color: #A5DEA5;
}
.am-btn-success:hover, .am-btn-success:focus, .am-btn-success:active, .am-btn-success.am-active, .am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    color: #fff !important;
    border-color: #A5DEA5;
}
.am-btn-success.am-disabled, .am-btn-success[disabled], fieldset[disabled] .am-btn-success, .am-btn-success.am-disabled:hover, .am-btn-success[disabled]:hover, fieldset[disabled] .am-btn-success:hover, .am-btn-success.am-disabled:focus, .am-btn-success[disabled]:focus, fieldset[disabled] .am-btn-success:focus, .am-btn-success.am-disabled:active, .am-btn-success[disabled]:active, fieldset[disabled] .am-btn-success:active, .am-btn-success.am-disabled.am-active, .am-btn-success[disabled].am-active, fieldset[disabled] .am-btn-success.am-active {
    background-color: #E4F3E4;
    border-color: #E4F3E4;
}
.am-btn-success:active, .am-btn-success.am-active, .am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    background-image: none;
    background-color: #A5DEA5;
}

.am-btn-warning {
    color: #FF9800 !important;
    background-color: #ffe5be;
    border-color: #ffe5be;
}
.am-btn-warning:hover, .am-btn-warning:focus {
    background-color: #ffc165;
}
.am-btn-warning:hover, .am-btn-warning:focus, .am-btn-warning:active, .am-btn-warning.am-active, .am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
    color: #fff !important;
    border-color: #ffc165;
}
.am-btn-warning.am-disabled, .am-btn-warning[disabled], fieldset[disabled] .am-btn-warning, .am-btn-warning.am-disabled:hover, .am-btn-warning[disabled]:hover, fieldset[disabled] .am-btn-warning:hover, .am-btn-warning.am-disabled:focus, .am-btn-warning[disabled]:focus, fieldset[disabled] .am-btn-warning:focus, .am-btn-warning.am-disabled:active, .am-btn-warning[disabled]:active, fieldset[disabled] .am-btn-warning:active, .am-btn-warning.am-disabled.am-active, .am-btn-warning[disabled].am-active, fieldset[disabled] .am-btn-warning.am-active {
    background-color: #ffe5be;
    border-color: #ffe5be;
}
.am-btn-warning:active, .am-btn-warning.am-active, .am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
    background-image: none;
    background-color: #ffc165;
}


/**
 * 分页
 */
.am-pagination > .am-active > a, .am-pagination > .am-active > a:hover { background-color: #d13b49; border-color: #d13b49; }

/**
 * 弹窗
 */
.am-popup-bd {
    padding: 5px;
    background: none;
}

/**
 * 列表按钮美化
 */
table.am-table .am-btn-default {
    border: 1px solid #666;
    background: #fff;
    color: #666;
}
table.am-table .am-btn-default:focus, table.am-table .am-btn-default:active, table.am-table .am-btn-default.am-active {
    color: #666 !important;
    border-color: #666;
}
table.am-table .am-btn-default:hover {
    background: #666;
    color: #fff !important;
}

table.am-table .am-btn-primary {
    border: 1px solid #d13b49;
    background: #fff;
    color: #d13b49;
}
table.am-table .am-btn-primary:focus, table.am-table .am-btn-primary:active, table.am-table .am-btn-primary.am-active {
    color: #d13b49 !important;
    border-color: #d13b49;
}
table.am-table .am-btn-primary:hover {
    background: #d13b49;
    color: #fff !important;
}

table.am-table .am-btn-secondary {
    border: 1px solid #E91E63;
    background: #fff;
    color: #E91E63;
}
table.am-table .am-btn-secondary:focus, table.am-table .am-btn-secondary:active, table.am-table .am-btn-secondary.am-active {
    color: #E91E63 !important;
    border-color: #E91E63;
}
table.am-table .am-btn-secondary:hover {
    background: #E91E63;
    color: #fff !important;
}

table.am-table .am-btn-success {
    border: 1px solid #5eb95e;
    background: #fff;
    color: #5eb95e;
}
table.am-table .am-btn-success:focus, table.am-table .am-btn-success:active, table.am-table .am-btn-success.am-active {
    color: #5eb95e !important;
    border-color: #5eb95e;
}
table.am-table .am-btn-success:hover {
    background: #5eb95e;
    color: #fff !important;
}

table.am-table .am-btn-warning {
    border: 1px solid #F37B1D;
    background: #fff;
    color: #F37B1D;
}
table.am-table .am-btn-warning:focus, table.am-table .am-btn-warning:active, table.am-table .am-btn-warning.am-active {
    color: #F37B1D !important;
    border-color: #F37B1D;
}
table.am-table .am-btn-warning:hover {
    background: #F37B1D;
    color: #fff !important;
}

table.am-table .am-btn-danger {
    border: 1px solid #f00;
    background: #fff;
    color: #f00;
}
table.am-table .am-btn-danger:focus, table.am-table .am-btn-danger:active, table.am-table .am-btn-danger.am-active {
    color: #f00 !important;
    border-color: #f00;
}
table.am-table .am-btn-danger:hover {
    background: #f00;
    color: #fff !important;
}

/**
 * tabs
 */
.am-tabs-d2 {
    margin: 0;
}
.am-tabs-d2 .am-tabs-nav a {
    text-decoration: none;
}
.am-tabs-d2 .am-tabs-nav > .am-active {
    border-bottom: 2px solid #ed5563;
    background-color: #fff1f5;
}
.am-tabs-d2 .am-tabs-nav > .am-active a {
    color: #d2364c;
}
.am-tabs-d2 .am-tabs-nav > .am-active:after {
    border-bottom-color: #ed5563;
}
.am-tabs-d2 .am-tabs-bd {
    border: none;
    z-index: 0;
}
.am-tabs-d2 .am-tabs-bd .am-tab-panel {
    padding: 0;
}


/**
 * 主导航
 */
.shop-navigation {
    margin: 0px;
    min-height: 40px;
    border-bottom: 2px solid #d2364c;
}
.shop-navigation .am-container {
    position: relative;
}
.shop-navigation .am-nav > li {
    white-space: nowrap;
}
.shop-navigation .am-nav > li > a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    vertical-align: middle;
}
.shop-navigation .am-nav > li > a:after {
    bottom: -3px;
}
.shop-navigation .am-nav > li > a:hover,
.shop-navigation .am-nav > li > a:focus,
.shop-navigation .am-nav > li > a.active {
    background-color: transparent;
    color: #d2354c;
}
.shop-navigation .am-nav > li ul.am-dropdown-content > li > a.active {
    text-decoration: none;
    color: #d2354c;
    background-color: #fff5f6;
}
.shop-navigation .wap-logo {
    max-width: 100px;
    max-height: 45px;
    padding: 5px;
    line-height: 30px;
}
.shop-navigation .wap-logo img {
    max-width: 100%;
}
@media only screen and (min-width: 641px) {
    .shop-navigation {
        background: transparent;
        padding: 0 5px;
    }
    .shop-navigation .am-topbar-nav > li > a {
        line-height: 37px;
    }
    .shop-navigation .am-topbar-nav > li > a:hover:after,
    .shop-navigation .am-topbar-nav > li > a.active:after {
        border-bottom-color: #d2354c;
    }
    .shop-navigation .am-topbar-nav > li > a.active:after {
        opacity: 1;
    }
    .shop-navigation .am-topbar-collapse {
        margin-left: 150px;
    }
}
@media only screen and (min-width: 1025px) {
    .shop-navigation {
        padding: 0;
    }
    .shop-navigation .am-container {
        padding-left: 150px;
    }
    .shop-navigation .am-topbar-collapse {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1260px) {
    .shop-navigation .am-container {
        padding-left: 180px;
    }
}
@media only screen and (max-width:1025px) {
    .shop-navigation {
        margin-top: 20px;
    }
    .shop-navigation .am-topbar-nav {
        width: 100%;
    }
}
@media only screen and (max-width:641px) {
    .shop-navigation {
        background: #d2354c;
        margin-top: 0;
        border-bottom: 0;
    }
    .shop-navigation .am-topbar-collapse {
        background: #f5f5f5;
        border-bottom: 2px solid #d2354c;
    }
    .shop-navigation .am-nav > li:not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
    }
    .shop-navigation .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content li:not(:first-child) {
        border-top: 1px solid #f5f5f5;
    }
    .shop-navigation .am-nav > li > a {
        padding: 5px 0px;
    }
    .shop-navigation .am-topbar-nav {
        margin-bottom: 0;
    }
    .shop-navigation .navigation-search 
    {
        display: -webkit-box !important;
        margin-top: 8px;
        width: calc(100% - 160px);
    }
    .shop-navigation .navigation-search input {
        border-color: #fff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .shop-navigation .navigation-search input,
    .shop-navigation .navigation-search .am-btn,
    .shop-navigation .switch-submit {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .shop-navigation .switch-submit {
        border-radius: 4px;
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff !important;
        background-color: #d2354c;
    }
    .shop-navigation .navigation-search .am-btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fff;
        border-color: #fff;
        color: #bebebe !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* 用户 */
img.common-user-icon {
    max-height: 15px;
    vertical-align: middle;
}

/**
 * 用户中心左侧菜单
 */
.user-menu {position:fixed;z-index:1020;bottom:70px;right:10px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);}
.user-sidebar {width:145px;min-height:100%;float:left;}
.user-sidebar .am-active {z-index:1600;}
.user-sidebar .am-active a, .user-sidebar-list li a:hover {background:#fff1f5; text-decoration: none; color: #d2364c; }
.user-sidebar-list li a {color:#5c5c5c;padding-left:10px;padding: 0.08rem;}
.user-sidebar-list li:first-child {border-top:none;}
.user-offcanvas-bar .am-list > li { border: 1px solid #ffe8ef; }
.user-sidebar-sub {margin-top:0;margin-bottom:0;}
.user-sidebar-sub li { border-left: 0!important; border-right: 0!important; }
.user-sidebar-sub li a { padding-left:35px; }
.user-content {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;background:#fff;}
.user-content-body {-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto; }
.user-offcanvas-bar { z-index: 900; }
@media only screen and (min-width:640px) {
    .user-sidebar {display:block;position:relative;background:none; border-top: 5px solid #ED5564;z-index: 0;}
    .user-offcanvas-bar {position:static;width:auto;background:none;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);overflow-y:hidden;}
    .user-offcanvas-bar:after {content:none;}
    .user-main { padding: 0 5px; }
    .user-content-body { padding: 0 0 5px 10px; }
}
@media only screen and (min-width: 1025px) {
    .user-main { padding: 0; }
}
@media only screen and (max-width:640px) {
    .user-sidebar {width:inherit;}
    .user-offcanvas-bar {background:#f3f3f3;}
    .user-offcanvas-bar:after {background:#BABABA;}
    .user-sidebar-list a:hover,.user-sidebar-list a:active {-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;background:#E4E4E4;}
    .user-content-body { padding: 0 5px 5px 5px; }
}
.user-main { padding-top: 10px; }

.more-icon-rotate {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition: all 300ms;transition: all 300ms;}
button { outline: none !important; }
.chosen-container .chosen-results li.highlighted{ background-color: #fff1f5; color: #d2364c; }


.am-switch.am-switch-xs .am-switch-handle-on, .am-switch.am-switch-xs .am-switch-handle-off, .am-switch.am-switch-xs .am-switch-label
{
  font-size: 0.12rem;
}

/**
 * 公共头像样式
 */
.common-cropper-popup .cropper-images-view,
.common-cropper-popup .img-preview,
.common-cropper-popup .submit-operation { overflow:hidden; }
.common-cropper-popup .img-container { width:200px; height:200px; margin-bottom:5px; }
.common-cropper-popup .cropper-input-images-submit { width:104px; margin:0px 5px 0px 2px; height: 32px; }
.common-cropper-popup .preview-lg { width:180px; height:180px; }
.common-cropper-popup .preview-md { width:100px; height:100px; }
.common-cropper-popup .preview-sm { width:50px; height:50px; }
.common-cropper-popup .img-preview { margin-left:20px; border: 1px solid #eee; background-color: #f9f9f9; }
.common-cropper-popup .cropper-container, .cropper-input-images-submit { border-radius:2px; }
.common-cropper-popup .am-form-file input[type="file"] { width: 105px; height: 32px; }
.common-cropper-popup .am-form-group { width: auto; }
.common-cropper-popup form.am-form .am-form-group-refreshing { padding: 0 !important; }
@media only screen and (max-width:641px){
    .common-cropper-popup .img-preview { margin-left:10px; }
    .common-cropper-popup .preview-md,
    .common-cropper-popup .preview-sm { margin:0 0 5px 8px; }
    .common-cropper-popup .preview-md { width:90px; height:90px; }
    .common-cropper-popup .preview-sm { width:50px; height:50px; }
}

/**
 * 插件标记
 */
.plugins-tag {
    text-align: center;
    padding: 5px;
}
.plugins-tag span {
    font-size: 16px;
    font-weight: bold;
    color: #e90000;
    text-shadow: 1px 1px #bfbfbf;
    background: #ffdfdf;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #ffd4d4;
}


ul.top-nav-right{margin:0;}

.am-footer {
  border-top: 0px;
}
legend {
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid #e5e5e5;
}
legend .legend-title {
    font-size: 12px;
}

.am-footer-miscs img {
  margin: 0.2rem 0.1rem;
}
.am-gallery-default .am-gallery-title{font-size:0.16rem;}
.am-gallery-default .am-gallery-desc { 
  font-size: 0.12rem;
}
.goods-items{
  border: 1px solid; border-color: #f0f0f0;
  }
.count-item { background: #fff;border: 1px solid #333;padding: 0 8px !important;}
.count-item-left {border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.count-item-right {border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.count-item-num {border: 1px solid #333;text-align: center;}
.stock-tag .am-form-field { padding: 3px; height: 25px; text-align: center; font-size: 16px !important; }
.stock-tag .am-input-group-label { line-height: 23px; height: 25px; font-size: 14px !important; padding: 0 10px; }
.stock-tag .am-input-group-label, .cart-nav label { cursor: pointer; }

.tablesorter-default{
  font:inherit !important;
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDow{
  border-bottom: 0!important;
}
.items-value-empty {
    color: #999;
}
img, input {
  vertical-align: middle;
  max-width: 100%;
}

/*新品图标*/
.plugins-goodsphototag {
  z-index: 2;
  position: absolute;
}
.plugins-goodsphototag img {
  max-width: 60px !important;
  padding: 0px !important;
}
.plugins-goodsphototag-top-left {
  top: 0;
  left: 0;
  text-align: left;
}
.plugins-goodsphototag-top-right {
  top: 0;
  right: 0;
  text-align: right;
}
.plugins-goodsphototag-bottom-left {
  bottom: 73px;
  left: 0;
  text-align: left;
}
.plugins-goodsphototag-bottom-right {
  bottom: 73px;
  right: 0;
  text-align: right;
}

/*标签*/
.more-tips{
  z-index: 2;
  position: absolute;
  float: left;
  width: 100%;
  margin-left: 3px;
  text-align: left;
}
.more-tips .more-tips-discount{
  font-size: 12px;
  color: #ffffff;
  height: 20px;
  padding: 0 10px;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  vertical-align: 3px;
}
/*新品-标签*/
.more-tips .more-new-product{
  border: 1px solid #e1251b;
  background-color: #e1251b;
}
/*首购*/
.more-tips .more-first-buy{
  border: 1px solid #2D7BD8;
  background-color: #2D7BD8;
}