.container {
  max-width: 750px;
  margin: 0 auto;
}

.header {
  height: 1rem;
  background-color: #fff;
  padding: 0 2%;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 6px #ececec;
}

.header .logo a {
  text-indent: -9999px;
  height: 0.62rem;
  width: 2.4rem;
  display: inline-block;
  background: url("https://static.vko.cn/v8/v8s/common/images/logo.png")
    no-repeat center;
  background-size: contain;
}

.header .search a {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("https://static.vko.cn/m/3.0/images/search@2x.png") no-repeat
    center;
  background-size: cover;
  margin-left: 0.4rem;
}

.header .people a {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("https://static.vko.cn/m/3.0/images/people.png") no-repeat
    center;
  background-size: cover;
  margin-left: 0.4rem;
}

.header .grade a {
  display: inline-block;
  padding: 0 0.16rem;
  background: #f5f6fa;
  border-radius: 0.72rem;
  margin-left: 0.5rem;
  text-align: center;
  line-height: 0.44rem;
  font-family: PingFangSC-Regular;
  font-size: 0.22rem;
  color: #364049;
}

.header .upload a {
  display: inline-block;
  padding: 0rem 0.2rem;
  background: #ffffff;
  border: 1px solid #c8cacd;
  border-radius: 0.08rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.22rem;
  color: #787d84;
  margin-left: 0.2rem;
}

.nav {
  height: 1rem;
  padding: 0 0.4rem;
  background-color: #fdfdfd;
}

.nav li {
  float: left;
  width: 25%;
  text-align: center;
}

.nav li a {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #000000;
  font-weight: bold;
}

.nav li a.active {
  color: #078ff9;
  border-bottom: 0.06rem solid #20a6fc;
}

.banner {
  height: 5.5rem;
  background-color: #fff;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}

.banner img {
  width: 100%;
  height: 100%;
}

.carousel {
  width: 90%;
  height: 4rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.carousel ul {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel li {
  float: left;
  height: 4rem;
  padding-right: 8px;
}

.des {
  padding: 0 4.5%;
}

.carousel h5 {
  font-family: PingFangSC-Medium;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #364049;
}

.carousel p {
  font-size: 0.24rem;
  height: 0.6rem;
}

#left {
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 0.5rem;
}

#right {
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  font-size: 0.5rem;
}

.tabs {
  width: 100%;
}

.tabs ul {
  height: 1.8rem;
  background-color: #f5f6fa;
}

.tabs li {
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}

.tabs li a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #73787b;
  display: inline-block;
  padding-top: 1rem;
  background: url("https://static.vko.cn/m/3.0/images/yuwen.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(2) a {
  background: url("https://static.vko.cn/m/3.0/images/shuxue.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(3) a {
  background: url("https://static.vko.cn/m/3.0/images/yingyu.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(4) a {
  background: url("https://static.vko.cn/m/3.0/images/wuli.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(5) a {
  background: url("https://static.vko.cn/m/3.0/images/huaxue.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(6) a {
  background: url("https://static.vko.cn/m/3.0/images/shengwu.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(7) a {
  background: url("https://static.vko.cn/m/3.0/images/lishi.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(8) a {
  background: url("https://static.vko.cn/m/3.0/images/dili.png") no-repeat
    center;
  background-size: contain;
}

.tabs li:nth-child(9) a {
  background: url("https://static.vko.cn/m/3.0/images/zhengzhi.png") no-repeat
    center;
  background-size: contain;
}

.recommend {
  padding-bottom: 1.5rem;
}

.recommend .title {
  margin-left: 0.3rem;
  padding-top: 0.33rem;
  padding-right: 0.3rem;
  padding-bottom: 0.33rem;
  border-bottom: 1px solid #eeeeee;
}

.recommend .title .left {
  float: left;
  /*padding-left: .3em;*/
  /*background: url("https://static.vko.cn/m/3.0/images/tuijian.png") no-repeat left center;*/
  /*background-size: contain;*/
}

.recommend .title .left span {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}

.recommend .title .right {
  float: right;
  margin-top: 0.1rem;
  /*padding-left: .4rem;*/
  /*	background: url("https://static.vko.cn/m/3.0/images/huan.png") no-repeat left center;*/
  /*background-size: contain;*/
}

.recommend .title .right a {
  font-size: 0.24rem;
  color: #333;
  background: url("https://static.vko.cn/m/3.0/images/morecourses.png")
    no-repeat right center;
  padding-right: 0.3rem;
  background-size: 0.15rem 0.26rem;
}

.recommend .title .right a i img {
  margin-left: 0.1rem;
  width: 0.15rem;
  height: 0.26rem;
  /* vertical-align: middle; */
  /* margin-top: 0.1rem; */
  margin-top: 0.05rem;
  float: right;
}

.course {
  /*padding: 0 .3rem;*/
  margin-left: 0.3rem;
}

.course .card {
  /*margin-bottom: .6rem;*/
  border-bottom: 1px solid #eeeeee;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.course .card:after,
.course .card:before {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}

.course .card .left {
  float: left;
}

.course .card .left a {
  display: inline-block;
  width: 3rem;
  height: 1.7rem;
  border-radius: 0.06rem;
  overflow: hidden;
}

.course .card .left a img {
  width: 100%;
  height: 100%;
}

.course .card .right {
  float: left;
  position: relative;
  /*width: 4rem;*/
  padding-left: 0.19rem;
  height: 1.36rem;
  width: 4rem;
}

.course .card .right h5 {
  font-family: PingFangSC-Regular;
  font-size: 0.3rem;
  color: #666;
  line-height: 0.36rem;
  font-weight: normal;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course .card .right > span {
  color: #ff0000;
  font-size: 0.24rem;
  margin-bottom: 0.13rem;
  display: inline-block;
}

.course .card .right p {
  /*position: absolute;
	left: .1rem;
	bottom: 0;*/
  font-size: 0.24rem;
  color: #999;
  margin-bottom: 0.13rem;
  line-height: 0.3rem;
}

.course .card .right p.ploprice {
  color: #ed5413;
  font-size: 0.3rem;
}

.course .card .right p span {
  font-size: 0.24rem;
  color: #999;
}

.course .card .right p.ploprice i {
  font-style: normal;
  font-size: 0.24rem;
  color: #999999;
  text-decoration: line-through;
  margin-left: 0.19rem;
}

/*.course .card .right a {
	border: 1px solid #20A6FC;
	border-radius: 100px;
	display: inline-block;
	width: 1.4rem;
	height: .6rem;
	position: absolute;
	right: -.2rem;
	bottom: 0;
	line-height: .6rem;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: .24rem;
	color: #20A6FC;
}*/

.grade_modal {
  height: 8rem;
  width: 6.3rem;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 4px;
  display: none;
}

.md_l {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

.grade_modal .title {
  height: 1.6rem;
}

.grade_modal .title h5 {
  font-family: PingFangSC-Medium;
  font-size: 0.36rem;
  color: #364049;
  line-height: 1.6rem;
  text-align: center;
}

.con {
  padding: 0 0.48rem;
  margin-bottom: 0.6rem;
}

.con .gra {
  font-family: PingFangSC-Medium;
  font-size: 0.24rem;
  color: #8b97a2;
  height: 0.6rem;
}

.con .choose button {
  width: 1.6rem;
  height: 0.6rem;
  border: none;
  background-color: #f5f6fa;
  border-radius: 100px;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #364049;
  margin-right: 0.1rem;
}

.con .choose button.cur {
  color: #fff;
  background-image: linear-gradient(90deg, #1b7bf0 0%, #25a1fa 100%);
}

.con.small .choose button {
  margin-bottom: 0.3rem;
}

.swiper-container {
  width: 100%;
  /*height: 5.8rem;*/
  height: 3.8rem;
  box-sizing: border-box;
  padding-top: 0.3rem;
  background: white;
  padding-left: 0.3rem;
}

.swiper-container .swiper-slide {
  width: 90%;
  /*height:4rem;*/
}

.activecode {
  /*margin: 0 0.3rem;*/
  box-sizing: border-box;
  margin-top: 0.45rem;
  /*padding-bottom: 0.2rem;*/
  border-top: 1px solid #eeeeee;
}

.activecode img {
  width: 100%;
  height: 2rem;
  /*margin-top: 0.28rem;*/
}

.images {
  width: 92%;
  height: 3.4rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 2%;
}

.hfont {
  margin-top: 4.2rem;
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: #0e0e0e;
  line-height: 0.36rem;
  font-style: normal;
}

.freep {
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.7rem;
  font-style: normal;
}

.md-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bounced_contain {
  width: 5.6rem;
  height: 6.6rem;
  position: relative;
  background: url(https://static.vko.cn/m/3.0/images/tykbannerimg.png) no-repeat
    center;
  margin-left: -0.3rem;
  background-size: cover;
}

/*.bounced_contain img{width: 100%;height: 100%;}*/

.bounced_contain a {
  width: 2.16rem;
  height: 0.65rem;
  background: white;
  text-align: center;
  line-height: 0.65rem;
  color: #cf1718;
  font-size: 0.3rem;
  position: absolute;
  bottom: 1rem;
  left: 2.3rem;
  border-radius: 0.5rem;
}

.bounced {
  max-width: 5.6rem;
  cursor: pointer;
  width: 5.6rem;
  height: 6.6rem;
  position: fixed;
  z-index: 1100;
  /* top: 20%; */
  top: 13%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  /* padding: 70px 95px 80px 70px; */
  box-sizing: border-box;
}

.bouncedclose {
  width: 0.5rem !important;
  height: 0.5rem;
  background: url(https://static.vko.cn/v8/3.0/home/images/tclose.png) center
    no-repeat;
  background-size: cover;
  margin: 0;
  position: absolute;
  bottom: -1rem;
  /*right: 0rem;*/
  cursor: pointer;
  z-index: 999;
}

.bar_ask_tel {
  border-bottom: none;
  bottom: 2.6rem;
  position: fixed;
  right: 0rem;
  z-index: 888;
  width: 1rem;
  height: 2rem;
}

.bar_ask_tel ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bar_ask_tel ul li:first-child {
  /* background: url(https://static.vko.cn/m/3.0/images/appxiazai.png) center no-repeat; */
  background: url(https://static.vko.cn/v8/3.0/home/images/pho.png) center
    no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 0.7rem;
}
.bar_ask_tel ul li:nth-child(2) {
  background: url(https://static.vko.cn/m/3.0/images/bar_ask.png) center
    no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.1rem;
}
.bar_ask_tel ul li:last-child {
  background: url(https://static.vko.cn/m/3.0/images/bar_tel.png) center
    no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.1rem;
}

.bar_ask_tel ul li:first-child a {
  display: block;
  width: 100%;
  height: 100%;
}
.bar_ask_tel ul li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
}

.mdl {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.md_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bounced_gift {
  /*max-width: 90%;*/
  /*padding: 0 0.5rem;*/
  cursor: pointer;
  width: 5.5rem;
  height: 5.8rem;
  position: fixed;
  z-index: 1100;
  /* top: 20%; */
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding: 70px 95px 80px 70px; */
  box-sizing: border-box;
  background: url(https://image.vko.cn/m/3.0/images/giftbounced.png) no-repeat
    center;
  background-size: cover;
}

.coures_center {
  text-align: center;
}

.coures_center span {
  font-size: 0.16rem;
  color: #333333;
}

.coures_center span a {
  font-size: 0.16rem;
  color: #1e83f3;
}

.bounced_sugift {
  /*max-width: 90%;*/
  /*padding: 0 0.5rem;*/
  cursor: pointer;
  width: 5.5rem;
  height: 5.8rem;
  position: fixed;
  z-index: 1100;
  /* top: 20%; */
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding: 70px 95px 80px 70px; */
  box-sizing: border-box;
  background: url(https://image.vko.cn/m/3.0/images/giftbounced.png) no-repeat
    center;
  background-size: cover;
}

.vouchers_wrap {
  padding: 0 0.55rem;
}

.vouchers {
  background: white;
  height: 1.2rem;
}

.vouchers_wrap {
  padding-top: 1.6rem;
}

.vouchers_wrap img {
  width: 4.35rem;
  height: 1.2rem;
}

.vouchers {
  margin-bottom: 0.12rem;
}

.recievebtn {
  text-align: center;
  margin-top: 0.48rem;
}

.recievebtn a {
  width: 1.5rem;
  height: 0.5rem;
  background: #ea5413;
  text-align: center;
  line-height: 0.5rem;
  color: #ffffff;
  font-size: 0.2rem;
  display: inline-block;
  border-radius: 0.05rem;
}

.surecievebtn {
  text-align: center;
  margin-top: 0.2rem;
}

.surecievebtn a {
  width: 1.5rem;
  height: 0.5rem;
  background: #ea5413;
  text-align: center;
  line-height: 0.5rem;
  color: #ffffff;
  font-size: 0.2rem;
  display: inline-block;
  border-radius: 0.05rem;
}

.bounce_close img {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: -0.23rem;
  right: -0.23rem;
  z-index: 999999;
}

.course_footer dl {
  width: 20%;
  text-align: center;
  float: left;
}

.course_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0.98rem;
  padding-top: 0.15rem;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  /*display: flex;*/
  border-top: 1px solid #dedede;
  /*justify-content: space-between;*/
}

.course_footer dl dt img {
  width: 0.44rem;
  height: 0.44rem;
  margin-bottom: 0.05rem;
}

.course_footer dl dd {
  font-size: 0.2rem;
  color: #666666;
}

.advertising {
  background: #343434;
  height: 0.9rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.14rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.adverclosed img {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.advertising_left {
  float: left;
}

.advertising_left img {
  width: 0.6rem;
  height: 0.6rem;
  float: left;
  margin-right: 0.2rem;
}

.advertising_left span {
  font-size: 0.26rem;
  color: #fff;
  float: left;
}

.advertising_left span i {
  font-size: 0.22rem;
  color: #fff;
  /*margin-top: 0.1rem;*/
  display: inline-block;
  font-style: normal;
}

.advertising_right {
  float: right;
}

.advertising_right a {
  width: 1.3rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  background: #378ec3;
  font-size: 0.24rem;
  color: #f3f4f6;
  display: inline-block;
  border-radius: 0.05rem;
  margin-top: 0.05rem;
}

.headerwrapper .mid {
  /*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
  font-size: 0.28rem;
  color: #333333;
  background: #f0f1f2;
  width: 4rem;
  border-radius: 0.3rem;
  height: 0.6rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
  float: left;
  line-height: 0.6rem;
  margin-left: 0.5rem;
  margin-top: 0.24rem;
}

.headerwrapper .mid input {
  width: 3rem;
  height: 0.45rem;
  border: none;
  outline: none;
  background: #f0f1f2;
  font-size: 0.28rem;
  color: #333;
}

.headerwrapper .mid input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 0.28rem;
}

.headerwrapper .mid input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 0.28rem;
}

.headerwrapper .mid input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 0.28rem;
}

.headerwrapper .mid input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 0.28rem;
}

/*.headerwrapper{position: fixed;}*/

.headerwrapper .mid img {
  width: 0.31rem;
  height: 0.32rem;
  vertical-align: middle;
  margin-bottom: 0.05rem;
  margin-right: 0.13rem;
}

.headerwrapper {
  height: 1.02rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0.3rem;
  /*position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;*/
  width: 100%;
  /*position: relative;*/
}

.headerwrapper .left {
  float: left;
  font-size: 0;
  padding-top: 0.32rem;
}

.headerwrapper .right a {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("https://static.vko.cn/m/4.0/images/gintrogwc.png") no-repeat
    center;
  background-size: contain;
  vertical-align: middle;
}

.headerwrapper .right1 a {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("https://static.vko.cn/m/4.0/suimg/saoyisao.png") no-repeat
    center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

.headerwrapper .left p {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.32rem;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.headerwrapper .right,
.headerwrapper .right1 {
  float: left;
  padding-top: 0.32rem;
}

.headerwrapper .left a {
  /*width: 0.85rem;*/
  padding: 0 0.2rem;
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 0.3rem;
  background: url(https://static.vko.cn/m/3.0/images/gradebottomicon.png)
    no-repeat right;
  background-size: 0.17rem 0.08rem;
}

.feature_list {
  /*display: flex;
	justify-content: space-between;*/
  margin-top: 0.55rem;
}

.feature_list dl dt img {
  width: 0.9rem;
  height: 0.9rem;
}

.feature_list dl dd {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.12rem;
}

.feature_list dl {
  width: 25%;
  text-align: center;
  float: left;
}

.swiper-pagination-bullet {
  width: 0.14rem;
  display: inline-block;
  height: 0.14rem;
  border-radius: 100%;
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ee5513 !important;
  width: 0.4rem;
  height: 0.14rem;
  border-radius: 0.07rem;
  display: inline-block;
}

.md_grade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.grade_contain {
  /*width: 100%;*/
  border-radius: 0.2rem;
  margin: 0 0.65rem;
  height: 7rem;
  position: fixed;
  background: white;
  z-index: 1100;
  /*top: 20%;*/
  top: 20%;
  left: 0;
  right: 0;
  /*margin: 0 auto;*/
}
.public {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.public_number {
  /*width: 100%;*/
  border-radius: 0.2rem;
  margin: 0 0.65rem;
  height: 7rem;
  position: fixed;
  background: white;
  z-index: 1100;
  /*top: 20%;*/
  top: 20%;
  left: 0;
  right: 0;
  /*margin: 0 auto;*/
}

.public_number p {
  width: 100%;
  height: 1rem;
  background: #ffb07f;
  text-align: center;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: white;
  margin-bottom: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.public_image {
  text-align: center;
}

.public_image img {
  width: 5rem;
  height: 5rem;
}

.grade_contain p {
  width: 100%;
  height: 1rem;
  background: #ffb07f;
  text-align: center;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: white;
  margin-bottom: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.grade_lists span {
  font-size: 0.3rem;
  margin-bottom: 0.13rem;
  display: inline-block;
  color: #333;
}

.grade_lists ul li {
  width: 1.5rem;
  height: 0.6rem;
  background: #f3f4f6;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #666666;
  margin-bottom: 0.2rem;
  margin-right: 0.3rem;
  float: left;
}

.grade_lists ul li:nth-of-type(3) {
  margin-right: 0;
}

.grade_lists ul {
  width: 100%;
  margin-bottom: 0.3rem;
}

.grade_lists {
  padding: 0 0.55rem;
  box-sizing: border-box;
}

.grade_lists ul li.grade_current {
  background: #ffb07f;
  color: white;
}
.currentfoot {
  color: #fa9c3f !important;
}
/*问卷弹框*/

.evaluation_Model {
  max-width: 6.86rem;
  width: 100%;
  height: 6.34rem;
  background: #eef5fd;
  position: fixed;
  z-index: 1100;
  /* top: 20%; */
  top: 50%;
  left: 50%;
  right: 0;
  margin: -3.17rem 0 0 -3.43rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
  display: none;
  /*padding: 0 20px;*/
  /*box-sizing: border-box;*/
}

.md_evaluation {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.evaluation_top img {
  /*float:right;
	margin-top: 8px;
	margin-right: 8px;*/
  position: absolute;
  cursor: pointer;
  right: 0.19rem;
  top: 0.19rem;
  width: 0.3rem;
  height: 0.3rem;
}

.evaluation_top span {
  font-size: 0.39rem;
  /*font-weight: bold;*/
  color: #3f3d56;
}

.evaluation_top {
  text-align: center;
  margin-bottom: 0.9rem;
}

.evaluation_main {
  width: 6.15rem;
  height: 2.58rem;
  margin: auto;
  background: url(http://static.vko.cn/m/4.0/images/mevaluationbg.png) no-repeat
    left center;
  background-size: cover;
}

.evaluation_test {
  text-align: center;
}
.evaluation_test span {
  font-size: 0.24rem;
  color: #3f3d56;
  display: block;
  margin-bottom: 0.5rem;
}

.evaluation_test a {
  width: 2.22rem;
  height: 0.7rem;
  background: #ffa053;
  border: 1px solid #ff824e;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  color: #3f3d56;
  text-align: center;
  line-height: 0.7rem;
  display: block;
  cursor: pointer;
  margin: auto;
}
.winterHoliday_discounts {
  border-bottom: none;
  bottom: 1.6rem;
  position: fixed;
  left: 0.2rem;
  z-index: 888;
  width: 1.34rem;
  height: 1.46rem;
}
.winterHoliday_discounts img {
  width: 100%;
  height: 100%;
}
.sorry {
  /* height: 40px; */
  width: 6.5rem;
  height: 3.2rem;
  background: #fff9d1;
  /* border-bottom: solid 1px #cc6600; */
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.25rem;
  margin-top: -1.6rem;
  /* text-align: center; */
  padding-top: 0.5rem;
  box-sizing: border-box;
  z-index: 9999999999;
  border-radius: 0.15rem;
}
.sorry b {
  font-size: 0.3rem;
  color: #cc6600;
}
.sorry p {
  /*width: 1200px;*/
  /* min-width: 640px; */
  /* max-width: 1200px; */
  width: auto;
  line-height: 0.55rem;
  /* text-align: center; */
  font-size: 0.3rem;
  color: #cc6600;
  margin: 0 auto;
  padding-left: 0.2rem;
  box-sizing: border-box;
  /* padding-top: 20px; */
  margin-top: 0.1rem;
}

.sorry p span {
  float: right;
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("https://static.vko.cn/v8/4.0/images/closenotice.png")
    no-repeat center center;
  background-size: cover;
  cursor: pointer;
  /* margin-right: 0.1rem; */
  /* margin-top: -0.1rem; */
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
  /* margin-bottom: 0.2rem; */
}

.md-notice {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.index_dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.dialog_position {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.dialog_img {
  width: 75%;
}

.dialog_icon {
  width: 8%;
  position: absolute;
}

.click_dialog {
  width: 3rem;
  height: 0.9rem;
  background: transparent;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-47%);
}

.coupon_dialog {
  width: 100%;
  height: 100%;
  background: #272727;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}

.coupon_box {
  width: 6.8rem;
  background: linear-gradient(90deg, #fcfaf0 0%, #fcecd4 100%);
  border-radius: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coupon_box_one {
  width: 5.71rem;
  height: 1.06rem;
  background: url(//image.vko.cn/m/4.0/links/live/img/youhuijuantop.png)
    no-repeat;
  background-size: 100% auto;
  font-size: 0.4rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ff4619;
  line-height: 1.06rem;
  text-align: center;
  margin: -0.16rem auto;
}

.coupon_box_two {
  width: 6rem;
  background: #ffffff;
  border-radius: 0.3rem;
  margin: 0 auto;
}

.coupon_box_close {
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}

.coupon_box_two {
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}

.coupon_box_two_content {
  display: flex;
}

.coupon_box_two_left {
  width: 1.78rem;
  height: 1.68rem;
  background: url(//image.vko.cn/m/4.0/links/live/img/youhuijuanleft.png)
    no-repeat;
  background-size: 100% auto;
  margin: 0.28rem 0 0 0.3rem;
  text-align: center;
}

.coupon_box_two_right {
  width: 3.62rem;
  height: 1.68rem;
  background: url(//image.vko.cn/m/4.0/links/live/img/youhuijuanright.png)
    no-repeat;
  background-size: 100% auto;
  margin: 0.28rem 0.3rem 0 0;
}

.box_two_left_one {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  padding-top: 0.28rem;
}

.box_two_left_one span {
  font-size: 0.56rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}

.box_two_left_two {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  padding-top: 0.2rem;
}

.box_two_right_one {
  font-size: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  padding-top: 0.2rem;
  padding-left: 0.4rem;
}

.box_two_right_two {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  padding-top: 0.2rem;
  padding-left: 0.4rem;
}

.box_two_right_three {
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  padding-top: 0.2rem;
  padding-left: 0.4rem;
}

.danClass {
  line-height: 1.68rem;
  padding: 0;
}

.coupon_box_three {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  padding: 0.43rem 0 0.34rem 0;
  text-align: center;
}

.coupon_box_three span {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00a0e9;
}

.coupon_box_four {
  width: 2.4rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  background: url(//image.vko.cn/m/4.0/links/live/img/youhuijuananniu.png)
    no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  font-size: 0.32rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ff4619;
  cursor: pointer;
}
.message_box {
  width: 2.82rem;
  padding: 0.2rem 0;
  background: rgba(0, 0, 0, 0.8);
  border: 0.01rem solid #f4f4f4;
  border-radius: 0.2rem;
  font-size: 0.96rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.36rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.message_box div {
  color: #ffffff !important;
}
