.box {
  position: relative;
  overflow: hidden;
  background-color: rgb(171, 4, 5);
}

.banner {
  width: 100%;
  height: 1535px;
  background: url(../images/banner_bg.png) no-repeat top center;
}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
  box-sizing: border-box;
}

.tab_container {
  display: none;
}

.tab_container.active {
  display: block;
}

.cloud_l {
  position: absolute;
  top: 0;
  left: -155px;
  -webkit-animation: navSpan 1s infinite ease-out alternate;
  -moz-animation: navSpan 1s infinite ease-out alternate;
  -ms-animation: navSpan 1s infinite ease-out alternate;
  -o-animation: navSpan 1s infinite ease-out alternate;
  animation: navSpan 1s infinite ease-out alternate;
}

.cloud_r {
  position: absolute;
  top: 116px;
  right: -13px;
  -webkit-animation: navSpan 1s infinite ease-out alternate;
  -moz-animation: navSpan 1s infinite ease-out alternate;
  -ms-animation: navSpan 1s infinite ease-out alternate;
  -o-animation: navSpan 1s infinite ease-out alternate;
  animation: navSpan 1s infinite ease-out alternate;
}

@keyframes navSpan {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(12px);
  }
}

@-webkit-keyframes navSpan {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(12px);
  }
}

@-moz-keyframes navSpan {
  0% {
    -moz-transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(12px);
  }
}

@-ms-keyframes navSpan {
  0% {
    -ms-transform: translateX(0px);
  }
  100% {
    -ms-transform: translateX(12px);
  }
}

@-o-keyframes navSpan {
  0% {
    -o-transform: translateX(0px);
  }
  100% {
    -o-transform: translateX(12px);
  }
}

.txt01 {
  width: 371px;
  height: 45px;
  background: linear-gradient(90deg, #B8261D, #D63C28, #B8261D);
  border: 3px solid #83180F;
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  border-radius: 30px;
  margin: 0 auto 20px;
}

.txt02 {
  width: 100%;
  margin: 0 auto;
}

.jb_container {
  margin: 80px 0 140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jb_content {
  width: 410px;
  height: 290px;
  background: #C52D1D;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 35px;
}

.jb_content p {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.bm_btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
  box-shadow: 0px 3px 7px 0px rgba(198, 133, 80, 0.35);
  border-radius: 25px;
  color: #C52D1D;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.jb_content a {
  margin: 25px auto 0;
}

.jb_c {
  width: 287px;
  height: 273px;
  background: url(../images/jb.png) no-repeat center center;
  color: #871B26;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding-top: 63px;
  -webkit-animation: tada 1s infinite both;
  -moz-animation: tada 1s infinite both;
  -ms-animation: tada 1s infinite both;
  -o-animation: tada 1s infinite both;
  animation: tada 1s infinite both;
}

.banner_box03 {
  width: 100%;
  height: 369px;
  box-sizing: border-box;
  padding-top: 65px;
  text-align: center;
  background: url(../images/txt03_bg.png) no-repeat center top;
}

.banner_box03 p {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
}

.banner_box03 p span {
  color: #C52D1D;
  font-size: 28px;
  font-weight: bold;
}

.banner_box03 a {
  display: block;
  margin: 25px auto 0;
  width: 160px;
  height: 50px;
  background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
  color: #C52D1D;
  box-shadow: 0px 3px 7px 0px rgba(198, 133, 80, 0.35);
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  transition: all .5s;
}

.banner_box03 a:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, #950003, #E7142D);
  box-shadow: 0px 3px 7px 0px rgba(160, 3, 9, 0.35);
}

.box_container {
  background: url(../images/box_bg.png) no-repeat center top;
}

.box_top {
  margin: 0 auto;
  width: 1200px;
  height: 395px;
  background: url(../images/box_top.png) no-repeat center top;
  box-sizing: border-box;
  padding-top: 29px;
}

.box_top h2 {
  font-size: 44px;
  text-align: center;
  background: linear-gradient(0deg, #881912 43.8232421875%, #D43337 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_bottom {
  position: relative;
}

.box_bottom_inner {
  height: 60px;
  margin: 0 auto;
  width: 1200px;
  background: url(../images/box_bottom.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.box_center {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  background: url(../images/box_center.png) center center;
}

.box_inner {
  margin-top: -146px;
}

.line {
  height: 1px;
}

.dz_container {
  width: 100%;
  height: 332px;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../images/dz.png) no-repeat center top;
}

.box_common {
  z-index: 2;
}

.box01_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.box01_item {
  width: 544px;
  height: 249px;
  background: url(../images/box01_item.png) no-repeat center top;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.box01_item h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 58px;
}

.box01_item_conrainer {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box01_item_conrainer div {
  color: #000000;
  font-size: 24px;
  margin-left: 35px;
  line-height: 1.6;
}

.box02_tip {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
}

.box02_container {
  box-sizing: border-box;
  padding: 25px 15px;
  background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
  border-radius: 10px;
}

.box02_title {
  color: #9D2017;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.box02_choose_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose_item.small {
  width: 299px;
  height: 395px;
  background: url(../images/box02_item1.png) no-repeat center top;
}

.choose_item.wxxcx {
  width: 524px;
  height: 395px;
  background: url(../images/box02_item2.png) no-repeat center top;
}

.choose_item.app img {
  margin: 30px auto 0;
}

.choose_item.wxxcx div, .month_item div {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose_item.wxxcx div img:nth-child(1) {
  margin-right: 60px;
}

.choose_item {
  text-align: center;
}

.choose_item h3 {
  color: #9D2017;
  font-size: 24px;
  line-height: 59px;
  margin-bottom: 30px;
}

.choose_item p {
  color: #9D2017;
  font-size: 24px;
}

.choose_item h5 {
  color: #000000;
  font-size: 24px;
  margin: 50px auto 30px;
}

.kssm {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  width: 96%;
  margin: 0 auto;
  line-height: 1.6;
}

.box02_tip span {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}

.box02_tip span.tab {
  cursor: pointer;
}

.box02_tip span.active {
  font-size: 28px;
  font-weight: bold;
}

.box02_tip i {
  font-style: normal;
  margin: 0 20px;
  font-size: 24px !important;
}

.week_award, .month_award {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.month_award {
  margin-top: 20px;
}

.week_item {
  width: 267px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(160, 3, 9, 0.35);
  border-radius: 10px;
}

.week_item img {
  margin: 0 auto 10px;
}

.month_item {
  width: 361px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(160, 3, 9, 0.35);
  border-radius: 10px;
}

.week_item h3, .month_item h3 {
  width: 350px;
  line-height: 60px;
  margin: 0 auto 18px;
  color: #9D2017;
  text-align: center;
  font-size: 28px;
}
.week_item h3, .month_item h3 .line{
  margin: 0 auto;
  width: 200px;
  height: 2px;
  background: #9D2117;
}
.lp img{
  width: 93%;
  height: 220px;
}
.week_item h3 span, .month_item h3 span {
  font-size: 24px;
  font-weight: normal;
}

.week_item p, .month_item p {
  color: #9D2016;
  font-size: 18px;
  text-align: center;
}

.month_item div {
  margin: 0 0 20px;
}

.month_item:nth-child(2) div {
  margin-bottom: 10px;
}

.box03 .box02_title {
  color: #fff;
  margin-top: 20px;
}

.box03 .kssm {
  color: #fff;
}

.box03 .box_top h2 {
  font-size: 42px;
}

/* 地区开始 */

.region a {
  float: left;
  width: 110px;
  height: 50px;
  margin: 10px 16px 10px 0;
  background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
  box-shadow: 0px 3px 7px 0px rgba(198, 133, 80, 0.35);
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #C52D1D;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.region a:hover {
  transform: translateY(-7px);
}

.region a:nth-child(9n) {
  margin-right: 0;
}

.province_content {
  margin-bottom: 100px;
}

.more_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_list a {
  display: block;
  width: 364px;
  height: 225px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.more_list a img {
  width: 100%;
  height: 100%;
  transition: transform 1.3s;
}

.more_list a:hover img {
  transform: scale(1.3);
}

.box01 .box_top h2 span {
  animation: kq 1s infinite;
}

.box04 .box_top h2 span {
  animation: kq 1s infinite;
}

.box02 .box_top h2 span, .box04 .box04_bottom h2 span {
  animation: kc 1s infinite;
}

.box_top h2 span {
  display: inline-block;
  width: 49px;
  background: linear-gradient(0deg, #881912 43.8232421875%, #D43337 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box03 .box_top h2 span {
  width: 45px;
  animation: bk 1s infinite;
}

.box_top h2 span:nth-child(2) {
  animation-delay: .5s;
}

@keyframes kq {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.3)
  }
  0% {
    transform: scale(1)
  }
}

@keyframes kc {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px)
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
  }
}

@keyframes bk {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}

.m {
  display: none;
}

@media only all and (max-width:1080px) {
  .pc {
    display: none !important;
  }
  .m {
    display: block;
  }
  .box_m {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: url(../images/m/box_bg.png) no-repeat center top;
    padding: 1rem 0 4rem;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .jb_m {
    color: #871B26;
    font-size: .72rem;
    text-align: center;
    width: 4.8rem;
    height: 5.2rem;
    background: url(../images/m/jb.png) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 1.1rem;
    font-weight: bold;
  }
  .txt01_m {
    width: 9.28rem;
    height: 1.5rem;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    line-height: 1.5rem;
    background: url(../images/m/txt01_bg.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .txt02_m {
    width: 88%;
    margin: 1rem auto 0;
  }
  .time_item {
    width: 90%;
    box-sizing: border-box;
    padding: .5rem;
    height: auto;
    background: #C52D1D;
    border-radius: .4rem;
    margin-top: 1rem;
    text-align: center;
  }
  .time_item p {
    color: #FFFFFF;
    font-size: .7rem;
    line-height: 1.5;
  }
  .time_item a {
    display: block;
     width: 6rem;
    height: 1.8rem;
    font-size: .8rem;
    background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
    box-shadow: 0rem 0rem 0rem 0rem rgba(198, 133, 80, 0.35);
    border-radius: 1rem;
    color: #C52D1D;
    text-align: center;
    line-height: 1.8rem;
    margin: .4rem auto 0;
    animation: bk 1s infinite;
  }
  .bm_btn {
    width: 6rem;
    height: 1.8rem;
    font-size: .8rem;
    line-height: 1.8rem;
  }
  .banner_box03 {
    width: 96%;
    height: auto;
    padding: .4rem;
    text-align: center;
    background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
    border: .8rem solid #C23D36;
    border-radius: 1rem;
    margin: 0 auto;
  }
  .banner_box03 p {
    font-size: .7rem;
  }
  .banner_box03 p span {
    font-size: .8rem;
  }
  .banner_box03 a {
    width: 6rem;
    height: 1.8rem;
    font-size: .8rem;
    line-height: 1.8rem;
    margin-top: .2rem;
  }
  .banner_box03 a:hover{
    background: linear-gradient(0deg, #FDD2AF, #FFF8EB);
    color: #C52D1D;
    box-shadow: 0px 3px 7px 0px rgba(198, 133, 80, 0.35);
  }
  .box_container {
    background: rgb(157, 17, 29);
  }
  .box_top {
    width: 98%;
    height: 7.5rem;
    background-size: 100% auto;
    padding-top: .5rem;
  }
  .box_top h2 {
    font-size: .65rem;
  }
  .box_bottom {
    height: 2rem;
  }
  .box_bottom_inner {
    height: 2rem;
    width: 98%;
    background-size: 100% auto;
    z-index: 2;
  }
  .box_center {
    width: 98%;
    padding: 0 .4rem;
    background-size: 100% auto;
  }
  .box_inner {
    margin-top: -3rem;
  }
  .line {
    height: .01rem;
  }
  .dz_container {
    display: none;
  }
  .box01_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .box01_item {
    width: 49%;
    height: 6rem;
    background-size: 100% 100%;
    margin-bottom: .8rem;
  }
  .box01_item h3 {
    font-size: .7rem;
    line-height: 1.3rem;
  }
  .box01_item:last-child h3 {
    font-size: .6rem;
    line-height: 1.4rem;
  }
  .box01_item_conrainer {
    height: 4.8rem;
    box-sizing: border-box;
    padding: 0 .2rem;
  }
  .box01_item_conrainer img {
    width: 20%;
  }
  .box01_item_conrainer div {
    font-size: .65rem;
    line-height: 1.3;
    margin-left: .2rem;
  }
  .box02_tip {
    width: 90%;
    font-size: .75rem;
    margin: 0 auto .6rem;
  }
  .box02_container {
    padding: .6rem .4rem;
    border-radius: .4rem;
  }
  .box02_title {
    font-size: .7rem;
    margin-bottom: .4rem;
  }
  .box02_choose_type {
    flex-direction: column;
  }
  .choose_item.small {
    width: 10rem;
    height: 12rem;
    background-size: 100% 100%;
  }
  .choose_item.wxxcx {
    width: 14rem;
    height: 12rem;
    background-size: 100% 100%;
  }
  .choose_item.app img {
    width: 60%;
    margin: .6rem auto 0;
  }
  .choose_item.wxxcx div, .month_item div {
    margin-top: .8rem;
  }
  .choose_item.wxxcx div img {
    width: 38%;
  }
  .choose_item.wxxcx div img:nth-child(1) {
    margin-right: 2%;
  }
  .choose_item {
    text-align: center;
  }
  .choose_item h3 {
    font-size: .75rem;
    line-height: 1.9rem;
    margin-bottom: .4rem;
  }
  .choose_item p {
    font-size: .7rem;
  }
  .choose_item h5 {
    font-size: .7rem;
    margin: 1.5rem auto 1rem;
  }
  .kssm {
    font-size: .7rem;
    line-height: 1.5;
  }
  .box02_tip span {
    font-size: .6rem;
  }
  .box02_tip span.active {
    font-size: .8rem;
  }
  .box02_tip i {
    margin: 0 .2rem;
    font-size: .6rem !important;
  }
  .week_award, .month_award {
    flex-wrap: wrap;
    justify-content: center;
  }
  .month_award {
    margin-top: 20px;
  }
  .week_item {
    width: 46%;
    height: 12rem;
    margin-bottom: .4rem;
    border-radius: .4rem;
  }
  .week_item:nth-child(2n+1) {
    margin-right: 3%;
  }
  .week_item img {
    width: 70%;
    margin: 0 auto .2rem;
  }
  .month_item {
    width: 95%;
    height: auto;
    border-radius: .4rem;
    margin-bottom: .4rem;
    padding-bottom: .6rem;
  }
  .week_item h3, .month_item h3 {
    width: 100%;
    line-height: 2rem;
    margin: 0 auto .6rem;
    font-size: .8rem;
  }
  .week_item h3 span, .month_item h3 span {
    font-size: .6rem;
  }
  .week_item p, .month_item p {
    font-size: .65rem;
  }
  .month_item div {
    margin: 0 0 .5rem;
  }
  .month_item:nth-child(2) div {
    margin-bottom: .1rem;
  }
  .month_item div img:nth-child(1) {
    margin-right: .4rem;
  }
  .box03 .box02_title {
    margin-top: .2rem;
  }
  .box03 .box_top h2 {
    font-size: .6rem;
  }
  /* 地区开始 */
  .region {
    width: 90%;
    margin: 0 auto;
  }
  .region a {
    float: left;
    width: 23.4%;
    height: 1.6rem;
    margin: .2rem 2% .2rem 0;
    line-height: 1.6rem;
    font-size: .7rem;
  }
  .region a:hover {
    transform: translateY(-.2rem);
  }
  .region a:nth-child(9n) {
    margin-right: 2%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .province_content {
    margin-bottom: 0;
  }
  .more_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .more_list a {
    display: block;
    width: 43%;
    height: 5.5rem;
    border-radius: .4rem;
    margin-bottom: .4rem;
  }
  .more_list a:nth-child(1) {
    margin-right: 5%;
  }
  .box_top h2 span {
    display: inline-block;
    width: .8rem;
  }
  .box03 .box_top h2 span {
    width: .7rem;
  }
  .box04 .box_top h2 {
    font-size: .75rem;
  }
}