.page-top {
  position: relative;
  height: 1080px;
  background: #010834;
}

.page-top .banner {
  width: 100%;
  height: 1080px;
  position: relative;
}

.page-top .banner .swiper-container {
  width: 100%;
  height: 1080px;
  min-width: 1200px;
}

.page-top .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 1080px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 1080px;
  background: url("../img/assets/trail_top_bg1.png") center top no-repeat;
  background-size: cover;
  padding-top: 200px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box {
  width: 1200px;
  margin: 0 auto;
  height: 684px;
  font-size: 0;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left {
  width: 540px;
  height: 442px;
  margin-top: 40px;
  padding: 52px 70px 0 0;
  float: left;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left h3 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left .list {
  width: 100%;
  margin-top: 50px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left .list .item {
  width: 33.33%;
  height: 100px;
  float: left;
  text-align: center;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left .list .item img {
  width: 51px;
  height: 51px;
  display: block;
  margin: 0 auto 20px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left .list .item span {
  font-size: 18px;
  color: #fff;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-box-left p {
  margin-top: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-right {
  width: 420px;
  height: 140px;
  font-size: 54px;
  color: #fff;
  line-height: 1;
  float: right;
  margin: 300px 140px 0 0;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-msg-box .msg-right span {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  font-weight: normal;
}

.page-form .form-con {
  float: right;
  width: 570px;
  margin: 0;
  padding: 30px 40px;
  background: #ffffff;
}

.page-form .form-con form {
  padding-bottom: 25px;
}

.page-form .form-con form .info {
  width:96px;
  height:26px;
  font-size:22px;
  font-family:Source Han Sans CN;
  font-weight:500;
  color:rgba(34,34,34,1);
  line-height:24px;
  margin-bottom: 30px;
}

.page-form .form-con form .rol {
  height: 50px;
}
.page-form .form-con form .rol span {
  float: left;
  color: #fb2b2c;
  width: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
}
.page-form .form-con form .rol label {
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  width: 113px;
  display: inline-block;
  float: left;
}

.page-form .form-con form .rol input[type=text] {
  width: 360px;
  height: 36px;
  border: 1px solid #aaaaaa;
  text-indent: 12px;
  font-size: 14px;
}

.page-form .form-con form .rol input[name=verify] {
  width: 140px;
  text-align: center;
  text-indent: 0;
  float: left;
}

.page-form .form-con form .rol .verify-pic-box {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 36px;
  border: 1px solid #eaeaeb;
  float: left;
  margin-left: 13px;
  cursor: pointer;
}

.page-form .form-con form .rol .verify-pic-box img {
  width: 100%;
  height: 100%;
}



.page-form .form-con form .submit-btn {
  display: block;
  width: 174px;
  height: 38px;
  background: #2A75FF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  margin: 30px 0 0 124px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
