body {
  max-width: 1920px;
  position: relative;
}

body header {
  width: 85%;
  min-width: 980px;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 4.32%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body header nav {
  margin-left: 7%;
}

body header nav a {
  margin-right: 75px;
  float: left;
  font-size: 22px;
  line-height: 1;
  color: #fefefe;
  position: relative;
}

body header nav a img {
  width: 67%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  opacity: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body header nav a:hover {
  color: #fefefe;
  font-weight: bold;
  text-decoration: none;
}

body header nav a:hover img {
  opacity: 1;
}

body h1 {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 14%;
}

body h1 p {
  font-size: 72px;
  letter-spacing: 16px;
  color: #ffffff;
  opacity: 0.1;
  line-height: 1;
  font-weight: bold;
}

body h1 span {
  display: inline-block;
  font-size: 64px;
  height: 64px;
  color: #ffffff;
  line-height: 1;
  margin-top: -38px;
  position: relative;
  padding-left: 80px;
  font-weight: bold;
}

body h1 span i {
  color: #ffde00;
  font-weight: bold;
}

body h1 span::after {
  display: block;
  content: '';
  width: 63px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/kaoyan/huojian.png) no-repeat left bottom;
  background-size: 100% auto;
}

body h1 img {
  width: 32.3%;
  margin: 0 auto;
  margin-top: 0.95%;
}

body .form {
  display: block;
  width: 63.45%;
  position: absolute;
  left: 50%;
  top: 24%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .form img {
  margin: 0 auto;
}

body .form form {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding: 10% 0 5.8% 0;
  top: 0;
  left: 0;
}

body .form form .layui-block {
  width: 73%;
  margin: 0 auto;
}

body .form form .layui-form-label {
  width: 185px;
  padding: 0;
}

body .form form .layui-input-block {
  margin-left: 185px;
}

body .form form .layui-form-label,
body .form form .layui-form-select .layui-input,
body .form form xm-select,
body .form form xm-select>.xm-tips {
  height: 66px;
  font-size: 24px;
  line-height: 66px;
}

body .form form .layui-form-select .layui-input,
body .form form .layui-form-select dl dd,
body .form form .layui-form-select dl dd.layui-select-tips,
body .form form xm-select>.xm-tips,
body .form form xm-select>.xm-body .xm-option {
  padding: 0 30px !important;
}

body .form form .layui-form-select .layui-edge,
body .form form xm-select>.xm-icon {
  right: 20px;
}

body .form form .layui-form-select dl dd,
body .form form xm-select>.xm-body .xm-option-content {
  line-height: 60px;
  font-size: 22px;
}

body .form form .layui-form-select dl dd.layui-this,
body .form form .xm-label-block {
  background: #f8383a !important;
}

body .form form xm-select .xm-label .xm-label-block {
  margin: 0 5px 0 0 !important;
}

body .form form xm-select>.xm-body .xm-option-icon {
  border: 1px solid #f8383a !important;
}

body .form form xm-select>.xm-body .selected .xm-option-icon {
  color: #f8383a !important;
}

body .form form xm-select>.xm-label.single-row .scroll {
  height: 100%;
}

body .form form .layui-block.btn {
  width: 50.4%;
  height: auto;
  position: relative;
  box-shadow: 0px 12px 38px 0px rgba(255, 119, 61, 0.42);
  border-radius: 44px;
  cursor: pointer;
}

.layer-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.layer-bg-open {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.next {
  width: 32.67%;
  max-width: 620px;
  padding: 2.11% 0 1.265% 0;
  position: fixed;
  background-color: #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 10;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.next-open {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.next span.close {
  position: absolute;
  cursor: pointer;
  width: 7.26%;
  right: 0;
  top: -12%;
}

.next label {
  display: block;
  width: 82.26%;
  height: 54px;
  margin: 0 auto;
  margin-top: 4%;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.next label div {
  width: 18%;
  height: 75%;
  position: relative;
}

.next label div img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next label div::after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
}

.next label input {
  width: 82%;
  height: 100%;
  float: left;
  font-size: 18px;
  text-indent: 18px;
}

.next label.error {
  border: 1px solid #df1515;
}

.next label #reflsh_code {
  width: 30%;
  height: 94%;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 0.5%;
}

.next label button {
  width: 30%;
  height: 94%;
  cursor: pointer;
  background: #feddda;
  border-radius: 6px;
  font-size: 18px;
  color: #df1515;
  margin-right: 0.5%;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.next label button.checked {
  opacity: 0.5;
}

.next label:nth-child(2) {
  margin-top: 0;
}

.next label:nth-child(4) input,
.next label:nth-child(5) input {
  width: 50%;
  height: 100%;
}

.next div.btn {
  width: 81.775%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 12px 38px 0px rgba(255, 119, 61, 0.42);
  border-radius: 43px;
  overflow: hidden;
  margin-top: 6%;
}

.next div.btn .tj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.next div.btn .tj.checked {
  opacity: 0.5;
}

footer {
  width: 100%;
}

footer .footer {
  width: 100%;
  background-color: #282828;
}

footer .footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--box-pack: space-between;
  box-pack: space-between;
  padding: 5% 0;
}

footer .footer .content ul h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .content ul li {
  line-height: 1;
  margin-top: 21%;
}

footer .footer .content ul li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}

footer .footer .content .code {
  width: 8.8%;
}

footer .footer .content .code img {
  border-radius: 6px;
}

footer .footer .content .code span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .footer .content .line {
  width: 1px;
  height: 120px;
  background-color: #999999;
  opacity: 0.2;
}

footer .footer .content .footer-contact .footer-logo {
  width: 71.8%;
  margin: 0 auto;
}

footer .footer .content .footer-contact div {
  margin-top: 15%;
}

footer .footer .content .footer-contact div a {
  float: left;
  margin-right: 20px;
}

footer .footer .content .footer-contact div p {
  float: left;
}

footer .footer .content .footer-contact div p i {
  display: block;
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #de1c1c;
  line-height: 1;
}

footer .footer .content .footer-contact div p span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 9px;
}

footer .footer .copyright {
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

footer .footer .copyright a {
  display: inline;
  color: #555;
}

.right-nav {
  width: 72px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
}

.right-nav .right-nav-gift {
  max-width: none;
  width: 142px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-nav .gift-btn {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -30px;
}

.right-nav ul {
  width: 72px;
  background-color: #ffffff;
}

.right-nav ul li {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}

.right-nav ul li .btn {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.right-nav ul li .btn a {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-bottom: none;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-nav ul li:nth-child(4) .btn a {
  border-bottom: 1px solid #eeeeee;
}
.right-nav ul li .btn a p {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-nav ul li .btn a p img {
  margin: 0 auto;
}

.right-nav ul li .btn a p span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.right-nav ul li .btn a:first-child {
  top: 0;
}

.right-nav ul li .btn a:nth-child(2) {
  border: none;
  top: 72px;
  background-image: linear-gradient(90deg, #f54b1d 0%, #e02727 100%), linear-gradient(#ffffff, #ffffff);
}

.right-nav ul li .btn a:nth-child(2) p span {
  color: #ffffff;
}

.right-nav ul li .btn a:hover {
  text-decoration: none;
}

.right-nav ul li .code-ma {
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 20px 0;
  position: absolute;
  left: -148px;
  top: 50%;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .code-ma::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li .code-ma img {
  max-width: 96px;
  margin: 0 auto;
}

.right-nav ul li .code-ma span {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  text-align: center;
}

.right-nav ul li .code-ma span:last-child {
  margin-bottom: 0;
}

.right-nav ul li .hot-line {
  width: 186px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -198px;
  top: 50%;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-size: 24px;
  line-height: 60px;
  color: #dc0000;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .hot-line::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li:first-child .btn {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:first-child .btn a {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:nth-child(5) {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-nav ul li:nth-child(5) .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}

.right-nav ul li:last-child {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}

.right-nav ul li:hover .btn a:first-child {
  top: -72px;
}

.right-nav ul li:hover .btn a:nth-child(2) {
  top: 0;
}

.right-nav ul li:hover .code-ma,
.right-nav ul li:hover .hot-line {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.right-nav ul li.toggleHeight {
  height: 72px;
  opacity: 1;
}

.right-nav ul li.toggleHeight .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a:first-child {
  border-bottom: 1px solid #eeeeee;
}

/* .right-nav ul li.border .btn {
  border-radius: 0;
}

.right-nav ul li.border .btn a {
  border-radius: 0;
}

.right-nav ul li.border .btn a:first-child {
  border-bottom: none;
} */

@media screen and (max-width: 1600px) {
  body h1 p {
    font-size: 68px;
    letter-spacing: 12px;
  }

  body h1 span {
    font-size: 58px;
    height: 58px;
    margin-top: -38px;
    padding-left: 74px;
  }

  body h1 span::after {
    width: 56px;
  }

  body .form form .layui-form-label {
    width: 170px;
  }

  body .form form .layui-input-block {
    margin-left: 170px;
  }

  body .form form .layui-form-label,
  body .form form .layui-form-select .layui-input,
  body .form form xm-select,
  body .form form xm-select>.xm-tips {
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }

  body .form form .layui-form-select dl dd,
  body .form form xm-select>.xm-body .xm-option-content {
    line-height: 54px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  body header nav a {
    margin-right: 60px;
    font-size: 20px;
  }

  body h1 p {
    font-size: 60px;
    letter-spacing: 8px;
  }

  body h1 span {
    font-size: 50px;
    height: 50px;
    padding-left: 60px;
  }

  body h1 span::after {
    width: 50px;
  }

  footer .footer .content ul h3 {
    font-size: 17px;
  }

  footer .footer .content ul li a {
    font-size: 13px;
  }

  footer .footer .content .code span {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer .content .footer-contact div a {
    width: 58px;
  }

  footer .footer .content .footer-contact div p i {
    font-size: 26px;
  }

  footer .footer .content .footer-contact div p span {
    font-size: 13px;
  }

  body .form form .layui-form-label {
    width: 155px;
  }

  body .form form .layui-input-block {
    margin-left: 155px;
  }

  body .form form .layui-form-select .layui-input,
  body .form form .layui-form-select dl dd,
  body .form form .layui-form-select dl dd.layui-select-tips,
  body .form form xm-select>.xm-tips,
  body .form form xm-select>.xm-body .xm-option {
    padding: 0 25px !important;
  }

  body .form form .layui-form-label,
  body .form form .layui-form-select .layui-input,
  body .form form xm-select,
  body .form form xm-select>.xm-tips {
    height: 52px;
    font-size: 20px;
    line-height: 52px;
  }

  body .form form .layui-form-select dl dd,
  body .form form xm-select>.xm-body .xm-option-content {
    line-height: 46px;
    font-size: 18px;
  }

  .next label {
    height: 48px;
  }

  .next label div img {
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  .next label input {
    font-size: 16px;
    text-indent: 16px;
  }

  .next label button {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  body header nav a {
    margin-right: 50px;
    font-size: 18px;
  }

  body h1 p {
    font-size: 56px;
    letter-spacing: 6px;
  }

  body h1 span {
    font-size: 46px;
    height: 46px;
    padding-left: 56px;
  }

  body h1 span::after {
    width: 44px;
  }

  body .form form .layui-form-label {
    width: 140px;
  }

  body .form form .layui-input-block {
    margin-left: 140px;
  }

  body .form form .layui-form-select .layui-input,
  body .form form .layui-form-select dl dd,
  body .form form .layui-form-select dl dd.layui-select-tips,
  body .form form xm-select>.xm-tips,
  body .form form xm-select>.xm-body .xm-option {
    padding: 0 20px !important;
  }

  body .form form .layui-form-label,
  body .form form .layui-form-select .layui-input,
  body .form form xm-select,
  body .form form xm-select>.xm-tips {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }

  body .form form .layui-form-select dl dd,
  body .form form xm-select>.xm-body .xm-option-content {
    line-height: 40px;
    font-size: 16px;
  }

  .next label {
    height: 44px;
  }

  .next label div img {
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }

  .next label input {
    font-size: 15px;
    text-indent: 15px;
  }

  .next label button {
    font-size: 15px;
  }
}