@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
}

p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
}

.text-singleline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-twoline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.logo-content {
  width: 100%;
  z-index: 999;
  background-color: white;
  display: flex;
  justify-content: center;
}

.logo-title {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-title .img-bg {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}

.logo-title .img-bg .logo-text {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
}

.zt-bps-body {
  position: relative;
  display: flex;
  flex-direction: column;
}

.zt-bps-body .bgimg {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.zt-bps-body .content {
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-bps-body .content .title {
  color: #fff;
  width: 800px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto;
  font-size: 24px;
  margin-top: 20px;
}

.zt-bps-body .content .titleimg {
  width: 100%;
  background-image: url("/static/zt/img/zt_bps_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 216px;
  margin: 20px 0;
}

.zt-bps-body .content .titlelabel {
  width: auto;
  display: inline-block;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  padding: 0 70px;
  border: 1px solid #fff;
  margin: 0 auto;
}

.zt-bps-body .content .info-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 51, 0.15);
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
}

.zt-bps-body .content .info-content .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 60px;
  color: #333;
}

.zt-bps-body .content .info-content .info-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-bps-body .content .info-content .info-bg .left {
  width: 50%;
  background-color: #f4f4f4;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 50px;
  border-radius: 10px 0 0 10px;
}

.zt-bps-body .content .info-content .info-bg .left .select {
  display: block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 18px;
  text-indent: 0.75em;
  vertical-align: middle;
}

.zt-bps-body .content .info-content .info-bg .left .btnline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
}

.zt-bps-body .content .info-content .info-bg .left .btnline .select {
  display: block;
  width: 48%;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 18px;
  text-indent: 0.75em;
  vertical-align: middle;
}

.zt-bps-body .content .info-content .info-bg .left .btnline .fs {
  cursor: pointer;
  background: #5799F8;
  color: #fff;
  text-align: center;
  text-indent: 0;
  transition: all .3s;
  width: 48%;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}

.zt-bps-body .content .info-content .info-bg .left .yuyueBtn {
  display: block;
  width: 100%;
  height: 68px;
  margin-top: 20px;
  cursor: pointer;
  background: rgba(56, 145, 218, 0.95);
  border-radius: 10px;
  border: none;
  background: linear-gradient(-55deg, rgba(49, 135, 234, 0.95), rgba(56, 153, 218, 0.95), rgba(56, 126, 218, 0.95), rgba(49, 123, 234, 0.95)) no-repeat left;
  background-size: 300%;
  box-shadow: 0 5px 30px rgba(0, 0, 51, 0.35);
  color: #fff;
  font-size: 24px;
  line-height: 68px;
  text-align: center;
  transition: all .3s;
}

.zt-bps-body .content .info-content .info-bg .right {
  width: 50%;
  background-color: #4792fc;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
}

.zt-bps-body .content .info-content .info-bg .right .jieshao {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  width: 100%;
}

.zt-bps-body .content .info-content .info-bg .right .weixin {
  width: 100%;
}

.zt-sydwcc-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-sydwcc-body .top {
  width: 100%;
  background-color: #D2293D;
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-sydwcc-body .top .title-right {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
  color: #BB162E;
  border-radius: 8px;
  background-color: #F9CDAD;
  float: right;
}

.zt-sydwcc-body .top .mid {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-sydwcc-body .top .mid .left {
  display: flex;
  flex-direction: column;
}

.zt-sydwcc-body .top .mid .left .item {
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  background-color: #F9CDAD;
}

.zt-sydwcc-body .top .mid .left .item .itemimg {
  height: 35px;
  width: 35px;
}

.zt-sydwcc-body .top .mid .left .item .itemp {
  font-size: 18px;
  margin: 0;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  color: #BB162E;
}

.zt-sydwcc-body .top .mid .right {
  height: 160px;
  width: 160px;
  margin-left: 40px;
}

.zt-sydwcc-body .top .title1 {
  margin: 0;
  padding: 0;
  color: #F5D2B4;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 3px;
}

.zt-sydwcc-body .top .title-icon3 {
  height: 60px;
}

.zt-sydwcc-body .top .title-icon2 {
  height: 60px;
}

.zt-sydwcc-body .line-title {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.zt-sydwcc-body .line-title .lineimg {
  height: 40px;
}

.zt-sydwcc-body .line-title .line-title-p {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #BB1A2E;
}

.zt-sydwcc-body .line-title2 {
  line-height: 40px;
  font-size: 20px;
  color: #925B3B;
}

.zt-sydwcc-body .tese {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.zt-sydwcc-body .tese .item {
  box-shadow: 0 0 15px 1px #dddddd;
  width: 220px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwcc-body .tese .item .itemimg {
  height: 70px;
  width: 70px;
  margin: 10px;
}

.zt-sydwcc-body .tese .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.zt-sydwcc-body .tese .item .ds {
  text-align: center;
  font-size: 18px;
  color: #614F39;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.zt-sydwcc-body .youhui {
  width: 1000px;
  line-height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #F4F4F4;
  color: #BC192C;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.zt-sydwcc-body .contents {
  margin-top: 20px;
  width: 1000px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  background-color: #F8E8D9;
  display: flex;
  flex-direction: column;
}

.zt-sydwcc-body .contents .title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-sydwcc-body .contents .title .yuan {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 1px solid #D3263A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-sydwcc-body .contents .title .yuan .yuan2 {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #D3263A;
}

.zt-sydwcc-body .contents .title .tt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0 10px;
}

.zt-sydwcc-body .contents .bgbg {
  margin-top: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding-left: 30px;
  border-left: 2px dashed #D3263A;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.zt-sydwcc-body .contents .bgbg .item {
  width: 100%;
  line-height: 60px;
  border: 1px solid #D3263A;
  margin-top: -1px;
  font-size: 24px;
  color: #333;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-sydwcc-body .anpai {
  margin-top: 20px;
  width: 100%;
  background-color: #BC192E;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.zt-sydwcc-body .anpai .line-title {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.zt-sydwcc-body .anpai .line-title .lineimg {
  height: 40px;
}

.zt-sydwcc-body .anpai .line-title .line-title-p {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #EBD8C0;
}

.zt-sydwcc-body .anpai .line-title2 {
  line-height: 40px;
  font-size: 20px;
  color: #EBD8C0;
}

.zt-sydwcc-body .anpai .content {
  width: 1000px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background-color: #FEEBDD;
}

.zt-sydwcc-body .anpai .content .title {
  font-size: 28px;
  font-weight: bold;
  color: #C51F33;
  line-height: 50px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.zt-sydwcc-body .anpai .content .ft {
  font-size: 18px;
  color: #333;
  line-height: 25px;
}

.zt-sydwcc-body .anpai .content .zixun {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-sydwcc-body .anpai .content .zixun .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwcc-body .anpai .content .zixun .item .code {
  width: 200px;
  height: 200px;
}

.zt-sydwcc-body .anpai .content .zixun .item .ip {
  text-align: center;
  font-size: 20px;
  color: #C51F33;
}

.zt-2022ms-body {
  width: 100%;
  margin: 0;
  height: 100%;
  background-color: #67AAF9;
}

.zt-2022ms-body .all-bg {
  width: 100%;
  background: url("/static/zt/img/zt_2022msbg.jpg") center top no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.zt-2022ms-body .all-bg .title-img {
  width: 1073px;
  height: 582px;
  content: url("/static/zt/img/zt_2022ms01.png");
}

.zt-2022ms-body .all-bg .youhui-img {
  width: 100%;
  height: auto;
  min-width: 1200px;
  content: url("/static/zt/img/zt_2022ms02.png");
}

.zt-2022ms-body .all-bg .haoping {
  width: 1200px;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: 200px;
}

.zt-2022ms-body .all-bg .haoping .haoping-img {
  width: 762px;
  height: 227px;
  margin-top: -126px;
  content: url("/static/zt/img/zt_2022ms17m.png");
}

.zt-2022ms-body .all-bg .haoping .content2 {
  width: 1080px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #FDE0B1;
  background-color: #CEE3FF;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;
}

.zt-2022ms-body .all-bg .haoping .content2 img {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms18.png");
}

.zt-2022ms-body .all-bg .haoping .content {
  width: 1080px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .haoping .content .item {
  width: 520px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #FDE0B1;
  display: flex;
  flex-direction: column;
}

.zt-2022ms-body .all-bg .haoping .content .item .img1 {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms19.jpg");
}

.zt-2022ms-body .all-bg .haoping .content .item .img2 {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms20.jpg");
}

.zt-2022ms-body .all-bg .bh {
  width: 1200px;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: 200px;
}

.zt-2022ms-body .all-bg .bh .bh-img {
  width: 762px;
  height: 227px;
  margin-top: -126px;
  content: url("/static/zt/img/zt_2022ms08.png");
}

.zt-2022ms-body .all-bg .bh .content2 {
  width: 1080px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #FDE0B1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 20px;
}

.zt-2022ms-body .all-bg .bh .content2 .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .bh .content2 .line .item {
  width: 287px;
  height: 122px;
  background-image: url("/static/zt/img/zt_2022ms10.png");
  line-height: 122px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 10px;
}

.zt-2022ms-body .all-bg .bh .content2 .p4 {
  font-size: 26px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  color: #3C68B3;
  width: 100%;
  letter-spacing: 3px;
}

.zt-2022ms-body .all-bg .bh .content2 .lastline {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 54px;
  background-color: #3A74D7;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.zt-2022ms-body .all-bg .bh .content {
  width: 1080px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .bh .content .item {
  width: 500px;
  height: 360px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #FDE0B1;
  display: flex;
  flex-direction: column;
}

.zt-2022ms-body .all-bg .bh .content .item .left {
  background-color: #fff;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-2022ms-body .all-bg .bh .content .item .left .right {
  width: 100%;
  height: 290px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-2022ms-body .all-bg .bh .content .item .left .right .p1 {
  height: 70px;
  line-height: 70px;
  color: #3B76D6;
  font-size: 26px;
  font-weight: 600;
}

.zt-2022ms-body .all-bg .bh .content .item .left .right .p2 {
  color: #333;
  line-height: 40px;
  font-size: 22px;
  font-weight: 600;
}

.zt-2022ms-body .all-bg .bh .content .item .left .right .p3 {
  line-height: 40px;
  color: #5D8FD7;
  font-size: 22px;
  margin-top: 10px;
}

.zt-2022ms-body .all-bg .bh .content .item .left img {
  max-width: 100%;
  max-height: 100%;
  content: url("/static/zt/img/zt_2022ms09.png");
}

.zt-2022ms-body .all-bg .bh .content .item .bottom {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #67AAF8;
}

.zt-2022ms-body .all-bg .shizi {
  width: 1200px;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: 200px;
}

.zt-2022ms-body .all-bg .shizi .shizi-img {
  width: 762px;
  height: 227px;
  margin-top: -126px;
  content: url("/static/zt/img/zt_2022ms07.png");
}

.zt-2022ms-body .all-bg .shizi .content {
  width: 1080px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .shizi .content .item2 {
  width: 440px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #447AD5;
  font-size: 40px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 0;
  border-radius: 5px 5px 60px 5px;
}

.zt-2022ms-body .all-bg .shizi .content .item {
  width: 340px;
  display: flex;
  flex-direction: column;
  text-decoration-line: none;
}

.zt-2022ms-body .all-bg .shizi .content .item .heng {
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-color: #1D3C8E;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg {
  width: 320px;
  margin: -15px 10px 0 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #478AF5;
  display: flex;
  flex-direction: column;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg img {
  width: 300px;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu {
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: column;
  background-color: #2858AC;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu .line1 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 28px;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu .line2 {
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 13px;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu .line2 .name {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu .line2 .name2 {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 34px;
  margin: 0;
  padding: 0;
}

.zt-2022ms-body .all-bg .shizi .content .item .zbg .indu .line2 .name3 {
  height: 60px;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.zt-2022ms-body .all-bg .tixi {
  width: 1200px;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: 200px;
}

.zt-2022ms-body .all-bg .tixi .tixi-img {
  width: 762px;
  height: 227px;
  margin-top: -126px;
  content: url("/static/zt/img/zt_2022ms05.png");
}

.zt-2022ms-body .all-bg .tixi .heng {
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-color: #1D3C8E;
}

.zt-2022ms-body .all-bg .tixi .zhu {
  width: 100%;
  line-height: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-2022ms-body .all-bg .tixi .content {
  width: 1080px;
  margin: -15px 20px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .tixi .content .item {
  text-decoration-line: none;
  width: 340px;
  height: 420px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 20px -5px #29539B;
  position: relative;
  cursor: pointer;
}

.zt-2022ms-body .all-bg .tixi .content .item .top {
  height: 50px;
  width: 150px;
  font-size: 28px;
  color: #fff;
  line-height: 50px;
  border-radius: 0 25px 25px 0;
  background-color: #1992DB;
  box-shadow: 0 8px 8px -5px #B9DFF2;
  margin-top: 25px;
  margin-left: -3px;
  padding: 0;
  text-align: center;
}

.zt-2022ms-body .all-bg .tixi .content .item .mid {
  height: 180px;
  width: 260px;
  margin: 40px 40px 0 40px;
  font-size: 60px;
  color: #1D3C8E;
  font-weight: 600;
  border-bottom: 6px solid #1D3C8E;
  text-align: center;
  padding: 0;
}

.zt-2022ms-body .all-bg .tixi .content .item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #1992DB;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.zt-2022ms-body .all-bg .tixi .content .item .bottom .title {
  width: 200px;
  height: 50px;
  line-height: 25px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.zt-2022ms-body .all-bg .tixi .content .item .left {
  width: 120px;
  height: 78px;
  position: absolute;
  bottom: -3px;
  left: -6px;
  content: url("/static/zt/img/zt_2022ms06.png");
}

.zt-2022ms-body .all-bg .yiwen {
  width: 1200px;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: 100px;
}

.zt-2022ms-body .all-bg .yiwen .yiwen-img {
  width: 762px;
  height: 227px;
  margin-top: -126px;
  content: url("/static/zt/img/zt_2022ms03.png");
}

.zt-2022ms-body .all-bg .yiwen .heng {
  height: 30px;
  width: 100%;
  border-radius: 15px;
  background-color: #1D3C8E;
}

.zt-2022ms-body .all-bg .yiwen .content {
  width: 1080px;
  margin: -15px 20px 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 20px -5px #295196;
}

.zt-2022ms-body .all-bg .yiwen .content .title {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 60px;
  color: #1E3C84;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-2022ms-body .all-bg .yiwen .content .foottitle {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 46px;
  color: #154297;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-2022ms-body .all-bg .yiwen .content .mid {
  width: 100%;
  height: 331px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}

.zt-2022ms-body .all-bg .yiwen .content .mid .mid-img {
  width: 252px;
  height: 100%;
  content: url("/static/zt/img/zt_2022ms04.png");
}

.zt-2022ms-body .all-bg .yiwen .content .mid .linebg {
  width: 410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zt-2022ms-body .all-bg .yiwen .content .mid .linebg .pao {
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-2022ms-body .all-bg .yiwen .content .mid .linebg .pao .comm {
  box-sizing: border-box;
  padding: 15px;
  line-height: 25px;
  background-color: #A7C8FE;
  font-size: 24px;
  border-radius: 8px;
}

.zt-2022ms-body .all-bg .yiwen .content .mid .linebg .pao .right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #A7C8FE;
}

.zt-2022ms-body .all-bg .yiwen .content .mid .linebg .pao .left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #A7C8FE;
}

.zt-2022msm-body {
  width: 100%;
  margin: 0;
  height: 100%;
}

.zt-2022msm-body .all-bg {
  width: 100%;
  background-image: url("/static/zt/img/zt_2022msbgm.jpg");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.zt-2022msm-body .all-bg .title-img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  content: url("/static/zt/img/zt_2022ms01m.png");
}

.zt-2022msm-body .all-bg .youhui-img {
  width: 100%;
  height: auto;
  content: url("/static/zt/img/zt_2022ms02m.png");
}

.zt-2022msm-body .all-bg .haoping {
  width: 90%;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.zt-2022msm-body .all-bg .haoping .haoping-img {
  width: 70%;
  content: url("/static/zt/img/zt_2022ms17m.png");
}

.zt-2022msm-body .all-bg .haoping .content2 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid #FDE0B1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.zt-2022msm-body .all-bg .haoping .content2 img {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms18.png");
}

.zt-2022msm-body .all-bg .haoping .content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .haoping .content .item {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid #FDE0B1;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .haoping .content .item .img1 {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms19.jpg");
}

.zt-2022msm-body .all-bg .haoping .content .item .img2 {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms20.jpg");
}

.zt-2022msm-body .all-bg .bh {
  width: 90%;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.zt-2022msm-body .all-bg .bh .bh-img {
  width: 70%;
  content: url("/static/zt/img/zt_2022ms08m.png");
}

.zt-2022msm-body .all-bg .bh .content2 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid #FDE0B1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.zt-2022msm-body .all-bg .bh .content2 .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022msm-body .all-bg .bh .content2 .line .item {
  width: 30%;
  height: 0;
  padding-bottom: 12.75%;
  background-image: url("/static/zt/img/zt_2022ms10m.png");
  background-size: 100% 100%;
  position: relative;
}

.zt-2022msm-body .all-bg .bh .content2 .line .item2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.zt-2022msm-body .all-bg .bh .content2 .p4 {
  font-size: 14px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  color: #3C68B3;
  width: 100%;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 5px;
}

.zt-2022msm-body .all-bg .bh .content2 .lastline {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #3A74D7;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

.zt-2022msm-body .all-bg .bh .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.zt-2022msm-body .all-bg .bh .content .item {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid #FDE0B1;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .bh .content .item .left {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-2022msm-body .all-bg .bh .content .item .left .right {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .bh .content .item .left .right .p1 {
  height: 40px;
  line-height: 40px;
  color: #3B76D6;
  font-size: 18px;
  font-weight: 600;
}

.zt-2022msm-body .all-bg .bh .content .item .left .right .p2 {
  color: #333;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.zt-2022msm-body .all-bg .bh .content .item .left .right .p3 {
  line-height: 20px;
  color: #5D8FD7;
  font-size: 12px;
  margin-top: 10px;
}

.zt-2022msm-body .all-bg .bh .content .item .left img {
  width: 100%;
  content: url("/static/zt/img/zt_2022ms09m.png");
}

.zt-2022msm-body .all-bg .bh .content .item .bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #67AAF8;
}

.zt-2022msm-body .all-bg .shizi {
  width: 90%;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.zt-2022msm-body .all-bg .shizi .shizi-img {
  width: 70%;
  content: url("/static/zt/img/zt_2022ms07m.png");
}

.zt-2022msm-body .all-bg .shizi .content2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .shizi .content2 .item2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #447AD5;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 10px;
  margin: 0;
  border-radius: 5px 5px 30px 5px;
  box-sizing: border-box;
  margin-top: 5px;
  text-align: center;
}

.zt-2022msm-body .all-bg .shizi .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-2022msm-body .all-bg .shizi .content .item {
  width: 45%;
  display: flex;
  flex-direction: column;
  text-decoration-line: none;
}

.zt-2022msm-body .all-bg .shizi .content .item .heng {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #1D3C8E;
  margin-top: 15px;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg {
  width: calc(100% - 10px);
  margin: -5px 5px 0 5px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #478AF5;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg img {
  width: 100%;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  background-color: #2858AC;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu .line1 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu .line2 {
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 3px;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu .line2 .name {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu .line2 .name2 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.zt-2022msm-body .all-bg .shizi .content .item .zbg .indu .line2 .name3 {
  height: 40px;
  box-sizing: border-box;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.zt-2022msm-body .all-bg .tixi {
  width: 90%;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.zt-2022msm-body .all-bg .tixi .tixi-img {
  width: 70%;
  content: url("/static/zt/img/zt_2022ms05m.png");
}

.zt-2022msm-body .all-bg .tixi .zhu {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-2022msm-body .all-bg .tixi .content {
  width: calc(100% - 10px);
  margin: -5px 5px 0 5px;
  display: flex;
  flex-direction: column;
}

.zt-2022msm-body .all-bg .tixi .content .heng {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #1D3C8E;
  margin-top: 15px;
}

.zt-2022msm-body .all-bg .tixi .content .item {
  text-decoration-line: none;
  width: calc(100% - 10px);
  margin: -5px 5px 0 5px;
  height: 230px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 10px -5px #29539B;
  position: relative;
  cursor: pointer;
}

.zt-2022msm-body .all-bg .tixi .content .item .top {
  height: 30px;
  width: 120px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  border-radius: 0 15px 15px 0;
  background-color: #1992DB;
  box-shadow: 0 8px 8px -5px #B9DFF2;
  margin-top: 15px;
  margin-left: -3px;
  padding: 0;
  text-align: center;
}

.zt-2022msm-body .all-bg .tixi .content .item .mid {
  height: 100px;
  width: 100%;
  line-height: 50px;
  font-size: 28px;
  color: #1D3C8E;
  font-weight: 600;
  text-align: center;
  padding: 0;
}

.zt-2022msm-body .all-bg .tixi .content .item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #1992DB;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.zt-2022msm-body .all-bg .tixi .content .item .bottom .title {
  width: 200px;
  height: 50px;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.zt-2022msm-body .all-bg .tixi .content .item .left {
  width: 120px;
  height: 78px;
  position: absolute;
  bottom: -3px;
  left: -6px;
  content: url("/static/zt/img/zt_2022ms06.png");
}

.zt-2022msm-body .all-bg .yiwen {
  width: 90%;
  background-color: #3A74D7;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.zt-2022msm-body .all-bg .yiwen .yiwen-img {
  width: 70%;
  content: url("/static/zt/img/zt_2022ms03m.png");
}

.zt-2022msm-body .all-bg .yiwen .heng {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #1D3C8E;
}

.zt-2022msm-body .all-bg .yiwen .content {
  width: calc(100% - 10px);
  margin: -5px 5px 0 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 10px -5px #295196;
}

.zt-2022msm-body .all-bg .yiwen .content .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #1E3C84;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-2022msm-body .all-bg .yiwen .content .foottitle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #154297;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-2022msm-body .all-bg .yiwen .content .linebg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zt-2022msm-body .all-bg .yiwen .content .linebg .comm {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 5px  10px;
  line-height: 15px;
  background-color: #A7C8FE;
  font-size: 14px;
  border-radius: 3px;
  margin: 5px 10px;
  text-align: center;
}

.zt-skmx-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/static/zt/img/zt_skmx_bodybg.jpg");
  background-repeat: no-repeat;
}

.xdm-zt-gkkt-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

.xdm-zt-gkkt-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.xdm-zt-gkkt-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.xdm-zt-gkkt-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.xdm-zt-gkkt-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.xdm-zt-gkkt-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.xdm-zt-gkkt-body .big-title-bg {
  width: 10rem;
  height: 6.5rem;
  background-image: url("/static/zt/img/zt_gkkt_bj1.png");
  background-repeat: no-repeat;
  background-size: 10rem 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xdm-zt-gkkt-body .big-title-bg .book-bg {
  width: 9rem;
  height: 4.193rem;
  position: relative;
}

.xdm-zt-gkkt-body .big-title-bg .book-bg .title-img {
  width: 9rem;
  height: 4.193rem;
  content: url("/static/zt/img/zt_gkkt_wz.png");
  position: absolute;
  left: 0;
  top: 0;
}

.xdm-zt-gkkt-body .big-title-bg .book-bg .girl-img {
  width: 2rem;
  height: 2rem;
  content: url("/static/zt/img/zt_gkkt_tb1.png");
  position: absolute;
  left: -0.8rem;
  top: -1.2rem;
}

.xdm-zt-gkkt-body .big-title-bg .book-bg .book-img {
  width: 1rem;
  height: 1rem;
  content: url("/static/zt/img/zt_gkkt_tb3.png");
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
}

.xdm-zt-gkkt-body .big-title-bg .book-bg .other-img {
  width: 0.9rem;
  height: 2.02rem;
  content: url("/static/zt/img/zt_gkkt_tb2.png");
  position: absolute;
  left: 8.2rem;
  top: -1.2rem;
}

.xdm-zt-gkkt-body .zt-content-body {
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg {
  width: 9.2rem;
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg .line {
  height: 3.7rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem 0;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg .line .item {
  width: 4.5rem;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem;
  border: 1px solid #3222A9;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg .line .item .icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg .line .item .title {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.4rem;
  color: #3222A9;
  font-weight: 600;
}

.xdm-zt-gkkt-body .zt-content-body .ts-bg .line .item .ftitle {
  line-height: 0.6rem;
  font-size: 0.3rem;
  text-align: center;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg {
  width: 10rem;
  height: 15rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("/static/zt/img/zt_gkkt_bj2.png");
  background-repeat: no-repeat;
  background-size: 10rem   15rem;
  box-sizing: border-box;
  padding-top: 0.5rem;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg {
  width: 9.5rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item {
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .img-bg {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0.2rem;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .img-bg img {
  width: 100%;
  height: 100%;
}

.xdm-zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .titles {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg {
  width: 9.5rem;
  box-sizing: border-box;
  position: relative;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .scontent {
  display: flex;
  flex-direction: row;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .item1 {
  width: 4.5rem;
  height: 2.957rem;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .item2 {
  width: 4.5rem;
  height: 5.927rem;
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img1 {
  content: url("/static/zt/img/zt_wtb_kt1.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img2 {
  content: url("/static/zt/img/zt_wtb_kt2.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img3 {
  content: url("/static/zt/img/zt_wtb_hp1.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img4 {
  content: url("/static/zt/img/zt_wtb_hp2.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img5 {
  content: url("/static/zt/img/zt_wtb_hp3.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img6 {
  content: url("/static/zt/img/zt_wtb_hp4.png");
}

.xdm-zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img7 {
  content: url("/static/zt/img/zt_wtb_hp5.png");
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg {
  width: 9.5rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img1 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img2 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img3 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img4 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.xdm-zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .stbuy {
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #3A86F6;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.66rem;
  padding: 0 0.4rem;
  color: #fff;
  margin-top: 0.3rem;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
  border: 1px solid #fff;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg {
  width: 9.5rem;
  background-color: #3A27AE;
  border: 1 solid #3A27AE;
  box-sizing: border-box;
  position: relative;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FDEED5;
  padding: 0.3rem;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .items .img1 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .items .img2 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .items .img3 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .items .img4 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .stbuy {
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #3A86F6;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.66rem;
  padding: 0 0.4rem;
  color: #fff;
  margin-top: 0.3rem;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 0.1rem;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-ts {
  width: 100%;
  position: relative;
  height: 2.8rem;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-ts .ctt {
  width: 100%;
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.3rem 0 0 0;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #3A27AE;
  height: 3.2rem;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item {
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .titles {
  width: 100%;
  height: 0.6rem;
  background-color: #3A27AE;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-right: 1px solid #3A27AE;
  bottom: 1px solid #3A27AE;
  box-sizing: border-box;
  font-size: 0.24rem;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles {
  width: 100%;
  height: 2.56rem;
  box-sizing: border-box;
  border-right: 1px solid #3A27AE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles p {
  line-height: 0.34rem;
  font-size: 0.26rem;
  color: #232323;
  text-align: center;
}

.xdm-zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles .buy {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.18rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #E44A42;
  cursor: pointer;
  text-decoration: none;
  margin: 0.1rem 0;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg {
  width: 9.5rem;
  height: 6.18rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item {
  display: flex;
  flex-direction: column;
  width: 4.45rem;
  height: 6.18rem;
  margin-right: 0.5rem;
  text-decoration: none;
  cursor: pointer;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .img-bg {
  width: 4.45rem;
  height: 4.45rem;
  position: relative;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .img-bg img {
  width: 4.45rem;
  object-fit: cover;
  border-radius: 0.3rem 0.3rem 0 0;
  clip-path: polygon(0 0, 100% 0, 4.45rem 4.45rem, 0 3.95rem);
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .nameline {
  height: 0.4rem;
  width: 4.45rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.1rem;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .nameline .name {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .nameline .py {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #333;
}

.xdm-zt-gkkt-body .zt-content-body .sz-bg .item .line {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #333;
  width: 4.5rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0;
  background: linear-gradient(90deg, #4685F7, #6D4BFF);
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left {
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .title {
  height: 2.1rem;
  font-size: 0.46rem;
  color: #fff;
  line-height: 0.7rem;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .title span {
  font-weight: 600;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .ftitle {
  height: 1.2rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.6rem;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .ftitle span {
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #fff;
  padding: 0 0.25rem;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right {
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right img {
  width: 2rem;
  height: 2rem;
}

.xdm-zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right .canyu {
  width: 2rem;
  height: 0.64rem;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #3F2DA5;
  font-size: 0.26rem;
  line-height: 0.64rem;
  text-align: center;
  margin-top: 0.2rem;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable {
  width: 9.5rem;
  border: 1px solid #3928AD;
  box-sizing: border-box;
  border-radius: 0.5rem;
  display: flex;
  z-index: 10;
  flex-direction: column;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .headline {
  width: 100%;
  height: 1.35rem;
  display: flex;
  flex-direction: row;
  background-color: #3928AD;
  border-radius: 0.5rem 0.5rem 0 0;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .headline p {
  height: 1.35rem !important;
  line-height: 1.35rem !important;
  color: #fff !important;
  font-size: 0.36rem !important;
  border-right: none !important;
  border-bottom: none !important;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .dataline {
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w210 {
  width: 1.78rem;
  border-right: 1px solid #333;
  font-size: 0.24rem;
  color: #2B1C9E;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w200 {
  width: 1.697rem;
  border-right: 1px solid #333;
  font-size: 0.24rem;
  color: #333;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w300 {
  line-height: 1.2rem;
  width: 2.544rem;
  border-right: 1px solid #333;
  font-size: 0.24rem;
  color: #333;
  height: 1.2rem;
  text-align: center;
  box-sizing: border-box;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w208 {
  line-height: 1.2rem;
  width: 1.764rem;
  font-size: 0.24rem;
  color: #333;
  height: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w208 .buy {
  height: 0.46rem;
  width: 1.5rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  background-color: #2229C5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.xdm-zt-gkkt-body .zt-content-body .player-bg {
  width: 9.5rem;
  height: 5.675rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-image: url("/static/zt/img/zt_gkkt_dn.png");
  background-repeat: no-repeat;
  background-size: 9.5rem 5.675rem;
  box-sizing: border-box;
  padding: 0.4rem 0.92rem 0.8rem   0.9rem;
}

.xdm-zt-gkkt-body .zt-content-body .player-bg .video-bg {
  width: 100%;
  height: 100%;
  background-color: #154297;
}

.xdm-zt-gkkt-body .zt-content-body .all-ftitles {
  width: 9.5rem;
  height: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .all-ftitles .titles {
  line-height: 0.3rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  color: #3A2BAB;
  text-align: center;
}

.xdm-zt-gkkt-body .zt-content-body .all-titles {
  width: 9.5rem;
  height: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0;
}

.xdm-zt-gkkt-body .zt-content-body .all-titles .leftimg {
  width: 0.8rem;
  height: 0.49rem;
  content: url("/static/zt/img/zt_gkkt_tb4.png");
}

.xdm-zt-gkkt-body .zt-content-body .all-titles .rightimg {
  width: 0.8rem;
  height: 0.49rem;
  content: url("/static/zt/img/zt_gkkt_tb5.png");
}

.xdm-zt-gkkt-body .zt-content-body .all-titles .titles {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.45rem;
  padding: 0 0.2rem;
  color: #3A2BAB;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .left .title1 {
  height: 0.7rem;
  font-weight: bold;
  font-size: 0.38rem;
  color: #5076F9;
  line-height: 0.7rem;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .left .title2 {
  height: 0.5rem;
  font-size: 0.22rem;
  color: #5076F9;
  line-height: 0.5rem;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .right .img1 {
  width: 3rem;
  height: 3rem;
  content: url("/static/zt/img/zt_wtb_dm.png");
}

.xdm-zt-gkkt-body .zt-content-body .zt-address .right .img2 {
  width: 3rem;
  height: 3rem;
  content: url("/static/zt/img/zt_wtb_xg.png");
}

.zt-gkkt-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

.zt-gkkt-body .leftc {
  height: 456px;
  width: 211px;
  position: absolute;
  left: 0;
  top: 1000px;
  content: url("/static/zt/img/zt_gkkt_tb6.png");
  z-index: 0;
}

.zt-gkkt-body .rightc {
  height: 353px;
  width: 209px;
  position: absolute;
  right: 0;
  top: 2500px;
  content: url("/static/zt/img/zt_gkkt_tb7.png");
  z-index: 0;
}

.zt-gkkt-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-gkkt-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-gkkt-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-gkkt-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-gkkt-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gkkt-body .big-title-bg {
  width: 100%;
  height: 666px;
  background-image: url("/static/zt/img/zt_gkkt_bj1.png");
  background-repeat: no-repeat;
  background-size: 1920px 666px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkkt-body .big-title-bg .book-bg {
  width: 1013px;
  height: 472px;
  position: relative;
}

.zt-gkkt-body .big-title-bg .book-bg .title-img {
  width: 1013px;
  height: 472px;
  content: url("/static/zt/img/zt_gkkt_wz.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-gkkt-body .big-title-bg .book-bg .girl-img {
  width: 402px;
  height: 407px;
  content: url("/static/zt/img/zt_gkkt_tb1.png");
  position: absolute;
  left: -260px;
  top: -150px;
}

.zt-gkkt-body .big-title-bg .book-bg .book-img {
  width: 210px;
  height: 212px;
  content: url("/static/zt/img/zt_gkkt_tb3.png");
  position: absolute;
  left: 1100px;
  top: 200px;
}

.zt-gkkt-body .big-title-bg .book-bg .other-img {
  width: 91px;
  height: 205px;
  content: url("/static/zt/img/zt_gkkt_tb2.png");
  position: absolute;
  left: 1200px;
  top: -150px;
}

.zt-gkkt-body .zt-content-body {
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .pingtai-bg {
  width: 1920px;
  height: 878px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("/static/zt/img/zt_gkkt_bj2.png");
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 58px;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg {
  width: 1120px;
  height: 720px;
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item {
  width: 240px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .img-bg {
  width: 180px;
  height: 180px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 10px;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .img-bg img {
  width: 100%;
  height: 100%;
}

.zt-gkkt-body .zt-content-body .pingtai-bg .content-bg .item-line .item .titles {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.zt-gkkt-body .zt-content-body .kchp-bg {
  width: 1120px;
  box-sizing: border-box;
  position: relative;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .item1 {
  width: 525px;
  height: 345px;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .item2 {
  width: 186px;
  height: 245px;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .item3 {
  width: 188px;
  height: 180px;
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img1 {
  content: url("/static/zt/img/zt_wtb_kt1.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img2 {
  content: url("/static/zt/img/zt_wtb_kt2.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img3 {
  content: url("/static/zt/img/zt_wtb_hp1.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img4 {
  content: url("/static/zt/img/zt_wtb_hp2.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img5 {
  content: url("/static/zt/img/zt_wtb_hp3.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img6 {
  content: url("/static/zt/img/zt_wtb_hp4.png");
}

.zt-gkkt-body .zt-content-body .kchp-bg .hp-bg .sk .img7 {
  content: url("/static/zt/img/zt_wtb_hp5.png");
}

.zt-gkkt-body .zt-content-body .bookinfo-bg {
  width: 1120px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img1 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img2 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img3 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .items .img4 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.zt-gkkt-body .zt-content-body .bookinfo-bg .shuati-bg .stbuy {
  height: 66px;
  border-radius: 33px;
  background-color: #3A86F6;
  font-size: 30px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
  border: 1px solid #fff;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg {
  width: 1120px;
  background-color: #3A27AE;
  border: 2px solid #3A27AE;
  box-sizing: border-box;
  position: relative;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FDEED5;
  padding: 30px;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .shuati-bg .js {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 22px;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-ts {
  width: 100%;
  position: relative;
  height: 180px;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-ts .imgs {
  width: 170px;
  height: 166px;
  position: absolute;
  left: 10px;
  top: 27px;
  content: url("/static/zt/img/zt_wtb_kc.png");
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-ts .ctt {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 2px solid #3A27AE;
  height: 300px;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item {
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .titles {
  width: 100%;
  height: 60px;
  background-color: #3A27AE;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-right: 1px solid #3A27AE;
  bottom: 1px solid #3A27AE;
  box-sizing: border-box;
  font-size: 24px;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles {
  width: 100%;
  height: 236px;
  box-sizing: border-box;
  border-right: 1px solid #3A27AE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles p {
  line-height: 34px;
  font-size: 26px;
  color: #232323;
  text-align: center;
}

.zt-gkkt-body .zt-content-body .kcinfo-bg .kc-bg .kc-table .item .ftitles .buy {
  width: 114px;
  height: 36px;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-color: #E44A42;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0;
}

.zt-gkkt-body .zt-content-body .sz-bg {
  width: 1120px;
  height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-gkkt-body .zt-content-body .sz-bg .item {
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 500px;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}

.zt-gkkt-body .zt-content-body .sz-bg .item .img-bg {
  width: 360px;
  height: 360px;
  position: relative;
}

.zt-gkkt-body .zt-content-body .sz-bg .item .img-bg img {
  width: 360px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  clip-path: polygon(0 0, 100% 0, 360px 360px, 0 320px);
}

.zt-gkkt-body .zt-content-body .sz-bg .item .img-bg .qie {
  width: 360px;
  height: 40px;
  position: absolute;
  background: linear-gradient(-45deg, transparent 360px, #fff 0);
}

.zt-gkkt-body .zt-content-body .sz-bg .item .nameline {
  height: 40px;
  width: 360px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.zt-gkkt-body .zt-content-body .sz-bg .item .nameline .name {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.zt-gkkt-body .zt-content-body .sz-bg .item .nameline .py {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
}

.zt-gkkt-body .zt-content-body .sz-bg .item .line {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  width: 360px;
  box-sizing: border-box;
  padding: 0 10px;
}

.zt-gkkt-body .zt-content-body .zcj-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  background: linear-gradient(90deg, #4685F7, #6D4BFF);
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent {
  width: 1120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left {
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .title {
  height: 120px;
  font-size: 36px;
  color: #fff;
  line-height: 60px;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .title span {
  font-weight: 600;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .ftitle {
  margin-top: 14px;
  height: 36px;
  font-size: 26px;
  color: #fff;
  line-height: 36px;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .left .ftitle span {
  height: 42px;
  border-radius: 21px;
  border: 1px solid #fff;
  padding: 0 21px;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right {
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right img {
  width: 180px;
  height: 180px;
}

.zt-gkkt-body .zt-content-body .zcj-bg .zcjcontent .right .canyu {
  width: 184px;
  height: 64px;
  border-radius: 20px;
  background-color: #fff;
  color: #3F2DA5;
  font-size: 26px;
  line-height: 64px;
  text-align: center;
  margin-top: 20px;
}

.zt-gkkt-body .zt-content-body .ts-bg {
  width: 1120px;
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .ts-bg .line {
  height: 280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 0;
}

.zt-gkkt-body .zt-content-body .ts-bg .line .item {
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #3222A9;
}

.zt-gkkt-body .zt-content-body .ts-bg .line .item .icon {
  width: 138px;
  height: 138px;
  object-fit: contain;
}

.zt-gkkt-body .zt-content-body .ts-bg .line .item .title {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #3222A9;
  font-weight: 600;
}

.zt-gkkt-body .zt-content-body .ts-bg .line .item .ftitle {
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}

.zt-gkkt-body .zt-content-body .yuyue-bg {
  width: 1120px;
  display: flex;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable {
  width: 1120px;
  border: 1px solid #3928AD;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  z-index: 10;
  flex-direction: column;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .headline {
  width: 100%;
  height: 135px;
  display: flex;
  flex-direction: row;
  background-color: #3928AD;
  border-radius: 20px 20px 0 0;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .headline p {
  height: 135px !important;
  line-height: 135px !important;
  color: #fff !important;
  font-size: 36px !important;
  border-right: none !important;
  border-bottom: none !important;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .dataline {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w210 {
  width: 210px;
  border-right: 1px solid #333;
  font-size: 24px;
  color: #2B1C9E;
  height: 120px;
  line-height: 120px;
  text-align: center;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w200 {
  width: 200px;
  border-right: 1px solid #333;
  font-size: 24px;
  color: #333;
  height: 120px;
  line-height: 120px;
  text-align: center;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w300 {
  line-height: 120px;
  width: 300px;
  border-right: 1px solid #333;
  font-size: 24px;
  color: #333;
  height: 120px;
  text-align: center;
  box-sizing: border-box;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w208 {
  line-height: 120px;
  width: 208px;
  font-size: 24px;
  color: #333;
  height: 120px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .yuyue-bg .mytable .w208 .buy {
  height: 46px;
  width: 160px;
  font-size: 26px;
  color: #fff;
  line-height: 46px;
  border-radius: 23px;
  background-color: #2229C5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-gkkt-body .zt-content-body .player-bg {
  width: 1120px;
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-image: url("/static/zt/img/zt_gkkt_dn.png");
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 49px 90px 107px   110px;
}

.zt-gkkt-body .zt-content-body .player-bg .video-bg {
  width: 100%;
  height: 100%;
  background-color: #154297;
}

.zt-gkkt-body .zt-content-body .player-bg .video-bg-out {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 300px;
  height: 225px;
  background-color: #000;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.zt-gkkt-body .zt-content-body .all-ftitles {
  width: 1120px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .all-ftitles .titles {
  line-height: 30px;
  font-size: 24px;
  padding: 0 20px;
  color: #3A2BAB;
}

.zt-gkkt-body .zt-content-body .all-titles {
  width: 1120px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.zt-gkkt-body .zt-content-body .all-titles .leftimg {
  width: 80px;
  height: 49px;
  content: url("/static/zt/img/zt_gkkt_tb4.png");
}

.zt-gkkt-body .zt-content-body .all-titles .rightimg {
  width: 80px;
  height: 49px;
  content: url("/static/zt/img/zt_gkkt_tb5.png");
}

.zt-gkkt-body .zt-content-body .all-titles .titles {
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  padding: 0 20px;
  color: #3A2BAB;
}

.zt-gkkt-body .zt-content-body .zt-address {
  width: 1120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 260px;
}

.zt-gkkt-body .zt-content-body .zt-address .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-gkkt-body .zt-content-body .zt-address .left .title1 {
  height: 70px;
  font-weight: bold;
  font-size: 38px;
  color: #5076F9;
  line-height: 70px;
}

.zt-gkkt-body .zt-content-body .zt-address .left .title2 {
  height: 50px;
  font-size: 22px;
  color: #5076F9;
  line-height: 50px;
}

.zt-gkkt-body .zt-content-body .zt-address .right {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-gkkt-body .zt-content-body .zt-address .right .img1 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  content: url("/static/zt/img/zt_wtb_dm.png");
}

.zt-gkkt-body .zt-content-body .zt-address .right .img2 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  content: url("/static/zt/img/zt_wtb_xg.png");
}

.zt-wtbm-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

.zt-wtbm-body .hengfu-bg-close {
  display: none;
}

.zt-wtbm-body .hengfu-bg {
  width: 100%;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 100% 100%;
}

.zt-wtbm-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-wtbm-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-wtbm-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-wtbm-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 0.4rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-wtbm-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
}

.zt-wtbm-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-wtbm-body .hengfu-bg .hengfu .btnbg .btn2 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-wtbm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-wtbm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-wtbm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-wtbm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-wtbm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-wtbm-body .big-title-bg {
  width: 100%;
  height: 10rem;
  background-image: url("/static/zt/img/zt_wtb_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-wtbm-body .big-title-bg .book-bg {
  width: 9.5rem;
  height: 6rem;
  position: relative;
}

.zt-wtbm-body .big-title-bg .book-bg .book-img {
  width: 9.5rem;
  height: 6rem;
  content: url("/static/zt/img/zt_wtb_sb.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-wtbm-body .big-title-bg .book-bg .title-img {
  width: 7.8rem;
  height: 4.7rem;
  content: url("/static/zt/img/zt_wtb_wz.png");
  position: absolute;
  left: 1rem;
  top: -0.3rem;
}

.zt-wtbm-body .big-title-bg .book-bg .tb1-img {
  width: 5.2rem;
  height: 6.4rem;
  content: url("/static/zt/img/zt_wtb_tb1.png");
  position: absolute;
  left: -3rem;
  top: 0.3rem;
}

.zt-wtbm-body .big-title-bg .book-bg .tb2-img {
  width: 4.758rem;
  height: 6.82rem;
  content: url("/static/zt/img/zt_wtb_tb2.png");
  position: absolute;
  left: 7rem;
  top: 4rem;
}

.zt-wtbm-body .big-title-bg .book-bg .tb3-img {
  width: 3.6rem;
  height: 2.36rem;
  content: url("/static/zt/img/zt_wtb_tb3.png");
  position: absolute;
  left: 3.5rem;
  top: 5rem;
}

.zt-wtbm-body .big-title-bg .book-bg .fj1-img {
  width: 2.6rem;
  height: 2.06rem;
  content: url("/static/zt/img/zt_wtb_fj1.png");
  position: absolute;
  left: 7rem;
  top: -1.7568rem;
}

.zt-wtbm-body .big-title-bg .book-bg .fj2-img {
  width: 1.52rem;
  height: 0.98rem;
  content: url("/static/zt/img/zt_wtb_fj2.png");
  position: absolute;
  left: 0;
  top: 6rem;
}

.zt-wtbm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/static/zt/img/zt_wtb_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -6.6486rem;
  padding-top: 6.1081rem;
}

.zt-wtbm-body .zt-content-body .zt-address {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.zt-wtbm-body .zt-content-body .zt-address .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-wtbm-body .zt-content-body .zt-address .left .title1 {
  height: 0.7rem;
  font-weight: bold;
  font-size: 0.38rem;
  color: #5076F9;
  line-height: 0.7rem;
}

.zt-wtbm-body .zt-content-body .zt-address .left .title2 {
  height: 0.5rem;
  font-size: 0.22rem;
  color: #5076F9;
  line-height: 0.5rem;
}

.zt-wtbm-body .zt-content-body .zt-address .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.zt-wtbm-body .zt-content-body .zt-address .right .img1 {
  width: 3rem;
  height: 3rem;
  content: url("/static/zt/img/zt_wtb_dm.png");
}

.zt-wtbm-body .zt-content-body .zt-address .right .img2 {
  width: 3rem;
  height: 3rem;
  content: url("/static/zt/img/zt_wtb_xg.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg {
  width: 9.5rem;
  background-color: #1F88F8;
  border: 0.25rem solid #92CEF0;
  border-radius: 0.4054rem;
  box-sizing: border-box;
  position: relative;
  padding-top: 1rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.25rem 0.25rem 0.25rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  padding: 0.25rem 0.25rem  0.25rem 0.25rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item {
  width: 8rem;
  height: 5.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg {
  width: 8rem;
  height: 5.6rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0.5rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg .jdtitle {
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  font-weight: 600;
  color: #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg .jdftitle {
  line-height: 0.7rem;
  font-size: 0.4rem;
  color: #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg .title-label {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .title {
  width: 100%;
  height: 110px;
  border: 5px solid #92CEF0;
  background-color: #2092F3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 35px;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .title .label {
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .title .zixun {
  width: 183px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background-color: #1D1D1D;
  border-radius: 15px;
  cursor: pointer;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .item-bg {
  width: 100%;
  border: 5px solid #92CEF0;
  background-color: #2092F3;
  background-image: linear-gradient(90deg, #2092F3, #3CC8FD);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 35px;
  margin-top: 25px;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item {
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .titlebig {
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 48px;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .titlebig span {
  height: 100px;
  line-height: 100px;
  font-size: 62px;
  font-weight: bold;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .title-label {
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk {
  width: 9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .scontent {
  display: flex;
  flex-direction: row;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .item1 {
  width: 4.5rem;
  height: 2.957rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .item2 {
  width: 4.5rem;
  height: 5.927rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img1 {
  content: url("/static/zt/img/zt_wtb_kt1.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img2 {
  content: url("/static/zt/img/zt_wtb_kt2.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img3 {
  content: url("/static/zt/img/zt_wtb_hp1.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img4 {
  content: url("/static/zt/img/zt_wtb_hp2.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img5 {
  content: url("/static/zt/img/zt_wtb_hp3.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img6 {
  content: url("/static/zt/img/zt_wtb_hp4.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .hp-bg .sk .img7 {
  content: url("/static/zt/img/zt_wtb_hp5.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg {
  width: 9rem;
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .remark {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.6rem;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  background-image: linear-gradient(180deg, #FCAFA3, #F54843);
  border-radius: 0 0 0.25rem 0.25rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .w200 {
  width: 1.6rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .w260 {
  width: 2rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .w460 {
  width: 5.2rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .head {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  background-color: #F5433E;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .head .item {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.4rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .heads {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .heads .itemb {
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  background-color: #1F88F8;
}

.zt-wtbm-body .zt-content-body .all-content-bg .jinmian-bg .heads .itemw {
  line-height: 0.8rem;
  text-align: center;
  color: #2E65D1;
  font-size: 0.3rem;
  background-color: #A8D1FC;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg {
  width: 9rem;
  box-sizing: border-box;
  padding: 0 0.1rem  0.1rem  0.1rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .video-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.1rem;
  height: 6.8rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .midtext {
  width: 100%;
  text-align: center;
  height: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0.5rem 0;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line {
  height: 4.3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.25rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item {
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.25rem;
  border: 1px solid #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .title {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #fff;
  font-weight: 600;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .ftitle {
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .btn-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0;
}

.zt-wtbm-body .zt-content-body .all-content-bg .gkkt-bg .btn-bg .btn {
  background-color: #fff;
  width: 6rem;
  height: 1rem;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 0.5rem;
  font-weight: 600;
  color: #0B7CF2;
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg {
  width: 9rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  box-sizing: border-box;
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img1 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img2 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img3 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img4 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .stbuy {
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #3A86F6;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.66rem;
  padding: 0 0.4rem;
  color: #fff;
  margin-top: 0.3rem;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
  border: 1px solid #fff;
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FDEED5;
  padding: 0.3rem;
  box-sizing: border-box;
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .items .img1 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .items .img2 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .items .img3 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .items .img4 {
  width: 2rem;
  height: 2.6885rem;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.zt-wtbm-body .zt-content-body .all-content-bg .shuati-bg .stbuy {
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #3A86F6;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.66rem;
  padding: 0 0.4rem;
  color: #fff;
  margin-top: 0.3rem;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 0.1rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-ts {
  width: 100%;
  position: relative;
  height: 2.8rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-ts .ctt {
  width: 100%;
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.3rem 0 0 0;
  box-sizing: border-box;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #3A27AE;
  height: 3.2rem;
  box-sizing: border-box;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table .item {
  display: flex;
  flex-direction: column;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .titles {
  width: 100%;
  height: 0.6rem;
  background-color: #3A27AE;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-right: 1px solid #3A27AE;
  bottom: 1px solid #3A27AE;
  box-sizing: border-box;
  font-size: 0.24rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles {
  width: 100%;
  height: 2.56rem;
  box-sizing: border-box;
  border-right: 1px solid #3A27AE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles p {
  line-height: 0.34rem;
  font-size: 0.26rem;
  color: #232323;
  text-align: center;
}

.zt-wtbm-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles .buy {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.18rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #E44A42;
  cursor: pointer;
  text-decoration: none;
  margin: 0.1rem 0;
}

.zt-wtbm-body .zt-content-body .all-content-bg .title-tool {
  width: 9rem;
  position: absolute;
  height: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: 0;
  top: -0.5rem;
}

.zt-wtbm-body .zt-content-body .all-content-bg .title-tool .item {
  width: 0.8rem;
  height: 1rem;
  position: relative;
}

.zt-wtbm-body .zt-content-body .all-content-bg .title-tool .item .cr {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 0.2rem;
  top: 0.6rem;
  background-color: #FFC765;
}

.zt-wtbm-body .zt-content-body .all-content-bg .title-tool .item .zz {
  width: 0.18rem;
  border-radius: 0.09rem;
  height: 0.8rem;
  background-color: #FFC765;
  position: absolute;
  left: 0.31rem;
  top: 0;
}

.zt-wtbm-body .zt-content-body .big-title-bg {
  height: 1rem;
  width: 9rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 0.1351rem solid #B2E7FF;
  background-image: linear-gradient(90deg, #2092F3, #3CC8FD);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0.5rem 0;
}

.zt-wtbm-body .zt-content-body .big-title-bg .titles {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}

.zt-wtbm-body .zt-content-body .big-title-bg .titles span {
  color: #FFF4CA;
}

.zt-wtb-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

.zt-wtb-body .rightzx {
  position: fixed;
  height: 330px;
  width: 150px;
  right: 10px;
  top: calc(50% - 165px);
  padding: 105px 16px 26px 16px;
  box-sizing: border-box;
  background-image: url("/static/zt/img/zt_wtb_right.png");
  background-size: 100% 100%;
}

.zt-wtb-body .rightzx .zx-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.zt-wtb-body .rightzx .zx-bg .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  content: url("/static/zt/img/zt_wtb_close.png");
  position: absolute;
  right: 40px;
  top: -160px;
}

.zt-wtb-body .rightzx .zx-bg .btn {
  height: 26px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 13px;
  background: linear-gradient(to bottom, #83B2FA, #3F91FD);
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-wtb-body .rightzx .zx-bg .text {
  height: 14px;
  line-height: 14px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.zt-wtb-body .hengfu-bg-close {
  display: none;
}

.zt-wtb-body .hengfu-bg {
  width: 100%;
  height: 156px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 1920px 156px;
}

.zt-wtb-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-wtb-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-wtb-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-wtb-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-wtb-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.zt-wtb-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-wtb-body .hengfu-bg .hengfu .btnbg .btn2 {
  border-radius: 17px;
  margin-top: 20px;
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-wtb-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-wtb-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-wtb-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-wtb-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-wtb-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-wtb-body .big-title-bg {
  width: 100%;
  height: 1029px;
  background-image: url("/static/zt/img/zt_wtb_bg.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 1029px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-wtb-body .big-title-bg .book-bg {
  width: 1123px;
  height: 710px;
  position: relative;
}

.zt-wtb-body .big-title-bg .book-bg .book-img {
  width: 1123px;
  height: 710px;
  content: url("/static/zt/img/zt_wtb_sb.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-wtb-body .big-title-bg .book-bg .title-img {
  width: 931px;
  height: 561px;
  content: url("/static/zt/img/zt_wtb_wz.png");
  position: absolute;
  left: 100px;
  top: -20px;
}

.zt-wtb-body .big-title-bg .book-bg .tb1-img {
  width: 624px;
  height: 768px;
  content: url("/static/zt/img/zt_wtb_tb1.png");
  position: absolute;
  left: -395px;
  top: 20px;
}

.zt-wtb-body .big-title-bg .book-bg .tb2-img {
  width: 571px;
  height: 819px;
  content: url("/static/zt/img/zt_wtb_tb2.png");
  position: absolute;
  left: 948px;
  top: 250px;
}

.zt-wtb-body .big-title-bg .book-bg .tb3-img {
  width: 428px;
  height: 281px;
  content: url("/static/zt/img/zt_wtb_tb3.png");
  position: absolute;
  left: 428px;
  top: 536px;
}

.zt-wtb-body .big-title-bg .book-bg .fj1-img {
  width: 311px;
  height: 246px;
  content: url("/static/zt/img/zt_wtb_fj1.png");
  position: absolute;
  left: 1140px;
  top: -65px;
}

.zt-wtb-body .big-title-bg .book-bg .fj2-img {
  width: 182px;
  height: 118px;
  content: url("/static/zt/img/zt_wtb_fj2.png");
  position: absolute;
  left: -375px;
  top: 546px;
}

.zt-wtb-body .zt-content-body {
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/static/zt/img/zt_wtb_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -320px;
  padding-top: 300px;
}

.zt-wtb-body .zt-content-body .zt-address {
  width: 1120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 260px;
}

.zt-wtb-body .zt-content-body .zt-address .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-wtb-body .zt-content-body .zt-address .left .title1 {
  height: 70px;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  line-height: 70px;
}

.zt-wtb-body .zt-content-body .zt-address .left .title2 {
  height: 50px;
  font-size: 22px;
  color: #fff;
  line-height: 50px;
}

.zt-wtb-body .zt-content-body .zt-address .right {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-wtb-body .zt-content-body .zt-address .right .img1 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  content: url("/static/zt/img/zt_wtb_dm.png");
}

.zt-wtb-body .zt-content-body .zt-address .right .img2 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  content: url("/static/zt/img/zt_wtb_xg.png");
}

.zt-wtb-body .zt-content-body .all-content-bg {
  width: 1120px;
  background-color: #1F88F8;
  border: 10px solid #92CEF0;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  padding-top: 88px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  margin-top: -40px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 20px  20px 20px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item {
  width: 336px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg {
  width: 336px;
  height: 236px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 25px;
  justify-content: space-between;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg .jdtitle {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .titlebgimg .jdftitle {
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .midimg {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .title-label-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .jieduan .item .title-label-bg .title-label {
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #2E89FE;
  text-align: center;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .title {
  width: 100%;
  height: 110px;
  border: 5px solid #92CEF0;
  background-color: #2092F3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 35px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .title .label {
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .title .zixun {
  width: 183px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background-color: #1D1D1D;
  border-radius: 15px;
  cursor: pointer;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .item-bg {
  width: 100%;
  border: 5px solid #92CEF0;
  background-color: #2092F3;
  background-image: linear-gradient(90deg, #2092F3, #3CC8FD);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 35px;
  margin-top: 25px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item {
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .titlebig {
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 48px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .titlebig span {
  height: 100px;
  line-height: 100px;
  font-size: 62px;
  font-weight: bold;
}

.zt-wtb-body .zt-content-body .all-content-bg .jieduan-bg .item-bg .item .title-label {
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .item1 {
  width: 525px;
  height: 345px;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .item2 {
  width: 186px;
  height: 245px;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .item3 {
  width: 188px;
  height: 180px;
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img1 {
  content: url("/static/zt/img/zt_wtb_kt1.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img2 {
  content: url("/static/zt/img/zt_wtb_kt2.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img3 {
  content: url("/static/zt/img/zt_wtb_hp1.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img4 {
  content: url("/static/zt/img/zt_wtb_hp2.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img5 {
  content: url("/static/zt/img/zt_wtb_hp3.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img6 {
  content: url("/static/zt/img/zt_wtb_hp4.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .img7 {
  content: url("/static/zt/img/zt_wtb_hp5.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .imgc1 {
  content: url("/static/zt/img/zt_wtb_c1.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .imgc2 {
  content: url("/static/zt/img/zt_wtb_c2.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .imgc3 {
  content: url("/static/zt/img/zt_wtb_c3.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .imgc4 {
  content: url("/static/zt/img/zt_wtb_c4.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .hp-bg .sk .imgc5 {
  content: url("/static/zt/img/zt_wtb_c5.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .remark {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-image: linear-gradient(180deg, #FCAFA3, #F54843);
  border-radius: 0 0 10px 10px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .w200 {
  width: 200px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .w260 {
  width: 260px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .w460 {
  width: 460px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .head {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  background-color: #F5433E;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .head .item {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .heads {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .heads .itemb {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-color: #1F88F8;
}

.zt-wtb-body .zt-content-body .all-content-bg .jinmian-bg .heads .itemw {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #2E65D1;
  font-size: 22px;
  background-color: #A8D1FC;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  margin-top: -40px;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .video-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 20px  20px 20px;
  height: 580px;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .midtext {
  width: 100%;
  text-align: center;
  height: 100px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line {
  height: 260px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 0;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item {
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .title {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .ts-bg .line .item .ftitle {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .btn-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.zt-wtb-body .zt-content-body .all-content-bg .gkkt-bg .btn-bg .btn {
  background-color: #fff;
  width: 348px;
  height: 100px;
  line-height: 100px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: 50px;
  font-weight: 600;
  color: #0B7CF2;
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img1 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img2 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img3 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .items .img4 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .bookinfo-bg .shuati-bg .stbuy {
  height: 66px;
  border-radius: 33px;
  background-color: #3A86F6;
  font-size: 30px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
  border: 1px solid #fff;
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FDEED5;
  padding: 30px;
  box-sizing: border-box;
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .js {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 22px;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .items .img1 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc1.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .items .img2 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc2.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .items .img3 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc3.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .items .img4 {
  width: 244px;
  height: 328px;
  content: url("/static/zt/img/zt_wtb_stc4.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .shuati-bg .stbuy {
  height: 66px;
  border-radius: 33px;
  background-color: #3A86F6;
  font-size: 30px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  cursor: pointer;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-ts {
  width: 100%;
  position: relative;
  height: 210px;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-ts .imgs {
  width: 170px;
  height: 166px;
  position: absolute;
  left: 10px;
  top: 27px;
  content: url("/static/zt/img/zt_wtb_yhsm.png");
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-ts .ctt {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  padding: 30px 0 0 200px;
  box-sizing: border-box;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 2px solid #FFC765;
  height: 300px;
  box-sizing: border-box;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table .item {
  display: flex;
  flex-direction: column;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .titles {
  width: 100%;
  height: 60px;
  background-color: #FFC765;
  text-align: center;
  line-height: 60px;
  color: #774638;
  border-right: 1px solid #FFC765;
  bottom: 1px solid #FFC765;
  box-sizing: border-box;
  font-size: 24px;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles {
  width: 100%;
  height: 236px;
  box-sizing: border-box;
  border-right: 1px solid #FFC765;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FDEED3;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles p {
  line-height: 34px;
  font-size: 26px;
  color: #232323;
  text-align: center;
}

.zt-wtb-body .zt-content-body .all-content-bg .kc-bg .kc-table .item .ftitles .buy {
  width: 114px;
  height: 36px;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-color: #E44A42;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0;
}

.zt-wtb-body .zt-content-body .all-content-bg .title-tool {
  width: 1120px;
  position: absolute;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: 0;
  top: -34px;
}

.zt-wtb-body .zt-content-body .all-content-bg .title-tool .item {
  width: 80px;
  height: 100px;
  position: relative;
}

.zt-wtb-body .zt-content-body .all-content-bg .title-tool .item .cr {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 60px;
  background-color: #FFC765;
}

.zt-wtb-body .zt-content-body .all-content-bg .title-tool .item .zz {
  width: 18px;
  border-radius: 9px;
  height: 80px;
  background-color: #FFC765;
  position: absolute;
  left: 31px;
  top: 0;
}

.zt-wtb-body .zt-content-body .big-title-bg {
  height: 120px;
  width: 760px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 5px solid #B2E7FF;
  background-image: linear-gradient(90deg, #2092F3, #3CC8FD);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 30px 0 60px 0;
}

.zt-wtb-body .zt-content-body .big-title-bg .titles {
  height: 100px;
  line-height: 100px;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
}

.zt-wtb-body .zt-content-body .big-title-bg .titles span {
  color: #FFF4CA;
}

.zt-sydwyt-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-image: linear-gradient(to bottom, #2E47BD, #4463D8);
}

.zt-sydwyt-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-sydwyt-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-sydwyt-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-sydwyt-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-sydwyt-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-sydwyt-body .title-label {
  width: 1920px;
  height: 1380px;
  position: relative;
  background-image: url("/static/zt/img/zt_22sydw_7.png");
  background-size: 100% 100%;
}

.zt-sydwyt-body .title-label .title-area {
  height: 100%;
  position: absolute;
  left: 200px;
  display: flex;
  top: 0;
  flex-direction: column;
  box-sizing: border-box;
  padding: 80px;
}

.zt-sydwyt-body .title-label .title-area .title1 {
  width: 700px;
  height: 100px;
  line-height: 100px;
  padding: 0 40px;
  font-size: 38px;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.zt-sydwyt-body .title-label .title-area .title1 span {
  font-weight: bold;
  color: #FFD116;
}

.zt-sydwyt-body .title-label .title-area .title2 {
  width: 978px;
  height: 498px;
  content: url("/static/zt/img/zt_22sydw_3.png");
  margin: 20px 0;
}

.zt-sydwyt-body .title-label .title-area .title3 {
  width: 700px;
  height: 100px;
  line-height: 100px;
  padding: 0 40px;
  font-size: 46px;
  color: #FDCD00;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}

.zt-sydwyt-body .title-label .bottomimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 548px;
  content: url("/static/zt/img/zt_22sydw_8.png");
}

.zt-sydwyt-body .title-label .bottomrightimg {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 898px;
  height: 1108px;
  content: url("/static/zt/img/zt_22sydw_2.png");
}

.zt-sydwyt-body .title-label .bottompeopleimg {
  position: absolute;
  right: 100px;
  bottom: 200px;
  width: 546px;
  height: 632px;
  content: url("/static/zt/img/zt_22sydw_1.png");
}

.zt-sydwyt-body .all-titles {
  width: 1200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/static/zt/img/zt_22sydw_16.png");
  background-size: 100% 100%;
}

.zt-sydwyt-body .all-titles .title1 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #fff;
  font-size: 72px;
  text-align: center;
}

.zt-sydwyt-body .all-titles .title1 span {
  color: #FFAE00;
}

.zt-sydwyt-body .all-titles .title2 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.zt-sydwyt-body .all-bg2 {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  box-sizing: border-box;
}

.zt-sydwyt-body .all-bg2 .bookimg1 {
  width: 334px;
  height: 235px;
  position: absolute;
  bottom: -100px;
  right: -300px;
  content: url("/static/zt/img/zt_22sydw_11.png");
}

.zt-sydwyt-body .all-bg2 .bookimg2 {
  width: 177px;
  height: 184px;
  position: absolute;
  bottom: -200px;
  left: -160px;
  content: url("/static/zt/img/zt_22sydw_12.png");
}

.zt-sydwyt-body .all-bg2 .bookimg3 {
  width: 322px;
  height: 372px;
  position: absolute;
  bottom: 0;
  right: -490px;
  content: url("/static/zt/img/zt_22sydw_13.png");
}

.zt-sydwyt-body .all-bg2 .teacherbg {
  width: 100%;
  position: relative;
  border-bottom-left-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 200px 80px 80px 80px;
  box-sizing: border-box;
}

.zt-sydwyt-body .all-bg2 .teacherbg .head {
  width: 310px;
  height: 310px;
  border-radius: 155px;
  border: 2px solid #385BD1;
  position: absolute;
  right: 100px;
  top: 160px;
}

.zt-sydwyt-body .all-bg2 .teacherbg .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 689px;
  height: 690px;
  content: url("/static/zt/img/zt_22sydw_17.png");
}

.zt-sydwyt-body .all-bg2 .teacherbg .title1 {
  height: 90px;
  font-size: 52px;
  font-weight: bold;
  color: #4058D1;
  line-height: 90px;
}

.zt-sydwyt-body .all-bg2 .teacherbg .teachercontent {
  width: 100%;
}

.zt-sydwyt-body .all-bg2 .teacherbg .teachercontent p {
  font-size: 26px;
  color: #333;
  line-height: 50px;
}

.zt-sydwyt-body .all-bg2 .contentbg {
  width: 100%;
  position: relative;
  border-bottom-left-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 200px 80px 80px 80px;
  box-sizing: border-box;
}

.zt-sydwyt-body .all-bg2 .contentbg .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 689px;
  height: 690px;
  content: url("/static/zt/img/zt_22sydw_17.png");
}

.zt-sydwyt-body .all-bg2 .contentbg .title1 {
  height: 90px;
  font-size: 52px;
  font-weight: bold;
  color: #4058D1;
  line-height: 90px;
}

.zt-sydwyt-body .all-bg2 .contentbg .title2 {
  height: 80px;
  font-size: 42px;
  color: #333;
  line-height: 80px;
}

.zt-sydwyt-body .all-bg2 .contentbg .btn-line {
  height: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-sydwyt-body .all-bg2 .contentbg .btn-line .btn {
  height: 96px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #4463D9;
  color: #4463D9;
  font-size: 38px;
  font-weight: bold;
  line-height: 96px;
  padding: 0 40px;
  margin-right: 40px;
  cursor: pointer;
}

.zt-sydwyt-body .all-bg2 .contentbg .btn-line .btn:hover {
  background-color: #4463D9 !important;
  color: #fff !important;
}

.zt-sydwyt-body .all-bg2 .biaoti {
  width: 460px;
  height: 114px;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 40px;
  left: -40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.zt-sydwyt-body .all-bg2 .biaoti .shuzi {
  height: 114px;
  width: 114px;
  line-height: 114px;
  background-color: #F6BA00;
  text-align: center;
  color: #fff;
  font-size: 58px;
}

.zt-sydwyt-body .all-bg2 .biaoti .text {
  width: 346px;
  height: 114px;
  background-image: linear-gradient(to right, #059DFF, #006DFD);
  line-height: 114px;
  font-size: 58px;
  color: #fff;
  text-align: center;
  border-radius: 0 10px 10px 0;
}

.zt-sydwyt-body .all-bg1 {
  width: 1200px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(-45deg, #4768EB, #283EB5);
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.zt-sydwyt-body .all-bg1 .abimg1 {
  width: 264px;
  height: 368px;
  position: absolute;
  right: -200px;
  top: 200px;
  content: url("/static/zt/img/zt_22sydw_9.png");
}

.zt-sydwyt-body .all-bg1 .abimg2 {
  width: 456px;
  height: 634px;
  position: absolute;
  left: -400px;
  bottom: -200px;
  content: url("/static/zt/img/zt_22sydw_10.png");
}

.zt-sydwyt-body .all-bg1 .lx-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  box-sizing: border-box;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .zixun {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .zixun img {
  width: 180px;
  height: 180px;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .zixun .btn {
  width: 300px;
  text-align: center;
  background-image: linear-gradient(to bottom, #FE9E18, #FFC827);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  border-radius: 5px;
  padding: 30px;
  cursor: pointer;
  text-decoration: none;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .title {
  height: 120px;
  line-height: 120px;
  font-weight: bold;
  color: #333;
  font-size: 46px;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .title2 {
  box-sizing: border-box;
  border: 1px solid #4155BD;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .title2 p {
  width: 100%;
  line-height: 50px;
  font-size: 32px;
  color: #666;
}

.zt-sydwyt-body .all-bg1 .lx-bg .content-bg .title2 .btn {
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 20px;
  letter-spacing: 2px;
  margin: 20px 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  border-radius: 20px;
  height: 100px;
  line-height: 100px;
  background-image: linear-gradient(to right, #FEAD00, #FF7300);
  box-shadow: 0 0 20px rgba(255, 115, 0, 0.2);
}

.zt-sydwyt-body .all-bg1 .ts-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
}

.zt-sydwyt-body .all-bg1 .ts-bg .zixun {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydwyt-body .all-bg1 .ts-bg .zixun img {
  width: 200px;
  height: 200px;
}

.zt-sydwyt-body .all-bg1 .ts-bg .zixun .btn {
  width: 400px;
  text-align: center;
  background-image: linear-gradient(to bottom, #FE9E18, #FFC827);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  border-radius: 5px;
  padding: 30px;
  cursor: pointer;
  text-decoration: none;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item {
  width: 1040px;
  height: 330px;
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item .left {
  width: 230px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBE2F7;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item .left img {
  width: 154px;
  height: 154px;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item .right {
  width: 810px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item .right .title1 {
  height: 80px;
  font-size: 58px;
  font-weight: bold;
  color: #2C46BF;
}

.zt-sydwyt-body .all-bg1 .ts-bg .item .right .title2 {
  height: 60px;
  font-size: 36px;
  color: #2C46BF;
}

.zt-sydwytm-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-image: linear-gradient(to bottom, #2E47BD, #4463D8);
}

.zt-sydwytm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-sydwytm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-sydwytm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-sydwytm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-sydwytm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-sydwytm-body .title-label {
  width: 100%;
  height: 11.19rem;
  position: relative;
  background-image: url("/static/zt/img/zt_22sydw_7.png");
  background-size: 100% 100%;
}

.zt-sydwytm-body .title-label .title-area {
  height: 100%;
  position: absolute;
  left: 0.5rem;
  display: flex;
  margin-top: 0.5rem;
  top: 0;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-sydwytm-body .title-label .title-area .title1 {
  width: 8rem;
  text-align: center;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  font-size: 0.6rem;
  color: #fff;
  border-radius: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.zt-sydwytm-body .title-label .title-area .title1 span {
  font-weight: bold;
  color: #FFD116;
}

.zt-sydwytm-body .title-label .title-area .title2 {
  width: 8rem;
  height: 4.07rem;
  content: url("/static/zt/img/zt_22sydw_3.png");
  margin: 0.4rem 0;
}

.zt-sydwytm-body .title-label .title-area .title3 {
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  font-size: 0.42rem;
  color: #FDCD00;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.zt-sydwytm-body .title-label .bottomimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2.85rem;
  content: url("/static/zt/img/zt_22sydw_8.png");
}

.zt-sydwytm-body .title-label .bottomrightimg {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 4rem;
  height: 4.9rem;
  content: url("/static/zt/img/zt_22sydw_2.png");
}

.zt-sydwytm-body .title-label .bottompeopleimg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3.47rem;
  content: url("/static/zt/img/zt_22sydw_1.png");
}

.zt-sydwytm-body .all-titles {
  width: 9.5rem;
  height: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/static/zt/img/zt_22sydw_16.png");
  background-size: 100% 100%;
}

.zt-sydwytm-body .all-titles .title1 {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
}

.zt-sydwytm-body .all-titles .title1 span {
  color: #FFAE00;
}

.zt-sydwytm-body .all-titles .title2 {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.4rem;
  text-align: center;
}

.zt-sydwytm-body .all-bg2 {
  width: 9.5rem;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.4rem;
  box-sizing: border-box;
}

.zt-sydwytm-body .all-bg2 .bookimg1 {
  width: 2rem;
  height: 1.4rem;
  position: absolute;
  bottom: -2rem;
  right: 0;
  content: url("/static/zt/img/zt_22sydw_11.png");
}

.zt-sydwytm-body .all-bg2 .bookimg2 {
  width: 2rem;
  height: 2.08rem;
  position: absolute;
  bottom: -2rem;
  left: 0;
  content: url("/static/zt/img/zt_22sydw_12.png");
}

.zt-sydwytm-body .all-bg2 .bookimg3 {
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  content: url("/static/zt/img/zt_22sydw_13.png");
}

.zt-sydwytm-body .all-bg2 .teacherbg {
  width: 100%;
  position: relative;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
}

.zt-sydwytm-body .all-bg2 .teacherbg .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  content: url("/static/zt/img/zt_22sydw_17.png");
}

.zt-sydwytm-body .all-bg2 .teacherbg .head {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 2px solid #385BD1;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.zt-sydwytm-body .all-bg2 .teacherbg .title1 {
  height: 1rem;
  font-size: 0.52rem;
  font-weight: bold;
  color: #4058D1;
  line-height: 1rem;
}

.zt-sydwytm-body .all-bg2 .teacherbg .teachercontent {
  width: 100%;
}

.zt-sydwytm-body .all-bg2 .teacherbg .teachercontent p {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.6rem;
}

.zt-sydwytm-body .all-bg2 .contentbg {
  width: 100%;
  position: relative;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
}

.zt-sydwytm-body .all-bg2 .contentbg .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  content: url("/static/zt/img/zt_22sydw_17.png");
}

.zt-sydwytm-body .all-bg2 .contentbg .title1 {
  font-size: 0.52rem;
  font-weight: bold;
  color: #4058D1;
  line-height: 1rem;
}

.zt-sydwytm-body .all-bg2 .contentbg .title2 {
  height: 0.8rem;
  font-size: 0.42rem;
  color: #333;
  line-height: 0.8rem;
}

.zt-sydwytm-body .all-bg2 .contentbg .btn-line {
  height: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-sydwytm-body .all-bg2 .contentbg .btn-line .btn {
  height: 1rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  border: 1px solid #4463D9;
  color: #4463D9;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 0 0.2rem;
  cursor: pointer;
}

.zt-sydwytm-body .all-bg2 .contentbg .btn-line .btn:hover {
  background-color: #4463D9 !important;
  color: #fff !important;
}

.zt-sydwytm-body .all-bg2 .biaoti {
  width: 4rem;
  height: 1rem;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0.5rem;
  left: -0.1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.zt-sydwytm-body .all-bg2 .biaoti .shuzi {
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  background-color: #F6BA00;
  text-align: center;
  color: #fff;
  font-size: 0.58rem;
}

.zt-sydwytm-body .all-bg2 .biaoti .text {
  width: 3rem;
  height: 1rem;
  background-image: linear-gradient(to right, #059DFF, #006DFD);
  line-height: 1rem;
  font-size: 0.58rem;
  color: #fff;
  text-align: center;
  border-radius: 0 0.2rem 0.2rem 0;
}

.zt-sydwytm-body .all-bg1 {
  width: 9.5rem;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(-45deg, #4768EB, #283EB5);
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.zt-sydwytm-body .all-bg1 .abimg1 {
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  right: -0.5rem;
  top: 2rem;
  content: url("/static/zt/img/zt_22sydw_9.png");
}

.zt-sydwytm-body .all-bg1 .abimg2 {
  width: 1rem;
  height: 1.39rem;
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  content: url("/static/zt/img/zt_22sydw_10.png");
}

.zt-sydwytm-body .all-bg1 .lx-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
  box-sizing: border-box;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .zixun {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .zixun img {
  width: 2.5rem;
  height: 2.5rem;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .zixun2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .zixun2 .btn {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #FE9E18, #FFC827);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 5px;
  padding: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .title {
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #333;
  font-size: 0.46rem;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .title2 {
  box-sizing: border-box;
  border: 1px solid #4155BD;
  width: 100%;
  padding: 0.2rem;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .title2 p {
  width: 100%;
  line-height: 0.5rem;
  font-size: 0.32rem;
  color: #666;
}

.zt-sydwytm-body .all-bg1 .lx-bg .content-bg .title2 .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 5px;
  padding: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(to right, #FEAD00, #FF7300);
}

.zt-sydwytm-body .all-bg1 .ts-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-direction: column;
}

.zt-sydwytm-body .all-bg1 .ts-bg .zixun {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydwytm-body .all-bg1 .ts-bg .zixun img {
  width: 3.8rem;
  height: 3.8rem;
}

.zt-sydwytm-body .all-bg1 .ts-bg .zixun2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.zt-sydwytm-body .all-bg1 .ts-bg .zixun2 .btn {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #FE9E18, #FFC827);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 5px;
  padding: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item {
  width: 8.5rem;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item .left {
  width: 1.6rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBE2F7;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item .left img {
  width: 1rem;
  height: 1rem;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item .right {
  width: 6.9rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item .right .title1 {
  height: 1rem;
  font-size: 0.58rem;
  font-weight: bold;
  color: #2C46BF;
}

.zt-sydwytm-body .all-bg1 .ts-bg .item .right .title2 {
  height: 0.8rem;
  font-size: 0.36rem;
  color: #2C46BF;
}

.zt-gk23yt-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.zt-gk23yt-body .hengfu {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.zt-gk23yt-body .hengfu .bg {
  width: 100%;
  position: relative;
}

.zt-gk23yt-body .hengfu .bg .title {
  height: 85px;
  line-height: 85px;
  text-align: center;
  padding: 0 400px 0 0;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(to right, #FF4B3D, #EA3C31);
}

.zt-gk23yt-body .hengfu .bg .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 0;
  border-width: 0px 0px 150px 150px;
  border-style: none solid solid;
  border-color: transparent transparent #ee3f33;
}

.zt-gk23yt-body .hengfu .bg .box2 {
  width: 300px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.zt-gk23yt-body .hengfu .bg .box2 p {
  font-size: 32px;
  color: #FEDA8E;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.zt-gk23yt-body .hengfu .bg .box2 p span {
  font-size: 62px;
}

.zt-gk23yt-body .hengfu .bg .box2 .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: linear-gradient(to right, #FCF0D3, #FEB124);
  color: #BC272B;
  font-size: 28px;
  text-decoration: none;
  padding: 0 20px;
}

.zt-gk23yt-body .cj-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23yt-body .cj-bg .bg {
  width: 100%;
  min-width: 1200px;
  content: url("/static/zt/img/zt_23gkyt_8.png");
}

.zt-gk23yt-body .pj-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23yt-body .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_15.png");
}

.zt-gk23yt-body .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23yt-body .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-gk23yt-body .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-gk23yt-body .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.zt-gk23yt-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-gk23yt-body .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.zt-gk23yt-body .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.zt-gk23yt-body .teacher-bg .s-box .ts .item .ftitle {
  line-height: 20px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  max-height: 40px;
}

.zt-gk23yt-body .anpai-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gk23yt-body .anpai-bg .bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23yt-body .anpai-bg .bg .list {
  width: 1200px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px 5px 60px 5px;
  margin-bottom: 40px;
}

.zt-gk23yt-body .anpai-bg .bg .list .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  box-sizing: border-box;
  padding: 0 60px;
}

.zt-gk23yt-body .anpai-bg .bg .list .item p {
  height: 120px;
  line-height: 120px;
  font-size: 42px;
  color: #666;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .anpai-bg .bg .list .item:nth-child(2n) {
  background-color: #F2D8D9;
}

.zt-gk23yt-body .anpai-bg .bg .btn {
  width: 700px;
  letter-spacing: 8px;
  text-align: center;
  height: 120px;
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  padding: 0 40px;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 40px;
}

.zt-gk23yt-body .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
}

.zt-gk23yt-body .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23yt-body .currency-title .line1 img {
  width: 126px;
  height: 140px;
}

.zt-gk23yt-body .currency-title .line1 p {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-gk23yt-body .currency-title .line2 {
  border-radius: 16px;
  height: 70px;
  width: 750px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 38px;
  background-color: #000000;
}

.zt-gk23yt-body .lianxi-bg {
  width: 1200px;
  border-radius: 100px;
  background: linear-gradient(to right, #F8D0AC, #E5976D);
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  align-items: center;
  padding: 60px 0;
  box-shadow: 0 0 20px rgba(248, 205, 170, 0.4);
}

.zt-gk23yt-body .lianxi-bg .title-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23yt-body .lianxi-bg .title-bg img {
  width: 145px;
  height: 84px;
  content: url("/static/zt/img/zt_23gkyt_14.png");
}

.zt-gk23yt-body .lianxi-bg .title-bg .title {
  font-size: 62px;
  font-weight: bold;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .lianxi-bg .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
  width: 1000px;
}

.zt-gk23yt-body .lianxi-bg .line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  background-color: #fff;
}

.zt-gk23yt-body .lianxi-bg .line .item p {
  width: 100%;
  height: 60px;
  color: #777;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .lianxi-bg .line .item img {
  width: 260px;
  height: 260px;
  margin: 20px;
}

.zt-gk23yt-body .currency-bg {
  width: 1200px;
  background-image: url("/static/zt/img/zt_23gkyt_6.png");
  background-repeat: repeat-y;
  background-size: 1242px 1762px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23yt-body .currency-bg .btn {
  width: 700px;
  letter-spacing: 8px;
  text-align: center;
  height: 120px;
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  padding: 0 40px;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 40px;
}

.zt-gk23yt-body .currency-bg .content-bg1 {
  width: 1030px;
  height: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 160px 80px 10px 80px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 40px;
}

.zt-gk23yt-body .currency-bg .content-bg1 .title {
  width: 400px;
  height: 100px;
  border-radius: 30px 30px 0 30px;
  line-height: 100px;
  font-weight: 600;
  font-size: 52px;
  color: #fff;
  padding: 0 0 0 30px;
  margin: 0;
  position: absolute;
  top: 40px;
  letter-spacing: 8px;
}

.zt-gk23yt-body .currency-bg .content-bg1 .item {
  font-size: 38px;
  width: 50%;
  height: 70px;
  line-height: 70px;
  color: #0E0405;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .currency-bg .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
}

.zt-gk23yt-body .currency-bg .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23yt-body .currency-bg .currency-title .line1 img {
  width: 126px;
  height: 140px;
}

.zt-gk23yt-body .currency-bg .currency-title .line1 p {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-gk23yt-body .currency-bg .currency-title .line2 {
  border-radius: 16px;
  height: 70px;
  width: 750px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 38px;
  background-color: #000000;
}

.zt-gk23yt-body .along-text {
  width: 1200px;
  font-size: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100px;
  line-height: 100px;
  color: #FCD090;
  margin-top: -450px;
  z-index: 10;
  letter-spacing: 3px;
}

.zt-gk23yt-body .title-label {
  width: 1920px;
  height: 1400px;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_3.png");
  background-size: 100% 100%;
}

.zt-gk23yt-body .title-label .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.zt-gk23yt-body .title-label .bg .logo {
  width: 465px;
  height: 186px;
  margin: 20px 0 0 0;
  content: url("/static/zt/img/zt_23gkyt_1.png");
}

.zt-gk23yt-body .title-label .bg .title {
  width: 1242px;
  height: 572px;
  content: url("/static/zt/img/zt_23gkyt_2.png");
}

.zt-gk23yt-body .title-label .bg .btn {
  height: 120px;
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  padding: 0 40px;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.zt-gk23yt-body .foot-label {
  width: 1920px;
  height: 1554px;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_5.png");
  background-size: 100% 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gk23yt-body .foot-label .bg {
  width: 1200px;
  border-radius: 10px;
  background-color: #D07C60;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 60px;
}

.zt-gk23yt-body .foot-label .bg .text {
  width: 950px;
  height: 120px;
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .foot-label .bg .line2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}

.zt-gk23yt-body .foot-label .bg .line2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
}

.zt-gk23yt-body .foot-label .bg .line2 .item p {
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .foot-label .bg .line2 .item img {
  width: 260px;
  height: 260px;
  margin: 20px;
}

.zt-gk23yt-body .foot-label .bg .line1 {
  width: 950px;
  height: 110px;
  border-radius: 10px;
  background-color: #343434;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
}

.zt-gk23yt-body .foot-label .bg .line1 .num {
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 58px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #FBB88D;
}

.zt-gk23yt-body .foot-label .bg .line1 .text {
  line-height: 40px;
  height: 80px;
  font-size: 34px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-gk23yt-body .foot-label .bg .line1 img {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_23gkyt_4.png");
}

.zt-gk23ytm-body {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.zt-gk23ytm-body .hengfu {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.zt-gk23ytm-body .hengfu .bg {
  width: 100%;
  position: relative;
}

.zt-gk23ytm-body .hengfu .bg .title {
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  padding: 0 3rem 0 0;
  margin: 0;
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
  background: linear-gradient(to right, #FF4B3D, #EA3C31);
}

.zt-gk23ytm-body .hengfu .bg .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0;
  border-width: 0px 0px 1.5rem 0.8rem;
  border-style: none solid solid;
  border-color: transparent transparent #ee3f33;
}

.zt-gk23ytm-body .hengfu .bg .box2 {
  width: 2.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.zt-gk23ytm-body .hengfu .bg .box2 p {
  font-size: 0.32rem;
  color: #FEDA8E;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02rem;
}

.zt-gk23ytm-body .hengfu .bg .box2 p span {
  font-size: 0.62rem;
}

.zt-gk23ytm-body .hengfu .bg .box2 .btn {
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #FCF0D3, #FEB124);
  color: #BC272B;
  font-size: 0.28rem;
  text-decoration: none;
  padding: 0 0.2rem;
}

.zt-gk23ytm-body .cj-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23ytm-body .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_8.png");
}

.zt-gk23ytm-body .pj-bg {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23ytm-body .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_9.png");
}

.zt-gk23ytm-body .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23ytm-body .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.34rem;
  color: #D28E69;
}

.zt-gk23ytm-body .teacher-bg .s-box .ts .item .ftitle {
  max-height: 0.8rem;
  overflow: hidden;
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.3rem;
}

.zt-gk23ytm-body .anpai-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gk23ytm-body .anpai-bg .bg {
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23ytm-body .anpai-bg .bg .list {
  width: 9rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.05rem 0.05rem 0.6rem 0.05rem;
  margin-bottom: 0.4rem;
}

.zt-gk23ytm-body .anpai-bg .bg .list .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0 0.6rem;
}

.zt-gk23ytm-body .anpai-bg .bg .list .item p {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.42rem;
  color: #666;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .anpai-bg .bg .list .item:nth-child(2n) {
  background-color: #F2D8D9;
}

.zt-gk23ytm-body .anpai-bg .bg .btn {
  width: 7rem;
  letter-spacing: 1px;
  text-align: center;
  height: 1.2rem;
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.2rem;
  padding: 0 0.4rem;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 0.06rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 0.4rem;
}

.zt-gk23ytm-body .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.7rem 0;
}

.zt-gk23ytm-body .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23ytm-body .currency-title .line1 img {
  width: 1.26rem;
  height: 1.4rem;
}

.zt-gk23ytm-body .currency-title .line1 p {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-gk23ytm-body .currency-title .line2 {
  border-radius: 0.16rem;
  height: 0.7rem;
  width: 7.5rem;
  text-align: center;
  line-height: 0.7rem;
  padding: 0;
  margin-top: 0.15rem;
  color: #fff;
  font-size: 0.38rem;
  background-color: #000000;
}

.zt-gk23ytm-body .lianxi-bg {
  width: 9rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #F8D0AC, #E5976D);
  display: flex;
  flex-direction: column;
  margin: 0.6rem 0;
  align-items: center;
  padding: 0.6rem 0;
  box-shadow: 0 0 0.2rem rgba(248, 205, 170, 0.4);
}

.zt-gk23ytm-body .lianxi-bg .title-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23ytm-body .lianxi-bg .title-bg img {
  width: 1.45rem;
  height: 0.84rem;
  content: url("/static/zt/img/zt_23gkyt_14.png");
}

.zt-gk23ytm-body .lianxi-bg .title-bg .title {
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .lianxi-bg .line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.4rem 0;
}

.zt-gk23ytm-body .lianxi-bg .line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem;
}

.zt-gk23ytm-body .lianxi-bg .line .item p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .lianxi-bg .line .item img {
  width: 3rem;
  height: 3rem;
  margin: 0.2rem;
}

.zt-gk23ytm-body .currency-bg {
  width: 9rem;
  background-image: url("/static/zt/img/zt_23gkyt_6.png");
  background-repeat: repeat-y;
  background-size: 9rem 12.768rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gk23ytm-body .currency-bg .btn {
  width: 6rem;
  letter-spacing: 1px;
  text-align: center;
  height: 1rem;
  font-size: 0.5rem;
  color: #fff;
  line-height: 1rem;
  padding: 0 0.5rem;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 1rem;
}

.zt-gk23ytm-body .currency-bg .content-bg1 {
  width: 7.5rem;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.6rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.zt-gk23ytm-body .currency-bg .content-bg1 .title {
  width: 4rem;
  height: 1rem;
  border-radius: 0.3rem 0.3rem 0 0.3rem;
  line-height: 1rem;
  font-weight: 600;
  font-size: 0.52rem;
  color: #fff;
  padding: 0 0 0 0.3rem;
  margin: 0;
  position: absolute;
  top: 0.4rem;
}

.zt-gk23ytm-body .currency-bg .content-bg1 .item {
  font-size: 0.38rem;
  width: 50%;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #0E0405;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .currency-bg .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.7rem 0;
}

.zt-gk23ytm-body .currency-bg .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gk23ytm-body .currency-bg .currency-title .line1 img {
  width: 1.26rem;
  height: 1.4rem;
}

.zt-gk23ytm-body .currency-bg .currency-title .line1 p {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-gk23ytm-body .currency-bg .currency-title .line2 {
  border-radius: 0.16rem;
  height: 0.7rem;
  width: 7.5rem;
  text-align: center;
  line-height: 0.7rem;
  padding: 0;
  margin-top: 0.15rem;
  color: #fff;
  font-size: 0.38rem;
  background-color: #000000;
}

.zt-gk23ytm-body .along-text {
  width: 9rem;
  font-size: 0.5rem;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #FCD090;
  z-index: 10;
}

.zt-gk23ytm-body .title-label {
  width: 10rem;
  height: 7.29rem;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_3.png");
  background-size: 100% 100%;
}

.zt-gk23ytm-body .title-label .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.zt-gk23ytm-body .title-label .bg .logo {
  width: 3rem;
  height: 1.2rem;
  margin: 0.5405rem 0 0 0;
  content: url("/static/zt/img/zt_23gkyt_1.png");
}

.zt-gk23ytm-body .title-label .bg .title {
  width: 9rem;
  height: 4.14rem;
  content: url("/static/zt/img/zt_23gkyt_2.png");
}

.zt-gk23ytm-body .title-label .bg .btn {
  width: 9rem;
  height: 1rem;
  font-size: 0.38rem;
  color: #fff;
  line-height: 1rem;
  padding: 0 1rem;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 0.1622rem;
  box-shadow: 0 0 0.5405rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.zt-gk23ytm-body .foot-label {
  width: 10rem;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_5.png");
  background-size: 100% 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gk23ytm-body .foot-label .bg {
  width: 9rem;
  border-radius: 0.1rem;
  background-color: #D07C60;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.6rem;
}

.zt-gk23ytm-body .foot-label .bg .text {
  width: 8.5rem;
  height: 1.8rem;
  line-height: 0.6rem;
  font-size: 0.4rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .foot-label .bg .line2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.4rem 0;
}

.zt-gk23ytm-body .foot-label .bg .line2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem;
}

.zt-gk23ytm-body .foot-label .bg .line2 .item p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .foot-label .bg .line2 .item img {
  width: 3rem;
  height: 3rem;
  margin: 0.2rem;
}

.zt-gk23ytm-body .foot-label .bg .line1 {
  width: 8.5rem;
  height: 1.1rem;
  border-radius: 0.1rem;
  background-color: #343434;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.zt-gk23ytm-body .foot-label .bg .line1 .num {
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.58rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #FBB88D;
}

.zt-gk23ytm-body .foot-label .bg .line1 .text {
  line-height: 0.4rem;
  height: 0.8rem;
  font-size: 0.34rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-gk23ytm-body .foot-label .bg .line1 img {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_23gkyt_4.png");
}

.zt-skkc-body {
  position: relative;
  background-color: #BA1414;
  margin: 0;
}

.zt-skkc-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-skkc-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-skkc-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-skkc-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-skkc-body .hengfu {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.zt-skkc-body .hengfu .bg {
  width: 100%;
  position: relative;
}

.zt-skkc-body .hengfu .bg .title {
  height: 65px;
  line-height: 65px;
  text-align: center;
  padding: 0 400px 0 0;
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  background: linear-gradient(to right, #FF4B3D, #EA3C31);
}

.zt-skkc-body .hengfu .bg .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 0;
  border-width: 0px 0px 150px 150px;
  border-style: none solid solid;
  border-color: transparent transparent #ee3f33;
}

.zt-skkc-body .hengfu .bg .box2 {
  width: 300px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.zt-skkc-body .hengfu .bg .box2 p {
  font-size: 32px;
  color: #FEDA8E;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.zt-skkc-body .hengfu .bg .box2 p span {
  font-size: 62px;
}

.zt-skkc-body .hengfu .bg .box2 .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: linear-gradient(to right, #FCF0D3, #FEB124);
  color: #BC272B;
  font-size: 28px;
  text-decoration: none;
  padding: 0 20px;
}

.zt-skkc-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-skkc-body .zt-content-body .xieguang {
  width: 100%;
  height: 1758px;
  content: url("/static/zt/img/zt_2023sk_35.png");
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.zt-skkc-body .zt-content-body .logo {
  width: 328px;
  height: 132px;
  content: url("/static/zt/img/zt_2023sk_1.png");
  overflow: hidden;
  position: absolute;
  left: 270px;
  top: 0;
  display: block;
}

.zt-skkc-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg {
  width: 1058px;
  height: 500px;
  position: relative;
  margin-top: 200px;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg .book-img {
  width: 1058px;
  height: 359px;
  content: url("/static/zt/img/zt_2024sk_2.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg .title {
  color: #F7E4C6;
  font-size: 60px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg .title-img {
  width: 1206px;
  height: 236px;
  content: url("/static/zt/img/zt_2023sk_3.png");
  margin-left: -71px;
  margin-top: 40px;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg .tb1-img {
  width: 899px;
  height: 118px;
  content: url("/static/zt/img/zt_2023sk_5.png");
  margin-left: 80px;
}

.zt-skkc-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-skkc-body .zt-content-body .n-content .all-title-line {
  height: 150px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-skkc-body .zt-content-body .n-content .all-title-line .left {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_7.png");
}

.zt-skkc-body .zt-content-body .n-content .all-title-line .title-bg {
  position: relative;
}

.zt-skkc-body .zt-content-body .n-content .all-title-line .title-bg .hz {
  font-weight: 600;
  font-size: 48px;
  color: #E9E1B2;
  padding: 0 30px;
  margin: 0;
  width: 400px;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .all-title-line .title-bg .yw {
  position: absolute;
  font-weight: 600;
  font-size: 52px;
  color: #E9E1B2;
  padding: 0 30px;
  margin: 0;
  opacity: 0.2;
  left: 0;
  top: -36px;
  width: 100%;
  text-align: center;
  width: 400px;
}

.zt-skkc-body .zt-content-body .n-content .all-title-line .right {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_7.png");
  transform: rotate(180deg);
}

.zt-skkc-body .zt-content-body .n-content .zixun-content {
  width: 1200px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .gx {
  width: 1920px;
  height: 330px;
  content: url("/static/zt/img/zt_2023sk_4.png");
  overflow: hidden;
  position: absolute;
  left: -360px;
  top: -165px;
  display: block;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .title-line {
  height: 150px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .title-line .left {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_6.png");
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .title-line p {
  font-weight: 600;
  font-size: 48px;
  color: #CB1C19;
  padding: 0 30px;
  margin: 0;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .title-line .right {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_6.png");
  transform: rotate(180deg);
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .zixun-p {
  width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .zixun-p .item {
  height: 120px;
  line-height: 120px;
  font-size: 42px;
  color: #333;
  width: 460px;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #FCF4E1;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .qrcode {
  width: 1000px;
  height: 381px;
  content: url("/static/zt/img/zt_2023sk_36.png");
  margin: 30px 0;
}

.zt-skkc-body .zt-content-body .n-content .zixun-content .nn-content .btn {
  width: 1000px;
  height: 120px;
  text-decoration: none;
  line-height: 120px;
  background-color: #CB1919;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.zt-skkc-body .zt-content-body .n-content .wt-content {
  width: 1200px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line .item {
  width: 360px;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .left {
  width: 75px;
  height: 79px;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right {
  width: 260px;
  height: 120px;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right .text1 {
  height: 70px;
  width: 260px;
  font-size: 42px;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right .text2 {
  height: 50px;
  width: 260px;
  font-size: 28px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-skkc-body .zt-content-body .n-content .wt-content .nn-content .btn {
  width: 1000px;
  height: 120px;
  text-decoration: none;
  line-height: 120px;
  background-color: #CB1919;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.zt-skkc-body .zt-content-body .n-content .lc-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .lc-content .item {
  width: 105px;
  height: 110px;
  background-image: url("/static/zt/img/zt_2023sk_14.png");
  background-size: 105px 110px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .lc-content .item p {
  width: 105px;
  height: 90px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  color: #532516;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .ht-content {
  width: 100%;
  height: 180px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .ht-content .content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .ht-content .content p {
  font-weight: 600;
  color: #B7242A;
  font-size: 28px;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .ht-content .content .btn {
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  border-radius: 30px;
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  background-color: #BA1414;
}

.zt-skkc-body .zt-content-body .n-content .course-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
}

.zt-skkc-body .zt-content-body .n-content .course-content .item-tips {
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #BD191F;
}

.zt-skkc-body .zt-content-body .n-content .course-content .z-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 8px;
  box-sizing: border-box;
}

.zt-skkc-body .zt-content-body .n-content .course-content .z-line .t1 {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 28px;
  font-weight: bold;
}

.zt-skkc-body .zt-content-body .n-content .course-content .z-line .t2 {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 26px;
}

.zt-skkc-body .zt-content-body .n-content .course-content .title-line {
  height: 110px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .course-content .title-line .left {
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .course-content .title-line .right {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}

.zt-skkc-body .zt-content-body .n-content .course-content .title-line .right p {
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .course-content .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zt-skkc-body .zt-content-body .n-content .course-content .item-line .item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 12px;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #BD191F;
}

.zt-skkc-body .zt-content-body .n-content .course-content .item-line .item:hover {
  background-color: #FDE29F !important;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line {
  width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  display: none;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .right {
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 10px 5px;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top .item {
  width: 16%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #fff;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top .item .title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background-color: #BA1414;
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top .item .btns {
  height: calc(100% - 56px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top .item .btns .btn {
  width: 100%;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #FCE19E;
  color: #B52711;
  font-size: 24px;
  margin-bottom: 12px;
}

.zt-skkc-body .zt-content-body .n-content .course-content .course-line .left .top .item .text {
  height: calc(100% - 56px);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: 114px;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .name {
  width: 130px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 114px;
  line-height: 114px;
  font-size: 30px;
  color: #bb1515;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .banxing {
  width: 200px;
  box-sizing: border-box;
  height: 114px;
  line-height: 114px;
  font-size: 30px;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg {
  width: 640px;
  display: flex;
  flex-direction: column;
  height: 114px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .title {
  width: 100%;
  height: 57px;
  line-height: 57px;
  font-size: 24px;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #BB1515;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 57px;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline .xc {
  width: 80px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  color: #bb1515;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline .qt {
  width: 112px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  color: #bb1515;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg {
  width: 230px;
  display: flex;
  flex-direction: column;
  height: 114px;
  box-sizing: border-box;
  border: none;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg .title {
  width: 100%;
  height: 57px;
  line-height: 57px;
  font-size: 24px;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #BB1515;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg .title2 {
  width: 100%;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  color: #bb1515;
  text-align: center;
  border: none;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 500px;
  overflow: hidden;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 70px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .name {
  width: 128px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .banxing {
  width: 200px;
  box-sizing: border-box;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .xc {
  width: 80px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .qt {
  width: 112px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .sl {
  width: 226px;
  box-sizing: border-box;
  border: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .table-title {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: 114px;
  text-align: center;
  color: #bb1515;
  line-height: 114px;
  font-weight: bold;
  font-size: 58px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 500px;
  overflow: hidden;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 70px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .name {
  width: 138px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .sex {
  width: 124px;
  box-sizing: border-box;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .gname {
  width: 404px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .zk {
  width: 188px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .bs {
  width: 196px;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .pm {
  width: 150px;
  box-sizing: border-box;
  border: none;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .zxgd-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  z-index: 10;
}

.zt-skkc-body .zt-content-body .n-content .zxgd-content .left {
  width: 180px;
  height: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.zt-skkc-body .zt-content-body .n-content .zxgd-content .right {
  width: 1020px;
  display: flex;
  overflow: hidden;
  height: 30px;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 30px;
  width: auto;
}

.zt-skkc-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}

.zt-skkc-body .zt-content-body .n-content .ad-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content .item-line {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content .item-line .item {
  width: 278px;
  height: 290px;
  box-sizing: border-box;
  border: 2px solid #EFD8AF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content .item-line .item img {
  height: 150px;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content .item-line .item .title1 {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #FFDBBE;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .ad-content .content .item-line .item .title2 {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #F3A285;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.zt-skkc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .ftitle {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.zt-skkc-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .pj-bg .pj-img {
  width: 1200px;
  content: url("/static/zt/img/zt_2023sk_19.png");
}

.zt-skkc-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .cj-bg .bg {
  width: 1200px;
  content: url("/static/zt/img/zt_2023sk_20.png");
}

.zt-skkc-body .zt-content-body .n-content .co-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  margin-top: 60px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 20px;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .guanzhu-line img {
  width: 200px;
  height: 200px;
  content: url("/static/home/img/testcode1.png");
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .guanzhu-line p {
  line-height: 50px;
  color: #E0B79E;
  font-size: 32px;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .item-line .item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #BD191F;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .item-line .item:hover {
  background-color: #FDE29F !important;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .z-line {
  width: 100%;
  display: none;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .z-line .t1 {
  font-size: 28px;
  font-weight: bold;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .z-line .t2 {
  font-size: 28px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .f-line .item .t3 {
  font-size: 24px;
}

.zt-skkc-body .zt-content-body .n-content .co-content .content .bottom {
  width: 100%;
  background: linear-gradient(to right, #F3E3C2, #E5C082);
  height: 100px;
  border-radius: 20px 20px 0 0;
  color: #552521;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 100px;
  text-align: center;
  margin-top: 50px;
}

.zt-skkcm-body {
  position: relative;
  background-color: #BA1414;
  margin: 0;
}

.zt-skkcm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-skkcm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-skkcm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-skkcm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-skkcm-body .hengfu {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.zt-skkcm-body .hengfu .bg {
  width: 100%;
  position: relative;
}

.zt-skkcm-body .hengfu .bg .title {
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  padding: 0 3rem 0 0;
  margin: 0;
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
  background: linear-gradient(to right, #FF4B3D, #EA3C31);
}

.zt-skkcm-body .hengfu .bg .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0;
  border-width: 0px 0px 1.5rem 0.8rem;
  border-style: none solid solid;
  border-color: transparent transparent #ee3f33;
}

.zt-skkcm-body .hengfu .bg .box2 {
  width: 2.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.zt-skkcm-body .hengfu .bg .box2 p {
  font-size: 0.32rem;
  color: #FEDA8E;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02rem;
}

.zt-skkcm-body .hengfu .bg .box2 p span {
  font-size: 0.62rem;
}

.zt-skkcm-body .hengfu .bg .box2 .btn {
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #FCF0D3, #FEB124);
  color: #BC272B;
  font-size: 0.28rem;
  text-decoration: none;
  padding: 0 0.2rem;
}

.zt-skkcm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #BA1414;
}

.zt-skkcm-body .zt-content-body .xieguang {
  width: 100%;
  content: url("/static/zt/img/zt_2023sk_35.png");
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.zt-skkcm-body .zt-content-body .logo {
  width: 3.28rem;
  height: 1.32rem;
  content: url("/static/zt/img/zt_2023sk_1.png");
  overflow: hidden;
  position: absolute;
  left: 2rem;
  top: 0;
  display: block;
}

.zt-skkcm-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg {
  width: 9rem;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg .book-img {
  width: 9rem;
  height: 3.05rem;
  content: url("/static/zt/img/zt_2024sk_2.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg .title {
  color: #F7E4C6;
  font-size: 0.6rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg .title-img {
  width: 9.5rem;
  height: 1.86rem;
  content: url("/static/zt/img/zt_2023sk_3.png");
  margin-left: -0.25rem;
  margin-top: 0.4rem;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg .tb1-img {
  width: 8.99rem;
  height: 1.18rem;
  content: url("/static/zt/img/zt_2023sk_5.png");
  margin-left: 0.25rem;
}

.zt-skkcm-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line {
  height: 1.5rem;
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line .left {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_7.png");
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line .title-bg {
  position: relative;
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line .title-bg .hz {
  font-weight: 600;
  font-size: 0.48rem;
  color: #E9E1B2;
  padding: 0 0.3rem;
  margin: 0;
  width: 4rem;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line .title-bg .yw {
  position: absolute;
  font-weight: 600;
  font-size: 0.52rem;
  color: #E9E1B2;
  padding: 0 0.3rem;
  margin: 0;
  opacity: 0.2;
  left: 0;
  top: -0.36rem;
  width: 100%;
  text-align: center;
  width: 4rem;
}

.zt-skkcm-body .zt-content-body .n-content .all-title-line .right {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_7.png");
  transform: rotate(180deg);
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content {
  width: 9.5rem;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.15rem;
  box-sizing: border-box;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .title-line {
  height: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .title-line .left {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_6.png");
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .title-line p {
  font-weight: 600;
  font-size: 0.48rem;
  color: #CB1C19;
  padding: 0 0.3rem;
  margin: 0;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .title-line .right {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_6.png");
  transform: rotate(180deg);
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .zixun-p {
  width: 9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .zixun-p .item {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.42rem;
  color: #333;
  width: 4.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #FCF4E1;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .qrcode {
  width: 9rem;
  height: 3.42rem;
  content: url("/static/zt/img/zt_2023sk_36.png");
  margin: 0.3rem 0;
}

.zt-skkcm-body .zt-content-body .n-content .zixun-content .nn-content .btn {
  width: 9rem;
  height: 1.2rem;
  text-decoration: none;
  line-height: 1.2rem;
  background-color: #CB1919;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 0.04rem;
  margin-bottom: 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content {
  width: 9.5rem;
  background-color: #fff;
  border-radius: 0.15rem;
  box-sizing: border-box;
  position: relative;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.15rem;
  box-sizing: border-box;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line .item {
  width: 4rem;
  height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .left {
  width: 0.75rem;
  height: 0.79rem;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right {
  width: 3rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right .text1 {
  height: 0.7rem;
  width: 3rem;
  font-size: 0.42rem;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 0.7rem;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .item-line .item .right .text2 {
  height: 0.5rem;
  width: 3rem;
  font-size: 0.28rem;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .wt-content .nn-content .btn {
  width: 9rem;
  height: 1.2rem;
  text-decoration: none;
  line-height: 1.2rem;
  background-color: #CB1919;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 0.04rem;
  margin-bottom: 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .lc-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  padding: 0.4rem 0;
  justify-content: space-between;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .lc-content .item {
  width: 1.05rem;
  height: 1.1rem;
  background-image: url("/static/zt/img/zt_2023sk_14.png");
  background-size: 1.05rem 1.1rem;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .lc-content .item p {
  width: 1.05rem;
  height: 0.9rem;
  line-height: 0.45rem;
  margin: 0;
  padding: 0;
  color: #532516;
  font-weight: 600;
  font-size: 0.32rem;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .ht-content {
  width: 100%;
  padding: 0.4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .ht-content .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .ht-content .content p {
  font-weight: 600;
  color: #B7242A;
  font-size: 0.36rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .ht-content .content .btn {
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 0.42rem;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  margin: 0;
  text-decoration: none;
  background-color: #BA1414;
}

.zt-skkcm-body .zt-content-body .n-content .course-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.8rem;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .item-line .item {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  background-color: #fff;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #BD191F;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .item-line .item:hover {
  background-color: #FDE29F !important;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .item-tips {
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  background-color: #fff;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #BD191F;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .z-line {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .z-line .t1 {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
  font-size: 0.28rem;
  font-weight: bold;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .z-line .t2 {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
  font-size: 0.26rem;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .title-line {
  height: 1.1rem;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .title-line .left {
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
  font-size: 0.48rem;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .title-line .right {
  display: flex;
  flex-direction: column;
  margin-left: 0.04rem;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .title-line .right p {
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line {
  width: 9.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.2rem;
  display: none;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .right {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #BA1414;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .right .title {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  background-color: #BA1414;
  text-align: center;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .right .text {
  width: 100%;
  padding: 0.2rem 0;
  color: #BA1414;
  text-align: center;
  font-size: 0.24rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .right .buy {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0.2rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .right .buy .btn {
  width: 30%;
  cursor: pointer;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.3rem;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #FCE19E;
  color: #B52711;
  font-size: 0.24rem;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #BA1414;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top {
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item2 .title {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  background-color: #BA1414;
  text-align: center;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item2 .text {
  width: 100%;
  height: 1.2rem;
  color: #BA1414;
  text-align: center;
  font-size: 0.24rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item .title {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  background-color: #BA1414;
  text-align: center;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .course-content .course-line .left .top .item .text {
  width: 100%;
  height: 1.2rem;
  color: #BA1414;
  text-align: center;
  font-size: 0.24rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content {
  width: 9.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: 1.14rem;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .name {
  width: 1.7rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.3rem;
  color: #bb1515;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .banxing {
  display: none;
  width: 2rem;
  box-sizing: border-box;
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 30px;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: 2px solid #BB1515;
  border-left: none;
  border-bottom: none;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg {
  width: 6.4rem;
  display: flex;
  flex-direction: column;
  height: 1.14rem;
  box-sizing: border-box;
  border-top: none;
  background-color: #fff;
  border-right: 0.02rem solid #BB1515;
  border-left: none;
  border-bottom: none;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .title {
  width: 100%;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.24rem;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.02rem solid #BB1515;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 0.57rem;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline .xc {
  width: 1rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.2rem;
  color: #bb1515;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .cj-bg .cjline .qt {
  width: 1.08rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #BB1515;
  border-left: none;
  border-bottom: none;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.2rem;
  color: #bb1515;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg {
  width: 1.7rem;
  display: flex;
  flex-direction: column;
  height: 1.14rem;
  box-sizing: border-box;
  border: none;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg .title {
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.24rem;
  color: #bb1515;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.02rem solid #BB1515;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .table-title .sl-bg .title2 {
  width: 100%;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.2rem;
  color: #bb1515;
  text-align: center;
  border: none;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 5rem;
  overflow: hidden;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 0.7rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: 0.02rem solid #fff;
  border-bottom: 0.02rem solid #fff;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .name {
  width: 1.7rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .banxing {
  display: none;
  width: 200px;
  box-sizing: border-box;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .xc {
  width: 1rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .qt {
  width: 1.08rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .chengji-content .mk .databg .ndata .table-data .sl {
  width: 1.7rem;
  box-sizing: border-box;
  border: none;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content {
  width: 9.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.4rem 0;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .table-title {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: 1.14rem;
  text-align: center;
  color: #bb1515;
  line-height: 1.14rem;
  font-weight: bold;
  font-size: 0.58rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 5rem;
  overflow: hidden;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: 0.02rem solid #fff;
  border-bottom: 0.02rem solid #fff;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .name {
  width: 1.38rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .sex {
  width: 1.24rem;
  box-sizing: border-box;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  border-top: none;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .gname {
  width: 4.04rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .zk {
  width: 1.88rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .bs {
  width: 1.96rem;
  box-sizing: border-box;
  border-top: none;
  border-right: 0.02rem solid #fff;
  border-left: none;
  border-bottom: none;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .guangrong-content .mk .databg .ndata .table-data .pm {
  width: 1.5rem;
  box-sizing: border-box;
  border: none;
  line-height: 0.68rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .zxgd-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.4rem;
  margin-top: 0.2rem;
  z-index: 10;
}

.zt-skkcm-body .zt-content-body .n-content .zxgd-content .left {
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
}

.zt-skkcm-body .zt-content-body .n-content .zxgd-content .right {
  width: 7.7rem;
  display: flex;
  overflow: hidden;
  height: 0.4rem;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 0.4rem;
  width: auto;
}

.zt-skkcm-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0.1rem;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.4rem;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content .item-line {
  width: 8.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content .item-line .item {
  width: 4rem;
  height: 2.9rem;
  box-sizing: border-box;
  border: 2px solid #EFD8AF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content .item-line .item img {
  height: 1.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content .item-line .item .title1 {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #FFDBBE;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .ad-content .content .item-line .item .title2 {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #F3A285;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.24rem;
  color: #D28E69;
}

.zt-skkcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.16rem;
}

.zt-skkcm-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2023sk_20.png");
}

.zt-skkcm-body .zt-content-body .n-content .pj-bg {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_9.png");
}

.zt-skkcm-body .zt-content-body .n-content .co-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-top: 0.6rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 0.2rem;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .guanzhu-line img {
  width: 3.5rem;
  height: 3.5rem;
  content: url("/static/home/img/testcode1.png");
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .guanzhu-line p {
  line-height: 1rem;
  color: #E0B79E;
  font-size: 0.5rem;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .z-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .z-line .t1 {
  font-size: 0.28rem;
  font-weight: bold;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .z-line .t2 {
  font-size: 0.28rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .f-line .item .t3 {
  font-size: 0.24rem;
}

.zt-skkcm-body .zt-content-body .n-content .co-content .content .bottom {
  width: 100%;
  background: linear-gradient(to right, #F3E3C2, #E5C082);
  height: 1rem;
  border-radius: 0.2rem 0.2rem 0 0;
  color: #552521;
  font-size: 0.6rem;
  letter-spacing: 0.03rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.zt-gakc-body {
  position: relative;
  margin: 0;
}

.zt-gakc-body .hengfu-bg {
  width: 100%;
  height: 156px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 1920px 156px;
}

.zt-gakc-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-gakc-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-gakc-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-gakc-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.zt-gakc-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-gakc-body .hengfu-bg .hengfu .btnbg .btn2 {
  border-radius: 17px;
  margin-top: 20px;
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-gakc-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-gakc-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-gakc-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-gakc-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-gakc-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gakc-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2024ga_1.png");
  background-repeat: no-repeat;
  background-size: 1920px 3100px;
  background-color: #016BE5;
}

.zt-gakc-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-gakc-body .zt-content-body .big-title-bg .logo {
  width: 300px;
  height: 102px;
  content: url("/static/zt/img/zt_2024ga_4.png");
  margin: 40px 0;
}

.zt-gakc-body .zt-content-body .big-title-bg .title1 {
  width: 1000px;
  height: 114px;
  content: url("/static/zt/img/zt_2024ga_2.png");
  margin-bottom: 40px;
}

.zt-gakc-body .zt-content-body .big-title-bg .title2 {
  width: 1300px;
  height: 533px;
  content: url("/static/zt/img/zt_2024ga_3.png");
}

.zt-gakc-body .zt-content-body .big-title-bg .title3 {
  margin: 0;
  padding: 0;
  line-height: 100px;
  font-size: 68px;
  color: #F5D3AD;
}

.zt-gakc-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-gakc-body .zt-content-body .n-content .zxgd-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  z-index: 10;
}

.zt-gakc-body .zt-content-body .n-content .zxgd-content .left {
  width: 180px;
  height: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.zt-gakc-body .zt-content-body .n-content .zxgd-content .right {
  width: 1020px;
  display: flex;
  overflow: hidden;
  height: 30px;
  flex-direction: row;
}

.zt-gakc-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 30px;
  width: auto;
}

.zt-gakc-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}

.zt-gakc-body .zt-content-body .n-content .all-title-line {
  height: 150px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.zt-gakc-body .zt-content-body .n-content .all-title-line .left {
  width: 72px;
  height: 82px;
  content: url("/static/zt/img/zt_2024ga_5.png");
}

.zt-gakc-body .zt-content-body .n-content .all-title-line .title-bg {
  font-weight: 600;
  font-size: 48px;
  color: #E9E1B2;
  padding: 0 30px;
  margin: 0;
  width: 400px;
  text-align: center;
  background-image: linear-gradient(to bottom, #FED199, #FDE2C4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zt-gakc-body .zt-content-body .n-content .all-title-line .right {
  width: 72px;
  height: 82px;
  content: url("/static/zt/img/zt_2024ga_5.png");
}

.zt-gakc-body .zt-content-body .n-content .tese-content {
  width: 1200px;
  background: linear-gradient(to bottom, #FFFFFF, #E1BE97);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(to bottom, #FFFFFF, #D8AC7B);
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .title {
  line-height: 80px;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 42px;
  color: #B47D40;
  letter-spacing: 3px;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item {
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 36px solid #F4EBDC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img1 {
  width: 110px;
  height: 105px;
  content: url("/static/zt/img/zt_2024ga_6.png");
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img2 {
  width: 110px;
  height: 105px;
  content: url("/static/zt/img/zt_2024ga_7.png");
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img3 {
  width: 110px;
  height: 105px;
  content: url("/static/zt/img/zt_2024ga_8.png");
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .text {
  line-height: 70px;
  font-size: 44px;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  color: #824507;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item2-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-gakc-body .zt-content-body .n-content .tese-content .bg .item2-bg .item {
  line-height: 44px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  margin-top: 50px;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content {
  width: 1200px;
  background-color: #0051BA;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  background-color: #0055C2;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg .top {
  width: 1100px;
  height: 130px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #FEAD68, #FDC586);
  line-height: 130px;
  font-size: 88px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg .item-bg {
  width: 100%;
  display: block;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg .item-bg .title {
  border-bottom: 4px solid #FEB874;
  font-size: 58px;
  color: #FEB874;
  line-height: 120px;
  display: inline-block;
  margin-bottom: 40px;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg .item-bg .text {
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 30px;
  color: #185FC3;
  background-color: #fff;
  line-height: 80px;
  font-size: 46px;
}

.zt-gakc-body .zt-content-body .n-content .youhui-content .bg .bottom {
  width: 1100px;
  height: 130px;
  background: linear-gradient(to bottom, #FEAD68, #FDC586);
  line-height: 130px;
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 30px 0;
  cursor: pointer;
}

.zt-gakc-body .zt-content-body .n-content .xq-content {
  width: 1200px;
}

.zt-gakc-body .zt-content-body .n-content .xq-content table {
  width: 1200px;
  border-color: #E1AC60;
  border-collapse: collapse;
  background-color: #0053BD;
}

.zt-gakc-body .zt-content-body .n-content .xq-content th {
  height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  background-color: #E1AC60;
  border-color: #E1AC60;
}

.zt-gakc-body .zt-content-body .n-content .xq-content td {
  color: #fff;
  border-color: #E1AC60;
  font-size: 28px;
  padding: 30px;
  text-align: center;
}

.zt-gakc-body .zt-content-body .n-content .xq-content .btn {
  width: 120px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #E1AC60;
  text-align: center;
  cursor: pointer;
}

.zt-gakc-body .zt-content-body .n-content .bufen-content {
  width: 1200px;
  background-color: #0052B8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-gakc-body .zt-content-body .n-content .bufen-content .title {
  height: 90px;
  line-height: 90px;
  width: 100%;
  background-color: #E1AC60;
  font-weight: bold;
  color: #fff;
  font-size: 46px;
  text-align: center;
}

.zt-gakc-body .zt-content-body .n-content .bufen-content .item {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #E1AC60;
  border-bottom: 1px solid #E1AC60;
  border-right: 1px solid #E1AC60;
  border-top: none;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #fff;
  font-size: 32px;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .text-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .text-content .item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .text-content .item .part {
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  color: #021A67;
  font-size: 24px;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .text-content .item .text {
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .text-content .item .cc {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: 6px solid transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.zt-gakc-body .zt-content-body .n-content .liucheng-content .line {
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.zt-gakc-body .zt-content-body .n-content .co-content {
  width: 1200px;
  background-color: #0052B8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 100px 100px 0 0;
  margin-top: 40px;
}

.zt-gakc-body .zt-content-body .n-content .co-content .itembg1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 80px 120px;
  justify-content: space-between;
}

.zt-gakc-body .zt-content-body .n-content .co-content .itembg1 .item {
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .co-content .itembg1 .item .imgbg {
  width: 450px;
  box-sizing: border-box;
  border: 16px solid #FCA766;
  background-color: #FFF0D3;
  padding: 16px;
}

.zt-gakc-body .zt-content-body .n-content .co-content .itembg1 .item .imgbg img {
  width: 386px;
  height: 386px;
}

.zt-gakc-body .zt-content-body .n-content .co-content .itembg1 .item .title {
  line-height: 100px;
  text-align: center;
  font-size: 38px;
  color: #fff;
}

.zt-gakc-body .zt-content-body .n-content .co-content .title-line {
  line-height: 200px;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

.zt-gakc-body .zt-content-body .n-content .add-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #0052B8;
  height: 150px;
}

.zt-gakc-body .zt-content-body .n-content .add-bg .title {
  line-height: 150px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.zt-gakc-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .pj-bg .bg {
  width: 100%;
  min-width: 1200px;
  content: url("/static/zt/img/zt_2024ga_9.png");
}

.zt-gakc-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .cj-bg .bg {
  width: 100%;
  min-width: 1200px;
  content: url("/static/zt/img/zt_2024ga_10.png");
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.zt-gakc-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .ftitle {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.zt-gakcm-body {
  position: relative;
  margin: 0;
}

.zt-gakcm-body .hengfu-bg {
  width: 100%;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 100% 100%;
}

.zt-gakcm-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-gakcm-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-gakcm-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 0.4rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-gakcm-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
}

.zt-gakcm-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-gakcm-body .hengfu-bg .hengfu .btnbg .btn2 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-gakcm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-gakcm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-gakcm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-gakcm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-gakcm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gakcm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2024ga_1.png");
  background-repeat: no-repeat;
  background-size: 10rem 16.14rem;
  background-color: #016BE5;
}

.zt-gakcm-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-gakcm-body .zt-content-body .big-title-bg .logo {
  width: 3rem;
  height: 1.02rem;
  content: url("/static/zt/img/zt_2024ga_4.png");
  margin: 0.4rem 0;
}

.zt-gakcm-body .zt-content-body .big-title-bg .title1 {
  width: 9rem;
  height: 1rem;
  content: url("/static/zt/img/zt_2024ga_2.png");
  margin-bottom: 0.4rem;
}

.zt-gakcm-body .zt-content-body .big-title-bg .title2 {
  width: 9rem;
  height: 3.69rem;
  content: url("/static/zt/img/zt_2024ga_3.png");
}

.zt-gakcm-body .zt-content-body .big-title-bg .title3 {
  margin: 0;
  padding: 0;
  line-height: 1rem;
  font-size: 0.68rem;
  color: #F5D3AD;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 0.2rem;
}

.zt-gakcm-body .zt-content-body .n-content .zxgd-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.4rem;
  margin-top: 0.2rem;
  z-index: 10;
}

.zt-gakcm-body .zt-content-body .n-content .zxgd-content .left {
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
}

.zt-gakcm-body .zt-content-body .n-content .zxgd-content .right {
  width: 7.7rem;
  display: flex;
  overflow: hidden;
  height: 0.4rem;
  flex-direction: row;
}

.zt-gakcm-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 0.4rem;
  width: auto;
}

.zt-gakcm-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0.1rem;
}

.zt-gakcm-body .zt-content-body .n-content .all-title-line {
  height: 1.5rem;
  width: 9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}

.zt-gakcm-body .zt-content-body .n-content .all-title-line .left {
  width: 0.72rem;
  height: 0.82rem;
  content: url("/static/zt/img/zt_2024ga_5.png");
}

.zt-gakcm-body .zt-content-body .n-content .all-title-line .title-bg {
  font-weight: 600;
  font-size: 0.48rem;
  color: #E9E1B2;
  padding: 0 0.3rem;
  margin: 0;
  width: 4rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #FED199, #FDE2C4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zt-gakcm-body .zt-content-body .n-content .all-title-line .right {
  width: 0.72rem;
  height: 0.82rem;
  content: url("/static/zt/img/zt_2024ga_5.png");
}

.zt-gakcm-body .zt-content-body .n-content .tese-content {
  width: 9rem;
  background: linear-gradient(to bottom, #FFFFFF, #E1BE97);
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.3rem;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.3rem;
  background: linear-gradient(to bottom, #FFFFFF, #D8AC7B);
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .title {
  line-height: 0.8rem;
  width: 100%;
  margin: 0 0 0.4rem 0;
  padding: 0;
  text-align: center;
  font-size: 0.42rem;
  color: #B47D40;
  letter-spacing: 0.03rem;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item {
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0.36rem solid #F4EBDC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img1 {
  width: 1.1rem;
  height: 1.05rem;
  content: url("/static/zt/img/zt_2024ga_6.png");
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img2 {
  width: 1.1rem;
  height: 1.05rem;
  content: url("/static/zt/img/zt_2024ga_7.png");
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .cc .img3 {
  width: 1.1rem;
  height: 1.05rem;
  content: url("/static/zt/img/zt_2024ga_8.png");
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item1-bg .item .text {
  line-height: 0.7rem;
  font-size: 0.44rem;
  margin: 0.4rem 0 0 0;
  padding: 0;
  text-align: center;
  color: #824507;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item2-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-gakcm-body .zt-content-body .n-content .tese-content .bg .item2-bg .item {
  line-height: 0.44rem;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.36rem;
  margin-top: 0.5rem;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content {
  width: 9rem;
  background-color: #0051BA;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.3rem;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.3rem;
  background-color: #0055C2;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg .top {
  width: 8rem;
  height: 1.3rem;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FEAD68, #FDC586);
  line-height: 1.3rem;
  font-size: 0.88rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0.3rem 0;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg .item-bg {
  width: 100%;
  display: block;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg .item-bg .title {
  border-bottom: 0.04rem solid #FEB874;
  font-size: 0.58rem;
  color: #FEB874;
  line-height: 1.2rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg .item-bg .text {
  border-radius: 0.1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.1rem 0.3rem;
  color: #185FC3;
  background-color: #fff;
  line-height: 0.8rem;
  font-size: 0.46rem;
}

.zt-gakcm-body .zt-content-body .n-content .youhui-content .bg .bottom {
  width: 8rem;
  height: 1.3rem;
  background: linear-gradient(to bottom, #FEAD68, #FDC586);
  line-height: 1.3rem;
  font-size: 0.58rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0.3rem 0;
  cursor: pointer;
}

.zt-gakcm-body .zt-content-body .n-content .xq-content {
  width: 9.5rem;
}

.zt-gakcm-body .zt-content-body .n-content .xq-content table {
  width: 9.5rem;
  border-color: #E1AC60;
  border-collapse: collapse;
  background-color: #0053BD;
}

.zt-gakcm-body .zt-content-body .n-content .xq-content th {
  height: 0.9rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.28rem;
  background-color: #E1AC60;
  border-color: #E1AC60;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content .xq-content td {
  color: #fff;
  border-color: #E1AC60;
  font-size: 0.28rem;
  padding: 0.3rem;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content .xq-content .btn {
  width: 1.5rem;
  height: 0.8rem;
  border-radius: 0.45rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.24rem;
  background-color: #E1AC60;
  text-align: center;
  cursor: pointer;
}

.zt-gakcm-body .zt-content-body .n-content .bufen-content {
  width: 9rem;
  background-color: #0052B8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-gakcm-body .zt-content-body .n-content .bufen-content .title {
  height: 0.9rem;
  line-height: 0.9rem;
  width: 100%;
  background-color: #E1AC60;
  font-weight: bold;
  color: #fff;
  font-size: 0.46rem;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content .bufen-content .item {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #E1AC60;
  border-bottom: 1px solid #E1AC60;
  border-right: 1px solid #E1AC60;
  border-top: none;
  line-height: 0.7rem;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.32rem;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .text-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .text-content .item {
  width: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -0.2rem;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .text-content .item .part {
  width: 1.4rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.18rem;
  color: #021A67;
  font-size: 0.24rem;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .text-content .item .text {
  height: 70zpx;
  line-height: 0.7rem;
  text-align: center;
  width: 100%;
  font-size: 0.3rem;
  color: #fff;
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .text-content .item .cc {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.06rem solid transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.zt-gakcm-body .zt-content-body .n-content .liucheng-content .line {
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.zt-gakcm-body .zt-content-body .n-content .co-content {
  width: 9rem;
  background-color: #0052B8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 1rem 1rem 0 0;
  margin-top: 0.4rem;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .itembg1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  justify-content: space-between;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .itembg1 .item {
  width: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .itembg1 .item .imgbg {
  width: 3.5rem;
  box-sizing: border-box;
  border: 0.16rem solid #FCA766;
  background-color: #FFF0D3;
  padding: 0.16rem;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .itembg1 .item .imgbg img {
  width: 2.86rem;
  height: 2.86rem;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .itembg1 .item .title {
  line-height: 1rem;
  text-align: center;
  font-size: 0.38rem;
  color: #fff;
}

.zt-gakcm-body .zt-content-body .n-content .co-content .title-line {
  line-height: 2rem;
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content .add-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #0052B8;
  height: 1.5rem;
}

.zt-gakcm-body .zt-content-body .n-content .add-bg .title {
  line-height: 1.5rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
}

.zt-gakcm-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .pj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2024ga_9m.png");
}

.zt-gakcm-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2024ga_10m.png");
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.24rem;
  color: #D28E69;
}

.zt-gakcm-body .zt-content-body .n-content .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.16rem;
}

.zt-sydw-body {
  position: relative;
  margin: 0;
}

.zt-sydw-body .hengfu-bg {
  width: 100%;
  height: 156px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 1920px 156px;
  z-index: 10;
}

.zt-sydw-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
}

.zt-sydw-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydw-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-sydw-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-sydw-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.zt-sydw-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-sydw-body .hengfu-bg .hengfu .btnbg .btn2 {
  border-radius: 17px;
  margin-top: 20px;
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-sydw-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-sydw-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-sydw-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-sydw-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-sydw-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-sydw-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2023sksy1.png");
  background-repeat: no-repeat;
  background-size: 1920px 2243px;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-sydw-body .zt-content-body .big-title-bg .titles {
  height: 100px;
  line-height: 100px;
  padding: 0 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 50px;
  background: linear-gradient(to right, #FE941A, #FE941A);
  margin: 80px 0 20px 0;
}

.zt-sydw-body .zt-content-body .big-title-bg .title {
  color: #fff;
  font-size: 60px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.zt-sydw-body .zt-content-body .big-title-bg .title1 {
  width: 1226px;
  height: 220px;
  content: url("/static/zt/img/zt_2023sksy13.png");
  margin: 40px 0;
}

.zt-sydw-body .zt-content-body .big-title-bg .title2 {
  width: 1208px;
  height: 118px;
  content: url("/static/zt/img/zt_2023sksy11.png");
}

.zt-sydw-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-sydw-body .zt-content-body .n-content .all-title-line {
  height: 237px;
  width: 579px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url("/static/zt/img/zt_2023sksy2.png");
  background-repeat: no-repeat;
  background-size: 579px 237px;
  margin-top: 40px;
}

.zt-sydw-body .zt-content-body .n-content .all-title-line p {
  display: flex;
  justify-content: center;
  justify-items: center;
  font-weight: bold;
  font-size: 80px;
  color: #0079FF;
}

.zt-sydw-body .zt-content-body .n-content .top-content {
  width: 1200px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  border-radius: 8px;
  margin-top: 40px;
}

.zt-sydw-body .zt-content-body .n-content .top-content .s-content {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #85F1F7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .top-content .s-content .title-bg {
  width: 1000px;
  height: 160px;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 15px 80px;
  background: linear-gradient(to bottom, #FB9C1C, #FF4B26);
  margin-top: -80px;
}

.zt-sydw-body .zt-content-body .n-content .top-content .s-content .title-bg .title {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 130px;
  line-height: 130px;
  padding: 0 30px;
  border: 1px solid  #FDAF05;
}

.zt-sydw-body .zt-content-body .n-content .top-content .s-content .liucheng {
  width: 100%;
  content: url("/static/zt/img/zt_2023sksy12.png");
  margin: 50px 0;
}

.zt-sydw-body .zt-content-body .n-content .top-content .s-content .text {
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  color: #888;
}

.zt-sydw-body .zt-content-body .n-content .top-content .lt {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  border-radius: 0 0 30px 0;
  border-right: 1px solid #85F1F7;
  border-bottom: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .n-content .top-content .lb {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  border-radius: 0 30px 0 0;
  border-top: 1px solid #85F1F7;
  border-right: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .n-content .top-content .rt {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 30px;
  border-left: 1px solid #85F1F7;
  border-bottom: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .n-content .top-content .rb {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  border-radius: 30px 0 0 0;
  border-left: 1px solid #85F1F7;
  border-top: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .n-content .se-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt-sydw-body .zt-content-body .n-content .se-content .item {
  height: 56px;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 10px;
  line-height: 56px;
  color: #333;
  font-size: 24px;
  background: #C4E1FF;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.zt-sydw-body .zt-content-body .n-content .se-content .item:hover {
  background: linear-gradient(to right, #1255ED, #0FB0FE) !important;
  color: #fff !important;
}

.zt-sydw-body .zt-content-body .n-content .xq-content {
  width: 1200px;
}

.zt-sydw-body .zt-content-body .n-content .xq-content table {
  width: 1200px;
  border-collapse: collapse;
  border-radius: 10px;
}

.zt-sydw-body .zt-content-body .n-content .xq-content th {
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border: none;
}

.zt-sydw-body .zt-content-body .n-content .xq-content td {
  color: #333;
  border-color: #1481FD;
  font-size: 18px;
  padding: 30px;
  text-align: center;
  border: 1px solid #1481FD;
  background-color: #fff;
}

.zt-sydw-body .zt-content-body .n-content .xq-content .btn {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(to right, #10A8FC, #1179F4);
  text-align: center;
  cursor: pointer;
}

.zt-sydw-body .zt-content-body .n-content .tese-content {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 1920px 946px;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs {
  width: 180px;
  height: 180px;
  position: relative;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item-s {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background: linear-gradient(135deg, #0551FC, #10C1AD);
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item .shuzi {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 45px;
  background: linear-gradient(to bottom, #FFF9BC, #ffffff);
  font-size: 32px;
  font-weight: bold;
  color: #045CFC;
}

.zt-sydw-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item p {
  line-height: 40px;
  color: #888;
  font-size: 24px;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg .item {
  width: 540px;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid  #C7D5F9;
  justify-content: space-between;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg .item .left {
  width: 99px;
  height: 99px;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg .item .right {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg .item .right .top {
  line-height: 30px;
  font-weight: bold;
  color: #0478FC;
  font-size: 24px;
}

.zt-sydw-body .zt-content-body .n-content .youshi-content .item-bg .item .right .bottom {
  line-height: 24px;
  font-size: 20px;
  color: #333;
}

.zt-sydw-body .zt-content-body .n-content .shiting-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .shiting-content .videos-bg {
  width: 1200px;
  height: 725px;
}

.zt-sydw-body .zt-content-body .n-content .shiting-content .videos-bg .video-bg {
  width: 100%;
  height: 100%;
}

.zt-sydw-body .zt-content-body .n-content .shiting-content .btn {
  height: 128px;
  line-height: 128px;
  border-radius: 10px;
  background-color: #0079FF;
  text-align: center;
  color: #fff;
  font-size: 64px;
  cursor: pointer;
  margin-top: 40px;
}

.zt-sydw-body .zt-content-body .n-content .co-content {
  width: 100%;
  background: linear-gradient(to bottom, #0078FB, #0079FF);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  margin-top: 60px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 300px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .bottom {
  width: 100%;
  background: #fff;
  height: 100px;
  color: #0078FB;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 120px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 20px;
  justify-content: center;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .guanzhu-line img {
  width: 200px;
  height: 200px;
  content: url("/static/home/img/testcode1.png");
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .guanzhu-line p {
  line-height: 50px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .item-line .item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  border-radius: 8px;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #0E69F8;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .item-line .item:hover {
  background-color: #FDE29F !important;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .z-line {
  width: 100%;
  display: none;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .z-line .t1 {
  font-size: 28px;
  font-weight: bold;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .z-line .t2 {
  font-size: 28px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-sydw-body .zt-content-body .n-content .co-content .content .f-line .item .t3 {
  font-size: 24px;
}

.zt-sydw-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .pj-bg .bg {
  width: 100%;
  min-width: 1200px;
  content: url("/static/zt/img/zt_2023sksy3.png");
}

.zt-sydw-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .cj-bg .bg {
  width: 1200px;
  content: url("/static/zt/img/zt_2023sksy4.png");
}

.zt-sydw-body .zt-content-body .n-content .teacher-content {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 1920px 946px;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.zt-sydw-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .ftitle {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.zt-sydw-body .zt-content-body .n-content .zxgd-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  z-index: 10;
  margin: 40px 0;
}

.zt-sydw-body .zt-content-body .n-content .zxgd-content .left {
  width: 180px;
  height: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.zt-sydw-body .zt-content-body .n-content .zxgd-content .right {
  width: 1020px;
  display: flex;
  overflow: hidden;
  height: 30px;
  flex-direction: row;
}

.zt-sydw-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 30px;
  width: auto;
}

.zt-sydw-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}

.zt-sydwm-body {
  position: relative;
  margin: 0;
}

.zt-sydwm-body .hengfu-bg {
  width: 100%;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 100% 100%;
}

.zt-sydwm-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.5rem;
}

.zt-sydwm-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwm-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
}

.zt-sydwm-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
}

.zt-sydwm-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
}

.zt-sydwm-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-sydwm-body .hengfu-bg .hengfu .btnbg .btn2 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-sydwm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-sydwm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-sydwm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-sydwm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-sydwm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-sydwm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2023sksy1.png");
  background-repeat: no-repeat;
  background-size: 10rem 11.68rem;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-sydwm-body .zt-content-body .big-title-bg .titles {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.5rem;
  background: linear-gradient(to right, #FE941A, #FE941A);
  margin: 0.8rem 0 0.2rem 0;
}

.zt-sydwm-body .zt-content-body .big-title-bg .title {
  color: #fff;
  font-size: 0.6rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.zt-sydwm-body .zt-content-body .big-title-bg .title1 {
  width: 9rem;
  height: 1.62rem;
  content: url("/static/zt/img/zt_2023sksy13.png");
  margin: 40px 0;
}

.zt-sydwm-body .zt-content-body .big-title-bg .title2 {
  width: 9rem;
  height: 0.88rem;
  content: url("/static/zt/img/zt_2023sksy11.png");
}

.zt-sydwm-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-sydwm-body .zt-content-body .n-content .all-title-line {
  height: 2.37rem;
  width: 5.79rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url("/static/zt/img/zt_2023sksy2.png");
  background-repeat: no-repeat;
  background-size: 5.79rem 2.37rem;
  margin-top: 0.4rem;
}

.zt-sydwm-body .zt-content-body .n-content .all-title-line p {
  display: flex;
  justify-content: center;
  justify-items: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #0079FF;
}

.zt-sydwm-body .zt-content-body .n-content .top-content {
  width: 9.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.25rem;
  position: relative;
  border-radius: 0.08rem;
  margin-top: 0.4rem;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .s-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  border: 1px solid #85F1F7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .s-content .title-bg {
  width: 8rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.15rem 0.8rem;
  background: linear-gradient(to bottom, #FB9C1C, #FF4B26);
  margin-top: -0.8rem;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .s-content .title-bg .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.3rem;
  border: 1px solid  #FDAF05;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .s-content .liucheng {
  width: 100%;
  content: url("/static/zt/img/zt_2023sksy12.png");
  margin: 0.5rem 0;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .s-content .text {
  height: 1.2rem;
  line-height: 0.6rem;
  font-size: 0.36rem;
  color: #888;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .lt {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0 0 0.3rem 0;
  border-right: 1px solid #85F1F7;
  border-bottom: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .lb {
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0 0.3rem 0 0;
  border-top: 1px solid #85F1F7;
  border-right: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .rt {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0 0 0 0.3rem;
  border-left: 1px solid #85F1F7;
  border-bottom: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .n-content .top-content .rb {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem 0 0 0;
  border-left: 1px solid #85F1F7;
  border-top: 1px solid #85F1F7;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .n-content .se-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt-sydwm-body .zt-content-body .n-content .se-content .item {
  height: 0.65rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  line-height: 0.65rem;
  color: #333;
  font-size: 0.32rem;
  background: #C4E1FF;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.zt-sydwm-body .zt-content-body .n-content .se-content .item:hover {
  background: linear-gradient(to right, #1255ED, #0FB0FE) !important;
  color: #fff !important;
}

.zt-sydwm-body .zt-content-body .n-content .xq-content {
  width: 9.5rem;
}

.zt-sydwm-body .zt-content-body .n-content .xq-content table {
  width: 9.5rem;
  border-collapse: collapse;
  border-radius: 0.1rem;
}

.zt-sydwm-body .zt-content-body .n-content .xq-content th {
  width: 9.5rem;
  height: 0.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
  border: none;
  text-align: center;
}

.zt-sydwm-body .zt-content-body .n-content .xq-content td {
  width: 9.5rem;
  color: #333;
  border-color: #1481FD;
  font-size: 0.32rem;
  padding: 0.3rem;
  text-align: center;
  border: 1px solid #1481FD;
  background-color: #fff;
}

.zt-sydwm-body .zt-content-body .n-content .xq-content .btn {
  height: 0.8rem;
  border-radius: 0.2rem;
  line-height: 0.8rem;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 0.36rem;
  background: linear-gradient(to right, #10A8FC, #1179F4);
  text-align: center;
  cursor: pointer;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 10rem 4.93rem;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.4rem 0;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs {
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item-s {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #0551FC, #10C1AD);
  position: absolute;
  left: 0;
  top: 0.2rem;
  z-index: 1;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.4rem 0;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item .shuzi {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.45rem;
  background: linear-gradient(to bottom, #FFF9BC, #ffffff);
  font-size: 0.6rem;
  font-weight: bold;
  color: #045CFC;
}

.zt-sydwm-body .zt-content-body .n-content .tese-content .content .item-bg .item-bgs .item p {
  line-height: 0.6rem;
  color: #888;
  font-size: 0.42rem;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg .item {
  width: 4.5rem;
  box-sizing: border-box;
  padding: 0.2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid  #C7D5F9;
  justify-content: space-between;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg .item .left {
  width: 0.99rem;
  height: 0.99rem;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg .item .right {
  width: 3.4rem;
  display: flex;
  flex-direction: column;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg .item .right .top {
  line-height: 0.4rem;
  font-weight: bold;
  color: #0478FC;
  font-size: 0.24rem;
}

.zt-sydwm-body .zt-content-body .n-content .youshi-content .item-bg .item .right .bottom {
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #333;
}

.zt-sydwm-body .zt-content-body .n-content .shiting-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-sydwm-body .zt-content-body .n-content .shiting-content .videos-bg {
  width: 9.5rem;
  height: 5.8rem;
}

.zt-sydwm-body .zt-content-body .n-content .shiting-content .videos-bg .video-bg {
  width: 100%;
  height: 100%;
}

.zt-sydwm-body .zt-content-body .n-content .shiting-content .btn {
  height: 1.28rem;
  line-height: 1.28rem;
  border-radius: 0.1rem;
  background-color: #0079FF;
  text-align: center;
  color: #fff;
  font-size: 0.64rem;
  cursor: pointer;
  margin-top: 0.4rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content {
  width: 100%;
  background: linear-gradient(to bottom, #0078FB, #0079FF);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-top: 0.6rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 0.2rem;
  justify-content: center;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .guanzhu-line img {
  width: 3.5rem;
  height: 3.5rem;
  content: url("/static/home/img/testcode1.png");
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .guanzhu-line p {
  line-height: 1rem;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .z-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .z-line .t1 {
  font-size: 0.28rem;
  font-weight: bold;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .z-line .t2 {
  font-size: 0.28rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .f-line .item .t3 {
  font-size: 0.24rem;
}

.zt-sydwm-body .zt-content-body .n-content .co-content .content .bottom {
  width: 100%;
  background: linear-gradient(to right, #F3E3C2, #E5C082);
  height: 1rem;
  border-radius: 0.2rem 0.2rem 0 0;
  color: #552521;
  font-size: 0.6rem;
  letter-spacing: 0.03rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.zt-sydwm-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .pj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2023sksy14.png");
}

.zt-sydwm-body .zt-content-body .n-content .cj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2023sksym4.png");
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 10rem 4.93rem;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.24rem;
  color: #D28E69;
}

.zt-sydwm-body .zt-content-body .n-content .teacher-content .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.32rem;
}

.zt-sydwm-body .zt-content-body .n-content .zxgd-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.4rem;
  margin: 0 0 0.2rem 0;
  z-index: 10;
}

.zt-sydwm-body .zt-content-body .n-content .zxgd-content .left {
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
}

.zt-sydwm-body .zt-content-body .n-content .zxgd-content .right {
  width: 7.7rem;
  display: flex;
  overflow: hidden;
  height: 0.4rem;
  flex-direction: row;
}

.zt-sydwm-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 0.4rem;
  width: auto;
}

.zt-sydwm-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0.1rem;
}

.zt-yxjck-body {
  position: relative;
  margin: 0;
}

.zt-yxjck-body .hengfu-bg {
  width: 100%;
  height: 156px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 1920px 156px;
  z-index: 10;
}

.zt-yxjck-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
}

.zt-yxjck-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjck-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-yxjck-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-yxjck-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.zt-yxjck-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-yxjck-body .hengfu-bg .hengfu .btnbg .btn2 {
  border-radius: 17px;
  margin-top: 20px;
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-yxjck-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-yxjck-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-yxjck-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-yxjck-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-yxjck-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-yxjck-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2023yxjck1.png");
  background-repeat: no-repeat;
  background-size: 1920px 2197px;
  background-color: #215AC3;
}

.zt-yxjck-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-yxjck-body .zt-content-body .big-title-bg .titles {
  height: 100px;
  line-height: 100px;
  padding: 0 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 50px;
  background: linear-gradient(to right, #FE941A, #FE941A);
  margin: 80px 0 20px 0;
}

.zt-yxjck-body .zt-content-body .big-title-bg .title {
  color: #fff;
  font-size: 60px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.zt-yxjck-body .zt-content-body .big-title-bg .title1 {
  width: 1201px;
  height: 606px;
  content: url("/static/zt/img/zt_2023yxjck2.png");
  margin: 40px 0;
}

.zt-yxjck-body .zt-content-body .big-title-bg .title2 {
  width: 1201px;
  height: 606px;
  content: url("/static/zt/img/zt_brcgzby.png");
  margin: 40px 0;
}

.zt-yxjck-body .zt-content-body .big-title-bg .ftitle-bg {
  width: 1200px;
  height: 110px;
  line-height: 110px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-size: 52px;
  letter-spacing: 3px;
  text-align: center;
  background-color: #015CD1;
}

.zt-yxjck-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .all-title-line {
  height: 364px;
  width: 912px;
  display: flex;
  flex-direction: column;
  background-image: url("/static/zt/img/zt_2023yxjck3.png");
  background-repeat: no-repeat;
  background-size: 912px 220px;
  margin-top: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .all-title-line .ztitle {
  width: 100%;
  height: 220px;
  line-height: 220px;
  font-weight: bold;
  font-size: 100px;
  color: #0A3B97;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .all-title-line .ftitle {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .top-content {
  width: 1200px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #316DF1;
  border: 5px solid #00FFFC;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .title {
  width: 570px;
  height: 160px;
  line-height: 160px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  color: #073E9B;
  font-weight: bold;
  font-size: 70px;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .icon-bg {
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .icon-bg .item {
  height: 280px;
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .icon-bg .item .myicon {
  width: 205px;
  height: 205px;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .icon-bg .item .icontitle {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 42px;
  margin-top: 25px;
}

.zt-yxjck-body .zt-content-body .n-content .top-content .icon-bg .myimg {
  margin-bottom: 75px;
  width: 24px;
  height: 29px;
  content: url("/static/zt/img/zt_2023yxjck9.png");
}

.zt-yxjck-body .zt-content-body .n-content .top-content .zs {
  width: 100%;
  height: 120px;
  line-height: 120px;
  background-color: #FF9C00;
  color: #924203;
  font-size: 60px;
  border-radius: 0 0 40px 40px;
  text-align: center;
  letter-spacing: 8px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content {
  width: 1200px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
  border: 5px solid #00FFFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  border-radius: 10px;
  background: linear-gradient(to right, #F94A2D, #FF9C1A);
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top .left {
  width: 300px;
  height: 160px;
  margin-left: -20px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 20px 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  background-color: rgba(242, 70, 6, 0.8);
  border-radius: 10px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top .right {
  width: 700px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top .right .item {
  height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top .right .item .myimg {
  width: 35px;
  height: 34px;
  content: url("/static/zt/img/zt_2023yxjck10.png");
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .top .right .item .mytitle {
  font-size: 36px;
  color: #fff;
  padding-left: 10px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 40px;
  background: linear-gradient(to right, #059DFF, #016EFF);
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom .right {
  width: 300px;
  height: 160px;
  margin-right: -20px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 20px 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  background-color: rgba(0, 41, 195, 0.8);
  border-radius: 10px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom .left {
  width: 700px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom .left .item {
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom .left .item .myimg {
  width: 35px;
  height: 34px;
  content: url("/static/zt/img/zt_2023yxjck10.png");
}

.zt-yxjck-body .zt-content-body .n-content .tese-content .bottom .left .item .mytitle {
  font-size: 36px;
  color: #fff;
  padding-left: 10px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 100px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w1 {
  width: 344px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w2 {
  width: 344px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w3 {
  width: 480px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w4 {
  width: 550px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w5 {
  width: 230px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .w6 {
  width: 400px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .item {
  height: 110px;
  box-sizing: border-box;
  padding-right: 92px;
  background-color: #006FFF;
  border-radius: 0 0 40px 0;
  position: relative;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .item .mytitle {
  width: 100%;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-size: 42px;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .item .right {
  width: 92px;
  height: 100px;
  text-align: center;
  border-radius: 0 0 40px 0;
  background-color: #FFAD00;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .item .right .p1 {
  line-height: 40px;
  font-size: 40px;
  color: #fff;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .itembg .item .right .p2 {
  line-height: 30px;
  font-size: 26px;
  color: #fff;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .textbg {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .textbg .p1 {
  line-height: 80px;
  font-size: 52px;
  font-weight: bold;
  color: #016FFF;
}

.zt-yxjck-body .zt-content-body .n-content .anpai-content .textbg .p2 {
  line-height: 70px;
  font-size: 30px;
  color: #2F2F2F;
}

.zt-yxjck-body .zt-content-body .n-content .xq-content {
  width: 1200px;
  margin-top: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .xq-content table {
  width: 1200px;
  border-collapse: collapse;
}

.zt-yxjck-body .zt-content-body .n-content .xq-content th {
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  border: 1px solid #006FFF;
  background-color: #006FFF;
}

.zt-yxjck-body .zt-content-body .n-content .xq-content td {
  color: #333;
  border-color: #006FFF;
  font-size: 24px;
  padding: 14px 30px;
  text-align: center;
  border: 1px solid #006FFF;
  background-color: #fff;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .btn {
  width: 340px;
  height: 90px;
  line-height: 90px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FE4E2E, #FF9E15);
  font-size: 38px;
  color: #F7F7BC;
  text-shadow: 0 4px 4px #C45808;
  cursor: pointer;
  box-shadow: 0 10px 5px rgba(248, 193, 117, 0.2);
  text-align: center;
  text-decoration: none;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .q-btn {
  width: 585px;
  height: 169px;
  background-image: url("/static/zt/img/zt_2023yxjck14.png");
  background-repeat: no-repeat;
  background-size: 585px 169px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .left {
  width: 140px;
  height: 169px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 169px;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right {
  width: 445px;
  height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right .top {
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right .bottom {
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 120px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item {
  width: 550px;
  height: 320px;
  position: relative;
  border-top: 20px solid #04E1FF;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item img {
  position: absolute;
  width: 210px;
  height: 420px;
  bottom: 0;
  right: 0;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item .line .name {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item .line .ms {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #03A0F9, #04E1FF);
  margin-left: 20px;
  padding: 0 10px;
  border-radius: 4px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item .line .lable {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  margin-right: 10px;
  background: linear-gradient(to right, #03A0F9, #04E1FF);
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .item-bg .item .jianjie {
  width: 310px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin-top: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq {
  width: 1200px;
  height: 320px;
  position: relative;
  border-top: 20px solid #F48229;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 310px;
  margin-top: 120px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq img {
  position: absolute;
  width: 210px;
  height: 420px;
  bottom: 0;
  left: 50px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq .line .name {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq .line .ms {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #FC4D2C, #F79A1E);
  margin-left: 20px;
  padding: 0 10px;
  border-radius: 4px;
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq .line .lable {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  margin-right: 10px;
  background: linear-gradient(to right, #FC4D2C, #F79A1E);
}

.zt-yxjck-body .zt-content-body .n-content .teacher-content .itemq .jianjie {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin-top: 20px;
}

.zt-yxjck-body .zt-content-body .n-content .pj-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_2023yxjck4.png");
}

.zt-yxjck-body .zt-content-body .n-content .xz-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 40px 200px 40px;
  background-color: #093B94;
  position: relative;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .kf {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .kf .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .kf .item .qrimg {
  width: 300px;
  height: 300px;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .kf .item .num {
  line-height: 50px;
  color: #fff;
  font-size: 32px;
  color: #fff;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .logo {
  width: 1200px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #072D76;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .logo img {
  width: 1014px;
  height: 96px;
  content: url("/static/zt/img/zt_2023yxjck20.png");
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .item .left {
  width: 90px;
  height: 90px;
  background-image: url("/static/zt/img/zt_2023yxjck13.png");
  background-repeat: no-repeat;
  background-size: 74px 73px;
  background-position: center;
  font-size: 62px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .item .right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .item .right .top {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
}

.zt-yxjck-body .zt-content-body .n-content .xz-content .item .right .bottom {
  line-height: 64px;
  color: #fff;
  font-size: 38px;
}

.zt-yxjck-body .zt-content-body .n-content .zxgd-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  z-index: 10;
  margin: 40px 0;
}

.zt-yxjck-body .zt-content-body .n-content .zxgd-content .left {
  width: 180px;
  height: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.zt-yxjck-body .zt-content-body .n-content .zxgd-content .right {
  width: 1020px;
  display: flex;
  overflow: hidden;
  height: 30px;
  flex-direction: row;
}

.zt-yxjck-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 30px;
  width: auto;
}

.zt-yxjck-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}

.zt-yxjckm-body {
  position: relative;
  margin: 0;
}

.zt-yxjckm-body .hengfu-bg {
  width: 100%;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 100% 100%;
}

.zt-yxjckm-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-yxjckm-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjckm-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-yxjckm-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 0.4rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-yxjckm-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
}

.zt-yxjckm-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-yxjckm-body .hengfu-bg .hengfu .btnbg .btn2 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-yxjckm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-yxjckm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-yxjckm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-yxjckm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-yxjckm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/static/zt/img/zt_2023yxjck1.png");
  background-repeat: no-repeat;
  background-size: 10rem 11.44rem;
  background-color: #215AC3;
}

.zt-yxjckm-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-yxjckm-body .zt-content-body .big-title-bg .title1 {
  width: 9.5rem;
  height: 4.8rem;
  content: url("/static/zt/img/zt_2023yxjck2.png");
  margin: 0.4rem 0;
}

.zt-yxjckm-body .zt-content-body .big-title-bg .title1 {
  width: 9.5rem;
  height: 4.8rem;
  content: url("/static/zt/img/zt_brcgzbym.png");
  margin: 0.4rem 0;
}

.zt-yxjckm-body .zt-content-body .big-title-bg .ftitle-bg {
  width: 9.5rem;
  height: 0.87rem;
  line-height: 0.87rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.52rem;
  text-align: center;
  background-color: #015CD1;
}

.zt-yxjckm-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
}

.zt-yxjckm-body .zt-content-body .n-content .all-title-line {
  height: 3.64rem;
  width: 9.12rem;
  display: flex;
  flex-direction: column;
  background-image: url("/static/zt/img/zt_2023yxjck3.png");
  background-repeat: no-repeat;
  background-size: 9.12rem 2.2rem;
  margin-top: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .all-title-line .ztitle {
  width: 100%;
  height: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  font-size: 1rem;
  color: #0A3B97;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .all-title-line .ftitle {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  margin-top: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content {
  width: 9.5rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  background-color: #316DF1;
  border: 0.05rem solid #00FFFC;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .title {
  width: 5.7rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #fff;
  color: #073E9B;
  font-weight: bold;
  font-size: 0.7rem;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .icon-bg {
  width: 9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0.8rem 0;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .icon-bg .item {
  height: 2.8rem;
  width: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .icon-bg .item .myicon {
  width: 1.8rem;
  height: 1.8rem;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .icon-bg .item .icontitle {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.42rem;
  margin-top: 0.25rem;
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .icon-bg .myimg {
  margin-bottom: 0.75rem;
  width: 0.24rem;
  height: 0.29rem;
  content: url("/static/zt/img/zt_2023yxjck9.png");
}

.zt-yxjckm-body .zt-content-body .n-content .top-content .zs {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #FF9C00;
  color: #924203;
  font-size: 0.6rem;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content {
  width: 9.5rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.05rem solid #00FFFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #F94A2D, #FF9C1A);
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top .left {
  width: 3rem;
  height: 1.6rem;
  margin-left: -0.2rem;
  line-height: 0.6rem;
  box-sizing: border-box;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  background-color: rgba(242, 70, 6, 0.8);
  border-radius: 0.1rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top .right {
  width: 7rem;
  display: flex;
  flex-direction: column;
  padding-left: 0.2rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top .right .item {
  height: 0.9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.2rem 0;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top .right .item .myimg {
  width: 0.35rem;
  height: 0.34rem;
  content: url("/static/zt/img/zt_2023yxjck10.png");
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .top .right .item .mytitle {
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.1rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  margin-top: 0.4rem;
  background: linear-gradient(to right, #059DFF, #016EFF);
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom .right {
  width: 3rem;
  height: 1.6rem;
  margin-right: -0.2rem;
  line-height: 0.6rem;
  box-sizing: border-box;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  background-color: rgba(0, 41, 195, 0.8);
  border-radius: 0.1rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom .left {
  width: 7rem;
  display: flex;
  flex-direction: column;
  padding-left: 0.2rem;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom .left .item {
  height: 1.2rem;
  display: flex;
  flex-direction: row;
  margin: 0.2rem 0;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom .left .item .myimg {
  width: 0.35rem;
  height: 0.34rem;
  content: url("/static/zt/img/zt_2023yxjck10.png");
}

.zt-yxjckm-body .zt-content-body .n-content .tese-content .bottom .left .item .mytitle {
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.1rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.1rem;
  background-color: #fff;
  margin-top: 1rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .w1 {
  width: 4.6rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .w5 {
  width: 5.7rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .w6 {
  width: 3.5rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .item {
  height: 1.1rem;
  box-sizing: border-box;
  padding-right: 0.92rem;
  background-color: #006FFF;
  border-radius: 0 0 0.4rem 0;
  position: relative;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .item .mytitle {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  font-size: 0.42rem;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .item .right {
  width: 0.92rem;
  height: 1rem;
  text-align: center;
  border-radius: 0 0 0.4rem 0;
  background-color: #FFAD00;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .item .right .p1 {
  line-height: 0.4rem;
  font-size: 0.4rem;
  color: #fff;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .itembg .item .right .p2 {
  line-height: 0.3rem;
  font-size: 0.26rem;
  color: #fff;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .textbg {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0.3rem;
  display: flex;
  flex-direction: column;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .textbg .p1 {
  line-height: 0.8rem;
  font-size: 0.52rem;
  font-weight: bold;
  color: #016FFF;
}

.zt-yxjckm-body .zt-content-body .n-content .anpai-content .textbg .p2 {
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #2F2F2F;
}

.zt-yxjckm-body .zt-content-body .n-content .xq-content {
  width: 9.8rem;
  margin-top: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .xq-content table {
  width: 9.8rem;
  border-collapse: collapse;
}

.zt-yxjckm-body .zt-content-body .n-content .xq-content th {
  height: 0.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
  border: 1px solid #006FFF;
  background-color: #006FFF;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .xq-content td {
  color: #333;
  border-color: #006FFF;
  font-size: 0.24rem;
  padding: 0.14rem 0.3rem;
  text-align: center;
  border: 1px solid #006FFF;
  background-color: #fff;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .btn {
  width: 3.4rem;
  height: 0.9rem;
  line-height: 0.9rem;
  border-radius: 0.1rem;
  background: linear-gradient(135deg, #FE4E2E, #FF9E15);
  font-size: 0.38rem;
  color: #F7F7BC;
  text-shadow: 0 0.04rem 0.04rem #C45808;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.05rem rgba(248, 193, 117, 0.2);
  text-align: center;
  text-decoration: none;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .q-btn {
  width: 4.5rem;
  height: 1.3rem;
  background-image: url("/static/zt/img/zt_2023yxjck14.png");
  background-repeat: no-repeat;
  background-size: 4.5rem 1.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .left {
  width: 1.077rem;
  height: 1.3rem;
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3rem;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right {
  width: 3.42rem;
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right .top {
  line-height: 0.6rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .buy-content .btn-bg .q-btn .right .bottom {
  line-height: 0.5rem;
  height: 0.5rem;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item {
  width: 9.5rem;
  height: 6rem;
  position: relative;
  border-top: 0.2rem solid #04E1FF;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-top: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item img {
  position: absolute;
  width: 3rem;
  height: 6rem;
  bottom: 0;
  right: 0;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item .line .name {
  font-weight: bold;
  font-size: 0.6rem;
  color: #191919;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item .line .ms {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #fff;
  background: linear-gradient(to right, #03A0F9, #04E1FF);
  margin-left: 0.2rem;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item .line .lable {
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0 0.1rem;
  color: #fff;
  margin-right: 0.1rem;
  background: linear-gradient(to right, #03A0F9, #04E1FF);
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .item-bg .item .jianjie {
  width: 6.2rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #666;
  margin-top: 0.2rem;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq {
  width: 1200px;
  height: 320px;
  position: relative;
  border-top: 20px solid #F48229;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 310px;
  margin-top: 120px;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq img {
  position: absolute;
  width: 210px;
  height: 420px;
  bottom: 0;
  left: 50px;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq .line .name {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq .line .ms {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #FC4D2C, #F79A1E);
  margin-left: 20px;
  padding: 0 10px;
  border-radius: 4px;
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq .line .lable {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  margin-right: 10px;
  background: linear-gradient(to right, #FC4D2C, #F79A1E);
}

.zt-yxjckm-body .zt-content-body .n-content .teacher-content .itemq .jianjie {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin-top: 20px;
}

.zt-yxjckm-body .zt-content-body .n-content .pj-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_2023yxjck4.png");
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content {
  width: 10rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 2rem 0.4rem;
  background-color: #093B94;
  position: relative;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .kf {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .kf .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .kf .item .qrimg {
  width: 3rem;
  height: 3rem;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .kf .item .num {
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.32rem;
  color: #fff;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .logo {
  width: 10rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #072D76;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .logo img {
  width: 10rem;
  height: 0.947rem;
  content: url("/static/zt/img/zt_2023yxjck20.png");
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .item .left {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("/static/zt/img/zt_2023yxjck13.png");
  background-repeat: no-repeat;
  background-size: 0.74rem 0.73rem;
  background-position: center;
  font-size: 0.62rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .item .right {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .item .right .top {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.7rem;
}

.zt-yxjckm-body .zt-content-body .n-content .xz-content .item .right .bottom {
  line-height: 0.64rem;
  color: #fff;
  font-size: 0.38rem;
}

.zt-yxjckm-body .zt-content-body .n-content .zxgd-content {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.4rem;
  margin: 0 0 0.2rem 0;
  z-index: 10;
}

.zt-yxjckm-body .zt-content-body .n-content .zxgd-content .left {
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
}

.zt-yxjckm-body .zt-content-body .n-content .zxgd-content .right {
  width: 7.7rem;
  display: flex;
  overflow: hidden;
  height: 0.4rem;
  flex-direction: row;
}

.zt-yxjckm-body .zt-content-body .n-content .zxgd-content .right .ndata {
  display: flex;
  flex-direction: row;
  height: 0.4rem;
  width: auto;
}

.zt-yxjckm-body .zt-content-body .n-content .zxgd-content .right .ndata .item {
  width: auto;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0.1rem;
}

.zt-skmj2023-body {
  position: relative;
  margin: 0;
}

.zt-skmj2023-body .hengfu-bg {
  width: 100%;
  height: 156px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 1920px 156px;
  z-index: 10;
}

.zt-skmj2023-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
}

.zt-skmj2023-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-skmj2023-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.zt-skmj2023-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.zt-skmj2023-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-skmj2023-body .hengfu-bg .hengfu .btnbg .btn2 {
  border-radius: 17px;
  margin-top: 20px;
  height: 34px;
  cursor: pointer;
  width: 188px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-skmj2023-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-skmj2023-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-skmj2023-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-skmj2023-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #FAF8E9;
  overflow-x: hidden;
  overflow-y: hidden;
}

.zt-skmj2023-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-color: #FAF8E9;
  background-image: url("/static/zt/img/zt_skmj2023_2.png");
  background-size: 1920px 1399px;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .logoimg {
  width: 367px;
  height: 113px;
  content: url("/static/zt/img/zt_skmj2023_17.png");
  margin-top: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .title-img {
  width: 1200px;
  height: 179px;
  content: url("/static/zt/img/zt_skmj2023_20.png");
  margin-top: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .title-line {
  margin-top: 40px;
  width: 800px;
  height: 100px;
  border-radius: 20px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .title-line .left {
  border-radius: 18px 0 0 18px;
  width: 50%;
  height: 100%;
  line-height: 96px;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  background-color: #473CC6;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .title-line .right {
  border-radius: 0  16px 16px 0;
  width: 50%;
  height: 100%;
  line-height: 96px;
  font-size: 46px;
  color: #4034D4;
  font-weight: bold;
  background-color: #fff;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .jieshao {
  line-height: 100px;
  font-size: 32px;
  color: #8285D6;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .titleimg-bg {
  width: 1200px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .titleimg-bg .btn {
  height: 120px;
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  padding: 0 40px;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .titleimg-bg .left {
  width: 626px;
  height: 839px;
  content: url("/static/zt/img/zt_skmj2023_19.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .titleimg-bg .top {
  width: 388px;
  height: 389px;
  content: url("/static/zt/img/zt_skmj2023_18.png");
  position: absolute;
  right: 100px;
  top: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .big-title-bg .titleimg-bg .bottom {
  width: 687px;
  height: 408px;
  content: url("/static/zt/img/zt_skmj2023_16.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg {
  width: 1200px;
  border-radius: 100px;
  background: linear-gradient(to right, #F8D0AC, #E5976D);
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  align-items: center;
  padding: 60px 0;
  box-shadow: 0 0 20px rgba(248, 205, 170, 0.4);
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .title-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .title-bg img {
  width: 145px;
  height: 84px;
  content: url("/static/zt/img/zt_23gkyt_14.png");
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .title-bg .title {
  font-size: 62px;
  font-weight: bold;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
  width: 1000px;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  background-color: #fff;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .line .item p {
  width: 100%;
  height: 60px;
  color: #777;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .n-content .lianxi-bg .line .item img {
  width: 260px;
  height: 260px;
  margin: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content {
  width: 1200px;
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .title-line {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .title-line .title {
  font-size: 98px;
  color: #144DDC;
  font-weight: bold;
  line-height: 220px;
  padding-left: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .title-line .rimg {
  width: 353px;
  height: 200px;
  margin-top: 20px;
  margin-right: 40px;
  content: url("/static/zt/img/zt_skmj2023_3.png");
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .btn {
  width: 700px;
  letter-spacing: 8px;
  text-align: center;
  height: 120px;
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  padding: 0 40px;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .content-bg1 {
  width: 1030px;
  height: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 160px 80px 10px 80px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .content-bg1 .title {
  width: 400px;
  height: 100px;
  border-radius: 30px 30px 0 30px;
  line-height: 100px;
  font-weight: 600;
  font-size: 52px;
  color: #fff;
  padding: 0 0 0 30px;
  margin: 0;
  position: absolute;
  top: 40px;
  letter-spacing: 8px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .content-bg1 .item {
  font-size: 38px;
  width: 50%;
  height: 70px;
  line-height: 70px;
  color: #0E0405;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .ttitle {
  line-height: 100px;
  font-size: 60px;
  color: #4277F7;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .nline {
  width: 100%;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .nline .cc {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #4277F7;
  border-radius: 10px;
  left: 25px;
  top: 25px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .nline .tt {
  line-height: 90px;
  color: #333;
  font-size: 54px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .p1 {
  font-size: 90px;
  font-weight: bold;
  color: #4277F7;
  line-height: 140px;
}

.zt-skmj2023-body .zt-content-body .n-content .top-content .my-content .p2 {
  font-size: 32px;
  line-height: 48px;
  color: #333;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content {
  margin-top: 60px;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .title-line {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .title-line .title {
  font-size: 98px;
  color: #144DDC;
  font-weight: bold;
  line-height: 220px;
  padding-left: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .title-line .rimg {
  width: 353px;
  height: 200px;
  margin-top: 20px;
  margin-right: 40px;
  content: url("/static/zt/img/zt_skmj2023_3.png");
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu img {
  width: 186px;
  height: 188px;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .img1 {
  content: url("/static/zt/img/zt_skmj2023_12.png");
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .img2 {
  content: url("/static/zt/img/zt_skmj2023_13.png");
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .img3 {
  content: url("/static/zt/img/zt_skmj2023_14.png");
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .img4 {
  content: url("/static/zt/img/zt_skmj2023_15.png");
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .ph {
  font-size: 38px;
  width: 100%;
  line-height: 50px;
  color: #333;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .line .shu .pp {
  font-size: 28px;
  width: 100%;
  line-height: 40px;
  color: #333;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .xx {
  margin-top: 20px;
  width: 100%;
  height: 20px;
  border-top: 1px dashed #666;
}

.zt-skmj2023-body .zt-content-body .n-content .tese-content .my-content .p1 {
  font-size: 90px;
  font-weight: bold;
  color: #4277F7;
  line-height: 140px;
  width: 100%;
  text-align: center;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content {
  margin-top: 60px;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .title-line {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .title-line .title {
  font-size: 98px;
  color: #144DDC;
  font-weight: bold;
  line-height: 220px;
  padding-left: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .title-line .rimg {
  width: 391px;
  height: 262px;
  margin-bottom: -42px;
  margin-right: 40px;
  content: url("/static/zt/img/zt_skmj2023_8.png");
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .ntitle-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .ntitle-line .left {
  font-size: 88px;
  font-weight: bold;
  color: #333;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .ntitle-line .right {
  font-size: 62px;
  font-weight: bold;
  color: #333;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .ftitle {
  margin-top: 20px;
  font-size: 32px;
  color: #333;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .gimg {
  width: 1074px;
  height: 1720px;
  margin-top: 40px;
  content: url("/static/zt/img/zt_skmj2023_5.png");
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .xx {
  margin-top: 20px;
  width: 100%;
  height: 20px;
  border-top: 1px dashed #666;
}

.zt-skmj2023-body .zt-content-body .n-content .md-content .my-content .gimg2 {
  width: 1075px;
  height: 1212px;
  margin-top: 40px;
  content: url("/static/zt/img/zt_skmj2023_4.png");
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .sm {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #0F50DE;
  position: relative;
  padding: 30px;
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .sm .limg {
  background-color: #FAF8E9;
  position: absolute;
  left: -23px;
  top: 112px;
  width: 47px;
  height: 76px;
  content: url("/static/zt/img/zt_skmj2023_6.png");
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .sm .rimg {
  background-color: #FAF8E9;
  position: absolute;
  right: -23px;
  top: 112px;
  width: 47px;
  height: 76px;
  content: url("/static/zt/img/zt_skmj2023_6.png");
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .sm .p1 {
  font-size: 80px;
  font-weight: bold;
  color: #4277F7;
  line-height: 140px;
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .sm .p2 {
  font-size: 32px;
  line-height: 58px;
  color: #666;
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .xcx {
  margin-top: 60px;
  width: 427px;
  height: 426px;
  content: url("/static/zt/img/zt_skmj2023_7.png");
}

.zt-skmj2023-body .zt-content-body .n-content .slpg-content .xcxp {
  width: 100%;
  font-size: 32px;
  text-align: center;
  color: #4277F7;
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content {
  margin-top: 60px;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .title-line {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .title-line .title {
  font-size: 98px;
  color: #144DDC;
  font-weight: bold;
  line-height: 220px;
  padding-left: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .title-line .rimg {
  width: 391px;
  height: 262px;
  margin-bottom: -42px;
  margin-right: 40px;
  content: url("/static/zt/img/zt_skmj2023_8.png");
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .my-content .img1 {
  width: 1022px;
  height: 767px;
  content: url("/static/zt/img/zt_skmj2023_9.png");
}

.zt-skmj2023-body .zt-content-body .n-content .sp-content .my-content .p1 {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 42px;
  line-height: 58px;
  color: #333;
}

.zt-skmj2023-body .zt-content-body .n-content2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-color: #FAF8E9;
  background-image: url("/static/zt/img/zt_skmj2023_1.png");
  background-size: 1920px 100%;
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content {
  margin-top: 60px;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content .title-line {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content .title-line .title {
  font-size: 98px;
  color: #144DDC;
  font-weight: bold;
  line-height: 220px;
  padding-left: 20px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content .title-line .rimg {
  width: 353px;
  height: 200px;
  margin-top: 20px;
  margin-right: 40px;
  content: url("/static/zt/img/zt_skmj2023_3.png");
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content .my-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023-body .zt-content-body .n-content2 .cj-content .my-content img {
  width: 100%;
  content: url("/static/zt/img/zt_skmj2023_10.png");
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .sm {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  padding: 30px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .sm .p1 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 140px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .sm .p2 {
  font-size: 32px;
  line-height: 58px;
  color: #fff;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .lxfs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .lxfs .item {
  width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .lxfs .item .img1 {
  width: 427px;
  height: 426px;
  content: url("/static/zt/img/zt_kefu2.jpg");
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .lxfs .item .img2 {
  width: 427px;
  height: 426px;
  content: url("/static/zt/img/zt_kefu1.jpg");
}

.zt-skmj2023-body .zt-content-body .n-content2 .hqfs-content .lxfs .item p {
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 42px;
  color: #fff;
}

.zt-skmj2023-body .zt-content-body .cj-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .cj-bg .bg {
  width: 100%;
  min-width: 1200px;
  content: url("/static/zt/img/zt_23gkyt_8.png");
}

.zt-skmj2023-body .zt-content-body .pj-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_15.png");
}

.zt-skmj2023-body .zt-content-body .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.zt-skmj2023-body .zt-content-body .teacher-bg .s-box .ts .item .ftitle {
  line-height: 20px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  max-height: 40px;
}

.zt-skmj2023-body .zt-content-body .foot-label {
  width: 1920px;
  height: 1554px;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_5.png");
  background-size: 100% 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg {
  width: 1200px;
  border-radius: 10px;
  background-color: #D07C60;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 60px;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .text {
  width: 950px;
  height: 120px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line2 .item p {
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line2 .item img {
  width: 260px;
  height: 260px;
  margin: 20px;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line1 {
  width: 950px;
  height: 110px;
  border-radius: 10px;
  background-color: #343434;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line1 .num {
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 58px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #FBB88D;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line1 .text {
  line-height: 40px;
  height: 80px;
  font-size: 34px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skmj2023-body .zt-content-body .foot-label .bg .line1 img {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_23gkyt_4.png");
}

.zt-skmj2023-body .zt-content-body .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
}

.zt-skmj2023-body .zt-content-body .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skmj2023-body .zt-content-body .currency-title .line1 img {
  width: 126px;
  height: 140px;
}

.zt-skmj2023-body .zt-content-body .currency-title .line1 p {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-skmj2023-body .zt-content-body .currency-title .line2 {
  border-radius: 16px;
  height: 70px;
  width: 750px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 38px;
  background-color: #000000;
}

.zt-skmj2023m-body {
  position: relative;
  margin: 0;
}

.zt-skmj2023m-body .hengfu-bg {
  width: 100%;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/static/zt/img/zt_wtb_hf.png");
  background-size: 100% 100%;
}

.zt-skmj2023m-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .textcontent .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .textcontent .ftitle {
  font-size: 0.4rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .btnbg {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .btnbg .btn1 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #FCAC27;
  border: 3px solid #fff;
}

.zt-skmj2023m-body .hengfu-bg .hengfu .btnbg .btn2 {
  height: 0.5rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
  text-align: center;
  background-color: #1174DC;
  border: 3px solid #fff;
  text-decoration: none;
}

.zt-skmj2023m-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023m-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-skmj2023m-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-skmj2023m-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-skmj2023m-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #FAF8E9;
}

.zt-skmj2023m-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 0.2rem;
  background-repeat: no-repeat;
  background-color: #FAF8E9;
  background-image: url("/static/zt/img/zt_skmj2023_2.png");
  background-size: 10rem 7.27rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .logoimg {
  width: 3.67rem;
  height: 1.13rem;
  content: url("/static/zt/img/zt_skmj2023_17.png");
  margin-top: 0.4rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .title-img {
  width: 10rem;
  height: 1.42rem;
  content: url("/static/zt/img/zt_skmj2023_20.png");
  margin-top: 0.4rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .title-line {
  margin-top: 0.4rem;
  width: 8rem;
  height: 1rem;
  border-radius: 0.2rem;
  border: 2px solid #fff;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .title-line .left {
  border-radius: 0.18rem 0 0 0.18rem;
  width: 50%;
  height: 100%;
  line-height: 0.96rem;
  font-size: 0.46rem;
  color: #fff;
  font-weight: bold;
  background-color: #473CC6;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .title-line .right {
  border-radius: 0  0.1rem 0.1rem 0;
  width: 50%;
  height: 100%;
  line-height: 1rem;
  font-size: 0.46rem;
  color: #4034D4;
  font-weight: bold;
  background-color: #fff;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .jieshao {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #8285D6;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .titleimg-bg {
  width: 10rem;
  height: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .big-title-bg .titleimg-bg .btn {
  height: 1.2rem;
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.2rem;
  padding: 0 0.4rem;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 0.06rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg {
  width: 9rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #F8D0AC, #E5976D);
  display: flex;
  flex-direction: column;
  margin: 0.6rem 0;
  align-items: center;
  padding: 0.6rem 0;
  box-shadow: 0 0 0.2rem rgba(248, 205, 170, 0.4);
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .title-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .title-bg img {
  width: 1.45rem;
  height: 0.84rem;
  content: url("/static/zt/img/zt_23gkyt_14.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .title-bg .title {
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.4rem 0;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .line .item p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .n-content .lianxi-bg .line .item img {
  width: 3rem;
  height: 3rem;
  margin: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content {
  width: 9.5rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .title-line {
  width: 100%;
  height: 2.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .title-line .title {
  font-size: 0.98rem;
  color: #144DDC;
  font-weight: bold;
  line-height: 2.2rem;
  padding-left: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .title-line .rimg {
  width: 3.53rem;
  height: 2rem;
  margin-top: 0.2rem;
  margin-right: 0.4rem;
  content: url("/static/zt/img/zt_skmj2023_3.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .btn {
  width: 6rem;
  letter-spacing: 1px;
  text-align: center;
  height: 1rem;
  font-size: 0.5rem;
  color: #fff;
  line-height: 1rem;
  padding: 0 0.5rem;
  background: linear-gradient(to right, #DAB692, #CA8F6F);
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 1rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .content-bg1 {
  width: 7.5rem;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.6rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .content-bg1 .title {
  width: 4rem;
  height: 1rem;
  border-radius: 0.3rem 0.3rem 0 0.3rem;
  line-height: 1rem;
  font-weight: 600;
  font-size: 0.52rem;
  color: #fff;
  padding: 0 0 0 0.3rem;
  margin: 0;
  position: absolute;
  top: 0.4rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .content-bg1 .item {
  font-size: 0.38rem;
  width: 50%;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #0E0405;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .ttitle {
  line-height: 1rem;
  font-size: 0.6rem;
  color: #4277F7;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .nline {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.7rem;
  position: relative;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .nline .cc {
  position: absolute;
  height: 0.2rem;
  width: 0.2rem;
  background-color: #4277F7;
  border-radius: 0.1rem;
  left: 0.25rem;
  top: 0.25rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .nline .tt {
  line-height: 0.9rem;
  color: #333;
  font-size: 0.54rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .p1 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4277F7;
  line-height: 1.4rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .top-content .my-content .p2 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content {
  margin-top: 0.6rem;
  width: 9.5rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .title-line {
  width: 100%;
  height: 2.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .title-line .title {
  font-size: 0.98rem;
  color: #144DDC;
  font-weight: bold;
  line-height: 2.2rem;
  padding-left: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .title-line .rimg {
  width: 3.53rem;
  height: 2rem;
  margin-top: 0.2rem;
  margin-right: 0.4rem;
  content: url("/static/zt/img/zt_skmj2023_3.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu {
  width: 2.075rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu img {
  width: 1.86rem;
  height: 1.88rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .img1 {
  content: url("/static/zt/img/zt_skmj2023_12.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .img2 {
  content: url("/static/zt/img/zt_skmj2023_13.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .img3 {
  content: url("/static/zt/img/zt_skmj2023_14.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .img4 {
  content: url("/static/zt/img/zt_skmj2023_15.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .ph {
  font-size: 0.38rem;
  width: 100%;
  line-height: 0.5rem;
  color: #333;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .line .shu .pp {
  font-size: 0.28rem;
  width: 100%;
  line-height: 0.4rem;
  color: #333;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .xx {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.2rem;
  border-top: 1px dashed #666;
}

.zt-skmj2023m-body .zt-content-body .n-content .tese-content .my-content .p1 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #4277F7;
  line-height: 1.4rem;
  width: 100%;
  text-align: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content {
  margin-top: 0.6rem;
  width: 9.5rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, #D7DFF6, #E7EBEE);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .title-line {
  width: 100%;
  height: 2.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .title-line .title {
  font-size: 0.98rem;
  color: #144DDC;
  font-weight: bold;
  line-height: 2.2rem;
  padding-left: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .title-line .rimg {
  width: 3.91rem;
  height: 2.62rem;
  margin-bottom: -0.42rem;
  margin-right: 0.4rem;
  content: url("/static/zt/img/zt_skmj2023_8.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .ntitle-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .ntitle-line .left {
  font-size: 0.88rem;
  font-weight: bold;
  color: #333;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .ntitle-line .right {
  font-size: 0.62rem;
  font-weight: bold;
  color: #333;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .ftitle {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #333;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .gimg {
  width: 8.3rem;
  height: 13.29rem;
  margin-top: 0.4rem;
  content: url("/static/zt/img/zt_skmj2023_5.png");
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .xx {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.2rem;
  border-top: 1px dashed #666;
}

.zt-skmj2023m-body .zt-content-body .n-content .md-content .my-content .gimg2 {
  width: 8.3rem;
  height: 9.36rem;
  margin-top: 0.4rem;
  content: url("/static/zt/img/zt_skmj2023_4.png");
}

.zt-skmj2023m-body .zt-content-body .cj-bg {
  width: 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_8.png");
}

.zt-skmj2023m-body .zt-content-body .pj-bg {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_23gkyt_9.png");
}

.zt-skmj2023m-body .zt-content-body .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.34rem;
  color: #D28E69;
}

.zt-skmj2023m-body .zt-content-body .teacher-bg .s-box .ts .item .ftitle {
  max-height: 0.8rem;
  overflow: hidden;
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.3rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label {
  width: 10rem;
  position: relative;
  background-image: url("/static/zt/img/zt_23gkyt_5.png");
  background-size: 100% 100%;
  background-color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg {
  width: 9rem;
  border-radius: 0.1rem;
  background-color: #D07C60;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.6rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .text {
  width: 8.5rem;
  height: 2rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.4rem 0;
  width: 8.5rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.8rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line2 .item p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.38rem;
  line-height: 0.5rem;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line2 .item img {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line1 {
  width: 8.5rem;
  height: 1.1rem;
  border-radius: 0.1rem;
  background-color: #343434;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line1 .num {
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.58rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #FBB88D;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line1 .text {
  line-height: 0.4rem;
  height: 0.8rem;
  font-size: 0.34rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skmj2023m-body .zt-content-body .foot-label .bg .line1 img {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_23gkyt_4.png");
}

.zt-skmj2023m-body .zt-content-body .currency-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.7rem 0;
}

.zt-skmj2023m-body .zt-content-body .currency-title .line1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skmj2023m-body .zt-content-body .currency-title .line1 img {
  width: 1.26rem;
  height: 1.4rem;
}

.zt-skmj2023m-body .zt-content-body .currency-title .line1 p {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
  text-shadow: 1px 1px 1px #999;
  color: #C3251C;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.zt-skmj2023m-body .zt-content-body .currency-title .line2 {
  border-radius: 0.16rem;
  height: 0.7rem;
  width: 7.5rem;
  text-align: center;
  line-height: 0.7rem;
  padding: 0;
  margin-top: 0.15rem;
  color: #fff;
  font-size: 0.38rem;
  background-color: #000000;
}

.allteacher-content-pc {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 1920px 946px;
}

.allteacher-content-pc .teacher-bg {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.allteacher-content-pc .teacher-bg .s-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.allteacher-content-pc .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.allteacher-content-pc .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.allteacher-content-pc .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.allteacher-content-pc .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.allteacher-content-pc .teacher-bg .s-box .ts .item .name {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #D28E69;
}

.allteacher-content-pc .teacher-bg .s-box .ts .item .ftitle {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.allteacher-content-m {
  width: 100%;
  background-color: #0B66FB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  background-image: url("/static/zt/img/zt_2023sksy10.png");
  background-repeat: no-repeat;
  background-size: 10rem 4.93rem;
}

.allteacher-content-m .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.allteacher-content-m .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.allteacher-content-m .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.allteacher-content-m .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #ED9A6E;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-right: 0.1rem;
  text-decoration: none;
}

.allteacher-content-m .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.allteacher-content-m .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #F8CEA8;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.allteacher-content-m .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.24rem;
  color: #D28E69;
}

.allteacher-content-m .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.16rem;
}

.zt-brcg-body {
  position: relative;
}

.zt-brcg-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .tips-bg .tip-p {
  width: 480px;
  height: 523px;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 480px 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 240px 30px 30px 30px;
  position: relative;
}

.zt-brcg-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-brcg-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

.zt-brcg-body .tips-bg .tip-p .title {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-brcg-body .cbdh {
  width: 60px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.zt-brcg-body .cbdh .item:hover {
  width: 80px !important;
  box-shadow: 0 0 20px 5px #B4CBFD;
  margin-left: -20px;
  border-radius: 10px 0 0 10px;
  transition-duration: 500ms;
  background-color: #256BFD !important;
}

.zt-brcg-body .cbdh .item:hover .line {
  width: 60px !important;
  transition-duration: 500ms;
}

.zt-brcg-body .cbdh .item:hover .ctitle {
  font-weight: bold;
  font-size: 16px !important;
  transition-duration: 500ms;
}

.zt-brcg-body .cbdh .item {
  text-decoration: none;
  transition-duration: 500ms;
  width: 60px;
  height: 12.5%;
  min-height: 75px;
  position: relative;
  background-color: #4882FD;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.zt-brcg-body .cbdh .item .line {
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  width: 40px;
  position: absolute;
  left: 10px;
  top: 0;
  transition-duration: 500ms;
}

.zt-brcg-body .cbdh .item .ctitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 5px 0;
  height: 100%;
  transition-duration: 500ms;
  letter-spacing: 2px;
}

.zt-brcg-body .xdm-top {
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 140px;
}

.zt-brcg-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
}

.zt-brcg-body .xdm-top .content-width .leftlogo {
  height: 35px;
  width: 114px;
  content: url("/static/zt/img/logo.png");
}

.zt-brcg-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-brcg-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  margin-right: 20px;
}

.zt-brcg-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.zt-brcg-body .bannerbg {
  background: url("/static/zt/img/zt_brcg1.jpg") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 1200px;
}

.zt-brcg-body .bannerbg .titlecontent {
  width: 1200px;
  height: 600px;
  position: relative;
}

.zt-brcg-body .bannerbg .titlecontent .book {
  width: 200px;
  height: 121px;
  content: url("/static/zt/img/zt_brcg3.png");
  position: absolute;
  left: -120px;
  bottom: 80px;
}

.zt-brcg-body .bannerbg .titlecontent .title {
  width: 777px;
  height: 367px;
  content: url("/static/zt/img/zt_brcg5.png");
  position: absolute;
  left: 80px;
  top: 130px;
  cursor: pointer;
}

.zt-brcg-body .bannerbg .titlecontent .people {
  width: 616px;
  height: 453px;
  content: url("/static/zt/img/zt_brcg2.png");
  position: absolute;
  right: -80px;
  bottom: 0;
}

.zt-brcg-body .bannerbg .titlecontent .paper {
  width: 152px;
  height: 92px;
  content: url("/static/zt/img/zt_brcg4.png");
  position: absolute;
  right: -180px;
  bottom: 0;
}

.zt-brcg-body .partItem {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .partItem p {
  width: 576px;
  height: 123px;
  background: url("/static/zt/img/zt_brcg30.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  margin: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  padding-top: 50px;
}

.zt-brcg-body .suitpeople {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .suitpeople .content {
  width: 1200px;
  height: 461px;
  background: url("/static/zt/img/zt_brcg26.png") no-repeat left top;
  background-size: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.zt-brcg-body .suitpeople .content .right {
  margin-top: 90px;
  width: 700px;
  height: 310px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
  justify-content: space-between;
}

.zt-brcg-body .suitpeople .content .right .item {
  width: 90%;
  height: 48px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #4987FE;
  position: relative;
}

.zt-brcg-body .suitpeople .content .right .item .text {
  line-height: 46px;
  font-size: 20px;
  color: #000;
  padding-left: 26px;
}

.zt-brcg-body .suitpeople .content .right .item .btn {
  width: 250px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  position: absolute;
  right: -30px;
  top: -2px;
  box-sizing: border-box;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-brcg-body .suitpeople .content .right .item .btn p {
  line-height: 48px;
  color: #fff;
  font-size: 24px;
}

.zt-brcg-body .suitpeople .content .right .item .btn .shou {
  width: 40px;
  height: 32px;
  content: url("/static/zt/img/zt_brcg17.png");
}

.zt-brcg-body .tese {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .tese .content {
  width: 1200px;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 20px;
  box-shadow: 0 0 20px 5px #B4CBFD;
}

.zt-brcg-body .tese .content .left {
  width: 780px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-brcg-body .tese .content .left .right {
  width: 720px;
  height: 360px;
  box-shadow: 0 0 20px 5px #B4CBFD;
  background-color: #fff;
  position: absolute;
  transition-duration: 1000ms;
  left: 440px;
  top: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  justify-content: space-between;
  border-radius: 20px;
}

.zt-brcg-body .tese .content .left .right .ritem {
  width: 630px;
  display: flex;
  flex-direction: row;
  height: 80px;
  background-color: #F7FAFF;
  position: relative;
}

.zt-brcg-body .tese .content .left .right .ritem .ricon {
  width: 64px;
  height: 64px;
  position: absolute;
  right: -32px;
  top: 8px;
}

.zt-brcg-body .tese .content .left .right .ritem .numbg1 {
  background-color: #2799EF;
}

.zt-brcg-body .tese .content .left .right .ritem .numbg2 {
  background-color: #FF9829;
}

.zt-brcg-body .tese .content .left .right .ritem .numbg3 {
  background-color: #2CC2F4;
}

.zt-brcg-body .tese .content .left .right .ritem .xnum {
  height: 80px;
  width: 90px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}

.zt-brcg-body .tese .content .left .right .ritem .mid {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}

.zt-brcg-body .tese .content .left .right .ritem .mid .mtitle {
  line-height: 40px;
  color: #3477FC;
  font-weight: bold;
  font-size: 24px;
}

.zt-brcg-body .tese .content .left .right .ritem .mid .mftitle {
  line-height: 30px;
  color: #333;
  font-size: 16px;
}

.zt-brcg-body .tese .content .left .bgc {
  background-color: #3073FF !important;
  transition-duration: 1000ms;
}

.zt-brcg-body .tese .content .left .bgc .title-line .title {
  color: #fff !important;
  transition-duration: 1000ms;
}

.zt-brcg-body .tese .content .left .bgc .title-line .ftitle {
  color: #fff !important;
  transition-duration: 1000ms;
}

.zt-brcg-body .tese .content .left .item {
  height: 180px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding-left: 60px;
  background-color: #DAE6FF;
  align-items: center;
}

.zt-brcg-body .tese .content .left .item .xicon {
  width: 56px;
  height: 57px;
}

.zt-brcg-body .tese .content .left .item .title-line {
  height: 80px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.zt-brcg-body .tese .content .left .item .title-line .title {
  line-height: 50px;
  color: #2B74FE;
  font-weight: bold;
  font-size: 32px;
}

.zt-brcg-body .tese .content .left .item .title-line .ftitle {
  line-height: 50px;
  color: #333;
  font-size: 20px;
}

.zt-brcg-body .kcnr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .kcnr .content {
  width: 1200px;
  height: 554px;
  background: url("/static/zt/img/zt_brcg25.png") no-repeat left top;
  background-size: auto;
  position: relative;
}

.zt-brcg-body .kcnr .content .right {
  position: absolute;
  left: 160px;
  top: 60px;
  width: 1040px;
  height: 500px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 20px 5px #B4CBFD;
  background-color: #fff;
}

.zt-brcg-body .kcnr .content .right .swiper-container {
  width: 1000px;
  height: 460px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 40px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 246px;
  height: 398px;
  background: url("/static/zt/img/zt_brcg11.png") no-repeat left top;
  background-size: auto;
  filter: drop-shadow(5px 5px 10px #B4CBFD);
  position: relative;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide p {
  width: 246px;
  text-align: center;
  line-height: 30px;
  color: #111;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 220px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img1 {
  width: 35px;
  height: 37px;
  content: url("/static/zt/img/zt_brcg12.png");
  position: absolute;
  left: 112px;
  top: 80px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img2 {
  width: 38px;
  height: 32px;
  content: url("/static/zt/img/zt_brcg13.png");
  position: absolute;
  left: 110px;
  top: 80px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img3 {
  width: 36px;
  height: 37px;
  content: url("/static/zt/img/zt_brcg14.png");
  position: absolute;
  left: 110px;
  top: 80px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img4 {
  width: 37px;
  height: 32px;
  content: url("/static/zt/img/zt_brcg15.png");
  position: absolute;
  left: 110px;
  top: 80px;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ADC7FA;
}

.zt-brcg-body .kcnr .content .right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: #3073FF;
}

.zt-brcg-body .buyline {
  margin: 60px 0;
  width: 100%;
  height: 283px;
  background: url("/static/zt/img/zt_brcg31.jpg") no-repeat top center;
  background-size: auto;
}

.zt-brcg-body .kcap {
  width: 100%;
  display: flex;
  background: url("/static/zt/img/zt_brcg27.jpg") no-repeat bottom center;
  background-size: auto;
  justify-content: center;
  align-items: center;
  background-color: #3968FE;
}

.zt-brcg-body .kcap .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 0;
}

.zt-brcg-body .kcap .content .bottom {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 40px;
}

.zt-brcg-body .kcap .content .bottom .btitle {
  line-height: 60px;
  font-size: 24px;
  color: #000;
  width: 100%;
  text-align: left;
}

.zt-brcg-body .kcap .content .bottom .bftitle {
  border-radius: 8px;
  background-color: #3073FF;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.zt-brcg-body .kcap .content .bottom .bftitle .naicha {
  width: 286px;
  height: 153px;
  content: url("/static/zt/img/zt_brcg19.png");
  position: absolute;
  right: 0;
  top: -140px;
}

.zt-brcg-body .kcap .content .bottom .bftitle p {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}

.zt-brcg-body .kcap .content .bottom .bftitle p span {
  font-weight: bold;
  font-size: 20px;
}

.zt-brcg-body .kcap .content .bottom .daka {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-brcg-body .kcap .content .bottom .daka .rili {
  width: 108px;
  height: 113px;
  content: url("/static/zt/img/zt_brcg20.png");
}

.zt-brcg-body .kcap .content .bottom .daka .mid {
  display: flex;
  flex-direction: column;
  margin: 40px;
}

.zt-brcg-body .kcap .content .bottom .daka .mid .line1 {
  color: #000;
  font-size: 28px;
  line-height: 50px;
}

.zt-brcg-body .kcap .content .bottom .daka .mid .line1 span {
  color: #FFA13B;
}

.zt-brcg-body .kcap .content .bottom .daka .mid .line2 {
  font-size: 20px;
  line-height: 30px;
  color: #AFAFAF;
}

.zt-brcg-body .kcap .content .bottom .daka .dkbtn {
  width: 150px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  box-sizing: border-box;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-brcg-body .kcap .content .bottom .daka .dkbtn p {
  line-height: 48px;
  color: #fff;
  font-size: 24px;
}

.zt-brcg-body .kcap .content .top {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-brcg-body .kcap .content .top .title-line {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100px;
  padding: 10px;
  background-color: #E7EEFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-brcg-body .kcap .content .top .title-line img {
  margin-left: 30px;
  width: 92px;
  height: 64px;
  content: url("/static/zt/img/zt_brcg18.png");
}

.zt-brcg-body .kcap .content .top .title-line p {
  font-size: 26px;
  color: #000;
  padding-left: 40px;
}

.zt-brcg-body .kcap .content .top .in-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}

.zt-brcg-body .kcap .content .top .in-nav .in-nav-item {
  height: 40px;
  padding: 0 20px;
  position: relative;
  line-height: 40px;
  font-size: 18px;
  color: #8b8b8b;
  cursor: pointer;
}

.zt-brcg-body .kcap .content .top .in-nav .active {
  color: #2e83e3;
  font-weight: bold;
}

.zt-brcg-body .kcap .content .top .in-nav .in-nav-item .in-nav-mask {
  height: 40px;
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 35%;
}

.zt-brcg-body .kcap .content .top .in-nav .in-nav-item .active {
  border-bottom: 2px solid #2e83e3;
}

.zt-brcg-body .kcap .content .top .kcb {
  width: 1100px;
  display: flex;
  flex-direction: column;
}

.zt-brcg-body .kcap .content .top .kcb .kline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
  margin-bottom: 16px;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem {
  border-radius: 4px;
  width: 145px;
  display: flex;
  flex-direction: row;
  background: #f2f2f2;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .left {
  height: 100px;
  display: flex;
  flex-direction: column;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .left .ktop {
  width: 75px;
  height: 31px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 12px;
  color: #78A3FC;
  text-align: center;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .left .kbottom {
  height: 69px;
  line-height: 69px;
  width: 75px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  font-stretch: condensed;
  color: #78A3FC;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .right {
  width: 70px;
  display: flex;
  flex-direction: column;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .right p {
  width: 100%;
  text-align: center;
  color: #333;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .right .line1 {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #3578FE;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .right .line2 {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
}

.zt-brcg-body .kcap .content .top .kcb .kline .kitem .right .line3 {
  height: 37px;
  line-height: 35px;
  font-size: 16px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.zt-brcg-body .kcap .content .top .apimg {
  margin: 40px 0;
  width: 1167px;
  height: 340px;
  content: url("/static/zt/img/zt_brcg32.jpg");
}

.zt-brcg-body .kcap .content .top .btn-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.zt-brcg-body .kcap .content .top .btn-line .btn {
  width: 250px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 80px;
  cursor: pointer;
}

.zt-brcg-body .kcap .content .top .btn-line .btn p {
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.zt-brcg-body .zengsong {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .zengsong .content {
  margin: 40px 0;
  width: 1200px;
  height: 446px;
  background: url("/static/zt/img/zt_brcg28.png") no-repeat left top;
  background-size: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 180px 0 40px 40px;
}

.zt-brcg-body .zengsong .content .ztitle {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-decoration: underline;
}

.zt-brcg-body .zengsong .content .zftitle {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.zt-brcg-body .zengsong .content .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.zt-brcg-body .zengsong .content .line .item {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 20px;
}

.zt-brcg-body .zengsong .content .line .item p {
  color: #2D7FFF;
  font-size: 22px;
  font-weight: bold;
}

.zt-brcg-body .teacher {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zt-brcg-body .teacher .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-brcg-body .teacher .content .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-brcg-body .teacher .content .line1 .item {
  height: 51px;
  width: 187px;
  background: url("/static/zt/img/zt_brcg21.png") no-repeat left top;
  background-size: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .teacher .content .line1 .item p {
  color: #fff;
  font-size: 28px;
}

.zt-brcg-body .teacher .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-brcg-body .teacher .content .line2 .swiperbg {
  width: 1200px;
  height: 626px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container {
  width: 1200px;
  height: 626px;
  /*去掉默认样式*/
  /*自定义样式*/
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .bottombg {
  width: 1200px;
  height: 226px;
  background-color: #F6F6F6;
  border-radius: 0 0 8px 8px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 1200px;
  height: 400px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 1200px;
  box-sizing: border-box;
  padding: 40px 0 20px 40px;
  position: relative;
  height: 266px;
  border-radius: 8px 8px 0 0;
  background-color: #F6F6F6;
  margin-top: 140px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg {
  width: 481px;
  height: 370px;
  background: url("/static/zt/img/zt_brcg22.png") no-repeat left top;
  background-size: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg {
  width: 481px;
  height: 100%;
  position: relative;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg .rx {
  height: 370px;
  width: 401px;
  background-size: auto;
  position: absolute;
  left: 80px;
  bottom: 0;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle {
  width: 700px;
  border-bottom: 1px solid #333;
  height: 80px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name {
  font-weight: bold;
  color: #000;
  font-size: 42px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zj {
  color: #337AFF;
  font-size: 28px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zjc {
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tftitle {
  color: #337AFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tfftitle {
  width: 670px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev:after {
  display: none;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next:after {
  display: none;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev {
  width: 24px;
  height: 75px;
  background: url("/static/zt/img/zt_brcg23.png");
  left: 10px;
  bottom: 30px;
  top: auto;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next {
  width: 24px;
  height: 75px;
  background: url("/static/zt/img/zt_brcg33.png");
  right: 10px;
  bottom: 30px;
  top: auto;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item {
  cursor: pointer;
  height: 116px;
  width: 260px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 16px;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .leftimg {
  width: 130px;
  height: 100px;
  background-size: 75% auto !important;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right {
  width: 130px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right .name {
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  color: #000;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right .py {
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active {
  height: 126px !important;
  border-bottom: 6px solid #FFCC5E !important;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active .leftimg {
  height: 110px !important;
}

.zt-brcg-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active .right {
  height: 110px !important;
}

.zt-brcg-body .haoping {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcg-body .haoping .content {
  width: 1200px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 5px #B4CBFD;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 130px;
}

.zt-brcg-body .haoping .content .swiper-container {
  width: 1100px;
  height: 500px;
}

.zt-brcg-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 366px;
  height: 472px;
}

.zt-brcg-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 366px;
  height: 472px;
}

.zt-brcg-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #F5CEA9;
}

.zt-brcg-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: #FB9737;
}

.zt-brcg-body .haoping .content .htitlebg {
  width: 220px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #FFA74B, #FA9636);
  position: absolute;
  left: -16px;
  top: 50px;
}

.zt-brcg-body .haoping .content .htitlebg p {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

.zt-brcg-body .haoping .content .hline {
  height: 8px;
  background-color: #FA9636;
  width: 1130px;
  position: absolute;
  left: 0;
  top: 98px;
}

.zt-brcg-body .xuzhi {
  width: 100%;
  display: flex;
  background: url("/static/zt/img/zt_brcg29.jpg") no-repeat bottom center;
  background-size: auto;
  justify-content: center;
  align-items: center;
  background-color: #3968FE;
}

.zt-brcg-body .xuzhi .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 0;
}

.zt-brcg-body .xuzhi .content .xztitle {
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.zt-brcg-body .xuzhi .content .xzftitle {
  line-height: 44px;
  font-size: 32px;
  color: #000;
  margin-bottom: 50px;
}

.zt-brcg-body .xuzhi .content .kfline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px;
}

.zt-brcg-body .xuzhi .content .kfline .item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-brcg-body .xuzhi .content .kfline .item img {
  width: 200px;
  height: 200px;
}

.zt-brcg-body .xuzhi .content .kfline .item p {
  width: 100%;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.zt-brcgm-body {
  position: relative;
}

.zt-brcgm-body .tips-bg {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .tips-bg .tip-p {
  width: 9rem;
  height: 9.8rem;
  background-image: url("/static/zt/img/zt_wtb_tip.png");
  background-repeat: no-repeat;
  background-size: 9rem 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4.49rem 0.56rem 0.56rem 0.56rem;
  position: relative;
}

.zt-brcgm-body .tips-bg .tip-p .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  content: url("/static/zt/img/zt_wtb_close.png");
}

.zt-brcgm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.zt-brcgm-body .tips-bg .tip-p .title {
  line-height: 0.5rem;
  font-size: 0.46rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-brcgm-body .xdm-top {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-brcgm-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}

.zt-brcgm-body .xdm-top .content-width .leftlogo {
  height: 0.8rem;
  width: 2.6rem;
  content: url("/static/zt/img/logo.png");
}

.zt-brcgm-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-brcgm-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 0.12rem;
  text-decoration: none;
  margin-right: 0.2rem;
}

.zt-brcgm-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.zt-brcgm-body .bannerbg {
  background: url("/static/zt/img/zt_brcg34.jpg") no-repeat top center;
  background-size: 10rem 8.33rem;
  text-align: center;
  height: 8.33rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zt-brcgm-body .bannerbg .titlecontent {
  width: 10rem;
  height: 8.33rem;
  position: relative;
}

.zt-brcgm-body .bannerbg .titlecontent .book {
  width: 2rem;
  height: 1.21rem;
  content: url("/static/zt/img/zt_brcg3.png");
  position: absolute;
  left: 1.2rem;
  bottom: 0.8rem;
}

.zt-brcgm-body .bannerbg .titlecontent .title {
  width: 8.8rem;
  height: 4.16rem;
  content: url("/static/zt/img/zt_brcg5.png");
  position: absolute;
  left: 0.6rem;
  top: 1rem;
  cursor: pointer;
}

.zt-brcgm-body .bannerbg .titlecontent .people {
  width: 5rem;
  height: 3.76rem;
  content: url("/static/zt/img/zt_brcg2.png");
  position: absolute;
  right: 1rem;
  bottom: 0;
}

.zt-brcgm-body .bannerbg .titlecontent .paper {
  width: 1.52rem;
  height: 0.92rem;
  content: url("/static/zt/img/zt_brcg4.png");
  position: absolute;
  right: 0.8rem;
  bottom: 0;
}

.zt-brcgm-body .partItem {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .partItem p {
  width: 5.76rem;
  height: 1.23rem;
  background: url("/static/zt/img/zt_brcg30.png") no-repeat top center;
  background-size: 5.76rem 1.23rem;
  text-align: center;
  margin: 0.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.42rem;
  padding-top: 0.5rem;
}

.zt-brcgm-body .suitpeople {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .suitpeople .content {
  width: 9.5rem;
  height: 10rem;
  background: url("/static/zt/img/zt_brcg26.png") no-repeat left top;
  background-size: 14rem 5.38rem;
  display: flex;
  flex-direction: row;
}

.zt-brcgm-body .suitpeople .content .right {
  margin-top: 5.38rem;
  width: 9.5rem;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
  justify-content: space-between;
}

.zt-brcgm-body .suitpeople .content .right .item {
  width: 88%;
  height: 0.8rem;
  box-sizing: border-box;
  border-radius: 0.04rem;
  border: 2px solid #4987FE;
  position: relative;
}

.zt-brcgm-body .suitpeople .content .right .item .text {
  line-height: 0.8rem;
  font-size: 0.2rem;
  color: #000;
  padding-left: 0.16rem;
}

.zt-brcgm-body .suitpeople .content .right .item .btn {
  width: 2.5rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  position: absolute;
  right: -0.3rem;
  top: -2px;
  box-sizing: border-box;
  padding: 0 0.24rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-brcgm-body .suitpeople .content .right .item .btn p {
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.24rem;
}

.zt-brcgm-body .suitpeople .content .right .item .btn .shou {
  width: 0.4rem;
  height: 0.32rem;
  content: url("/static/zt/img/zt_brcg17.png");
}

.zt-brcgm-body .tese {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .tese .content {
  width: 9.5rem;
  height: 10rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  box-shadow: 0 0 0.2rem 0.05rem #B4CBFD;
}

.zt-brcgm-body .tese .content .left {
  width: 100%;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-brcgm-body .tese .content .left .right {
  width: 100%;
  height: 5.4rem;
  box-shadow: 0 0 0.2rem 0.05rem #B4CBFD;
  background-color: #fff;
  position: absolute;
  transition-duration: 1000ms;
  left: 0;
  top: 3.7rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.4rem;
  justify-content: space-between;
  border-radius: 0.2rem;
}

.zt-brcgm-body .tese .content .left .right .ritem {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 1.8rem;
  background-color: #F7FAFF;
  position: relative;
}

.zt-brcgm-body .tese .content .left .right .ritem .ricon {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
}

.zt-brcgm-body .tese .content .left .right .ritem .numbg1 {
  background-color: #2799EF;
}

.zt-brcgm-body .tese .content .left .right .ritem .numbg2 {
  background-color: #FF9829;
}

.zt-brcgm-body .tese .content .left .right .ritem .numbg3 {
  background-color: #2CC2F4;
}

.zt-brcgm-body .tese .content .left .right .ritem .xnum {
  height: 1.2rem;
  width: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.48rem;
}

.zt-brcgm-body .tese .content .left .right .ritem .mid {
  width: 6rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.3rem;
}

.zt-brcgm-body .tese .content .left .right .ritem .mid .mtitle {
  line-height: 0.4rem;
  color: #3477FC;
  font-weight: bold;
  font-size: 0.24rem;
}

.zt-brcgm-body .tese .content .left .right .ritem .mid .mftitle {
  line-height: 0.4rem;
  color: #333;
  font-size: 0.16rem;
}

.zt-brcgm-body .tese .content .left .bgc {
  background-color: #3073FF !important;
  transition-duration: 1000ms;
}

.zt-brcgm-body .tese .content .left .bgc .title-line .title {
  color: #fff !important;
  transition-duration: 1000ms;
}

.zt-brcgm-body .tese .content .left .bgc .title-line .ftitle {
  color: #fff !important;
  transition-duration: 1000ms;
}

.zt-brcgm-body .tese .content .left .item {
  height: 1.8rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding-left: 0.6rem;
  background-color: #DAE6FF;
  align-items: center;
}

.zt-brcgm-body .tese .content .left .item .xicon {
  width: 1rem;
  height: 1rem;
}

.zt-brcgm-body .tese .content .left .item .title-line {
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
}

.zt-brcgm-body .tese .content .left .item .title-line .title {
  line-height: 0.6rem;
  color: #2B74FE;
  font-weight: bold;
  font-size: 0.48rem;
}

.zt-brcgm-body .tese .content .left .item .title-line .ftitle {
  line-height: 0.6rem;
  color: #333;
  font-size: 0.4rem;
}

.zt-brcgm-body .kcnr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .kcnr .content {
  width: 9.5rem;
  height: 5.54rem;
  background: url("/static/zt/img/zt_brcg25.png") no-repeat left top;
  background-size: 12rem 5.54rem;
  position: relative;
}

.zt-brcgm-body .kcnr .content .right {
  position: absolute;
  left: 1.6rem;
  top: 0.6rem;
  width: 7.5rem;
  height: 5rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.2rem;
  box-shadow: 0 0 0.2rem 0.05rem #B4CBFD;
  background-color: #fff;
}

.zt-brcgm-body .kcnr .content .right .swiper-container {
  width: 7rem;
  height: 4.6rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 0.4rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 2.46rem;
  height: 3.98rem;
  background: url("/static/zt/img/zt_brcg11.png") no-repeat left top;
  background-size: 2.46rem 3.98rem;
  filter: drop-shadow(0.05rem 0.05rem 0.1rem #B4CBFD);
  position: relative;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide p {
  width: 2.46rem;
  text-align: center;
  line-height: 0.3rem;
  color: #111;
  font-size: 0.24rem;
  position: absolute;
  left: 0;
  top: 2.2rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img1 {
  width: 0.35rem;
  height: 0.37rem;
  content: url("/static/zt/img/zt_brcg12.png");
  position: absolute;
  left: 1.12rem;
  top: 0.8rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img2 {
  width: 0.38rem;
  height: 0.32rem;
  content: url("/static/zt/img/zt_brcg13.png");
  position: absolute;
  left: 1.1rem;
  top: 0.8rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img3 {
  width: 0.36rem;
  height: 0.37rem;
  content: url("/static/zt/img/zt_brcg14.png");
  position: absolute;
  left: 1.1rem;
  top: 0.8rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-wrapper .swiper-slide .img4 {
  width: 0.37rem;
  height: 0.32rem;
  content: url("/static/zt/img/zt_brcg15.png");
  position: absolute;
  left: 1.1rem;
  top: 0.8rem;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background: #ADC7FA;
}

.zt-brcgm-body .kcnr .content .right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #3073FF;
}

.zt-brcgm-body .buyline {
  margin: 0.6rem 0;
  width: 10rem;
  height: 2.3rem;
  background: url("/static/zt/img/zt_brcg35.jpg") no-repeat top center;
  background-size: 10rem 2.3rem;
}

.zt-brcgm-body .kcap {
  width: 100%;
  display: flex;
  background: url("/static/zt/img/zt_brcg27.jpg") no-repeat bottom center;
  background-size: auto;
  justify-content: center;
  align-items: center;
  background-color: #3968FE;
}

.zt-brcgm-body .kcap .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem 0;
}

.zt-brcgm-body .kcap .content .bottom {
  width: 100%;
  border-radius: 0.1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem;
  margin-top: 0.4rem;
}

.zt-brcgm-body .kcap .content .bottom .btitle {
  line-height: 0.6rem;
  font-size: 0.4rem;
  color: #000;
  width: 100%;
  text-align: left;
}

.zt-brcgm-body .kcap .content .bottom .bftitle {
  border-radius: 0.08rem;
  background-color: #3073FF;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  position: relative;
}

.zt-brcgm-body .kcap .content .bottom .bftitle .naicha {
  width: 2.86rem;
  height: 1.53rem;
  content: url("/static/zt/img/zt_brcg19.png");
  position: absolute;
  right: 0;
  top: -1.4rem;
}

.zt-brcgm-body .kcap .content .bottom .bftitle p {
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.16rem;
}

.zt-brcgm-body .kcap .content .bottom .bftitle p span {
  font-weight: bold;
  font-size: 0.32rem;
}

.zt-brcgm-body .kcap .content .bottom .daka {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-brcgm-body .kcap .content .bottom .daka .rili {
  width: 1.08rem;
  height: 1.13rem;
  content: url("/static/zt/img/zt_brcg20.png");
}

.zt-brcgm-body .kcap .content .bottom .daka .mid {
  display: flex;
  flex-direction: column;
  margin: 0.4rem;
}

.zt-brcgm-body .kcap .content .bottom .daka .mid .line1 {
  color: #000;
  font-size: 0.28rem;
  line-height: 0.5rem;
}

.zt-brcgm-body .kcap .content .bottom .daka .mid .line1 span {
  color: #FFA13B;
}

.zt-brcgm-body .kcap .content .bottom .daka .mid .line2 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #AFAFAF;
}

.zt-brcgm-body .kcap .content .bottom .daka .dkbtn {
  width: 1.5rem;
  height: 0.48rem;
  border-radius: 0.12rem;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  box-sizing: border-box;
  padding: 0 0.24rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-brcgm-body .kcap .content .bottom .daka .dkbtn p {
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.24rem;
}

.zt-brcgm-body .kcap .content .top {
  width: 100%;
  border-radius: 0.1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-brcgm-body .kcap .content .top .title-line {
  width: 100%;
  border-radius: 0.1rem;
  box-sizing: border-box;
  height: 1rem;
  padding: 0.1rem;
  background-color: #E7EEFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-brcgm-body .kcap .content .top .title-line img {
  margin-left: 0.3rem;
  width: 0.92rem;
  height: 0.64rem;
  content: url("/static/zt/img/zt_brcg18.png");
}

.zt-brcgm-body .kcap .content .top .title-line p {
  font-size: 0.26rem;
  color: #000;
  padding-left: 0.4rem;
}

.zt-brcgm-body .kcap .content .top .apimg {
  margin: 0.4rem 0;
  width: 100%;
  content: url("/static/zt/img/zt_brcg32.jpg");
}

.zt-brcgm-body .kcap .content .top .in-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-brcgm-body .kcap .content .top .in-nav .in-nav-item {
  height: 1.0811rem;
  padding: 0 0.2rem;
  position: relative;
  line-height: 1.0811rem;
  font-size: 0.3865rem;
  color: #8b8b8b;
  cursor: pointer;
}

.zt-brcgm-body .kcap .content .top .in-nav .active {
  color: #2e83e3;
  font-weight: bold;
}

.zt-brcgm-body .kcap .content .top .in-nav .in-nav-item .in-nav-mask {
  height: 1.0811rem;
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 35%;
}

.zt-brcgm-body .kcap .content .top .in-nav .in-nav-item .active {
  border-bottom: 2px solid #2e83e3;
}

.zt-brcgm-body .kcap .content .top .kcb {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}

.zt-brcgm-body .kcap .content .top .kcb .tline {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-brcgm-body .kcap .content .top .kcb .tline .titem {
  width: 25%;
  line-height: 0.6rem;
  background-color: #4480FE;
  font-size: 0.32rem;
  text-align: center;
  height: 0.6rem;
  color: #fff;
}

.zt-brcgm-body .kcap .content .top .kcb .sline {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #4480FE;
}

.zt-brcgm-body .kcap .content .top .kcb .sline .sitem {
  width: 25%;
  line-height: 0.6rem;
  font-size: 0.32rem;
  text-align: center;
  height: 0.6rem;
  color: #333;
}

.zt-brcgm-body .kcap .content .top .btn-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.zt-brcgm-body .kcap .content .top .btn-line .btn {
  width: 2.5rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background: linear-gradient(to bottom, #FF9C3C, #FF452C);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 0.8rem;
  cursor: pointer;
}

.zt-brcgm-body .kcap .content .top .btn-line .btn p {
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}

.zt-brcgm-body .zengsong {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .zengsong .content {
  margin: 0.4rem 0;
  width: 9.5rem;
  height: 6rem;
  background: url("/static/zt/img/zt_brcg36.png") no-repeat left top;
  background-size: 9.5rem 6rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1.8rem 3.4rem 0.4rem 0.4rem;
}

.zt-brcgm-body .zengsong .content .ztitle {
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-decoration: underline;
}

.zt-brcgm-body .zengsong .content .zftitle {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.4rem;
}

.zt-brcgm-body .zengsong .content .line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.2rem 0;
}

.zt-brcgm-body .zengsong .content .line .item {
  width: 100%;
  padding: 0.1rem;
  border-radius: 0.08rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}

.zt-brcgm-body .zengsong .content .line .item p {
  width: 100%;
  text-align: center;
  color: #2D7FFF;
  font-size: 0.22rem;
  font-weight: bold;
}

.zt-brcgm-body .teacher {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zt-brcgm-body .teacher .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-brcgm-body .teacher .content .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt-brcgm-body .teacher .content .line1 .item {
  height: 0.8rem;
  width: 2.9rem;
  background: url("/static/zt/img/zt_brcg21.png") no-repeat left top;
  background-size: 2.9rem 0.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

.zt-brcgm-body .teacher .content .line1 .item p {
  color: #fff;
  font-size: 0.4rem;
}

.zt-brcgm-body .teacher .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg {
  width: 9.5rem;
  height: 12rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container {
  width: 9.5rem;
  height: 12rem;
  /*去掉默认样式*/
  /*自定义样式*/
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .bottombg {
  width: 9.5rem;
  height: 8rem;
  background-color: #F6F6F6;
  border-radius: 0 0 0.08rem 0.08rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 9.5rem;
  height: 12rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 9.5rem;
  box-sizing: border-box;
  padding: 0.4rem 0 0.2rem 0.4rem;
  position: relative;
  height: 12rem;
  border-radius: 0.08rem 0.08rem 0 0;
  background-color: #F6F6F6;
  margin-top: 1.4rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg {
  width: 3rem;
  height: 4.5rem;
  background: url("/static/zt/img/zt_brcg22.png") no-repeat left top;
  background-size: 3rem 4.5rem;
  position: absolute;
  right: 0;
  bottom: 7rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg {
  width: 3rem;
  height: 100%;
  position: relative;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg .rx {
  height: 4.5rem;
  width: 2.43rem;
  background-size: 2.43rem  4.5rem;
  position: absolute;
  left: 0.8rem;
  bottom: 0;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle {
  width: 6.6rem;
  border-bottom: 1px solid #333;
  height: 0.8rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name {
  font-weight: bold;
  color: #000;
  font-size: 0.42rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zj {
  color: #337AFF;
  font-size: 0.28rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zjc {
  color: #000;
  font-size: 0.22rem;
  font-weight: normal;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tftitle {
  color: #337AFF;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.5rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tfftitle {
  width: 6.7rem;
  color: #000;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.5rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev:after {
  display: none;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next:after {
  display: none;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev {
  width: 0.48rem;
  height: 1.5rem;
  background: url("/static/zt/img/zt_brcg23.png");
  background-size: 0.48rem 1.5rem;
  left: 0.1rem;
  bottom: 1.75rem;
  top: auto;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next {
  width: 0.48rem;
  height: 1.5rem;
  background: url("/static/zt/img/zt_brcg33.png");
  background-size: 0.48rem 1.5rem;
  right: 0.1rem;
  bottom: 1.75rem;
  top: auto;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item {
  cursor: pointer;
  height: 1.78rem;
  width: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0.16rem;
  margin-bottom: 0.2rem;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .leftimg {
  width: 2.08rem;
  height: 1.6rem;
  background-size: 75% auto !important;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right {
  width: 1.3rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right .name {
  line-height: 0.4rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #000;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right .py {
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #000;
}

.zt-brcgm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active {
  height: 1.9rem !important;
  border-bottom: 0.06rem solid #FFCC5E !important;
}

.zt-brcgm-body .haoping {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-brcgm-body .haoping .content {
  width: 9.5rem;
  border-radius: 0.08rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0.05rem #B4CBFD;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1.3rem;
}

.zt-brcgm-body .haoping .content .swiper-container {
  width: 9rem;
  height: 6rem;
}

.zt-brcgm-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 4rem;
  height: 5.16rem;
}

.zt-brcgm-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 4rem;
  height: 5.16rem;
}

.zt-brcgm-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background: #F5CEA9;
}

.zt-brcgm-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #FB9737;
}

.zt-brcgm-body .haoping .content .htitlebg {
  width: 2.2rem;
  height: 0.56rem;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #FFA74B, #FA9636);
  position: absolute;
  left: -0.16rem;
  top: 0.5rem;
}

.zt-brcgm-body .haoping .content .htitlebg p {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
}

.zt-brcgm-body .haoping .content .hline {
  height: 0.08rem;
  background-color: #FA9636;
  width: 8rem;
  position: absolute;
  left: 0;
  top: 0.98rem;
}

.zt-brcgm-body .xuzhi {
  width: 100%;
  display: flex;
  background: url("/static/zt/img/zt_brcg29.jpg") no-repeat bottom center;
  background-size: 10rem 6.17rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.zt-brcgm-body .xuzhi .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem 0;
}

.zt-brcgm-body .xuzhi .content .xztitle {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #000;
}

.zt-brcgm-body .xuzhi .content .xzftitle {
  line-height: 0.44rem;
  font-size: 0.32rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.zt-brcgm-body .xuzhi .content .kfline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5rem;
}

.zt-brcgm-body .xuzhi .content .kfline .item {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-brcgm-body .xuzhi .content .kfline .item img {
  width: 2rem;
  height: 2rem;
}

.zt-brcgm-body .xuzhi .content .kfline .item p {
  width: 100%;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
}

.zt-gkbk-body {
  position: relative;
}

.zt-gkbk-body .cbnav {
  z-index: 99;
  width: 150px;
  position: fixed;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  right: 20px;
  top: calc(50% - 250px);
  background-color: #4B89F8;
}

.zt-gkbk-body .cbnav .xdmcontent {
  width: 130px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-gkbk-body .cbnav .xdmcontent .item {
  width: 100%;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .cbnav .xdmcontent .item .xx {
  position: absolute;
  left: 25px;
  width: 80px;
  top: 0;
  height: 4px;
  border-top: 1px dashed #4B89F8;
}

.zt-gkbk-body .cbnav .xdmcontent .item .itemtext {
  height: 36px;
  line-height: 36px;
  width: 130px;
  text-align: center;
  font-size: 22px;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.zt-gkbk-body .cbnav .xdmcontent .item .itemtext-active {
  background: linear-gradient(to bottom, #8BBEFF, #4D8CF3);
  color: #fff !important;
  font-weight: bold;
}

.zt-gkbk-body .xdm-top {
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 140px;
}

.zt-gkbk-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
}

.zt-gkbk-body .xdm-top .content-width .leftlogo {
  height: 35px;
  width: 114px;
  content: url("/static/zt/img/logo.png");
}

.zt-gkbk-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-gkbk-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  margin-right: 20px;
}

.zt-gkbk-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.zt-gkbk-body .bannerbg {
  background: url("/static/zt/img/zt_gkbk24_32.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 968px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 1200px;
}

.zt-gkbk-body .bannerbg .titlecontent {
  width: 1200px;
  height: 820px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkbk-body .bannerbg .titlecontent .titles {
  width: 630px;
  height: 90px;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 46px;
  color: #fff;
  border-radius: 10px;
  line-height: 90px;
  letter-spacing: 2px;
  margin-top: 80px;
}

.zt-gkbk-body .bannerbg .titlecontent .ftitles {
  width: 1025px;
  height: 146px;
  border-radius: 30px;
  background: linear-gradient(to right, #E67927, #F7C56C, #E67927);
}

.zt-gkbk-body .bannerbg .titlecontent .ftitles .ftitle {
  width: 1025px;
  height: 140px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #FDFAEB, #FDDF7F);
}

.zt-gkbk-body .bannerbg .titlecontent .ftitles .ftitle p {
  height: 140px;
  line-height: 140px;
  font-size: 60px;
  color: #E32914;
}

.zt-gkbk-body .bannerbg .titlecontent .titleimg {
  width: 1140px;
  height: 331px;
  margin: 80px 0;
  content: url("/static/zt/img/zt_gkbk24_33.png");
}

.zt-gkbk-body .bannerbg .titlecontent .book {
  width: 140px;
  height: 144px;
  content: url("/static/zt/img/zt_gkbk24_29.png");
  position: absolute;
  left: -120px;
  top: 80px;
}

.zt-gkbk-body .bannerbg .titlecontent .people {
  width: 525px;
  height: 576px;
  content: url("/static/zt/img/zt_gkbk24_25.png");
  position: absolute;
  left: -420px;
  bottom: -200px;
}

.zt-gkbk-body .bannerbg .titlecontent .people2 {
  width: 473px;
  height: 804px;
  content: url("/static/zt/img/zt_gkbk24_24.png");
  position: absolute;
  right: -380px;
  bottom: -200px;
}

.zt-gkbk-body .bannerbg .titlecontent .paper {
  width: 134px;
  height: 66px;
  content: url("/static/zt/img/zt_gkbk24_30.png");
  position: absolute;
  right: 0;
  top: 120px;
}

.zt-gkbk-body .all-title-blue {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .all-title-blue .contents {
  margin: 80px 0;
  height: 90px;
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-gkbk-body .all-title-blue .contents .leftimg {
  width: 92px;
  height: 52px;
  content: url("/static/zt/img/zt_gkbk24_26.png");
}

.zt-gkbk-body .all-title-blue .contents .rightimg {
  width: 92px;
  height: 52px;
  content: url("/static/zt/img/zt_gkbk24_26.png");
  transform: rotateY(180deg);
}

.zt-gkbk-body .all-title-blue .contents .midp {
  font-size: 42px;
  font-weight: bold;
  color: #4988F9;
}

.zt-gkbk-body .all-title-white {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.zt-gkbk-body .all-title-white .contents {
  margin: 80px 0;
  height: 90px;
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-gkbk-body .all-title-white .contents .leftimg {
  width: 92px;
  height: 52px;
  content: url("/static/zt/img/zt_gkbk24_27.png");
}

.zt-gkbk-body .all-title-white .contents .rightimg {
  width: 92px;
  height: 52px;
  content: url("/static/zt/img/zt_gkbk24_27.png");
  transform: rotateY(180deg);
}

.zt-gkbk-body .all-title-white .contents .midp {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

.zt-gkbk-body .timu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .timu .content {
  width: 1200px;
  position: relative;
}

.zt-gkbk-body .timu .content .book {
  position: absolute;
  top: 160px;
  left: -280px;
  width: 234px;
  height: 355px;
  content: url("/static/zt/img/zt_gkbk24_10.png");
}

.zt-gkbk-body .timu .content table {
  width: 100%;
  border-collapse: collapse;
  /* 合并表格边框 */
  border: 1px solid #666;
  /* 设置表格边框 */
}

.zt-gkbk-body .timu .content table td, .zt-gkbk-body .timu .content table th {
  border: 1px solid #666;
  /* 设置表格内元素边框 */
}

.zt-gkbk-body .timu .content th {
  color: #fff;
  background-color: #4C8CF8;
  padding: 20px;
  font-size: 32px;
  font-weight: normal;
}

.zt-gkbk-body .timu .content th span {
  font-size: 24px;
  color: #f2f2f2;
}

.zt-gkbk-body .timu .content td {
  color: #000;
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
}

.zt-gkbk-body .mfbg {
  background: url("/static/zt/img/zt_gkbk24_22.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 212px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 1200px;
  margin: 80px 0;
}

.zt-gkbk-body .mfbg .ncontent {
  width: 1200px;
  height: 212px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.zt-gkbk-body .mfbg .ncontent .book {
  position: absolute;
  top: -100px;
  right: -200px;
  width: 263px;
  height: 137px;
  content: url("/static/zt/img/zt_gkbk24_11.png");
}

.zt-gkbk-body .mfbg .ncontent .right {
  width: 400px;
  content: url("/static/zt/img/zt_kefu_wechat.png");
}

.zt-gkbk-body .mfbg .ncontent .left {
  display: flex;
  flex-direction: column;
}

.zt-gkbk-body .mfbg .ncontent .left .top {
  display: flex;
  flex-direction: row;
  height: 60px;
}

.zt-gkbk-body .mfbg .ncontent .left .top .title {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
}

.zt-gkbk-body .mfbg .ncontent .left .top img {
  margin-left: 20px;
  width: 71px;
  height: 72px;
  content: url("/static/zt/img/zt_gkbk24_28.png");
}

.zt-gkbk-body .mfbg .ncontent .left .bottom {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
}

.zt-gkbk-body .lcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .lcbg .content {
  width: 1200px;
}

.zt-gkbk-body .lcbg .content img {
  width: 1200px;
  height: 473px;
  content: url("/static/zt/img/zt_gkbk24_23.png");
}

.zt-gkbk-body .xsbg {
  background: url("/static/zt/img/zt_gkbk24_1.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 1114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
  margin: 80px 0;
}

.zt-gkbk-body .xsbg .ncontent {
  width: 1200px;
}

.zt-gkbk-body .xsbg .ncontent .top {
  width: 1200px;
  height: 171px;
  background-image: url("/static/zt/img/zt_gkbk24_3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.zt-gkbk-body .xsbg .ncontent .top .item1 {
  position: absolute;
  left: 30px;
  top: 35px;
  line-height: 40px;
  font-size: 22px;
  color: #4985F7;
  width: 180px;
  text-align: center;
}

.zt-gkbk-body .xsbg .ncontent .top .item2 {
  position: absolute;
  left: 355px;
  top: 35px;
  line-height: 40px;
  font-size: 22px;
  color: #4985F7;
  width: 180px;
  text-align: center;
}

.zt-gkbk-body .xsbg .ncontent .top .item3 {
  position: absolute;
  left: 675px;
  top: 35px;
  line-height: 40px;
  font-size: 22px;
  color: #4985F7;
  width: 180px;
  text-align: center;
}

.zt-gkbk-body .xsbg .ncontent .top .item4 {
  position: absolute;
  left: 995px;
  top: 35px;
  line-height: 40px;
  font-size: 22px;
  color: #4985F7;
  width: 180px;
  text-align: center;
}

.zt-gkbk-body .xsbg .ncontent .bottom {
  height: 420px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.zt-gkbk-body .xsbg .ncontent .bottom .navline {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 74px;
}

.zt-gkbk-body .xsbg .ncontent .bottom .navline .item {
  width: 240px;
  height: 74px;
}

.zt-gkbk-body .xsbg .ncontent .bottom .navline .item p {
  line-height: 74px;
  font-size: 32px;
  color: #fff;
  text-align: left;
  padding-left: 60px;
}

.zt-gkbk-body .xsbg .ncontent .bottom .navline .item-active {
  background-image: url("/static/zt/img/zt_gkbk24_21.png");
  background-size: 201px 74px;
  background-repeat: no-repeat;
}

.zt-gkbk-body .xsbg .ncontent .bottom .navline .item-active p {
  color: #333 !important;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline {
  height: 340px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  background-color: #fff;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg {
  width: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .items {
  width: 222px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .items p {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 5px #999;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .items-bgb {
  background-image: url("/static/zt/img/zt_gkbk24_4.png");
  background-size: 222px 165px;
  background-repeat: no-repeat;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .items-bgo {
  background-image: url("/static/zt/img/zt_gkbk24_5.png");
  background-size: 222px 165px;
  background-repeat: no-repeat;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .item-text {
  width: 200px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 24px;
  border-radius: 23px;
  margin-top: 30px;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .item-text-bgo {
  background-color: #F48327;
}

.zt-gkbk-body .xsbg .ncontent .bottom .itemline .item-bg .item-text-bgb {
  background-color: #4B89F8;
}

.zt-gkbk-body .bkbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .bkbg .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkbk-body .bkbg .content .selectline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 66px;
  line-height: 66px;
}

.zt-gkbk-body .bkbg .content .selectline .item {
  width: 210px;
  height: 66px;
  background-color: #A2C0FC;
  color: #4F87F8;
  font-size: 28px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  margin-right: 20px;
}

.zt-gkbk-body .bkbg .content .selectline .item-active {
  background-color: #4B89F8 !important;
  color: #fff !important;
}

.zt-gkbk-body .bkbg .content .conline {
  width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px 5px #B4CBFD;
  display: flex;
  flex-direction: column;
}

.zt-gkbk-body .bkbg .content .conline .itemleft {
  width: 100%;
  background-color: #4B89F8;
  padding: 40px 20px 40px 80px;
  position: relative;
  box-sizing: border-box;
}

.zt-gkbk-body .bkbg .content .conline .itemleft p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.zt-gkbk-body .bkbg .content .conline .itemleft .imgdiv {
  position: absolute;
  left: 0;
  top: -10px;
  width: 73px;
  height: 74px;
}

.zt-gkbk-body .bkbg .content .conline .itemleft .imgdiv .imgbg {
  width: 73px;
  height: 74px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .bkbg .content .conline .itemleft .imgdiv .imgbg .ms {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  z-index: 2;
  margin-top: -10px;
}

.zt-gkbk-body .bkbg .content .conline .itemleft .imgdiv .imgbg img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 74px;
  content: url("/static/zt/img/zt_gkbk24_6.png");
}

.zt-gkbk-body .bkbg .content .conline .itemright {
  width: 100%;
  background-color: #4B89F8;
  padding: 40px 80px 40px 20px;
  position: relative;
  box-sizing: border-box;
}

.zt-gkbk-body .bkbg .content .conline .itemright p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.zt-gkbk-body .bkbg .content .conline .itemright .imgdiv {
  position: absolute;
  right: 0;
  top: -10px;
  width: 73px;
  height: 74px;
}

.zt-gkbk-body .bkbg .content .conline .itemright .imgdiv .imgbg {
  width: 73px;
  height: 74px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .bkbg .content .conline .itemright .imgdiv .imgbg .ms {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  z-index: 2;
  margin-top: -10px;
}

.zt-gkbk-body .bkbg .content .conline .itemright .imgdiv .imgbg img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 74px;
  content: url("/static/zt/img/zt_gkbk24_6.png");
}

.zt-gkbk-body .zwbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .zwbg .content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 356px;
}

.zt-gkbk-body .zwbg .content .item1 {
  width: 356px;
  height: 356px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #4B89F8;
  box-shadow: 0 0 5px 2px #ddd;
  align-items: center;
}

.zt-gkbk-body .zwbg .content .item1 .title {
  height: 60px;
  width: 100%;
  background-color: #4B89F8;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  border-radius: 20px 20px 0 0;
}

.zt-gkbk-body .zwbg .content .item1 .imgbg {
  width: 186px;
  height: 142px;
  margin: 30px 0;
  content: url("/static/zt/img/zt_gkbk24_16.png");
}

.zt-gkbk-body .zwbg .content .item1 .ftitle {
  width: 180px;
  height: 46px;
  background-color: #4B89F8;
  line-height: 46px;
  border-radius: 23px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.zt-gkbk-body .zwbg .content .item2 {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px 2px #ddd;
}

.zt-gkbk-body .zwbg .content .item2 .iconimg {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_gkbk24_34.png");
}

.zt-gkbk-body .zwbg .content .item2 .iconimg2 {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_gkbk24_35.png");
}

.zt-gkbk-body .zwbg .content .item2 .iconimg3 {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_gkbk24_36.png");
}

.zt-gkbk-body .zwbg .content .item2 .iconimg4 {
  width: 70px;
  height: 70px;
  content: url("/static/zt/img/zt_gkbk24_37.png");
}

.zt-gkbk-body .zwbg .content .item2 .title {
  font-size: 32px;
  color: #333;
  margin: 30px 0  100px 0;
  width: 100%;
  text-align: center;
  height: 30px;
}

.zt-gkbk-body .zwbg .content .item2 .btn {
  width: 100%;
  height: 44px;
  border: 1px solid #4B89F8;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  color: #4B89F8;
}

.zt-gkbk-body .zlbg {
  background: url("/static/zt/img/zt_gkbk24_2.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 788px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
  margin: 80px 0;
}

.zt-gkbk-body .zlbg .ncontent {
  width: 1420px;
  background: url("/static/zt/img/zt_gkbk24_7.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  height: 622px;
  box-sizing: border-box;
  padding: 130px 200px 0 200px;
  display: flex;
  flex-direction: column;
}

.zt-gkbk-body .zlbg .ncontent .itemline {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  justify-content: center;
}

.zt-gkbk-body .zlbg .ncontent .itemline .itembg {
  width: 151px;
  height: 166px;
  position: relative;
  margin: 0 30px;
}

.zt-gkbk-body .zlbg .ncontent .itemline .itembg img {
  width: 151px;
  height: 166px;
  content: url("/static/zt/img/zt_gkbk24_8.png");
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.zt-gkbk-body .zlbg .ncontent .itemline .itembg .btn {
  width: 131px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 22;
}

.zt-gkbk-body .zdbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbk-body .zdbg .content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.zt-gkbk-body .zdbg .content .book {
  position: absolute;
  top: 100px;
  left: -280px;
  width: 170px;
  height: 106px;
  content: url("/static/zt/img/zt_gkbk24_14.png");
}

.zt-gkbk-body .zdbg .content .book2 {
  position: absolute;
  top: 100px;
  right: -280px;
  width: 189px;
  height: 324px;
  content: url("/static/zt/img/zt_gkbk24_15.png");
}

.zt-gkbk-body .zdbg .content .leftitem {
  width: 570px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}

.zt-gkbk-body .zdbg .content .leftitem .item {
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.zt-gkbk-body .zdbg .content .leftitem .item:hover {
  color: #4B89F8 !important;
}

.zt-gkbk-body .zdbg .content .midb {
  width: 1px;
  height: 300px;
  background-color: #4B89F8;
}

.zt-gkbk-body .fxbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.zt-gkbk-body .fxbg .home-dsrsksw-fenxiao {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-gkbk-body .fxbg .home-dsrsksw-fenxiao .item {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  background-color: #DEDEDE;
  font-size: 16px;
  margin-bottom: 4px;
  text-decoration: none;
}

.zt-gkbk-body .fxbg .home-dsrsksw-fenxiao .item:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #4CA1FC, #0153B2) !important;
}

.zt-gkbkm-body {
  position: relative;
}

.zt-gkbkm-body .xdm-top {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-gkbkm-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}

.zt-gkbkm-body .xdm-top .content-width .leftlogo {
  height: 0.8rem;
  width: 2.6rem;
  content: url("/static/zt/img/logo.png");
}

.zt-gkbkm-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-gkbkm-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 0.12rem;
  text-decoration: none;
  margin-right: 0.2rem;
}

.zt-gkbkm-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.zt-gkbkm-body .bannerbg {
  background: url("/static/zt/img/zt_gkbk24_32.png") no-repeat top center;
  background-size: 10rem 8rem;
  text-align: center;
  height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zt-gkbkm-body .bannerbg .titlecontent {
  width: 10rem;
  height: 6.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkbkm-body .bannerbg .titlecontent .titles {
  width: 6.3rem;
  height: 0.9rem;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 0.46rem;
  color: #fff;
  border-radius: 0.1rem;
  line-height: 0.9rem;
  letter-spacing: 2px;
  margin-top: 0.8rem;
}

.zt-gkbkm-body .bannerbg .titlecontent .ftitles {
  width: 8rem;
  height: 1.168rem;
  border-radius: 0.3rem;
  background: linear-gradient(to right, #E67927, #F7C56C, #E67927);
}

.zt-gkbkm-body .bannerbg .titlecontent .ftitles .ftitle {
  width: 8rem;
  height: 1.2rem;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, #FDFAEB, #FDDF7F);
}

.zt-gkbkm-body .bannerbg .titlecontent .ftitles .ftitle p {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.5rem;
  color: #E32914;
}

.zt-gkbkm-body .bannerbg .titlecontent .titleimg {
  width: 8rem;
  height: 2.32rem;
  margin: 0.8rem 0;
  content: url("/static/zt/img/zt_gkbk24_33.png");
}

.zt-gkbkm-body .bannerbg .titlecontent .book {
  width: 1.4rem;
  height: 1.44rem;
  content: url("/static/zt/img/zt_gkbk24_29.png");
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.zt-gkbkm-body .bannerbg .titlecontent .people {
  width: 5.25rem;
  height: 5.76rem;
  content: url("/static/zt/img/zt_gkbk24_25.png");
  position: absolute;
  left: -2.2rem;
  bottom: -2rem;
}

.zt-gkbkm-body .bannerbg .titlecontent .people2 {
  width: 4.73rem;
  height: 8.04rem;
  content: url("/static/zt/img/zt_gkbk24_24.png");
  position: absolute;
  right: -1.8rem;
  bottom: -2rem;
}

.zt-gkbkm-body .bannerbg .titlecontent .paper {
  width: 1.34rem;
  height: 0.66rem;
  content: url("/static/zt/img/zt_gkbk24_30.png");
  position: absolute;
  right: 0.5rem;
  top: 1.2rem;
}

.zt-gkbkm-body .all-title-blue {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .all-title-blue .contents {
  margin: 0.8rem 0;
  height: 0.9rem;
  width: 7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-gkbkm-body .all-title-blue .contents .leftimg {
  width: 0.92rem;
  height: 0.52rem;
  content: url("/static/zt/img/zt_gkbk24_26.png");
}

.zt-gkbkm-body .all-title-blue .contents .rightimg {
  width: 0.92rem;
  height: 0.52rem;
  content: url("/static/zt/img/zt_gkbk24_26.png");
  transform: rotateY(180deg);
}

.zt-gkbkm-body .all-title-blue .contents .midp {
  font-size: 0.42rem;
  font-weight: bold;
  color: #4988F9;
}

.zt-gkbkm-body .all-title-white {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}

.zt-gkbkm-body .all-title-white .contents {
  margin: 0.8rem 0;
  height: 0.9rem;
  width: 7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-gkbkm-body .all-title-white .contents .leftimg {
  width: 0.92rem;
  height: 0.52rem;
  content: url("/static/zt/img/zt_gkbk24_27.png");
}

.zt-gkbkm-body .all-title-white .contents .rightimg {
  width: 0.92rem;
  height: 0.52rem;
  content: url("/static/zt/img/zt_gkbk24_27.png");
  transform: rotateY(180deg);
}

.zt-gkbkm-body .all-title-white .contents .midp {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
}

.zt-gkbkm-body .timu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .timu .content {
  width: 9.8rem;
  position: relative;
}

.zt-gkbkm-body .timu .content .book {
  position: absolute;
  top: 1.6rem;
  left: -2.8rem;
  width: 2.34rem;
  height: 3.55rem;
  content: url("/static/zt/img/zt_gkbk24_10.png");
}

.zt-gkbkm-body .timu .content table {
  width: 100%;
  border-collapse: collapse;
  /* 合并表格边框 */
  border: 1px solid #666;
  /* 设置表格边框 */
}

.zt-gkbkm-body .timu .content table td, .zt-gkbkm-body .timu .content table th {
  border: 1px solid #666;
  /* 设置表格内元素边框 */
}

.zt-gkbkm-body .timu .content th {
  color: #fff;
  background-color: #4C8CF8;
  padding: 0.2rem;
  font-size: 0.32rem;
  font-weight: normal;
}

.zt-gkbkm-body .timu .content th span {
  font-size: 0.24rem;
  color: #f2f2f2;
}

.zt-gkbkm-body .timu .content td {
  color: #000;
  font-size: 0.28rem;
  padding: 0.2rem 0;
  text-align: center;
}

.zt-gkbkm-body .mfbg {
  background: url("/static/zt/img/zt_gkbk24_22.png") no-repeat top center;
  background-size: 10rem 5.87rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5.87rem;
  margin: 0.8rem 0;
}

.zt-gkbkm-body .mfbg .ncontent {
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-gkbkm-body .mfbg .ncontent .book {
  position: absolute;
  top: -1rem;
  right: -0.6rem;
  width: 2.63rem;
  height: 1.37rem;
  content: url("/static/zt/img/zt_gkbk24_11.png");
}

.zt-gkbkm-body .mfbg .ncontent .right {
  width: 9rem;
  content: url("/static/zt/img/zt_kefu_wechat.png");
}

.zt-gkbkm-body .mfbg .ncontent .left {
  display: flex;
  flex-direction: column;
}

.zt-gkbkm-body .mfbg .ncontent .left .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 1rem;
}

.zt-gkbkm-body .mfbg .ncontent .left .top .title {
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  font-size: 0.48rem;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
}

.zt-gkbkm-body .mfbg .ncontent .left .top img {
  margin-left: 0.2rem;
  width: 0.71rem;
  height: 0.72rem;
  content: url("/static/zt/img/zt_gkbk24_28.png");
}

.zt-gkbkm-body .mfbg .ncontent .left .bottom {
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
}

.zt-gkbkm-body .lcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .lcbg .content {
  width: 9.5rem;
}

.zt-gkbkm-body .lcbg .content img {
  width: 9.5rem;
  height: 3.744rem;
  content: url("/static/zt/img/zt_gkbk24_23.png");
}

.zt-gkbkm-body .xsbg {
  background: url("/static/zt/img/zt_gkbk24_1.png") no-repeat top center;
  background-size: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.8rem 0;
}

.zt-gkbkm-body .xsbg .ncontent {
  width: 9.8rem;
}

.zt-gkbkm-body .xsbg .ncontent .top {
  width: 9.8rem;
  height: 5.05rem;
  background-image: url("/static/zt/img/zt_gkbk24_3m.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.zt-gkbkm-body .xsbg .ncontent .top .item1 {
  position: absolute;
  left: 0.37rem;
  top: 0.7rem;
  line-height: 0.46rem;
  font-size: 0.4rem;
  color: #4985F7;
  width: 2.8rem;
  text-align: center;
}

.zt-gkbkm-body .xsbg .ncontent .top .item2 {
  position: absolute;
  left: 6.55rem;
  top: 0.7rem;
  line-height: 0.46rem;
  font-size: 0.4rem;
  color: #4985F7;
  width: 3rem;
  text-align: center;
}

.zt-gkbkm-body .xsbg .ncontent .top .item3 {
  position: absolute;
  left: 0.37rem;
  top: 3.2rem;
  line-height: 0.46rem;
  font-size: 0.4rem;
  color: #4985F7;
  width: 2.8rem;
  text-align: center;
}

.zt-gkbkm-body .xsbg .ncontent .top .item4 {
  position: absolute;
  left: 6.6rem;
  top: 3.2rem;
  line-height: 0.46rem;
  font-size: 0.4rem;
  color: #4985F7;
  width: 2.8rem;
  text-align: center;
}

.zt-gkbkm-body .xsbg .ncontent .bottom {
  display: flex;
  flex-direction: column;
  margin: 0.4rem 0;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .navline {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 1rem;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .navline .item {
  width: 3.24rem;
  height: 1rem;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .navline .item p {
  line-height: 1rem;
  font-size: 0.52rem;
  color: #fff;
  text-align: left;
  padding-left: 0.6rem;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .navline .item-active {
  background-image: url("/static/zt/img/zt_gkbk24_21.png");
  background-size: 2.72rem 1rem;
  background-repeat: no-repeat;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .navline .item-active p {
  color: #333 !important;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #fff;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg {
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .items {
  width: 4rem;
  height: 2.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .items p {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 5px #999;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .items-bgb {
  background-image: url("/static/zt/img/zt_gkbk24_4.png");
  background-size: 4rem 2.97rem;
  background-repeat: no-repeat;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .items-bgo {
  background-image: url("/static/zt/img/zt_gkbk24_5.png");
  background-size: 4rem 2.97rem;
  background-repeat: no-repeat;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .item-text {
  width: 4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.42rem;
  border-radius: 0.4rem;
  margin-top: 0.3rem;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .item-text-bgo {
  background-color: #F48327;
}

.zt-gkbkm-body .xsbg .ncontent .bottom .itemline .item-bg .item-text-bgb {
  background-color: #4B89F8;
}

.zt-gkbkm-body .bkbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .bkbg .content {
  width: 9.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gkbkm-body .bkbg .content .selectline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 1rem;
  line-height: 1rem;
}

.zt-gkbkm-body .bkbg .content .selectline .item {
  width: 2.1rem;
  height: 1rem;
  background-color: #A2C0FC;
  color: #4F87F8;
  font-size: 0.28rem;
  border-radius: 0.2rem 0.2rem 0 0;
  text-align: center;
  margin-right: 0.2rem;
}

.zt-gkbkm-body .bkbg .content .selectline .item-active {
  background-color: #4B89F8 !important;
  color: #fff !important;
}

.zt-gkbkm-body .bkbg .content .conline {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 3px 2px #B4CBFD;
  display: flex;
  flex-direction: column;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft {
  width: 100%;
  background-color: #4B89F8;
  padding: 0.4rem 0.2rem 0.4rem 1.8rem;
  position: relative;
  box-sizing: border-box;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft p {
  width: 100%;
  color: #fff;
  font-size: 0.38rem;
  line-height: 0.6rem;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft .imgdiv {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft .imgdiv .imgbg {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft .imgdiv .imgbg .ms {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.8rem;
  z-index: 2;
  margin-top: -0.1rem;
}

.zt-gkbkm-body .bkbg .content .conline .itemleft .imgdiv .imgbg img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: url("/static/zt/img/zt_gkbk24_6.png");
}

.zt-gkbkm-body .bkbg .content .conline .itemright {
  width: 100%;
  background-color: #4B89F8;
  padding: 0.4rem 1.8rem 0.4rem 0.2rem;
  position: relative;
  box-sizing: border-box;
}

.zt-gkbkm-body .bkbg .content .conline .itemright p {
  width: 100%;
  color: #fff;
  font-size: 0.38rem;
  line-height: 0.6rem;
}

.zt-gkbkm-body .bkbg .content .conline .itemright .imgdiv {
  position: absolute;
  right: 0;
  top: -0.2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.zt-gkbkm-body .bkbg .content .conline .itemright .imgdiv .imgbg {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .bkbg .content .conline .itemright .imgdiv .imgbg .ms {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  z-index: 2;
  margin-top: -10px;
}

.zt-gkbkm-body .bkbg .content .conline .itemright .imgdiv .imgbg img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: url("/static/zt/img/zt_gkbk24_6.png");
}

.zt-gkbkm-body .zwbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .zwbg .content {
  width: 9.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .zwbg .content .item1 {
  width: 8rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.6rem;
  box-sizing: border-box;
  border: 1px solid #4B89F8;
  box-shadow: 0 0 5px 2px #ddd;
  align-items: center;
  margin-bottom: 0.5rem;
}

.zt-gkbkm-body .zwbg .content .item1 .title {
  height: 1rem;
  width: 100%;
  background-color: #4B89F8;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 0.6rem 0.6rem 0 0;
}

.zt-gkbkm-body .zwbg .content .item1 .imgbg {
  width: 4rem;
  height: 3.05rem;
  margin: 0.3rem 0;
  content: url("/static/zt/img/zt_gkbk24_16.png");
}

.zt-gkbkm-body .zwbg .content .item1 .ftitle {
  width: 6rem;
  height: 1rem;
  background-color: #4B89F8;
  line-height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.6rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.zt-gkbkm-body .zwbg .content .itemline2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 {
  width: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 3px 2px #ddd;
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .iconimg {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_gkbk24_34.png");
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .iconimg2 {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_gkbk24_35.png");
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .iconimg3 {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_gkbk24_36.png");
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .iconimg4 {
  width: 0.7rem;
  height: 0.7rem;
  content: url("/static/zt/img/zt_gkbk24_37.png");
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .title {
  font-size: 0.32rem;
  color: #333;
  margin: 0.3rem 0  1rem 0;
  width: 100%;
  text-align: center;
  height: 0.3rem;
}

.zt-gkbkm-body .zwbg .content .itemline2 .item2 .btn {
  width: 100%;
  height: 0.44rem;
  border: 1px solid #4B89F8;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 0.42rem;
  font-size: 0.32rem;
  text-align: center;
  border-radius: 0.04rem;
  color: #4B89F8;
}

.zt-gkbkm-body .zlbg {
  background: url("/static/zt/img/zt_gkbk24_2.png") no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}

.zt-gkbkm-body .zlbg .ncontent {
  width: 10rem;
  background: url("/static/zt/img/zt_gkbk24_7.png") no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  height: 4.38rem;
  box-sizing: border-box;
  padding: 0 1rem 0 1rem;
  display: flex;
  flex-direction: column;
}

.zt-gkbkm-body .zlbg .ncontent .itemline {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.4rem;
  justify-content: center;
}

.zt-gkbkm-body .zlbg .ncontent .itemline .itembg {
  width: 1.51rem;
  height: 1.66rem;
  position: relative;
  margin: 0 0.3rem;
}

.zt-gkbkm-body .zlbg .ncontent .itemline .itembg img {
  width: 1.51rem;
  height: 1.66rem;
  content: url("/static/zt/img/zt_gkbk24_8.png");
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.zt-gkbkm-body .zlbg .ncontent .itemline .itembg .btn {
  width: 1.31rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: 22;
}

.zt-gkbkm-body .zdbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gkbkm-body .zdbg .content {
  width: 9.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.zt-gkbkm-body .zdbg .content .leftitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
}

.zt-gkbkm-body .zdbg .content .leftitem .item {
  width: 100%;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}

.zt-gkbkm-body .zdbg .content .leftitem .item:hover {
  color: #4B89F8 !important;
}

.zt-gkbkm-body .fxbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}

.zt-gkbkm-body .fxbg .home-dsrsksw-fenxiao {
  width: 9.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-gkbkm-body .fxbg .home-dsrsksw-fenxiao .item {
  width: 3.2rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #333;
  background-color: #DEDEDE;
  font-size: 0.32rem;
  margin-bottom: 4px;
  text-decoration: none;
}

.zt-gkbkm-body .fxbg .home-dsrsksw-fenxiao .item:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #4CA1FC, #0153B2) !important;
}

.qrcodebg {
  position: fixed;
  left: 15px;
  top: 48%;
  background-color: #FE4324;
}

.skmx,
.skmx::before,
.skmx::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.skmx {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  height: 200px;
  margin: auto;
  background: url("/static/zt/img/zt_sydwcc_buy.jpg") no-repeat 75%/75% rgba(0, 0, 0, 0.1);
  background-position: center;
  color: #F9993E;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.skmx::before,
.skmx::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}

.skmx::before {
  animation-delay: -4s;
}

.skmx:hover::after,
.skmx:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}

.bb,
.bb::before,
.bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  height: 200px;
  margin: auto;
  background: url("/static/zt/img/zt_sydwcc_buy.jpg") no-repeat 75%/75% rgba(0, 0, 0, 0.1);
  background-position: center;
  color: #F9993E;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.bb::before,
.bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}

.bb::before {
  animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {
  0%,
  100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

@keyframes clipMe2 {
  0%,
  100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

.fenxiao-zhanshi * {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}

.fenxiao-zhanshi img {
  border: none;
}

.fenxiao-zhanshi a {
  text-decoration: none;
}

.fenxiao-zhanshi ol, .fenxiao-zhanshi ul {
  list-style: none;
}

.fenxiao-zhanshi div {
  display: block;
}

.fenxiao-zhanshi .w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fenxiao-zhanshi .case_box {
  background: url("/static/home/img/xdm_fenxiao_case_bg.jpg") no-repeat center top;
  height: 934px;
}

.fenxiao-zhanshi .case_box h3 {
  color: #081232;
  font-weight: normal;
  font-size: 42px;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.fenxiao-zhanshi .case_box .category ul {
  padding-left: 50px;
  padding-bottom: 40px;
  display: block;
  height: auto;
  overflow: hidden;
}

.fenxiao-zhanshi .case_box .category ul li {
  float: left;
  font-size: 20px;
  text-align: center;
  width: 215px;
  height: 58px;
  line-height: 58px;
  color: #939aac;
  border-radius: 5px;
  cursor: pointer;
}

.fenxiao-zhanshi .case_box .category ul li.active {
  color: #fff;
  background: #4f77fc;
}

.fenxiao-zhanshi .case_box .content {
  padding-left: 50px;
}

.fenxiao-zhanshi .case_box .content .cont {
  height: 650px;
  display: none;
}

.fenxiao-zhanshi .case_box .content .cont.active {
  display: block;
}

.fenxiao-zhanshi .case_box .content .cont img.bg {
  position: absolute;
  border: 1px solid #E3E3E3;
  right: 0;
  top: 0;
}

.fenxiao-zhanshi .case_box .content .cont .info {
  position: absolute;
  width: 520px;
  height: 340px;
  background: #fff;
  box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
  left: 0;
  top: 120px;
  padding: 50px 40px 0;
  border-radius: 10px;
}

.fenxiao-zhanshi .case_box .content .cont .info .title .logo {
  float: left;
  padding-right: 25px;
}

.fenxiao-zhanshi .case_box .content .cont .info .title .logo img {
  width: 100px;
  height: 100px;
}

.fenxiao-zhanshi .case_box .content .cont .info .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.fenxiao-zhanshi .case_box .content .cont .info .title h4 {
  float: left;
  padding-top: 30px;
  font-size: 24px;
  color: #081232;
}

.fenxiao-zhanshi .case_box .content .cont .info p {
  font-size: 16px;
  line-height: 32px;
  color: #828b9f;
}
