/* common css */
.color1 {
  color: #d78a15 !important;
}

.color3 {
  color: #d78a15 !important;
}

.color4 {
  color: #d78a15 !important;
}

.header-notice {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: #d78a15 1px solid;
  border-bottom: #d78a15 1px solid;
}

.header-l>span {
  color: #d78a15;
  margin: 0 0 0 4px;
}

.header-l>i {
  font-size: 18px;
  color: #d78a15;
  margin: -2px 0 0 0;
}

.header-bal>span {
  color: #d78a15;
  padding: 0 10px 0 0;
}

.header-login>a {
  color: #d78a15;
  padding: 0 5px 0 0;
}

.header-r .skip-item:hover {
  color: #d78a15;
}

.skip-tel>span {
  color: #d78a15;
}

.search-wrap input[type='text'] {
  vertical-align: top;
  font-size: 12px;
  color: #333;
  height: 44px;
  width: 536px;
  line-height: 40px;
  padding: 0 0 0 20px;
  border: 2px solid #d78a15;
}

.search-wrap input[type='submit'] {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 68px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: #d78a15;
  border: none;
  cursor: pointer;
}

.search-hot-other:hover {
  color: #d78a15;
}

.search-hot-a {
  color: #d78a15;
}

.process-item>i.iconfont {
  font-size: 28px;
  color: #d78a15;
  margin: 0 4px 0 0;
}

nav {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.nav-cont-price {
  font-size: 14px;
  line-height: 18px;
  color: #d78a15;
}

.nav-all .cate-item:hover {
  cursor: pointer;
  background: #d78a15;
}

.cate-sec-wrap {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  z-index: 100;
  width: 750px;
  padding: 0 18px;
  border: 2px solid #d78a15;
  border-top: none;
  background: #fff;
  font-size: 0;
  min-height: 100%;
  box-sizing: border-box;
}

.cate-sec-name:hover {
  color: #d78a15;
}

.cate-item-b .cate-sec-wrap {
  height: 470px;
  min-height: auto;
  overflow: auto;
  border-top: 2px solid #d78a15;
}

.cate-item-b:hover>a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #d78a15;
}

.cate-det-item:hover {
  color: #d78a15;
}

.service-item>i {
  font-size: 36px;
  color: #d78a15;
  margin: 0 16px 0 0;
}

footer {
  background: #2b2b2b;
  border-top: 2px solid #d78a15;
}

.footer-tel-wrap>i {
  float: left;
  font-size: 26px;
  color: #d78a15;
  margin: 6px 8px 0 0;
}

.tel-det>p:nth-of-type(2) {
  font-size: 18px;
  color: #d78a15;
  line-height: 22px;
}

.footer-link>a:hover {
  color: #d78a15;
}

.yft-cont-item:hover {
  color: #fff;
  background: #d78a15;
}

.yft-cont-item:hover:after {
  background: #d78a15;
}

.yft-tel-wrap {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -220px;
  width: 190px;
  color: #fff;
  text-align: left;
  padding: 18px 0 0 30px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #d78a15;
}

.yft-wx-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: -170px;
  width: 130px;
  height: 166px;
  color: #fff;
  padding: 14px 20px 0 20px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #d78a15;
}

.search-inp {
  height: 32px;
  width: 230px;
  font-size: 12px;
  color: #333;
  line-height: 28px;
  padding: 0 0 0 10px;
  border: 2px solid #d78a15;
  border-right: none;
  box-sizing: border-box;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.search-r a {
  float: left;
  width: 98px;
  height: 30px;
  font-size: 14px;
  color: #d78a15;;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0 10px 0 0;
}

.confirm-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s;

  &.fade-enter,
  &.fade-leave-active {
    opacity: 0;
  }

  .confirm-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
  }
  .image-close .iconfont:hover{
    color: #d78a15;
    border: 1px solid #d78a15;
    cursor: pointer;
  }
  .confirm {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 600px;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 0 50px 0;
    transform: translate(-50%, -50%);
  }

  .bd {
    position: relative;
    padding: 20px 0;

    .info-lr {
      font-size: 14px;
      line-height: 24px;
      color: #333;
    }

    .info-l {
      line-height: 24px;
      width: 90px;
    }

    .info-r {
      width: calc(100% - 90px);
    }

    .bd-info {
      padding: 40px 0 0 0;
      text-align: center;
    }
  }

  .pay-bal {
    text-align: center;
    padding: 0 0 20px;
  }

  .pay-bal-btn {
    text-align: center;
    padding: 0 0 20px;

    &>a {
      color: #d78a15;;
    }
  }

  .ft {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 10px 10px;
    pointer-events: auto;

    &>a {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      margin: 6px 6px 0;
      padding: 0 18px;
      border: 1px solid #dedede;
      background-color: #fff;
      color: #333;
      border-radius: 2px;
      font-weight: 400;
      cursor: pointer;
      vertical-align: middle;
      border-radius: 3px;
    }
  }

  .ft .balance-pay {
    background-color: #008ef1;
    color: #fff;
    margin-right: 77px;
  }

  .ft .cancel-pay {
    margin: 6px 10px 0;
  }

  .ui-tips {
    line-height: 22px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #d78a15;;
    color: #fff;
  }

  .confirm-tab {
    padding: 0 20px;
    border-bottom: 1px solid #eee;

    li {
      float: left;
      width: 80px;
      height: 36px;
      font-size: 12px;
      line-height: 36px;
      text-align: center;
      box-sizing: border-box;
      cursor: pointer;
    }

    .conCurr {
      color: #d78a15;
      border-bottom: 4px solid #d78a15;
    }
  }

  .confirm-shade {
    width: 400px;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    z-index: 77777;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 100px;
  }

  .confirm-shade img {
    vertical-align: middle;
    margin: -4px 10px 0 0;
  }

  .pay-confirm {
    width: 690px;
    margin: -230px 0 0 -345px;
    transform: translate(0, 0);
  }

  .pay-wrap {
    padding: 0 20px 0 30px;
  }

  .pay-l-t {
    float: left;
    width: 360px;
    font-size: 16px;
    color: #333;
    padding: 10px 0 0 0;
  }

  .pay-l-t .online-pay {
    font-size: 40px;
    color: #d78a15;
    line-height: 80px;
    font-weight: 550;
    vertical-align: baseline;
    padding: 0 0 0 20px;
  }

  .pay-l-t .use-balance {
    padding-left: 46px;
  }

  .pay-l-t .balance-pay-height {
    line-height: 51px;
  }

  .pay-l-t p i {
    cursor: pointer;
  }

  .recharge-info {
    font-size: 14px;
    line-height: 34px;
  }

  .recharge-box {
    padding: 0 0 10px 0;
  }

  .recharge-item {
    position: relative;
    float: left;
    width: 106px;
    height: 36px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    cursor: pointer;
  }

  .rechargeCurr {
    color: #ff3217;
    border: 2px solid #d78a15;
  }

  .recharge-item>i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #d78a15;
    line-height: 1;
  }

  .rechargeCurr>i {
    display: block;
  }

  .recharge-inp {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
    padding: 0;
    text-align: center;
  }

  input.recharge-inp::-moz-placeholder {
    font-size: 13px;
  }

  input.recharge-inp:-ms-input-placeholder {
    font-size: 13px;
  }

  input.recharge-inp::-webkit-input-placeholder {
    font-size: 13px;
  }

  .pay-tab {
    padding: 10px 0 0 0;
  }

  .pay-tab-ttl {
    font-size: 14px;
    line-height: 34px;
    color: #333;
  }

  .pay-item {
    position: relative;
    height: 66px;
    line-height: 66px;
    font-size: 0;
    text-align: center;
    border-radius: 2px;
    margin: 0 0 15px 0;
    border: 2px solid #eee;
    cursor: pointer;

    &>img {
      vertical-align: middle;
    }

    &>i {
      display: none;
      position: absolute;
      top: 1px;
      left: -1px;
      font-size: 30px;
      color: #d78a15;
      line-height: 1;
      z-index: -1;
    }
  }

  .payCurr {
    border-color: #d78a15;

    &>i {
      display: block;
    }
  }

  .pay-code-wrap {
    float: right;
    width: 280px;
    padding: 10px 0 0;
  }

  .pay-code-t {
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 34px;
  }

  .pay-code-box {
    width: 280px;
    height: 314px;
    background: #fff;
    border: 2px solid #eee;
    box-sizing: border-box;
  }

  .pay-code-can {
    width: 250px;
    height: 250px;
    margin: 10px auto 0;
  }

  .pay-code-icon {
    height: 42px;
    line-height: 42px;
    text-align: center;

    &>i {
      font-size: 36px;
      color: #009944;
    }

    &>i:nth-last-of-type(1) {
      color: #00a8d4;
    }

    &>span {
      font-size: 18px;
      color: #666;
      padding: 0 12px;
    }
  }
}

.confirm-wrap .hd {
  padding: 0 80px 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #fbe3d4;
  font-size: 14px;
  color: #333;
}

.confirm-wrap .ft .btn-confirm {
  color: #fff;
  background: #d78a15;
  border-color: #d78a15;
}

.confirm-container .confirm-wrap .pay-l-t .balance-pay {
  color: #ff3217;
  font-weight: 550;
  vertical-align: baseline;
  padding: 0 0 0 48px;
}

.tmp>span {
  position: relative;
  background: #fff5ef;
  color: #d78a15;
  border: 1px solid #d78a15;
  border-radius: 2px;
  cursor: pointer;
}

.confirm-container .confirm-wrap .ft .save-order {
  background-color: #d78a15;;
  margin-right: 8px;
  color: #fff;
}

.calendar td:not(.disabled) span.red {
  color: #d78a15;
}

.calendar td .isGregorianFestival,
.calendar td .isLunarFestival {
  color: #d78a15;
}

.calendar td.selected span.red {
  background-color: #d78a15;
  color: #fff;
}

.calendar td.selected span.red:hover {
  background-color: #d78a15;
  color: #fff;
}

.layui-laypage .layui-laypage-curr {
  position: relative;
  color: #d78a15;
  background-color: #fff5ef;
  border: 1px solid #d78a15;
}

.user-nav>li.navCurr>a {
  color: #d78a15;
  background: #f4f4f4;
}

.user-nav>li.navCurr>a i {
  color: #d78a15;
}

.confirm .hd span>a:hover {
  color: #d78a15;
}

.color-red {
  color: red;
}

.default-email-sel i.selectEmail {
  font-size: 17px;
  color: #d78a15;
}



/* index css */
.ord-btn {
  display: block;
  height: 30px;
  font-size: 12px;
  color: #d78a15;
  line-height: 30px;
  text-align: center;
  background: #f6dbcc;
  border-radius: 4px;
  margin: 10px 10px 6px;
}

.login-reg-btn {
  float: left;
  width: 90%;
  height: 30px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.login-reg-wrap>a:nth-last-of-type(1) {
  margin: 0 0 0 12px;
  background: #d78a15;
}

.adv-item>i {
  font-size: 30px;
  color: #d78a15;
}

.com-price-r {
  float: left;
  font-size: 14px;
  color: #d78a15;
  vertical-align: text-bottom;
}

.com-hot-r>span {
  display: inline-block;
  height: 18px;
  font-size: 12px;
  color: #d78a15;
  line-height: 18px;
  padding: 0 4px;
  border: 1px solid;
  border-image: linear-gradient(90deg, #d78a15, #d78a15) 1 1;
}

.sale-price {
  width: 170px;
  height: 30px;
  margin: 12px 0 0 16px;
  border: 1px solid #d78a15;
  box-sizing: border-box;
}

.sale-p-l {
  position: relative;
  float: left;
  width: 50%;
  height: 28px;
  font-size: 14px;
  color: #FFF;
  line-height: 28px;
  vertical-align: text-bottom;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  background:#d78a15;
}

.sale-p-l::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border: 1px solid #d78a15;
  border-width: 14px 5px;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.prod-item p {
  font-size: 12px;
  color: #d78a15;
  line-height: 22px;
  text-align: center;
}

.prod-type>a:hover {
  color: #d78a15;
}



/* detail css */
.imgCurr {
  border: 2px solid #d78a15;
}

.prod-dis {
  height: 30px;
  font-size: 12px;
  color: #d78a15;
  line-height: 30px;
  margin: 3px 0 0 0;
  padding: 0 0 0 12px;
  background: #f4f4f4;
}

.font-color {
  color: #d78a15;
}

.param-det .paramCurr .param-name {
  background: #fff5ef;
  color: #d78a15;
  border: 1px solid #d78a15;
}

.paramCurr .gy-select {
  border-color: #d78a15;
}

.paramCurr .gy-select .ui-select-txt {
  color: #d78a15;
}

.param-name>i.iconfont {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 16px;
  line-height: 1;
  color: red;
}

.param-check>i.iconfont {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 16px;
  line-height: 1;
  color: red;
}
.param-name .show-discount .discount-type>i.iconDiscountSelect {
  display: none;
  position: absolute;
  top: -1px;
  left: 85px;
  font-size: 16px;
  line-height: 1;
  color: #d78a15;
}

.param-name .show-discount .discount-type>i.iconDiscountInit {
  position: absolute;
  top: -1px;
  left: 85px;
  font-size: 16px;
  line-height: 1;
  color: #d78a15;
}

.param-more {
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #d78a15;
  line-height: 32px;
  text-align: center;
  background: #ffeadc;
  border-radius: 2px;
}

.param-tot {
  font-size: 16px;
  color: #d78a15;
  line-height: 26px;
}

.file-del:hover>i {
  color:#d78a15;
}

.file-nopic>i {
  font-size: 20px;
  color: #d78a15;
  line-height: 1;
}

.delivery .info-r>p span {
  color: #d78a15;
  padding: 0 2px;
}

.price-member .price-num {
  font-size: 30px;
  color: #d78a15;
  padding: 0 0 0 6px;
}

.submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
  transition: all .3s linear;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.submit-btn:hover {
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.logreg-item:focus-within {
  border: 1px solid #d78a15;;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.code-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.login-tab {
  font-size: 14px;
  color: #d78a15;
  cursor: pointer;
}

.progress>span {
  display: block;
  height: 100%;
  background: #2989d8;
  background: linear-gradient(45deg, #d78a15 33%, #d78a15 34%, #d78a15 59%, #d78a15 60%);
  background-size: 60px 30px;
}

.file-up>p.progress-num {
  font-size: 14px;
  color: #d78a15;
  line-height: 20px;
}

.sale-c-name a:hover {
  color: #d78a15;
}

.send-header {
  padding: 0 80px 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d78a15;
  font-size: 14px;
  color: #333;
}


/* specialEdition css */
.sp-select {
  vertical-align: top;
  width: 100px;
  border-color: #d78a15;
}

.sp-select .ui-select-txt {
  color: #d78a15;
}

.page-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #d78a15;
  line-height: 30px;
  margin: 0 0 0 5px;
}

.page-btn>i {
  font-size: 12px;
  color: #d78a15;
  vertical-align: inherit;
}

.detail-btn {
  position: absolute;
  top: 0;
  right: 200px;
  width: 180px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  transition: all .3s linear;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.detail-btn:hover {
  background: linear-gradient(to right, #d78a15, #d78a15);
}



/* shopping csss */
.order-sel i.selOrd {
  font-size: 17px;
  color: #d78a15;
}

.pay-l-t i.selBanlance {
  font-size: 17px;
  color: #d78a15;
}

.order-p-d {
  font-size: 14px;
  color: #d78a15;
  line-height: 26px;
  padding: 4px 0 0 0;
}

.orderState1,
.orderState2,
.orderState3 {
  color: #d78a15;
}

.order-opera>a {
  display: block;
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #d78a15;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 0 6px 0;
}

.order-opera .ord-confirm {
  color: #fff;
  background: #d78a15;
  border: 1px solid #d78a15;
}


/* channel css */
.channel-ttl {
  height: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #d78a15;
  line-height: 26px;
  padding: 20px 0 20px 16px;
}

.channel-t-ttl a:hover {
  color: #d78a15;
}

.channel-t-price {
  height: 20px;
  font-size: 10px;
  color: #d78a15;
  vertical-align: text-bottom;
  margin: 16px 0 0 0;
}

.channel-t-btn:hover {
  color: #d78a15;
}

.com-name a:hover {
  color: #d78a15;
}



/* findPassword css */
.login-err {
  position: absolute;
  left: 6px;
  right: 60px;
  top: -20px;
  font-size: 12px;
  color: #d78a15;
  line-height: 22px;
  text-align: center;
}

.logreg-item:focus-within>i {
  color: #d78a15;
}



/* login css */
.logreg-tab>li.logregCurr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.login-other-l>a {
  color: #d78a15;
}

.login-other-l>i.passwordRember {
  color: #d78a15;
}

.register-wrap .logreg-btn {
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.reset-pwd:hover {
  color: #d78a15;
}



/* loginAndRegister css */
.logreg-tab>li.logregCurr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}

.logreg-item:focus-within>i {
  color: #d78a15;
}

.login-other-l>a {
  color: #d78a15;
}

.login-other-l>i.passwordRember {
  color: #d78a15;
}

.logreg-btn {
  display: block;
  width: 300px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 4px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}



/* orderComfirm css */
.conCurr {
  color: #d78a15;
}

.conCurr>span {
  color: #fff;
  border-color: #d78a15;
  background: linear-gradient(to bottom, #d78a15, #d78a15);
}

.del-add {
  float: right;
  height: 100%;
  font-size: 14px;
  color: #d78a15;
}

.del-item:hover {
  border: 2px solid #d78a15;
}

.swiper-wrapper .delSel {
  border: 2px dashed #d78a15;
}

.swiper-wrapper .delSel:hover {
  border: 2px dashed #d78a15;
}

.del-i-h .def-address {
  float: right;
  font-size: 12px;
  color: #d78a15;
  padding: 0 0 0 12px;
}

.sel-icon {
  position: absolute;
  bottom: -4px;
  right: -2px;
  font-size: 34px;
  line-height: 1;
  color: #d78a15;
}

.bill-tab li>i {
  display: none;
  position: absolute;
  bottom: -1px;
  right: -1px;
  font-size: 18px;
  line-height: 1;
  color: #d78a15;
}

.bill-tab .billCurr {
  color: #d78a15;
  border-color: #d78a15;
}

.bill-type .btCurr {
  color: #d78a15;
  border: 2px solid #d78a15;
}

.invo-help {
  position: absolute;
  z-index: -1;
  top: -2px;
  right: -194px;
  width: 160px;
  font-size: 12px;
  line-height: 20px;
  color: #d78a15;
  border-radius: 4px;
  padding: 5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.info-help-cont {
  position: absolute;
  display: none;
  width: 500px;
  font-size: 12px;
  line-height: 20px;
  color: #d78a15;
  border-radius: 4px;
  padding: 5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.riCurr {
  color: #d78a15;
  border: 2px solid #d78a15;
}

.bill-sel.riCurr .invoice-ord {
  border-color: #d78a15;
}

.riCurr .ui-select-txt span {
  color: #d78a15;
}

.con-t-h {
  height: 34px;
  font-size: 14px;
  color: #d78a15;
  line-height: 34px;
  padding: 0 0 0 20px;
  background: #fcf4ef;
}

.con-oripri {
  float: left;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #d78a15;
}

.pay-l-s>i.selBan {
  font-size: 17px;
  color: #d78a15;
}

.pay-l-s>span {
  color: #d78a15;
  padding: 0 0 0 10px;
}

.pay-b span {
  font-size: 30px;
  color: #d78a15;
  padding: 0 0 0 30px;
}

.pay-b-btn {
  display: block;
  width: 240px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #d78a15;
  margin: 20px 0 20px auto;
  border-radius: 2px;
}



/* register css */
.register-ttl {
  height: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #d78a15;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 50px 0 50px 118px;
}

.register-item {
  position: relative;
  float: left;
  width: 112px;
  height: 30px;
  font-size: 12px;
  color: #d78a15;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  background: #ffefe5;
  margin: 0 6px 0 0;
}

.wait-reg {
  position: relative;
  width: 66px;
  height: 66px;
  background: #d78a15;
  border-radius: 50%;
  margin: 50px auto 16px;
}



// search css
.search-ttl>i {
  font-size: 26px;
  color: #d78a15;
  margin: 0 20px 0 0;
}

.search-no-res>span {
  color: #d78a15;
}



/* userAddress css */
.modi-def>i {
  display: inline-block;
  width: 70px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #d78a15;
  border-radius: 2px;
  font-style: normal;
}

.add-item:hover {
  border-color: #d78a15;
}



/* userCoupon css */
.grade-type {
  font-size: 20px;
  color: #a17a3d;
  line-height: 20px;
  margin: 4px 0 0 0;
}

.role-type {
  font-size: 20px;
  color: #002FA7;
  line-height: 20px;
  margin: 4px 0 0 0;
}

.re-info {
  font-size: 12px;
  color: #d78a15;
  line-height: 34px;
  padding: 0 8px 0 0;
}

.user-btn>a {
  display: block;
  width: 100px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: linear-gradient(to right, #d78a15, #d78a15);
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
}

.sale-p {
  position: relative;
  z-index: 1;
  height: 28px;
  font-size: 28px;
  font-weight: 600;
  color: #d78a15;
  line-height: 28px;
  padding-left: 8px;
}

.use-explain {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 10px;
  font-size: 10px;
  color: #d78a15;
  line-height: 14px;
  transform: scale(0.8);
}



/* userInvoice css */
.add-invoice {
  display: block;
  width: 140px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #d78a15, #d78a15);
  margin: 15px 0 10px 0;
}



/* userPacket css */
.user-set {
  font-size: 14px;
  color: #d78a15;
  cursor: pointer;
}

.user-con-coupon>.coupon-box>.curr-coupon {
  border-bottom: 5px solid #d78a15;
}

.coupon-tab>li.couponCurr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(to right, #d78a15, #d78a15);
}



/* userPaid css */
.add-recharge {
  display: block;
  width: 140px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to right, #d78a15, #d78a15);
  margin: 15px 0 10px 0;
}

.account-num {
  font-size: 20px;
  color: #d78a15;
  line-height: 30px;
}

.recharge-r>span {
  font-size: 12px;
  color: #d78a15;
  line-height: 34px;
  padding: 0 8px 0 0;
}

td.paidZc {
  font-size: 16px;
  color: #d78a15;
}

.re-help-cont {
  position: absolute;
  display: none;
  width: 350px;
  font-size: 12px;
  line-height: 20px;
  color: #d78a15;
  border-radius: 4px;
  padding: 5px;
  opacity: 1;
  background-color: #f6dbcc;
}

.order-t-h span i {
  display: inline-block;
  color: #d78a15;
  font-size: 25px;
  cursor: pointer;
}

.site-color {
  color: #d78a15;
}

.download-tmp i {
  display: inline-block;
  font-size: 16px;
  height: 19px;
  color: #d78a15;
}

.info-download-cont {
  position: absolute;
  z-index: 10;
  display: none;
  width: 500px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  padding: 5px;
  opacity: 1;
  right: -1%;
  background: #ff8c3f;
  margin-top: 10px;
}

.tmp-download {
  background-color: #ff8c3f;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 250px;
  border-radius: 3px;
  cursor: pointer;
}

.upload-file-text {
  opacity: 1;
  visibility: visible;
  color: #ff8c3f;
  text-align: center;
  height: 17px;
  font-size: 13px;
  line-height: 17px;
}

.converter-box .non-click {
  opacity: .5;
  cursor: no-drop;
  background-color: #ff8c3f;
}

.converter-btn {
  display: inline-block;
  width: 120px;
  height: 44px;
  background: #ff8c3f;
  border-radius: 22px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.upload-file-btn {
  opacity: 1;
  visibility: visible;
  width: 262px;
  height: 64px;
  background-color: #ff8c3f;
  border-radius: 32px;
  margin: 0 auto 10px;
  font-size: 0;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
}

.has-file {
  color: #ff8c3f;
}

.has-word {
  color: #ff8c3f;
}

.has-download {
  color: #ff8c3f;
}

.download-btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #ff8c3f;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.param-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  position: relative;
  line-height: 30px;
  margin: 0 5px 5px 0;
}

.prod-info {
  font-size: 16px;
  color: #f00;
  line-height: 32px;
}