.box {
  position: relative;
  overflow: hidden;
}

.mob {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  height: 773px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt {
  padding-top: 370px;
  margin: 0 auto;
}

.border {
  width: 710px;
  height: 84px;
  margin: 22px auto 0 auto;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  font-size: 28px;
  color: #ab0000;
  text-align: center;
  line-height: 84px;
}

.tips {
  padding-top: 30px;
  font-size: 28px;
  color: #ffe5b8;
}

.title {
  position: relative;
  display: table;
  margin: 75px auto;
  color: #c80000;
  font-size: 40px;
  font-weight: bold;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -132px;
  width: 116px;
  height: 32px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
}

.title::before {
  left: auto;
  right: -132px;
  transform: rotate(-180deg);
}

.box01 {
  margin-bottom: 80px;
}

.form_l {
  float: left;
  width: 620px;
  height: 660px;
  padding: 10px;
  box-shadow: 0 0 10px #ddd;
}

.form_name {
  float: left;
  width: 60px;
  height: 124px;
  background-color: #f6e5e5;
  line-height: 60px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #900;
  font-size: 18px;
}

.form_msg {
  float: left;
  width: 508px;
  height: 124px;
  padding: 0 26px;
  background-color: #f6f9fa;
  line-height: 34px;
}

.form_msg p {
  width: 508px;
  height: 124px;
  display: table-cell;
  vertical-align: middle;
}

.form_l li {
  margin-bottom: 10px;
}

.form_l li:last-child {
  margin-bottom: 0;
}

.form_r {
  float: left;
  width: 560px;
  height: 680px;
  background: linear-gradient(to bottom, #ff9f00, #ff6f01, #ff6400);
}

.input {
  display: block;
  width: 480px;
  height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  text-indent: 1em;
  font-size: 18px;
}

.input.active {
  float: left;
  width: 230px;
  margin-left: 42px;
}

.select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat 92% center #fff;
  outline: none;
}

#fs {
  float: left;
  width: 230px;
  height: 70px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #ffa300, #ff7800, #ff6300);
  cursor: pointer;
  transition: opacity .5s ease;
}

#fs:hover, .button:hover {
  opacity: .9;
}

.button {
  display: block;
  width: 480px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(to right, #ffd995, #ffeed1, #ffda97);
  color: #900;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .5s ease;
}

.button02 {
  display: none;
}

.form_info {
  position: relative;
  padding-top: 96px;
  padding-bottom: 46px;
  margin-top: 10px;
  background: linear-gradient(-45deg, #c6130e, #d81e13, #cc170f);
}

.form_title {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 248px;
  height: 72px;
  transform: translateX(-50%);
  background-image: url(../images/form.png);
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff2db;
  text-align: center;
  line-height: 60px;
}

.title.active {
  margin-top: 0;
  color: #fff;
}

.title.active::after, .title.active::before {
  background-image: url(../images/title_a.png);
}

.box02, .box04 {
  padding-top: 80px;
  padding-bottom: 66px;
  background: linear-gradient(to right, #960609, #aa0b08, #b60e08);
}

.step01_l {
  position: relative;
  float: left;
  width: 580px;
}

.num {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #fea803;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
}

.step_title p {
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
}

.week {
  width: 468px;
  height: 44px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #e02b19;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.hand {
  position: absolute;
  top: 164px;
  left: 50%;
  margin-left: -59px;
  animation: transLate 3s ease infinite;
}

@keyframes transLate {
  50% {
    transform: translate3d(0, 20px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.hand02 {
  top: 196px;
}

.join, .app {
  display: block;
  width: 300px;
  height: 84px;
  margin: 40px auto;
  line-height: 84px;
  text-align: center;
  border-radius: 40px;
  background: linear-gradient(to bottom, #fde39a, #f8ce57, #f3bb1c);
  font-size: 36px;
  cursor: pointer;
  transition: opacity .5s ease;
}

.step_title b {
  text-indent: 2em;
}

.cxcode {
  width: 200px;
  margin: 0 auto;
}

.app {
  width: 360px;
  margin-top: 0;
  color: #000;
}

.join:hover, .app:hover {
  opacity: .9;
}

.step01_r {
  float: right;
  width: 400px;
  height: 528px;
  padding: 0 45px;
  background-color: #fff;
  border-radius: 14px;
}

.exam_tips {
  width: 130px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #fea803;
  font-size: 18px;
  color: #fff;
}

.exam_list li {
  margin-bottom: 10px;
  line-height: 32px;
}

.step02 {
  margin-top: 80px;
}

.step02 img {
  margin: 0 auto 40px auto;
}

.box03 ul {
  display: flex;
  justify-content: center;
}

.box03_tips {
  padding-bottom: 30px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.award_list {
  position: relative;
  float: left;
  width: 234px;
  height: 514px;
  padding: 0 26px;
  margin-right: 18px;
  margin-bottom: 40px;
  background: linear-gradient(to bottom, #b90e08, #d31a07, #fb2c05);
  border-radius: 10px;
}

.award_list:nth-child(4) {
  margin-right: 0;
}

.award_list:hover {
  background: linear-gradient(to bottom, #ee0f07, #ee0f07, #ee0f07);
}

.award_tips {
  position: relative;
  display: table;
  padding-top: 44px;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.award_tips::after, .award_tips::before {
  content: '';
  position: absolute;
  top: 60px;
  left: -30px;
  width: 20px;
  height: 4px;
  background-color: #f0b516;
  border-radius: 4px;
}

.award_tips::before {
  left: auto;
  right: -30px;
}

.award_list p {
  margin-top: 20px;
  line-height: 28px;
  color: #fff;
}

.award_list01 p {
  margin-top: 50px;
  color: #fff;
}

.award_list01 span {
  color: #fed702;
}

.award_list img {
  margin: 0 auto;
}

.award_list02 img {
  margin-top: 20px;
}

.award_img01 {
  position: absolute;
  bottom: 105px;
  right: 24px;
}

.award_img02 {
  position: absolute;
  bottom: 10px;
  left: 31px;
}

.award_img03 {
  position: absolute;
  bottom: 10px;
  right: 24px;
}

.award_list01 img {
  margin-top: 100px;
}

.award_list04 img {
  margin-top: 30px;
}

.get_type {
  padding: 32px 38px;
  margin-bottom: 70px;
  background-color: #f4f4f4;
  line-height: 32px;
  font-size: 18px;
  border-radius: 10px;
}

.get_type span {
  color: #de6e75;
}

.award_msg {
  width: 870px;
  height: 58px;
  margin: 0 auto 50px auto;
  line-height: 58px;
  border-radius: 40px;
  background: linear-gradient(to right, #ee2305, #dd1604, #d20d03);
  font-size: 22px;
  color: #fff;
}

.award_msg span {
  display: inline-block;
  width: 240px;
  height: 58px;
  margin-right: 40px;
  border-radius: 40px;
  background-color: #fea930;
  text-align: center;
  font-size: 24px;
}

.box03_container {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.box03_container:last-child {
  margin-bottom: 0;
}

.box03_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 60px;
  border-radius: 10px 0 0 0;
  background: linear-gradient(to right, #fb351f, #e42326, #d7192a);
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
}

.box03_container01 {
  padding: 50px 0;
}

.box03_container01 ul {
  display: table;
  margin: 0 auto;
}

.box03_container01 img {
  float: left;
  margin-top: 4px;
  margin-right: 18px;
}

.box03_container01 li {
  display: table;
  margin-bottom: 30px;
  font-size: 20px;
}

.box03_container01 li:last-child {
  margin-bottom: 0;
}

.box03_container02 {
  padding-top: 70px;
}

.box03_container02 p {
  padding-bottom: 30px;
  font-size: 26px;
  text-align: center;
}

.box03_container02 {
  padding-bottom: 40px;
}

.buy_wrap {
  width: 1140px;
  margin: 0 auto;
}

.buy {
  float: left;
  width: 318px;
  height: 253px;
  padding: 0 25px;
  margin-right: 14px;
  margin-bottom: 20px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  transition: transform .5s ease;
}

.buy:hover {
  transform: translateY(-5px);
}

.buy.active .buy_name {
  margin-top: 14px;
}

.buy.active .buy_msg {
  font-size: 22px;
}

.buy.active .buy_price {
  margin-top: 16px;
  margin-bottom: 16px;
}

.buy:nth-child(3n) {
  margin-right: 0;
}

.buy:nth-child(4) {
  margin-left: 188px;
}

.buy_name {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.buy_price {
  margin-top: 10px;
}

.buy_msg {
  line-height: 28px;
}

.buy_msg.active {
  font-size: 24px;
}

.buy_price span {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
}

.buy_info {
  width: 140px;
  height: 50px;
  margin: 10px auto;
  line-height: 50px;
  border-radius: 40px;
  background: linear-gradient(to right, #ff9b2d, #ff6d2c);
}

.box03_container02 p.active {
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 36px;
}

.rec_wrap {
  width: 1140px;
  margin: 0 auto;
}

.rec_wrap a {
  float: left;
  overflow: hidden;
}

.rec_wrap a img {
  transition: transform .5s ease;
}

.rec_wrap a:hover img {
  transform: scale(1.02);
}

.rec_wrap a:nth-child(2) {
  margin: 0 20px;
}

.box03_container03 {
  padding-bottom: 70px;
}

.box03_container03 .box03_title {
  width: 376px;
}

.type {
  padding-top: 120px;
  padding-left: 140px;
  line-height: 44px;
  font-size: 22px;
}

.all {
  width: 546px;
  height: 44px;
  border: 1px solid #d7192a;
  margin: 35px auto 0 auto;
  background-color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
}

.swiper-slide {
  height: 890px;
  border-radius: 12px;
  background-color: #f4f4f4;
  transition: background-color .5s ease;
}

.swiper-slide:hover {
  background-color: #e20f07;
  color: #fff;
}

.swiper-slide:hover .award_tips {
  color: #fff;
}

.swiper-slide .award_tips {
  margin-bottom: 28px;
  color: #000;
}

.slide_btn {
  display: table;
  height: 34px;
  padding: 0 18px;
  margin-bottom: 16px;
  background-color: #f0b516;
  border-radius: 40px;
  line-height: 34px;
  color: #fff;
}

.slide_txt {
  margin-bottom: 20px;
}

.slide_msg {
  margin: 0 60px;
}

.slide_msg b {
  float: left;
  width: 120px;
  margin-top: 4px;
}

.slide_msg span {
  float: left;
  width: 140px;
  line-height: 26px;
}

.slide_msg p {
  line-height: 30px;
}

.slide_msg img {
  margin: 20px auto 0 auto;
}

.swiper-container {
  position: relative;
}

.prev, .next {
  position: absolute;
  top: 50%;
  left: -90px;
  width: 60px;
  height: 60px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.next {
  left: auto;
  right: -90px;
  transform: rotate(-180deg);
}

.foreshow_btn {
  position: absolute;
  width: 410px;
  height: 68px;
  top: -34px;
  left: 50%;
  margin-left: -205px;
  line-height: 68px;
  border-radius: 40px;
  background-color: #f0b516;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.for_bg {
  position: relative;
  width: 520px;
  height: 410px;
  padding-top: 90px;
  margin: 0 auto 80px auto;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ba0f08, #d61d04, #e52602);
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.for_txt02 {
  margin-top: 70px;
  margin-bottom: 24px;
}

.for_bg img {
  margin: 0 auto;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 15.325rem;
    background-size: auto 100%;
  }

  .txt {
    width: 16rem;
    padding-top: 7.5rem;
  }

  .border {
    width: 15rem;
    height: 2rem;
    margin: .5rem auto 0 auto;
    background-size: 100%;
    line-height: 1.7rem;
    font-size: .7rem;
  }

  .tips {
    padding-top: .5rem;
    font-size: .8rem;
  }

  .title {
    margin: 1rem auto;
    font-size: 1rem;
  }

  .title::before, .title::after {
    display: none;
  }

  .form_l {
    float: none;
    width: calc(100% - 1rem);
    height: auto;
    padding: .5rem;
  }

  .form_name {
    width: 1.5rem;
    height: 6rem;
    line-height: 1.5rem;
    font-size: .8rem;
  }

  .form_msg {
    width: calc(100% - 2rem);
    height: 6rem;
    padding: 0 .25rem;
    line-height: 1.1rem;
  }

  .form_msg p {
    width: 508px;
    height: 124px;
  }

  .form_l li {
    margin-bottom: .5rem;
  }

  .form_r {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }

  .form_info {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
    margin-top: .25rem;
  }

  .form_title {
    top: -.7rem;
    width: 7rem;
    height: 2rem;
    background-size: 100%;
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .input {
    width: 90%;
    height: 1.8rem;
    margin: 0 auto .5rem auto;
    border-radius: .2rem;
    font-size: .7rem;
  }

  .send_wrap {
    width: 90%;
    margin: 0 auto;
  }

  .input.active {
    width: 49%;
    margin-left: 0;
  }

  #fs {
    width: 49%;
    height: 1.8rem;
    margin-left: 2%;
    border-radius: .2rem;
    font-size: .7rem;
  }

  .button {
    width: 90%;
    height: 2rem;
    font-size: .8rem;
    border-radius: .2rem;
  }

  .select {
    background: url(../images/select.png) no-repeat 96% center #fff;
    background-size: 3%;
  }

  .box01 {
    margin-bottom: 1rem;
  }

  .box02, .box04 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .step01_l {
    float: none;
    width: 100%;
  }

  .num {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .5rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .step_title p {
    margin-bottom: .75rem;
    font-size: .7rem;
  }

  .week {
    width: 100%;
    height: 1.6rem;
    border-radius: 8px;
    line-height: 1.6rem;
    font-size: .75rem;
  }

  .hand {
    width: 3rem;
    top: 4rem;
    margin-left: -1.5rem;
  }

  .hand02 {
    top: 4.8rem;
  }

  .join, .app {
    width: 7.5rem;
    height: 2rem;
    margin: 1rem auto;
    line-height: 2rem;
    border-radius: 1rem;
    font-size: .85rem;
  }

  .cxcode {
    width: 5rem;
  }

  .step01_r {
    float: none;
    width: calc(100% - 2rem);
    height: auto;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: .35rem;
  }

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }

  .exam_tips {
    width: 5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  .exam_list li {
    margin-bottom: .25rem;
    line-height: 1.1rem;
  }

  .step02 {
    margin-top: 1rem;
  }

  .step02 img {
    width: 100%;
    margin: 0 auto 1rem auto;
  }

  .app {
    margin-top: 0;
  }

  .box03_tips {
    padding-bottom: .5rem;
    margin-bottom: .2rem;
    font-size: .85rem;
  }

  .award_list {
    float: none;
    width: calc(100% - 1rem);
    height: auto;
    padding: .5rem .5rem 1rem .5rem;
    margin-right: 0%;
    margin-bottom: 1rem;
  }

  .award_list:nth-child(even) {
    margin-right: 0;
  }

  .award_tips {
    padding-top: .5rem;
    font-size: .9rem;
  }

  .award_tips::after, .award_tips::before {
    top: 1.05rem;
    left: -.85rem;
    width: .5rem;
    height: .1rem;
    border-radius: .1rem;
  }

  .award_tips::before {
    left: auto;
    right: -.85rem;
  }

  .award_list01 p {
    margin-top: 1rem;
  }

  .award_list p {
    line-height: 1.1rem;
  }

  .award_list01 img {
    margin-top: .5rem;
  }

  .award_list img {
    max-width: 100%;
  }

  .award_list04 img {
    margin-top: .75rem;
  }

  .award_list .award_img01 {
    position: static;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .award_img02, .award_img03 {
    position: static;
  }

  .get_type {
    padding: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2rem;
    font-size: .75rem;
    border-radius: .25rem;
  }

  .award_msg {
    width: 100%;
    height: 1.6rem;
    margin: 0 auto 1rem auto;
    line-height: 1.6rem;
    border-radius: 1rem;
    font-size: .7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .award_msg span {
    width: 4.4rem;
    height: 1.6rem;
    margin-right: .2rem;
    border-radius: 1rem;
    font-size: .7rem;
  }

  .box03_container01 {
    padding: 2.5rem 0 1rem 0;
  }

  .box03_container {
    margin-bottom: .75rem;
    border-radius: .4rem;
  }

  .box03_title {
    width: 6.5rem;
    height: 1.8rem;
    border-radius: .4rem 0 0 0;
    line-height: 1.8rem;
    font-size: .75rem;
  }

  .box03_container01 li {
    margin-bottom: .75rem;
    font-size: .75rem;
  }

  .box03_container01 img {
    margin-top: 0;
    margin-right: .4rem;
  }

  .box03_container02 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .box03_container02 p {
    padding-bottom: .75rem;
    font-size: .9rem;
  }

  .buy_wrap {
    width: 100%;
  }

  .buy {
    width: calc(49% - .25rem);
    height: 10rem;
    padding: 0 .125rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    background-size: 100% 100%;
  }

  .buy:nth-child(even) {
    margin-right: 0;
  }

  .buy_name {
    padding-top: .75rem;
    padding-bottom: .25rem;
    font-size: .75rem;
  }

  .buy_msg {
    line-height: 1rem;
    font-size: .7rem;
  }

  .buy_price {
    margin-top: .25rem;
  }

  .buy_price span {
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .buy.active .buy_name {
    margin-top: 1rem;
  }

  .buy:nth-child(4) {
    margin-left: 2%;
  }

  .buy_info {
    width: 4.5rem;
    height: 1.5rem;
    margin: .25rem auto;
    line-height: 1.5rem;
    border-radius: 1rem;
  }

  .buy.active .buy_msg {
    font-size: .75rem;
  }

  .buy.active:first-child {
    height: 12rem;
  }

  .buy.active .buy_price {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .rec_wrap {
    width: 100%;
  }

  .rec_wrap a {
    display: block;
    width: 49%;
  }

  .rec_wrap a img {
    width: 100%;
  }

  .rec_wrap a:nth-child(2) {
    margin: 0 0 .5rem 2%;
  }

  .rec_wrap a:nth-child(3) {
    margin-left: 4.5rem;
  }

  .box03_container02 p.active {
    margin-top: .5rem;
    margin-bottom: .85rem;
  }

  .box03_container03 {
    padding-bottom: 1rem;
  }

  .box03_container03 .box03_title {
    width: 10rem;
  }

  .type {
    padding: 2rem 1rem 0 1rem;
    line-height: 1.2rem;
    font-size: .7rem;
  }

  .all {
    width: 94%;
    height: 1.6rem;
    margin: .5rem auto 0 auto;
    line-height: 1.6rem;
    font-size: .75rem;
  }

  .box04 {
    margin-top: 1rem
  }

  .swiper-slide .award_tips {
    padding-top: .8rem;
    margin-bottom: .7rem;
  }

  .box04 .award_tips::after, .box04 .award_tips::before {
    top: 1.3rem;
  }

  .slide_msg {
    margin: 0 .4rem;
  }

  .slide_btn {
    height: 1.2rem;
    padding: 0 .5rem;
    margin-bottom: .4rem;
    border-radius: 1rem;
    line-height: 1.2rem;
  }

  .slide_txt {
    margin-bottom: .5rem;
  }

  .slide_msg img {
    width: 100%;
    margin-top: .5rem;
  }

  .swiper-slide {
    height: 40rem;
    border-radius: .3rem;
  }

  .buy:nth-child(5) {
    margin-left: 4.5rem;
  }

  .foreshow_btn {
    width: 9rem;
    height: 2rem;
    top: -1rem;
    left: 50%;
    margin-left: -4.5rem;
    line-height: 2rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  .box05 .title {
    margin-bottom: 1.5rem;
  }

  .for_bg {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0 auto 1rem auto;
    border-radius: .2rem;
    font-size: .8rem;
  }

  .for_bg p {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .for_txt02 {
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .for_bg img {
    width: 6rem;
  }

  .box03 ul {
    display: block;
  }
}
