@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  min-width: 1200px;
  background: #fff7f7;
  color: #302222;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
}

a {
  text-decoration: none;
}

input,
button {
  font-family: inherit;
  box-sizing: border-box;
}

.reg-page-red {
  min-height: 720px;
  background: linear-gradient(135deg, #fff8f7 0%, #ffe5e2 43%, #cf111b 100%);
  position: relative;
  overflow: hidden;
}

.reg-page-red:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.94), rgba(255,255,255,.58) 38%, rgba(255,255,255,0) 70%), repeating-linear-gradient(135deg, rgba(255,255,255,.16) 0, rgba(255,255,255,.16) 1px, transparent 1px, transparent 18px);
  pointer-events: none;
}

.reg-page-red:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 70px;
  width: 560px;
  height: 390px;
  background: linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,0));
  transform: skewX(-18deg);
  pointer-events: none;
}

.reg-topbar {
  height: 92px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 38px rgba(154,19,25,.08);
  position: relative;
  z-index: 2;
}

.reg-topbar-inner,
.reg-container,
.wst-container {
  width: 1200px;
  margin: 0 auto;
}

.reg-topbar-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reg-brand {
  display: flex;
  align-items: center;
  height: 58px;
  max-width: 280px;
}

.reg-brand img {
  max-width: 240px;
  max-height: 58px;
  display: block;
}

.reg-login-entry {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #7f3434;
  font-size: 14px;
}

.reg-login-entry a {
  height: 38px;
  line-height: 38px;
  padding: 0 22px;
  color: #d71920;
  border: 1px solid rgba(215,25,32,.28);
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 8px 22px rgba(215,25,32,.12);
  transition: .22s;
}

.reg-login-entry a:hover {
  color: #fff;
  background: #d71920;
  border-color: #d71920;
}

.reg-main {
  position: relative;
  z-index: 1;
  padding: 58px 0 72px;
}

.reg-container {
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reg-visual {
  width: 560px;
  position: relative;
  z-index: 2;
}

.reg-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);
}

.reg-visual h1 {
  margin: 0 0 18px;
  color: #9b0d15;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 8px 24px rgba(255,255,255,.55);
}

.reg-visual p {
  width: 520px;
  margin: 0 0 32px;
  color: #7a2a2a;
  font-size: 17px;
  line-height: 1.9;
}

.reg-benefits {
  width: 520px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.reg-benefits div {
  padding: 18px 20px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(176,19,28,.12);
  box-sizing: border-box;
  transition: .22s;
}

.reg-benefits div:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(176,19,28,.18);
}

.reg-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: #c5131d;
  font-size: 18px;
}

.reg-benefits span {
  display: block;
  color: #7d3a3a;
  font-size: 13px;
  line-height: 1.7;
}

.reg-process {
  width: 520px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: rgba(137,8,16,.86);
  color: #fff;
  box-shadow: 0 18px 42px rgba(116,10,15,.2);
  box-sizing: border-box;
}

.reg-process span {
  font-size: 15px;
  font-weight: bold;
}

.reg-process i {
  width: 70px;
  height: 1px;
  background: rgba(255,255,255,.45);
}

.reg-card {
  width: 560px;
  margin: 0;
  padding: 38px 0 32px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 28px 70px rgba(119,7,15,.28);
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

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

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

.reg-card-head {
  width: 460px;
  margin: 0 auto 22px;
}

.reg-card-head span {
  display: block;
  color: #d71920;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.reg-card-head h2 {
  margin: 8px 0 6px;
  color: #292323;
  font-size: 30px;
  line-height: 1.2;
}

.reg-card-head p {
  margin: 0;
  color: #9b7575;
  font-size: 13px;
}

.wst-register_r .wst-tab-box {
  width: 460px;
  margin: 0 auto;
  overflow: visible;
  text-align: left;
}

.wst-register_r .wst-tab-nav {
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff2f2;
  border: 1px solid #ffe0e0;
  overflow: hidden;
  box-sizing: border-box;
}

.wst-register_r .wst-tab-nav li {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 13px 0;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #8a5c5c;
  cursor: pointer;
  border-right: 1px solid #ffe0e0;
  box-sizing: border-box;
  transition: .2s;
}

.wst-register_r .wst-tab-nav li:after {
  content: "";
}

.wst-register_r .wst-tab-nav li:last-child {
  border-right: 0;
}

.wst-register_r .wst-tab-nav .on {
  color: #fff;
  background: linear-gradient(135deg, #f0444d, #c8101b);
  font-weight: bold;
  box-shadow: 0 10px 22px rgba(215,25,32,.22);
}

.wst-tab-content {
  min-height: 320px;
}

.reg-field {
  margin-bottom: 18px;
  position: relative;
}

.reg-field label {
  display: block;
  margin-bottom: 8px;
  color: #6e4a4a;
  font-size: 13px;
  font-weight: bold;
}

.reg-field label em {
  margin-right: 4px;
  color: #d71920;
  font-style: normal;
}

.wst-regist-input,
.wst-regist-codemo {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #f1d4d4;
  background: #fff;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
  transition: .2s;
}

.wst-regist-input:focus,
.wst-regist-codemo:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215,25,32,.08);
}

.wst-regist-input::placeholder,
.wst-regist-codemo::placeholder {
  color: #7a5555;
  opacity: 1;
}

.wst-regist-input::-webkit-input-placeholder,
.wst-regist-codemo::-webkit-input-placeholder {
  color: #7a5555;
}

.reg-code-wrap {
  display: flex;
  width: 100%;
  height: 52px;
}

.reg-code-wrap .wst-regist-codemo {
  flex: 1;
  min-width: 0;
}

.wst-login-codeim-1 {
  width: 140px;
  height: 52px;
  margin-left: 12px;
  border: 1px solid #f1d4d4;
  object-fit: cover;
  cursor: pointer;
  box-sizing: border-box;
}

.wst-regist-obtain {
  width: 140px;
  height: 52px;
  margin-left: 12px;
  padding: 0;
  background: #fff2f2;
  border: 1px solid #f1b7b7;
  color: #c5131d;
  cursor: pointer;
  font-weight: bold;
  transition: .2s;
}

.wst-regist-obtain:hover {
  background: #d71920;
  border-color: #d71920;
  color: #fff;
}

.reg-protocol {
  margin: 4px 0 18px;
  color: #7d6262;
  font-size: 13px;
}

.reg-protocol input {
  vertical-align: -2px;
  margin-right: 6px;
  accent-color: #d71920;
}

.reg-protocol a {
  color: #d71920;
}

.reg-protocol a:hover {
  text-decoration: underline;
}

.reg-submit-row {
  margin-top: 8px;
}

.wst-regist-but {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border: 0;
  background: linear-gradient(135deg, #f04a53, #d71920 52%, #a90c14);
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(215,25,32,.28);
  transition: .2s;
}

.wst-regist-but:hover {
  background: linear-gradient(135deg, #ff5962, #e01824 52%, #b20e17);
  box-shadow: 0 20px 36px rgba(215,25,32,.34);
  transform: translateY(-1px);
}

.reg-card-foot {
  width: 460px;
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid #f6dfdf;
  color: #b28a8a;
  font-size: 12px;
  text-align: center;
}

.n-default .n-left,
.n-default .n-right {
  margin-top: 6px;
  position: absolute;
}

.n-default .msg-wrap {
  position: absolute;
  right: 0;
  z-index: 5;
}

.reg-footer {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  color: #6f5b5b;
  padding: 28px 0;
  border-top: 1px solid #f4dddd;
  box-sizing: border-box;
}

.reg-footer .wst-container {
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  /*background: #fafafa;*/
  /*border: 1px solid #f0d1d1;*/
  box-sizing: border-box;
}

.wst-footer-hp-ck3 {
  text-align: center;
  line-height: 1.9;
  font-size: 13px;
}

.reg-footer a {
  color: #6f5b5b;
}

.reg-footer a:hover {
  color: #d71920;
}
