@charset "UTF-8";

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

a {
  text-decoration: none;
}

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

.login-page-red {
  min-height: 690px;
  background: linear-gradient(135deg, #fff8f7 0%, #ffe8e5 42%, #d71920 100%);
  position: relative;
  overflow: hidden;
}

.login-page-red:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.92), rgba(255,255,255,.55) 35%, rgba(255,255,255,0) 68%), repeating-linear-gradient(135deg, rgba(255,255,255,.18) 0, rgba(255,255,255,.18) 1px, transparent 1px, transparent 18px);
  pointer-events: none;
}

.login-page-red:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 80px;
  width: 520px;
  height: 360px;
  background: linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,0));
  transform: skewX(-18deg);
}

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

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

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

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

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

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

.login-outline-btn {
  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;
}

.login-outline-btn:hover {
  color: #fff;
  background: #d71920;
  border-color: #d71920;
}

.wst-login-middle {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 74px;
  overflow: hidden;
}

.login-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 560px;
}

.login-hero-left {
  width: 650px;
  position: relative;
  z-index: 2;
}

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

.login-hero-left 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);
}

.login-subtitle {
  width: 560px;
  margin: 0 0 34px;
  color: #7a2a2a;
  font-size: 17px;
  line-height: 1.9;
}

.login-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 260px);
  gap: 16px;
  margin-bottom: 28px;
}

.login-feature-card {
  min-height: 94px;
  padding: 20px 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 18px 42px rgba(176,19,28,.12);
  box-sizing: border-box;
  transition: .22s;
}

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

.login-feature-card strong {
  display: block;
  margin-bottom: 10px;
  color: #c5131d;
  font-size: 18px;
}

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

.login-data-strip {
  width: 560px;
  display: flex;
  background: rgba(137,8,16,.86);
  box-shadow: 0 18px 42px rgba(116,10,15,.2);
}

.login-data-strip div {
  flex: 1;
  padding: 18px 22px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.login-data-strip div:last-child {
  border-right: 0;
}

.login-data-strip b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
}

.login-data-strip span {
  display: block;
  margin-top: 8px;
  color: #ffd7d7;
  font-size: 13px;
}

.wst-login_l {
  width: 430px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 3;
}

.wst-login_r {
  width: 430px;
  margin: 0;
  background: rgba(255,255,255,.96);
  padding: 34px 0 28px;
  box-shadow: 0 28px 70px rgba(119,7,15,.28);
  border: 1px solid rgba(255,255,255,.86);
  box-sizing: border-box;
  position: relative;
}

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

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

.login-form-head {
  width: 340px;
  margin: 0 auto 20px;
}

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

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

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

.wst-login_r .wst-tab-box {
  width: 340px;
  margin: 0 auto;
  overflow: hidden;
}

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

.wst-login_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-login_r .wst-tab-nav li:after {
  content: "";
}

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

.wst-login_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: 255px;
}

.wst-item {
  position: relative;
  margin-bottom: 18px;
}

.wst-item-box {
  width: 340px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto 16px;
  border: 1px solid #f1d4d4;
  background: #fff;
  box-sizing: border-box;
  transition: .2s;
}

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

.wst-item-box .login-img,
.password-img,
.yanzheng-img {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  width: 42px;
  height: 44px;
  margin: 0;
  float: left;
  background: none;
}

.wst-item-box .login-img:after,
.password-img:after,
.yanzheng-img:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 14px auto;
  background: #d71920;
  clip-path: polygon(50% 0,100% 28%,100% 76%,50% 100%,0 76%,0 28%);
  opacity: .9;
}

.password-img:after {
  clip-path: polygon(15% 38%,15% 100%,85% 100%,85% 38%,70% 38%,70% 24%,60% 12%,40% 12%,30% 24%,30% 38%);
}

.yanzheng-img:after {
  clip-path: polygon(8% 16%,92% 16%,92% 84%,8% 84%);
}

input.wst-login-input-1 {
  margin: 0;
  float: left;
  padding: 0 12px 0 0;
  font-size: 14px;
  outline: none;
  width: 294px;
  height: 44px;
  border: 0;
  color: #222;
  font-weight: 500;
  background: transparent;
  box-sizing: border-box;
}

.wst-login-code-1,
.wst-regist-code {
  height: 44px;
  position: relative;
}

input.wst-login-codein-1,
input.wst-regist-codein {
  padding: 0 45px;
  width: 166px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  outline: none;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

.wst-login-codeim-1 {
  width: 124px;
  height: 38px;
  float: right;
  margin: 3px 3px 0 0;
  cursor: pointer;
  border-left: 1px solid #f1d4d4;
  object-fit: cover;
}

#mobileCodeDiv {
  height: 44px;
  line-height: 44px;
  position: relative;
}

input.wst-regist-codemo {
  padding: 0 8px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  outline: none;
  width: 154px;
  height: 44px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

.wst-regist-obtain {
  width: 134px;
  height: 36px;
  margin: 4px 4px 0 0;
  padding: 0;
  background: #fff2f2;
  border: 1px solid #f1b7b7;
  color: #c5131d;
  float: right;
  cursor: pointer;
  font-weight: bold;
  transition: .2s;
}

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

.wst-table {
  width: 340px;
  margin: 0 auto 16px;
  color: #7d6262;
  font: 13px/150% "Microsoft Yahei", arial, sans-serif;
}

.wst-table td {
  padding: 0;
}

.wst-login-tr {
  height: auto;
}

.wst-login-ch {
  vertical-align: -2px;
  margin-right: 6px;
  accent-color: #d71920;
}

.wst-table label {
  color: #7d6262;
}

.wst-table label a {
  float: right;
  margin-left: 14px;
  color: #b85b5b;
  transition: .2s;
}

.wst-table label a:hover {
  color: #d71920;
}

.login-submit-row {
  border: 0;
  background: transparent;
  height: 48px;
  line-height: 48px;
  margin-top: 8px;
  margin-bottom: 0;
}

.login-submit-row div {
  width: 100%;
  height: 48px;
  line-height: 48px;
  float: left;
}

.wst-item .wst-login-but {
  display: block;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(135deg, #f04a53, #d71920 52%, #a90c14);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  transition: .2s;
  border: 0;
  cursor: pointer;
  letter-spacing: 2px;
  box-shadow: 0 16px 30px rgba(215,25,32,.28);
}

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

.wst-item .wst-login-but:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 34px;
  height: 100%;
  background: rgba(255,255,255,.45);
  transform: skewX(-24deg);
  transition: .32s;
}

.wst-item .wst-login-but:hover:before {
  left: 360px;
}

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

.qrcode-main {
  width: 300px;
  margin: 4px auto 0;
  overflow: hidden;
  text-align: center;
}

.qrcode-main .qrcode-img {
  width: 198px;
  height: 198px;
  margin: 0 auto 18px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f3cccc;
  box-shadow: 0 16px 35px rgba(215,25,32,.12);
  box-sizing: border-box;
}

.qrcode-main .qrcode-img img {
  width: 176px;
  height: 176px;
  display: block;
}

.qrcode-main p {
  margin: 0;
  color: #6f4a4a;
  text-align: center;
}

.qrcode-main p span {
  color: #d71920;
  font-weight: bold;
}

.wst-login_r .wst-tab-box .qr-coagent {
  width: 300px;
  margin: 16px auto 0;
  padding: 0;
  line-height: 25px;
  overflow: hidden;
}

.wst-login_r .wst-tab-box .qr-coagent li {
  float: left;
  text-align: left;
  position: relative;
  height: 25px;
  width: 100px;
  color: #7c6262;
}

.wst-login_r .wst-tab-box .qr-coagent li i {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/qr-coagent.png) no-repeat;
  margin: 0 auto;
  position: absolute;
  left: 0;
}

.wst-login_r .wst-tab-box .qr-coagent li em {
  font-style: normal;
  padding-left: 32px;
}

.wst-login_r .wst-tab-box .qr-coagent li .more-safe {
  background-position: -54px;
}

.wst-login_r .wst-tab-box .qr-coagent li .faster {
  background-position: -27px;
}

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

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

.wst-login-code-1 .msg-box {
  top: 38px;
  left: 118px;
}

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

.wst-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;
}

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

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

.wst-clear {
  clear: both;
}

.wst-login-input:focus,
.wst-login-input-1:focus,
.wst-regist-input:focus,
.wst-login-codein-1:focus,
.wst-login-codein:focus,
.wst-regist-codein:focus,
.wst-regist-codemo:focus {
  outline: none;
}

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

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

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

.stepflex {
  border-top: 5px solid #f1f1f1;
  text-align: center;
  width: 640px;
  margin: 60px auto 50px;
}

.forget-pwd {
  width: 750px;
  margin: 50px auto;
  padding: 25px 0 48px;
  border: 1px solid #bac4c3;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.wst-register_r .wst-tab-box {
  width: 720px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.wst-register_r .wst-tab-nav li {
  min-width: 32.5%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
}

.wst-register_r .wst-tab-nav .on {
  color: #E45050;
  font-weight: bold;
}
