body {
  max-width: 100%;
}
.cxxt-logo {
  width: 81px;
  margin-bottom: 13px;
}
.cxxt-logo img {
  display: block;
  width: 100%;
}
.zwtp-login h1 {
  margin-bottom: 40px;
}
.cx-form-box {
  width: 580px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 60px 40px 60px;
}
.cx-form-box .cx-form-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.cx-form-box form {
  display: block;
  width: 100%;
}
.cx-form-box .form {
  display: block;
  width: 100%;
}
.cx-form-box .input-box {
  margin-bottom: 14px;
}
.cx-form-box .input-box input[type="text"] {
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(242, 244, 249, 0.9);
  border-radius: 25px;
  overflow: hidden;
  font-size: 16px;
  color: #989EA7;
  line-height: 26px;
  padding: 0 20px;
  outline: none;
}
.cx-form-box .input-box input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #989EA7;
}
.cx-form-box .input-box.yzm-box {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cx-form-box .input-box.yzm-box input {
  flex: 1;
}
.cx-form-box .input-box.yzm-box .yzm {
  width: 80px;
  background: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cx-form-box .input-box.yzm-box .yzm-code {
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #DF2D27;
}
.cx-form-box .input-box.yzm-box .error-msg {
  padding-left: 0;
  padding-top: 0;
}
.cx-form-box .yzm-tip {
  font-size: 12px;
  color: #888;
  text-align: center;
}
.cx-form-box .sub-box {
  padding-top: 26px;
}
.cx-form-box .sub-box input[type="submit"] {
  display: block;
  width: 65%;
  margin: 0 auto;
  height: 50px;
  background: rgba(223, 45, 39, 0.5);
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cx-form-box .sub-box input[type="submit"]:hover {
  background: #DF2D27;
}
.cx-form-box .sub-box .submit {
  display: block;
  width: 65%;
  margin: 0 auto;
  height: 50px;
  background: rgba(223, 45, 39, 0.5);
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cx-form-box .sub-box .submit:hover {
  background: #DF2D27;
}
.error-msg {
  color: #DF2D27;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 20px;
  display: none;
}
.error-msg.show {
  display: block;
  animation: shake 0.3s ease;
}
.input-box.error input[type="text"] {
  border-color: #DF2D27;
  background: #fff5f5;
}
.zwtp_cx_logo {
  padding: 30px 30px 14px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zwtp_cx_logo img {
  width: 61px;
  margin-right: 20px;
}
.zwtp_cx_logo p {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
}
.zs-bg {
  width: 100%;
}
.zs-bg .img-box {
  margin-bottom: 30px;
  height: 520px;
  overflow: hidden;
}
.zs-bg .img-box img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zs-bg .zs-down-btn {
  display: block;
  width: 311px;
  height: 50px;
  background: rgba(255, 242, 221, 0.9);
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  color: #BF2D2E;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s;
}
.zs-bg .zs-down-btn:hover {
  background: #f40f10;
  color: #FFF;
}
.banner-swiper {
  width: 100%;
}
.banner-swiper .banner-page {
  bottom: 50px;
}
.banner-swiper .banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner-swiper .banner-page .swiper-pagination-bullet-active {
  background: #BF2D2E;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@media (max-width: 1700px) {
  .zs-bg .img-box {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .zwtp_cx_logo p {
    font-size: 24px;
    line-height: 30px;
  }
  .zwtp_cx_logo img {
    width: 46px;
  }
}
@media (max-width: 767px) {
  .cxxt-logo {
    width: 60px;
    margin-bottom: 10px;
  }
  .cx-form-box {
    width: 100%;
    padding: 25px 15px 25px 15px;
  }
  .cx-form-box .cx-form-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .cx-form-box .input-box {
    margin-bottom: 10px;
  }
  .cx-form-box .input-box input[type="text"] {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 15px;
  }
  .cx-form-box .input-box input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .cx-form-box .input-box.yzm-box {
    padding-right: 0;
    display: block;
    position: relative;
  }
  .cx-form-box .input-box.yzm-box .yzm-code {
    font-size: 18px;
  }
  .cx-form-box .input-box.yzm-box .yzm {
    width: 62px;
    position: absolute;
    top: 7px;
    right: 10px;
  }
  .error-msg {
    padding-left: 15px;
  }
  .cx-form-box .input-box.yzm-box .error-msg {
    padding-left: 15px;
    padding-top: 5px;
  }
  .cx-form-box .sub-box {
    padding-top: 20px;
  }
  .cx-form-box .sub-box input[type="submit"] {
    width: 100%;
    height: 45px;
    background: rgba(223, 45, 39, 0.5);
    border-radius: 20px;
    font-size: 14px;
  }
  .cx-form-box .sub-box .submit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(223, 45, 39, 0.5);
    border-radius: 20px;
    font-size: 14px;
  }
  .zwtp_cx_logo {
    padding: 0 0 35px 0;
    flex-direction: column;
  }
  .zwtp_cx_logo img {
    width: 61px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .zwtp_cx_logo p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .zwtp_cx_logo p span {
    display: block;
  }
  .zs-bg .img-box {
    width: 100%;
    height: auto;
  }
  .zs-bg .zs-down-btn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}