@charset "UTF-8";
a {
  color: #555;
}

.animal-cate {
  background: #fff;
}
.animal-cate ul {
  display: block;
  height: 54px;
  border-left: 1px solid #ddd;
}
.animal-cate ul:after {
  content: '';
  display: block;
  clear: both;
}
.animal-cate ul li {
  display: block;
  float: left;
}
.animal-cate ul li a {
  display: block;
  font-size: 18px;
  padding: 0 70px;
  height: 54px;
  line-height: 54px;
  border-right: 1px solid #ddd;
}
.animal-cate ul li a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/animal-icons.png) right top;
}
.animal-cate ul li a.beef i {
  background-position: right -24px;
}
.animal-cate ul li a.mutton i {
  background-position: right -48px;
}
.animal-cate ul li a:hover, .animal-cate ul li a.active {
  color: #F64B65;
  background: #F5F5F5;
}
.animal-cate ul li a:hover i, .animal-cate ul li a.active i {
  background-position: left top;
}
.animal-cate ul li a:hover.beef i, .animal-cate ul li a.active.beef i {
  background-position: left -24px;
}
.animal-cate ul li a:hover.mutton i, .animal-cate ul li a.active.mutton i {
  background-position: left -48px;
}

.zhongchou-list {
  margin-top: 20px;
  padding-bottom: 10px;
}
.zhongchou-list ul {
  display: block;
  margin-left: -20px;
}
.zhongchou-list ul li {
  display: block;
  float: left;
  width: 386px;
  background: #fff;
  margin: 0 0 20px 20px;
}
.zhongchou-list ul li .img {
  display: block;
}
.zhongchou-list ul li .img img {
  width: 100%;
}
.zhongchou-list ul li .words {
  padding: 20px;
}
.zhongchou-list ul li .words .name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 20px;
}
.zhongchou-list ul li .words .progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #ccc;
  margin-bottom: 15px;
}
.zhongchou-list ul li .words .progress-bar span {
  display: block;
  width: 0;
  height: 4px;
  background: #30D296;
  position: absolute;
  left: 0;
  top: 0;
}
.zhongchou-list ul li .words .statistic-data {
  margin-bottom: 10px;
}
.zhongchou-list ul li .words .statistic-data:after {
  content: '';
  display: block;
  clear: both;
}
.zhongchou-list ul li .words .statistic-data > div {
  float: left;
}
.zhongchou-list ul li .words .statistic-data > div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.zhongchou-list ul li .words .statistic-data > div span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}
.zhongchou-list ul li .words .statistic-data > div.item1 {
  width: 40%;
}
.zhongchou-list ul li .words .statistic-data > div.item2 {
  width: 40%;
}
.zhongchou-list ul li .words .statistic-data > div.item3 {
  width: 20%;
}
.zhongchou-list ul li .words .btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #F64B65;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.zhongchou-list .paging {
  float: none;
  text-align: center;
}
.zhongchou-list .paging a {
  display: inline-block;
  float: none;
}
.zhongchou-list .paging a:hover {
  color: #F64B65;
}
.zhongchou-list .paging .num_cur {
  border-color: #F64B65;
  background: #F64B65;
}
.zhongchou-list .paging .num_cur:hover {
  color: #fff;
}

.amount {
  display: inline-block;
}
.amount a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
}
.amount .num {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  width: 50px;
  height: 28px;
  text-align: center;
  font-size: 22px;
}

.zhongchou-details {
  padding-bottom: 50px;
}
.zhongchou-details .box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  margin-top: 20px;
  padding: 20px;
}
.zhongchou-details .details-info a.prev {
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -35px;
  background: url(../images/zc-arrows.png) no-repeat right top;
}
.zhongchou-details .details-info a.prev.disabled {
  background-position: left top;
}
.zhongchou-details .details-info a.next {
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -35px;
  background: url(../images/zc-arrows.png) no-repeat right bottom;
}
.zhongchou-details .details-info a.next.disabled {
  background-position: left bottom;
}
.zhongchou-details .details-info i.status {
  display: block;
  width: 124px;
  height: 106px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/zc-status.png) no-repeat;
  text-indent: -9999px;
}
.zhongchou-details .details-info i.status.going {
  background-position: left top;
}
.zhongchou-details .details-info .img {
  float: left;
  width: 720px;
}
.zhongchou-details .details-info .img img {
  display: block;
  width: 720px;
}
.zhongchou-details .details-info .words {
  width: 400px;
  float: left;
  margin-left: 20px;
}
.zhongchou-details .details-info .words > p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.zhongchou-details .details-info .words > p span {
  color: #F64965;
}
.zhongchou-details .details-info .words .h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #333;
}
.zhongchou-details .details-info .words .raised p {
  font-size: 18px;
  margin-bottom: 15px;
}
.zhongchou-details .details-info .words .raised p.price {
  font-size: 24px;
  color: #F64965;
}
.zhongchou-details .details-info .words .raised p.price strong {
  font-size: 36px;
  font-weight: normal;
}
.zhongchou-details .details-info .words .progress strong {
  color: #333;
  font-size: 14px;
}
.zhongchou-details .details-info .words .progress p {
  color: #2ED296;
  font-size: 14px;
  margin-bottom: 15px;
}
.zhongchou-details .details-info .words .progress .progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #ccc;
  margin-bottom: 15px;
}
.zhongchou-details .details-info .words .progress .progress-bar span {
  display: block;
  width: 0;
  height: 4px;
  background: #30D296;
  position: absolute;
  left: 0;
  top: 0;
}
.zhongchou-details .details-info .words .share {
  margin-top: 50px;
}
.zhongchou-details .hot-zc .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.zhongchou-details .hot-zc ul {
  display: block;
}
.zhongchou-details .hot-zc ul li {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.zhongchou-details .hot-zc ul li:after {
  content: '';
  display: block;
  clear: both;
}
.zhongchou-details .hot-zc ul li:last-child {
  padding-bottom: 0;
}
.zhongchou-details .hot-zc ul li .img {
  width: 280px;
  float: left;
}
.zhongchou-details .hot-zc ul li .img img {
  width: 280px;
}
.zhongchou-details .hot-zc ul li .words {
  width: 340px;
  float: left;
  margin-left: 15px;
}
.zhongchou-details .hot-zc ul li .words .name {
  font-size: 16px;
  color: #333;
  margin: 5px 0 15px 0;
}
.zhongchou-details .hot-zc ul li .words .text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.zhongchou-details .hot-zc ul li .words .price {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.zhongchou-details .hot-zc ul li .words .price span {
  color: #F64B65;
}
.zhongchou-details .hot-zc ul li .words .price span strong {
  font-size: 22px;
  font-weight: normal;
}
.zhongchou-details .hot-zc ul li .words .grey {
  color: #999;
  font-size: 14px;
}
.zhongchou-details .hot-zc ul li .count {
  width: 230px;
  float: left;
  margin-left: 50px;
  padding-top: 50px;
}
.zhongchou-details .hot-zc ul li .count .amount {
  display: inline-block;
}
.zhongchou-details .hot-zc ul li .count .amount a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
}
.zhongchou-details .hot-zc ul li .count .amount .num {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  width: 50px;
  height: 28px;
  text-align: center;
  font-size: 22px;
}
.zhongchou-details .hot-zc ul li .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #F64B65;
  padding: 0 40px;
  border: 0;
  border-radius: 0;
}
.zhongchou-details .zc-details .tabs {
  display: block;
  border-bottom: 1px solid #ddd;
  height: 50px;
  margin-bottom: 20px;
}
.zhongchou-details .zc-details .tabs li {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
}
.zhongchou-details .zc-details .tabs li.active {
  position: relative;
  color: #30D296;
  font-weight: bold;
}
.zhongchou-details .zc-details .tabs li.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #30D296;
  left: 0;
  bottom: -1px;
}

.good-type-edit .toolbar, .good-type .toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  text-align: center;
}
.good-type-edit .toolbar .btn, .good-type .toolbar .btn {
  margin: 0 10px;
}
.good-type-edit .ctrl, .good-type .ctrl {
  padding: 20px;
}
.good-type-edit #typeCanvas, .good-type #typeCanvas {
  position: relative;
  width: 680px;
  height: 480px;
  margin: 0 20px;
  border: 1px solid #ddd;
  background: no-repeat center center;
}
.good-type-edit .new_rect, .good-type .new_rect {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  background: #A8CAEC;
  position: absolute;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.good-type-edit .new_rect i:hover, .good-type .new_rect i:hover {
  cursor: move;
}
.good-type-edit .new_rect i, .good-type .new_rect i {
  display: block;
  width: 100%;
  height: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.good-type-edit .new_rect span, .good-type .new_rect span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
}
.good-type-edit .new_rect em, .good-type .new_rect em {
  display: none;
  width: 28px;
  height: 28px;
  background: #000 url(../images/type-del.png) no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  cursor: pointer;
}
.good-type-edit .new_rect:hover em, .good-type .new_rect:hover em {
  display: block;
}
.good-type-edit .mousedown, .good-type .mousedown {
  opacity: .6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  z-index: 999;
}

.good-type .new_rect i:hover {
  cursor: default;
}

.colpick {
  z-index: 9999;
}

.model-related-good {
  margin-top: 20px;
}

.single-banner a {
  display: block;
  width: 100%;
  height: 475px;
  background: no-repeat center center;
}

.consignee-cont .addr-detail s {
  background: #999;
  padding: 0 5px;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
}

/*弹框*/
.jd-dialog {
  border: 5px solid #b7b7b7;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.jd-dialog-title {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  font-size: 16px;
  color: #646464;
}

.jd-dialog-con {
  padding: 20px;
}

.noaddress_tip {
  color: #e45050;
  line-height: 30px;
  background: url(../images/pay_now.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
}

.btn-9:hover {
  color: #fff;
  background: #e4393c;
}

.btn-9 {
  font-family: arial,"microsoft yahei";
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #e45050;
  background-image: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 30px;
  cursor: pointer;
  border: 0;
  float: none;
  border: none;
}
.btn-9.cancel {
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
}
.btn-9.cancel:hover {
  background: #f7f7f7;
}

.shopping-list .dis-modes .mode-tab-nav li.current {
  border: 2px solid #e4393c;
  padding: 4px 0;
  width: 146px;
}

.shopping-list .dis-modes .mode-tab-nav li.current b {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
  background-position: 0 0;
}

.shopping-list {
  border-width: 1px;
}

.jd_order_det .step-tit a {
  color: #3aa2e4;
}
.jd_order_det .step-tit a:hover {
  color: #c33;
}

.shopping-list .goods-list .goods-item .p-name a {
  color: #666;
}
.shopping-list .goods-list .goods-item .p-name a:hover {
  color: #c33;
}
.shopping-list .goods-list .goods-item .p-name a span {
  background: #f49c11;
  color: #fff;
  padding: 2px 4px;
  margin-right: 5px;
}

.shopping-list .goods-list .goods-suit .goods-item, .shopping-list .goods-list .goods-items {
  margin-left: 0;
}

.shopping-list .goods-list .goods-suit .goods-item {
  padding-bottom: 15px;
}

.shopping-list .goods-list .goods-item .p-img {
  padding: 0px;
}

.shopping-list .goods-list .goods-suit .goods-suit-tit {
  margin: 5px 0px 15px 0;
}

.shopping-list .goods-list .goods-suit .sales-icon {
  background: #e45050;
}

.blue_word {
  width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  overflow: hidden;
}

.shopping-list .dis-modes .mode-tab-nav li.current, .shopping-list .dis-modes .mode-tab-nav li.curr {
  width: 98px;
}

.shopping-list .dis-modes .mode-tab-nav li {
  width: 100px;
}

.shopping-list .dis-modes .mode-item {
  margin-bottom: 0px;
}

.shopping-list .dis-modes .mode-tab-nav {
  margin-bottom: 10px;
}

.self_pick {
  padding: 5px 0;
}
.self_pick a {
  color: #3aa2e4;
  margin-left: 10px;
}
.self_pick a:hover {
  color: #c33;
}

.beizhu textarea {
  border: 1px solid #ddd;
  height: 78px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.shopping-list .dis-modes {
  width: 380px;
  margin-left: 0;
}

.step-cont {
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 0px;
}

.shopping-list {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-top: 10px;
}
.shopping-list:last-child {
  border-bottom: none;
}

.goods-list {
  margin-right: 20px;
}

.picksite-box {
  padding: 20px;
}

.single-check {
  float: left;
  width: 200px;
}
.single-check input {
  width: auto;
  height: auto;
  margin-left: 5px;
}

.picksite-box .pick-sites-more {
  max-height: 276px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 10px;
}

.picksite-box .pick-sites {
  width: 660px;
}

.picksite-box .site-item {
  margin: 0 0 10px;
}

.picksite-box .site-item td input {
  width: 30px;
}

.picksite-box .site-item-selected .site-in-short {
  border: 2px solid #e4393c;
  padding: 7px 10px;
}

.picksite-box .site-in-short {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #ebebeb;
  height: 22px;
  line-height: 22px;
  padding: 4px 10px;
  width: 250px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.picksite-box .site-item-selected .site-in-short b {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(https://misc.360buyimg.com/user/purchase/2.0.0/css/i/selected-icon.png) no-repeat;
}

.picksite-box .field {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  width: 295px;
  line-height: 18px;
  padding-right: 55px;
}

.picksite-box .field .tip {
  color: #b3b3b3;
  display: block;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}

.picksite-box .field .map-link {
  display: block;
  position: absolute;
  right: 0;
  height: 18px;
  line-height: 18px;
  top: 0;
}

.locate_tabs li {
  padding: 0;
}

.beizhu-cont {
  padding: 15px;
  background: #FAFAFA;
  margin-top: 20px;
}
.beizhu-cont textarea {
  width: 400px;
  height: 60px;
  padding: 10px;
  margin: 10px 0;
}
.beizhu-cont .tips {
  display: inline-block;
  line-height: 100px;
  margin-left: 20px;
  color: #999;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.details-info-roll {
  position: relative;
}
.details-info-roll .swiper-button-prev {
  left: -20px;
}

.zhongchou-details {
  position: relative;
}
.zhongchou-details .swiper-button-prev {
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 240px;
  margin-left: -658px;
  background: url(../images/zc-arrows.png) no-repeat right top;
}
.zhongchou-details .swiper-button-prev.swiper-button-disabled {
  background-position: left top;
}
.zhongchou-details .swiper-button-next {
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 240px;
  margin-left: 620px;
  background: url(../images/zc-arrows.png) no-repeat right bottom;
}
.zhongchou-details .swiper-button-next.swiper-button-disabled {
  background-position: left bottom;
}

.suspension-cart {
  position: fixed;
  z-index: 9999;
  top: 50%;
  margin-top: -100px;
  right: 10px;
  width: 320px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.suspension-cart .head {
  background: #FAFAFA;
  padding: 15px;
  font-size: 16px;
  color: #999;
}
.suspension-cart .head .empty {
  float: right;
  color: #999;
}
.suspension-cart .head .empty i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/empty.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.suspension-cart .head .empty span {
  vertical-align: middle;
}
.suspension-cart .goods-selected ul {
  display: block;
  height: 215px;
  overflow: auto;
}
.suspension-cart .goods-selected ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.suspension-cart .goods-selected ul li:after {
  content: '';
  display: block;
  clear: both;
}
.suspension-cart .goods-selected ul li .img {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.suspension-cart .goods-selected ul li .name {
  display: block;
  float: left;
  width: 115px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.suspension-cart .goods-selected ul li .price {
  float: right;
  color: #f64965;
}
.suspension-cart .goods-selected ul li .price .count {
  color: #666;
  margin-left: 5px;
}
.suspension-cart .goods-selected ul li .del {
  position: absolute;
  right: 15px;
  top: 35px;
}
.suspension-cart .goods-selected .total {
  padding: 15px;
}
.suspension-cart .goods-selected .total p {
  color: #333;
  font-size: 14px;
}
.suspension-cart .goods-selected .total p strong, .suspension-cart .goods-selected .total p span {
  color: #f64965;
}
.suspension-cart .goods-selected .total .btn {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  padding: 0;
  background: #f64965;
  border: 0;
  text-align: center;
  margin-top: 15px;
}

.origin .h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.origin .origin-cont ul {
  display: block;
  border-left: 4px solid #E73C5A;
  padding-left: 18px;
  margin: 20px 0;
}
.origin .origin-cont ul li {
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.origin .origin-cont ul li p {
  margin-bottom: 15px;
  font-size: 14px;
}
.origin .origin-cont ul li p.t {
  color: #333;
}
.origin .origin-cont ul li p.sub {
  color: #999;
}
.origin .origin-cont ul li i {
  display: block;
  position: absolute;
  left: -30px;
  top: -5px;
  width: 18px;
  height: 18px;
  background: url(../images/origin-dot.png) no-repeat;
}
.origin .origin-cont .paging {
  float: none;
}
.origin .origin-cont .paging a {
  border: 1px solid #F64B65;
  color: #F64B65;
}
.origin .origin-cont .paging a.disabled {
  border: 1px solid #ddd;
  color: #999;
  cursor: not-allowed;
}

.multiple-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 520px;
  background: no-repeat center top;
}
.multiple-banner .swiper-pagination {
  width: 140px;
  height: 22px;
  left: 50%;
  margin-left: -70px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}
.multiple-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EAE7E6;
  margin-top: 5px;
  opacity: 1;
}
.multiple-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B1181A;
}

.rrz-list ul {
  display: block;
  margin-left: -21px;
  margin-bottom: 30px;
}
.rrz-list ul:after {
  content: '';
  display: block;
  clear: both;
}
.rrz-list ul li {
  display: block;
  float: left;
  width: 386px;
  margin: 20px 0 0 21px;
}
.rrz-list ul li .img img {
  display: block;
  width: 386px;
  height:260px;
}
.rrz-list ul li .words {
  padding: 19px;
  border: solid #ddd;
  border-width: 0 1px 1px 1px;
}
.rrz-list ul li .words .h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.rrz-list ul li .words .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.rrz-list ul li .words .btn {
  display: block;
  width: 220px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #F64B65;
  color: #F64B65;
  font-size: 20px;
  background: #fff;
  border-radius: 0;
  margin: 0 auto;
}
.rrz-list ul li .words .btn:hover {
  background: #F64B65;
  color: #fff;
}

.digg {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.digg a {
  border: #E8E8E8 1px solid;
  padding: 7px 12px;
  margin: 2px;
  color: #666;
  background: #fff;
  text-decoration: none;
}
.digg a:hover {
  border: #F64B65 1px solid;
  color: #F64B65;
}
.digg a.current {
  border: #F64B65 1px solid;
  padding: 7px 12px;
  margin: 4px;
  color: #fff;
  background-color: #F64B65;
}
.digg a.disabled {
  border: #eee 1px solid;
  padding: 7px 12px;
  margin: 4px;
  color: #ddd;
  cursor: not-allowed;
}

.shop-details {
  background: #FAF8EC url(../images/shop-details-bg.jpg) no-repeat center top;
  padding: 30px 0;
}
.shop-details .r {
  float: right;
  width: 900px;
}
.shop-details .r .words-intro h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-details .r .words-intro p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 200px;
  text-align: justify;
}
.shop-details .r .words-intro .contact {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.shop-details .r .words-intro .contact .tel {
  font-size: 20px;
  margin-right: 30px;
}
.shop-details .l {
  float: left;
  width: 240px;
}
.shop-details .l .shop-logo {
  margin-bottom: 20px;
}
.shop-details .l .shop-info p {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  text-align: center;
}

.shop-goods {
  background: #FDF7E9;
  padding-bottom: 30px;
}
.shop-goods .shop-goods-tabs {
  background: #fff;
  box-shadow: 3px 3px 8px #eee;
  height: 60px;
}
.shop-goods .shop-goods-tabs a {
  display: block;
  float: left;
  height: 58px;
  line-height: 60px;
  border-bottom: 2px solid #fff;
  background: #fff;
  padding: 0 75px;
  font-size: 18px;
}
.shop-goods .shop-goods-tabs a.active {
  border-color: #F64B65;
  color: #F64B65;
}
.shop-goods .shop-goods-list ul {
  display: block;
  margin-left: -20px;
  margin-bottom: 30px;
}
.shop-goods .shop-goods-list ul:after {
  content: '';
  display: block;
  clear: both;
}
.shop-goods .shop-goods-list ul li {
  display: block;
  float: left;
  width: 330px;
  height: 240px;
  margin: 20px 0 0 20px;
  padding: 20px 20px 20px 240px;
  background: #fff;
  position: relative;
}
.shop-goods .shop-goods-list ul li .img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.shop-goods .shop-goods-list ul li .img img {
  display: block;
  width: 100%;
}
.shop-goods .shop-goods-list ul li .name {
  line-height: 22px;
  font-size: 14px;
  height:22px;
  overflow: hidden;
  color: #333;
}
.shop-goods .shop-goods-list ul li .desc {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  display: block;
  height: 44px;
  overflow: hidden;
}
.shop-goods .shop-goods-list ul li .props {
  line-height: 22px;
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.shop-goods .shop-goods-list ul li .props span {
  margin-right: 20px;
}
.shop-goods .shop-goods-list ul li .stage {
  font-size: 14px;
  line-height: 48px;
}
.shop-goods .shop-goods-list ul li .stage span {
  padding: 8px 10px;
  margin: 10px 20px 10px 0;
}
.shop-goods .shop-goods-list ul li .stage span.num {
  background: #FBE7DB;
  color: #BD6E3F;
}
.shop-goods .shop-goods-list ul li .stage span.value {
  background: #FFE7EB;
  color: #F64965;
}
.shop-goods .shop-goods-list ul li .price {
  color: #F64965;
  font-size: 14px;
  margin: 20px 0;
}
.shop-goods .shop-goods-list ul li .price strong {
  font-size: 18px;
  font-weight: normal;
}
.shop-goods .shop-goods-list ul li .amount {
  position: absolute;
  right: 50px;
  top: 180px;
}
.shop-goods .shop-goods-list ul li .btns a {
  display: inline-block;
  background: #fff;
  border: 1px solid #F64B65;
  color: #F64B65;
  height: 38px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
  margin-right: 10px;
}
.shop-goods .shop-goods-list ul li .btns a.bold {
  background: #F64B65;
  color: #fff;
}
