/* 重置logo */
.logo-wrap .head-logo .logo { 
  width: 165px;
  height: 60px;
  background-size: 165px 60px;
  background-repeat: no-repeat;
  background-position: left;
}

.logo-wrap .head-logo img { 
  width: 165px;
  height: 60px;
  background-size: 165px 60px;
  background-repeat: no-repeat;
  background-position: left;
}

/* 购物车文字 */
.head-logo > .head-caption {
  height: 75px;
  width: 400px;
  font-size: 22px;
  line-height: 75px;
  color: #333;
  margin-left: 40px;
}

/* 搜索框重置 */
.head-logo .sch {
  width: 580px;
  padding-top: 20px;
}

.head-logo .sch .sch-bd {
  margin-left: 30px;
}

.main {
  background-color: #fff;
}

/* order data */
.order-page__container {
  width: 940px;
  min-height: 130px;
  margin: 0 auto 60px;
  padding: 0 30px;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 6px;
}

/* 每行的标题模块 */
.component_module__caption {
  width: 100%;
  height: 52px;
}

/* 标题左右侧 */
.component_module__caption > .module__caption__left,
.component_module__caption > .module__caption__right {
  height: 52px;
  font-size: 12px;
  line-height: 52px;
}

/* 标题左 */
.component_module__caption > .module__caption__left {
  float: left;
  width: 70%;
}

/* 标题右 */
.component_module__caption > .module__caption__right {
  float: right;
  width: 30%;
  color: var(--main-color);
  text-align: right;
}

.component_module__caption > .module__caption__right:hover span {
  cursor: pointer;
  color: var(--main-light);
}

/* 送货方式选项 */
.component__button__item {
  *display: inline;
  display: inline-block;
  position: relative;
  zoom: 1;
  margin-right: 15px;
  padding: 0 10px;
  height: 38px;
  min-width: 76px;
  background-color: #fff;
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

/* 送货方式选中 */
.component__button__item.is__active {
  margin-right: 14px;
  border: 2px solid var(--main-color);
  height: 37px;
  color: var(--main-color);
  position: relative;
}

/* ok */
.component__button__item.is__active:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  bottom: 0;
  right: -1px;
  background-image: url(/images/icon/ok.png);
  -ms-background-size: 19px;
  background-size: 19px;
}

.distribution-free__icon {
  position: relative;
  z-index: 1;
}

/* 单选框-候选 */
.layui-icon-circle {
  color: var(--info-color);
}

.layui-icon-circle:hover {
  color: var(--main-color);
}

/* 单选框-选中 */
.layui-icon-radio {
  color: var(--main-color);
}

/* 增加按钮 */
.add_button {
  width: 80px;
  height: 28px;
  border-radius: 2px;
  background-color: var(--main-color);
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.add_button:hover {
  background-color: var(--main-light);
}

/* 默认标签状态 */
.default-icon {
  width: 42px;
  background-color: var(--ass-color);
  border: 1px solid var(--main-color);
  border-radius: 4px;
  color: var(--main-color);
}

/* 图标基础状态 */
.default-icon,
.disabled-icon {
  *display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: 0;
  margin-left: 10px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

/* 设置默认按钮 */
.set-default__button {
  position: absolute;
  z-index: 1;
  right: 105px;
  top: 0;
  display: block;
  width: 70px;
  height: 40px;
  font-size: 12px;
  text-align: right;
  line-height: 40px;
  color: var(--main-color);
  cursor: pointer;
}

/* 修改 */
.update__button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  display: block;
  width: 70px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  cursor: pointer;
}

/* 删除 */
.delete__button {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0;
  display: block;
  width: 70px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  cursor: pointer;
}

.right_70 {
  right: 70px !important;
  width: 30px !important;
  text-align: center !important;
}

.right_120 {
  right: 120px;
}

/* 按钮默认状态下 */
.button__items {
  display: none !important;
}

/* 更多 */
.more__container {
  margin: 10px 0 0;
  font-size: 0;
}

/* 更多按钮 收起 */
.more__container > .more__button {
  zoom: 1;
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
}

/* 优惠信息 */
.coupon__container {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.coupon__container > .coupon__infos em,
.coupon__container > .empty__infos em {
  color: #999;
}

/* 信息结算 */
.settlement__container {
  padding: 20px 0 50px;
}

/* 结算明细行 */
.settlement__container > .settlement-info__list > .settlement-info__item {
  padding-bottom: 15px;
  font-size: 0;
  color: #666;
  text-align: right;
}

/* 明细内容 */
.settlement__container
  > .settlement-info__list
  > .settlement-info__item
  > .info__span__block {
  *display: inline;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
}

.settlement__container
  > .settlement-info__list
  > .settlement-info__item
  > .min-width__120 {
  min-width: 120px;
  text-align: right;
}

/* 减免及总计 */
.color-orange {
  color: var(--danger-color);
}

/* 提交与返回购物车 */
.settlement__container > .settlement-button__group {
  padding-top: 5px;
  font-size: 0;
  text-align: right;
}

/* 按钮基础 */
.settlement__container > .settlement-button__group > .back-cart__button {
  *display: inline;
  display: inline-block;
  zoom: 1;
  padding-right: 10px;
  font-size: 14px;
  line-height: 40px;
  color: var(--main-color);
}

/* 返回购物车 */
.settlement__container > .settlement-button__group > .back-cart__button > a {
  color: var(--main-color);
}

.settlement__container
  > .settlement-button__group
  > .back-cart__button
  > a:hover {
  color: var(--main-light);
}

.settlement__container > .settlement-button__group > .submit__button {
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 130px;
  height: 40px;
  background-color: var(--main-color);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.settlement__container > .settlement-button__group > .submit__button:hover {
  background-color: var(--main-light);
}

/* 到店自提 */
.self-support__container {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}

/* 到店自提时效 */
.arrival-time__container {
  margin: 20px 0 0;
  border-top: 1px dashed #dedede;
  font-size: 12px;
}

/* 物流快递 */
.express__container {
  margin: 20px 0 0;
  padding: 0 0 10px;
  border-top: 1px dashed #dedede;
}

/* 物流快递地址 */
.user-address__container {
  padding: 0 0 20px;
  border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}
