﻿@charset "utf-8";
/* CSS Document */
body {
  max-width: 100%; height: auto !important; overflow-x: hidden;
  background: #fff;
  color:#333; font: 16px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #333; text-decoration: none; }
a:hover { color: #e4393c; text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] { -webkit-appearance: none; font-family:"Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif ; }
input::focus-inner { padding: 0; border: 0; }

.fl { float: left; } .fr { float: right; }
.clearfix:after { display: block; content: ''; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width,.wrap,.wrap1 { width: 1200px; margin: 0 auto; position: relative;}
.hide , .onlymob { display: none; }

/* 通用头部 */
.ht_top {
  position: relative; width: 100%; overflow: hidden; z-index: 2;
  background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
}
.ht_top h1 {
  float: left;
}
.ht_top h1 a {
  float: left; width: 131px; height: 40px; overflow: hidden;
  background: url(../images/logo.gif) no-repeat;
  font-size: 12px; text-indent: -100em;
}
.ht_top .topnav {
  float: right;
  font-size: 12px;
}
.ht_top .topnav a {
  padding: 0 8px;
}

.box {
  background-color: #9b0103;
  overflow: hidden;
}

.wrap {
  position: relative;
  z-index: 2;
}
.wrap1 {
  position: relative;
  z-index: 2;
}

/*.banner {
  width: 100%;
  height: 680px;
  background-image: url(../images/ppt封面.png);
  background-repeat: no-repeat;
  background-position: center;
}*/

.banner {
    position: relative;
    height: 1103px;
    background: url(../images/banner.jpg) no-repeat center top;
    text-align: center;
}

.banner .txt01 {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 643px;
    height: 146px;
    margin-left: -321px;
    background: url(../images/txt01.png) no-repeat center;
    text-indent: -999em;
    overflow: hidden;
}

.banner p {
    position: absolute;
    left: 50%;
    top: 165px;
    width: 1200px;
    margin-left: -600px;
    font-size: 50px;
    line-height: 64px;
    color: #fff;
    text-align: center;
}

.banner .txt02 {
    position: absolute;
    left: 50%;
    top: 205px;
    width: 848px;
    height: 271px;
    margin-left: -423px;
    background: url(../images/txt02.png) no-repeat center;
    text-indent: -999em;
    overflow: hidden;
}

.banner .txt03 {
    position: absolute;
    left: 50%;
    top: 80px;
    width: 347px;
    height: 225px;
    margin-left: 230px;
    background: url(../images/txt03.png) no-repeat center;
}

.banner .txt03 span {
    display: block;
    padding: 85px 0 0 160px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.banner .txt03 span time {
    font-size: 28px;
}

.banner .txt04 {
    position: absolute;
    left: 50%;
    top: 440px;
    width: 910px;
    margin-left: -400px;
    text-align: center;
}

.banner .txt04 span {
    display: inline-block;
    padding: 0 84px 0 52px;
    background: url(../images/icon01.png) no-repeat left center;
    font-size: 40px;
    line-height: 68px;
    color: #fff;
}



.intro{
	/*margin-top: -420px;*/ padding: 40px 0;
	background: url(../images/ad.png) no-repeat center top / 100% 100%;
	text-align: center;
}
.intro p{
	font-size: 24px; line-height: 40px; color: #fff;
}

.title {
  position: relative;
  margin-left: 6px;
  font-size: 38px;
	line-height: 40px;
  font-weight: bold;
  text-align: center;
  /*background-image: -webkit-linear-gradient(top, #ea1720, #cf060a);*/
 -webkit-text-fill-color: #9b0103;
  -webkit-background-clip: text;
  /*-webkit-text-fill-color: transparent;*/
  z-index: 2;
}

.bing {
  display: block;
  width: 54px;
  height: 55px;
  background: url(../images/bing.png) no-repeat center;
}

.title_tips {
  position: relative;
  margin-top: 16px;
  font-size: 26px;
  color: #FE0808;
  text-align: center;
  z-index: 2;
}
.title_tips span{
	font-size: 20px;
}

.coupon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.coupon {
  width: 150px;
  height: 200px;
  /* background: url(../images/star01.png) no-repeat center top / 100% auto ; */
  /* padding-top: 52px; */
  margin: 20px 20px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: transform .2s ease;
}
.coupon:hover {
  transform: translate3d(0, -4px, 0);
}
.coupon a{
	display: block; width:100%; height: 100%;
	color: #91360e;
}
.price {
	padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
}
.price span{
	font-size: 16px;
}

.xmbox { 
	display: none;
}

.cloud01 {
  /* display: none; */
  position: absolute;
  top: 0;
  right: -300px;
  width: 1054px;
  height: 338px;
  background-image: url(../images/cloud01.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.tit{
	padding-top: 5px; font-size: 28px; line-height: 60px; color: #ff2b26; text-align: center;
}

.bg1 {
  float: left;
  width: 662px;
  height: 423px;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center;
}
.bg1 p{
	font-size: 18px; line-height: 24px; color: #ff2b26; font-weight: 600;
}
.bg1 p span{
	font-size: 12px; color: #333;
}
.bg1 p strong{
	font-size: 24px;
}

.bg2 {
  float: right;
  width: 517px;
  height: 423px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg2 p{
	margin:0 25px 10px;
	font-size: 18px; line-height: 30px;
}
.bg2 .btn{
	display: block; width: 184px; margin: 20px auto 0; background: #f00; font-size: 22px; line-height: 40px; color: #fff; border-radius: 40px; text-align: center;
	transition: all .5s;
}
.bg2 .btn:hover{
	color: #fff; transform: scale(1.05,1.05);
}

.bg01 {
  float: left;
  width: 667px;
  height: 425px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  text-align: center;
}

.bg01_title {
  width: 455px;
  height: 52px;
  margin: 63px auto 0 auto;
  line-height: 52px;
  color: #fbe236;
  font-size: 40px;
}

/*.bg02 {
  float: right;
  width: 431px;
  height: 381px;
  padding: 44px 48px 0 42px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/

.box01 {
  margin-top: 40px;
}

.box01-2{
	margin-top: 30px;
}

.gwy1L {
	display: block;
	width: 535px;
	height: 360px;
	margin: 0 auto;
	margin-top: 30px;
}

.box02 {
  position: relative;
  margin-top: 70px;
}

.box02 .title_tips{
	margin: 40px auto 15px;
}

.box02_wrap {
  margin-top: 40px;
}

.box02_txt {
  margin-top: 10px;
  font-size: 30px;
	line-height: 80px;
  color: #fff;
}

.box02_price {
  font-size: 30px;
  color: #f8e734;
}
.box02_price del{
	margin-right: 15px;
}
.box02_price span {
  font-size: 44px;
}

.box02_buy {
  display: block;
  width: 248px;
  height: 68px;
  margin-top: 48px;
  margin-left: 222px;
	background: url(../images/btn04.png) no-repeat center top / 100% auto;
  border-radius: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 65px;
	transition: all 0.5s;
}
.box02_buy:hover{
	color: #ff0;
	transform: translateY(-5px);
}

.bg02 .box02_tips {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
}

.bg02 span, .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  background-color: #f8dc85;
  text-align: center;
  color: #fc2f31;
}

.bg02 b {
  color: #fb8075;
}

.bg02 li {
  margin-bottom: 15px;
}
.bg02 li strong{
	color: #e5141d;
}
.bg02-1{width: 657px; background-image: url(../images/bg01.png); padding: 17px 17px 0; border-radius: 20px; box-sizing: border-box; overflow: hidden;}

.box-02 table {
  width: 100%;
  background: #fff; border-radius: 15px; overflow: hidden;
  text-align: center;
}
.box-02 th {
  height: 51px;
  background: #edc387; border: solid 1px #d82f2d;
  color: #c01a12; font-size: 18px;
}
.box-02 td {
  width:20%; height: 42px;
  border: solid 1px #dc7f7a;
  font-size: 14px;
}
.box-02 td strong{
	font-size: 16px; color: #e5141d;
}
.box-02 td p span{
	color: #f02512; font-size: 18px;
}
.box-02 td a {
  display: block; width: 100px; height: 40px; margin: 20px auto 0;
  background: #e1bc73;
  background: linear-gradient(0, #e1bc73, #fce590);
  border-radius: 40px;
  box-shadow: 0 16px 24px rgba(141, 44, 18, .24);
  color: #f02512; font-size: 16px; font-weight: 800; line-height: 40px;
}
.box-02 td a:hover {
  opacity: .9;
  animation: tada .8s;
}

.box03 {
  position: relative;
  margin-top: 65px;
}

/*.cloud02 {
  position: absolute;
  top: 666px;
  left: 0;
  width: 506px;
  height: 215px;
  background-image: url(../images/cloud02.png);
  background-repeat: no-repeat;
}*/

.tabwrap{
	background: #cd2622;
	border: 10px solid #fc2f31;
	border-radius: 20px;
	position: relative;
	padding-top: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.tabwrap:before{
	content: "";
	position: absolute;
	left: -10px;
	top: -22px;
	width: 1200px;
	height: 42px;
	background: url(../images/tabbg.png) no-repeat center top / 100% auto;
}
.tabwrap table {
  width: 100%;
  background: #fff; overflow: hidden;
  text-align: center;
}
.tabwrap th {
  height: 50px;
  background: #edc387; border: solid 1px #d82f2d;
  color: #c01a12; font-size: 18px;
}
.tabwrap td {
  height: 42px;
  border: solid 1px #dc7f7a;
  font-size: 16px;
}
.tabwrap th a{ 
	display: block; width: 100%; height: 100%; cursor: pointer; font-size: 20px; line-height: 50px; color: #c01a12;
}
.tabwrap th a:hover{ 
	color: #f00;
}

.box04 {
  position: relative;
  margin-top: 70px;
}


.booklist{
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.booklist li{
	width: 260px;
	height: 466px;
	margin: 20px 20px;
	background: #cd2622;
	border: 10px solid #fc2f31;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.booklist li:before{
	content: "";
	position: absolute;
	left: -10px;
	top: -22px;
	width: 260px;
	height: 42px;
	background: url(../images/libg.png) no-repeat center top / 100% auto;
}
.booklist li h4{
	height: 60px;
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 30px; 
	color: #fff;
}
.booklist li .imgbox,.booklist li img{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.booklist li p{
	font-size: 18px;
	line-height: 50px; 
	color: #fff;
}
.booklist li p strong{
	font-size: 26px;
}
.buy {
  display: block;
  width: 160px;
  height: 50px;
  margin: 10px auto;
  background: url(../images/btn03.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 50px;
  color: #b6282b;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}


.box04_price {
  margin-bottom: 20px;
  color: #fadd36;
  font-weight: bold;
  font-size: 18px;
	line-height: 50px;
}

.box04_price span {
  font-size: 36px;
}

.class_info {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
}

.click_buy {
  display: block;
  width: 212px;
  height: 64px;
  margin: 16px auto 0 auto;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.box04_tips {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  color: #e5131d;
}

.mr72 {
  margin-right: 72px;
}

/*.cloud03 {
  position: absolute;
  top: 130px;
  right: -175px;
  width: 620px;
  height: 167px;
  background-image: url(../images/cloud03.png);
  background-repeat: no-repeat;
}

.cloud04 {
  position: absolute;
  top: 730px;
  left: 0;
  width: 562px;
  height: 167px;
  background-image: url(../images/cloud03.png);
  background-repeat: no-repeat;
}*/

.box05 {
  position: relative;
  margin-top: 25px;
	padding-bottom: 50px;
}

.cloud05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 582px;
  height: 167px;
  background-image: url(../images/cloud05.png);
  background-repeat: no-repeat;
}

.box05_tips {
  margin-top: 28px;
  margin-bottom: 54px;
  text-align: center;
  font-size: 18px;
}

.bg04 {
  float: left;
  width: 373px;
  height: 315px;
  background-image: url(../images/bg04.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.bg04:nth-child(3n+2) {
  margin: 0 40px;
}

.bg04_price {
  margin-top: 76px;
  margin-bottom: 10px;
  color: #fadd36;
}

.bg04_price span {
  font-size: 38px;
}

.bg04_info span {
  font-size: 26px;
  font-weight: bold;
}

.bg04_click {
  width: 183px;
  height: 58px;
  margin: 24px auto 0 auto;
  background-image: url(../images/btn03.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 58px;
  color: #b6282b;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}


.circle_wrap {
  margin-top: 20px;
}
.circle_wrap>div{
	float: left; width: 33.33%; margin-bottom: 30px; text-align: center;
}
.circle_wrap>div:nth-child(7){
	margin-left: 200px;
}
.circle_wrap>div:hover .click_buy {
  background-image: url(../images/btn02.png);
  color: #2a821c;
}

.circle_wrap>div:hover .circle {
  background-image: url(../images/circle02.png);
}

.circle {
  width: 303px;
  height: 267px;
  padding-top: 40px;
  margin:0 auto 15px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

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

.mc {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.snow-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100001;
}

.backTop { width: 70px; padding: 20px 0; position: fixed; bottom: 150px; right: 50px; z-index: 10; border-radius: 15px; background: linear-gradient(#FE9D6F,#FE5D52);  }
.backTop a { display: block; height: 20px; line-height: 20px; font-size: 20px; font-weight: bold; text-align: center; color: #FFFFFF; }

.ad {
    display: block;
    width: 1100px;
    height: 130px;
    padding-left: 100px;
    line-height: 130px;
    background-image: url(../images/ad.png);
    background-repeat: no-repeat;
    font-size: 30px;
    color: #ffff;
}

.info {
    display: inline-block;
    width: 182px;
    height: 54px;
    margin-left: 50px;
    line-height: 54px;
    font-size: 26px;
    border-radius: 40px;
    background-color: #fdc239;
    text-align: center;
    color: #b6282b;
    font-weight: bold;
}

.check-nav{text-align: center;
margin-top: 20px;}
.check-nav span{display: inline-block;
    width: 133px;
    height: 54px;
    line-height: 54px;
    background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg.png) no-repeat center;
    margin-left: 20px;
    text-align: center;
    color: #ffffd1;
    font-size: 21px;
    cursor: pointer;}
.check-nav span.on{
	background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg1.png) no-repeat center;
}
.zhibo{
	margin: 0 auto;
	height: 1000px;
}

.check-nav1{text-align: center;
margin-top: 20px;}
.check-nav1 span{display: inline-block;
    width: 133px;
    height: 54px;
    line-height: 54px;
    background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg.png) no-repeat center;
    margin-left: 20px;
    text-align: center;
    color: #ffffd1;
    font-size: 21px;
    cursor: pointer;}
.check-nav1 span.on{
	background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg1.png) no-repeat center;
}



.check-nav2{text-align: center;
margin-top: 20px;}
.check-nav2 span{display: inline-block;
    width: 133px;
    height: 54px;
    line-height: 54px;
    background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg.png) no-repeat center;
    margin-left: 20px;
    text-align: center;
    color: #ffffd1;
    font-size: 21px;
    cursor: pointer;}
.check-nav2 span.on{
	background: url(https://gx.huatu.com/zt/2021gxgqhd/images/box4_top_bg1.png) no-repeat center;
}

.title01 {
    width: 1231px;
    height: 152px;
    margin: 0 auto;
    background: url(../images/titbg01.png) no-repeat center;
    font-size: 50px;
    line-height: 150px;
    color: #00502d;
    text-align: center;
    margin-top: 40px;
}

.title01 strong {
    font-size: 70px;
    color: #bf2025;
}

.title01 em {
    font-size: 70px;
    font-style: normal;
}

.box03_code {
    width: 230px;
    height: 180px;
    background: url(https://gx.huatu.com/zt/2021s12/images/smkzb.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 10px 60px 10px 10px;
    margin: 0 auto;
}

.box2 {
    position: relative;
    padding-top: 70px;
}

.box2 .title02 {
    height: 182px;
    background: url(../images/titbg02.png) no-repeat center;
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 182px;
    color: #fff;
    text-align: center;
}

.bg01 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2000px;
    height: 1499px;
    margin-left: -1000px;
    background: url(../images/bg01.jpg) no-repeat center top;
    z-index: -1;
}

.bg02 {
    position: absolute;
    left: 50%;
    top: 1400px;
    width: 2000px;
    height: 2100px;
    margin-left: -1000px;
    background: #13422e;
    z-index: -1;
}

.box2 .time {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1140px;
    height: 149px;
    margin-left: -570px;
    background: url(../images/titbg03.png) no-repeat center;
    text-align: center;
    font-size: 40px;
    line-height: 140px;
    color: #fff;
    z-index: 999;
}

.box2 .time span {
    display: inline-block;
    margin: 0 60px;
}

.box2 .time strong {
    font-size: 50px;
}

.box2 .title02 {
    height: 182px;
    background: url(../images/titbg02.png) no-repeat center;
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 182px;
    color: #fff;
    text-align: center;
}

@media only all and (min-width:2000px) {
  .banner {
    background-size: 100% 100%;
  }
}
/* 通用底部 */
.footer { 
  clear: both; position: relative; padding: 30px 0;
  background: #333;
  text-align: center;
}
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }


@media only all and (max-width:1200px) {
  .onlymob { display: block; }
  html { font-size: 20px; }
  body { 
    max-width: 18.75rem;
    font-size: .7rem; line-height: 1.2rem;
  }
  html , body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .Width,.wrap,.wrap1{ width: 98%; }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),.cloud01,.cloud02,.cloud03,.cloud04,.cloud05,
  .pc , .onlypc { display: none; }

  /* 通用头部 */
  .ht_top { height: 2.5rem; background-size: auto 100%; line-height: 2.5rem; }
  .ht_top h1 a {
    height: 2.5rem; width: 7.5rem;
    background: url(../images/mob_logo.png) no-repeat center / contain; }
  .ht_top .topnav { font-size: .8rem; text-indent: -1000rem; }
  .ht_top .topnav a { padding: 0 0 0 0.3rem; text-indent: 0; float: right; word-break: keep-all; }
	/* 通用底部 */
  .m-footer { height: 2.4rem; background: #333; color:#fff; font-size: .7rem; line-height: 2.4rem; text-align: center; }
	
	
	.banner {
		width: 18.75rem;
		height: 15rem;
		background-size:150% auto;
		background-position: center top;
		margin-top: -2rem;
	}
	.intro{
		margin-top: -2rem; padding: 1rem;
		background: #e00d40; border-radius: 2rem; border: .1rem solid #b1163b;
		text-align: center;
		box-sizing: border-box;
	}
	.intro p{
		font-size: .7rem; line-height: 1.2rem; text-align: justify; text-indent: 2em;
	}
	.bing {
		width: 1.1rem;
		height: 1.1rem;
		background-size: 100%;
	}

	.title {
		margin-left: .5rem;
		font-size: 1rem;
	}

	.title_tips {
		margin-top: .5rem;
		font-size: .65rem;
	}
	.title_tips span{
		font-size: .6rem;
	}
	
	.coupon {
	  width: 5rem;
	  height: 5rem;
	  margin: .5rem .5rem;
	  font-size: .65rem;
	}
	.price {
		padding-left: .5rem;
		font-size: .8rem;
		line-height: 1rem;
	}
	.price span{
		font-size: .6rem;
	}
	
	.box01 {
		margin-top: 1rem;
	}
	.gwy1L {
	    display: block;
	    width: 85%;
	    height: auto;
		max-height: 10rem;
	    margin: 0 auto;
	    margin-top: 1.5rem;
	}
	
	.box01 {
		margin-top: 1rem;
	}
	
	.tit{
		padding: 1rem 0; font-size: 1rem; line-height: 1.5rem;
	}
	
	.box01-2{
		margin-top: 1rem;
	}
	.bg1 {
		width: 100%;
		height: 13rem;
		background: url(../images/bg2.png) no-repeat center top / 100% 100%;
	}
	.bg1 .tu{ display: none;}
	.card{
		width: 14rem;
	}
	.bg1 p{
		font-size: .7rem; line-height: 1.2rem;
	}
	.bg1 p span{
		font-size: .6rem;
	}
	.bg1 p strong{
		font-size: .8rem
	}

	.bg2 {
		width: 100%;
		height: 14rem;
		margin-top: 1rem;
		background: url(../images/bg2.png) no-repeat center top / 100% 100%;
	}
	.bg2 p{
		margin: 0 .8rem .2rem;
		font-size: .7rem; line-height: 1rem;
	}
	.bg2 .btn{
		width: 8rem; margin: 1rem auto; font-size: .7rem; line-height: 1.5rem;  border-radius: 1.5rem;}

	.bg01 {
		width: 100%;
		height: 12rem;
		background: url(../images/bg.png) no-repeat center top / 100% 100%;
	}

	.bg01_title {
		width: 12rem;
		height: 2rem;
		margin: 1.5rem auto 0;
		line-height: 2rem;
		font-size: 1rem;
	}
	
	.box02{ margin-top: 1rem;}
	
	.box02_wrap {
		margin-top: 1rem;
	}
	
	.box02 .title_tips{
		margin: .5rem auto .5rem; font-size: .7rem;
	}
	
	.box02_txt {
		margin-top: .5rem;
		font-size: .8rem;
		line-height: 2rem;
	}

	.box02_price {
		font-size: .7rem;
	}

	.box02_price span {
		font-size: .9rem;
	}

	.box02_buy {
		width: 8rem;
		height: 1.8rem;
		margin: 1rem auto;
		background: url(../images/btn04.png) no-repeat center top / 100% 100%;
		border-radius: 1.8rem;
		font-size: .8rem;
		line-height: 1.8rem;
	}
	

	/*.bg02 {
		width: 100%;
		height: 13rem;
		padding: 1.5rem 1rem;
		margin-top: 1rem;
		background: url(../images/bg02.png) no-repeat center top / 100% 100%; box-sizing: border-box;
	}*/

	.bg02-2{
		height: 14rem;
	}
	.bg02 .box02_tips {
		margin-bottom: .25rem;
		font-size: .8rem;
		line-height: 1.5rem;
	}
	.bg02 li {
		margin-bottom: .25rem;
	}

	.bg02-1{ width: 100%; height: 15rem; background: url(../images/bg02.png) no-repeat center top / 100% 100%;  padding: .4rem .4rem 0; border-radius: .5rem;}

	.box-02 table {
		border-radius: .5rem;
	}
	.box-02 th {
		height: 1.5rem;
		font-size: .7rem;
	}
	.box-02 td {
		width:20%; height: 1.5rem;
		font-size: .6rem; line-height: .9rem;
	}
	.box-02 td a {
		width: 3.6rem; height: 1.5rem; margin: .5rem auto 0;
		border-radius: 1.5rem;
		font-size: .6rem; line-height: 1.5rem;
	}
	.box-02 td p span{
		font-size: .7rem;
	}
	.box-02 td strong{
		font-size: .7rem; color: #e5141d;
	}
	
	.tabwrap{
		border: .3rem solid #fc2f31;
		border-radius: .5rem;
		padding-top: 0;
		margin-top: 1rem;
	}
	.tabwrap:before{
		display: none;
	}
	.tabwrap th {
		height: 1.5rem;
		font-size: .7rem;
	}
	.tabwrap td {
		height: 1.5rem;
		font-size: .65rem; line-height: 1.1rem;
		width: 2rem;
	}
	.tabwrap th a{ 
		font-size: .75rem; line-height: 1.5rem; 
	}
	.bz { font-size: .6rem; }
	.box03 {
		margin-top: 1rem;
	}

	.box04 {
		margin-top: 1rem;
	}


	.booklist{
		padding-top:1rem;
	}
	.booklist li{
		width: 49%;
		height: 13.5rem;
		margin: 0 2% .6rem 0;
		border: .05rem solid #fc2f31;
		border-radius: .5rem;
	}
	.booklist li:before{
		display: none;
	}
	.booklist li:nth-child(3n){
		margin: 0 2% .6rem 0;
	}
	.booklist li:nth-child(2n){
		margin: 0 0 .6rem 0;
	}
	.booklist li h4{
		padding: 1rem 0 .5rem;
		height: 2.4rem;
		font-size: .7rem;
		line-height: 1.2rem;
	}
	.booklist li .imgbox,.booklist li img{
		width: 5rem;
		height: 5rem;
	}
	.booklist li p{
		font-size: .6rem;
		line-height: 1.5rem; 
	}
	.booklist li p strong{
		font-size: .8rem;
	}
	.buy {
		display: block;
		width: 4rem;
		height: 1.5rem;
		margin: .25rem auto;
		background: url(../images/btn03.png) no-repeat center top / 100% 100%;
		line-height: 1.5rem;
		font-size: .65rem;
	}

	.box05 {
			margin-top: 1rem;
			padding-bottom: 1rem;
		}
	
	.circle_wrap {
		margin-top: .5rem;
	}
	.circle_wrap>div{
		width: 48%; margin:0 4% .6rem 0; 
	}
	.circle_wrap>div:nth-child(7){
		margin-left: 0;
	}
	.circle_wrap>div:nth-child(2n){
		margin-right: 0;
	}
	.circle_wrap>div:hover .click_buy {
		background-image: url(../images/btn02.png);
		color: #2a821c;
	}

	.circle_wrap>div:hover .circle {
		background-image: url(../images/circle02.png);
	}

	.circle {
		width: 100%;
		height: 9rem;
		padding-top: 1rem;
		margin:0 auto .3rem;
		background: url(../images/circle.png) no-repeat center top / 100% auto;;
		box-sizing: border-box;
	}
	.box04_price {
		margin-bottom: 0;
		font-size: .7rem;
		line-height: 2rem;
	}

	.box04_price span {
		font-size: .75rem;
	}

	.class_info {
		margin-top: .2rem;
		font-size: .6rem;
		line-height: 1.1rem;
	}

	.click_buy {
		width: 5.5rem;
		height: 1.5rem;
		margin: 0 auto;
		background: url(../images/btn.png) no-repeat center top / 100% 100%;
		line-height: 1.5rem;
		font-size: .7rem;
	}

	.box04_tips {
		margin-top: 60px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 26px;
		color: #e5131d;
	}

	.mr72 {
		margin-right: 72px;
	}

	.box05_tips {
		margin-top: 28px;
		margin-bottom: 54px;
		text-align: center;
		font-size: 18px;
	}

	.bg04 {
		float: left;
		width: 373px;
		height: 315px;
		background-image: url(../images/bg04.png);
		background-repeat: no-repeat;
		text-align: center;
		color: #fff;
		font-size: 20px;
	}

	.bg04:nth-child(3n+2) {
		margin: 0 40px;
	}

	.bg04_price {
		margin-top: 76px;
		margin-bottom: 10px;
		color: #fadd36;
	}

	.bg04_price span {
		font-size: 38px;
	}

	.bg04_info span {
		font-size: 26px;
		font-weight: bold;
	}

	.bg04_click {
		width: 183px;
		height: 58px;
		margin: 24px auto 0 auto;
		background-image: url(../images/btn03.png);
		background-repeat: no-repeat;
		text-align: center;
		line-height: 58px;
		color: #b6282b;
		font-weight: bold;
		font-size: 24px;
		cursor: pointer;
	}
	
	.backTop { width: 2.2rem; padding: .5rem 0; bottom: 4rem; right: .2rem; border-radius: .5rem; }
	.backTop a { display: block; height: .8rem; line-height: .8rem; font-size: .75rem; }
	
	
	.ad {
    width: 100%;
    background-size: 100%;
    font-size: 18px;
    padding-left: 0;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
   .check-nav span {width:5rem;height:1.4rem;line-height:1.4rem;margin-left:.4rem;font-size:.75rem;margin-bottom:.4rem;}
   .check-nav{text-align: center;
margin-top: .3rem;}
.zhibo{
	margin: 0 auto;
	height: 20rem;
}

.check-nav1 span {width:4rem;height:1.4rem;line-height:1.4rem;margin-left:.4rem;font-size:.75rem;margin-bottom:.4rem;}
   .check-nav1{text-align: center;
margin-top: .3rem;}

.check-nav2 span {width:4rem;height:1.4rem;line-height:1.4rem;margin-left:.4rem;font-size:.75rem;margin-bottom:.4rem;}
   .check-nav2{text-align: center;
margin-top: .3rem;}

.banner {
        width: 18.75rem;
        height: 25.325rem;
        background: url(../images/banner-m.png) no-repeat center top / 100% 100%;
    }

    .banner .txt01 {
        position: absolute;
        left: 50%;
        top: 2.5rem;
        width: 16.05rem;
        height: 3.65rem;
        margin-left: -8.02rem;
        background-size: 100% 100%;
    }

    .banner p {
        left: 0;
        top: 4.75rem;
        width: 100%;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .banner .txt02 {
        top: 6.1rem;
        width: 15.75rem;
        height: 3.75rem;
        margin-left: -7.875rem;
        background-size: 100% 100%;
    }

    .banner .txt03 {
        top: 3.35rem;
        width: 4.875rem;
        height: 3.15rem;
        margin-left: 4.6rem;
        background: url(../images/txt03-m.png) no-repeat center / 100% 100%;
    }

    .banner .txt03 span {
        text-indent: -999rem;
    }

    .banner .txt03 span time {
        font-size: .6rem;
    }

    .banner .txt04 {
        top: 9.7rem;
        width: 16rem;
        margin-left: -6.5rem;
    }

    .banner .txt04 span {
        padding: 0 2rem 0 1.3rem;
        background-size: .8rem .8rem;
        font-size: 1rem;
        line-height: 1.7rem;
    }
    
    .title01 {
        width: 17.45rem;
        height: 2.7rem;
        background-size: 100% 100%;
        font-size: .8rem;
        line-height: 2.7rem;
    }

    .title01 strong {
        font-size: 1rem;
    }

    .title01 em {
        font-size: .8rem;
    }
    .box03_code {
    width: 5.75rem;
    height: 4.5rem;
    margin: 0 auto;
    padding: 0.25rem 1.5rem 0.25rem 0.25rem;
}
.bg02 {
    left: 0;
    top: 26rem;
    width: 18.75rem;
    height: 90rem;
    margin-left: 0;
}
.bg01 {
    left: 0;
    width: 18.75rem;
    height: 39rem;
    margin-left: 0;
    background: url(../images/bg01-m.jpg) no-repeat center top / 100% 100%;
}
.box2 {
        padding-top: 2rem;
    }

    .box2 .title02 {
        width: 18.5rem;
        height: 5.75rem;
        padding: 1rem 2.5rem 0;
        background: url(../images/titbg02-m.png) no-repeat center center / 100% 100%;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #fff;
        text-align: left;
        box-sizing: border-box;
    }
    .box2 .time {
        position: relative;
        left: auto;
        top: auto;
        width: 17.3rem;
        height: 3.1rem;
        margin-left: .2rem;
        background-size: 100% 100%;
        font-size: .8rem;
        line-height: 3rem;
    }

    .box2 .time span {
        margin: 0 .3rem;
    }

    .box2 .time strong {
        font-size: .8rem;
    }
    
    .box2 .title02 {
    width: 18.5rem;
    height: 5.75rem;
    padding: 1rem 2.5rem 0;
    background: url(../images/titbg02-m.png) no-repeat center center / 100% 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
}
