* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #323232;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #fff;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0 2rem;
}
.txt-center {
  text-align: center;
}
.header-banner {
  position: relative;
}
.header-banner .header_btn {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  padding: 8px 0;
  background-color: #fcc709;
  font-size: 0.65rem;
  color: #492100;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px #e3b409;
          box-shadow: 0 2px #e3b409;
}
.method_panel {
  padding: 0.75rem;
  font-size: 0.6rem;
}
.method_panel .title {
  font-size: 0.9rem;
  color: #333;
}
.method_panel .title span {
  padding-left: 5px;
  font-weight: normal;
}
.method_panel .tip {
  padding: 0.6rem 0 0.5rem;
  line-height: 0.6rem;
  color: #666;
}
.method_panel .choose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.method_panel .choose_list li {
  padding: 8px 0;
  width: 3.3rem;
  font-size: 0.6rem;
  color: #666;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.method_panel .choose_list li.active {
  background-color: #e31b48;
  color: #fff;
  border-color: #e31b48;
}
.method_panel .user_val {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  font-size: 0.6rem;
  line-height: 0.8rem;
  border: 0;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
.method_panel .submit_btn {
  display: block;
  margin: 10px auto 0;
  width: 8.75rem;
  padding: 10px 0;
  background-color: #e31b48;
  color: #fff;
  border-radius: 30px;
}
.panel {
  padding: 0.75rem 0.4rem 0;
  background:  no-repeat center 0.75rem;
  background-size: 9.25rem 2rem;
}
.panel .panel_title {
  text-align: center;
}
.panel .panel_title .name {
  position: relative;
  padding-top: 0.75rem;
  height: 2rem;
  line-height: 0.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.95rem;
  color: #e37c5b;
  background-image: -webkit-linear-gradient(-90deg, #e37c5b 65%, transparent 65%, #c85656 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.panel .panel_title .t_txt {
  padding-top: 6px;
  font-size: 0.55rem;
  color: #404040;
}
.course_box {
  margin-top: 0.5rem;
  padding: 7px;
  border: 1px solid #e6e6e6;
}
.course_box .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course_box .c_list .item {
  width: 7.05rem;
  height: 4.5rem;
  margin-bottom: 5px;
  font-size: 0.6rem;
  background-color: #ffe8e8;
}
.course_box .c_list .item .c_name {
  height: 1.25rem;
  line-height: 1.25rem;
  background-color: #f57d7d;
  color: #fff;
}
.course_box .c_list .item .txt {
  padding: 0.5rem 0;
  line-height: 0.6rem;
  color: #492100;
}
.course_box .c_list .item .c_btn {
  display: block;
  margin: 0 auto;
  width: 3.75rem;
  padding: 6px 0 6px 0.7rem;
  background: #404040  no-repeat 3.45rem center;
  background-size: 0.6rem 0.7rem;
  color: #fff;
  border-radius: 3px;
  color: #fff;
}
.coursetype_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coursetype_list li {
  width: 33.33%;
  margin: 0.65rem 0;
}
.coursetype_list .icon {
  margin: 0 auto 0.65rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.coursetype_list .icon1 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.6rem 1.5rem;
}
.coursetype_list .icon2 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.35rem 1.65rem;
}
.coursetype_list .icon3 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.6rem 1.65rem;
}
.coursetype_list .icon4 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.6rem 1.65rem;
}
.coursetype_list .icon5 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.5rem 1.4rem;
}
.coursetype_list .icon6 {
  background: #ffe8e8  no-repeat center center;
  background-size: 1.75rem 1.4rem;
}
.coursetype_list .txt {
  width: 4.4rem;
  height: 1.3rem;
  line-height: 1.3rem;
  border: 1px solid #404040;
  background: #fff  no-repeat center center;
  background-size: 4.05rem 0.95rem;
  font-size: 0.55rem;
  color: #404040;
  font-weight: bold;
}
.tel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1.5rem;
  border: 1px solid #e31b48;
  border-radius: 30px;
  overflow: hidden;
}
.tel_btn p {
  width: 50%;
  text-align: center;
  font-size: 0.55rem;
}
.tel_btn .l_txt {
  background-color: #e31b48;
  color: #fff;
}
.tel_btn .r_txt {
  color: #e31b48;
}
.tel_btn .arrow {
  display: inline-block;
  margin-left: 8px;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #e31b48;
}
.schedule_tab {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_tab li {
  padding: 10px 0;
  width: 50%;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  color: #e31b48;
}
.schedule_tab li.active {
  background-color: #ffe8e8;
  color: #404040;
}
.schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px 0.4rem;
  margin-bottom: 0.5rem;
  background-color: #ffe8e8;
}
.schedule_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0.5rem 0.9rem 0.5rem 0;
  width: 4.15rem;
  height: 3.25rem;
  background-color: #f57d7d;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}
.schedule_list .item:nth-child(3n) {
  margin-right: 0;
}
.schedule_list .last-item {
  -ms-flex-item-align: auto;
      align-self: auto;
}
.schedule_list .right_arrow:after {
  content: '';
  position: absolute;
  right: -0.9rem;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background:  no-repeat;
  background-size: 0.85rem 0.85rem;
}
.schedule_list .bottom_arrow:before {
  content: '';
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  width: 0.85rem;
  height: 0.85rem;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(90deg);
          transform: translate3d(-50%, 0, 0) rotate(90deg);
  background:  no-repeat;
  background-size: 0.85rem 0.85rem;
}
.schedule_list .left_arrow:after {
  content: '';
  position: absolute;
  right: -0.9rem;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
          transform: translate3d(0, -50%, 0) rotate(180deg);
  background:  no-repeat;
  background-size: 0.85rem 0.85rem;
}
.bottom_form {
  padding: 0.7rem;
  margin-top: 1rem;
  background-color: #31b2c1;
}
.bottom_form .form_box {
  padding: 1.25rem 0.35rem;
  border: 1px solid #fff;
}
.bottom_form .f_name {
  color: #fff;
  font-size: 0.95rem;
}
.bottom_form .f_name span {
  padding-right: 7px;
  font-weight: normal;
}
.bottom_form .f_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.75rem 0;
}
.bottom_form .f_list .outer_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 47%;
}
.bottom_form .f_list .inner_circle {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
}
.bottom_form .f_list .icon1 {
  background: #fff  no-repeat center center;
  background-size: 1.55rem 1.75rem;
}
.bottom_form .f_list .icon2 {
  background: #fff  no-repeat center center;
  background-size: 1.5rem 1.45rem;
}
.bottom_form .f_list .icon3 {
  background: #fff  no-repeat center center;
  background-size: 1.35rem 1.3rem;
}
.bottom_form .f_list .f_txt {
  padding-top: 0.4rem;
  color: #fff;
  font-size: 0.55rem;
  font-weight: bold;
}
.bottom_form .user_val {
  padding: 0.3rem 0.5rem;
  height: 1.5rem;
  width: 100%;
  border: 0;
  margin-bottom: 0.45rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.6rem;
  border-radius: 0;
}
.bottom_form .submit_btn {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #ffe765;
  color: #404040;
  font-size: 0.6rem;
  font-weight: bold;
}
/* 鎵撳崱钀?*/
.dky, .dky div, .dky p, .dky li {
	box-sizing: border-box;
}
.dky {
	width: 15.4rem;
	height: 19.9rem;
	background: #fff1f0;
	margin: 0.5rem auto 0;
	position: relative;
	padding-top: 1.3rem;
  display: none;
}
.dky .price-box {
	width: 7.15rem;
	height: 2.35rem;
	margin-left: 0.65rem;
	position: relative;
	padding-top: 0.2rem;
}
.dky .num {
	position: absolute;
	width: 4.05rem;
	height: 2.35rem;
	top: 0;
	left: 0;
}
.dky .text1 {
	width: 3.6rem;
	text-align: center;
	font-size: 0.55rem;
	line-height: 1rem;
	font-weight: 700;
	color: #fff;
	background: #dc9996;
	border-radius: 0.5rem;
	margin-left: auto;
}
.dky .text-box {
	width: 3.6rem;
	display: flex;
	justify-content: center;
	font-size: 0.55rem;
	line-height: 0.55rem;
	color: #645757;
	margin: 0.45rem 0 0 auto;
}
.dky .text3 {
	text-decoration: line-through;
	margin-left: 0.2rem;
}
.dky .title {
	font-size: 1.45rem;
	line-height: 1.85rem;
	font-weight: 700;
	color: #713d1e;
	text-shadow: 0.075rem 0.1rem 0.35rem rgba(129, 118, 114, .42);
	position: absolute;
	top: 1.25rem;
	right: 0.55rem;
	z-index: 1;
}
.dky .tip {
	font-size: 0.65rem;
	line-height: 0.85rem;
	color: #723e20;
	margin: 0.4rem 0 0 0.85rem;
}
.dky .icon {
	width: 3.2rem;
	height: 2.3rem;
	position: absolute;
	top: 4.4rem;
	left: 7.65rem;
}
.dky ul {
	width: 14.55rem;
	height: 9.95rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	margin: 0.95rem auto 0;
}
.dky li {
	width: 7.05rem;
	height: 4.75rem;
	background: #db9595;
	border-radius: 0.35rem;
	padding-top: 0.75rem;
}
.dky .text {
	font-size: 0.5rem;
	line-height: 0.65rem;
	font-weight: 700;
	color: #fff;
	margin-left: 1.05rem;
}
.dky .flag {
	width: 5.7rem;
	background: url(/uploads/image/zcimages/dky_flag_bg.png) no-repeat;
	background-size: cover;
	font-size: 0.85rem;
	line-height: 1.4rem;
	font-weight: 700;
	color: #9d6151;
	padding-left: 1.15rem;
	margin: 0.35rem 0 0 0.65rem;
	position: relative;
}
.dky .flag:before {
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background: #9d6151;
	position: absolute;
	top: 0.6rem;
	left: 0.3rem;
}
.dky .button {
	width: 6rem;
	font-size: 0.6rem;
	line-height: 1.35rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #e31b48;
	border-radius: 0.7rem;
	margin: 0.9rem auto 0;
}