/* 2021全国寒假活动 By PatY :Start */
.bgeefcff {
  background-color: #eefcff;
}

.pat_header_bg_active {
  height: 120px;
}

.pat_native_active_content_wrap {
  position: relative;
}

.content_bottom_bg {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: url("./../images/native_active_hanjia/native_active_content_bottom_bg.png") top center no-repeat;
}

.pat_header_bg_active .w_header {
  height: 120px;
  padding-top: 18px;
  background-color: #fff;
  box-sizing: border-box;
}

.pat_native_active_content_wrap .banner_wrap {
  position: relative;
  height: 441px;
  padding-top: 30px;
  background: url("./../images/native_active_hanjia/native_active_banner_bg_01.png") center no-repeat;
  box-sizing: border-box;
}

.pat_native_active_content_wrap .banner_wrap .banner_title {
  width: 301px;
  height: 41px;
  margin: 0 auto;
  color: #fffefe;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  background: url("./../images/native_active_hanjia/native_active_title_btn_bg_03.png") center no-repeat;
}

.pat_native_active_content_wrap .banner_wrap .banner_title a {
  display: block;
  color: #fffefe;
}

.mgt110 {
  margin-top: 110px;
}

.mgt20 {
  margin-top: 20px;
}

.pat_native_active_content_wrap .banner_wrap .banner_text {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.pat_native_active_content_wrap .avtive_inst {
  margin-top: 52px;
  padding: 30px 45px;
  background-color: #d6f5ff;
  border-radius: 30px;
  box-sizing: border-box;
}

.avtive_inst .pat_title {
  width: 246px;
  height: 50px;
  margin: 0 auto;
  background: url("./../images/native_active_hanjia/native_active_title_btn_bg_01.png") center no-repeat;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.avtive_inst .inst {
  font-size: 18px;
  line-height: 26px;
  color: #004169;
}

.border_top {
  border-top: 1px solid #ccc;
}

.avtive_inst .join {
  padding-top: 20px;
}

.avtive_inst .join .tit {
  font-size: 26px;
  color: #199deb;
  line-height: 26px;
  text-align: left;
  margin-top: 20px;
  padding-left: 502px;
  padding-bottom: 20px;
}

.w900 {
  width: 900px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt50.w1200 {
  margin-top: 50px;
}

.avtive_inst .join .qr_code {
  text-align: center;
  /* width: 160px; */
}

.avtive_inst .join .qr_code img {
  padding: 11px;
  width: 162px;
  height: 162px;
  background-color: #fff;
  box-sizing: border-box;
}

.avtive_inst .join .qr_code p {
  margin-top: 12px;
  font-size: 18px;
  color: #004169;
  text-align: center;
}

.pat_tit_theme {
  width: 253px;
  height: 60px;
  margin: 0 auto;
  background: url("./../images/native_active_hanjia/native_active_title_btn_bg_02.png") center no-repeat;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
}

.pat_active_list_native {
  margin-left: -40px;
}

.pat_active_list_native .item {
  width: 580px;
  height: 405px;
  padding: 20px;
  margin-left: 40px;
  margin-bottom: 30px;
  padding-top: 0;
  background-color: #d6f5ff;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  animation: rotate 1s linear;
}

@keyframes rotate {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(2px);
  }

  50% {
    transform: translateY(5px) scale(1.05, 1);
  }

  75% {
    ransform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

.pat_active_list_native .item .img_wrap {
  height: 210px;
  position: relative;
}

.pat_active_list_native .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.pat_active_list_native .item .tit {
  font-size: 28px;
  color: #199deb;
  line-height: 28px;
}

.pat_active_list_native .item .instr {
  margin-top: 20px;
  font-size: 24px;
  color: #004169;
  line-height: 24px;
}

.more_instr {
  height: 30px;
  margin: 14px auto 0;
  line-height: 30px;
}

.pat_active_list_native .item .more_instr .ico {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 11px;
  line-height: 30px;
  background: linear-gradient(#ffea59, #ff921c);
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.pat_active_list_native .item .more_instr .ico:hover .tips_inst {
  /* display: block; */
  top: -86px;
  height: 180px;
  opacity: 0.99;
  transition: all 0.35s;
}

.more_instr .tips_inst {
  /* display: none; */
  position: absolute;
  left: calc(100% + 10px);
  top: 15px;
  width: 303px;
  height: 0;
  /* padding: 10px; */
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s;
}

/* .more_instr .tips_inst .jiangli_img {
  margin-top: 5px;
  margin-left: 10px;
  max-height: 68px;
} */
.more_instr .tips_inst .text {
  padding: 0 10px;
  margin-top: 18px;
  color: #004169;
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-line-break: auto;
  -webkit-box-orient: vertical;
}

.more_instr .tips_inst .title {
  padding-top: 15px;
  font-size: 20px;
  color: #ff9c30;
  line-height: 20px;
  text-align: center;
}

.pat_active_list_native .item .more_instr .w_315 {
  display: inline-block;
  max-width: 315px;
  margin-left: 8px;
  font-size: 20px;
  color: #004169;
  line-height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pat_active_list_native .item .more_instr:hover {
  cursor: pointer;
}

.pat_active_list_native .item .active_tongji {
  display: inline-block;
  margin: 20px auto 0;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #11a4ff;
  border-radius: 23px;
  transition: all 0.6s;
}

.pat_active_list_native .item .active_tongji:hover {
  transform: scale(1.05, 1);
  transition: all 0.6s;
}

.pat_native_active_tips {
  padding: 30px 45px;
  background-color: #d6f5ff;
  border-radius: 30px;
}

.tips {
  font-size: 18px;
  color: #004169;
  line-height: 35px;
}

.pdb150 {
  padding-bottom: 150px;
}

.pat_native_active_content_wrap .banner_wrap.qc_title {
  height: 410px;
  background: url("./../images/native_active_hanjia/qc_act_banner.png") center no-repeat;
}

.pat_native_active_content_wrap .banner_wrap.qc_title .banner_title {
  padding-left: 30px;
  padding-right: 30px;
  background-size: cover;
}

.pat_native_active_content_wrap .banner_wrap.qc_title .banner_text {
  font-size: 28px;
  line-height: 36px;
}

.mgt155 {
  margin-top: 155px;
}

.act_introduce {
  background: #b9f3ff url("./../images/native_active_hanjia/introd_bg.png") bottom center no-repeat;
  padding-bottom: 120px;
}

.act_introduce .introduce_wrap {
  position: relative;
  padding: 8px 14px;
  background: linear-gradient(0deg, #17d6ff 0%, #01c3f4 100%);
  border-radius: 14px;
}

.introduce_wrap .border_wrap {
  position: relative;
  padding: 3px 5px 0 5px;
  background: linear-gradient(0deg, #1498fd 0%, #00aeff 100%);
  border-radius: 7px;
}

.act_introduce .introduce_wrap:before {
  position: absolute;
  top: -2px;
  left: 2px;
  content: "";
  width: 94px;
  height: 14px;
  background: url("./../images/native_active_hanjia/icon_intr_bg_01.png") center no-repeat;
}

.act_introduce .introduce_wrap:after {
  position: absolute;
  top: -3px;
  right: 8px;
  content: "";
  width: 74px;
  height: 16px;
  background: url("./../images/native_active_hanjia/icon_intr_bg_02.png") center no-repeat;
}

.introduce_wrap .border_wrap::before {
  position: absolute;
  top: 87px;
  left: 42px;
  content: "";
  width: 57px;
  height: 13px;
  background: url("./../images/native_active_hanjia/icon_intr_bg_03.png") center no-repeat;
}

.introduce_wrap .border_wrap .content {
  padding: 35px 37px 40px;
  background: linear-gradient(341.53deg, #0066ff 8.34%, #009cff 91.66%);
  border-radius: 4px;
}

.act_introduce .intr_title {
  line-height: 42px;
  color: #fff;
  font-size: 32px;
}

.act_introduce .intr_text {
  margin-top: 27px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.act_introduce .jion_type {
  padding: 18px 20px;
  background: rgba(207, 241, 255, 0.4);
  border-radius: 0;
}

.act_introduce .jion_type .tit {
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.act_introduce .jion_type .inst {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.act_introduce .jion_type .join {
  padding-top: 0;
}

.act_introduce .jion_type .join .w900 {
  width: 860px;
}

.act_introduce .jion_type .join .qr_code {
  width: 180px;
}

.act_introduce .jion_type .join .qr_code img {
  padding: 8px;
  background-color: #aeefff;
}

.act_introduce .jion_type .join .qr_code p {
  color: #fff;
}

.pat_active_theme {
  position: relative;
  padding-top: 85px;
  padding-bottom: 10px;
}

.pat_active_theme .pat_active_list_native {
  margin-left: -30px;
}

.pat_active_theme .pat_active_list_native .item {
  margin-bottom: 40px;
  margin-left: 30px;
}

.pat_active_theme .pat_active_list_native .w_50 {
  width: 575px;
}

.qc_title_theme {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  width: 242px;
  height: 55px;
  padding-top: 20px;
  background: url("./../images/native_active_hanjia/qc_tit_bg.png") center no-repeat;
  box-sizing: border-box;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.pat_active_theme .pat_active_list_native .item {
  border-radius: 10px;
}

.pat_active_theme .pat_active_list_native .item.w_100 {
  width: 1179px;
}

.pat_active_theme .item .tit {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}

.pat_active_theme .item .instr {
  height: 44px;
  width: 250px;
  margin: 5px auto 0;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* -webkit-line-break: auto; */
  -webkit-box-orient: vertical;
}

.pat_active_theme .item .active_tongji {
  width: 250px;
  height: 31px;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.pat_active_theme .item .active_tongji span {
  position: relative;
  line-height: 30px;
  color: #333;
  font-size: 16px;
}

.pat_active_theme .item .active_tongji span:before {
  position: absolute;
  right: -20px;
  top: 6px;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #333;
}

.pat_active_theme .pat_active_list_native .item.biancheng {
  background: linear-gradient(180deg, #ffcfd4 0%, #fd677d 100%);
}

.pat_active_theme .pat_active_list_native .item.langdu {
  background: linear-gradient(180deg, #a4d4ff 0%, #40a1f8 100%);
}

.pat_active_theme .pat_active_list_native .item.yundong {
  background: linear-gradient(135.58deg, #ffeac7 21.93%, #f5b953 74.3%);
}

.pat_active_theme .pat_active_list_native .item.chuangguan {
  background: linear-gradient(0deg, #7dbf7b 0%, #9ce69d 100%);
}

.pat_active_theme .pat_active_list_native .item.zhizuo {
  background: linear-gradient(180deg, #e0cfb5 0%, #a59886 77.64%);
}

.bgB9F3FF {
  background-color: #b9f3ff;
}

.bgfff {
  background-color: #fff;
}

.mgt80 {
  margin-top: 70px;
}

.position_re {
  position: relative;
}

.pdt80 {
  padding-top: 80px;
}

.qc_tips .pat_native_active_tips {
  padding-top: 40px;
  background-color: #d8f4ff;
  border-radius: 0;
}

.qc_tips .pat_native_active_tips .tips {
  color: #006da7;
  font-size: 18px;
  line-height: 35px;
}

.qc_banner_text {
  margin-top: 10px;
  color: #666;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
}

.bgF8FFFE {
  background-color: #f8fffe;
}

.qc_pdb80 {
  padding-bottom: 80px;
  background: #f8fffe url("./../images/native_active_hanjia/qc_cont_bottom_bg.png") bottom center no-repeat;
}

.banner_wrap.h_y {
  padding-top: 0;
  height: 410px;
  background: url("./../images/native_active_hanjia/hy_banner_bg_01.png") top center no-repeat;
}

.pat_active_list_native.h_y .item {
  width: 382px;
  height: 463px;
  margin-left: 27px;
}

.pat_active_list_native.h_y .item .img_wrap {
  height: 225px;
}

.motto_text {
  height: 72px;
  line-height: 36px;
  font-size: 32px;
  color: #249feb;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* -webkit-line-break: auto; */
  -webkit-box-orient: vertical;
}

.pat_active_list_native.h_y .item .tit {
  margin-top: 15px;
}

.pat_active_list_native.h_y .item .w_215 {
  max-width: 215px;
}

.look_file {
  padding: 2px 8px;
  color: #fff;
  background: linear-gradient(#ffea59, #ff921c);
  border-radius: 12px;
}

.liucheng {
  width: 186px;
}

.w720.w900 {
  width: 720px;
}

.mgt70 {
  margin-top: 70px;
}

/* 2021全国寒假活动 By PatY :End */

/* 2021全国寒假活动 By zjl : Start*/
/* Echarts 图样式  */
.answer_rank {
  position: relative;
}

.answer_rank .rank_top {
  padding-left: 30px;
  padding-right: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.answer_rank .rank_tab_nav {
  padding-top: 4px;
}

.answer_rank .rank_tab_nav a {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 0 9px 18px;
  border-bottom: 2px solid transparent;
  margin-right: 41px;
}

.answer_rank .rank_tab_nav a.active,
.answer_rank .rank_tab_nav a:hover {
  color: #259dfe;
  border-color: #259dfe;
}

.answer_rank .rank_btn {
  display: inline-block;
  background: #008fff;
  border-radius: 28px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 22px;
  font-size: 14px;
  color: #ffffff;
}

.answer_rank .rank_btn:hover {
  opacity: 0.8;
}

.answer_rank .rank_tab_content {
  padding-left: 30px;
  padding-right: 30px;
}

.answer_rank {
  padding-top: 88px;
  background-size: 100% auto;
  padding-bottom: 155px;
}

.answer_rank .wrap {
  background: #d6f5ff;
  padding-top: 20px;
  border-radius: 10px;
  margin-top: 13px;
}

.answer_rank .lym-u-tit1 {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-radius: 28px;
  color: #effcff;
  background-color: #00a0ff;
}

/* 布局样式 */

.banner_active_read {
  height: 330px;
  background: url("./../images/native_active_hanjia/native_active_banner_bg_02.jpg") center no-repeat;
}

.banner_active_exercise {
  height: 330px;
  background: url("./../images/native_active_hanjia/native_active_banner_bg_03.jpg") center no-repeat;
}

.banner_active_breakthrough {
  height: 330px;
  background: url("./../images/native_active_hanjia/native_active_banner_bg_04.jpg") center no-repeat;
}

.banner_active_statistics {
  height: 330px;
  background: url("./../images/native_active_hanjia/native_active_banner_bg_05.png") center no-repeat;
}

.pat_native_active_content_wrap .zjl_activity_introduction {
  position: relative;
  padding: 30px 58px 33px 52px;
  border-radius: 14px;
}

.w870 {
  width: 870px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .inst {
  line-height: 23.74px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .qr_code {
  position: absolute;
  top: 59px;
  right: 58px;
  font-size: 18px;
  color: #004169;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .qr_code .mgt15 {
  margin-top: 15px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .parameter {
  width: 350px;
  height: 56px;
  margin-top: 37px;
  line-height: 28px;
  background: #11a4ff;
  border-radius: 13px;
  padding: 13px 7px 15px 11px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .parameter span {
  font-size: 16px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .parameter span {
  font-size: 16px;
}

.pat_native_active_content_wrap .zjl_activity_introduction .join .parameter .numerical {
  display: inline-block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  font-size: 21.54px;
  color: #11a4ff;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  margin: 0 7px 0 4px;
}

.pat_native_active_content_wrap .zjl_area_selection {
  padding: 12px 38px;
  border-radius: 10px;
}

.zjl_area_selection .zjl-list {
  position: relative;
}

.fl {
  float: left;
}

.zjl_area_selection .zjl-list li {
  position: relative;
  font-size: 16px;
  padding-left: 61px;
  margin-bottom: 14px;
}

.zjl_area_selection .zjl-list li .li-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  color: #6e6e6e;
}

.zjl_area_selection .zjl-list li .li-selection {
  height: 29px;
  line-height: 29px;
  margin-right: 39px;
  margin-bottom: 14px;
  border-radius: 6px;
  padding: 0 10px;
  text-align: center;
  color: #0e6d9f;
}

.zjl_area_selection .zjl-list li .on {
  padding: 0 10px;
  color: #ffffff;
  background-color: #259dfe;
}

.zjl_area_selection .zjl-table .zjl-table-main tr {
  height: 49px;
  /* padding-left: 24px; */
}

.zjl_area_selection .zjl-table .zjl-table-main tr:nth-child(odd) {
  background-color: #9fdcfe;
}

.zjl_area_selection .zjl-table .zjl-table-main tr:nth-child(even) {
  background-color: #fff;
}

.zjl_area_selection .turnPage .txt {
  font-size: 14px;
  color: #008fff;
  margin-right: 7px;
}

.zjl_area_selection .turnPage .turnPageNum {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #008fff;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
}

.zjl_area_selection .turnPage {
  padding-top: 42px;
}

.zjl_area_selection .turnPage .turnPageleft {
  background: url("./../images/native_active_hanjia/native_left .png") center no-repeat #fff;
}

.zjl_area_selection .turnPage .turnPageright {
  background: url("./../images/native_active_hanjia/native_right.png") center no-repeat #fff;
}

.zjl_area_selection .turnPage .turnPageNum.on {
  background-color: #008fff;
  color: #fff;
}

.pdl25 {
  padding-left: 25px;
}

/* 武汉2023寒假活动 */
.w_topbar .logo .wh2023 {
  display: block;
  margin: 4px 0px 0px 6px;
  margin-top: 19px;
  width: 223.58px;
  height: 51.52px;
  text-indent: -999em;
  overflow: hidden;
  background: url(./../images/native_active_hanjia/logo.png) no-repeat;
}

.sq_pat_header {
  height: 90px;
}

.pat_header_bg_active .sq_header {
  height: 90px;
  line-height: 90px;
  padding-top: 0px;
}

.pat_native_active_content_wrap .banner_wrap.sq_banner {
  height: 400px;
  background: url(./../images/native_active_hanjia/banner.png) center no-repeat;
}

.sq_act_introduce {
  background: #86ddff url(./../images/native_active_hanjia/bolang.png) bottom center no-repeat;
}

.sq_p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.act_introduce .sq_wrap:before {
  z-index: 999;
  height: 21px;
  background: url(./../images/native_active_hanjia/xuehua.png) center no-repeat;
}

.pat_active_list_native .sq_item {
  width: 285px;
  height: 359px;
}

.pat_active_theme .pat_active_list_native .sq_item {
  margin-left: 20px;
}

.pat_active_theme .pat_active_list_native .sq_item img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}

.qc_pdb98 {
  padding-bottom: 98px;
  background: #f8fffe url(./../images/native_active_hanjia/bottom_bg.png) bottom center no-repeat;
}

.bgA4E4FF {
  background: #a4e4ff;
}

.pat_active_theme .item .sq_tongji {
  width: 224px;
}

.quwei {
  background: linear-gradient(0deg, #3cb65e 0%, #85e5ac 100%);
}

.chanjia {
  background: linear-gradient(180deg, #ffd9dd 0%, #fa9fac 100%);
}

.pat_active_list_native .item .sq_img_wrap {
  position: relative;
  margin: 20px 0 12px;
  height: 150px;
}

.h70 {
  height: 70px !important;
}

.sq_topbar ul a {
  padding: 0px;
  margin: 0 15px;
  color: #000;
}

.sq_topbar ul a:hover,
.w_topbar ul a.on {
  color: #3370ff;
  font-weight: 600;
  border-bottom: #3370ff solid 3px;
}

/* header */
.whjyy_header_wrap {
  height: 90px;
  background: #fff url(../images/whjyy_index/header_bg.png) no-repeat right top;
  width: 100%;
  left: 0;
  height: 90px;
  z-index: 800;
  transition: all 1s ease 0s;
}

.whjyy_header_wrap .logo {
  width: 224px;
  height: 52px;
  margin-top: 19px;
  background: url(./../images/native_active_hanjia/logo.png) no-repeat;
}

.whjyy_header_wrap .nav_list_wrap {
  margin-top: 31px;
  margin-left: 50px;
}

.whjyy_header_wrap .nav_item>a {
  color: #000;
  font-size: 18px;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
}

.whjyy_header_wrap .nav_item>a:hover,
.whjyy_header_wrap .nav_item.on>a {
  color: #3370ff;
  border-color: #3370ff;
}

.whjyy_header_wrap .nav_item.more {
  position: relative;
}

.whjyy_header_wrap .nav_item.more>a {
  padding-right: 21px;
  background: url(./../images/native_active_hanjia/down.png) right 10px no-repeat;
}

.whjyy_header_wrap .nav_item.more>a:hover {
  border-color: transparent;
}

.whjyy_header_wrap .nav_item:hover .more_item {
  display: block;
}

.whjyy_header_wrap .nav_item .more_item {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  padding-top: 10px;
  z-index: 99;
}

.whjyy_header_wrap .nav_item .more_item .list {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
}

.whjyy_header_wrap .more_item .list a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 36px;
}

.whjyy_header_wrap .nav_item .more_item .list a:hover {
  color: #3370ff;
}

.whjyy_header_wrap .right_box {
  margin-top: 25px;
}

.whjyy_header_wrap .head_btn {
  /* display: inline-block; */
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  font-size: 16px;
  color: #0057ff;
  border: 1px solid #0075ff;
  border-radius: 8px;
  text-align: center;
  margin-left: 10px;
}

.whjyy_header_wrap .head_btn:hover {
  color: #fff;
  background: #0075ff;
}

.whjyy_header_wrap .login_btn {
  width: 74px;
}

.whjyy_header_wrap .download_btn {
  width: 105px;
}

.whjyy_header_wrap .search_btn {
  width: 22px;
  height: 22px;
  margin-top: 5px;
  margin-right: 10px;
  background: url(./../images/native_active_hanjia/ico_search.png) no-repeat;
}

.sq_text {
  color: #0197ff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
}

.mgt173 {
  margin-top: 173px;
}

/* 2023 武汉寒假活动end */

/*吉林寒假 2023 start*/
.bgFFF9F2 {
  background: #fff9f2;
}

.pat_native_active_content_wrap .banner_wrap.jl_banner_2023 {
  background: url(./../images/native_active_hanjia/jl_banner_2023.jpg) no-repeat center top;
  background-size: 100% 441px;
}

.orange_act_introduce {
  padding-top: 10px;
  box-sizing: border-box;
  background: url(./../images/native_active_hanjia/orange_bottom.png) no-repeat center bottom,
    linear-gradient(to bottom, #ffa47d, #ff824d);
}

.orange_act_introduce .introduce_wrap,
.orange_act_introduce .border_wrap {
  background: rgba(255, 216, 140, 0.43);
}

.orange_act_introduce .introduce_wrap .content {
  background: rgba(255, 77, 37, 1);
}

.orange-theme .qc_title_theme {
  background: url(./../images/native_active_hanjia/orange_tit_bg.png) center no-repeat;
  top: -15px;
  line-height: 1;
}

.bimo {
  background: linear-gradient(180deg, #7dbf7b 0%, #9ce59d 100%);
}

.shuxue {
  background: linear-gradient(180deg, #ffaa8f 0%, #f55349 100%);
}

.xiqiao {
  background: linear-gradient(180deg, #fda3a2 0%, #ff817e 100%);
}

.gushi {
  background: linear-gradient(180deg, #ec9a4f 0%, #ffd1a6 100%);
}

.orange-theme.qc_pdb98 {
  background: #fff9f2 url(./../images/native_active_hanjia/orange_bottom.png) no-repeat center top;
  padding-top: 90px;
}

.orange-theme .pat_native_active_tips {
  background: #ffeed8;
}

.orange-theme .qc_tips .pat_native_active_tips .tips {
  color: #e47200;
}

.orange-theme.pat_footer_bg_active {
  background: url(./../images/native_active_hanjia/footerbg.png) no-repeat center bottom;
  color: #fff;
  text-align: center;
  font-size: 22px;
  height: 98px;
  padding-top: 60px;
  box-sizing: border-box;
}

/*吉林寒假 2023 E*/

/* 内蒙古寒假活动 S*/

.sq_title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  width: 113px;
  height: 41px;
  border-radius: 10px;
  background: linear-gradient(95deg, #4db6ff 18.63%, #0090f4 89.36%);
}

.sq_title:before {
  position: absolute;
  content: "";
  top: -4px;
  left: -2px;
  width: 64px;
  height: 13px;
  background: url(./../images/native_active_hanjia/xuehua.png) center no-repeat;
  background-size: 100% 100%;
}

.t_indent {
  text-indent: 24px;
}

.sq_flex {
  display: flex;
  align-items: center;
  line-height: 41px;
}

.mgl13 {
  margin-left: 13px;
}

.c0075FF {
  color: #0075ff !important;
}

.sq_bg {
  height: 90px;
  background: #a4e4ff url(./../images/native_active_hanjia/bolang.png) bottom no-repeat;
}

.mgt60 {
  margin-top: 60px;
}

.pat_native_active_content_wrap .banner_wrap.sq_nmgbanner {
  height: 400px;
  background: url(./../images/native_active_hanjia/nmg_banner.png) center no-repeat;
}

.w386 {
  width: 386px !important;
}

.sq_title_theme {
  width: 748px;
  height: 72px;
  background: url(./../images/native_active_hanjia/sq_tit_bg.png) center no-repeat;
  background-size: 100%;
}

/* 内蒙古寒假活动 E*/

/*web 活动 –荥阳  start*/
.xybottom {
  padding-bottom: 98px;
  background: #f8fffe url(./../images/native_active_hanjia/xybottom_bg.png) bottom center no-repeat;
}

.xy_tips .pat_native_active_tips {
  padding-top: 40px;
  background: #ffe3e3;
  border-radius: 0;
}

.xy_banner {
  height: 400px;
  background: url(./../images/native_active_hanjia/xybanner.png) center no-repeat !important;
}

.xy_act_introduce {
  padding-bottom: 0px;
  height: 372px;
  background: linear-gradient(180deg, #ff7f6d 0%, #fff 133.87%);
}

.xyunion {
  height: 100px;
  width: 100%;

  background: url(./../images/native_active_hanjia/xyunion.png) bottom center no-repeat;
}

.act_introduce .xy_wrap {
  background: #ffa9a9;
}

.introduce_wrap .xyborder_wrap {
  background: #f8c4c4;
}

.introduce_wrap .xyborder_wrap .content {
  background: #f25657;
}

.xy_title_theme {
  top: -25px;
  line-height: 20px;
  font-weight: 400;
  background: url(./../images/native_active_hanjia/xy_tit_bg.png) center no-repeat;
}

.bgffa599 {
  background-color: #ffa599;
}

/*web 活动 –荥阳  end*/

/* 浙江寒假活动  start*/
.sq_position {
  position: relative;
}

.zjp {
  position: absolute;
  top: 0;
  left: 60px;
  border-radius: 0px 0px 10px 10px;
  background: #ff594f;
  width: 164px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}

.huangse {
  background: linear-gradient(133deg, #ffdca1 25.93%, #fdba48 73.25%);
}

.shenglan {
  background: linear-gradient(180deg, #c0d6ff 0%, #2960ca 100%);
}

.bg46BC69 {
  background: #46bc69;
}

.bg42A2F8 {
  background: #42a2f8;
}

.bgFAA10F {
  background: #faa10f;
}

.bgFAA1AE {
  background: #faa1ae;
}

.bg6891E0 {
  background: #6891e0;
}

.zjbg3 {
  height: 280px;
  padding-top: 40px;
  background: url(./../images/native_active_hanjia/zjbg3.png) center no-repeat;
}

.zj_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zj_item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 386px;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.zj_item span {
  color: #fff;
  text-align: right;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}

.langdu {
  background: linear-gradient(180deg, #a4d4ff 0%, #40a1f8 100%);
}

.pat_native_active_content_wrap .banner_wrap.zj_banner {
  background: url(./../images/native_active_hanjia/zj_banner.png) center no-repeat;
}

.fw400 {
  font-weight: 400;
}

.pdb50 {
  padding-bottom: 50px;
}

.zjtitlebg {
  background: url(./../images/native_active_hanjia/zjtitlebg.png) center no-repeat;
}

/* 浙江寒假活动 end */

/* 2024吉林寒假活动start */
.indent2em {
  text-indent: 2em;

}

.bimo2 {

  background: linear-gradient(180deg, #BEF1F2 0%, #2FBABC 100%);
}

.pat_native_active_content_wrap .banner_wrap.jl_banner_2024 {
  background: url(./../images/native_active_hanjia/jl_banner2024.png) no-repeat center top;

  background-size: 100% 440px;
}

.pat_active_list_native .sq_item2024 {
  width: 373px;
  height: 359px;

}

.w575 {
  width: 575px !important;
}

/* 2024吉林寒假活动end */

/* 2024内蒙古寒假活动start  */
.pat_native_active_content_wrap .banner_wrap.nmgbanner2024 {
  height: 345px;
  background: url(./../images/native_active_hanjia/nmg_banner_2024.png) center top no-repeat;
  background-size: 100% 100%;
}

.bgnone {
  background: none !important;
}

.orange-theme.qc_bg {
  background: #fff9f2 url(./../images/native_active_hanjia/orange_bottom.png) no-repeat center bottom;
  padding-top: 90px;
}

/* 2024内蒙古寒假活动end  */

/*米脂寒假活动web页 */
.h260 {
  height: 260px !important;
}

.dushu {

  background: linear-gradient(180deg, #FFAD93 0%, #FF6D59 100%);
}

.anquan {
  background: linear-gradient(180deg, #48E8CB 0%, #26BCB3 100%);
}

.xinnian {

  background: linear-gradient(180deg, #FFE68D 0%, #EB8F3B 100%);
}

.mz_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sq_t_l {
  text-align: left !important;
}

.active_btn {
  display: inline-block;
  margin: 20px auto 0;
  width: 122px;
  height: 23px;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  font-weight: 500;
  color: #DF7D21;
  font-size: 16px;

  transition: all 0.6s;
}

.triangle-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #DF7D21;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 8px;
}

.mgb6 {
  margin-bottom: 6px;
}

.mz_banner_2024 {
  height: 380px !important;
  background: url(./../images/native_active_hanjia/mizi_banner.png) center top no-repeat !important;
  background-size: 100% 100% !important;
}

.mizi_bg {
  position: relative;
  height: 440px;

  background: url(./../images/native_active_hanjia/mizi_bg.png) center top no-repeat;
  background-size: 100% 100%;
}

.mizi_bg_bottom {
  background: #fff9f2 url(./../images/native_active_hanjia/orange_bottom.png) no-repeat center;
  padding-top: 90px;
}

.f22 {
  font-size: 22px;
}

.f26 {
  font-size: 26px;
}

.w872 {
  position: relative;
  width: 872px;
  margin: 0px auto;

}

.w872::after {
  position: absolute;
  top: 30px;
  left: -80px;
  content: "";
  width: 44px;
  height: 30px;
  background: url("./../images/native_active_hanjia/mz_yh1.png") center no-repeat;
}

.w872::before {
  position: absolute;
  top: 140px;
  right: -80px;
  content: "";
  width: 44px;
  height: 30px;
  background: url("./../images/native_active_hanjia/mz_yh2.png") center no-repeat;
}

.mz_tit {
  width: 104px;
  margin: 0px auto;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

.mz_code {
  position: absolute;
  right: 8%;
  top: 30%;
}

/* 吉林2026寒假活动 */

.pat_native_active_content_wrap .banner_wrap.jl_banner_2026 {
  background: url(./../images/native_active_hanjia/jl_banner2026.png) no-repeat center top;

  background-size: 100% 440px;
}

.pink_act_introduce {
  padding-top: 10px;
  box-sizing: border-box;
 /* background: linear-gradient(180deg, #FFDBD2 0%, #FFCBC2 100%); */
  background: url(./../images/native_active_hanjia/xyunion.png) no-repeat center bottom,
  linear-gradient(180deg, #FFDBD2 0%, #FFCBC2 100%);
}

.pat_active_theme .pat_active_list_native .item.lanse {

background: linear-gradient(180deg, #A4D4FF 0%, #47A8FF 100%);
}

.pat_active_theme .pat_active_list_native .item.huise {

background: linear-gradient(180deg, #FFDEAA 0%, #D7A355 100%);
}

.pat_active_theme .pat_active_list_native .item.juise {
background: linear-gradient(180deg, #FFBC78 0%, #FF9412 100%);
}
.bgFFF2F2{
  background: #FFF2F2;
}
.xy-theme.qc_pdb98 {
    background: #fff9f2 url(./../images/native_active_hanjia/xyunion.png) no-repeat center top;
    padding-top: 90px;
    padding-bottom: 68px;
}
.xy-theme.pat_footer_bg_active{
background: url(./../images/native_active_hanjia/xybottom_bg.png) no-repeat center bottom;
    color: #fff;
    text-align: center;
    font-size: 22px;
    height: 85px;
    padding-top: 50px;
    box-sizing: border-box;
}
.qc_tips2 .pat_native_active_tips .tips{
  color: #FFf;
}

/* 吉林2026寒假活动 */