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

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

.txt {
  width: 661px;
  height: 86px;
  margin: 0 auto;
  background-image: url(../images/txt.png);
  background-repeat: no-repeat;
  color: #a81a05;
  line-height: 86px;
  text-align: center;
  font-size: 48px;
}

.txt-wrap {
  position: relative;
  width: 1260px;
  margin: 10px auto 0 auto;
}

.txt01 {
  margin: 0 auto;
}

.txt02 {
  position: absolute;
  top: 270px;
  left: 636px;
  width: 409px;
  height: 116px;
  padding-left: 135px;
  background-image: url(../images/txt02.png);
  background-repeat: no-repeat;
  line-height: 112px;
  color: #fff;
  font-size: 38px;
  text-shadow: 4px 0 0.05em #ce0603;
  font-weight: bold;
}

.txt03 {
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 1071px;
  height: 279px;
  transform: translateX(-50%);
  background-image: url(../images/txt03.png);
  background-repeat: no-repeat;
  color: #fff;
}

.txt03 p {
  margin-top: 70px;
  margin-left: 236px;
  font-size: 40px;
}

.txt03 p b {
  color: #fef389;
  font-size: 50px;
}

.txt03 span {
  display: block;
  padding-left: 236px;
  margin-top: 12px;
}

.txt03 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 80px;
  margin-left: -35px;
  background-image: url(../images/true.png);
  background-repeat: no-repeat;
  animation: down .5s linear infinite;
}

.box01 {
  margin-top: 82px;
}

.title {
  width: 750px;
  height: 206px;
  margin: 0 auto;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  line-height: 190px;
}

.title p {
  float: left;
  font-size: 76px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 0 0.01em #f71619;
}

.title i {
  float: left;
  width: 259px;
  height: 130px;
  margin: 28px 8px 0 124px;
  background-image: url(../images/title03.png);
  background-repeat: no-repeat;
}

@keyframes down {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

.box01-list {
  width: 1160px;
  margin: 0 auto 26px auto;
}

.box01 .title {
  margin-bottom: 50px;
}

.box01-tips {
  width: 236px;
  height: 66px;
  background-color: #d00202;
  border-radius: 8px;
  line-height: 66px;
  text-align: center;
  color: #fefcfc;
  font-weight: bold;
  font-size: 46px;
}

.box01-list01 .box01-tips {
  margin-left: 110px;
}

.box01-txt {
  width: 301px;
  height: 212px;
  padding: 12px 22px 12px 22px;
  border-top: 4px solid #d10606;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  font-size: 22px;
  line-height: 40px;
}

.box01-txt span {
  font-size: 28px;
  color: #d10505;
}

.box01-list01 {
  float: left;
}

.box01-list02 {
  float: left;
  width: 346px;
  margin-top: -20px;
  margin-left: 90px;
}

.box01-list03 {
  float: right;
}

.fist {
  margin-bottom: 10px;
}

.fist p {
  font-size: 74px;
  font-weight: bold;
  letter-spacing: 4px;
}

.fist span {
  color: #d00000;
}

.box02 {
  width: 100%;
  height: 848px;
  padding-top: 60px;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box02 .title {
  margin-bottom: 40px;
}

.other {
  float: left;
  margin-top: 70px;
  margin-right: 8px;
  animation: transLate 5s ease infinite;
}

.other li {
  width: 398px;
  height: 74px;
  padding-left: 24px;
  margin-bottom: 5px;
  line-height: 74px;
  border-radius: 6px;
  font-size: 22px;
  background-color: #fff;
  transition: transform .5s ease;
}

.other li.active {
  transform: translateX(-20px);
}

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

.other li.first {
  margin-bottom: 10px;
  background-color: #e3e2e2;
  font-size: 34px;
  font-weight: bold;
}

.other li p {
  float: left;
  width: 324px;
}

.false {
  float: right;
  width: 74px;
  height: 54px;
  padding-top: 20px;
  border-radius: 0 6px 6px 0;
  background-color: #dcdada;
}

.false img {
  margin: 0 auto;
}

.vs {
  float: left;
  margin-top: 88px;
  margin-right: 20px;
  animation: scale 3s ease infinite;
}

.ht {
  float: left;
  animation: transLate 5s 3s ease infinite;
}

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

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

@keyframes scale {
  50% {
    transform: scale(1.02, 1.02);
  }

  100% {
    transform: scale(1, 1);
  }
}

.ht li {
  width: 390px;
  height: 102px;
  padding-left: 24px;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: #fff;
  transition: transform .5s ease;
}

.ht li.active {
  transform: translateX(20px);
}

.ht li.first {
  width: 378px;
  height: 74px;
  margin-bottom: 10px;
  line-height: 74px;
  padding-left: 36px;
  background: #fb553f;
  background: linear-gradient(to bottom, #fb483a, #fc6946, #fd7f4e);
  font-size: 44px;
  font-weight: bold;
}

.ht li.first p {
  background-image: -webkit-linear-gradient(top, #fdf0b5, #fde679);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ht li p {
  float: left;
  width: 292px;
}

.ht li p span {
  height: 102px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

.true {
  float: left;
  width: 96px;
  height: 74px;
  padding-top: 28px;
  margin-right: 2px;
  border-radius: 0 6px 6px 0;
  background-color: #f76252;
}

.true img {
  margin: 0 auto;
}

.award {
  float: right;
  margin-top: -2px;
  margin-right: 16px;
}

.box03 {
  margin-top: 50px;
  margin-bottom: 44px;
}

.box03 .title {
  margin-bottom: 30px;
}

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

.pic05 {
  margin: 0 auto;
}

.box04 {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 45px;
}

.box04 .title {
  position: relative;
  width: 1101px;
  height: 281px;
  margin-bottom: 30px;
  background-image: url(../images/title02.png);
  background-repeat: no-repeat;
}

.box04 .title p {
  font-size: 52px;
}

.box04 .title i {
  margin-left: 8px;
}

.title p.first {
  margin-left: 170px;
}

.plan {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}

.plan p {
  position: relative;
}

.plan p::before, .plan p::after {
  position: absolute;
  top: 96px;
  left: -250px;
  content: '';
  width: 240px;
  height: 2px;
  background-color: #fff;
}

.plan p::after {
  left: auto;
  right: -250px;
}

.box04-tips {
  font-size: 22px;
  color: #d00000;
  text-align: center;
}

.table {
  box-shadow: 0 0 10px #d00000;
  margin-bottom: 34px;
}

.table table {
  width: 100%;
}

.table th, .table td {
  border-bottom: 1px solid #dddddf;
  border-right: 1px solid #dddddf;
  padding: 20px 40px;
  background-color: #fff;
  text-align: center;
}

.table th:last-child, .table td:last-child {
  border-right: none;
}

.table th {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #b20e03;
}

.buy {
  display: block;
  width: 154px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  border-radius: 40px;
  background-color: #d00000;
  transition: background-color .5s ease;
  color: #fff;
  font-size: 22px;
}

.buy:hover {
  background-color: #f71818;
}


.box05 .title {
  margin-bottom: 30px;
}

.img-wrap {
  margin: 0 auto;
}

.img-wrap img {
  margin-bottom: 20px;
}

.img-wrap img:last-child {
  margin-bottom: 0;
}

.box06 {
  width: 100%;
  padding-top: 50px;
  margin-top: 50px;
  background-image: url(../images/bg03.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box06 .title {
  margin-bottom: 30px;
}

.region a {
  float: left;
  width: 145px;
  height: 54px;
  margin-right: 14px;
  margin-bottom: 22px;
  line-height: 54px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 22px;
  transition: background-color .5s ease;
}

.region a:hover {
  background-color: #f71818;
  color: #fff;
}

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

.tutu {
  display: none;
  position: fixed;
  top: 200px;
  right: 10px;
}

.tutu img {
  width: 110px;
}

.fixed-l {
  display: none;
  position: fixed;
  top: 50%;
  left: 20px;
  width: 180px;
  padding: 70px 20px 26px 20px;
  transform: translateY(-50%);
  background-color: #de1f14;
  border-radius: 16px;
}

.fixed-l img {
  position: absolute;
  top: 16px;
  right: 22px;
  cursor: pointer;
}

.fixed-l li {
  height: 44px;
  padding-left: 12px;
  margin-bottom: 14px;
  line-height: 44px;
  background-color: #bb1917;
  transition: background-color .5s ease;
  font-size: 14px;
}

.fixed-l li:hover {
  background-color: #e94f4f;
}

.fixed-l li a {
  color: #fff;
}

@media only all and (max-width:1400px) {
  .tutu img {
    width: 90px;
    right: 0;
  }
}

@media only all and (max-width:1080px) {
  .fixed-l {
    display: none !important;
  }

  .tutu img {
    width: 3rem;
  }

  .banner {
    height: 13.05rem;
    padding-top: 1.5rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .txt {
    width: 16.525rem;
    height: 2.15rem;
    background-size: 100%;
    line-height: 2.15rem;
    font-size: 1rem;
  }

  .txt-wrap {
    width: 100%;
    margin: .25rem auto 0 auto;
  }

  .txt01 {
    width: 75%;
  }

  .txt02 {
    top: 4.5rem;
    left: 9.3rem;
    width: 7rem;
    height: 1.9rem;
    padding-left: 2rem;
    background-size: 100%;
    line-height: 1.9rem;
    font-size: .65rem;
    text-shadow: .1rem 0 0.05em #ce0603;
    font-weight: normal;
  }

  .txt03 {
    bottom: -.6rem;
    width: 100%;
    height: 4.8rem;
    background-size: 100%;
  }

  .txt03 i {
    display: none;
    width: 1.75rem;
    height: 2.1rem;
    margin-left: -.875rem;
    background-size: 100%;
  }

  .txt03 p {
    margin-top: .8rem;
    margin-left: 4.3rem;
    font-size: .75rem;
  }

  .txt03 span {
    width: 12rem;
    padding-left: 4rem;
    margin-top: .1rem;
  }

  .txt03 p b {
    font-size: 1rem;
  }

  .box01 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .box01 .title {
    margin-bottom: 1.2rem;
  }

  .title {
    width: 16rem;
    height: 3.8rem;
    background-size: 100%;
    line-height: 4rem;
  }

  .title i {
    width: 5.5rem;
    height: 3.25rem;
    margin: .6rem .2rem 0 1.9rem;
    background-size: 100%;
  }

  .title p {
    font-size: 1.7rem;
  }

  .box01-tips {
    width: 6rem;
    height: 1.65rem;
    border-radius: .2rem;
    line-height: 1.65rem;
    font-size: 1rem;
  }

  .box01-txt span {
    font-size: .8rem;
  }

  .box01-list {
    width: 100%;
    margin-bottom: 0;
  }

  .box01-list01 .box01-tips {
    margin-left: 2.75rem;
  }

  .box01-list01 {
    width: 48%;
  }

  .box01-list02 {
    float: right;
    width: 48%;
    margin-top: 0;
    margin-left: 0;
  }

  .box01-txt {
    width: calc(100% - 1.1rem);
    height: 5.3rem;
    padding: .3rem .55rem;
    border-top: .1rem solid #d10606;
    background-size: 100%;
    margin-top: .5rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .box01-list03 {
    float: left;
    width: 48%;
    margin-top: .5rem;
    margin-left: 4.5rem;
  }

  .fist {
    display: none;
  }

  .box02 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .other {
    float: none;
    margin-top: 1rem;
    margin-right: 0;
    animation: none .5s ease;
  }

  .other li.first {
    margin-bottom: .25rem;
    font-size: .9rem;
  }

  .other li {
    width: calc(100% - .6rem);
    height: 2rem;
    padding-left: .6rem;
    margin-bottom: .1rem;
    line-height: 2rem;
    border-radius: .15rem;
    font-size: .75rem;
  }

  .other li p {
    width: calc(100% - 1.85rem);
  }

  .false {
    width: 1.85rem;
    height: 1.4rem;
    padding-top: .6rem;
    border-radius: 0 .15rem .15rem 0;
  }

  .false img {
    width: 1rem;
  }

  .vs {
    float: none;
    width: 5rem;
    margin: .5rem auto;
  }

  .ht {
    float: none;
    animation: none .5s ease;
  }

  .ht li.first {
    width: calc(100% - .9rem);
    height: 2.2rem;
    margin-bottom: .25rem;
    line-height: 2.2rem;
    padding-left: .9rem;
    font-size: 1rem;
  }

  .ht li.first p {
    width: auto;
  }

  .ht li p {
    width: calc(100% - 2.45rem);
  }

  .award {
    width: 1.7rem;
    margin-top: 0rem;
  }

  .ht li {
    width: calc(100% - .4rem);
    height: 3rem;
    padding-left: .4rem;
    margin-bottom: .1rem;
    border-radius: .15rem;
  }

  .ht li p span {
    height: 3rem;
    font-size: .8rem;
  }

  .true {
    width: 2.4rem;
    height: 2.3rem;
    padding-top: .7rem;
    margin-right: .05rem;
    border-radius: 0 .15rem .15rem 0;
  }

  .true img {
    width: 1.5rem;
  }

  .box03 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .box03 .title {
    margin-bottom: 1rem;
  }

  .pic05 {
    width: 100%;
  }

  .pic04 img {
    width: 100%;
  }

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

  .box04 .title {
    width: 100%;
    height: 4rem;
    margin-bottom: .75rem;
  }

  .title p.first {
    margin-left: 2.95rem;
  }

  .box04 .title p {
    font-size: .8rem;
  }

  .box04 .title {
    line-height: 3rem;
  }

  .box04 .title i {
    width: 3.5rem;
    height: 1.8rem;
    margin-top: .4rem;
    margin-left: .2rem;
  }

  .plan {
    top: 1.4rem;
  }

  .plan p::before, .plan p::after {
    top: 1.4rem;
    left: -5.4rem;
    width: 5rem;
    height: .05rem;
  }

  .plan p::after {
    left: auto;
    right: -5.4rem;
  }

  .title p {
    text-shadow: .125rem 0 0.03em #f71619;
  }

  .table {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .table th {
    font-size: .7rem;
  }

  .table th, .table td {
    padding: .5rem 1rem;
  }

  .buy {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  .box04-tips {
    font-size: .8rem;
  }

  .box05 {
    margin-top: .5rem;
  }

  .img-wrap img {
    width: 100%;
    margin-bottom: .5rem;
  }

  .box06 {
    padding-top: 1rem;
    padding-bottom: .8rem;
    margin-top: 1rem;
    background-size: 100% 100%;
  }

  .region a {
    width: 24.25%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.6rem;
    border-radius: .15rem;
    font-size: .75rem;
  }

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

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

  .tutu {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .table span {
    display: none;
  }
}
