* {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  font-family: "FZLTHJW";
}

ul,
ol li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

.hide,
.h {
  display: none !important;
}

.r {
  float: right;
}

.l {
  float: left;
}

.con {
  display: none;
}

html {
  overflow-y: scroll;
}

.header {
  height: 50px;
}

.container {
  width: 100%;
  height: 100%;
  background: url(../images/bg.png);
  background-size: cover;
}

.common {
  width: 100%;
  margin: 0 auto;
  line-height: 60px;
}

.common a {
  font-size: 14px;
  color: #333;
  margin-right: 15px;
}

.common a:hover {
  color: red;
}

.logo {
  vertical-align: -3px;
}

.tel {
  margin-top: 14px;
}

.page_wapper {
  width: 1000px;
  margin: 0 auto;
}

.exam_type {
  display: block;
  margin: 0 auto;
  padding-top: 60px;
}

.preparation_materials {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

.total_number {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}

.total_number p {
  margin-top: 8px;
}

.content {
  display: flex;
  margin: 40px 0;
}

.content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 144px;
  font-size: 24px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 26px;
  cursor: pointer;
}

.content div p {
  display: none;
}

.content div:first-child {
  background: url(../images/img1.png) no-repeat center;
  background-size: 100% 100%;
}

.content div:nth-child(2) {
  background: url(../images/img2.png) no-repeat center;
  background-size: 100% 100%;
}

.content div:nth-child(3) {
  background: url(../images/img3.png) no-repeat center;
  background-size: 100% 100%;
}

.content div:last-child {
  background: url(../images/img4.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0;
}

.content div:first-child:hover {
  background: url(../images/img5.png);
}

.content div:nth-child(2):hover {
  background: url(../images/img6.png);
}

.content div:nth-child(3):hover {
  background: url(../images/img7.png);
}

.content div:last-child:hover {
  background: url(../images/img8.png);
}

.content_detail {
  display: flex;
}

.left_detail {
  width: 668px;
  margin-right: 16px;
  border-radius: 12px;
  background: #ffffff;
  margin-bottom: 40px;
}

.nav_bar {
  width: 668px;
  font-size: 20px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 20px;
  z-index: 1;
}

.nav_bar p {
  border-bottom: 1px solid #955de5;
  padding: 10px 0;
  margin: 0 20px;
}

.nav_bar span {
  display: inline-block;
  /* width: 88px; */
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-right: 26px;
  margin-right: -11px;
  cursor: pointer;
  font-size: 17px;
  padding: 0 18px;
}

.nav_bar span:last-child {
  margin-right: 0;
}

.nav_bar span.show {
  color: #ffffff;
  background: #955de5;
  border-radius: 18px;
}

.right_detail {
  width: 306px;
  height: 572px;
  border-radius: 12px;
  background: #ffffff;
  padding: 20px 10px 0 0;
}

#lesson_data {
  width: 624px;
  padding: 0px 24px 0 20px;
}

.lesson_title {
  font-size: 20px;
  font-weight: bold;
}

.lesson_title img {
  margin-right: 10px;
}

.lesson_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.lesson_detail {
  display: flex;
  width: 294px;
  box-shadow: 1.5px 2.6px 19px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.lesson_content {
  width: 100%;
  padding: 20px 0 20px 14px;
}

.lesson_name {
  font-size: 18px;
  font-weight: bold;
}

.lesson_info,
.lesson_tag {
  margin-top: 10px;
  color: #666666;
}

.lesson_tag {
  font-size: 14px;
  font-weight: bold;
}

.lesson_tag span {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 0 10px;
}

.free_receive {
  width: 100px;
  height: 24px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #ffa11c 0%, #ff4e91 100%),
    linear-gradient(#d8bcff, #d8bcff);
  border-radius: 12px;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.title_bold {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}

.title_bold img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.programme_type p span:first-child {
  margin-right: 30px;
}

.programme_type span {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  background: #955de5;
  border-radius: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.front {
  left: -21px !important;
}

.programme_type {
  margin: 10px 14px 30px 20px;
}

.programme_type p {
  display: flex;
}

.programme_type span a {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  background: #955de5;
  border-radius: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.programme_type span a:hover {
  background: linear-gradient(90deg, #ffa11c 0%, #ff4e91 100%),
    linear-gradient(#d8bcff, #d8bcff);
}

.programme_type p span a:first-child {
  margin-right: 30px;
}

.application_type {
  margin-top: 16px;
  margin-left: 10px;
}

.application_type a {
  display: inline-block;
  width: 66px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #955de5;
  border: 1px solid #955de5;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 6px;
}

.application_type a:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #ffa11c 0%, #ff4e91 100%),
    linear-gradient(#d8bcff, #d8bcff);
}

.application_type p a:last-child {
  margin-right: 0;
}

.qq_qrcode {
  width: 98px;
  height: 102px;
}

.prepare_type {
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
}

.prepare_type div {
  margin-left: 16px;
}

.code_title {
  color: #6c31bf;
  font-size: 18px;
  font-weight: bold;
}

.code_range {
  margin-top: 12px;
}

.bg_tag {
  position: relative;
  width: 44px;
  height: 100%;
}

.hot_tag {
  position: absolute;
  left: 0;
  top: 0;
}

.lesson_year {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  width: 30px !important;
  margin: 0 auto;
  margin-top: 6px;
}

.bg_tag span,
.bg_tag img {
  width: 100%;
}

.lesson_text {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  width: 30px !important;
  margin: 0 auto;
  margin-top: 6px;
}

.middle_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px;
}

.orange {
  background: #e5503e;
}

.yellow {
  background: #f59c0f;
}

.green {
  background: #1abd9a;
}

.blue {
  background: #3499db;
}

.purple {
  background: #955de5;
}

.fixed,
.fixeds {
  position: fixed;
  top: 0;
}

.fixeds {
  right: calc(50% - 500px);
}

.footer_detail {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  background: #444546;
  padding: 56px 0 40px;
}

.footer_detail div {
  width: 100%;
  margin: 0 auto;
}

.footer_detail img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.zx-side {
  display: none;
}

.content_detail .content_box {
  width: 588px;
  height: 377px;
  background: url(../images/bj.png) no-repeat top center;
  margin: 0 auto;
  padding-top: 85px;
  box-sizing: border-box;
}

.content_detail .content_box .bms {
  width: 344px;
  min-height: 68px;
  margin-left: 38px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  padding-right: 0;
}

.content_detail .content_box .bms.active {
  background: url(../images/texts_bg.png) no-repeat top center;
  background-size: 100% 100%;
  width: 362px;
  min-height: 68px;
  border: none;
  padding-right: 15px;
}

.content_detail .content_box .ms {
  margin-top: 20px;
}

.content_box .bms .stage {
  box-sizing: border-box;
  width: 71px;
  height: 36px;
  background: url(../images/bg2.png) no-repeat top center;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  font-family: FZLTHJW;
  color: #fff;
  padding-right: 8px;
}

.content_box .bms.active .stage {
  background: url(../images/bg1.png) no-repeat top center;
}

.content_box .bms .texts {
  display: inline-block;
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
}

.content_box .inner {
  display: none;
}

.content_box .inner.show {
  display: block;
}

.content_box .inner>.left {
  float: left;
}

.content_box .inner.one>.left {
  margin-top: 50px;
}

.content_box .inner.p2>.left {
  margin-top: 50px;
}

.content_box .inner>.right {
  float: left;
  width: 129px;
  height: 180px;
  background: url(../images/qrcode_bg.png) no-repeat top center;
  margin-left: 20px;
}

.content_box .inner>.right .pic {
  width: 95px;
  height: 95px;
  margin: 15px auto;
  background: url("https://attachment.gwy.com/img/202305162051090163044.png") no-repeat top center ;
  background-size: cover;
}

/*.content_box .inner.p2>.right .pic {
  background: url(../images/pic2.png) no-repeat top center;
  background-size: cover;
}*/

.mask-part-login {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  position: fixed;
  width: 390px;
  height: 364px;
  background: #ffffff;
  border-radius: 8px;
  background-color: #fff;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1000 !important;
}

.mask-part-loging {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1000 !important;
}

.mask-part-close {
  width: 400px;
  font-family: "Microsoft YaHei";
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  float: right;
}

.mask-part-close img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  user-select: none;
  float: right;
}

.mask-part-clear {
  width: 400px;
  font-family: "Microsoft YaHei";
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  clear: both;
}

.mask-part-login-input {
  width: 320px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}

.mask-part-login-input-left-img {
  width: 20px;
  height: 24px;
  margin: 13px 8px 13px 16px;
}

.mask-part-login-input-right-input {
  display: block;
  height: 80%;
  outline: none;
  width: 190px;
  font-size: 14px;
  margin-top: 3px;
  color: #444;
}

.mask-part-login-input-right-input-t {
  display: block;
  height: 80%;
  outline: none;
  width: 190px;
  font-size: 14px;
  margin-top: 3px;
  color: #444;
}

.mask-part-login-input-right-code {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
  color: #999;
  user-select: none;
  text-align: right;
}

.mask-part-login-down-load {
  width: 330px;
  height: 45px;
  background: linear-gradient(133deg, #ffa700 0%, #ff6e00 100%);
  border-radius: 25px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  margin: 20px auto;
  cursor: pointer;
  user-select: none;
}

.t-title {
  width: 400px;
  font-family: "Microsoft YaHei";
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-align: center;
  color: #444;
}

.mask-part-login-input {
  padding: 0;
  font-family: "FZLTHJW";
  margin: 0 auto;
  width: 320px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.register-rule-text {
  text-align: center;
  color: #999;
  font-size: 12px;
}

.programme_type p:last-child {
  display: none;
}

@media screen and (max-width: 750px) {
  .content_detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-items: center;
  }

  .programme_type p:nth-child(3) {
    display: none;
  }

  .programme_type p:last-child {
    display: block;
  }

  .programme_type p span:first-child {
    margin-right: 10px;
  }

  .programme_type span {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 1rem;
    background: #955de5;
    border-radius: 16px;
    margin-top: 10px;
    cursor: pointer;
  }

  .exam_type {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .preparation_materials {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    width: 80%;
  }

  .nav_bar p {
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .nav_bar span.show {
    background: rgba(255, 255, 255, 0);
    background: #955de5;
    border-radius: 15px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }

  .content {
    display: flex;
    margin: 30px 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .content .zhichi:last-child {
    margin: 10px 5px;
  }

  .nav_bar span {
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 26px;
    margin-right: -11px;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0;
    color: #fff;
    margin: 0 8px;

  }

  .left_detail {
    width: 97%;
    margin-right: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    margin-bottom: 40px;
    margin: 0 auto;
  }

  .content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 0.24rem;
    font-weight: bold;
    background: #ffffff;
    border-radius: 20px;
    margin: 5px;
    cursor: pointer;
  }

  .content div:first-child {
    background: #ffffff;
  }

  .content div:nth-child(2) {
    background: #ffffff;
  }

  .content div:nth-child(3) {
    background: #ffffff;
  }

  .content div:last-child {
    background: #ffffff;
  }

  .content div p {
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.9rem;
    padding: 10px 0;
  }

  .content div p img {
    width: 30px;
    margin-right: 10px;
  }

  .nav_bar {
    width: 100%;
    font-size: 0.2rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .content_box .bms .texts {
    font-size: 0.7rem;
    color: #666;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
  }

  .right_detail {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .prepare_group,
  .application_guide,
  .programme {
    padding: 10px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
  }

  .page_wapper {
    width: 100%;
    margin: 0 auto;
  }

  .content_box .inner.show {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: url(../images/qrcode_bg1.jpg) no-repeat top center;
    background-size: 100% 100%;
  }

  .content_detail .content_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 130px;
    box-sizing: border-box;
  }

  .content_box .inner>.left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .content_detail .content_box .bms.active,
  .content_detail .content_box .bms {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: url(../images/gray.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    top: -70px;
  }

  .content_detail .content_box .bso {
    position: relative;
    top: -120px !important;
  }

  .content_box .inner>.right {
    margin: 0 auto;
    width: 130px;
    height: 180px;
    background: none;
    margin-left: 50%;
    margin-top: 60px;

    transform: translateX(-50%);
  }

  .content_box .bms .stage {
    box-sizing: border-box;
    width: 71px;
    height: 36px;
    background: none;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    font-family: FZLTHJW;
    color: #6c31bf;
    padding-right: 8px;
  }

  .content_box .bms.active .stage {
    background: none;
  }

  .content_box .inner>.right .pic {
    width: 140px;
    height: 140px;
    margin: -30px auto;
    background: url(../images/pic1.png) no-repeat top center;
    background-size: cover;
  }

  .content_box .inner>.right .pico {
    margin: -60px auto !important;
  }
}