body {
  background-image: url(../images/bg.png);
}

.window_mask {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.fixed_close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}

.province_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.province_list li {
  float: left;
  width: 70px;
  line-height: 40px;
  margin: 5px 0;
  text-align: center;
  font-size: 18px;
}

.province_list li a {
  display: block;
  color: #333;
}

.province_list li:hover a {
  color: #fa1605;
}

.wrap {
  width: 1236px;
}

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

.banner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 978px;
  padding-top: 110px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.txt01 {
  width: 476px;
  height: 68px;
  margin-left: 250px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, rgba(255, 244, 216, 1), rgba(254, 234, 179, 1));
  box-shadow: 0px 6px 30px 0px rgba(232, 143, 61, 0.75);
  border-radius: 40px;
  color: rgba(245, 77, 12, 1);
  font-size: 42px;
  text-align: center;
  line-height: 68px;
}

.txt02 {
  margin-bottom: 20px;
}

.txt03, .txt04, .txt05 {
  width: 230px;
  height: 66px;
  background: rgba(251, 132, 26, 1);
  box-shadow: 0px 6px 32px 0px rgba(242, 120, 10, 0.75);
  line-height: 66px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.txt03 {
  margin-left: 40px;
}

.txt04 {
  margin-left: 270px;
  background: rgba(251, 164, 26, 1);
  box-shadow: 0px 6px 36px 0px rgba(251, 153, 26, 0.75);
}

.txt05 {
  margin-left: 500px;
  background: rgba(252, 203, 8, 1);
  box-shadow: 0px 6px 32px 0px rgba(237, 165, 79, 0.75);
}

.box01 {
  position: relative;
  margin-top: -158px;
  z-index: 1;
}

.box01_title {
  box-sizing: border-box;
  height: 204px;
  padding-top: 22px;
  background: rgba(253, 174, 48, 1);
  box-shadow: inset 0px 6px 32px 0px rgba(249, 163, 26, 0.75);
  border-radius: 100px;
}

.box01_tips {
  box-sizing: border-box;
  width: 510px;
  height: 61px;
  padding-left: 30px;
  margin: 0 auto 20px auto;
  background-image: url(../images/box01_txt.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}

.box01_title p {
  padding: 0 122px;
  line-height: 40px;
  font-size: 22px;
}

.box01_msg {
  box-sizing: border-box;
  height: 542px;
  padding: 42px 36px;
  margin-top: 30px;
  background: rgba(253, 174, 48, 1);
  box-shadow: inset 0px 6px 32px 0px rgba(249, 163, 26, 0.75);
  border-radius: 20px;
}

.box01_msg li {
  float: left;
  width: 220px;
  height: 314px;
  margin-right: 16px;
  background: rgba(254, 253, 253, 1);
  border-radius: 10px;
  text-align: center;
}

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

.box01_msg li p {
  line-height: 32px;
  font-size: 20px;
}

.img_wrap {
  display: table-cell;
  width: 220px;
  height: 160px;
  vertical-align: middle;
}

.img_wrap img {
  margin: 0 auto;
}

.box01 .flex {
  margin-top: 44px;
  font-size: 24px;
}

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

.box01 .flex span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.click {
  display: block;
  width: 256px;
  height: 90px;
  margin-left: 30px;
  background-image: url(../images/click.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 80px;
  color: rgba(161, 56, 34, 1);
  font-weight: bold;
  font-size: 30px;
  transition: transform .5s ease;
}

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

.title {
  position: relative;
  display: table;
  margin: 0 auto 48px auto;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.title::after, .title::before {
  position: absolute;
  top: 8px;
  left: -89px;
  content: '';
  width: 69px;
  height: 61px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
}

.title::after {
  left: auto;
  right: -89px;
  background-image: url(../images/title_r.png);
}

.title span {
  color: #fedb43;
}

.box02 {
  margin-top: 100px;
}

.box02_l {
  float: left;
  box-sizing: border-box;
  width: 418px;
  height: 490px;
  padding-top: 20px;
  margin-right: 16px;
  background: rgba(253, 253, 253, 1);
  box-shadow: inset 0px 6px 32px 0px rgba(251, 164, 26, 0.75);
  border-radius: 10px;
}

.box02_l img {
  display: block;
  margin: 0 auto;
}

.box02_r {
  float: left;
  width: 802px;
}

.box02_r_list li {
  box-sizing: border-box;
  float: left;
  width: 260px;
  height: 304px;
  padding-top: 38px;
  padding-left: 26px;
  margin-right: 11px;
  background-image: url(../images/list01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  line-height: 26px;
}

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

.list_btn {
  width: 124px;
  height: 38px;
  margin-bottom: 22px;
  background: linear-gradient(-90deg, rgba(254, 87, 154, 1), rgba(254, 102, 163, 1));
  border-radius: 40px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

.box02_r_list .list02 {
  background-image: url(../images/list02.png);
}

.box02_r_list .list02 .list_btn {
  background: linear-gradient(90deg, rgba(243, 116, 13, 1), rgba(254, 184, 58, 1));
}

.box02_r_list .list03 {
  background-image: url(../images/list03.png);
}

.box02_r_list .list03 .list_btn {
  background: linear-gradient(94deg, rgba(176, 44, 221, 1), rgba(213, 132, 248, 1));
}

.table {
  margin-top: 10px;
}

.table table {
  width: 100%;
}

.table table th {
  width: 17.5%;
  height: 70px;
  line-height: 70px;
  border-right: 1px solid #dae2df;
  font-size: 20px;
  color: #fff;
}

.table table th:nth-child(4) {
  width: 30%;
}

.table table td {
  padding: 32px 4px;
  border-right: 1px solid #dae2df;
  background-color: #fff;
  text-align: center;
}

.table table th select {
  box-sizing: border-box;
  width: 116px;
  height: 40px;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 14px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat 80% center transparent;
}

.table table th select option {
  color: #000;
}

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

.table_bg {
  width: 100%;
  height: 69px;
  background-image: url(../images/table.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hide {
  display: none;
}

.hide.active {
  display: table-row;
}

.hide.active td:first-child {
  border-radius: 0 0 0 8px;
}

.hide.active td:last-child {
  border-radius: 0 0 8px 0;
}

.buy {
  box-sizing: border-box;
  display: block;
  padding-left: 60px;
  width: 520px;
  height: 128px;
  margin: 50px auto 0 auto;
  background-image: url(../images/buy.png);
  background-repeat: no-repeat;
  line-height: 116px;
  color: #a13822;
  font-weight: bold;
  font-size: 38px;
  transition: transform .5s ease;
}

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

.buy span {
  margin-left: 80px;
  font-size: 42px;
  color: #fff;
}

.buy span b {
  font-size: 22px;
}

.box03 {
  margin-top: 120px;
}

.table_video {
  width: 100%;
  text-align: center;
}

.table_video th {
  border-right: 2px solid #e5e4e4;
  padding: 22px 0;
  background-color: #f2811d;
  font-size: 20px;
  color: #fbf7f7;
  font-weight: normal;
}

.table_video th:last-child {
  border-right: none;
  border-radius: 0 16px 0 0;
}

.table_video th:first-child {
  border-radius: 16px 0 0 0;
}

.table_video td {
  border-bottom: 1px solid #e5e4e4;
  border-right: 1px solid #e5e4e4;
  padding: 30px 0;
  background-color: #fbf7f7;
}

.changeVideo {
  cursor: pointer;
}

.changeVideo.active {
  color: #f75a04;
}

.video_wrap {
  width: 380px;
  height: 380px;
  margin: 0 auto;
}

#video {
  height: 100%;
}

.box04 {
  margin-top: 110px;
}

.box04_l {
  box-sizing: border-box;
  float: left;
  width: 438px;
  height: 500px;
  padding-top: 90px;
  margin-right: 18px;
  background: rgba(255, 255, 255, 1);
  box-shadow: inset 0px 6px 60px 0px rgba(251, 187, 99, 0.75);
  border-radius: 20px;
}

.box04_l img {
  margin: 0 auto;
}

.box04_r {
  float: left;
  width: 780px;
}

.light {
  height: 280px;
  box-shadow: inset 0px 6px 60px 0px rgba(251, 187, 99, 0.75);
  background: rgba(255, 255, 255, 1);
  border-radius: 22px;
}

.light_l {
  float: left;
  width: 340px;
}

.light img {
  padding-top: 40px;
  margin-left: 94px;
}

.light_btn {
  width: 130px;
  height: 40px;
  margin: 12px auto 0 auto;
  border-radius: 40px;
  line-height: 40px;
  background-color: #fbcc2c;
  font-size: 22px;
  letter-spacing: 8px;
  text-align: center;
}

.light_r {
  float: left;
  padding-top: 40px;
}

.light_r li {
  margin-bottom: 20px;
  width: 400px;
  height: auto;
  overflow: hidden;
}

.light_r li span {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: linear-gradient(0deg, rgba(244, 108, 28, 1), rgba(254, 179, 112, 1));
  box-shadow: 0px 2px 10px 0px rgba(255, 175, 111, 0.75);
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
}

.light_r li p {
  float: left;
  width: calc(100% - 36px);
}

.box05 {
  margin-top: 110px;
}

.boost {
  padding: 114px 50px 40px 50px;
  box-shadow: inset 0px 6px 32px 0px rgba(252, 154, 35, 0.75);
  background-color: #fdae30;
  border-radius: 12px;
}

.box05_list li {
  position: relative;
  float: left;
  width: 264px;
  height: 252px;
  margin-right: 26px;
  background: rgba(254, 235, 204, 1);
  box-shadow: inset 0px 6px 24px 0px rgba(251, 164, 26, 0.75);
  border-radius: 10px;
  text-align: center;
}

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

.box05_list img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.boost_txt {
  display: table-cell;
  vertical-align: middle;
  width: 264px;
  height: 252px;
  margin-top: 36px;
  line-height: 28px;
}

.boost_txt p {
  padding-top: 30px;
  margin-bottom: 16px;
  font-size: 20px;
}

.discount {
  width: 737px;
  height: 50px;
  margin: 34px auto 0 auto;
  background-image: url(../images/discount.png);
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.box06 {
  padding-top: 110px;
}

.footer {
  background-color: transparent;
}

.rec {
  box-sizing: border-box;
  height: 340px;
  padding: 44px;
  background: rgba(251, 164, 26, 1);
  box-shadow: inset 0px 6px 40px 0px rgba(255, 175, 81, 0.75);
  border-radius: 20px;
}

.rec a {
  float: left;
  width: 364px;
  height: 250px;
  margin-right: 28px;
  overflow: hidden;
  border-radius: 10px;
}

.rec a:last-child {
  margin-right: 0;
}

.rec a img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}

.rec a:hover img {
  transform: scale(1.05);
}

@media only all and (max-width:1080px) {
  .wrap {
    width: 94%;
  }

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

  .txt01 {
    width: 10rem;
    height: 1.5rem;
    margin-left: 4rem;
    margin-bottom: .5rem;
    box-shadow: 0px .15rem .75rem 0px rgba(232, 143, 61, 0.75);
    border-radius: 1rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .txt02 {
    position: relative;
    z-index: 2;
    width: 16rem;
    margin: 0 auto .5rem auto;
  }

  .txt03, .txt04, .txt05 {
    width: 4.5rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .8rem;
  }

  .txt03 {
    margin-left: 1.4rem;
  }

  .txt04 {
    margin: .5rem 0 .5rem 2.4rem;
  }

  .txt05 {
    margin-left: 3.4rem;
  }

  .box01 {
    margin-top: 0;
  }

  .box01_title {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: .2rem;
  }

  .box01_tips {
    width: 12.75rem;
    height: 1.525rem;
    padding-left: .75rem;
    margin: 0 auto .5rem auto;
    background-size: 100%;
    font-size: .8rem;
    line-height: 1.525rem;
    border-radius: .5rem;
  }

  .box01_title p {
    padding: 0 .5rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .box01_msg {
    height: auto;
    padding: 1rem .5rem;
    margin-top: .5rem;
    border-radius: .5rem;
  }

  .box01_msg li {
    width: 49%;
    height: 10rem;
    margin-bottom: .5rem;
    margin-right: 2%;
    border-radius: .25rem;
  }

  .box01_msg li:last-child {
    margin-left: 4rem;
  }

  .box01_msg li:nth-child(even) {
    margin-right: 0;
  }

  .img_wrap {
    width: 10rem;
    height: 5rem;
  }

  .img_wrap img {
    width: 4rem;
  }

  .box01_msg li p {
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .box01 .flex {
    display: block;
    margin-top: .5rem;
    font-size: .75rem;
    text-align: center;
  }

  .box01 .flex span {
    font-size: 1rem;
  }

  .click {
    width: 6.4rem;
    height: 2.25rem;
    margin: 1rem auto 0 auto;
    background-size: 100%;
    line-height: 2rem;
    font-size: .75rem;
  }

  .box02 {
    margin-top: 1rem;
  }

  .title {
    margin: 0 auto 1rem auto;
    font-size: 1.1rem;
  }

  .title::after, .title::before {
    top: .2rem;
    left: -2.2rem;
    width: 1.725rem;
    height: 1.525rem;
    background-size: 100%;
  }

  .title::after {
    left: auto;
    right: -2.2rem;
  }

  .box02_l {
    float: none;
    width: 100%;
    height: auto;
    padding-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 0;
    border-radius: .25rem;
  }

  .box02_r {
    float: none;
    width: 100%;
  }

  .box02_r_list li {
    width: 49%;
    height: 10rem;
    padding-top: 1rem;
    padding-left: .5rem;
    margin-bottom: .5rem;
    margin-right: 2%;
    line-height: 1.1rem;
  }

  .box02_r_list li:nth-child(even) {
    margin-right: 0;
  }

  .list_btn {
    width: 4rem;
    height: 1.4rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
    font-size: .75rem;
    line-height: 1.4rem;
  }

  .table {
    margin-top: .25rem;
  }

  .table_bg {
    height: 1.75rem;
    background-size: auto 100%;
  }

  .table_bg th:last-child {
    border-radius: 0 .6rem 0 0;
  }

  .table table th {
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: .8rem;
  }

  .table table th select {
    width: 3rem;
    height: 1.2rem;
    padding-left: .5rem;
    padding-right: .25rem;
    margin-top: .35rem;
    border-radius: 1rem;
    font-size: .75rem;
    background: url(../images/arrow.png) no-repeat 90% center transparent;
  }

  .buy {
    width: 13rem;
    height: 3.2rem;
    padding-left: 1.5rem;
    margin: 1rem auto 0 auto;
    background-size: 100%;
    line-height: 2.9rem;
    font-size: 1rem;
  }

  .buy span {
    margin-left: 1.8rem;
    font-size: 1rem;
  }

  .box03 {
    margin-top: 1rem;
  }

  .table_video th:first-child {
    border-radius: .4rem 0 0 0;
  }

  .table_video th:nth-child(5) {
    border-radius: 0 .4rem 0 0;
  }

  .table_video th {
    border-width: 0.05rem;
    padding: .5rem 0;
    font-size: .8rem;
  }

  .table_video td {
    padding: .5rem 0;
  }

  .video_wrap {
    width: 16rem;
    height: 9rem;
    margin: 1rem auto 0 auto
  }

  .box04 {
    margin-top: 1rem;
  }

  .box04_l {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 0;
    margin-bottom: .5rem;
    border-radius: .5rem;
  }

  .box04_l img {
    width: 9rem;
  }

  .box04_r {
    float: none;
    width: 100%;
  }

  .light {
    height: auto;
    border-radius: .5rem;
  }

  .light_l {
    float: none;
    width: 100%;
  }

  .light img {
    width: 6rem;
    padding-top: 1rem;
    margin: 0 auto;
  }

  .light_btn {
    width: 3.6rem;
    height: 1.2rem;
    margin: .5rem auto 0 auto;
    border-radius: 1rem;
    line-height: 1.2rem;
    font-size: .75rem;
    letter-spacing: .2rem;
  }

  .light_r {
    float: none;
    padding: 1rem;
  }

  .light_r li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .light_r li span {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .25rem;
    line-height: 1.2rem;
  }

  .light_r li p {
    width: calc(100% - 1.45rem);
  }

  .box05 {
    margin-top: 1rem;
  }

  .boost {
    padding: 3rem 1rem 1rem 1rem;
    border-radius: .4rem;
  }

  .box05_list li {
    width: 49%;
    height: 10rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }

  .box05_list li:nth-child(even) {
    margin-right: 0;
  }

  .box05_list img {
    top: -1.8rem;
    width: 3.6rem;
  }

  .boost_txt {
    height: 10rem;
    margin-top: 36px;
    line-height: 1.2rem;
  }

  .boost_txt p {
    padding-top: .75rem;
    margin-bottom: .4rem;
    font-size: .8rem;
  }

  .discount {
    width: 100%;
    height: auto;
    margin: .85rem auto 0 auto;
    background-image: none;
    line-height: 1.2rem;
    font-size: .75rem;
  }

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

  .rec {
    height: auto;
    padding: 1rem 1rem .5rem 1rem;
    border-radius: .5rem;
  }

  .rec a {
    width: 49%;
    height: 5rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }

  .rec a:nth-child(even) {
    margin-right: 0;
  }

  .fixed_close {
    top: -1.5rem;
    width: 1.3rem;
  }

  .province_box {
    width: 14rem;
    padding: .4rem;
  }

  .province_list li {
    width: 25%;
    line-height: 1.4rem;
    font-size: .7rem;
  }

  .mob_hide {
    position: relative;
    display: block;
    width: 0;
    height:0;
    color: transparent !important;
    border:none !important;
  }

  .video_wrap {
    position: absolute;
    top: 22rem;
    left: -8.74rem;
    transform: translateX(-50%);
  }
  .box03  .buy{
    margin-top: 12rem;
  }
}
