/* 未完成订单 start */
.unfinished-order-cl {
  margin: 20px 0 39px;
  border: 1px solid #eaeaea;
}

.unfinished-order-cl .uoc-header {
  background: #f4f4f4;
  line-height: 42px;
  padding: 0 30px 0 23px;
  overflow: hidden;
}

.unfinished-order-cl .uoc-header .uoc-header-l {
  font-size: 16px;
  float: left;
}

.unfinished-order-cl .uoc-header .uoc-header-r {
  float: right;
}

.unfinished-order-cl .uoc-header .uoc-header-r:hover {
  color: #b4a078;
}

.unfinished-order-cl .uoc-main {
  padding: 0 2px;
}

.unfinished-order-cl .uoc-box {
  padding: 26px 29px 26px 23px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
}

.unfinished-order-cl .uoc-box:last-child {
  border-bottom: none;
}

.unfinished-order-cl .uoc-box .uoc-img {
  width: 108px;
  height: 108px;
  margin-right: 60px;
  float: left;
}

.unfinished-order-cl .uoc-box .uoc-name {
  float: left;
  line-height: 108px;
  font-size: 16px;
  color: black;
  font-weight: bold;
  width: 297px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unfinished-order-cl .uoc-box .uoc-num {
  float: left;
  line-height: 108px;
  width: 134px;
  margin-right: 10px;
}

.unfinished-order-cl .uoc-box .uoc-status {
  float: left;
  line-height: 108px;
  width: 82px;
  margin-right: 10px;
  font-weight: bold;
  color: #ff4941;
}

.unfinished-order-cl .uoc-box .uoc-price {
  float: left;
  line-height: 108px;
  width: 106px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unfinished-order-cl .uoc-box .uoc-btn {
  float: left;
  width: 105px;
}

.unfinished-order-cl .uoc-box .uoc-btn a {
  line-height: 30px;
  text-align: center;
  display: block;
}

.unfinished-order-cl .uoc-box .uoc-btn a:not(:last-child) {
  margin-bottom: 9px;
}

.unfinished-order-cl .uoc-box .uoc-btn .pay {
  background: #b4a078;
  color: white;
  border-radius: 3px;
}

.unfinished-order-cl .uoc-box .uoc-btn a:not(.pay):hover {
  color: #b4a078;
}

.unfinished-order-cl .uoc-no {
  height: 320px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 34px;
}

.unfinished-order-cl .uoc-no .tips {
  font-size: 13px;
  color: #999;
  margin: 10px 0 20px;
}

.unfinished-order-cl .uoc-no .g-btn {
  display: inline-block;
  line-height: 26px;
  border: 1px solid #b4a078;
  color: #b4a078;
  width: 95px;
  border-radius: 3px;
  background: #f5f3ef;
  box-sizing: border-box;
}
/* 未完成订单 end */

/* 您可能还喜欢 start */
.like-cl {
  border: 1px solid #eaeaea;
  margin-bottom: 80px;
}

.like-cl .lc-header {
  font-size: 17px;
  line-height: 39px;
  background: #f5f5f5;
  padding: 0 18px;
}

.like-cl .lc-main {
  height: 380px;
  padding: 56px 85px 60px;
  position: relative;
}

.like-cl .lc-main .lc-prev {
  position: absolute;
  left: 27px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b4a078;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
}

.like-cl .lc-main .lc-prev::after {
  content: '';
  display: inline-block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.like-cl .lc-main .lc-next {
  position: absolute;
  right: 27px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b4a078;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding-right: 3px;
}


.like-cl .lc-main .lc-next::after {
  content: '';
  display: inline-block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.like-cl .lc-main .lc-img {
  width: 209px;
  height: 209px;
  margin-bottom: 18px;
}

.like-cl .lc-main .lc-name {
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.like-cl .lc-main .lc-name:hover {
  color: #b4a078;
}

.like-cl .lc-main .lc-price {
  padding: 0 18px;
  color: #ce192a;
}

.like-cl .lc-main .lc-price-o {
  font-size: 12px;
  color: #adadad;
  margin-left: 16px;
  text-decoration: line-through;
}

.like-cl .swiper-container {
  width: 100%;
  height: 100%;
}

.like-cl .swiper-slide {
  cursor: pointer;
}
/* 您可能还喜欢 end */

/* 我的积分 start */
.integral-banner-cl {
  height: 267px;
  background-image: url(../../../themes/agricultural/images/integral-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 23px;
}

.integral-banner-cl .ibc-join {
  line-height: 36px;
  width: 140px;
  border-radius: 18px;
  display: block;
  background: #bd9374;
  color: white;
  text-align: center;
  font-size: 16px;
  top: 172px;
  left: 204px;
  position: absolute;
}

.integral-banner-cl .ibc-box {
  position: absolute;
  top: 45px;
  right: 105px;
  width: 318px;
  height: 175px;
  text-align: center;
  padding-top: 18px;
}

.integral-banner-cl .ibc-title {
  font-size: 18px;
  color: #737373;
}

.integral-banner-cl .ibc-num {
  font-size: 50px;
  color: #c5ae80;
  margin-bottom: 10px;
}

.integral-banner-cl .ibc-btn a {
  color: #b5a179;
  border: 1px solid #b4a078;
  display: inline-block;
  line-height: 23px;
  width: 80px;
  text-align: center;
  border-radius: 3px;
}

.integral-banner-cl .ibc-btn a:first-child {
  margin-right: 10px;
}

.integral-exchange-cl {
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.integral-exchange-cl .iec-header {
  line-height: 42px;
  background: #f6f6f6;
  padding: 0 30px;
}

.integral-exchange-cl .iec-header-l {
  float: left;
  color: #999;
}

.integral-exchange-cl .iec-header-l span {
  font-size: 18px;
  color: #333;
  margin-right: 20px;
}

.integral-exchange-cl .iec-header-r {
  float: right;
}

.integral-exchange-cl .iec-header-r:hover {
  color: #b4a078;
}

.integral-exchange-cl .iec-main {
  height: 367px;
  padding: 49px 51px 54px;
  position: relative;
}

.integral-exchange-cl .iec-main .iec-prev {
  position: absolute;
  left: 12px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b4a078;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
}

.integral-exchange-cl .iec-main .iec-prev::after {
  content: '';
  display: inline-block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.integral-exchange-cl .iec-main .iec-next {
  position: absolute;
  right: 12px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b4a078;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding-right: 3px;
}


.integral-exchange-cl .iec-main .iec-next::after {
  content: '';
  display: inline-block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.integral-exchange-cl .iec-main .iec-img {
  width: 208px;
  height: 208px;
  margin-bottom: 18px;
}

.integral-exchange-cl .iec-main .iec-name {
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.integral-exchange-cl .iec-main .iec-name:hover {
  color: #b4a078;
}

.integral-exchange-cl .iec-main .iec-price {
  padding: 0 18px;
  color: #ce192a;
}

.integral-exchange-cl .iec-main .iec-price-o {
  font-size: 12px;
  color: #adadad;
  margin-left: 16px;
  text-decoration: line-through;
}

.integral-exchange-cl .swiper-container {
  width: 100%;
  height: 100%;
}

.integral-exchange-cl .swiper-slide {
  cursor: pointer;
}
/* 我的积分 end */

/* 我的足迹 start */
.footmark-cl {
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.footmark-cl .fc-header {
  line-height: 50px;
  padding: 0 36px 0 39px;
  background: #f5f5f5;
}

.footmark-cl .fc-header-l {
  float: left;
}

.footmark-cl .fc-header-r {
  float: right;
}

.footmark-cl .fc-header-r .fch-del {
  color: #737373;
}

.footmark-cl .fc-header-r .fch-del img {
  width: 15px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.footmark-cl .fc-header-r .fch-finish {
  width: 60px;
  line-height: 30px;
  text-align: center;
  color: white;
  background: #b4a078;
  border-radius: 3px;
  display: none;
}

.colection_title .fch-finish {
  position: absolute;
  top: 5px;
  right: 50px;
  width: 60px;
  line-height: 30px;
  text-align: center;
  color: white;
  background: #b4a078;
  border-radius: 3px;
  display: none;
}

.footmark-cl .fc-main {
  padding: 18px 30px 0;
}

.footmark-cl .fc-wrap .fcw-header {
  color: #b4a078;
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
}

.footmark-cl .fc-wrap .fcwh-content {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: white;
  min-width: 150px;
  height: 27px;
  top: 2px;
}

.footmark-cl .fc-wrap .fcw-header span:first-child {
  font-size: 24px;
  margin-right: 8px;
}

.footmark-cl .fc-wrap .fcw-header span:first-child {
  font-size: 24px;
  margin-right: 8px;
}

.footmark-cl .fc-wrap .fcw-header .fcw-clear {
  display: none;
  font-size: 13px;
  width: 72px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #b4a078;
  color: #b4a078;
  border-radius: 3px;
  background: #f4f0ea;
  margin: 0 16px 0 24px;
  vertical-align: text-bottom;
}

.footmark-cl .fc-wrap .fcw-header .fcw-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: #eee;
  z-index: 1;
}

.footmark-cl .fc-pro {
  width: calc(25% - 30px);
  margin-right: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
}

.footmark-cl .fc-pro:nth-of-type(4n) {
  margin-right: 0;
}

.footmark-cl .fc-pro .fcp-img {
  height: 202px;
  margin-bottom: 10px;
}

.footmark-cl .fc-pro .fcp-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.footmark-cl .fc-pro .fcp-name:hover {
  color: #b5a179;
}

.footmark-cl .fc-pro .fcp-price {
  text-align: center;
  color: #ce192a;
  margin-bottom: 4px;
}

.footmark-cl .fc-pro .fcp-price span {
  color: #adadad;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 7px;
}

.footmark-cl .fc-pro .fcp-btn{
  text-align: center;
  font-size: 12px;
}

.footmark-cl .fc-pro .fcp-btn a {
  display: inline-block;
  width: 90px;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
}

.footmark-cl .fc-pro .fcp-btn a:hover {
  color: #b4a078;
}

.footmark-cl .fc-pro .fcp-btn a:first-child {
  border-right: none;
}

.footmark-cl .fc-pro .fcp-close {
  position: absolute;
  font-size: 24px;
  width: 24px;
  line-height: 24px;
  right: 0;
  top: 0;
  background: #c3c3c3;
  color: white;
  text-align: center;
  display: none;
}
/* 我的足迹 end */

/* 地址管理 start */
.myaddress-cl {
  margin-bottom: 50px;
}

.myaddress-cl .set_default_td a {
  display: inline-block;
  width: 96px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #b4a078;
  color: #b4a078;
  border-radius: 3px;
  background: #f5f3ef;
}

.myaddress-cl .thead th {
  line-height: 40px;
}

.myaddress-cl .tbody td {
  padding: 23px 5px;
}

.myaddress-cl .dakuai .collect {
  margin-top: 0;
}

.myaddress-cl .mc-tips {
  margin-bottom: 20px;
}

.myaddress-cl .mc-tips span {
  float: left;
}

.myaddress-cl .mc-tips a {
  float: right;
  color: #005aa0;
}

.myaddress-cl .mc-no {
  border: 1px solid #eaeaea;
  height: 500px;
  text-align: center;
  padding-top: 97px;
}

.myaddress-cl .mc-no .mcn-tips {
  font-size: 18px;
  color: #999;
  margin: 18px 0;
}

.myaddress-cl .mc-no a {
  display: inline-block;
  width: 96px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #b4a078;
  color: #b4a078;
  border-radius: 3px;
  background: #f5f3ef;
}

.myaddress-cl .address_form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1000;
}

.myaddress-cl .address_form #address {
  width: 695px;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: white;
  border: none;
  padding: 0 40px 90px;
}

.myaddress-cl .address_form #address .add-header {
  padding: 20px 0;
  font-size: 18px;
}

.myaddress-cl .address_form #address .add-header span {
  float: left;
}

.myaddress-cl .address_form #address .add-header .mc-cha {
  float: right;
}

.myaddress-cl .address_form #address li {
  line-height: normal;
  margin-top: 20px;
}

.myaddress-cl .address_form #address li.clearfix {
  margin-top: 30px;
}

.myaddress-cl .address_form #address label {
  width: 85px;
  margin-right: 10px;
  line-height: 30px;
}

.myaddress-cl .address_form #address input {
  height: 34px;
  border: 1px solid gray;
}

.myaddress-cl .address_form #address textarea, .myaddress-cl .address_form #address select {
  border: 1px solid gray;
}

.myaddress-cl .address_form #address .region {
  display: inline-block;
  width: calc(100% - 95px);
}

.myaddress-cl .address_form #address .region select {
  height: 34px;
  width: calc(100% / 3 - 7px);
}

.myaddress-cl .address_form #address .region select:not(:last-child) {
  margin-right: 10px;
}

.myaddress-cl .address_form #address #addressDetail {
  width: calc(100% - 95px);
  min-height: 70px;
  padding: 12px 10px;
  resize: vertical;
}

.myaddress-cl .address_form #address #realName, .myaddress-cl .address_form #address #cellphone {
  width: 200px;
}

.myaddress-cl .address_form #address .mc-default {
  float: left;
  padding-left: 90px;
  margin-top: 5px;
}

.myaddress-cl .address_form #address .form-btn {
  float: right;
}

.myaddress-cl .address_form #address .form-btn a {
  display: inline-block;
  width: 139px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #b4a078;
  color: #b4a078;
  border-radius: 3px;
  background: #f5f3ef;
}

.myaddress-cl .address_form #address .form-btn #saveNew {
  color: white;
  background: #b4a078;
  margin-right: 10px;
}

.myaddress-cl .address_form #address .extend3 {
  padding-left: 0;
  margin-left: 95px;
}

.myaddress-cl .address_form #address .mc-inline {
  overflow: hidden;
}

.myaddress-cl .address_form #address .mc-inline div {
  float: left;
  width: 50%;
}

.myaddress-cl .address_form #address .mc-inline div:last-child {
  padding-left: 10px;
}
/* 地址管理 end */

/* 积分商城 start */
.inteshop-cl {
  margin-bottom: 100px;
}

.inteshop-cl .ic-banner {
  margin-bottom: 60px;
  width: 100%;
}

.inteshop-cl .ic-title {
  text-align: center;
  margin-bottom: 40px;
}

.inteshop-cl .ic-title .ict-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

.inteshop-cl .ic-title .ict-text span {
  position: relative;
}

.inteshop-cl .ic-title .ict-text span::before {
  content: '';
  display: block;
  border-top: 2px solid black;
  width: 5px;
  position: absolute;
  left: -26px;
  top: 50%;
}

.inteshop-cl .ic-title .ict-text span::after {
  content: '';
  display: block;
  border-top: 2px solid black;
  width: 5px;
  position: absolute;
  right: -26px;
  top: 50%;
}

.inteshop-cl .ic-title .ict-tips {
  color: #8c8c8c;
}

.inteshop-cl .ic-main {
  width: 1200px;
  margin: 0 auto;
}

.inteshop-cl .ic-box {
  width: calc(25% - 14px);
  margin: 0 18px 40px 0;
  float: left;
  cursor: pointer;
  padding-bottom: 28px;
}

.inteshop-cl .ic-box:hover {
  background: #f4f0ea;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.inteshop-cl .ic-box:nth-of-type(4n) {
  margin-right: 0;
}

.inteshop-cl .ic-img {
  margin-bottom: 33px;
  height: 286px;
}

.inteshop-cl .ic-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 16px;
}

.inteshop-cl .ic-name:hover {
  color: #b4a078;
}

.inteshop-cl .ic-price {
  font-size: 18px;
  color: #ce192a;
  padding: 0 20px;
}

.inteshop-cl .ic-price span {
  font-size: 14px;
  color: #adadad;
  text-decoration: line-through;
  margin-left: 20px;
}

.inteshop-cl .ic-page {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 32px;
}

.inteshop-cl .ic-page .icp-box {
  display: inline-block;
}

.inteshop-cl .ic-page .icp-box a {
  display: inline-block;
  float: left;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 0 12px;
  min-width: 32px;
}

.inteshop-cl .ic-page .icp-box .icp-no a {
  padding: 0;
  width: 32px;
  text-align: center;
}

.inteshop-cl .ic-page .icp-box .icp-no-active {
  background: #b4a078;
  color: white;
  border-color: #b4a078;
}

.inteshop-cl .ic-page .icp-box a:not(.icp-no-active):hover {
  background: #b4a078;
  color: white;
  border-color: #b4a078;
}

.inteshop-cl .ic-page .icp-box a:not(.icp-no-active):hover i::before, .inteshop-cl .ic-page .icp-box a:not(.icp-no-active):hover i::after {
  border-color: white;
}

.inteshop-cl .ic-page .icp-box div {
  margin-right: 5px;
  display: block;
  float: left;
}

.inteshop-cl .ic-page .icp-box div a:not(:first-child) {
  margin-left: -1px;
}

.inteshop-cl .ic-page .icp-box .icp-prev i::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin: 0 5px 2px 0;
}

.inteshop-cl .ic-page .icp-box .icp-next i::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 0 0 2px 5px;
}
/* 积分商城 end */

/* 企业内购 start */
.insidebuy-cl .ic-banner {
  margin-bottom: 50px;
}

.insidebuy-cl .ibc-coupon {
  text-align: center;
  margin-bottom: 50px;
  height: 112px;
}

.insidebuy-cl .ibc-coupon .ibcc-box {
  display: inline-block;
}

.insidebuy-cl .ibc-coupon .ibcc-card {
  position: relative;
  width: 235px;
  height: 112px;
  background-image: url(../../../themes/agricultural/images/coupon-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left;
  color: #b98d5d;
  overflow: hidden;
}

.insidebuy-cl .ibc-coupon .ibcc-card:not(:last-child) {
  margin-right: 22px;
}

.insidebuy-cl .ibc-coupon .ibcc-received::after {
  content: '';
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  right: 30px;
  bottom: 12px;
  background-image: url(../../../themes/agricultural/images/received-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.insidebuy-cl .ibc-coupon .ibcc-card .ibcc-money {
  font-size: 66px;
  height: 100%;
  width: 84px;
  line-height: 112px;
  margin-left: 19px;
  text-align: center;
  float: left;
}

.insidebuy-cl .ibc-coupon .ibcc-card .ibcc-right {
  float: left;
  width: 124px;
  margin-left: 2px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.insidebuy-cl .ibc-coupon .ibcc-card .ibcc-tips {
  font-size: 13px;
  margin-bottom: 5px;
}

.insidebuy-cl .ibc-coupon .ibcc-card .ibcc-btn {
  font-size: 12px;
  display: inline-block;
  width: 92px;
  line-height: 20px;
  color: white;
  background: #bd9968;
  border-radius: 10px;
}
/* 企业内购 end */

