.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 660px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.txt01 {
  padding-top: 96px;
  margin: 0 auto;
}

.txt02 {
  margin: -26px auto 0 auto;
}

.line {
  padding-top: 46px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(126, 7, 3, 0.75);
  text-align: center;
  font-size: 32px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center 57px;
}

.title {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  color: rgba(213, 3, 0, 1);
  font-weight: bold;
  line-height: 104px;
}

.title img {
  display: inline-block;
}

.box01 {
  padding-top: 42px;
}

.box01_list {
  padding-top: 40px;
}

.box01_list li {
  position: relative;
  float: left;
  transition: transform .5s ease;
}

.box01_list li:hover {
  transform: translateY(-5px);
}

.box01_list li.active {
  margin: -12px 34px 0 34px;
}

.list_title {
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
  color: rgba(12, 11, 11, 1);
  text-align: center;
}

.box01_list li p {
  position: absolute;
  bottom: 68px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.video_wrap {
  padding-top: 40px;
}

.video_title {
  padding-bottom: 46px;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}

.video_wrap ul {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  cursor: url("../images/mouse.png"), pointer;
  overflow: hidden;
}

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

.video_btn {
  height: 52px;
  border: 1px solid #dcdcdc;
  padding: 0 26px;
  margin-right: 10px;
  margin-bottom: 14px;
  line-height: 52px;
  border-radius: 40px;
  font-size: 20px;
  background-color: #fff;
  animation: transLate03 5s 1.2s ease infinite;
}

.video_btn01 {
  color: #f20e05;
  animation: transLate 5s 1.2s ease infinite;
}

.video_btn02 {
  background-color: #e6e4e4;
  border-color: #e6e4e4;
  animation: transLate02 5s 1.5s ease infinite;
}

.video_btn03 {
  border-color: transparent;
  background: linear-gradient(to right, #f20a03, #f82d12, #fd461e);
  color: #fff;
  animation: transLate03 5s 1.2s ease infinite;
}

.video_btn04 {
  color: #8d8b8b;
  animation: transLate02 5s 1.5s ease infinite;
}

.video_btn05 {
  animation: transLate04 5s 1.5s ease infinite;
}

.video_btn06 {
  animation: transLate05 5s 1.5s ease infinite;
}

@keyframes transLate {
  50% {
    transform: translate3d(-30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate02 {
  50% {
    transform: translate3d(30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate03 {
  50% {
    transform: translate3d(80px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate04 {
  50% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate05 {
  50% {
    transform: translate3d(-40px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*视屏弹窗*/
.video-masker {
  display: none;
}

.video-box {
  position: fixed;
  width: 770px;
  height: 450px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 13;
}

.video-box #videoBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.video-box .list-video {
  width: 720px;
  height: 405px;
  position: relative;
  top: 44px;
}

#video {
  width: 725px !important;
  height: 408px !important;
}

.masker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: .5;
  z-index: 10;
}

.special01 {
  width: 100%;
  padding-bottom: 60px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box02 .title {
  padding-top: 40px;
  padding-bottom: 24px;
  color: #fff;
}

.tips {
  padding-bottom: 40px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.vs_wrap {
  width: 1016px;
  padding: 0 42px 42px 42px;
  background-color: #fff;
  border-radius: 10px;
}

.vs_title {
  padding-top: 30px;
}

.vs_title img {
  float: left;
  margin: 0 20px;
}

.vs_title p {
  float: left;
  border-top: 2px dashed #d24535;
  border-bottom: 2px dashed #d24535;
  width: 430px;
  padding: 8px 0;
  margin-top: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.vs_wrap .vs_title_l {
  color: #cd301e;
}

.vs_list {
  margin-top: 40px;
}

.vs_list li {
  position: relative;
  margin-bottom: 40px;
  line-height: 70px;
}

.vs_list li:last-child {
  margin-bottom: 0;
}

.vs_list_l {
  float: left;
  width: 50%;
  height: 70px;
  border-radius: 40px 0 0 40px;
  background: linear-gradient(45deg, #f20e05, #f82c12, #fc431c);
  color: #fff;
}

.vs_list_l img {
  display: inline-block;
  margin: 20px 6px 0 24px;
}

.vs_list_m {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 88px;
  height: 88px;
  border: 4px solid #ffffe4;
  margin-left: -48px;
  border-radius: 50%;
  color: #fff;
  background-color: #c5140e;
}

.vs_list_m p {
  display: flex;
  height: 88px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: initial;
  text-align: center;
}

.vs_list_r {
  float: left;
  width: 50%;
  height: 70px;
  border-radius: 0 40px 40px 0;
  background-color: #efefef;
}

.vs_list_r p {
  float: left;
  margin-left: 70px;
}

.false {
  float: right;
  width: 98px;
  height: 70px;
  background-color: #d7d4d4;
  border-radius: 0 40px 40px 0;
}

.false img {
  margin: 18px auto 0 auto;
}

.special02 {
  padding-bottom: 52px;
}

.special02 .tips {
  padding-top: 40px;
  color: #000;
}

.ad {
  display: block;
  margin: 0 auto;
}

.tutu {
  margin: 20px auto 0 auto;
}

.special03 {
  width: 100%;
  height: 448px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-position: center;
}

.special03 .tips {
  padding-top: 40px;
}

.special03_list li {
  float: left;
  width: 314px;
  height: 230px;
  padding-top: 36px;
  border-radius: 0 10px 0 10px;
  background-color: #fff;
  text-align: center;
  transition: transform .5s ease;
}

.special03_list li:hover {
  transform: translateY(-5px);
}

.special03_list li.active {
  margin: 0 84px;
}

.special03_list li img {
  margin: 0 auto 20px auto;
}

.special03_list li b {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.special03_list li p {
  line-height: 28px;
}

.box03 {
  padding-top: 34px;
}

.table {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  box-shadow: 0px 3px 16px 0px rgba(218, 218, 218, 0.75);
  border-radius: 10px;
}

.table td {
  border-bottom: 1px solid #e8e5e3;
  border-right: 1px solid #e8e5e3;
  padding: 26px;
  background: #fffbf6;
}

.table th {
  border-right: 1px solid #dd3933;
  padding: 26px 0;
  height: 58px;
  line-height: 58px;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
}

.th01 {
  width: 130px;
  border-radius: 10px 0 0 0;
  background: linear-gradient(to right, #d70300, #f82c12);
}

.th02 {
  width: 140px;
  background: linear-gradient(to right, #f82c12, #dc1505);
}

.th03 {
  background: linear-gradient(to right, #dc1505, #e83e11, #ed5216);
}

.th04 {
  width: 100px;
  background: linear-gradient(to right, #ed5216, #f05d19);
}

.th05 {
  width: 156px;
  border-right: none;
  border-radius: 0 10px 0 0;
  background: linear-gradient(to right, #f05f19, #f3671c);
}

.table a {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  border-radius: 40px;
  background: linear-gradient(79deg, rgba(243, 26, 10, 1), rgba(248, 54, 24, 1));
  color: #fff;
  transition: opacity .5s ease;
}

.table a:hover {
  opacity: .85;
}

.box03_tips {
  padding-top: 26px;
  padding-bottom: 40px;
  text-align: center;
  color: rgba(243, 28, 11, 1);
}

.box04 {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #d70200;
}

.box04 .title {
  color: #fff;
}

.days_wrap {
  position: relative;
  padding-top: 30px;
  color: #fff;
}

.days {
  position: relative;
  float: left;
  margin-right: 26px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.days:last-child {
  margin-right: 0;
}

.circle {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #d70200;
  transition: background-color .5s ease;
}

.days.active .circle {
  width: 22px;
  height: 22px;
  top: 32px;
  border: 6px solid red;
  background-color: #fff;
}

.days_line {
  position: absolute;
  bottom: -26px;
  left: 36px;
  width: 1018px;
  border-bottom: 2px solid #fceeee;
  z-index: 1;
}

.slide {
  padding-top: 70px;
}

.step {
  position: relative;
  float: left;
  width: 208px;
  height: 330px;
  border-radius: 0 10px 10px 0;
  background-color: #fceeee;
  overflow: hidden;
}

.tag {
  float: left;
  width: 60px;
  height: 80px;
  padding-top: 10px;
  background-image: url(../images/tag.png);
  background-repeat: no-repeat;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.step_r {
  float: left;
  margin-top: 36px;
  margin-left: 40px;
  text-align: center;
}

.step_r img {
  margin: 0 auto;
}

.step_r p {
  color: #e71f19;
}

.slide ul {
  margin-top: 26px;
  text-align: center;
}

.slide ul li {
  display: flex;
  height: 64px;
  justify-content: center;
  align-items: center;
}

.days_slide ul li {
  display: block;
  padding-left: 16px;
  line-height: 64px;
  font-size: 16px;
  text-align: left;
}

.days_slide ul {
  margin-top: 26px;
}

.slide ul li:nth-child(odd) {
  background-color: #ffe3cf;
}

.slide ul li:nth-child(even) {
  background-color: #fef2e9;
}

.slide_wrap {
  position: relative;
  float: left;
  margin-left: 42px;
}

.days_slide {
  width: 830px;
}

.msg_wrap {
  height: 82px;
}

.days_slide .days_list {
  float: left;
  width: 266px;
  height: 300px;
  padding-top: 30px;
  margin-right: 16px;
  border-radius: 10px 0 10px 0;
  background-color: #fcedec;
  transition: transform .5s ease;
  overflow: hidden;
}

.days_slide .days_list:last-child {
  margin-right: 0;
}

.days_slide .days_list.active {
  display: block;
  transform: translateY(-10px);
}

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

.days_list.on p {
  width: 100%;
  margin-left: 0;
  text-align: center;
  line-height: 32px;
}

.days_slide p {
  margin-bottom: 10px;
  margin-left: 16px;
  color: #e71f19;
  font-size: 16px;
}

.box05 {
  padding-top: 36px;
}

.region {
  padding-top: 30px;
  padding-bottom: 54px;
}

.region a {
  float: left;
  width: 130px;
  height: 46px;
  margin-right: 9px;
  margin-bottom: 10px;
  line-height: 46px;
  border-radius: 40px;
  background: rgba(215, 2, 0, 1);
  text-align: center;
  color: #fff;
  transition: background-color .5s ease;
}

.region a:hover {
  background: rgba(253, 32, 24, 1);
}

.region a:nth-child(8n) {
  margin-right: 0;
}
.mobShow{
  display: none;
}
@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 14.025rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .txt01 {
    width: 16rem;
    padding-top: 2.2rem;
  }

  .txt02 {
    width: 16rem;
    margin: 0 auto;
  }

  .line {
    padding-top: 0;
    font-size: .8rem;
    font-weight: bold;
    background-image: none;
  }

  .box01 {
    padding-top: 1rem;
  }

  .title {
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .title img {
    width: 2.5rem;
  }

  .box01_list {
    padding-top: 1rem;
  }

  .box01_list li {
    width: 32%;
    margin-right: 1%;
  }

  .box01_list li img {
    width: 100%;
  }

  .box01_list li.active {
    margin: 0 1% 0 0;
  }

  .box01_list li:last-child {
    margin-right: 0;
  }

  .list_title {
    display: none;
  }

  .box01_list li p {
    bottom: .7rem;
    line-height: .9rem;
    font-size: .55rem;
  }

  .video_btn {
    height: 1.5rem;
    padding: 0 .65rem;
    margin-right: .2rem;
    margin-bottom: .35rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: .65rem;
  }

  @keyframes transLate {
    50% {
      transform: translate3d(-.75rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate02 {
    50% {
      transform: translate3d(.75rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate03 {
    50% {
      transform: translate3d(2rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate04 {
    50% {
      transform: translate3d(-.5rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate05 {
    50% {
      transform: translate3d(-1rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .video_wrap {
    padding-top: .8rem;
  }

  .video_wrap ul {
    padding-bottom: 1rem;
  }

  .video_title {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .special01 {
    padding-bottom: 1rem;
  }

  .box02 .title {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .tips {
    padding-bottom: 1rem;
    font-size: .9rem;
  }

  .vs_wrap {
    width: calc(100% - 2rem);
    padding: 0 1rem 1rem 1rem;
    border-radius: .25rem;
  }

  .vs_title img, .vs_list_m {
    display: none;
  }

  .vs_title {
    padding-top: .75rem;
  }

  .vs_title p {
    width: 48%;
    padding: .2rem 0;
    margin-top: 0;
    font-size: .95rem;
  }

  .vs_list {
    margin-top: 1rem;
  }

  .vs_list li {
    margin-bottom: 0;
    line-height: 2rem;
  }

  .vs_list_l, .vs_list_r {
    position: relative;
    float: none;
    width: 100%;
    height: 2rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
    font-size: .65rem;
  }

  .vs_list_r p {
    margin-left: .5rem;
  }

  .false {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2rem;
    border-radius: 0 1rem 1rem 0;
  }

  .false img {
    width: 1.2rem;
    margin-top: .4rem;
  }

  .vs_list_l img {
    width: 1rem;
    margin: .5rem .15rem 0 .6rem;
  }

  .vs_title_r {
    margin-left: 2%;
  }

  .special02 {
    padding-bottom: 1rem;
  }

  .special02 .tips {
    padding-top: 1rem;
  }

  .ad img {
    width: 100%;
  }

  .tutu {
    width: 100%;
    margin-top: .5rem;
  }

  .special03 {
    height: auto;
    padding-bottom: 1rem;
  }

  .special03 .tips {
    padding-top: 1rem;
  }

  .special03_list li {
    width: 32%;
    height: 9rem;
    padding-top: .9rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: 0 .25rem 0 .25rem;
    font-size: .65rem;
  }

  .special03_list li.active {
    margin: 0 2% 0 0;
  }

  .special03_list li:last-child {
    margin-right: 0;
  }

  .special03_list li img {
    width: 3rem;
    margin: 0 auto .5rem auto;
  }

  .special03_list li b {
    margin-bottom: .2rem;
    font-size: .8rem;
  }

  .special03_list li p {
    line-height: 1rem;
  }

  .box03 {
    padding-top: 1rem;
  }

  .table {
    margin-top: 1rem;
    border-radius: .25rem;
  }

  .table th {
    width: auto;
    height: auto;
    padding: .5rem;
    line-height: inherit;
    font-size: .8rem;
  }

  .table td {
    padding: .5rem;
  }

  .table a {
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1rem;
  }

  .box03_tips {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box04 {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .days_wrap {
    padding-top: .5rem;
  }

  .box05 {
    padding-top: 1rem;
  }

  .region {
    padding: 1rem 0;
  }

  .region a {
    width: 24.25%;
    height: 1.4rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.4rem;
    border-radius: 1rem;
  }

  .region a:nth-child(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .video-box {
    position: fixed;
    width: 94%;
    height: 10rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
  }

  .video-box #videoBtn {
    width: 1.2rem;
  }

  .video-box .list-video {
    width: 100%;
    height: 10rem;
    top: 1.6rem;
  }

  #video {
    width: 100% !important;
    height: 9rem !important;
    position: relative;
    top: 1.5rem;
  }

  .step {
    width: 30%;
    height: 8.9rem;
    border-radius: 0 .25rem .25rem 0;
  }

  .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 2rem;
    padding-top: .2rem;
    background-size: 100%;
    font-size: .55rem;
  }

  .days_slide {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }

  .days_slide .swiper-slide {
    height: auto;
    padding-top: .5rem;
    font-size: .6rem;
  }

  .step_r {
    float: none;
    margin: 1.5rem auto 0 auto;
  }

  .step_r img {
    width: 1.2rem;
  }

  .slide {
    padding-top: 1rem;
  }

  .step li p {
    display: none;
  }

  .slide_wrap {
    width: calc(100% - .7rem - 30%);
    height: 8.9rem;
    margin-left: .7rem;
    background-color: #fcedec;
  }

  .slide ul {
    margin-top: .5rem;
  }

  .step ul {
    margin-top: .7rem;
  }

  .days_slide p {
    margin-bottom: .25rem;
    margin-left: .4rem;
    font-size: .7rem;
  }

  .slide ul li {
    height: 1.5rem;
    padding-left: .4rem;
    line-height: 1.5rem;
    font-size: .65rem;
  }

  .days {
    width: 20%;
    margin-right: 0;
    margin-bottom: .4rem;
    text-align: center;
  }

  .circle, .days_line {
    display: none;
  }

  .days.active p {
    color: #ff9e14;
  }

  .days_slide .swiper-slide.active {
    transform: translateY(0);
  }

  .days_list {
    display: none;
  }

  .days_list.active {
    display: block;
  }

  .days_slide .days_list {
    width: 100%;
    height: calc(100% - .5rem);
    padding-top: .5rem;
    margin-top: .52rem;
    margin-right: 0;
    border-radius: .25rem 0 .25rem 0;
  }

  .days_list.on p {
    line-height: 1.1rem;
  }

  .days_list.on {
    display: none;
  }

  .days_list.on.active {
    display: flex;;
    height:8rem;
  }

  .msg_wrap {
    height: 3.4rem;
  }
  .table{
    display: block;
    overflow: hidden;
  }
  .tr{
    float: left;
  }
  .table td{
    display: block;
  }
  .table a{
    margin:0 auto;
  }
  .mobShow{
    display: block;
  }
}
