html{margin: 0; padding: 0;}
body {
  font-family: 'Arial', 'Microsoft YaHei', 'sans-serif';
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  color: #666;
  background-color: #fff;
  min-height: 100%;
  min-width: 1140px;
  margin: 0; padding: 0;
}

.container{
    width: 1090px !important;
}

a {color: #333;}
a:hover {text-decoration: none;color: #666;}
a,a:focus,a:active,video {text-decoration: none;outline: 0;}

img {vertical-align: top;}

.f-left{float:left;display:inline-block;overflow:visible;}
.f-right{float:right;display:inline-block;overflow:visible;}
.clear{font-size:0px !important;float:none !important;display:block !important;clear:both !important;height:0px !important;margin:0 !important;padding:0 !important;line-height:0px !important;}
.text-center, .t-center{text-align: center;}
.text-left, .t-left{text-align: left;}
.text-right, .t-right{text-align: right;}
.t-line{border-top: 1px solid #d9d9d9;}
.b-line{border-bottom: 1px solid #d9d9d9;}
.absolute-center { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.absolute-outer{position: relative;}
.font-12{font-size: 12px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}
.font-26{font-size: 26px;}
.font-30{font-size: 30px;}
.font-42{font-size: 42px;}
.color-000 { color: #000; }
.color-333 {  color: #333;  }
.color-696969 {  color: #696969;  }
.color-37c84f {  color: #37c84f;  }
.color-ed2d2d {  color: #ed2d2d;  }
.color-fff{ color: #fff; }

.loading-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #333; opacity: 0.2; z-index: 1000; margin: auto; text-align: center;}
.loading-mask img {position: absolute;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;}

.icon {display: inline-block;}
i.icon.icon-menhu{background: url('/image/icon_manor2.png') no-repeat left top; width: 20px; height: 20px;}
i.icon.icon-pay-alipay_h5{background-image: url('/image/payment/alipay_icon.png');}
i.icon.icon-pay-weipay, i.icon.icon-pay-weipay_h5, i.icon.icon-pay-qrcodeweipay{background: url('/image/payment/weipay_icon.png');}
i.icon.icon-close {background: url(/image/icon_close1.png) center center no-repeat;}
i.icon.icon-weixin{background: url('/image/login/weixin_c.png') no-repeat left top; width: 50px; height: 50px;}
i.icon.icon-random{background: url('/image/login/dynamic_c.png') no-repeat left top; width: 50px; height: 50px;}

.checked .select-mask { background: url(/image/cart-select-yes.png) left center no-repeat; background-size: 20px; }
.select-mask { background: url(/image/cart-select-no.png) left center no-repeat; background-size: 20px; width: 20px; height: 20px; }

.text-danger {color: #FF2121;}

.btn.btn-weipay, .btn.btn-weixin, .btn.btn-qrcodeweipay, .btn.btn-weipay_h5{
    border: 1px solid #06BA03;background-color: #06BA03;color: #ffffff;
}
.btn.btn-alipay_h5, .btn.btn-alipay_direct{
    border: 1px solid #05B0FE;background-color: #05B0FE;color: #ffffff;
}


h1 { font-size: 24px;}
h2 { font-size: 22px; padding: 10px 0; border-bottom: 1px solid #eee;}
h3 { font-size: 18px; padding: 10px 0; border-bottom: 1px solid #eaeaea; }
h4 { font-size: 14px;}
h5 { font-size: 12px; }
h6 { font-size: 12px;}


.input-group .form-control {
  z-index: 0;
}

.nav-stacked > li + li {
  margin-top: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
}

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}

.btn {
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 7.5px 12px;
}
.btn:focus {
  outline: 0 !important;
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: 0;
}

.btn-default {
  border: 1px solid #268bb9;
  color: #fff;
  background-color: #268bb9;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled {
  border: 1px solid #3a9fcd;
  background-color: #3a9fcd;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-primary {
  border: 1px solid #d83d41;
  color: #fff;
  background-color: #d83d41;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled {
  border: 1px solid #db4949;
  background-color: #db4949;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
  border: 1px solid #db4949;
  background-color: #db4949;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #fff;
  background-color: #ef5d5d;
  border: 1px solid #ef5d5d;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info:focus, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #666;
  border: 1px solid #666;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ef5d5d;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}

/* ps - add */
.ps-search .btn-primary {
  border: 1px solid #ef5d5d;
  background-color: #ef5d5d;
}
.ps-search .btn-primary:hover {
  border: 1px solid #db4949;
  background-color: #db4949;
}

.form-control {
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #ef5d5d;
  box-shadow: none;
}

.form-group input[type="text"] {
  border-radius: 0px;
}
.form-group textarea {
  border-radius: 0px;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.alert {
  padding: 8px 14px 8px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.alert.alert-info {
  border-color: #eaeaea;
  background-color: #eaeaea;
  color: #020202;
}
.alert.alert-danger {
  background-color: #FBE3A7;
  border-color: #FBE3A7;
}

.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs {
  margin-top: 15px;
  border-top: 2px solid #999;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background-color: #FFF;
}
.nav-tabs li a {
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  color: #666;
}
.nav-tabs li a:hover {
  border-radius: 0;
}
.nav-tabs li.active > a, .nav-tabs li.active > a:focus, .nav-tabs li.active > a:hover {
  margin-top: -5px;
  margin-left: -1px;
  height: 43px;
  line-height: 24px;
  border-radius: 0;
  border-top: 2px solid #d83d42;
  border-bottom: none;
}

.tab-content {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  min-height: 400px;
}

.dropdown-menu {
  font-size: 12px;
}

.panel {
  border-top: 2px solid #999;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.panel a {
  margin: 5px;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#top {
  background-color: #333;
  margin: 0;
}
#top .btn-link {
  color: #C5C5C5;
}
#top .btn-group.open .btn-link {
  text-decoration: none;
}
#top .btn-group .btn-link:hover {
  text-decoration: none;
}
#top #top-links > .list-inline {
  float: right;
  margin-bottom: 0;
}
#top #top-links > .list-inline > li {
  color: #C5C5C5;
}
#top #top-links > .list-inline > li.dropdown.open > a {
  text-decoration: none;
  background-color: transparent;
  color: #C5C5C5;
}
#top #top-links > .list-inline > li > a {
  line-height: 36px;
  display: inline-block;
  font-size: 12px;
  color: #C5C5C5;
}
#top #top-links > .list-inline > li > a:hover {
  color: #fff;
}
#top .dropdown-menu {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#top .dropdown-menu li button, #top .dropdown-menu li a {
  padding: 5px;
  font-size: 12px;
  text-align: left;
  color: #666;
}
#top .dropdown-menu li button:hover, #top .dropdown-menu li a:hover {
  background-color: #eaeaea;
}

.social-login a {
  margin-top: 8px;
  background: #fff;
  display: inline-block;
  border: 1px solid #1f9bd9;
  color: #1f9bd9;
  padding: 5px 12px;
}
.social-login a:hover {
  border-color: #017dbb;
  color: #017dbb;
}

.main-menu-wrapper {
  margin-bottom: 20px;
  background-color: #ECECEC;
}
@media (max-width: 767px) {
  .main-menu-wrapper {
    background-color: transparent;
  }
}
.main-menu-wrapper .main-menu {
  margin-bottom: 0;
  padding: 0;
  min-height: 46px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  .main-menu-wrapper .main-menu {
    float: left;
  }
}
.main-menu-wrapper .main-menu .parent {
  float: left;
  display: inline-block;
  position: relative;
  list-style: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .main-menu-wrapper .main-menu .parent.with-sub-menu:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 30%;
    right: 15px;
    color: #555;
  }
}
.main-menu-wrapper .main-menu .parent .open-sub-menu {
  display: none;
}
.main-menu-wrapper .main-menu .parent > a {
  display: block;
  line-height: 46px;
  padding: 0 20px;
  color: #555;
}
@media (min-width: 768px) {
  .main-menu-wrapper .main-menu .parent:hover {
    background: #ddd;
  }
  .main-menu-wrapper .main-menu .parent:hover .sub-menu {
    top: 100%;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .main-menu-wrapper .main-menu {
    background-color: #eee;
    display: none;
  }
  .main-menu-wrapper .main-menu.open {
    display: block;
  }
  .main-menu-wrapper .main-menu .parent {
    display: block;
    float: none;
    padding: 6px 10px;
    font-size: 14px;
    border-bottom: 1px solid #d4d4d4;
  }
  .main-menu-wrapper .main-menu .parent:last-of-type {
    border: none;
  }
  .main-menu-wrapper .main-menu .parent a {
    padding: 0 10px;
    line-height: 30px;
  }
  .main-menu-wrapper .main-menu .parent .open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
    font-size: 20px;
  }
  .main-menu-wrapper .main-menu .sub-menu {
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
  }
}
.main-menu-wrapper .sub-menu {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 140%;
  left: 0;
  width: auto;
  padding: 0;
  z-index: 1400;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .main-menu-wrapper .sub-menu {
    border: 1px solid #f1f1f1;
    background-color: #fff;
  }
}
.main-menu-wrapper .sub-menu li {
  list-style: none;
  width: 100%;
  min-width: 200px;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .main-menu-wrapper .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
  }
  .main-menu-wrapper .sub-menu li:last-child {
    border-bottom: none;
  }
}
.main-menu-wrapper .sub-menu li a {
  display: block;
  padding: 5px 0 5px 5px;
  color: #555;
}
.main-menu-wrapper .sub-menu li a:hover {
  color: #ef5d5d;
  background-color: #f1f1f1;
}
.main-menu-wrapper .main-menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-menu-wrapper .main-menu-mobile {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    position: relative;
    background-color: #ef5d5d;
    border-bottom: 1px solid #db4949;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
}
.main-menu-wrapper .main-menu-mobile .main-menu-toggle {
  position: absolute;
  right: 10px;
}
.main-menu-wrapper .main-menu-mobile .main-menu-toggle i {
  font-size: 16px;
}
.main-menu-wrapper #search {
  padding: 8px 0 0 0;
  width: 18%;
  float: right;
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .main-menu-wrapper #search {
    margin: 0 0 10px;
    width: 100%;
  }
}
.main-menu-wrapper #search input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 32px;
  font-size: 12px;
}
.main-menu-wrapper #search input:focus {
  border: 1px solid #ef5d5d;
}
.main-menu-wrapper #search button {
  color: #ef5d5d;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
  background: 0 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-menu-wrapper #search button:hover {
  color: #000;
}

.owl-carousel {
  float: left;
}
.owl-carousel .owl-item {
  z-index: 1;
}

.owl-nav.disabled {
  display: none;
}

.slideshow {
  margin-bottom: 30px;
}
.slideshow .owl-nav div {
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  width: 26px;
  height: 50px;
  z-index: 9999;
  text-indent: 0px !important;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  padding-top: 0px;
  position: absolute;
  background: #999;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slideshow .owl-nav div:hover {
  opacity: 1;
  background-color: #ef5d5d;
  color: #fff;
}
.slideshow .owl-nav .owl-prev {
  left: 0;
}
.slideshow .owl-nav .owl-next {
  right: 0;
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.slideshow .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slideshow .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 30px;
  background-color: #999;
}
.slideshow .owl-dots .owl-dot.active span {
  background-color: #d83d42;
}

.carousel .owl-nav div {
  cursor: pointer;
  top: 50%;
  padding-top: 0px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  z-index: 9999;
  text-indent: 0px !important;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  background: #999;
  color: #fff;
  opacity: 0.3;
}
.carousel .owl-nav div:hover {
  opacity: 0.7;
}
.carousel .owl-nav .owl-prev {
  left: 0;
}
.carousel .owl-nav .owl-next {
  right: 0;
}
.carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 30px;
  background-color: #eee;
}
.carousel .owl-dots .owl-dot.active span {
  background-color: #000;
}

.breadcrumb {
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  margin-top: 15px; margin-bottom: 15px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb li {
  position: relative;
  white-space: nowrap;
}
.breadcrumb li a {
  color: #828282;
}
.breadcrumb li + li:before {
  content: "/";
  padding: 0 5px;
  color: #cccccc;
}

.pagination {
  margin: 0;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a, .pagination > li > span {
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ef5d5d;
  border-color: #ef5d5d;
  color: #fff;
  font-weight: normal;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #ef5d5d;
  border-color: #ef5d5d;
  color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.product-wrapper {
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-wrapper .product-price .price-new{
    color: #d4282d;
}

.product-wrapper {
    position: relative; margin-bottom: 10px; padding: 0;
}
.product-wrapper .product-image{
    overflow: hidden;
}
.product-wrapper .product-image img:hover{
    transform: scale(1.05);
    transition: all 0.5s;
}

.product-grid {
  margin-bottom: 20px;
}
.product-grid:hover .product-wrapper {
  border-color: #ef5d5d;
}
@media (min-width: 768px) and (max-width: 1220px) {
  .product-grid .product-action .wishlist span,
  .product-grid .product-action .compare span {
    display: none;
  }
}

.product-list {
  margin-bottom: 10px;
}
.product-list .product-wrapper {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.product-list .product-wrapper:hover {
  border-color: #ef5d5d;
}
.product-list .product-wrapper .product-image {
  position: relative;
  float: left;
  width: 200px;
  padding: 0;
}
.product-list .product-wrapper .product-info {
  margin-left: 215px;
  padding: 0;
  text-align: left;
  border-top: none;
}
.product-list .product-wrapper .product-info .product-name {
  height: auto;
}
.product-list .product-wrapper .product-info .product-description {
  display: block;
}

.countdow {
  list-style: none;
  overflow: hidden;
  padding: 4px 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.countdow li {
  width: 25%;
  float: left;
  padding: 0 10px;
  font-weight: 800;
  border-right: 1px solid #e1e1e1;
  color: #fff;
}
.countdow li:last-of-type {
  border-right: none;
}
.countdow li span, .countdow li div {
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

footer {
  padding: 0; padding: 0;
}

.product-filter {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.product-filter button {
  line-height: 32px;
  border: none;
  background-color: transparent;
  color: #bbb;
  outline: 0;
}
.product-filter a, .product-filter label {
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-filter .text-right {
    text-align: left;
  }
}

.product-detail .elevate-zoom-wrapper {
  margin: 10px;
  overflow: hidden;
}
.product-detail .elevate-zoom-preview {
  text-align: center;
}
.product-detail .elevate-zoom-preview a img {
  display: inline-block;
}
.product-detail #product-thumbnail-gallery {
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .product-detail #product-thumbnail-gallery {
    text-align: left;
  }
}
.product-detail #product-thumbnail-gallery a {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #eaeaea;
}
.product-detail #product-thumbnail-gallery a.active {
  border: 1px solid #ef5d5d;
}
.product-detail .wishlist-share {
  position: relative;
  margin: -3px 0 0 10px;
  display: inline-block;
}
.product-detail .wishlist-share:before {
  content: "-";
  position: absolute;
  left: -5px;
  top: 8px;
}
@media (max-width: 767px) {
  .product-detail .wishlist-share {
    padding: 0;
  }
}
.product-detail .wishlist-share a {
  padding: 0 5px;
  cursor: pointer;
}
.product-detail .wishlist-share a i {
  color: #666;
}
.product-detail .wishlist-share a:hover {
  color: #ef5d5d;
  text-decoration: underline;
}
.product-detail .product-info h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #ef5d5d;
}
.product-detail .product-info .product-brief-wrapper {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.product-detail .product-info .product-brief-wrapper li {
  list-style: none;
}
.product-detail .product-info .product-brief-wrapper li span {
  width: 20%;
  display: inline-block;
  font-weight: bold;
}
.product-detail .product-info .product-price-wrapper {
  overflow: hidden;
  margin: 20px 0;
}
.product-detail .product-info .product-price-wrapper span {
  display: inline-block;
}
.product-detail .product-info .product-price-wrapper .price-new {
  margin-right: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #333;
}
.product-detail .product-info .product-price-wrapper .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  font-weight: bold;
}
.product-detail .product-info .product-price-wrapper .price-tax {
  display: block;
}
.product-detail .product-info .product-discount-wrapper span {
  display: block;
}
.product-detail .product-info #product .radio, .product-detail .product-info #product .checkbox {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 4px;
}
.product-detail .product-info #product .radio input, .product-detail .product-info #product .checkbox input {
  display: none;
}
.product-detail .product-info #product .radio input:checked + span, .product-detail .product-info #product .checkbox input:checked + span {
  border: 2px solid #ef5d5d;
  padding: 3px 4px;
}
.product-detail .product-info #product .radio span, .product-detail .product-info #product .checkbox span {
  display: block;
  position: relative;
  padding: 4px 5px;
  text-align: center;
  border: 1px solid #ddd;
}
.product-detail .product-info #product .radio span:hover, .product-detail .product-info #product .checkbox span:hover {
  border: 2px solid #ff7b7b;
  padding: 3px 4px;
}
.product-detail .product-cart-action {
  margin-left: 18px;
}

.product-detail .product-cart-action .btn {
    font-size: 18px; text-align: center; padding: 12px auto; width: 140px; vertical-align: middle; border: 1px solid #000; border-radius: 2px; margin-top: 5px;
}
.product-detail .product-cart-action .btn#button-cart{
    color: #ff7d00; background-color: #ffddbd; border-color: #ff7d00;
}
.product-detail .product-cart-action .btn#button-buy{
    color: #fff; background-color: #ef5d5d; border-color: #ef439c;
}

.product-detail .product-cart-action .btn.btn-wishlist{
    border: none; background:transparent; width: 50px;
}
.product-detail .product-cart-action .btn.btn-wishlist i{
    font-size: 28px; display: block;
}
.product-detail .product-cart-action .btn.btn-wishlist.active i {
    color: #d83d42;
}
.btn:hover, .btn:focus {
    box-shadow: none;
}

.product-detail .nav-tabs {
  margin-top: 30px;
}
.product-detail .tab-content img {
  max-width: 100%;
}
.product-detail .tab-content #form-review h2 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
}

#product1 .product-info {
  overflow: hidden;
}
#product1 .product-info h1 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #666;
}
#product1 .product-info ul li {
  margin: 5px 0;
}
#product1 .product-info ul li i {
  color: #fff;
  background-color: #55c65e;
  padding: 3px;
  text-align: center;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 0 5px 0 0;
}
#product1 .product-info .product-action {
  margin: 30px 0;
  overflow: hidden;
  display: none;
}
#product1 .product-info .product-action .label-qty {
  line-height: 34px;
  padding-right: 15px;
}
#product1 .product-info .product-action .quantity-input input {
  min-width: 70px;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 35px;
}
#product1 .product-info .product-action .add-action {
  display: block;
  width: 20px;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 16px;
  text-align: center;
  border-style: solid;
  border-color: #d7d7d7;
  background: #f3f4f5;
}
#product1 .product-info .product-action .add-up {
  border-width: 1px 1px 1px 0;
}
#product1 .product-info .product-action .add-down {
  border-width: 0 1px 1px 0;
}
#product1 .product-info .product-action .product-add-to-cart button {
  margin-left: 10px;
  padding: 6px 20px;
  height: 35px;
  color: #fff;
  background-color: #b51d1a;
  border: 1px solid #b51d1a;
}
#product1 .product-info .product-action .product-add-to-cart button:hover {
  color: #fff;
  background-color: #a10906;
  border: 1px solid #a10906;
}
@media (max-width: 767px) {
  #product1 .product-info .product-action .product-buy-now {
    display: none;
  }
}
#product1 .product-info .product-action .product-buy-now button {
  margin-left: 10px;
  padding: 6px 20px;
  height: 35px;
  color: #fff;
  background-color: #958459;
  border: 1px solid #958459;
}
#product1 .product-info .product-action .product-buy-now button:hover {
  color: #fff;
  background-color: #b51d1a;
  border: 1px solid #b51d1a;
}
#product1 .product-info .product-action .product-wishlist-compare {
  clear: both;
  padding: 10px 0 0 0;
}
#product1 .product-info .product-action .product-wishlist-compare a {
  padding-right: 15px;
  cursor: pointer;
}
#product1 .price-info {
  margin-top: 20px;
}
#product1 .price-info .price {
  font-size: 24px;
  color: #ef5d5d;
  font-weight: bold;
}
#product1 .price-info .price-old {
  margin-left: 10px;
  font-size: 16px;
  text-decoration: line-through;
}
#product1 .price-info .tax {
  font-size: 14px;
}
#product1 .price-info hr {
  border-top-style: dotted;
}
#product1 .check-option {
  display: inline-block;
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 12px;
  cursor: pointer;
}
#product1 .check-option input {
  display: none;
}
#product1 .check-option input:checked + span {
  border: 1px solid #a10000;
}
#product1 .check-option input:checked + span:after {
  content: " ";
  background: url("../image/checked.png") no-repeat;
  bottom: 0px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: -9999em;
  width: 13px;
}
#product1 .check-option span {
  display: block;
  position: relative;
  padding: 4px 5px;
  text-align: center;
  border: 1px solid #ddd;
}
#product1 .has-error .check-option span {
  border: 1px dotted #a10000;
}
#product1 .nav-tabs {
  margin-top: 15px;
  border-top: 2px solid #999;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-left: 1px solid #dedfde;
  background-color: #F7F7F7;
}
#product1 .nav-tabs li a {
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  color: #666;
}
#product1 .nav-tabs li a:hover {
  border-radius: 0;
}
#product1 .nav-tabs li.active > a, #product1 .nav-tabs li.active > a:focus, #product1 .nav-tabs li.active > a:hover {
  margin-top: -5px;
  margin-left: -1px;
  height: 43px;
  line-height: 24px;
  border-radius: 0;
  border-top: 2px solid #e2373a;
  border-bottom: none;
}
#product1 .tab-content {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-left: 1px solid #dedfde;
}
#product1 .tab-content img {
  max-width: 100%;
}
#product1 #tab-review h2 {
  margin: 15px 0;
  font-size: 16px;
}

.rating .fa-stack {
  font-size: 8px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.rating .fa-star {
  color: #ffb80c;
  font-size: 12px;
}
.rating .fa-star.off {
  color: #e1e1e1;
  font-size: 12px;
}

.page-heading {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background-color: transparent;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  line-height: 28px;
}
.page-heading .page-heading-title {
  padding: 8px 16px 8px 0;
  border-bottom: #eaeaea;
}

.widget-title {
  padding: 0;
  text-align: center;
  border-bottom: none;
  clear: both;
  color: #696969;
  position: relative;
}
.widget-title:before {
  background: #d7d7d7 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -50%;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.widget-title span {
  z-index: 10;
  position: relative;
  display: inline-block;
  background-color: #fff; padding: 10px 20px;
}

.list-group a {
  border: 1px solid #ddd;
  color: #888;
  padding: 6px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.sidebar-widget {
  border: 1px solid #ddd;
  border-top: 2px solid #999;
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-widget-title {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: bold;
}

.category-list {
  margin: 0;
}
.category-list li {
  line-height: 28px;
  padding: 5px 12px;
  border-bottom: 1px solid #dedfde;
}
.category-list li:last-of-type {
  border: none;
}
.category-list li.active > a, .category-list li.active > span:before {
  color: #333;
}
.category-list > li > span:before {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.category-list > li > ul > li {
  border-bottom: 1px dotted #eaeaea;
}
.category-list > li > ul > li:last-of-type {
  border: none;
}
.category-list > li > ul > li > span:before {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #bbb;
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: bold;
  cursor: pointer;
}

.sidebar-list-group {
  background-color: #f1f1f1;
}
.sidebar-list-group .list-group-item {
  background-color: transparent;
  color: #333;
}
.sidebar-list-group .list-group-item:first-child, .sidebar-list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.sidebar-list-group .list-group-item:before {
  content: '\f101';
  font-family: FontAwesome;
  margin-right: 8px;
}

.product-manufacturer .row #content h1 {
  margin-bottom: 15px;
}
.product-manufacturer .row #content .manufacturer-list {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-manufacturer .row #content .manufacturer-list {
    display: none;
  }
}
.product-manufacturer .row #content .manufacturer-list li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
}
.product-manufacturer .row #content .manufacturer-list li:hover {
  background-color: #666;
}
.product-manufacturer .row #content .manufacturer-list li a {
  display: inline-block;
  padding: 5px 20px;
}
.product-manufacturer .row #content .manufacturer-list li a:hover {
  color: #fff;
}
.product-manufacturer .row #content h2 {
  margin-top: 0;
}
.product-manufacturer .row .row .col-md-2 .manufacturer-link {
  text-align: center;
}
.product-manufacturer .row .row .col-md-2 .manufacturer-link a {
  display: inline-block;
  margin-bottom: 25px;
}
.product-manufacturer .row .row .col-md-2 .manufacturer-link a .manufacturer-name {
  margin-top: 15px;
  white-space: nowrap;
}

.banners {
  float: right;
  margin: 20px 0 30px 0;
  padding: 0;
}
.banners li {
  list-style-type: none;
  margin-bottom: 10px;
}
.banners li a img {
  width: 100%;
  height: 100%;
}

#carousel0 {
  margin-bottom: 15px;
}

.list-group {
  clear: both;
  background: #fff;
  border-top: 2px solid #999;
}
.list-group a:first-of-type {
  border-top: none !important;
}

.sidebar {
  margin-bottom: 15px;
}
.sidebar ul {
  background: #fff;
}
.sidebar ul li {
  border-bottom: 1px solid #dedfde;
}
.sidebar ul li a:before {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.sidebar ul li a:hover {
  border-color: transparent;
}

#content {
  min-height: 600px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content #content .col-sm-2:nth-child(6n+1),
  #content #content .col-sm-2:nth-child(6n+1),
  #content #content .col-sm-3:nth-child(4n+1),
  #content #content .col-sm-4:nth-child(3n+1),
  #content #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

.list-group a {
  padding: 8px 12px;
  color: #888;
  border: 1px solid #ddd;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444;
  border: 1px solid #ddd;
  background: #eee;
  text-shadow: 0 1px 0 #fff;
}

#column-left .product-layout {
  width: 100%;
}
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
}
#column-left + #content + #column-right .product-layout {
  width: 100%;
}
@media (min-width: 768px) {
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

.buttons {
  overflow: hidden;
}

@media (max-width: 768px) {
  #online_qq_layer {
    display: none;
  }
}

.points-can-use {
    border: 1px solid #d83d42; line-height: 20px; vertical-align: middle; cursor: pointer;
}
.points-can-use .point-name {
    background-color: #d83d42; color:#fff; padding: 1px 6px;   display: inline-block;  vertical-align: middle; line-height: 20px;
} 
.points-can-use .value{
    padding: 0px 2px; color:#333; vertical-align: middle;  display: inline-block; min-width: 50px;  vertical-align: middle; line-height: 20px; text-align: center;
}
#panel-bill-points .item-value.empty .points-can-use {
    border-color: #8d8d8d;
}
#panel-bill-points .item-value.empty .point-name {
    background-color: #8d8d8d;
}
.points-can-use:hover .value{
    font-weight: bold;
}
.points.points-wrapper {
    padding: 0 5px; height: 24px; overflow: hidden;
}
.points.points-wrapper .deduct-price {
    color: #d83d42; line-height: 24px;
}
.product-wrapper .product-info .price .price-new {
    font-size: 13px; font-weight: 400; color: #666; margin-right: 1em; min-width: 6em; line-height: 22px;
}
.product-wrapper .product-info .price .price-old {
  font-size: 12px; font-weight: normal; color: #999; text-decoration: line-through;
}

.product-options label.control-label{
    width: 70px; font-size: 14px; line-height: 32px; padding: 0 0 0 18px; color:#696969;
}
.product-options .option-items {
    margin-left: 70px;
}

.product-options{
    margin: 20px 0;
}
.product-options .form-group {
    margin-bottom: 10px;
}
.product-options .form-group.has-error .control-label {
    color:#d83d42; font-weight: bold;
}
.product-options .radio input, .product-options .checkbox input {
    display: none;
}
.product-options .radio input:checked + span, .product-options .checkbox input:checked + span {
    border-color: #e43937;
    color: #e43937;
}

.product-options .radio, .product-options .checkbox {
    display: inline-block;
    margin: 2px 6px 8px 0;
    cursor: pointer;
    color: #333;
}

.product-options .radio span, .product-options .checkbox span {
    display: block;
    position: relative;
    padding: 4px 8px;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-weight: 400;
    min-width: 60px; font-size: 14px;
}

.product-quantity-wrapper {
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  color: #696969;
}
.product-quantity-wrapper input {
  -webkit-appearance: none;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border: 0;
  background: transparent;
  color: #696969;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.product-quantity-wrapper input[type="text"] {
  min-width: 60px;
  color: #696969;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-width: 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.checkout-cart .cart-select label{ margin: 0; cursor: pointer; background: url(/image/cart-select-no.png) left center no-repeat; background-size: 20px; min-width: 20px; min-height: 20px; line-height: 20px; padding-left: 30px; font-size: 14px;}
.checkout-cart .cart-select input:checked + label { background-image: url(/image/cart-select-yes.png); font-weight: bold}
.checkout-cart .cart-select input{ margin: 0;}
.checkout-cart .cart-select.select-one label{ height: 80px; }
.checkout-cart .img img {width: 80px;}
.checkout-cart .products .options{ color: #999; }
.checkout-cart .products .product-price{ color: #e4393c; font-size: 14px;}
.checkout-cart .products .price-old {font-size:12px; color: #BBB; text-decoration: line-through; position: absolute; left: 0; right: 0; top: 25px;}
.checkout-cart .product-quantity{ border: 1px solid #ddd; background: #eee; display: inline-block; margin-top: 25px; margin-bottom: 5px;}
.checkout-cart .product-quantity .input_quantity { background: #fff; line-height: 30px; width: 80px; text-align: center; border-left: 1px solid #ddd; border-right: 1px solid #ddd; color:#666; }
.checkout-cart .product-quantity input { -webkit-appearance: none; display: inline-block;
    font-size: 14px; height: 30px;line-height: 30px;width: 30px;
    text-align: center;
    border: none;
    background: transparent;
    color: #999;
    margin: 0; padding: 0;}
.checkout-cart .products td.v-middle { line-height: 80px; }
.checkout-cart .products .product-name {margin-top: 10px; color: #333;}
.checkout-cart .btn-checkout { font-size: 16px; height: 50px; line-height: 50px; padding: 0 40px;}
.checkout-cart .total{ line-height: 50px; margin-right: 10px;}
.checkout-cart .deduct_price .deduct-value,  .deduct_price .deduct-points { color: #e4393c; font-weight:bold; }
.checkout-cart .deduct_price {font-size: 20px;}
.checkout-cart .products a.remove-product{font-size: 12px; color: #828282;}
.checkout-cart .products .shipping-item {font-size: 12px; background-color: #efefef;}
.checkout-cart .products .shipping-item .desc{ font-weight: normal; padding-left: 1em;}
.checkout-cart .products .shipping-item .tag-free{background-color:#ef5d5d; color:#fff; padding:3px 5px; }
.checkout-cart .products .shipping-item .tag{background-color:#FBAA01;padding:3px 5px; color:#fff; margin-left: 1em;}
.checkout-cart .products .shipping-item .more{color: #828282;}

.checkout-cart .empty-stock .input_quantity {color: #e4393c;  }

.shipping-address-item {line-height: 40px; cursor: pointer;}
.shipping-address-item:hover {background-color: #f1f1f1;}
.shipping-address-item .select-mask{ width: 30px; height: 40px;}
.shipping-address-item.checked {font-weight: bold;}
.shipping-address-item .name {width: 180px; overflow: hidden}
.shipping-address-item .address-tel {width: 120px; overflow: hidden}

.checkout-checkout .product-info {margin-left: 90px;}
.checkout-checkout .product-info .name{color: #333;}
.checkout-checkout .product-info .options{color: #999;}
.checkout-checkout .price-list .price-item{padding: 10px 0;}
.checkout-checkout .price-list .item-name {width: 160px;}
.checkout-checkout .price-list .item-value {min-width: 260px;}
.checkout-checkout .price-list .price-item.total {font-size: 18px; padding: 15px 0;}
.checkout-checkout .price-list .price-item.total .item-value{font-size: 20px; color: #e4393c;}
.checkout-checkout #bottome_bill_confirm button {font-size: 18px; padding: 10px 30px;}
.checkout-checkout .payment-name .text{margin-left: 10px; margin-right: 10px; display: inline-block;}
.checkout-checkout .payment-item.checked .payment-name .text{font-weight: bold;}
.checkout-checkout .payment-item .payment-name i.icon { width: 20px; height: 20px; background-position: center center; background-repeat: no-repeat;}
.checkout-checkout .payment-item {margin: 5px 0 15px 0;}
.checkout-checkout .payment-item:last-of-type {margin-bottom: 5px;}
.checkout-checkout .check-item {cursor: pointer;}
.checkout-checkout .check-item .item-value i {font-size: 20px; line-height: 30px; margin-right: 10px;}
.checkout-checkout .check-item .item-value .text {line-height: 30px;}
.checkout-checkout .check-item .item-value.checked {font-weight: bold;}
.checkout-checkout .img img {width:80px;}
.bill-total-row { margin-top:15px; }

.account-coupons .coupon-item {
  margin: 10px 0; padding: 10px 0;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 2px;
  border:1px solid #D6D6D6;
  width: 340px;
}
.coupon-item {
    position: relative;
}
.coupon-item .up-circle{
    background-color: #fff;  width: 20px; height: 10px; position: absolute; top: -1px; left: 80px; border-radius: 0 0 10px 10px; border:1px solid #D6D6D6; border-top: none;
}
.coupon-item .down-circle{
    background-color: #fff;  width: 20px; height: 10px; position: absolute; bottom: -1px; left: 80px; border-radius: 10px 10px 0 0 ; border:1px solid #D6D6D6; border-bottom: none;
    box-shadow: 1px -1px 1px #D6D6D6;
}

.coupon-item .left-part{
    width: 90px; overflow: hidden; border-right: 1px dotted #b2b2b2; height: 85px; color: #e40d0d; 
}
.coupon-item .amount{
    line-height: 30px; margin-top: 15px; word-spacing: -2px;
}
.account-coupons .amount.num:first-letter{
    font-size: 0.5em;
}
.account-coupons .amount.pecent span{
    font-size: 0.5em;
}

.coupon-item.expired .left-part{
    color: #666;
}

.coupon-item .note{
    padding: 0 5px; line-height: 1em; height: 1em;
}
.coupon-item .info{
    color: #8d8d8d; margin: 15px;
}
.coupon-item .info .title {
    color: #000;
}
.coupon-item .expried-tag{
    position: absolute; right: 10px; top: 50%; color:#8d8d8d; border:1px solid #8d8d8d; line-height: 30px; border-radius: 2px; width: 70px; text-align: center; margin-top: -16px; background-color: #fff;
}
.coupon-item .count{
    position: absolute; right: 10px; bottom: 10px;
}

.ypCategoryRecommend .category-image {
  height: 300px;
  margin-bottom: 10px;
}

.ypCategoryRecommend .category-image img {
  width: 100%;
  height: 100%;
}

.ypCategoryRecommend .category-product img {
  width: 265px;
  height: 265px;
}

.ypCategoryRecommend .ypHeader .navigation {
  margin-top: 42px;
}

.ypCategoryRecommend .breadcrumb li a {
  color: #333;
}

.item-wrapper{border: 1px solid #dddddd; margin-bottom: 10px;}
.item-wrapper .info-top{font-size: 14px; padding: 10px 15px; background-color: #eee; border-bottom: 1px solid #dddddd;}
.item-wrapper .info-bottom{font-size: 12px; padding: 10px 15px;}
.item-wrapper .total{font-size: 14px; font-weight: bold; color: #e4393c;}
.item-wrapper .info-action {margin-top: 5px;}
.item-wrapper .products .product-item{ border-bottom: 1px solid #eee; padding: 10px 15px;}
.item-wrapper .info-main { position: relative;}
.item-wrapper .products {margin-right: 205px; border-right: 1px solid #eee;}
.item-wrapper .state {width: 200px; border-bottom: 1px solid #eee; position: absolute; right: 0; top: 0; bottom: 0;}
.item-wrapper .state .inner {position: relative; width: 100%; height: 100%;}
.item-wrapper .products .product-item{cursor: pointer;}
.item-wrapper .products .product-item .info { margin-left: 115px; position: relative;}
.return-list .item-wrapper .products .product-item .info { margin-left: 95px;}
.item-wrapper .products .product-item .info .price {width: 100px;}
.item-wrapper .products .product-item .info .quantity {width: 100px;}
.item-wrapper .products .product-item .info .model {font-size: 12px; color: #828282;}
.item-wrapper .info-action .t-cancel {font-size: 12px;}
.item-wrapper .products .return { font-size: 12px; position: absolute; right: 0; bottom: 0;}
.item-wrapper .products .return a { color: #EF5D5D;}

#my-reward-modal .exchange-ways .item{
    cursor: pointer;
}
#my-reward-modal .exchange-ways {
    margin-bottom: 20px;
}

.login-widget{
    background:url(/image/login/login_bg1.png) center top no-repeat;
    width: 100% !important; padding: 80px 0;
}
.login-widget .well {
    width: 386px; background: #fff; border: 1px solid #d7d7d7; padding: 19px 38px; min-height: 511px;
}
.login-widget .well h2 {
    margin: 0 0 8px 0; color: #333; border: none;
}
.login-widget .form-group .input-box{
    border: 1px solid #d7d7d7; font-size: 14px;
}
.login-widget .form-group .input-box .control-label {
    margin: 5px auto;
}
.login-widget .form-group .input-box .control-label i {
    font-size: 26px; color: #BEBEBE; display: inline-block; width: 40px; height: 30px; text-align: center; line-height: 30px;
}
.login-widget .form-group .input-box .input-wrapper {
    margin-left: 40px;
}
.login-widget .form-group .input-box .input-wrapper .form-control {
    border-top: none; border-right: none; border-bottom:  none; font-size: 14px; height: 30px; margin: 5px 0;
}

.login-widget .form-group .text-danger {
    padding-left: 52px;
}
.login-widget .form-group.image-mode input::-webkit-input-placeholder{ color: #b9b9b9;}
.login-widget .form-group.image-mode input:-moz-placeholder{color: #b9b9b9;}
.login-widget .form-group.image-mode input::-moz-placeholder{color: #b9b9b9;}
.login-widget .form-group.image-mode input:-ms-input-placeholder{color: #b9b9b9;}
.login-widget .buttons .btn {
    width: 100%; font-size: 16px; padding: 12px 0; margin-top: 12px;
}
.login-widget .buttons .links {
    margin-top: 20px;
}
.login-widget .buttons .links a{
    color: #696969;
}
.login-widget .other-logins a{
    display: inline-block; text-align: center; color: #696969; padding: 20px;
}
.login-widget .other-logins a i{
    display: block;
}
.login-widget .button_verify{
    font-size: 14px; margin-left: 8px; padding: 10px 0; width: 120px;
}

.login-widget .input-box #note-sended{
    position: absolute; right: 10px; top: 12px;
}

.welcome_widget {
  padding: 10px;
}

.welcome_widget .account-avatar {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.welcome_widget .account-name {
  border-bottom: 1px solid #f0f0f0;
  line-height: 40px
}

.welcome_widget .union {
  margin-top: 20px;
}

.welcome_widget .union ul {
  padding: 0;
  margin: 0;
}

.welcome_widget .union ul li {
  padding: 0 5px;
  display: inline-block;
}

.welcome_widget .union .logo {
  width: 50px;
  height: 50px;
}

.welcome_widget .guide {
  line-height: 40px;
}

.welcome_widget .welcome_item {
  color: #00a8c6;
}

.welcome_widget .go-mall {
  color: #666;
  margin-top: 50px;
}

.account-point .point {
  background: url("/image/theme/point/pc/pc_card.png") center center no-repeat;
  background-size: 100% auto;
  width: 532px;
  height: 294px;
  margin: 0 auto 18px;
  color: white;
  padding: 72px 0 0 52px;
  position: relative;
  cursor: pointer;
}

.account-point .point .point-title {
  line-height: 30px;
  margin-bottom: 38px;
}

.account-point .point .point-account-balance div {
  vertical-align: top;
}

.account-point .point .point-account-balance-text {
  margin-top: 13px;
  height: 24px;
  line-height: 24px;
}

.account-point .point .point-account-balance {
  height: 42px;
  line-height: 42px;
}

.account-point .point .point-logo {
  position: absolute;
  height: 46px;
  right: 36px;
  bottom: 20px;
}

.account-point .rule {
  width: 520px;
  margin: 0 auto 17px;
}

.account-point .rule img{
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.account-point .action {
  background-color: #ed2d2d;
  color: white;
  width: 320px;
  line-height: 52px;
  margin: 0 auto 20px;
  border-radius: 26px;
  cursor: pointer;
}

.account-point .privilege{
  line-height: 25px;
  margin: 0 auto 64px;
}

.account-point .point .point-account-balance div,
.account-point .privilege div,
.account-point .account-balance div {
  display: inline-block;
}

.account-point .account-balance {
  line-height: 22px;
  margin-bottom: 18px;
}

.account-point .point-table thead tr {
  background-color: #f0f0f0;
}

.account-point .rewards .cancel {
  text-decoration: line-through;
}

.account-point-bind .agreement-link {
  color: #00a8c6;
}

.account-menus-module .menus-group{
    border:1px solid #d9d9d9; margin-bottom: 20px;
}
.account-menus-module .menus-group .group-name{
    background-color: #f0f0f0; padding: 10px;
}
.account-menus-module .menus-group .menu-list {
    margin: 10px;
}
.account-menus-module .menus-group .menu-list .menu-item{
    display: block; padding: 10px; color: #666;
}
.account-menus-module .menus-group .menu-list .menu-item:hover {
    font-weight: bold;
}
.account-menus-module .menus-group .menu-list .menu-item.active{
    font-weight: bold;
}

.account-account .personal-content {
    border: 1px solid #d9d9d9; padding: 20px 20px;
}

.account-account .personal-content .right-part {
    padding: 0 0 0 20px; border-left: 1px solid #d9d9d9; margin-left: 20px; height: 100px;
}
.account-account .personal-content .right-part .item {
    margin: 15px 10px 0 0; width: 45%; height: 2em;
}
.account-account .personal-content .right-part .item .name {
    width: 70px; display: inline-block;
}
.account-account .personal-content .right-part .item .value {
    margin-right: 5px;
}
.account-account .personal-content .right-part .item a{
    color: #D13034; display: block; margin-left: 70px;
}

/*绑定模态框*/
#pointBindModal a {
  color: #00a8c6;
}

#pointBindModal .modal-title {
  font-size: 18px;
}

#pointBindModal .select-union {
  font-size: 16px;
  padding-bottom: 10px;
}

#pointBindModal .union {
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

#pointBindModal .union ul {
  padding: 10px 0;
  margin: 0;
}

#pointBindModal .union li{
  display: inline-block;
  width: 90px;
  padding: 10px;
  font-size: 14px;
}

#pointBindModal .union .active {
  background-color: #f0f0f0;
}

#pointBindModal .union img {
  width: 50px;
  height: 50px;
}

#pointBindModal .tab-content {
  border: 1px solid #f0f0f0;
  margin: 20px 50px;
  min-height: inherit;
  padding: 10px 30px;
}

#pointBindModal .tab-content tr {
  line-height: 60px;
}

#pointBindModal .tab-content img {
  vertical-align: middle;
}

#pointBindModal .tab-content .icon img{
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

#pointBindModal .tab-content input[type=checkbox] {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0;
}

#pointBindModal .icon {
  width: 30px;
  margin-right: 10px;
}

#pointBindModal .random {
  width: 140px;
}

#pointBindModal .agreement {
  font-size: 16px;
}

#pointBindModal .bind-submit {
  width: 80px;
}


/*兑换模态框*/
#pointExchangeModal img {
  vertical-align: middle;
}

#pointExchangeModal .union {
  padding: 15px 30px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  margin-bottom: 20px;
}

#pointExchangeModal .union table {
  margin: 0 auto;
}

#pointExchangeModal .union tr {
  line-height: 50px;
}

#pointExchangeModal .union-account, #pointExchangeModal .union-score {
  width: 200px;
}

#pointExchangeModal .union-account img, #pointExchangeModal .union-score img {
  width: 30px;
  height: 30px;
}

#pointExchangeModal #union-score {
  display: inline-block;
}

#pointExchangeModal .union-score #score-refresh {
  cursor: pointer;
}

#pointExchangeModal form {
  border: 1px solid #f0f0f0;
  padding: 10px 30px;
  font-size: 14px;
}

#pointExchangeModal form tr {
  line-height: 60px;
}

#pointExchangeModal form .form-entry {
  width: 100px;
}

#pointExchangeModal .random {
  width: 140px;
}

#pointExchangeModal .button-submit {
  width: 100px;
}

#my-reward-modal img {
  vertical-align: middle;
}

#my-reward-modal .union {
  padding: 15px 30px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  margin-bottom: 20px;
}

#my-reward-modal .union table {
  margin: 0 auto;
}

#my-reward-modal .union tr {
  line-height: 50px;
}

#my-reward-modal .union img {
  width: 30px;
  height: 30px;
}

#my-reward-modal .union div {
  display: inline-block;
}

#my-reward-modal form {
  border: 1px solid #f0f0f0;
  padding: 10px 30px;
}

#my-reward-modal form tr {
  line-height: 60px;
}

.account-rebate .rebates .cancel .number {
    text-decoration: line-through;
}
.account-rebate .rebates .lock .number {
    font-style: italic; color: #999;
}

.order-list-tab {
  padding: 0 15px;
}

.order-list-tab > li.item {
  padding: 10px 35px;
  border: 1px solid;
}


