@charset "UTF-8";

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

a {
  text-decoration: none;
}

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

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

.shop-login-page: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;
}

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

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

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

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

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

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

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

.shop-login-top-text 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;
}

.shop-login-top-text a:hover {
  color: #fff;
  background: #d71920;
  border-color: #d71920;
}

.shop-login-main {
  position: relative;
  z-index: 1;
  padding: 62px 0 72px;
  background-size: cover;
  background-position: center;
}

.shop-login-container {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-login-visual {
  width: 650px;
  position: relative;
  z-index: 2;
}

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

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

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

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

.shop-feature-grid div {
  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;
}

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

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

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

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

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

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

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

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

.login-wrapper {
  width: 430px;
  margin: 0;
  position: relative;
  z-index: 3;
}

.login-wrapper .box {
  width: 430px;
  margin: 0;
  padding: 34px 0 28px;
  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;
}

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

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

.login-wrapper .box .content-wrap {
  width: 340px;
  margin: 0 auto;
}

.shop-form-head {
  margin-bottom: 20px;
}

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

.login-wrapper .login-title {
  height: auto;
  line-height: 1.2;
  margin: 8px 0 6px;
  color: #292323;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
}

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

.login-wrapper .login-box {
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
}

.shop-field {
  position: relative;
  width: 340px;
  height: 48px;
  margin-bottom: 16px;
  border: 1px solid #f1d4d4;
  background: #fff;
  box-sizing: border-box;
  transition: .2s;
}

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

.login-icon1,
.login-icon2,
.login-icon3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: #d71920;
  z-index: 2;
}

.login-icon1:after,
.login-icon2:after,
.login-icon3:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 14px auto;
  background: #fff;
  clip-path: polygon(50% 0,100% 28%,100% 76%,50% 100%,0 76%,0 28%);
}

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

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

.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  position: static;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 12px 0 58px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
}

.login-wrapper .box input::-webkit-input-placeholder {
  color: #7a5555;
  font-style: normal;
}

.login-wrapper .box input:-moz-placeholder {
  color: #7a5555;
  font-style: normal;
}

.login-wrapper .box input:-ms-input-placeholder {
  color: #7a5555;
  font-style: normal;
}

.shop-field.frame input {
  padding-right: 116px;
}

#verifyImg {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 108px;
  height: 38px;
  border-left: 1px solid #f1d4d4;
  object-fit: cover;
  cursor: pointer;
  z-index: 3;
}

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

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

.shop-login-tip {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f6dfdf;
  color: #b28a8a;
  font-size: 12px;
  text-align: center;
}

.login-footer {
  width: 100%;
  min-width: 1200px;
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid #f4dddd;
  color: #6f5b5b;
  text-align: center;
  font: 13px/150% "Microsoft Yahei", arial, sans-serif;
  box-sizing: border-box;
}

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

.login-footer .wst-footer {
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.login-footer .wst-footer .flink-hover {
  padding-right: 12px;
  color: #6f5b5b;
}

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

.wst-clear {
  clear: both;
}

.layui-layer-icowst1,
.layui-layer-icowst2,
.layui-layer-icowst3 {
  background-image: url(../../../../../static/images/wst_icon.png)!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.layui-layer-icowst2 {
  background-position: -40px 0!important;
}

.layui-layer-icowst3 {
  background-position: -80px -1px!important;
}

.layui-layer-icowstloading {
  background-image: url(../../../../../static/images/loading.gif)!important;
  background-repeat: no-repeat!important;
  background-size: 206% auto!important;
  background-position: -16px -16px!important;
}
