@charset "UTF-8";

.join-step-page {
  width: 1200px;
  margin: 0 auto;
  padding: 34px 0 56px;
  color: #302222;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
}

.join-step-hero {
  min-height: 190px;
  padding: 34px 42px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #fff8f7 0%, #ffe6e3 42%, #d71920 100%);
  box-shadow: 0 22px 48px rgba(176,19,28,.12);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join-step-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.94), rgba(255,255,255,.56) 38%, rgba(255,255,255,0) 72%), repeating-linear-gradient(135deg, rgba(255,255,255,.16) 0, rgba(255,255,255,.16) 1px, transparent 1px, transparent 18px);
  pointer-events: none;
}

.join-step-hero:after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 26px;
  width: 420px;
  height: 230px;
  background: linear-gradient(135deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  transform: skewX(-18deg);
  pointer-events: none;
}

.join-step-hero-copy,
.join-step-status {
  position: relative;
  z-index: 2;
}

.join-step-kicker {
  display: inline-block;
  padding: 7px 13px;
  margin-bottom: 16px;
  color: #b60f19;
  background: rgba(255,255,255,.9);
  border-left: 4px solid #d71920;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 14px 30px rgba(130,17,20,.12);
}

.join-step-hero h1 {
  margin: 0 0 12px;
  color: #9b0d15;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.join-step-hero p {
  width: 620px;
  margin: 0;
  color: #7a2a2a;
  font-size: 15px;
  line-height: 1.9;
}

.join-step-status {
  width: 230px;
  padding: 24px 26px;
  background: rgba(255,255,255,.92);
  border-left: 5px solid #d71920;
  box-shadow: 0 18px 40px rgba(119,7,15,.18);
  box-sizing: border-box;
}

.join-step-status span {
  display: block;
  margin-bottom: 8px;
  color: #b85b5b;
  font-size: 13px;
}

.join-step-status strong {
  display: block;
  color: #292323;
  font-size: 22px;
  line-height: 1.35;
}

.join-flow-container {
  width: 1200px!important;
  margin: 0 auto 24px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #f1d4d4;
  box-shadow: 0 16px 36px rgba(176,19,28,.08);
  box-sizing: border-box;
  display: block!important;
}

.join-flow-stepbar {
  float: none!important;
  width: 100%;
  margin: 0!important;
  border-top: 0!important;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.join-flow-stepbar dl {
  float: none!important;
  width: 100%!important;
  top: auto!important;
  border-top: 0!important;
  position: relative;
}

.join-flow-stepbar dl:after {
  content: "";
  position: absolute;
  left: 50%;
  right: -50%;
  top: 24px;
  height: 2px;
  background: #f1d4d4;
  z-index: 0;
}

.join-flow-stepbar dl:last-child:after {
  display: none;
}

.join-flow-stepbar dl.doing:after {
  background: #d71920;
}

.join-flow-stepbar dt {
  position: relative;
  z-index: 1;
  width: 48px!important;
  height: 48px!important;
  line-height: 48px!important;
  margin: 0 auto 10px!important;
  border-radius: 0!important;
  font-size: 18px;
  font-weight: bold;
}

.join-flow-stepbar .s-num {
  background: linear-gradient(135deg, #f04a53, #d71920)!important;
  color: #fff;
  box-shadow: 0 12px 24px rgba(215,25,32,.22);
}

.join-flow-stepbar .s-num1 {
  background: #fff2f2!important;
  color: #b85b5b;
  border: 1px solid #f1d4d4;
  box-sizing: border-box;
}

.join-flow-stepbar .s-text,
.join-flow-stepbar .s-text1 {
  color: #7a5555!important;
  line-height: 24px!important;
  font-size: 14px;
  font-weight: bold;
}

.join-flow-stepbar .s-text {
  color: #d71920!important;
}



.join-step-card {
  padding: 34px 38px 28px;
  background: #fff;
  border: 1px solid #f1d4d4;
  box-shadow: 0 18px 42px rgba(176,19,28,.08);
  box-sizing: border-box;
}

.join-step-title {
  margin: 0 0 24px!important;
  padding: 0 0 14px!important;
  border-bottom: 1px solid #f1d4d4;
  color: #292323!important;
  font-size: 24px!important;
  line-height: 1.4!important;
  font-weight: 800!important;
  position: relative;
}

.join-step-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 86px;
  height: 3px;
  background: #d71920;
}

.join-step-card .apply-agreement-box,
.join-step-card .apply-box,
.join-step-card .apply-box2 {
  border: 0!important;
  border-top: 0!important;
  padding: 0!important;
  background: transparent;
}

.join-step-card .apply-agreement-box {
  height: 430px;
  padding: 24px!important;
  border: 1px solid #f1d4d4!important;
  background: #fffafa;
  color: #4c3b3b;
  line-height: 1.9;
  box-sizing: border-box;
}

.join-step-card .agreement_box {
  margin-top: 20px;
  padding: 16px 18px;
  background: #fff2f2;
  color: #6e4a4a;
  text-align: center;
}

.join-step-card .agreement-table {
  width: 100%;
  margin: 0!important;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.join-step-card .agreement-table th {
  width: 230px;
  padding: 12px 18px 12px 0;
  color: #5b3d3d;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.join-step-card .agreement-table td {
  padding: 0;
  color: #4c3b3b;
  text-align: left;
}

.join-step-card input[type=text],
.join-step-card input[type=password],
.join-step-card textarea,
.join-step-card select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #f1d4d4;
  background: #fff;
  color: #222;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  transition: all .2s ease;
}

.join-step-card textarea {
  min-height: 110px;
  padding: 10px 12px;
  line-height: 1.7;
}

.join-step-card input[type=text]:focus,
.join-step-card input[type=password]:focus,
.join-step-card textarea:focus,
.join-step-card select:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215,25,32,.08);
}

.join-step-card .c-tip {
  margin-top: 8px;
  color: #9b7575;
  line-height: 1.7;
}

.join-step-card label {
  color: #5b3d3d;
  line-height: 32px;
}

.join-step-card input[type=radio],
.join-step-card input[type=checkbox] {
  margin-right: 6px;
  accent-color: #d71920;
}

.join-step-card .goodsCat {
  width: 210px;
  margin: 0 16px 8px 0;
  padding: 8px 10px;
  background: #fffafa;
  border: 1px solid #f1d4d4;
  box-sizing: border-box;
}

.join-step-card .upload-picker,
.join-step-card .webuploader-pick {
  min-width: 150px;
  padding: 9px 16px!important;
  background: #fff2f2!important;
  color: #d71920!important;
  border: 1px solid #f1b7b7;
  font-weight: bold;
}

.join-step-card .pay-sbox,
.join-step-card .pay-box,
.join-step-card .wst-wallet-box {
  border-color: #f1d4d4!important;
  background: #fffafa;
}

.join-step-card .tips-box,
.join-step-card .pay-type,
.join-step-card .pay-list {
  color: #5b3d3d;
}

.join-step-card .examine-tips {
  padding: 70px 30px;
  background: #fffafa;
  border: 1px solid #f1d4d4;
  color: #7a5555;
}

.agreement-bottom {
  margin-top: 22px;
  padding: 24px 0!important;
  background: #fff;
  border: 1px solid #f1d4d4;
  box-shadow: 0 16px 36px rgba(176,19,28,.08);
  text-align: center!important;
}

.agreement-bottom .btn-cancel,
.agreement-bottom .btn-submit,
.join-step-card .btn-cancel,
.join-step-card .btn-submit,
.join-step-card .pay-btn {
  display: inline-block;
  min-width: 118px;
  height: 42px!important;
  line-height: 42px!important;
  padding: 0 22px!important;
  border: 0;
  background: linear-gradient(135deg, #f04a53, #d71920 52%, #a90c14);
  color: #fff!important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 14px 28px rgba(215,25,32,.25);
  box-sizing: border-box;
  cursor: pointer;
  transition: all .2s ease;
}

.agreement-bottom .btn-cancel,
.join-step-card .btn-cancel {
  background: #fff!important;
  color: #d71920!important;
  border: 1px solid #f1b7b7;
  box-shadow: none;
}

.agreement-bottom .btn-submit:hover,
.join-step-card .btn-submit:hover,
.join-step-card .pay-btn:hover {
  background: linear-gradient(135deg, #ff5962, #e01824 52%, #b20e17);
  transform: translateY(-1px);
}

.merchant-join-page {
  min-width: 1200px;
  background: #fff7f7;
  color: #312222;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
}

.merchant-join-page .wst-container {
  width: 1200px;
  margin: 0 auto;
}

.join-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8f7 0%, #ffe6e3 44%, #d71920 100%);
}

.join-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.95), rgba(255,255,255,.58) 38%, rgba(255,255,255,0) 72%), repeating-linear-gradient(135deg, rgba(255,255,255,.15) 0, rgba(255,255,255,.15) 1px, transparent 1px, transparent 18px);
  z-index: 1;
  pointer-events: none;
}

.join-hero:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 40px;
  width: 520px;
  height: 330px;
  background: linear-gradient(135deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  transform: skewX(-18deg);
  z-index: 1;
  pointer-events: none;
}

.join-hero-inner {
  position: relative;
  z-index: 3;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join-hero-copy {
  width: 650px;
}

.join-kicker {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 20px;
  color: #b60f19;
  background: rgba(255,255,255,.9);
  border-left: 4px solid #d71920;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 14px 30px rgba(130,17,20,.12);
}

.join-hero-copy h1 {
  margin: 0 0 18px;
  color: #9b0d15;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 8px 24px rgba(255,255,255,.55);
}

.join-hero-copy p {
  width: 590px;
  margin: 0 0 30px;
  color: #7a2a2a;
  font-size: 17px;
  line-height: 1.9;
}

.join-hero-tags {
  display: flex;
  gap: 14px;
}

.join-hero-tags span {
  padding: 11px 20px;
  color: #fff;
  background: rgba(137,8,16,.86);
  box-shadow: 0 14px 30px rgba(116,10,15,.18);
  font-size: 14px;
  font-weight: bold;
}

.join-action-card {
  width: 360px!important;
  height: auto!important;
  margin: 0!important;
  padding: 30px 30px 26px;
  background: rgba(255,255,255,.96)!important;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 28px 70px rgba(119,7,15,.28);
  border-radius: 0!important;
  box-sizing: border-box;
  position: relative;
}

.join-action-card:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 22px;
  width: 12px;
  height: calc(100% - 44px);
  background: #b90f18;
}

.join-action-card:after {
  content: "";
  position: absolute;
  right: 22px;
  top: -10px;
  width: 108px;
  height: 10px;
  background: #e32831;
}

.join-action-card h3 {
  margin: 0;
  padding: 0;
  color: #292323!important;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: none!important;
}

.join-action-card .title {
  margin: 8px 0 18px!important;
  padding: 0!important;
  color: #9b7575!important;
  line-height: 1.7!important;
  font-size: 13px;
}

.join-action-card ul {
  height: auto!important;
  margin: 0;
  padding: 0!important;
  color: #6e4a4a!important;
}

.join-action-card ul li {
  list-style: none!important;
  margin: 0 0 14px!important;
  padding: 14px 14px 14px 16px;
  line-height: 1.8!important;
  background: #fff2f2;
  border-left: 4px solid #d71920;
  color: #6e4a4a;
}

.join-action-card ul li span {
  color: #d71920!important;
  font-weight: bold;
}

.join-action-card .bottom {
  margin: 22px 0 0!important;
  padding: 0!important;
  background: transparent!important;
  border-radius: 0!important;
  text-align: left!important;
}

.btn-submit,
.btn-cancel {
  display: inline-block;
  min-width: 118px;
  height: 42px;
  line-height: 42px;
  padding: 0 18px!important;
  color: #fff!important;
  background: linear-gradient(135deg, #f04a53, #d71920 52%, #a90c14);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 14px 28px rgba(215,25,32,.25);
  box-sizing: border-box;
  transition: all .2s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #ff5962, #e01824 52%, #b20e17);
  transform: translateY(-1px);
}

.btn-cancel {
  color: #b9a7a7!important;
  background: #f1eeee;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-query {
  margin-left: 10px;
  background: #fff!important;
  color: #d71920!important;
  border: 1px solid #f1b7b7;
  box-shadow: none;
}

.btn-query:hover {
  color: #fff!important;
  background: #d71920!important;
  border-color: #d71920;
}

.join-hero .wst-slide {
  position: absolute;
  inset: 0;
  height: 430px;
  top: 0;
  z-index: 0;
  opacity: .18;
}

.join-hero .wst-slide-items {
  min-width: 1200px;
  height: 430px!important;
  margin: 0;
  padding: 0;
}

.join-hero .wst-slide-items li {
  height: 430px!important;
}

.join-hero .wst-slide-numbox {
  display: none;
}

.join-service-note {
  width: 100%;
  height: auto!important;
  padding: 24px 0;
  background: #fff!important;
  border-bottom: 1px solid #f4dddd;
  color: #6f5b5b!important;
}

.join-service-note .wst-container {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  background: #fafafa;
  border: 1px solid #f0d1d1;
  box-sizing: border-box;
}

.join-service-note .title {
  width: 150px!important;
  height: auto!important;
  display: flex!important;
  align-items: center;
  padding: 0!important;
  color: #d71920;
  font-weight: bold;
}

.join-service-note .title i {
  display: block;
  width: 34px!important;
  height: 34px!important;
  margin: 0 12px 0 0!important;
  background: #d71920!important;
  clip-path: polygon(50% 0,100% 28%,100% 76%,50% 100%,0 76%,0 28%);
}

.join-service-note .title h3 {
  margin: 0;
  font-size: 18px;
}

.join-service-note .content {
  flex: 1;
  width: auto!important;
  padding: 0!important;
  color: #6e4a4a;
  line-height: 1.8;
}

.join-main-section {
  padding: 44px 0 58px;
}

.join-section-title {
  margin: 0 0 24px!important;
  padding: 0 0 14px!important;
  border-bottom: 1px solid #f1d4d4!important;
  color: #292323;
  font-size: 24px!important;
  line-height: 1.4!important;
  font-weight: 800!important;
  position: relative;
}

.join-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 86px;
  height: 3px;
  background: #d71920;
}

.join-stepbar {
  width: 100%!important;
  height: auto!important;
  margin: 0 0 48px!important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: visible!important;
}

.join-stepbar span {
  display: block!important;
}

.join-stepbar .step {
  width: 190px!important;
  min-height: 150px;
  padding: 24px 16px 20px;
  color: #6e4a4a!important;
  line-height: 1.5!important;
  text-align: center;
  background: #fff;
  border: 1px solid #f1d4d4;
  box-shadow: 0 16px 36px rgba(176,19,28,.1);
  box-sizing: border-box;
  transition: all .2s ease;
}

.join-stepbar .step:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(176,19,28,.16);
}

.join-stepbar .step i {
  display: block!important;
  width: 54px!important;
  height: 54px!important;
  margin: 0 auto 14px!important;
  background: linear-gradient(135deg, #f04a53, #d71920)!important;
  color: #fff;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  box-shadow: 0 12px 24px rgba(215,25,32,.22);
}

.join-stepbar .step strong {
  display: block;
  margin-bottom: 8px;
  color: #292323;
  font-size: 16px;
}

.join-stepbar .step em {
  display: block;
  color: #9b7575;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
}

.join-stepbar .arrow {
  width: 26px!important;
  height: 1px!important;
  margin: 74px 0 0!important;
  background: #e7b5b5!important;
  position: relative;
}

.join-stepbar .arrow:after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e7b5b5;
  border-right: 1px solid #e7b5b5;
  transform: rotate(45deg);
}

.join-guide-box {
  width: 100%!important;
  margin: 0 auto!important;
  background: #fff!important;
  border: 1px solid #f1d4d4;
  box-shadow: 0 16px 36px rgba(176,19,28,.08);
  box-sizing: border-box;
}

.join-guide-nav {
  width: 100%!important;
  height: auto!important;
  margin: 0!important;
  padding: 0!important;
  display: flex;
  background: #fff2f2!important;
  border: 0!important;
  border-bottom: 1px solid #f1d4d4!important;
  box-sizing: border-box;
}

.join-guide-nav li {
  flex: 1;
  width: auto!important;
  margin: 0!important;
  padding: 16px 12px!important;
  border: 0!important;
  border-right: 1px solid #f1d4d4!important;
  color: #7d4a4a!important;
  line-height: 22px!important;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
}

.join-guide-nav li:last-child {
  border-right: 0!important;
}

.join-guide-nav .on {
  color: #fff!important;
  background: linear-gradient(135deg, #f0444d, #c8101b)!important;
  border-top: 0!important;
  border-bottom: 0!important;
}

.join-guide-content {
  width: auto!important;
  min-height: 300px!important;
  margin: 0!important;
  padding: 30px 34px!important;
  border: 0!important;
  background: #fff!important;
  color: #4c3b3b;
  line-height: 1.9;
  box-sizing: border-box;
}

.join-guide-item {
  position: relative;
}

.stepflex{float:right;border-top:5px solid #f1f1f1;text-align:center;margin:60px 0px 0px 50px;}
.flow-container{ width: 1200px;display: flex;flex-direction: row;justify-content: center;}
.stepflex dl{border-top:5px solid #f1f1f1;float:left;position:relative;top:-5px;width:160px;}
dl.doing{border-top-color:#04bd3d;}
.doing .s-num{background-position:-23px 0;}
.s-num,.s-num1{color:#fff;font-weight: 700;height:23px;line-height:23px;margin:-15px auto 0;position:relative;width:23px;border-radius:25px;}
.s-num{background:#04bd3d;}
.s-num1{background:#f1f1f1;}
.s-text1{line-height:30px;}
.s-text{line-height:30px;color:#04bd3d;}
select{height:29px;}
.webuploader-container{overflow:hidden;}
.apply-banner{width: 100%;height:320px;position: relative;z-index: 1;top:-8px;}
.apply-msg-box{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#3F000000', endColorstr='#3F000000');background:rgba(0,0,0,0.25); width: 280px; height: 300px;  z-index: 9; margin-top:30px; border-radius: 5px;}
.apply-msg-box h3{color:#fff;font: 600 17px/24px; color: #FFF; padding: 12px 10px 4px 10px; margin: 0 10px 10px;box-shadow: 0 1px 0 rgba(0,0,0,0.1);}
.apply-msg-box .title{color: #FFF;margin-top:10px;line-height:30px;padding-left:15px;padding-right:15px;}
.apply-msg-box ul{color: #FFF;padding-left:15px;padding-right:15px;height:149px;}
.apply-msg-box ul li{margin-top:10px;line-height:23px;list-style-type: disc;margin-left:15px;}
.apply-msg-box .bottom{border-radius:0 0 5px 5px;margin-top:10px;padding-top:10px;padding-bottom:10px;padding-left:7px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000'); background:rgba(0,0,0,0.5); text-align: center;}
.wst-slide{position: relative;height:350px;overflow:hidden;top:-320px;z-index:-1}
.apply-tips{color: #777;background-color: #EEE;width: 100%;height: 60px;}
.apply-tips .title{width: 63px;height: 48px;display: inline-block;padding: 6px 12px 6px 24px;}
.apply-tips .title i{background: url(../img/ic_volume_24x24.png) no-repeat 0px 0;display: block;width: 24px;height: 24px;float: left;margin: 0 18px;}
.apply-tips .content{vertical-align: top;display: inline-block;width: 970px;padding: 10px;}
.apply-step{width: 840px;height: 110px;margin: 30px auto;overflow: hidden;}
.apply-step span { vertical-align: middle; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; *zoom: 1;}
.apply-step span.step { color:#777;line-height: 20px; text-align: center; width: 80px;}
.apply-step span.step i { background: url(../img/btn_80x80.png) no-repeat; display: block; width: 80px; height: 80px; margin-bottom: 10px;}
.apply-step span.step i.a { background-position: -12px 0px;}
.apply-step span.step i.b { background-position: -94px 0px;}
.apply-step span.step i.c { background-position: -176px 0px;}
.apply-step span.step i.d { background-position: -258px 0px;}
.apply-step span.step i.e { background-position: -340px 0px;}
.apply-step span.arrow { background: url(../img/btn_80x80.png) no-repeat -439px -30px; width: 60px; height: 22px; margin: 0 20px;margin-top:-25px;}
.apply-step-head{margin-top:20px;border-bottom:dotted 1px #f1f1f1;font-weight:600;font-size:16px;line-height:30px;padding-left:10px;}

.main-head{font-size:17px;font-weight:bold;height:35px;line-height:35px;text-align:left;}
.apply-box {border-top: 2px solid #FC7A64;border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding: 5px 0px 0px 5px;}
.apply-box2 {border-top: 2px solid #FC7A64;}
.apply-agreement-box{height:350px;border:1px solid #eeeeee;padding:5px;overflow:auto;margin:0 auto;}
.apply-agreement-box .tip{color:gray}
.agreement-table{width:100%;margin-bottom:10px;}
.agreement-table th{text-align: right;width:250px;}
.agreement-table td{text-align: left;padding:8px 0px 8px 0px}
.agreement-table .head-ititle{background:url('../img/img_seller_ggjt.png') no-repeat 5px 4px;padding-left:28px;padding-bottom:5px;font-weight:bold;}
.agreement-table input[type=text]{margin:2px;width: 400px;}
.agreement-table textarea{margin:2px;}
.agreement_box{text-align:center;margin-top:5px;}
.agreement-bottom{padding:10px 5px;text-align: center}
.examine-tips{text-align: center;width:100%;padding-top:60px;padding-bottom:80px;font-weight: 600;font-size:16px;color:#999;}
.join-step-card .examine-tips {
  padding: 76px 0px;
  background: #fffafa;
  border: 1px solid #f1d4d4;
  color: #7a5555;
  text-align: center;
}
.join-step-card .examine-tips h3 {
  margin: 22px 0 10px;
  color: #292323;
  font-size: 24px;
  line-height: 1.4;
}
.join-step-card .examine-tips p {
  width: 560px;
  margin: 0 auto;
  color: #7a5555;
  font-size: 14px;
  line-height: 1.9;
}
.review-anim {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
.review-paper {
  position: absolute;
  left: 24px;
  top: 12px;
  width: 82px;
  height: 104px;
  background: #fff;
  border: 3px solid #f1b7b7;
  box-shadow: 0 18px 36px rgba(176,19,28,.16);
  box-sizing: border-box;
}
.review-paper:before,
.review-paper:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #ffd8d8;
}
.review-paper:before {
  top: 28px;
}
.review-paper:after {
  top: 46px;
}
.review-scan {
  position: absolute;
  left: 18px;
  top: 28px;
  width: 94px;
  height: 4px;
  background: linear-gradient(90deg, rgba(215,25,32,0), rgba(215,25,32,.95), rgba(215,25,32,0));
  box-shadow: 0 0 16px rgba(215,25,32,.35);
  animation: reviewScan 1.7s ease-in-out infinite;
}
.review-badge,
.review-check,
.review-cross {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #f04a53, #d71920);
  box-shadow: 0 12px 24px rgba(215,25,32,.26);
}
.review-badge {
  width: 42px;
  height: 42px;
  animation: reviewPulse 1.5s ease-in-out infinite;
}
.review-check,
.review-cross {
  animation: reviewPop .55s ease both;
}
.review-badge:before,
.review-check:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 17px;
  height: 10px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}
.review-badge:before {
  left: 12px;
  top: 10px;
  width: 15px;
  height: 9px;
  border-left-width: 4px;
  border-bottom-width: 4px;
}
.review-cross:before,
.review-cross:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  background: #fff;
}
.review-cross:before {
  transform: rotate(45deg);
}
.review-cross:after {
  transform: rotate(-45deg);
}
@keyframes reviewScan {
  0%, 100% { top: 26px; opacity: .55; }
  50% { top: 92px; opacity: 1; }
}
@keyframes reviewPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
@keyframes reviewPop {
  0% { transform: scale(.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.agreement-table .c-tip{padding-top:5px;}
label{margin-right:20px;}
.webuploader-pick{padding:3px 10px;}
.goodsCat{width:200px;margin-right:20px;float:left;}
.wst-tab-box {width: 100%;height: auto;margin: 0px auto;background: #ffffff;margin-top:10px;}
.wst-tab-nav {margin: 0;padding: 0;height: 35px;top: 0px;z-index: 30;background: #ffffff;width:100%;border-bottom: 1px solid #eeeeee;border-left: 1px solid #eeeeee}
.wst-tab-nav li {width:23.24%;cursor: pointer;float: left;margin: 0 0px;list-style: none;border: 1px solid #eee;border-bottom: none;border-left: none;line-height: 34px;text-align: center;color: #000000;padding-left: 10px;padding-right: 10px;}
.wst-tab-nav .on {border-top: 1px solid #ff2704;border-bottom: 1px solid #ffffff;color: #ff2704;font-weight:bold;}
.wst-tab-content {padding: 5px;width: 99%;height: auto;border: 1px solid #eee;border-top:none;background: #FFF;}
.upload-picker div:nth-child(2){top:0!important;left:0!important;width:200px!important;height:100%!important;}
#totalCatFee{color:red;}
/**支付方式**/
.pay-box{border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-top:1px solid #eeeeee;padding:5px 0px 10px 10px;}
.pay-boxs{padding:0 20px;border-bottom: 1px solid #fff;}
.pay-box ul{padding-left:15px;}
.pay-box ul li{width:1185px;}
.pay-box .label{width:200px;float:left;height:30px;line-height:30px;}
.pay-box .txt{height:auto;line-height:30px;width:985px;float:left;color:#999999;}
.pay-sbox{border:1px solid #eeeeee;padding:5px 0px;}
.pay-sbox-head{border-bottom: 2px solid #ddd;line-height:35px;}
.pay-tip1{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -10px;background-size: cover; }
.pay-tip2{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -71px;background-size: cover; }
.pay-tip3{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -132px;background-size: cover; }
.pay-sbox .qrcode-box{min-height: 300px;height: auto;}
.pay-sbox .tips-box{line-height:35px;text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .qrcode-box .pbox{text-align: center;margin-top: 10px;font-weight: bold;}
.pay-sbox .wst-qrcode{width:260px;height:260px;text-align:center;margin:0 auto;}
.pay-sbox .wst-qrcode img{width:260px;height:260px;}
.pay-sbox .bnt-box{text-align:center;font-weight: bold;padding:5px 10px;line-height:50px;}
.pay-sbox .pay-type{line-height:35px;text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .pay-list{text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .succ-box{text-align: center;padding: 50px;}
.wst-payCode-weixinpays {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/weixinpays.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-weixinpays-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/weixinpays.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-alipays {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/alipays.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-alipays-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/alipays.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-wallets {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/wallets.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-wallets-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/wallets.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.pay-sbox{border:1px solid #eeeeee;padding:5px 0px;}
.pay-sbox .balance-box{min-height: 300px;height: auto;}
.pay-sbox .balance-box .pbox{text-align: center;padding-top: 40px;font-weight: bold;}
.pay-sbox .balance-box .pbox2{text-align: center;padding-top: 10px;font-weight: bold;}
.pbox-tip{color:#0ae;margin-left:10px;}
.pay-btn{background: #eb5f43 none repeat scroll 0 0;border: 1px solid #d33110;border-radius: 3px;color: #ffffff;cursor: pointer;outline: medium none;}
.pay-sbox .wst-pay-bnt {height:40px;width:132px;text-align: center;margin:10px auto;background: url(../img/btn_pay.png) no-repeat 0px 0px;cursor:pointer;}
.pay-sbox .wst-pay-bnt:hover {height:40px;width:132px;text-align: center;margin:10px auto;background: url(../img/btn_pay.png) no-repeat 0px -57px;cursor:pointer;}
.wst-wallet-box{border:1px solid #ddd;margin:10px;padding:5px;line-height: 35px;height:40px;}
.wst-wallet-box .wst-wallte-item{background:url("../img/icon_qianbaoyue.png") no-repeat;padding-left:30px;height:30px;margin-top:5px;float:left;}