* {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
  background-color: transparent;
  border: 0;
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

button:active {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
}

body {
  min-width: 1280px;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.w-full {
  width: 100%;
}

.h-80 {
  height: 80px;
}

.w-1460 {
  width: 1280px;
}

.w-1350 {
  width: 1350px;
}

.w-1200 {
  width: 1200px;
}

.w-1280 {
  width: 1280px;
}

.w-1080 {
  width: 1080px;
}

.m-0 {
  margin: 0;
}

.blue-btn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 18px;
  box-sizing: border-box;
  background: #045afe;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-btn-white {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
}

.blue-btn-border {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}

.blue-btn-linear {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1868ff 0%, #6a59ff 100%);
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
}
.top-right .blue-btn {
  padding: 9px 24px;
}
.ml-20 {
  margin-left: 20px;
}

.title-center {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
}

.title-remark {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  text-align: center;
}

.pt-110 {
  padding-top: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-6 {
  border-radius: 6px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.hot:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 8px;
  width: 21px;
  height: 25px;
  background-image: url("./img/ic_hot.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mt-120 {
  margin-top: 120px;
}

.required {
  color: #ff0000;
}

.pb-50 {
  padding-bottom: 50px;
}

.apply-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

.apply-form.active {
  display: flex;
}

.apply-form form {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  width: 446px;
  border-radius: 12px;
  padding: 40px 36px 20px 36px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e3eeff 0%, rgba(227, 238, 255, 0) 50%),
    #ffffff;
}

.apply-form .title {
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

.apply-form .title img {
  margin-left: 10px;
}

.apply-form input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  outline: none;
  box-sizing: border-box;
}

.layui-form-label {
  height: 30px;
  display: block;
  font-size: 16px;
}

.layui-form-label::before {
  content: "*";
  color: red;
  margin-right: 5px;
}

.layui-form-label.no-required::before {
  display: none;
}

.layui-form-item {
  margin-bottom: 20px;
}

.submit {
  width: 374px;
  height: 40px;
  background: #045afe !important;
  border-radius: 20px 20px 20px 20px !important;
  color: #fff;
  border: 1px solid #045afe !important;
  cursor: pointer;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000073;
  align-items: center;
  justify-content: center;
}

.close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close > div {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}

.bg-white {
  background: #fff;
}

.mt-40 {
  margin-top: 40px;
}

.color-666 {
  color: #666;
}

.mt-60 {
  margin-top: 60px;
}

.text-white {
  color: #fff;
}

.arrow-right-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./img/arrow-right-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.doc-btn-bg {
  width: 212px;
  height: 60px;
  background: #2377ff;
  border-radius: 8px 8px 8px 8px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.doc-btn-bg-mini {
  width: 132px;
  height: 48px;
  background: #045afe;
  border-radius: 8px 8px 8px 8px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.doc-btn-border {
  width: 212px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #045afe;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #045afe;
}

.doc-btn-border-mini {
  width: 132px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2377ff;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  font-size: 18px;
  color: #045afe;
}

.btn-transparent {
  background: transparent;
}

.title-center-line {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-center-line .line-left,
.title-center-line .line-right {
  width: 120px;
  height: 1px;
  background: #ddd;
}

.title-center-line > span {
  padding: 0 20px;
}
.w-176 {
  width: 176px;
  box-sizing: border-box;
}