body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
button,
.ec-inlineBtn,
.ec-inlineBtn--action,
.ec-inlineBtn--green,
.ec-inlineBtn--cancel,
.ec-inlineBtn--primary {
  border-radius: 4px;
  margin-bottom: 5px;
}
.ec-role {
  color: #333;
}
.pc {
  display: none;
}
.ec-headerNav__item--pc {
  display: none !important;
}
.line_clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  height: 2.8em;
  line-height: 1.4em;
}
.ec-sliderRole {
  padding: 0;
}
/* 页头 */
header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNav {
  display: flex;
  align-items: center;
}
.ec-headerNaviRole {
  margin-bottom: 10px;
}
.ec-headerNaviRole__logo {
  max-width: 120px;
}
h1.ec-headerNaviRole__logo {
  margin: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 80%;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #337ab7;
}
.menu_button {
  color: #337ab7;
  padding: 8px 1em;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-radius: 4px;
  color: #337ab7;
  box-shadow: 0px 2px 3px 0px #337ab7;
  margin-right: 10px;
  font-weight: 600;
}   
.menu_button:active {
  transform: scale(0.95);
  box-shadow: 0px 1px 2px 0px #337ab7;
}
.ec-headerNav_login_button {
  background-color: #337ab7;
  padding: 8px 1em;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0px 2px 3px 0px #337ab7;
  margin-right: 5px;
  font-weight: 600;
} 
.ec-headerNav_login_button:active {
  transform: scale(0.95);
  box-shadow: 0px 1px 2px 0px #337ab7;
} 
.ec-cartNavi {
  padding: 0;
  margin-left: 5px;
}
.ec-cartNavi .ec-cartNavi__badge {
  background-color: red;
  font-weight: 600;
}
.ec-cartNavi .cart-button {
  display: inline-block;
  transition: transform 0.1s ease;
}

.ec-cartNavi .cart-button:active {
  transform: scale(0.95);
}

.ec-topicpath {
  font-size: 14px;
}
.ec-topicpath .ec-topicpath__item a {
  color: black;
}
.ec-topicpath .ec-topicpath__item--active a {
  font-weight: normal;
  color: black;
}
.ec-topicpath svg {
  margin-right: 3px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}
/* 弹出菜单 */
.ec-drawerRole {
  display: none;
  width: 100%;
  height: 100%;
  transform: translateX(-100vw);
  background-color: #fff;
  padding-top: 60px;
}
.ec-drawerRoleClose {
  z-index: 100001;
}
.ec-drawerRoleClose {  
  background: none;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
}
.ec-drawerRole .ec-headerLinkArea {
  background-color: #337ab7;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  text-align: center;
}

.ec-headerNavSP {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  top: 50px;
  right: 45px;
  left: unset;
  padding: unset;
  width: unset;
  height: unset;
  background-color: #e9f4ff;
}

.ec-headerNavSP.is-show {
  display: block;
  opacity: 1;
  padding: 5px;
}
/* 弹出选项的搜索框 */
.ec-drawerRole .ec-headerSearch {
  padding: 8px;
  background-color: #fff;
}
.ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 10px;
  border: 2px solid #337ab7;
  background-color: #fff;
}
.ec-blockTopBtn {
  background: none;
  height: 100px;
  width: auto;
  right: 40px;
  z-index: 999;
}
.slick-slider {
  margin-bottom: 0;
}

.ec-custermserver{
  border-top:5px solid #e8e8e8;
  border-bottom:5px solid #e8e8e8;
  border-width:10px 5px;
  padding:10px;
}
.ec-custermserver ul{
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}
.custermserver li{
  font-size:12px;
  text-align: center;
  width:48%;}
.custermserver li i{
  color:orangered;
  float:left;
  font-size:16px;
  margin-right:5px;
  text-shadow:rgba(0, 0, 0, 0.125) 2px 2px 2px;
  vertical-align:middle;}


/*产品详情页*/
.ec-productRole {
  color: #212529;
}
#product_path  {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd; 
  border-top: 1px solid #ddd; 
}
#product_path .ec-topicpath {
  padding: 5px 0;
  margin: 5px 10px;
  border: none;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-weight: bold;
  font-size: 20px;
  color: #212529;
}
.ec-productRole .ec-productRole__price {
  color: #C00;
  font-size: 16px;
  padding: 0;
}
.ec-productRole #ec-point {
  color: red;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  font-weight: bold;
}
.ec-productRole .ec-productRole__note {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;}
.ec-productRole .ec-productRole__note span:first-child {
    color: red;
    font-weight: bold;
    }
.ec-productRole .ec-productRole__note span:last-child {
  color: #0A8800;
  font-weight: 600;}
.ec-productRole__tags {
  margin-top: 16px;
  padding: 0; }
  .ec-productRole .ec-productRole__tag {
  background:#9aaabd;
  color:#fff; }
.ec-productRole__tags .tag_1{
  background:#6bcbca;
  box-shadow: 0px 2px 3px 0px #6bcbca;}
.ec-productRole__tags .tag_2{
  background:#b5b19f;
  box-shadow: 0px 2px 3px 0px #b5b19f;}
.ec-productRole__tags .tag_3{
  background:#f40;
  box-shadow: 0px 2px 3px 0px #f40;}
.ec-productRole__tags .tag_4{
  background:#91bd09;
  box-shadow: 0px 2px 3px 0px #91bd09;}
.ec-productRole__tags .tag_5{
  background:#695b8e;
  box-shadow: 0px 2px 3px 0px #695b8e;}
.ec-productRole__profile .avgrate{
  font-size:16px;}
.ec-productRole__profile .avgrate .recommend_average{
  font-size:18px;
  margin-left:0;
  color: #f69700; }
.ec-productRole__profile .product_review .recommend_level,
#product_review_area .recommend_level {
  color: #f64600;
  font-size: 20px;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 80%;
}
.ec-productRole .ec-productRole__actions .ec-select label {
  margin-right: 1em;
  font-weight: normal;
}
.ec-productRole .ec-productRole__description {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  margin: 8px 0;
  padding: 10px 0;
}

.freeArea-wrapper {
  position: relative;
}

.freeArea {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.freeArea.expanded {
  max-height: none;
}

.freeArea-gradient {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.freeArea-wrapper.expanded .freeArea {
  max-height: none;
}

.freeArea-wrapper.expanded .freeArea-gradient {
  opacity: 0;
}

.freeArea-toggle {
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  height: 44px;
  font-weight: bold;
}

.freeArea-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.freeArea-toggle .text-expand,
.freeArea-toggle .text-collapse,
.freeArea-toggle .toggle-icon {
  position: relative;
  z-index: 2;
}

.freeArea-toggle .text-collapse {
  display: none;
}

.freeArea-wrapper.expanded .text-expand {
  display: none;
}

.freeArea-wrapper.expanded .text-collapse {
  display: inline;
}

.toggle-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-right: 2px solid #0092C4;
  border-bottom: 2px solid #0092C4;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.freeArea-wrapper.expanded .toggle-icon {
  transform: rotate(-135deg);
}

/* 数量调整按钮 */
.ec-productRole__actions .ec-numberInput {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.ec-productRole__actions .quantity-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  min-width: 0;
}

.ec-productRole__actions .quantity-inner {
  position: relative;
  border-radius: 0;
  border: none !important;
}

.ec-productRole__actions .quantity-control {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  border-radius: 0;
  overflow: hidden;
}

.ec-productRole__actions .quantity-btn {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-direction: row;
}

.ec-productRole__actions .quantity-btn-core {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-direction: row;
  position: relative;
  border: 1px solid #ccc;
}

.ec-productRole__actions .quantity-input {
  width: 60px !important;
  font-family: miui, system-ui, -apple-system, BlinkMacSystemFont, \.SFNSText-Regular, Helvetica, Arial, sans-serif, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  margin: 0;
  text-align: center !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}


.ec-blockBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #F5F7F8;
  border-color: #ccc;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn:focus, .ec-blockBtn.focus, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.ec-blockBtn:hover, .ec-blockBtn:focus, .ec-blockBtn.focus {
    color: #525263;
    text-decoration: none; }
.ec-blockBtn:active, .ec-blockBtn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.ec-blockBtn.disabled, .ec-blockBtn[disabled],
  fieldset[disabled] .ec-blockBtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }
.ec-blockBtn:focus, .ec-blockBtn.focus {
    color: #525263;
    background-color: #d7dfe3;
    border-color: #8c8c8c; }
.ec-blockBtn:hover {
    color: #525263;
    background-color: #d7dfe3;
    border-color: #adadad; }
.ec-blockBtn:active, .ec-blockBtn.active,
  .open > .ec-blockBtn.dropdown-toggle {
    color: #525263;
    background-color: #d7dfe3;
    background-image: none;
    border-color: #adadad; }
.ec-blockBtn:active:hover, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:hover, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus,
    .open > .ec-blockBtn.dropdown-toggle:hover,
    .open > .ec-blockBtn.dropdown-toggle:focus,
    .open > .ec-blockBtn.dropdown-toggle.focus {
      color: #525263;
      background-color: #c2ced4;
      border-color: #8c8c8c; }
.ec-blockBtn.disabled:hover, .ec-blockBtn.disabled:focus, .ec-blockBtn.disabled.focus, .ec-blockBtn[disabled]:hover, .ec-blockBtn[disabled]:focus, .ec-blockBtn[disabled].focus,
  fieldset[disabled] .ec-blockBtn:hover,
  fieldset[disabled] .ec-blockBtn:focus,
  fieldset[disabled] .ec-blockBtn.focus {
    background-color: #F5F7F8;
    border-color: #ccc; }
.ec-blockBtn .badge {
    color: #F5F7F8;
    background-color: #525263; }
.ec-blockBtn .ec-icon img {
    width: 1em;
    vertical-align: text-bottom; }
    
.ec-blockBtn--blue {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--blue:focus, .ec-blockBtn--blue.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.ec-blockBtn--blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #265a88;
}

.ec-blockBtn--blue:active, .ec-blockBtn--blue.active,
.open > .ec-blockBtn--blue.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #265a88;
}

.ec-blockBtn--blue:active:hover, .ec-blockBtn--blue:active:focus, 
.ec-blockBtn--blue:active.focus, .ec-blockBtn--blue.active:hover, 
.ec-blockBtn--blue.active:focus, .ec-blockBtn--blue.active.focus,
.open > .ec-blockBtn--blue.dropdown-toggle:hover,
.open > .ec-blockBtn--blue.dropdown-toggle:focus,
.open > .ec-blockBtn--blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #183854;
}

.ec-blockBtn--blue.disabled:hover, .ec-blockBtn--blue.disabled:focus,
.ec-blockBtn--blue.disabled.focus, .ec-blockBtn--blue[disabled]:hover,
.ec-blockBtn--blue[disabled]:focus, .ec-blockBtn--blue[disabled].focus,
fieldset[disabled] .ec-blockBtn--blue:hover,
fieldset[disabled] .ec-blockBtn--blue:focus,
fieldset[disabled] .ec-blockBtn--blue.focus {
  background-color: #337ab7;
  border-color: #337ab7;
}

.ec-blockBtn--blue .badge {
  color: #337ab7;
  background-color: #fff;
}

.ec-blockBtn--green {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #16a085;
  border-color: #16a085;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--green:focus, .ec-blockBtn--green.focus {
  color: #fff;
  background-color: #107360;
  border-color: #0a4b3e;
}

.ec-blockBtn--green:hover {
  color: #fff;
  background-color: #107360;
  border-color: #0f6d5b;
}

.ec-blockBtn--green:active, .ec-blockBtn--green.active,
.open > .ec-blockBtn--green.dropdown-toggle {
  color: #fff;
  background-color: #107360;
  background-image: none;
  border-color: #0f6d5b;
}

.ec-blockBtn--green:active:hover, .ec-blockBtn--green:active:focus, 
.ec-blockBtn--green:active.focus, .ec-blockBtn--green.active:hover, 
.ec-blockBtn--green.active:focus, .ec-blockBtn--green.active.focus,
.open > .ec-blockBtn--green.dropdown-toggle:hover,
.open > .ec-blockBtn--green.dropdown-toggle:focus,
.open > .ec-blockBtn--green.dropdown-toggle.focus {
  color: #fff;
  background-color: #0c5748;
  border-color: #0a4b3e;
}

.ec-blockBtn--green.disabled:hover, .ec-blockBtn--green.disabled:focus,
.ec-blockBtn--green.disabled.focus, .ec-blockBtn--green[disabled]:hover,
.ec-blockBtn--green[disabled]:focus, .ec-blockBtn--green[disabled].focus,
fieldset[disabled] .ec-blockBtn--green:hover,
fieldset[disabled] .ec-blockBtn--green:focus,
fieldset[disabled] .ec-blockBtn--green.focus {
  background-color: #16a085;
  border-color: #16a085;
}

.ec-blockBtn--green .badge {
  color: #16a085;
  background-color: #fff;
}

.ec-blockBtn--action {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #F40;
  border-color: #F40;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  background-color: #cc3700;
  border-color: #802200;
}

.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #cc3700;
  border-color: #c23500;
}

.ec-blockBtn--action:active, .ec-blockBtn--action.active,
.open > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  background-image: none;
  border-color: #c23500;
}

.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, 
.ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, 
.ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus,
.open > .ec-blockBtn--action.dropdown-toggle:hover,
.open > .ec-blockBtn--action.dropdown-toggle:focus,
.open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #a82e00;
  border-color: #802200;
}

.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus,
.ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover,
.ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus,
fieldset[disabled] .ec-blockBtn--action:hover,
fieldset[disabled] .ec-blockBtn--action:focus,
fieldset[disabled] .ec-blockBtn--action.focus {
  background-color: #F40;
  border-color: #F40;
}

.ec-blockBtn--action .badge {
  color: #F40;
  background-color: #fff;
}

.ec-productRole__customerServer {
  border-top: 1px solid #e8e8e8;
  padding: 5px;}
ul.customerServer {
  padding-left: 0;
}
.customerServer li {
  font-size: 14px;
  list-style:none;
  margin:5px 0;}
.customerServer li i {
  color:orangered;
  float:left;
  font-size:16px;
  margin-right:5px;
  text-shadow:rgba(0, 0, 0, 0.125) 2px 2px 2px;
  vertical-align:middle;}
.ec-color-red {
  color: #f40;
  font-weight: bold;
}

/* 商品詳細介绍自由编辑 */
.ec-productRole__freeArea {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ec-productRole__freeArea .title,
.product_review_title {
    border-top: 2px solid #e8e8e8;
    background: #f7f7f7;
    font-size: 18px;
    font-weight: bolder;
    padding: 19px 16px;}
.ec-productRole__freeArea .freeArea {
    padding: 20px;
    line-height: 1.5; }
.ec-productRole__freeArea h3 {
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    font-weight: bolder;
    margin: 10px 0 10px 0;
    padding: 5px 0;
    color: #000; }
.ec-productRole__freeArea td,
.ec-productRole__freeArea th{
    font-size:14px;
    padding:5px 10px;
    border-width: 1px;}
.ec-productRole__freeArea th{
  background:#f0f0f0;
  font-weight:normal;}
.ec-productRole__freeArea img{
  width:unset;
  max-width: 100%;
  margin: 10px;}

#product_review_area .ec-rectHeading,
#RelatedProduct-product_area .ec-rectHeading {
  padding: 20px;
  border-top: 2px solid #e8e8e8;
  background: #f7f7f7;
  margin: 20px 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  font-size: 18px;
}
#product_review_area .review_list {
  list-style: none;
  margin: 10px 20px;
  padding: 0;
}
#product_review_area .review_list li {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#product_review_area .review_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
} 
#product_review_area .review_data .recommend_name {
  display: flex; 
  align-items: flex-end;
  font-weight: bold;
}
#product_review_area .review_data .recommend_name svg {
  margin-right: 5px;
}
#product_review_area .review_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
}
#product_review_area .review_title {
  font-weight: bold;
}
#product_review_area .recommend_date {
 font-size: 14px;
}
#product_review_area .review_comment {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 15px 0 15px 15px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #337ab7;
  position: relative;
}

#product_review_area .review_comment::before {
  content: '\201C';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 24px;
  color: #337ab7;
  opacity: 0.2;
}

#product_review_area .review_comment::after {
  content: '\201D';
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 24px;
  color: #337ab7;
  opacity: 0.2;
}
#product_review_area .ec-rectHeading a.ec-blockBtn--green {
  width: auto;
  height: 50px;
  line-height: 50px;
}
h2.ec-secHeading {
  margin-top: 0;
}

/* 产品列表页面 */
.ec-topicpath h1 {
  margin: unset;
  font-size: unset
}
.ec-searchnavRole__infos {
  margin-top: 10px !important;
}
#category_header_contents p {
  background: white;
  border: 1px dashed #bed5e4;
  padding: 5px;
}
#category_header_contents {
  background: #ecf5ff;
  border: 1px solid #52a4d6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 5px;
  position: relative;
}
#product_list .ec-shelfGrid__item h2 {
  color: #337ab7;
  margin: 10px 0;
  font-size: unset;
}
#product_list .price02-default {
  color: red;
  font-weight: bold;
  margin: 5px 0;
}
#product_list .ec-productRole__actions {
  margin: 10px 0;
}
#product_list .ec-blockBtn--action:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}
/* shopping */
.ec-login .ec-login__input {
  margin-bottom: 10px;
}
#shopping_login .ec-login__input {
  margin-bottom: 10px;
}
.ec-post-office-notice {
  margin-top: 10px;
}

.post-office-example {
  margin: 15px 0;
}

.post-office-example dt {
  font-weight: bold;
  margin-top: 10px;
}

.post-office-example dd {
  margin-left: 20px;
}

.modal-content {
  border-radius: 3px;
  padding: 15px;
}

.modal-header {
  border-bottom: 1px solid #ddd;
}

.modal-footer {
  border-top: 1px solid #ddd;
}
.post-office-search {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.post-office-search .btn-link {
  color: #2963AB;
  text-decoration: none;
}

.post-office-search .btn-link:hover {
  text-decoration: underline;
}
/* 页脚 */
.ec-footerRole {
  background-color: #337ab7;
  margin-top: 50px;
}
.ec-footerNavi .ec-footerNavi__link a {
  border-bottom: 1px solid #fff;
}

/*购物车页面 */
.ec-cartRole {
  padding: 0 5px;
}
.ec-cartRole .ec-cartRole__cart {
  padding-right: 10px;
}
.ec-deleteBtn {
  display: inline-block;
  padding: 6px 12px;
  background-color: #525263;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.ec-deleteBtn:hover {
  background-color: #3E3E4A;
  color: #fff;
  text-decoration: none;
}

.ec-deleteBtn__text {
  display: inline-block;
  vertical-align: middle;
}
.ec-cartRow__name { 
  font-size: 14px;
  font-weight: normal;
}
.ec-cartRow__name a {
  font-weight: bold;
}
.ec-cartRow__unitPrice {
  font-size: 14px;
}
.ec-cartRow .ec-cartRow__icon:first-child {
  margin-right: 10px;
}
.ec-progress .is-complete .ec-progress__number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #33a738;  
} 
.ec-progress .is-complete .ec-progress__label {
  color: #33a738;
}
.ec-historyListHeader .ec-historyListHeader__date {
  float: right;
  font-weight: normal;
}
.ec-secHeading .ec-secHeading__ja {
  font-size: 16px;
  font-weight: bold;
}

/* 最近购买、相关产品、推荐产品 */
#recommend_product_block,
#RecentPurchase_area,
.ec-orderBySaleRole {
  padding: 20px 0
}
#RecentPurchase_area .ec-shelfGrid,
#RelatedProduct-product_area .ec-shelfGrid,
#recommend_product_block .ec-shelfGrid,
.ec-orderBySaleRole .ec-shelfGrid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
#RecentPurchase_area .ec-shelfGrid .ec-shelfGrid__item,
#RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item,
#recommend_product_block .ec-shelfGrid .ec-shelfGrid__item,
.ec-orderBySaleRole .ec-shelfGrid .ec-shelfGrid__item {
    width: 45%;
}
#RecentPurchase_area dt.item_name,
#RelatedProduct-product_area h3,
#recommend_product_block dt.item_name,
.ec-orderBySaleRole dt.item_name {
    margin: 10px 0;
    color: #337ab7;
}
#RelatedProduct-product_area h3 {
  font-size: 16px;
  font-weight: bold;
}
#RecentPurchase_area .ec-shelfGrid__item,
#RelatedProduct-product_area .ec-shelfGrid__item,
#recommend_product_block .ec-shelfGrid__item,
.ec-orderBySaleRole .ec-shelfGrid__item {
    flex: 0 0 auto;
    margin: 0 5px 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
    transition: transform 0.2s;
}
#RecentPurchase_area dl,
#RelatedProduct-product_area dl,
#recommend_product_block dl,
.ec-orderBySaleRole dl {
  margin-bottom: 0;
}
#RecentPurchase_area .sale_price,
#recommend_product_block .item_price,
.ec-orderBySaleRole .item_price,
.ec-newItemRole__listItemPrice {
    color: red;
}
#RecentPurchase_area .dizhi {
    color: green;
}
#RecentPurchase_area .time {
    color: #f60;
    font-size: 14px ;
}

#recommend_product_block .recommend_product_comment {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  height: 5.6em;
  margin: 10px 0;
}
#npsr_recent_news {
  margin-bottom: 30px;
}
.ec-orderBySaleRole {
  margin-bottom: 20px;
}
.ec-orderBySaleRole .ec-role {
  position: relative;
}
.ec-orderBySaleRole .more-link {
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 100%;
}
.ec-orderBySaleRole .more-link:hover {
  text-decoration: underline;
}
.ec-orderBySaleRole .description_list {
  line-clamp: 5;
  -webkit-line-clamp: 5;
  height: 7em;
  margin: 10px 0;
}
/* 新闻一览 */
.ec-newsRole .ec-newsRole__newsTitle {
  color: #1f1f1f;
}
.news-list {
  border-top: 1px solid #ddd;
}
.news-item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

.news-item:hover {
  background-color: #f8f9fa;
}

.news-date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.news-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-link:hover {
  text-decoration: none;
}

.news-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.news-empty {
  text-align: center;
  padding: 3rem 0;
  color: #666;
}

/* 计数器样式优化 */
.ec-searchnavRole__counter {
  margin: 0;
  font-size: 1rem;
}

.ec-searchnavRole__counter .ec-font-bold {
  color: #333;
  font-weight: 600;
  margin-right: 0.3rem;
}

/* 分页样式优化 */
.ec-pagerRole {
  margin-top: 2rem;
}
/* 其他页面标题 */
.ec-pageHeader h1,
.ec-pageHeader .h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  padding:12px;
  text-align: center;
  border-bottom: 3px solid #52a4d6;
}
.ec-footerTitle {
  padding: 10px 0 15px;
}


/* 新闻详情页样式 start */

/* 新闻详情 */
#news-topicpath .ec-topicpath {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#news-topicpath .ec-topicpath__item,
#news-topicpath .ec-topicpath__divider {
  flex-shrink: 0;
}

#news-topicpath .ec-topicpath__item--active {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.npsr-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

.npsr-thumbnail {
  margin: 1.5rem 0;
}

.npsr-thumbnail img {
  max-width: 100%;
  height: auto;
}

.npsr-content {
  line-height: 1.8;
}
.news-detail-container {
  padding: 30px 0;
}

.news-article {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.news-header {
  margin-bottom: 25px;
}

.news-meta {
  margin-bottom: 15px;
}

.news-date {
  color: #666;
  font-size: 0.9em;
}

.news-date i {
  margin-right: 5px;
  color: #0092c4;
}

.npsr-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
}

.npsr-thumbnail {
  margin: 20px 0;
  text-align: center;
}

.npsr-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.npsr-content {
  font-size: 1.1em;
  line-height: 1.8;
  color: #444;
  margin: 25px 0;
}

.news-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.news-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.share-text {
  color: #666;
  margin-right: 15px;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  transition: all 0.3s ease;
}

.share-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
/* 新闻 end */

/* 联络页面 start */
.ec-faqLink {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 4px;
  justify-content: space-around;
}

.ec-faqLink__link {
  color: #005CAF;
  text-decoration: none;
  font-weight: 500;
}

.ec-faqLink__link:hover {
  text-decoration: underline;
  opacity: 0.8;
}
/* 联络页面 end */

@media only screen and (min-width: 768px) {
  .sp {
      display: none !important; }
  .pc {
      display: block; }
  .ec-layoutRole {
    min-width: 1000px;
  }
  .ec-layoutRole__header .ec-headerNaviRole {
    padding-bottom: 15px ;
  }
  .ec-headerNav .ec-headerNav__item .menu_button {
    display: none;
  }
  .ec-headerRole__navSP {
    display: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
  }
  .ec-headerNav__item--pc {
    display: unset !important;
    margin-right: 20px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    width: 100%;
    max-width: 360px;
  }
  .ec-cartRole .ec-cartRole__cart {
    padding-right: unset;
  }
  .ec-cartNavi {
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px;
  }
  .ec-cartRow__amountUpDown {
    display: flex !important;
    align-items: center;
    justify-content: space-around !important;
  }
  .ec-cartRow__amount {
    font-size: x-large;
    line-height: 36px;
    margin-bottom: 0 !important;
    margin-right: 10px;
  }
  .ec-categoryNaviRole {
    background-color: #337ab7;
    max-width: unset;
  }
  .ec-itemNav__nav li a {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    line-height: 52px;
    padding: 0px 16px;
  }
  .ec-itemNav__nav li a:hover {
    color: #fff;
    background-color: #54a4d6;
  }
  .ec-itemNav__nav__contact a {
    color: #337ab7 !important;
    background-color: #fff !important;
  }
  .ec-itemNav__nav__contact a:hover {
    color: #fff !important;
    background-color: #54a4d6 !important;
  }
  .ec-grid3__cell2 .ec-login {
    padding: 25px 13%;
  }
  .ec-off2Grid__cell .ec-login {
    padding: 38px 13%;
  }
  .ec-off2Grid .ec-off2Grid__cell {
    margin-left: 0;
  }
  .slick-slider {
    margin-top: 10px;
  }
  #product_path  {
    margin: 10px 0;
    border-bottom: 1px dotted #ddd;  
    border-top: none;
  }
  #product_path .ec-topicpath {
    margin-bottom: 5px;
  }
  #product_path .ec-topicpath svg {
    margin-right: 0;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
  }
  .ec-productRole .ec-productRole__tags {
    padding-bottom: 0;
    border-bottom: none;
  }
  .ec-productRole .ec-productRole__price {
    border-bottom: none;  
  }
  .ec-productRole .ec-productRole__priceRegularPrice {
    font-size: 18px;
  }
  .ec-productRole .ec-sliderItemRole .slideThumb {
    width: 20%;
  }
  #RecentPurchase_area .ec-shelfGrid .ec-shelfGrid__item,
  #RelatedProduct-product_area .ec-shelfGrid .ec-shelfGrid__item,
  #recommend_product_block .ec-shelfGrid .ec-shelfGrid__item,
  .ec-orderBySaleRole .ec-shelfGrid .ec-shelfGrid__item {
      width: 17%;
    }
  .ec-orderBySaleRole {
    margin-bottom: 0;
  }
  .ec-custermserver {
    border: 5px solid #e8e8e8;
  }
  .ec-custermserver li {
    font-size: 14px;
  }
  .ec-modal .ec-modal-wrap {
    max-width: 400px;
  }
  /* 其他页面标题 */
  .ec-pageHeader h1,
  .ec-pageHeader .h1 {
    margin-top: 20px;
  }
  #npsr_recent_news {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #npsr_recent_news .ec-newsRole {
    width: 65%;
  }
  #npsr_recent_news .tax0-img   {
    width: 32%;
    padding-top: 60px;
  }
  #npsr_recent_news .ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;
  }
  .ec-orderBySaleRole .more-link {
    right: 0;
    top: 0;
  }
    .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: none;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    }
  .ec-footerNavi .ec-footerNavi__link a:hover {
    text-decoration: underline;
  }
  .ec-footerNavi .ec-footerNavi__link a::before {
    content: "|";
    margin-right: 2px;
    font-weight: bolder;
  }
  .ec-shelfGrid {
    overflow-x: scroll;
    scrollbar-width: thin;  /* Firefox */
    scrollbar-color: #337ab7 #e9f4ff;  /* Firefox */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;  /* 为滚动条预留空间 */
  }

  /* Webkit浏览器的滚动条样式 */
  .ec-shelfGrid::-webkit-scrollbar {
    height: 8px;
  }

  .ec-shelfGrid::-webkit-scrollbar-track {
    background: #e9f4ff;
    border-radius: 4px;
  }

  .ec-shelfGrid::-webkit-scrollbar-thumb {
    background: #337ab7;
    border-radius: 4px;
  }

  .ec-shelfGrid::-webkit-scrollbar-thumb:hover {
    background: #286090;
  }

  .news-detail-container .col-md-8 {
    margin: auto;
  }

}

/* 邮局留的提示框 */
.category-notice {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.98);
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: top 0.5s ease;
}

.category-notice.is-show {
    top: 0;
}

.notice-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 50px 20px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #337ab7;
}

.notice-content p {
    margin: 0;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
}

.notice-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #337ab7;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.notice-close:hover {
    background: #2868a0;
    transform: translateY(-50%) scale(1.1);
}

.notice-close::before {
    content: "×";
    line-height: 1;
}

/* 移动端适配 */
@media only screen and (max-width: 767px) {
    .category-notice {
        padding: 10px;
    }
    
    .notice-content {
        padding: 15px 45px 15px 15px;
        margin: 0 5px;
    }
    
    .notice-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .notice-close {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
  .news-article {
    padding: 20px;
  }
  
  .npsr-title {
    font-size: 1.5em;
  }
  
  .npsr-content {
    font-size: 1em;
  }
}