p, a {
  margin: 0;
  padding: 0;
}

.zt-skkc-body {
  position: relative;
  background: url("/static/zt/img/zt_2024hfjq_01.jpg") no-repeat top center;
  background-size: 1920px 10000px;
  background-repeat: no-repeat;
  margin: 0;
}

.zt-skkc-body .xdm-top {
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 140px;
}

.zt-skkc-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
}

.zt-skkc-body .xdm-top .content-width .leftlogo {
  height: 35px;
  width: 114px;
  content: url("/static/zt/img/logo.png");
}

.zt-skkc-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  margin-right: 20px;
}

.zt-skkc-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.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-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-skkc-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.zt-skkc-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-skkc-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-skkc-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-skkc-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg {
  width: 1108px;
  height: 800px;
  position: relative;
  margin-top: 100px;
}

.zt-skkc-body .zt-content-body .big-title-bg .book-bg .book-img {
  width: 1108px;
  height: 800px;
  content: url("/static/zt/img/zt_2024hfjq_04.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-skkc-body .zt-content-body .big-title-bg .tb1-img {
  width: 300px;
  height: 302px;
  content: url("/static/zt/img/zt_2024hfjq_03.png");
  position: absolute;
  top: 600px;
  left: 0;
}

.zt-skkc-body .zt-content-body .big-title-bg .tb2-img {
  width: 300px;
  height: 356px;
  content: url("/static/zt/img/zt_2024hfjq_02.png");
  position: absolute;
  top: 500px;
  right: 0;
}

.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 .shuangbian-content {
  width: 1200px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 16px;
  margin: 40px;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #D8EDFF, #4CA8FF);
  position: relative;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .title-line {
  width: 100%;
  height: 60px;
  text-align: left;
  line-height: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item {
  width: 360px;
  height: 80px;
  background-color: #FBF2E1;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item .left {
  width: 280px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  color: #333;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item .right {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  color: #333;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item {
  width: 360px;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .top {
  width: 360px;
  height: 360px;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .bottom {
  width: 360px;
  height: 100px;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .bottom p {
  height: 50px;
  color: #fff;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.zt-skkc-body .zt-content-body .n-content .shuangbian-content .nbg .line3 {
  width: calc(100% - 40px);
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 36px;
  color: #333;
  letter-spacing: 3px;
  border-radius: 2px;
  text-decoration: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin: 20px 0;
  cursor: pointer;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #2778E3;
  border-radius: 20px;
  margin: 40px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-line {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-line .p1 {
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #FBF378;
  font-weight: bolder;
  font-family: 'Microsoft Yahei';
  -webkit-text-stroke: 2px black;
  margin-right: 20px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-line .p2 {
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  font-weight: bolder;
  font-family: 'Microsoft Yahei';
  -webkit-text-stroke: 2px black;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item {
  width: 360px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 6px;
  background-color: #E9ECF1;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .bottom {
  width: 360px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .bottom .btn {
  height: 60px;
  border-radius: 30px;
  width: 300px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #2778E3;
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top {
  width: 360px;
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .left {
  height: 80px;
  width: 80px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right {
  width: 280px;
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 14px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right .toptitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right .bottomtitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #666;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .item {
  height: 100%;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #2778E3;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .shuxian {
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .item:hover {
  background-color: #fff !important;
  color: #2778E3;
  box-sizing: border-box;
  border: 1px solid #2778E3;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table {
  width: 100%;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table .buybg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table .buybg .buybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #2778E3;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table, .zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line th, .zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line tr, .zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line td {
  border: 1px solid #2778E3;
  border-collapse: collapse;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .title {
  height: 40px;
  line-height: 40px;
  color: #2778E3;
  font-size: 24px;
  font-weight: bold;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .infot {
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 10px 0;
  line-height: 30px;
  color: #333;
  font-size: 20px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .infot span {
  color: #2778E3;
  font-weight: bold;
  padding-right: 10px;
  font-style: italic;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item {
  width: 278px;
  height: 290px;
  box-sizing: border-box;
  background-color: #5092E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item img {
  height: 150px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item .title1 {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item .title2 {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item {
  width: 270px;
  height: 400px;
  border-radius: 8px;
  border: 2px solid #2778E3;
  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 .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .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 .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .name {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  color: #2778E3;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .ftitle {
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .pj-bg {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_2024hfjq_06.png");
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .cj-bg {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkc-body .zt-content-body .n-content .danbian-content .d-title-bottom .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2024hfjq_05.png");
}

.zt-skkc-body .zt-content-body .n-content .co-content {
  width: 100%;
  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: #fff;
  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: #2778E3;
}

.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: url("/static/zt/img/zt_2024hfjq_01.jpg") no-repeat top center;
  background-size: 10rem 100rem;
  background-repeat: no-repeat;
  margin: 0;
}

.zt-skkcm-body .xdm-top {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-skkcm-body .xdm-top .content-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}

.zt-skkcm-body .xdm-top .content-width .leftlogo {
  height: 0.8rem;
  width: 2.6rem;
  content: url("/static/zt/img/logo.png");
}

.zt-skkcm-body .xdm-top .content-width .rightitem {
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .xdm-top .content-width .rightitem .item {
  color: #333;
  font-size: 0.32rem;
  text-decoration: none;
  margin-right: 0.2rem;
}

.zt-skkcm-body .xdm-top .content-width .rightitem .item:hover {
  color: #2092F3;
}

.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-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-skkcm-body .hengfu-bg .hengfu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.zt-skkcm-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-skkcm-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-skkcm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-skkcm-body .zt-content-body .big-title-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg {
  width: 8rem;
  height: 7rem;
  position: relative;
  margin-top: 1rem;
}

.zt-skkcm-body .zt-content-body .big-title-bg .book-bg .book-img {
  width: 8rem;
  height: 5.78rem;
  content: url("/static/zt/img/zt_2024hfjq_04.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-skkcm-body .zt-content-body .big-title-bg .tb1-img {
  width: 1.5rem;
  height: 1.5rem;
  content: url("/static/zt/img/zt_2024hfjq_03.png");
  position: absolute;
  top: 6rem;
  left: 0;
}

.zt-skkcm-body .zt-content-body .big-title-bg .tb2-img {
  width: 1.5rem;
  height: 1.78rem;
  content: url("/static/zt/img/zt_2024hfjq_02.png");
  position: absolute;
  top: 5rem;
  right: 0;
}

.zt-skkcm-body .zt-content-body .n-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-top: 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content {
  width: 9.8rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 0.2rem;
  padding: 0.16rem;
  margin: 0.4rem;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #D8EDFF, #4CA8FF);
  position: relative;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .title-line {
  width: 100%;
  height: 0.6rem;
  text-align: left;
  line-height: 0.6rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
  padding: 0.1rem 20px 0 20px;
  box-sizing: border-box;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.2rem;
  justify-content: space-between;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item {
  width: 2.8rem;
  height: 0.8rem;
  background-color: #FBF2E1;
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item .left {
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #333;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line1 .item .right {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #333;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.2rem;
  justify-content: space-between;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item {
  width: 2.8rem;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .top {
  width: 2.8rem;
  height: 2.8rem;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .bottom {
  width: 2.8rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line2 .item .bottom p {
  height: 0.5rem;
  color: #fff;
  line-height: 0.5rem;
  width: 100%;
  text-align: center;
}

.zt-skkcm-body .zt-content-body .n-content .shuangbian-content .nbg .line3 {
  width: calc(100% - 0.4rem);
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.36rem;
  color: #333;
  letter-spacing: 3px;
  border-radius: 2px;
  text-decoration: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin: 0.2rem 0;
  cursor: pointer;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content {
  width: 9.8rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 0.2rem;
  background-color: #2778E3;
  border-radius: 0.2rem;
  margin: 0.4rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-line {
  height: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-line .p1 {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #FBF378;
  font-weight: bolder;
  margin-right: 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-line .p2 {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bolder;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.1rem 0;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item {
  width: 3rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.14rem;
  border-radius: 0.1rem;
  background-color: #E9ECF1;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .bottom {
  width: 3rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .bottom .btn {
  height: 0.6rem;
  border-radius: 0.3rem;
  width: 2.4rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  background-color: #2778E3;
  font-size: 0.26rem;
  text-decoration: none;
  cursor: pointer;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top {
  width: 3rem;
  height: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .left {
  height: 0.6rem;
  width: 0.6rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right {
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  height: 1.2rem;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.14rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right .toptitle {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .xxhz .line .item .top .right .bottomtitle {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #666;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .item {
  height: 100%;
  line-height: 1rem;
  font-size: 0.38rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0.2rem;
  background-color: #2778E3;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .shuxian {
  width: 1px;
  height: 0.5rem;
  background-color: #fff;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .select-line .item:hover {
  background-color: #fff !important;
  color: #2778E3;
  box-sizing: border-box;
  border: 1px solid #2778E3;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line {
  width: 100%;
  margin-top: 0.2rem;
  display: none;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table {
  width: 100%;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table .buybg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table .buybg .buybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #2778E3;
  color: #fff;
  font-size: 0.34rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 0.8rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line table, .zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line th, .zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line tr, .zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .course-line td {
  border: 1px solid #2778E3;
  border-collapse: collapse;
  padding: 0.1rem;
  text-align: center;
  font-size: 0.3rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.1rem 0;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .title {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #2778E3;
  font-size: 0.34rem;
  font-weight: bold;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .infot {
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 0.1rem 0;
  line-height: 0.3rem;
  color: #333;
  font-size: 0.3rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .mskc .youhui-line .infot span {
  color: #2778E3;
  font-weight: bold;
  padding-right: 0.1rem;
  font-style: italic;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item {
  width: 2.78rem;
  height: 2.9rem;
  box-sizing: border-box;
  background-color: #5092E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item img {
  height: 1.5rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item .title1 {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .youshi-line .item .title2 {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts {
  display: flex;
  flex-direction: row;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item {
  width: 4rem;
  height: 6rem;
  border-radius: 0.08rem;
  border: 2px solid #2778E3;
  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 .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .img-bg img {
  width: 100%;
  background-color: #2778E3;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .name {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  margin: 0;
  font-size: 0.32rem;
  color: #2778E3;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.45rem;
  height: 0.45rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.3rem;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .pj-bg {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .pj-bg .pj-img {
  width: 100%;
  content: url("/static/zt/img/zt_2024hfjq_06.png");
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .cj-bg {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-skkcm-body .zt-content-body .n-content .danbian-content .d-title-bottom .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2024hfjq_05.png");
}

.zt-skkcm-body .zt-content-body .n-content .co-content {
  width: 100%;
  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: #fff;
  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;
}
