body {
  min-width: 7.5rem;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 7.2rem;
  margin: 0 auto;
  padding: 0.01rem 0;
  box-sizing: border-box;
}
.banner .swiperban {
  height: 5.3rem;
  overflow: hidden;
}
.banner .logo {
  display: block;
  height: 0.3rem;
}
.banner .slide1 {
  background: url("../images/banner1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide1 .ban1top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.37rem 0 0.3rem;
}
.banner .slide1 .ban1top span {
  font-size: 0.2rem;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.1rem 0.26rem;
  background: rgba(219, 35, 29, 0.625);
  background: -webkit-linear-gradient(right, rgba(219, 35, 29, 0.25), #db231d);
  background: -o-linear-gradient(left, rgba(219, 35, 29, 0.25), #db231d);
  background: -moz-linear-gradient(left, rgba(219, 35, 29, 0.25), #db231d);
  background: linear-gradient(to right, rgba(219, 35, 29, 0.25), #db231d);
}
.banner .slide1 .banteacher {
  display: block;
  width: 99%;
}
.banner .slide1 .ban1a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -0.6rem auto 0.35rem;
}
.banner .slide1 .ban1a .ban1 {
  display: block;
  height: 0.8rem;
}
.banner .slide1 .ban1a .banhuo {
  display: none;
}
.banner .slide1 .ban1_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .slide1 .ban1_btm span {
  font-size: 0.28rem;
  color: #922200;
  text-align: center;
  border-radius: 0.5rem;
  line-height: 0.6rem;
  width: 2.2rem;
  font-weight: bold;
  margin: 0 0.05rem 0.28rem;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.banner .slide1 .tips {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
}
.banner .slide2 {
  background: url("../images/banner2.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide2 .logo {
  margin: 0.4rem 0 0.53rem;
}
.banner .slide2 .ban2 {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  letter-spacing: 0.02rem;
}
.banner .slide2 .ban2a {
  display: block;
  height: 1.2rem;
  margin: 0.4rem auto 0;
}
.banner .slide2 .ban2b {
  width: 6.7rem;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 auto 0.47rem;
  font-size: 0.28rem;
  color: #80fbff;
  letter-spacing: 0.02rem;
  font-weight: bold;
  background: url("../images/ban2b.png") center center no-repeat;
  background-size: 100% 100%;
}
.banner .slide2 .ban2btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .slide2 .ban2btm span {
  font-size: 0.3rem;
  color: #922200;
  text-align: center;
  border-radius: 0.5rem;
  line-height: 0.5rem;
  width: 2rem;
  font-weight: bold;
  margin: 0 0.2rem;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  color: #3e3a39;
  font-weight: bold;
  letter-spacing: 0.02rem;
  width: 6.6rem;
  margin: 0.65rem auto 0.14rem;
}
.title span {
  color: #d00000;
  margin-right: 0.1rem;
}
.title i {
  width: 0.12rem;
  height: 0.12rem;
  background: #d00000;
}
.title i:nth-of-type(1) {
  margin-right: auto;
}
.title i:nth-of-type(2) {
  margin-left: auto;
}
.titlebtm {
  display: block;
  height: 0.09rem;
  width: 7rem;
  margin: 0 auto;
}
.baohuo {
  background: #efefef;
}
.baohuo .bh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.24rem;
}
.baohuo .bh .flip-container {
  perspective: 10rem;
}
.baohuo .bh .flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.baohuo .bh .flip-container.active .flipper {
  transform: rotateY(180deg);
}
.baohuo .bh .flipper {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.baohuo .bh .front,
.baohuo .bh .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.baohuo .bh .front {
  z-index: 2;
}
.baohuo .bh .back {
  transform: rotateY(180deg);
}
.baohuo .bh .front,
.baohuo .bh .back {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.baohuo .bh .bh_item {
  width: 24%;
  height: 4.98rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #ffffff;
  font-weight: bold;
}
.baohuo .bh .bh_item .front {
  padding-top: 0.7rem;
  text-align: center;
}
.baohuo .bh .bh_item .back {
  font-size: 0.18rem;
  color: #221815;
  line-height: 0.24rem;
  padding: 0.67rem 0.3rem 0;
}
.baohuo .bh .bh_item img {
  display: block;
  margin: 0.15rem auto;
  width: 1.5rem;
}
.baohuo .bh .bh_item:nth-of-type(2),
.baohuo .bh .bh_item:nth-of-type(3) {
  height: 4.49rem;
}
.baohuo .bh .bh_item:nth-of-type(2) .front,
.baohuo .bh .bh_item:nth-of-type(3) .front {
  padding-top: 0.46rem;
}
.baohuo .bh .bh_item:nth-of-type(2) .back,
.baohuo .bh .bh_item:nth-of-type(3) .back {
  padding: 0.1rem 0.1rem 0;
}
.baohuo .bh .bh_item:nth-of-type(1) .front {
  background: url("../images/bh1a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(1) .back {
  background: url("../images/bh1.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(2) .front {
  color: #922200;
  background: url("../images/bh2a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(2) .back {
  background: url("../images/bh2.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(3) .front {
  background: url("../images/bh3a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(3) .back {
  background: url("../images/bh3.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(4) .front {
  color: #922200;
  background: url("../images/bh4a.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bh .bh_item:nth-of-type(4) .back {
  background: url("../images/bh4.png") center center no-repeat;
  background-size: 100% 100%;
}
.baohuo .bktime {
  position: relative;
  z-index: 1;
  display: block;
  width: 5.4rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0.1rem;
  margin: -0.7rem auto 0.77rem;
  background: #e71414;
  background: -webkit-linear-gradient(bottom, #ff2727, #ce0101);
  background: -o-linear-gradient(top, #ff2727, #ce0101);
  background: -moz-linear-gradient(top, #ff2727, #ce0101);
  background: linear-gradient(to bottom, #ff2727, #ce0101);
}
.baohuo .bktime b {
  background-image: -webkit-linear-gradient(left, #fff, #ffb06c 25%, #fff 50%, #ffb06c 75%, #fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  animation: bgliner2 2s linear infinite;
  -webkit-animation: bgliner2 2s linear infinite;
}
.baohuo .bktime:hover {
  background: linear-gradient(-45deg, #ec6464, #dc973e, #d20425, #ff5f5f, #ec6464);
  background-size: 200% 100%;
  animation: bgliner1 6s linear infinite;
  -webkit-animation: bgliner1 6s linear infinite;
}
.menkan .mk {
  padding: 0.2rem 0 0.4rem;
  border-radius: 0.1rem;
  margin: 0.4rem auto 0.65rem;
  background: url("../images/mk.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.menkan .mk .mk_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
  padding-bottom: 0.3rem;
  border-radius: 0.1rem;
  background: #fff7ee;
  overflow: hidden;
}
.menkan .mk .mk_top .mk_lf {
  padding-top: 0.2rem;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #ffce9e;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf68);
  background: -o-linear-gradient(top, #ffecd4, #ffaf68);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf68);
  background: linear-gradient(to bottom, #ffecd4, #ffaf68);
  -webkit-box-shadow: 0 0.02rem 0.15rem 0.01rem #f1b598;
  box-shadow: 0 0.02rem 0.15rem 0.01rem #f1b598;
}
.menkan .mk .mk_top .mk_lf h6 {
  text-align: center;
  font-size: 0.4rem;
  color: #d00000;
  font-weight: bold;
  padding-bottom: 0.2rem;
  margin: 0 0.26rem 0.3rem;
  border-bottom: 0.02rem dashed #c57b5a;
}
.menkan .mk .mk_top .mk_lf ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menkan .mk .mk_top .mk_lf ul li {
  width: 2rem;
  line-height: 0.56rem;
  margin: 0 0.15rem 0.26rem;
  border-radius: 0.06rem;
  color: #922200;
  background: #ffe6c8;
  font-size: 0.28rem;
  cursor: pointer;
  text-align: center;
}
.menkan .mk .mk_top .mk_lf ul li.active {
  font-weight: 900;
  font-size: 0.32rem;
  color: #ffffff;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #fe2726, #ce0001);
  background: -o-linear-gradient(top, #fe2726, #ce0001);
  background: -moz-linear-gradient(top, #fe2726, #ce0001);
  background: linear-gradient(to bottom, #fe2726, #ce0001);
}
.menkan .mk .mk_top .mk_rg h6 {
  text-align: center;
  font-size: 0.24rem;
  color: #221815;
  margin: 0.2rem 0;
}
.menkan .mk .mk_top .mk_rg h6 b {
  color: #d00000;
  font-size: 0.3rem;
}
.menkan .mk .mk_top .mk_rg .mk_main {
  display: none;
  width: 6.6rem;
  height: 4.6rem;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0 0.15rem 0.02rem #f6e9db;
  box-shadow: 0 0 0.15rem 0.02rem #f6e9db;
}
.menkan .mk .mk_top .mk_rg .mk_main.active {
  display: block;
}
.menkan .mk .mk_top .mk_rg .mk_main p {
  display: flex;
  align-items: flex-start;
  font-size: 0.24rem;
  color: #221815;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.menkan .mk .mk_top .mk_rg .mk_main p i {
  border-radius: 0.5rem;
  width: 0.06rem;
  height: 0.06rem;
  margin: 0.06rem 0.08rem 0 0;
  border: 0.04rem solid #d00000;
}
.menkan .mk .mk_top .mk_rg .mk_main p span {
  flex: 1;
}
.menkan .mk .myform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menkan .mk .myform h6 {
  text-align: center;
  font-size: 0.4rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin: 0.37rem 0 0.27rem;
  width: 100%;
}
.menkan .mk .myform .hang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #3e3a39;
  margin: 0 0.17rem 0.2rem;
}
.menkan .mk .myform .hang span {
  width: 1.5rem;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  background: #fff6ed;
}
.menkan .mk .myform .hang input {
  flex: 1;
  height: 100%;
  background: #ffffff;
  font-size: 0.2rem;
  color: #000;
  padding: 0 0.15rem 0 0.2rem;
  box-sizing: border-box;
}
.menkan .mk .myform .hang.hanglong span {
  width: 40%;
}
.menkan .mk .myform .hang.hanglong input {
  width: 60%;
}
.menkan .mk .myform .subtn {
  line-height: 0.7rem;
  width: 4rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0.17rem 0.2rem;
  cursor: pointer;
  font-size: 0.32rem;
  color: #922200;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd3, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd3, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd3, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd3, #ffaf6a);
}
.menkan .mk .myform .subtn:hover {
  background: #ffce9f;
  background: -webkit-linear-gradient(right, #ffaf6a, #ffecd3);
  background: -o-linear-gradient(left, #ffaf6a, #ffecd3);
  background: -moz-linear-gradient(left, #ffaf6a, #ffecd3);
  background: linear-gradient(to right, #ffaf6a, #ffecd3);
}
.haoke {
  padding-bottom: 0.6rem;
  background: url("../images/haoke.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.haoke .title {
  color: #ffffff;
}
.haoke .title span {
  color: #ffdcb9;
}
.haoke .title i {
  background: #ffffff;
}
.haoke .hk_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  width: 7.2rem;
  margin: 0.4rem auto 0;
  border-radius: 0.2rem 0.2rem 0 0;
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffecd4, #ffaf6a);
  background: -o-linear-gradient(top, #ffecd4, #ffaf6a);
  background: -moz-linear-gradient(top, #ffecd4, #ffaf6a);
  background: linear-gradient(to bottom, #ffecd4, #ffaf6a);
}
.haoke .hk_top span {
  width: 3.56rem;
  text-align: center;
  font-size: 0.3rem;
  color: #922200;
  cursor: pointer;
}
.haoke .hk_top span:nth-of-type(2) {
  border-left: 0.02rem solid #922200;
  border-right: 0.02rem solid #922200;
}
.haoke .hk_top span.active {
  font-weight: bold;
  font-size: 0.34rem;
  color: #d00000;
}
.haoke .hk_btm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff7ee;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
}
.haoke .hk_btm #ssplay {
  width: 6.8rem;
}
.haoke .hk_btm #ssplay.zanwu {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bolder;
  background: url("../images/bg1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.haoke .hk_btm .hkBtm {
  padding-top: 0.15rem;
  margin: 0.2rem auto;
  width: 6.6rem;
  height: 5rem;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}
.haoke .hk_btm .hkBtm .slide_item {
  display: none;
}
.haoke .hk_btm .hkBtm .slide_item.active {
  display: block;
}
.haoke .hk_btm .hkBtm .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  line-height: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.haoke .hk_btm .hkBtm .tabs span {
  width: 48%;
  cursor: pointer;
  background: #ffffff;
}
.haoke .hk_btm .hkBtm .tabs span.active {
  background: #fff7ee;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting {
  display: none;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting.active {
  display: block;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting ul {
  font-size: 0.28rem;
  padding-left: 0.35rem;
  color: #333333;
  height: 3rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting i {
  display: inline-block;
  width: 0.12rem;
  height: 0.13rem;
  margin-right: 0.06rem;
  background: url("../images/sanjiao.png") center center no-repeat;
  background-size: 100% 100%;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.07rem 0 0.1rem 0.26rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p.suoding {
  color: #999999;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p small {
  width: 64%;
  line-height: 0.22rem;
  font-size: 0.24rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.18rem 0 auto;
  width: 1.6rem;
  height: 0.4rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.22rem;
  border-radius: 0.5rem;
  background: #e54639;
  background: -webkit-linear-gradient(right, #d92c2c, #f05f45);
  background: -o-linear-gradient(left, #d92c2c, #f05f45);
  background: -moz-linear-gradient(left, #d92c2c, #f05f45);
  background: linear-gradient(to right, #d92c2c, #f05f45);
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.active {
  color: #46000c;
  background: #eccbb4;
  background: -webkit-linear-gradient(right, #ead2c2, #edc4a6);
  background: -o-linear-gradient(left, #ead2c2, #edc4a6);
  background: -moz-linear-gradient(left, #ead2c2, #edc4a6);
  background: linear-gradient(to right, #ead2c2, #edc4a6);
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.active::after {
  content: '';
  width: 0.16rem;
  height: 1rem;
  background: url(../images/playing.gif) no-repeat center / 100%;
  display: inline-block;
  margin-left: 0.04rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.suo {
  background: #efefef url("../images/suo.png") center center no-repeat;
  background-size: 0.12rem;
}
.haoke .hk_btm .hkBtm .slide_mid .shiting p em.suo:active {
  background-color: #112038;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao {
  height: 2.46rem;
  padding-left: 0.5rem;
  display: none;
  box-sizing: border-box;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao.active {
  display: block;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  color: #333333;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5:after {
  position: absolute;
  content: '';
  width: 1.16rem;
  height: 0.02rem;
  background: #fe7c04;
  margin-bottom: -0.5rem;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 i {
  margin: 0 0.35rem 0 0;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 img {
  width: 0.4rem;
  margin-right: 0.15rem;
  border-radius: 0.5rem;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao h5 span {
  border-radius: 0.5rem;
  padding: 0.06rem 0.1rem;
  margin-right: 0.14rem;
  font-size: 0.16rem;
  color: #0c44c5;
  border: 0.01rem solid #0c44c5;
}
.haoke .hk_btm .hkBtm .slide_mid .jieshao p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.34rem;
  margin: 0.35rem 0.46rem 0 0;
}
.haoke .hk_btm .hkBtm .slide_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.haoke .hk_btm .hkBtm .slide_btm a {
  display: block;
  width: 47%;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #ffffff;
  margin: 0 1%;
  background: #aaabab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.haoke .hk_btm .hkBtm .slide_btm a:last-of-type {
  background: #e44438;
  background: -webkit-linear-gradient(right, #d82a2b, #f05e45);
  background: -o-linear-gradient(left, #d82a2b, #f05e45);
  background: -moz-linear-gradient(left, #d82a2b, #f05e45);
  background: linear-gradient(to right, #d82a2b, #f05e45);
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.73);
}
.mask .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.33rem;
  height: 2.01rem;
  background: url("../images/popbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.mask .popup .closeMask {
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
  width: 0.34rem;
  cursor: pointer;
}
.mask .popup p {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  margin: 0.2rem 0.15rem 1.3rem;
}
.mask .popup p b {
  color: #f54343;
}
.mask .popup a {
  width: 1.6rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 0.01rem solid #fff000;
  border-radius: 0.2rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #fff;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: -0.22rem auto 0;
  background: #fe7c04;
  background: -webkit-linear-gradient(right, #fe7c04, #feac01);
  background: -o-linear-gradient(right, #fe7c04, #feac01);
  background: -moz-linear-gradient(right, #fe7c04, #feac01);
  background: linear-gradient(to right, #fe7c04, #feac01);
}
.xueliankao {
  padding-bottom: 0.6rem;
}
.xueliankao h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.3rem;
  color: #d00000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.xueliankao h5 span {
  color: #922200;
  width: 1.6rem;
  line-height: 0.5rem;
  margin-right: 0.15rem;
  background: url("../images/h5bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first {
  padding: 0.2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #fff7ee;
  margin: 0.32rem auto 0.3rem;
}
.xueliankao .first .first_top {
  height: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.xueliankao .first .first_top .bgred {
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .bgbrown {
  background: #ffaf6a;
}
.xueliankao .first .first_top .bgyellow {
  background: #ffd4a7;
}
.xueliankao .first .first_top li {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xueliankao .first .first_top li b {
  font-size: 0.42rem;
  color: #922200;
  font-weight: normal;
  margin-right: 0.1rem;
}
.xueliankao .first .first_top li span {
  display: none;
  width: 4rem;
  line-height: 0.46rem;
  border: 0.01rem solid #ffaf69;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
}
.xueliankao .first .first_top .first_top1 {
  width: 1.2rem;
  box-sizing: border-box;
  background: #ffaf6a;
}
.xueliankao .first .first_top .first_top1.active {
  width: 6.2rem;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top1.active span {
  display: block;
}
.xueliankao .first .first_top .first_top1.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.46rem;
}
.xueliankao .first .first_top .first_top2 {
  position: relative;
  width: 1.2rem;
  background: #ffaf6a;
}
.xueliankao .first .first_top .first_top2::after {
  position: absolute;
  top: 0;
  left: -0.3rem;
  content: '';
  width: 0.3rem;
  height: 100%;
  background: url("../images/brownbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first .first_top .first_top2.active {
  width: 6.32rem;
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top2.active span {
  display: block;
}
.xueliankao .first .first_top .first_top2.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.46rem;
}
.xueliankao .first .first_top .first_top2.active::after {
  background-image: url(../images/redbg.png);
}
.xueliankao .first .first_top .first_top2.bei {
  background: #ffd4a7;
}
.xueliankao .first .first_top .first_top2.bei::after {
  background-image: url(../images/yellowbg.png);
}
.xueliankao .first .first_top .first_top3 {
  position: relative;
  flex: 1;
  background: #ffd4a7;
}
.xueliankao .first .first_top .first_top3::after {
  position: absolute;
  top: 0;
  left: -0.3rem;
  content: '';
  width: 0.3rem;
  height: 100%;
  background: url("../images/yellowbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.xueliankao .first .first_top .first_top3.active {
  background: #e61414;
  background: -webkit-linear-gradient(bottom, #ff2727, #cd0101);
  background: -o-linear-gradient(top, #ff2727, #cd0101);
  background: -moz-linear-gradient(top, #ff2727, #cd0101);
  background: linear-gradient(to bottom, #ff2727, #cd0101);
}
.xueliankao .first .first_top .first_top3.active span {
  display: block;
}
.xueliankao .first .first_top .first_top3.active b {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.46rem;
}
.xueliankao .first .first_top .first_top3.active::after {
  background-image: url(../images/redbg.png);
}
.xueliankao .first .first_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0 0 0.1rem 0.1rem;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 #f6e8d9;
  box-shadow: 0 0.02rem 0.1rem 0 #f6e8d9;
}
.xueliankao .first .first_btm .item {
  width: 90%;
  margin: 0 auto;
}
.xueliankao .first .first_btm .item .list {
  display: none;
}
.xueliankao .first .first_btm .item .list.active {
  display: block;
}
.xueliankao .first .first_btm .item img {
  display: block;
  width: 100%;
}
.xueliankao .first .first_btm .item p {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #221815;
  margin: 0.25rem 0.2rem;
}
.xueliankao .first .first_btm #firstplay {
  width: 7.12rem;
}
.xueliankao .second {
  padding: 0.2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #fff7ee;
}
.xueliankao .second .second_btm {
  padding: 0.2rem 0.3rem 0.3rem;
  border-radius: 0.1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 #f6e8d9;
  box-shadow: 0 0.02rem 0.1rem 0 #f6e8d9;
}
.xueliankao .second .second_btm h6 {
  font-size: 0.32rem;
  color: #221815;
  line-height: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.xueliankao .second .second_btm .second_main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.xueliankao .second .second_btm .second_main .item {
  margin: 0 2% 0.3rem;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(1) {
  width: 44%;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(2) {
  width: 48%;
}
.xueliankao .second .second_btm .second_main .item:nth-of-type(3) {
  width: 90%;
}
.xueliankao .second .second_btm .second_main .item img {
  display: block;
  width: 100%;
}
.xueliankao .second .second_btm .second_main .item p {
  font-size: 0.24rem;
  color: #221815;
  line-height: 0.32rem;
  text-align: center;
  margin: 0.18rem 0.1rem 0;
}
.guoxian {
  overflow: hidden;
  background: url("../images/guoxian.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.guoxian .gx {
  position: relative;
  margin-top: 0.3rem;
  height: 5.9rem;
  background: url("../images/gx.png") center top no-repeat;
  background-size: 4.49rem;
}
.guoxian .gx .gx_item {
  position: absolute;
  width: 3rem;
  box-sizing: border-box;
  padding: 0.24rem 0.6rem 0.22rem 0.2rem;
  background: rgba(255, 255, 255, 0.79);
  background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0.58));
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.58));
  background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0.58));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.58));
}
.guoxian .gx .gx_item:nth-of-type(1) {
  top: 0.1rem;
  left: 0.64rem;
}
.guoxian .gx .gx_item:nth-of-type(2) {
  top: 0;
  left: 4.8rem;
}
.guoxian .gx .gx_item:nth-of-type(3) {
  top: 2.5rem;
  left: 0.2rem;
}
.guoxian .gx .gx_item:nth-of-type(4) {
  top: 2.92rem;
  left: 4rem;
}
.guoxian .gx .gx_item h6 {
  width: 2.1rem;
  line-height: 0.4rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: bold;
  background: #e71716;
  background: -webkit-linear-gradient(right, #ce0606, #ff2726);
  background: -o-linear-gradient(left, #ce0606, #ff2726);
  background: -moz-linear-gradient(left, #ce0606, #ff2726);
  background: linear-gradient(to right, #ce0606, #ff2726);
}
.guoxian .gx .gx_item p {
  font-size: 0.22rem;
  color: #221815;
  line-height: 0.28rem;
  margin-top: 0.1rem;
}
.jinglian {
  height: 6rem;
  background: url("../images/jinglian.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jinglian .title {
  color: #ffffff;
}
.jinglian .title span {
  color: #ffdcb9;
}
.jinglian .title i {
  background: #ffffff;
}
.jinglian .jl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.jinglian .jl .jl_lf,
.jinglian .jl .jl_rg {
  display: none;
}
.jinglian .jl .jl_mid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.8rem;
}
.jinglian .jl .jl_mid .jl_item {
  position: relative;
  width: 1.8rem;
  height: 2.6rem;
  border-radius: 0.2rem;
  transform: rotateZ(6deg);
  background: #ffce9f;
  background: -webkit-linear-gradient(bottom, #ffaf6a, #ffecd3);
  background: -o-linear-gradient(top, #ffaf6a, #ffecd3);
  background: -moz-linear-gradient(top, #ffaf6a, #ffecd3);
  background: linear-gradient(to bottom, #ffaf6a, #ffecd3);
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(odd) {
  margin-top: 0.6rem;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) {
  background: #8d211e;
  background: -webkit-linear-gradient(bottom, #6c0202, #ae3f39);
  background: -o-linear-gradient(top, #6c0202, #ae3f39);
  background: -moz-linear-gradient(top, #6c0202, #ae3f39);
  background: linear-gradient(to bottom, #6c0202, #ae3f39);
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) h6 {
  color: #ffdcb9;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(even) p {
  color: #ffffff;
}
.jinglian .jl .jl_mid .jl_item h6 {
  position: relative;
  text-align: center;
  font-size: 0.28rem;
  color: #922200;
  font-weight: bold;
  margin: 0.66rem 0 0.44rem;
}
.jinglian .jl .jl_mid .jl_item h6::after {
  position: absolute;
  content: '';
  bottom: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.34rem;
  height: 0.03rem;
  background: #ffffff;
}
.jinglian .jl .jl_mid .jl_item p {
  text-align: center;
  font-size: 0.18rem;
  color: #2e0b00;
  line-height: 0.28rem;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(1) {
  z-index: 4;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(2) {
  z-index: 3;
  margin: 0 -0.2rem;
  -webkit-box-shadow: 0.02rem 0.04rem 0.15rem 0 #ec9446;
  box-shadow: 0.02rem 0.04rem 0.15rem 0 #ec9446;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(3) {
  z-index: 2;
}
.jinglian .jl .jl_mid .jl_item:nth-of-type(4) {
  z-index: 1;
  margin-left: -0.2rem;
}
.jiuye .jy {
  display: block;
  margin: 0.18rem auto 0.6rem;
}
.jidi {
  height: auto;
  background: url("../images/jidi.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.jidi .jd {
  display: none;
}
.jidi .jidiyd {
  display: block;
  margin: 0.3rem auto;
  width: 90%;
}
.koubei .kb {
  display: none;
}
.koubei .koubeiyd {
  display: block;
  margin: 0.3rem auto;
  width: 90%;
}
.zhengshu .zs {
  padding: 0.1rem;
  background: #ffdcb9;
  margin-top: 0.2rem;
}
.zhengshu img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zhengshu img:hover {
  transform: scale(1.03);
}
.zhengshu .zs_main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  background: #ffffff;
  padding: 0.25rem 0.25rem 0.05rem;
}
.zhengshu .zs_lf {
  width: 3.14rem;
}
.zhengshu .zs_rg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 7.99rem;
}
.zhengshu .zs_rg img:nth-of-type(1) {
  width: 100%;
}
.zhengshu .zs_rg img:nth-of-type(2) {
  width: 35.91989987%;
}
.zhengshu .zs_rg img:nth-of-type(3) {
  width: 62.077597%;
}
.zhengshu .zs_tips {
  text-align: right;
  width: 100%;
  font-size: 0.18rem;
  color: #3e3a39;
  margin: 0.12rem 0 0.2rem;
}
.jianzhang {
  padding-bottom: 0.5rem;
}
.jianzhang .jz_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.5rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.jianzhang .jz_top span {
  box-sizing: border-box;
  border-right: 0.01rem solid #ffd1a3;
  background: #e71514;
  background: -webkit-linear-gradient(bottom, #ff2727, #cf0201);
  background: -o-linear-gradient(top, #ff2727, #cf0201);
  background: -moz-linear-gradient(top, #ff2727, #cf0201);
  background: linear-gradient(to bottom, #ff2727, #cf0201);
}
.jianzhang .jz_top span:nth-of-type(1) {
  width: 8%;
  border-top-left-radius: 0.1rem;
}
.jianzhang .jz_top span:nth-of-type(2) {
  width: 8%;
}
.jianzhang .jz_top span:nth-of-type(3) {
  width: 21%;
}
.jianzhang .jz_top span:nth-of-type(4) {
  width: 15%;
}
.jianzhang .jz_top span:nth-of-type(5) {
  width: 34%;
}
.jianzhang .jz_top span:nth-of-type(6) {
  flex: 1;
  border-right: 0;
  border-top-right-radius: 0.1rem;
}
.jianzhang .jz {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 6rem;
  font-size: 0.17rem;
  color: #221815;
  line-height: 0.26rem;
  background: #fff;
  border: 0.01rem solid #ffd1a3;
  border-radius: 0.1rem;
  overflow: hidden;
}
.jianzhang .jz:nth-of-type(odd) {
  background: #fff7ee;
}
.jianzhang .banxing {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 8%;
  font-size: 0.22rem;
  color: #d00000;
  font-weight: bold;
  padding: 0 0.1rem;
  border-radius: 0.1rem 0 0 0.1rem;
  box-sizing: border-box;
  border-right: 0.01rem solid #ffd1a3;
}
.jianzhang p {
  display: flex;
  align-items: center;
  height: 50%;
  box-sizing: border-box;
  border: 0.01rem solid #ffd1a3;
  border-top: 0;
  border-left: 0;
  padding-left: 0.16rem;
}
.jianzhang p:last-of-type {
  border-bottom: 0;
}
.jianzhang a {
  display: block;
  width: 1rem;
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
  background: #ea1716;
}
.jianzhang .kemu {
  height: 100%;
  width: 9%;
}
.jianzhang .kemu p {
  justify-content: center;
  padding: 0;
}
.jianzhang .mokuai {
  width: 22%;
  height: 100%;
}
.jianzhang .ziliaos {
  width: 17%;
  height: 100%;
}
.jianzhang .fuwu {
  display: flex;
  align-items: center;
  width: 36%;
  height: 100%;
  padding-left: 0.16rem;
  border-right: 0.01rem solid #ffd1a3;
}
.jianzhang .price {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.jianzhang .gaoji p {
  height: 50%;
}
.jianzhang .tips {
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.3rem;
}
.celan {
  display: none;
}
/*# sourceMappingURL=main-m.css.map */