.tophead-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e5e5e5;
}

.tophead-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e5e5e5;
}

.tophead-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e5e5e5;
}
/*修改滚动条样式*/
div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}
div::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
div::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 5px;
}
div::-webkit-scrollbar-thumb:hover {
  background: #999;
}
div::-webkit-scrollbar-corner {
  background: #179a16;
}
.loginPlage,
.registerPlage {
  display: flex;
  flex-direction: column;
  background: url('/static/themes/images/loginbackimg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.registerPlage {
  background: #fff;
  overflow-y: auto;
  margin-bottom: 85px;
  position: relative;
}

header,
.headerconten {
  width: 1367px;
  height: 115px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  header,
  .headerconten {
    width: 96%;
    height: 80px;
  }
}

.headerconten {
  position: fixed;
  top: 0;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

.loginPlage-body {
  flex: 1;
  /* background-color: brown; */
}

.main-content {
  width: 1367px;
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 23px auto 0;
  padding: 2.5rem 0;
}

@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .main-content {
    width: 94%;
    padding: 1rem 0 0;
    margin: 10px auto 0;
  }
}

.mainpart {
  margin: 0 97px;
  height: inherit;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
}

.mainpart .part {
  height: 550px;
  align-items: center;
}

.mainpart .part:nth-child(1) {
  border-right: 1px solid #e5e5e5;
}
.partleft {
  padding-right: 60px;
}
.partright {
  padding-left: 60px;
}
.part h1 {
  font-size: 2rem;
}

.partleft-h {
  margin-bottom: 80px;
}

@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .partleft-h {
    margin-bottom: 20px;
  }
  .part h1 {
    font-size: 1.5rem;
  }
}
.partright-h2 {
  margin-bottom: 25px;
}

.part-Itme {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .part-Itme {
    margin-bottom: 15px;
  }
}
.u-part-83 {
  margin-bottom: 83px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .u-part-83 {
    margin-bottom: 23px;
  }
  .part-Itme3 {
    margin-top: 20px;
  }
  .partright-h2 {
    margin-bottom: 15px;
  }
}
.part-Itme span {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.part-Itme input,
.settlein-input {
  width: 520px;
  line-height: 38px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0 10px;
}
.part-Itme input {
  width: 478px;
}
.offline-checkbox-bottom {
  margin-bottom: 24px;
  display: flex;
}

.onlyb2c-content {
  display: none;
}

.part-Itme2 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.divcheck {
  display: flex;
  align-items: center;
}
.spnamassge {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #999 !important;
  margin-bottom: 100px;
}
.spnamassge2 {
  font-size: 18px;
  color: #999;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .spnamassge2 {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

input[type='checkbox'] {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.fgpass {
  font-size: 14px !important;
  cursor: pointer !important;
  color: #3a74ff !important;
  font-weight: 400 !important;
}

.fgpass-green {
  cursor: pointer;
  color: #00c900;
}

.pop-color {
  font-size: 13px !important;
  color: #3a74ff;
}

.btn {
  width: 500px;
  height: 64px;
  background: #3a74ff;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 64px;
  font-weight: 600;
  cursor: pointer;
}

.btn2 {
  width: 500px;
  height: 64px;
  border: 1px solid #3a74ff;
  background: #fff;
  display: block;
  color: #3a74ff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 64px;
  margin-top: 33px;
  cursor: pointer;
}
.partright_item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .btn2 {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .partright_item {
    margin-bottom: 20px;
  }
}

.partright_item_frist {
  margin-top: 38px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .partright_item_frist {
    margin-top: 20px;
  }
}
.partright_item span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-left: 24px;
}
.login-footer {
  width: 100%;
  background: #fff;
  text-align: center;
}

.login-footer .content1,
.content2 {
  width: 100%;
  height: 60px;
  background: #555;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.content2 {
  font-size: 16px;
  color: #333;
  height: 25px;
  line-height: 25px;
  background: #fff;
}
/*弹框*/
/*背景层*/
#popLayer {
  display: none;
  background-color: #b3b3b3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -moz-opacity: 0.8;
  opacity: 0.5;
  filter: alpha(opacity=80); /* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox {
  display: none;
  background-color: #ffffff;
  z-index: 101;
  width: 200px;
  min-height: 200px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#popBox .close {
  text-align: right;
  margin-right: 5px;
  background-color: #f8f8f8;
}

/*关闭按钮*/
#popBox .close {
  text-decoration: none;
  color: #2d2c3b;
}
.login-popcontent {
  margin: 40px;
}
.login-pop {
  width: 450px !important;
  height: 310px;
}
.login-pop2 {
  width: 480px !important;
  max-height: 320px !important;
}
.login-poptips {
  font-size: 18px;

  font-weight: bold;
  margin-bottom: 20px;
}
.spnamassge3 {
  font-size: 16px !important;
  color: #666 !important;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 500 !important;
}

.login-popcontent input {
  width: auto;
  margin-bottom: 20px;
}

.popbtn {
  width: auto;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  margin: 0 40px;
}

.pop-close {
  position: absolute;
  top: 13px;
  background: #fff;
  right: 11px;
  color: #ccc;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: center;
  line-height: 15px;
  font-size: 24px;
  cursor: pointer;
}
.yzmconten {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.yzmconten input[type='text'] {
  border: none;
  width: 15px;
  border-bottom: 2px solid #000;
  font-size: 18px;
  text-align: center;
}
.login-popyzm {
  margin-bottom: -10px;
}
.popbottom {
  display: flex;
  flex-direction: column;
}
.popspan {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  position: fixed;
}
/*注册样式*/
.registerPlage-body {
  width: 500px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.redpoint {
  color: #e73235 !important;
}

.redpoint-radio {
  background-color: #e73235;
  color: #e73235;
}

.redpoint-radio {
  background-color: #e73235;
  color: #e73235;
}

.showInput {
  position: absolute;
  right: 0px;
  top: 35px;
  font-weight: 500 !important;
  font-size: 14px !important;
  cursor: pointer;
  height: 40px;
  width: 55px;
  line-height: 40px;
  color: #3a74ff;
}
.regisTitle {
  font-size: 36px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.warInput {
  border: 1px solid #e73235 !important;
  background: #fdeaea !important;
}

.divFlex-column {
  display: flex;
  flex-direction: column;
}
.divFlex-column .divcheck {
  margin-bottom: 18px;
}

.popspan2 {
  color: #cccccc;
}

/*入驻申请表样式*/
.settleinPlage {
  position: relative;
  background: #f5f5f5;
  overflow-y: auto;
}
.settleinheader {
  position: relative;
}
.settleinPlage-body {
  min-width: 1366px;
  margin: 0 277px;
  margin-bottom: 150px;
}

.settleinmasgspan {
  margin-bottom: 16px;
  text-align: revert;
  display: table;
  width: auto;
}

.settleinmain {
  padding: 40px 32px;
  margin-bottom: 40px;
  background: #fff;
  padding-bottom: 16px;
}

.settleinpart {
  width: 100%;
  height: auto;
}

.settlein-title {
  font-size: 24px;
  border-left: 4px solid #3a74ff;
  font-weight: bold;
  margin-bottom: 30px;
}
.settlein-title span {
  margin-left: 10px;
  display: block;
}

.settlein-content {
  display: flex;
  position: relative;
  flex-direction: column;
}

.settleinpart-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.settleinpart-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.settleinpart-1-1 {
  justify-content: space-between;
}

.settlein-content span {
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

.settlein-input {
  height: 40px;
  border: 1px solid #ccc;
}

.settleininput-width1 {
  width: 635px;
}

.settlein-contentwidth {
  /* width: 412px; */
  width: auto;
}

.settleininput-width2 {
  width: 390px !important;
}

.settleininput-width3 {
  width: 1280px;
}

.settleininput-width4 {
  width: 613px;
}

.settleinupImg-span {
  font-size: 12px !important;
  color: #cccccc;
  width: 500px;
  position: absolute;
  top: 165px;
  font-weight: 400 !important;
}
.radioSpan {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500 !important;
}

.settlein-riadio {
  height: 40px;
  line-height: 40px;
  margin-right: 24px;
}

.settleininput-width5 {
  width: 99px;
  margin-left: 10px;
}
.settlein-title2 {
  margin-left: initial;
}

.settleinpart-2 {
  margin-left: 18px;
}
.pointStr {
  margin-right: 8px;
  font-size: 24px;
}
.settleininput-width6 {
  width: 391px;
  margin-left: -10px;
}
.settleininput-width7 {
  width: 858px;
}
.div-qty {
  float: right;
  margin-left: 32px;
}

.settlein-updiv,
.licenseiImg {
  width: 168px;
  height: 160px;
  position: relative;
  background: #f5f7fa;
  border: 1px solid #e5e5e5;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.settlein-updiv span {
  font-size: 14px;
  font-weight: 500;
}

.settlein-updiv img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.licenseiImg {
  position: relative;
  display: none;
}
.licenseiImg img {
  width: 100%;
  height: 100%;
}
.licenseiImg:hover .licenseiImg-mc {
  display: flex;
}
.licenseiImg-mc {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.8);
}
.licenseiImg-mc img {
  height: auto;
  width: auto;
  cursor: pointer;
}

.licenseiImg-pop {
  display: none;
  width: auto;
  height: auto;
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.licenseiImg-pop,
.licenseiImg-pop img {
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 101;
  height: auto;
  max-width: 100%;
}
.settlein-submit {
  display: flex;
  justify-content: center;
}
/*申请审核*/
.applyreview_main {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.applyreview_title {
  height: 54px;
  font-size: 36px;
  color: #3a74ff;
  line-height: 54px;
  display: flex;
  margin-bottom: 77px;
  margin-top: 240px;
  justify-content: center;
}

.applyreview_title img {
  margin-right: 10px;
}

.applyreview_span {
  font-size: 16px;
  text-align: center;
  width: 670px;
  margin: 0 auto;
}

/*签订协议*/
.applyreview-body {
  display: flex;
  width: 1367px;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.applyreview-h1 {
  height: 44px;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  color: #333333;
  margin-bottom: 60px;
}
.applyreview-h2 {
  font-size: 24px;
}
.applyreview—span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.applyreview—span-red {
  display: block;
  color: red !important;
}

.applyreviewitem {
  margin-top: 56px;
  margin-bottom: 10px;
}

.applyreview-btn {
  height: 54px !important;
  width: 355px !important;
  line-height: 54px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  margin-bottom: 64px;
}

.applyreview-btn img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.applyreview-inputdiv {
  width: 420px;
  height: 40px;
  border: 1px solid #3a74ff;
  margin: 0 auto;
  margin-bottom: 40px;
}

.applyreview-inputdiv input {
  width: 297px;
  height: 40px;
  border: none;
  padding: 0 10px;
  float: left;
}

.applyreview-btn1 {
  width: 103px;
  float: left;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #3a74ff;
  text-align: center;
  line-height: 40px;
}

.applyreview-btn2 {
  width: 293px !important;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}
/*协议审核中*/
.underreview-title {
  margin-top: 74px;
}

.underreview-span {
  width: 715px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
/*个人中心样式*/
.userbody {
  height: auto;
  position: relative;
  background: #f5f5f5;
  overflow-y: auto;
}
.usermain {
  position: relative;
  width: 1367px;
  height: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .usermain {
    width: 95%;
  }
}

.userRuter span {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin: 6px 0 12px;
  background: transparent;
}
.userspan {
  color: #333 !important;
}
.userspan:hover {
  color: #3a74ff;
}
.user-content {
  display: flex;
  justify-content: space-between;
}
.user-leftfixed {
  position: fixed;
  background: #f5f5f5;
  z-index: 0;
}
.user-right {
  width: 1116px;
  height: 100%;
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  margin-left: 250px;
  min-height: 647px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .user-right {
    margin-left: 230px;
  }
}
.userright-part1 {
  width: 1116px;
  /* height: 312px; */
  height: auto;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .userright-part1 {
    width: 990px;
  }
}
.user-h1 {
  font-size: 24px;
  margin-bottom: 24px;
  overflow-y: auto;
}

.user-massge {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 17px;
}

.point-orange {
  color: #ff7b1a;
}

.user-dataspan {
  font-size: 14px;
  margin: 0 15px;
  min-width: 100px;
}

.user-strspan {
  font-size: 14px;
}

.userpart1-padding {
  margin: 0 24px 24px 0;
  padding: 24px;
  overflow: hidden;
}
.userpart1-content {
  overflow-y: auto;
}

.userright-part2 {
  width: 1116px;
  height: 712px;
  display: flex;
  justify-content: space-between;
}
.part2-right {
  width: 615px;
  height: 712px;
  background: #fff;
}

.part2-left {
  width: 481px;
  height: 712px;
  background: #fff;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .userright-part2 {
    width: 990px;
  }
  .part2-right {
    width: 63%;
  }
  .part2-left {
    width: 35%;
  }
}

.arrange-table thead,
.arrange-table tbody tr {
  display: block;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.arrange-table thead th {
  font-size: 14px;
  font-weight: bold;
}
.arrange-table tbody tr {
  font-size: 12px;
}
.arrange-table .td {
  width: 38px;
  box-sizing: border-box;
}
.arrange-table .no {
  width: 46px;
  box-sizing: border-box;
}
.arrange-table .sku {
  width: 200px;
}
.arrange-table .price-td {
  width: 100px;
}
.arrange-table .center {
  text-align: center;
}
.arrange-table tbody {
  display: block;
  max-height: 500px;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.arrange-table .fgpass input {
  width: 100%;
  box-sizing: border-box;
}
.arrange-table thead {
  width: calc(100% - 1em);
}

.user-table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.user-table th {
  text-align: center;
  font-weight: bold;
}

.user-table td {
  font-size: 12px;
  text-align: center;
  padding: 15px 10px 15px 0px;
}

.user-table-span {
  font-size: 12px;
  color: #999999;
  margin-top: 21px;
}

.user-tableth1 {
  text-align: left !important;
}

.user-tableth2 {
  color: #3a74ff;
}

.user-tableth3 {
  color: #ff7b1a;
}

.user-tableth4 {
  color: #00c900 !important;
}

.lc-colorgrey {
  color: #999;
}

.user-tableth5 {
  width: 80px;
}
.user-tableth6 {
  color: #afb3bf;
}

.usertable-trbottom {
  border-bottom: 1px solid #ccc;
}

.part2left-top {
  width: 433px;
  height: 115px;
  background: #ebf1ff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.part2left-h1 {
  font-size: 16px;
  color: #3a74ff;
  margin-top: 16px;
  margin-bottom: 8px;
  display: inline-block;
  text-align: center;
}

.part2left-span {
  font-size: 14px;
  margin: 0 15px;
}

.part2left-item {
  height: 150px;
  width: 433px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .part2left-item {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
}

.boder-none {
  border: none;
}

.part2left-content1 {
  font-size: 14px;
  margin-bottom: 10px;
}

.part2left-content1 label {
  font-size: 14px;
  margin-right: 10px;
}

.userflex-bettwen {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.userflex-bettwen img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  display: block;
}

.userflex-bettwen label,
.userflex-bettwen span {
  font-size: 16px !important;
}

.user-fotter {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}

.user-fotter > .footer-f2b-en > .f2b-news-pro {
  padding: 0 !important;
}

.ongoingbtn {
  width: 222px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px !important;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.ongoingbtn img {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 10px;
}

.ongoingpart {
  min-height: 895px;
}

.ongoing-select {
  width: 58px;
  height: 24px;
  margin-right: 8px;
  font-size: 12px;
  margin-top: 16px;
  color: #999;
  margin-left: 0px;
}

.ongoingth1 {
  width: 100px;
}

.ongoingth2 {
  width: 160px;
}

/* 发货列表 */
.shipments-tips-message {
  padding: 15px;
  border-radius: 3px;
  background-color: rgba(65, 120, 213, 0.09);
}
.shipments-tips-message h4,
.shipments-tips-message p a {
  color: #3a74ff;
}
.shipments-tips-message p {
  color: #999;
}
.shipments-tips-message p a {
  text-decoration: underline;
}
.shipments-tips-audited-error {
  position: relative;
  padding: 15px;
  margin-top: 16px;
  border-radius: 3px;
  background-color: rgba(255, 123, 26, 0.09);
}
.shipments-tips-audited-error h4,
.shipments-tips-audited-error p a {
  color: #ff7b1a;
}
.shipments-tips-audited-error p {
  color: #333333;
}
.shipments-tips-audited-error p a {
  text-decoration: underline;
}
.shipments-tips-audited-error .time {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  color: #999999;
}

/*发货*/
.deliverconten {
  display: flex;
  flex-direction: column;
}

.deliverconten .spnamassge {
  margin-bottom: 10px;
}
.deliverconten.shipment-detail {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}

.deliver-table,
.deliver-table td,
.deliver-table th {
  border: 1px solid #ccc !important;
  padding: 10px;
}

.deliver-table {
  margin-top: 14px;
}

.deliver-table th {
  font-size: 14px;
  padding: 16px 10px;
  background: #f5f7fa;
}

.deliver-th1 {
  width: 100px;
}

.deliver-th1 {
  width: 200px;
}
.deliver-check {
  margin-right: 0px !important;
}

.deliver-input {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}

.deliver-item {
  display: flex;
  align-content: center;
  margin: 32px 0;
}

.deliver-item span,
.deliver-span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  margin-right: 10px;
}

.deliver-item select {
  width: 238px;
  height: 40px;
  border: 1px solid #e5e5e5;
}

p.deliver-radio-block {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
label.deliver-radio {
  cursor: pointer;
}
.deliver-radio input {
  font-size: 14px;
  margin-right: 8px;
  align-content: center;
}
.deliver-add {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.deliver-add img {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 3px;
}
#new_shopping_address {
  padding: 0 10px;
}
#new_shopping_address,
#new_shopping_address .flex {
  width: 100%;
}
#new_shopping_address .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#new_shopping_address .flex .item {
  flex: 1;
  font-size: 0;
}
#new_shopping_address .sub-item {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
#new_shopping_address .sub-item:first-child {
  padding-right: 2.5px;
}
#new_shopping_address .sub-item:last-child {
  padding-left: 2.5px;
}
#new_shopping_address select,
#new_shopping_address input {
  width: 100%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.confirm-add-address,
.delete-shopping-address {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.confirm-add-address {
  color: #3a74ff;
  margin-right: 20px;
}

.deliverconten-last {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.deliverlast-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.deliver-edit {
  display: flex;
  flex-direction: column;
}

.deliver-edit span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 8px;
}
.deliver-edit input {
  width: 320px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 0 10px;
}

.deliver-item3 {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 72px;
}

.deliver-item3 a {
  width: 278px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.deliver-confirm {
  text-align: right;
  margin-top: 32px;
  font-size: 12px;
}
.deliver-confirm a {
  display: inline-block;
  width: 278px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  margin-top: 10px;
}
.selected-total-tips {
  font-size: 0;
  margin-top: 16px;
}
.selected-total-tips div {
  display: inline-block;
  width: 50%;
}
.selected-total-tips div:first-child {
  text-align: left;
  font-size: 12px;
  color: #999999;
}
.selected-total-tips div:first-child strong {
  color: #333333;
}
.selected-total-tips div:last-child {
  text-align: right;
  font-size: 16px;
  color: #333333;
}
/* .deliver-item3 a#SaveFormData {
  color: #3A74FF;
  margin-right: 10px;
  border: 1px solid #3A74FF;
  background-color: #fff;
  box-sizing: border-box;
} */

.deliver-popbtn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 40px;
  margin-top: 65px;
}

.deliver-popbtn a {
  width: 198px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
.deliver-popbtn a.btn2 {
  height: 40px;
}
.deliver-pop {
  width: 507px !important;
  height: 282px !important;
}

.undeliver-title img {
  width: 30px;
  height: 30px;
}

span.undeliverSpan {
  font-size: 24px !important;
  font-weight: bold;
  color: #3a74ff;
}
span.submitedSpan {
  font-size: 24px !important;
  font-weight: bold;
  color: #808080;
}
span.deliverySpan {
  font-size: 24px !important;
  font-weight: bold;
  color: #00c900;
}
/*未发货*/
.undeliver-infomain {
  font-size: 14px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.undeliver-infoitem {
  margin-bottom: 20px;
  min-width: 415px;
  max-width: 50%;
  float: left;
}
.undeliver-infoitem:nth-child(5),
.undeliver-infoitem:nth-child(6) {
  margin-bottom: 0;
}

.undeliver-infomain label {
  min-width: 121px;
  text-align: left;
  margin-right: 24px;
  color: #666;
}

.undeliver-infomain span {
  min-width: 350px;
  text-align: left;
}

.undeliverbtn-main {
  margin-bottom: 24px;
  margin-top: 0px;
}

.undeliverbtn {
  width: 254px;
  height: 40px;
  background: #3a74ff;
  font-size: 16px;
}

.undeliver-pop {
  width: 480px !important;
  height: 183px !important;
}
.undeliver-pop .part-Itme {
  margin-bottom: 10px !important;
}
.undeliver-pop .deliver-popbtn {
  margin-top: 40px;
}
.undeliver-pop .part-Itme span {
  font-size: 16px;
  font-weight: 400;
}

.orderinfopart {
  background: #f5f5f5 !important;
  height: auto;
}

.btn3 {
  width: 143px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

/*个人中心-订单详情*/
.orderinfo-right {
  width: 548px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}

.orderinforight-part {
  /* min-height: 384px; */
  margin: 24px;
}

.ordergoods-fgline {
  border-bottom: 1px solid #e5e5e5;
}
.orderinfopart-lcitem {
  display: flex;
  justify-content: space-between;
}

.orderinfopart-lcitem .lcradio {
  margin-top: 3px;
  margin-right: 8px;
  font-size: 18px;
}

.lcradio2 {
  border: 1px solid #999;
}
.lc-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.lc-content {
  display: flex;
  align-content: center;
  flex-direction: column;
}
.key-node-point {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #999;
  padding: 2px;
}
.active .key-node-point {
  border: 1px solid #3a74ff;
}
.active .key-node-point.canceled {
  border: 1px solid #e73235;
}
.order-txt {
  vertical-align: middle;
  color: #999;
}
.active .order-txt {
  color: #3a74ff;
}
.active .order-txt.canceled {
  color: #e73235;
}
.key-node-point::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999;
  border-radius: 100%;
  box-sizing: border-box;
}
.active .key-node-point::before {
  background-color: #3a74ff;
}
.active .key-node-point.canceled::before {
  background-color: #e73235;
}
.dotted-line span {
  background: #999;
}
.active .dotted-line span {
  background: #3a74ff;
}
.active .dotted-line.canceled span {
  background: #e73235;
}
.lc-label {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.lcradio-lable {
  display: flex;
  align-content: center;
}
.lc-point {
  width: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2px 0;
}

.lc-point span {
  width: 2px;
  height: 7px;
  margin-bottom: 2px;
}

.lc-spanblue span {
  background: #3a74ff;
}

.lc-spangrey span {
  background: #999;
}
.lc-spanred span {
  background: #e73235;
}

.lc-spangry {
  background: #999;
}

.orderinfo-left {
  background: #fff;
  width: 548px;
  display: flex;
  flex-direction: column;
}

.ordergoods-item {
  display: flex;
  flex-direction: row;
}

.ordergoods-img {
  width: 69px;
  height: 69px;
  margin-right: 24px;
}

.ordergoods-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.ordergoods-span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 8px;
}
.ordergoods-price {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 77px;
  line-height: 77px;
  align-items: flex-end;
}
.ordergoods-info {
  width: 352px;
}

.ordergoods-bottom2 {
  margin-bottom: 24px;
}

.orderinfo-total {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.orderinfo-total > .orderinfopart-lcitem {
  margin-bottom: 24px;
}

.overtotla-text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.overtotla-price {
  font-size: 18px;
  font-weight: bold;
  color: #e73235;
}

.order-greybackdiv {
  height: 20px;
  width: 100%;
  background: #f5f5f5;
}

.orderbase-item {
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
}

.orderbase-span {
  min-width: 170px;
  text-align: left;
  margin-right: 24px;
}
/*订单列表*/
.orderlistpart {
  background: #f5f5f5 !important;
}

.orderlist-head {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.orderlistsearch-item {
  font-size: 16px;
  margin-right: 30px;
}

.orderlistsearch-item select {
  width: 193px;
  height: 38px;
  border: 1px solid #3a74ff;
  margin-left: 5px;
  background: #f5f5f5;
  padding-left:10px;
}

@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .orderlistsearch-item select {
    width: 153px;
  }
  .orderlistsearch-item {
    font-size: 16px;
    margin-right: 10px;
  }
  .p-l-20 {
    padding-left: 10px;
  }
}

/* .orderlistsearch-item:nth-child(2){
  margin-right: 30px;
} */
.orderlistsearch-sure {
  width: 305px;
  height: 40px;
  display: flex;
  flex-direction: row;
}

.orderlistsearch-sure input {
  width: 246px;
  height: 38px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #3a74ff;
  font-size: 14px;
  border-radius: 0;
}
.orderlistsearch-sure .search-btn {
  border-radius: 0;
}
.search-btn {
  width: 52px;
  height: 40px;
  background: #3a74ff;
  opacity: 1;
  cursor: pointer;
  border: 0;
}
.orderlist-content {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.orderinfo-item-content {
  width: 100%;
  height: 141px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.orderinfo-item-top {
  height: 31px;
  line-height: 31px;
  background: #eff4ff;
}
.orderlist-item-main {
  margin-top: 24px;
  margin-left: 24px;
  height: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.orderlist-cp-info {
  min-width: 352px;
}
.orderinfo-item-top,
.orderinfo-item-bottom,
.orderlist-cp-info {
  display: flex;
  flex-direction: row;
}
.orderlist-cp-info .image {
  position: relative;
  width: 69px;
  height: 69px;
  overflow: hidden;
}
.orderlist-cp-info .image img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 69px;
}
.orderinfo-item-top {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  background-color: #eff4ff;
}
.orderinfo-item-top-part {
  margin-right: 72px;
}
.orderinfo-item-top-part label {
  font-size: 12px;
  font-weight: 400;
  margin-right: 16px;
  color: #333333;
}
.orderinfo-item-top-part span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.orderlist-cp-info {
  height: 69px;
  margin-right: 60px;
}
.orderlist-cp-info-msg {
  width: 270px;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.orderlist-cp-info-msg h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  max-height: 69px;
  white-space: nowrap;
}
.orderlist-cp-info-msg span {
  font-size: 12px;

  font-weight: 400;
  color: #666666;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: 30px;
}
.orderlist-cp-num {
  height: 69px;
  width: 150px;
  line-height: 69px;
  min-width: 43px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1279px) and (max-width: 1330px) {
  .orderlist-cp-num {
    width: 120px;
  }
}
.orderlist-cp-num span {
  color: #333333;
}
.orderlist-cp-awit {
  width: 190px;
  /* margin-right: 85px; */
  margin-left: 0;
  white-space: nowrap;
}
.orderlist-cp-awit .fgpass {
  color: #3a74ff;
}

.orderlist-cp-action {
  display: flex;
  flex-direction: column;
}
.orderlist-cp-action span {
  margin-bottom: 10px;
}
.orderlist-cp-action a {
  text-decoration: underline;
}
.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.newbtn {
  width: 170px !important;
  height: 46px !important;
  margin: 0 !important;
}
.orderlist-paginate {
  text-align: right;
}
.orderlist-paginate form,
.orderlist-paginate .paginate-box {
  display: inline-block;
  vertical-align: middle;
}
.orderlist-paginate form select {
  margin: 0;
}
.orderlist-paginate .paginate-box li,
.orderlist-paginate .paginate-box a {
  color: #999999;
}
.orderlist-paginate .paginate-box .active {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background-color: #3a74ff;
  border-radius: 3px;
  box-sizing: border-box;
}
.orderlist-paginate .pagination a,
.orderlist-paginate .pagination .disabled,
.orderlist-paginate .pagination .active {
  float: none;
}
/*购物车样式改版*/
.gwc-div-main {
  height: 86px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.gwc-div-main-span,
.gwc-div-main-item1,
.gwc-div-main-item2 {
  cursor: pointer;
}
.gwc-div-main-item1 {
  margin-left: 40px;
  display: flex;
  align-items: center;
  width: 155px;
  justify-content: space-between;
  margin-right: 32px;
}
.gwc-div-main-item1:hover {
  color: #3a74ff;
}
.gwc-div-main-item2 {
  width: 450px;
  margin: 0 32px;
  font-size: 16px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #ebebeb;
}
.gwc-div-main-item2:hover {
  color: #3a74ff;
}
.gwc-div-main-span:hover {
  color: #3a74ff;
}
.gwc-div-main-item3 {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.gwc-div-main-item3 button {
  width: 294px;
  height: 54px;
  margin-right: 24px;
}
.gwc-div-main-item3 .gwc-div-price {
 margin-top:2px
}
.gwc-div-main-item3 .gwc-div-price:first-child {
  /*display: flex;*/
  flex-direction: column;
  align-items: baseline;
  font-size: 18px;
  margin-right: 24px;
}

.discontinued-msg-bt {
  width: 95px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  background: #ccc;
  border-radius: 3px;
  margin-right: 8px;
}
.discontinued-bg > td {
  background: #ebebeb !important;
  opacity: 0.7;
}
/*新增cystal*/
.conter-infoitem-two{margin-bottom: 0;}
.conter-infoitem-two label{background-color:#F5F7FA;  padding:17px 24px 16px; text-align: right; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5;}
.conter-infoitem-two span{padding:17px 24px 16px; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right: 1px solid #E5E5E5; width: calc(100% - 311px); width: -moz-calc(100% - 311px);
  width: -webkit-calc(100% - 311px);}
.conter-infoitem-two .l-item{margin-right: 0; text-align: right;}
.conter-infoitem-two:last-child label{background-color:#F5F7FA;  padding:17px 24px 16px; text-align: right; border-bottom: 1px solid #E5E5E5; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5;}
.conter-infoitem-two:last-child span{padding:17px 24px 16px; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5}
/*select样式*/
.orderlistsearch-item select::-ms-expand{display:none;}
.orderlistsearch-item select{ appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.orderlistsearch-item{
  position: relative;
}
.orderlistsearch-item::before{content: ''; background: url("/static/themes/images/jiantou.png") no-repeat; width:18px; height: 18px; position: absolute; right:8px; top:8px;}
option{border:none; outline:none; min-height: 30px; padding:5px 2px 5px;}