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

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

@keyframes animated-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes animated-zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.zt-gqb-body {
  position: relative;
  background: url("/static/zt/img/zt_gqb_01.png") no-repeat top center;
  background-size: 1920px 7993px;
  background-repeat: no-repeat;
  background-position: 0 40px;
}

.zt-gqb-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-gqb-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-gqb-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-gqb-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

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

.zt-gqb-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: #FC3D40;
  box-shadow: 0 0 4px 4px rgba(249, 219, 220, 0.3);
}

.zt-gqb-body .cbnav .xdmcontent {
  width: 130px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.zt-gqb-body .cbnav .xdmcontent .item {
  width: 100%;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .cbnav .xdmcontent .item .xx {
  position: absolute;
  left: 25px;
  width: 80px;
  top: 0;
  height: 4px;
  border-top: 1px dashed #FC3D40;
}

.zt-gqb-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-gqb-body .cbnav .xdmcontent .item .itemtext-active {
  background: linear-gradient(to bottom, #F9B6B7, #FC3D40);
  color: #fff !important;
  font-weight: bold;
}

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

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

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

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

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

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

.zt-gqb-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .bannerbg .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .bannerbg .content .logoimg {
  width: 290px;
  height: 88px;
  content: url("/static/zt/img/zt_gqb_19.png");
}

.zt-gqb-body .bannerbg .content .titleimg {
  margin-top: 30px;
  width: 1166px;
  height: 879px;
  content: url("/static/zt/img/zt_gqb_02.png");
}

.zt-gqb-body .bannerbg .content .buybg {
  width: 600px;
  height: 60px;
  border-radius: 25px;
  background: linear-gradient(to bottom, #F88184, #FE3136);
  display: flex;
}

.zt-gqb-body .bannerbg .content .buybg .buytitle {
  font-size: 36px;
  font-weight: blod;
  width: 100%;
  line-height: 50px;
  color: #FFF0DC;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  cursor: pointer;
}

.zt-gqb-body .partbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}

.zt-gqb-body .partbg .xdmcontent {
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .partbg .xdmcontent .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 560px;
}

.zt-gqb-body .partbg .xdmcontent .top .leftimg {
  width: 12px;
  height: 54px;
  content: url("/static/zt/img/zt_gqb_08.png");
}

.zt-gqb-body .partbg .xdmcontent .top .rightimg {
  width: 12px;
  height: 54px;
  content: url("/static/zt/img/zt_gqb_08.png");
  transform: rotate(180deg);
}

.zt-gqb-body .partbg .xdmcontent .top .xdmtitle {
  width: 200px;
  font-size: 40px;
  color: #FCED88;
  font-weight: bold;
  text-align: center;
}

.zt-gqb-body .partbg .xdmcontent .top .xdmftitle {
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  border-top: 1px dashed #fff;
  text-align: center;
}

.zt-gqb-body .partbg .xdmcontent .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gqb-body .partbg .xdmcontent .bottom .leftimg {
  width: 283px;
  height: 10px;
  content: url("/static/zt/img/zt_gqb_04.png");
}

.zt-gqb-body .partbg .xdmcontent .bottom .rightimg {
  width: 283px;
  height: 10px;
  content: url("/static/zt/img/zt_gqb_04.png");
  transform: rotate(180deg);
}

.zt-gqb-body .partbg .xdmcontent .bottom .xdmtitle {
  font-size: 12px;
  color: #FCED88;
  padding: 0 5px;
}

.zt-gqb-body .spbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .spbg .xdmcontent {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gqb-body .spbg .xdmcontent .xdmitem {
  width: 280px;
  height: 335px;
  border-radius: 8px;
  background-color: #FFF085;
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg {
  width: 272px;
  height: 327px;
  background-color: #fff;
  border-radius: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 0;
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .topimg {
  width: 120px;
  height: 120px;
  content: url("/static/zt/img/zt_gqb_05.png");
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .topimg2 {
  width: 120px;
  height: 120px;
  content: url("/static/zt/img/zt_gqb_06.png");
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .topimg3 {
  width: 120px;
  height: 120px;
  content: url("/static/zt/img/zt_gqb_07.png");
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .topimg4 {
  width: 120px;
  height: 120px;
  content: url("/static/zt/img/zt_gqb_09.png");
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .bottomtext {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .spbg .xdmcontent .xdmitem .nbg .bottomtext p {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gqb-body .tsbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .tsbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  border: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
}

.zt-gqb-body .tsbg .xdmcontent .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem {
  height: 380px;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, #FCEAE6, #FCBFBA);
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem img {
  width: 265px;
  height: 179px;
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .img1 {
  content: url("/static/zt/img/zt_gqb_10.png");
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .img2 {
  content: url("/static/zt/img/zt_gqb_11.png");
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .img3 {
  content: url("/static/zt/img/zt_gqb_12.png");
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .img4 {
  content: url("/static/zt/img/zt_gqb_13.png");
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .xdmtitle {
  margin: 30px 0;
  line-height: 40px;
  font-size: 28px;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gqb-body .tsbg .xdmcontent .top .xdmitem .btn {
  width: 210px;
  height: 50px;
  border-radius: 25px;
  background-color: #D51D1D;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}

.zt-gqb-body .nrbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .nrbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  border: 10px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  position: relative;
}

.zt-gqb-body .nrbg .xdmcontent .mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .nrbg .xdmcontent .mid .xdmitem {
  width: 480px;
  height: 60px;
  border-radius: 30px;
  background-color: #F0B0B0;
  color: #333;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  margin: 10px 0;
}

.zt-gqb-body .nrbg .xdmcontent .xcsl {
  font-size: 60px;
  font-weight: bold;
  color: #C2C0EF;
  position: absolute;
  left: 120px;
  top: 50px;
}

.zt-gqb-body .nrbg .xdmcontent .xcsl2 {
  font-size: 60px;
  font-weight: bold;
  color: #786187;
  position: absolute;
  right: 80px;
  top: 50px;
}

.zt-gqb-body .nrbg .xdmcontent .leftimg {
  width: 395px;
  height: 319px;
  content: url("/static/zt/img/zt_gqb_16.png");
  position: absolute;
  left: 20px;
  top: 100px;
}

.zt-gqb-body .nrbg .xdmcontent .rightimg {
  width: 288px;
  height: 286px;
  content: url("/static/zt/img/zt_gqb_17.png");
  position: absolute;
  right: 20px;
  bottom: 0;
}

.zt-gqb-body .apbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .apbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  border: 10px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
}

.zt-gqb-body .apbg .xdmcontent table {
  width: 100%;
  border-collapse: collapse;
  /* 合并表格边框 */
  border: 1px solid #D51D1D;
  /* 设置表格边框 */
}

.zt-gqb-body .apbg .xdmcontent table td, .zt-gqb-body .apbg .xdmcontent table th {
  border: 1px solid #D51D1D;
  /* 设置表格内元素边框 */
}

.zt-gqb-body .apbg .xdmcontent th {
  color: #fff;
  background-color: #D51D1D;
  padding: 20px;
  font-size: 32px;
  font-weight: normal;
}

.zt-gqb-body .apbg .xdmcontent td {
  color: #000;
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
}

.zt-gqb-body .buybg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .buybg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  padding: 40px 20px;
  border: 10px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.zt-gqb-body .buybg .xdmcontent .hot {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 20px;
  top: 20px;
  content: url("/static/zt/img/zt_gqb_20.png");
}

.zt-gqb-body .buybg .xdmcontent .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .buybg .xdmcontent .left .top {
  font-size: 42px;
  font-weight: bold;
  color: #D51D1D;
  line-height: 80px;
  letter-spacing: 3px;
}

.zt-gqb-body .buybg .xdmcontent .left .bottom {
  text-align: center;
  font-size: 24px;
  color: #D51D1D;
  line-height: 60px;
  border-top: 1px solid #D51D1D;
  border-bottom: 1px solid #D51D1D;
}

.zt-gqb-body .buybg .xdmcontent .left .buybg {
  width: 300px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #F88184, #FE3136);
  display: flex;
  margin-top: 20px;
}

.zt-gqb-body .buybg .xdmcontent .left .buybg .buytitle {
  font-size: 28px;
  font-weight: blod;
  width: 100%;
  line-height: 40px;
  color: #FFF0DC;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  cursor: pointer;
}

.zt-gqb-body .buybg .xdmcontent .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .buybg .xdmcontent .right img {
  width: 300px;
  content: url("/static/zt/img/zt_gqb_kf.png");
}

.zt-gqb-body .buybg .xdmcontent .right p {
  font-size: 20px;
  color: #D51D1D;
  line-height: 60px;
}

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

.zt-gqb-body .teacher .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-gqb-body .teacher .content .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gqb-body .teacher .content .line1 .item {
  height: 51px;
  width: 187px;
  background: url("/static/zt/img/zt_gqb_27.png") no-repeat left top;
  background-size: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .teacher .content .line1 .item p {
  color: #D51D1D;
  font-size: 28px;
}

.zt-gqb-body .teacher .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-gqb-body .teacher .content .line2 .swiperbg {
  width: 1200px;
  height: 626px;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container {
  width: 1200px;
  height: 626px;
  /*去掉默认样式*/
  /*自定义样式*/
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .bottombg {
  width: 1200px;
  height: 226px;
  background-color: #F6F6F6;
  border-radius: 0 0 8px 8px;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 1200px;
  height: 400px;
}

.zt-gqb-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-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg {
  width: 481px;
  height: 370px;
  background: url("/static/zt/img/zt_gqb_18.png") no-repeat left top;
  background-size: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg {
  width: 481px;
  height: 100%;
  position: relative;
}

.zt-gqb-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-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle {
  width: 700px;
  border-bottom: 1px solid #333;
  height: 80px;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name {
  font-weight: bold;
  color: #000;
  font-size: 42px;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zj {
  color: #D51D1B;
  font-size: 28px;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zjc {
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tftitle {
  color: #D51D1B;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}

.zt-gqb-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-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev:after {
  display: none;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next:after {
  display: none;
}

.zt-gqb-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-gqb-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-gqb-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-gqb-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-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .leftimg {
  width: 130px;
  height: 100px;
  background-size: 75% auto !important;
}

.zt-gqb-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-gqb-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-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item .right .py {
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active {
  height: 126px !important;
  border-bottom: 6px solid #FFCC5E !important;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active .leftimg {
  height: 110px !important;
}

.zt-gqb-body .teacher .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active .right {
  height: 110px !important;
}

.zt-gqb-body .haoping {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .haoping .content {
  width: 1200px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 130px;
}

.zt-gqb-body .haoping .content .swiper-container {
  width: 1100px;
  height: 500px;
}

.zt-gqb-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 366px;
  height: 472px;
}

.zt-gqb-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 366px;
  height: 472px;
}

.zt-gqb-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #F5CEA9;
}

.zt-gqb-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: #FB9737;
}

.zt-gqb-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-gqb-body .haoping .content .htitlebg p {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

.zt-gqb-body .haoping .content .hline {
  height: 8px;
  background-color: #FA9636;
  width: 1130px;
  position: absolute;
  left: 0;
  top: 98px;
}

.zt-gqb-body .xuzhi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqb-body .xuzhi .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 0;
}

.zt-gqb-body .xuzhi .content .xztitle {
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.zt-gqb-body .xuzhi .content .xzftitle {
  line-height: 44px;
  font-size: 32px;
  color: #fff;
  margin-bottom: 50px;
}

.zt-gqb-body .xuzhi .content .kfline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gqb-body .xuzhi .content .kfline .item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqb-body .xuzhi .content .kfline .item img {
  width: 200px;
  height: 200px;
}

.zt-gqb-body .xuzhi .content .kfline .item p {
  width: 100%;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.zt-gqbm-body {
  position: relative;
  background: url("/static/zt/img/zt_gqb_01.jpg") no-repeat top center;
  background-size: 10rem auto;
  background-repeat: no-repeat;
  background-position: 0 1rem;
  height: auto !important;
}

.zt-gqbm-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-gqbm-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-gqbm-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-gqbm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.zt-gqbm-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .bannerbg .content {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqbm-body .bannerbg .content .logoimg {
  width: 2.9rem;
  height: 0.88rem;
  content: url("/static/zt/img/zt_gqb_19.png");
}

.zt-gqbm-body .bannerbg .content .titleimg {
  margin-top: 0.3rem;
  width: 10rem;
  height: 7.54rem;
  content: url("/static/zt/img/zt_gqb_02.png");
}

.zt-gqbm-body .bannerbg .content .buybg {
  width: 6rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #F88184, #FE3136);
  box-shadow: 0 0 0.2rem 0.05rem #fdb6b4;
  display: flex;
}

.zt-gqbm-body .bannerbg .content .buybg .buytitle {
  font-size: 0.36rem;
  font-weight: blod;
  width: 100%;
  line-height: 1rem;
  color: #FFF0DC;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  cursor: pointer;
}

.zt-gqbm-body .partbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.6rem 0;
}

.zt-gqbm-body .partbg .xdmcontent {
  width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqbm-body .partbg .xdmcontent .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 7rem;
}

.zt-gqbm-body .partbg .xdmcontent .top .leftimg {
  width: 0.12rem;
  height: 0.54rem;
  content: url("/static/zt/img/zt_gqb_08.png");
}

.zt-gqbm-body .partbg .xdmcontent .top .rightimg {
  width: 0.12rem;
  height: 0.54rem;
  content: url("/static/zt/img/zt_gqb_08.png");
  transform: rotate(180deg);
}

.zt-gqbm-body .partbg .xdmcontent .top .xdmtitle {
  width: 2rem;
  font-size: 0.4rem;
  color: #FCED88;
  font-weight: bold;
  text-align: center;
}

.zt-gqbm-body .partbg .xdmcontent .top .xdmftitle {
  width: 4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.28rem;
  border-top: 1px dashed #fff;
  text-align: center;
}

.zt-gqbm-body .partbg .xdmcontent .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gqbm-body .partbg .xdmcontent .bottom .leftimg {
  width: 2.83rem;
  height: 0.1rem;
  content: url("/static/zt/img/zt_gqb_04.png");
}

.zt-gqbm-body .partbg .xdmcontent .bottom .rightimg {
  width: 2.83rem;
  height: 0.1rem;
  content: url("/static/zt/img/zt_gqb_04.png");
  transform: rotate(180deg);
}

.zt-gqbm-body .partbg .xdmcontent .bottom .xdmtitle {
  font-size: 0.12rem;
  color: #FCED88;
  padding: 0 0.05rem;
}

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

.zt-gqbm-body .spbg .xdmcontent {
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem {
  width: 4rem;
  height: 3.35rem;
  border-radius: 0.08rem;
  background-color: #FFF085;
  margin-bottom: 0.4rem;
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg {
  width: 3.92rem;
  height: 3.27rem;
  background-color: #fff;
  border-radius: 0.08rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.4rem 0;
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .topimg {
  width: 1.2rem;
  height: 1.2rem;
  content: url("/static/zt/img/zt_gqb_05.png");
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .topimg2 {
  width: 1.2rem;
  height: 1.2rem;
  content: url("/static/zt/img/zt_gqb_06.png");
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .topimg3 {
  width: 1.2rem;
  height: 1.2rem;
  content: url("/static/zt/img/zt_gqb_07.png");
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .topimg4 {
  width: 1.2rem;
  height: 1.2rem;
  content: url("/static/zt/img/zt_gqb_09.png");
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .bottomtext {
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .spbg .xdmcontent .xdmitem .nbg .bottomtext p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gqbm-body .tsbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .tsbg .xdmcontent {
  width: 9.5rem;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.1rem;
}

.zt-gqbm-body .tsbg .xdmcontent .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem {
  height: 5.63rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.1rem;
  background: linear-gradient(to bottom, #FCEAE6, #FCBFBA);
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem img {
  width: 3.9rem;
  height: 2.63rem;
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .img1 {
  content: url("/static/zt/img/zt_gqb_10.png");
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .img2 {
  content: url("/static/zt/img/zt_gqb_11.png");
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .img3 {
  content: url("/static/zt/img/zt_gqb_12.png");
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .img4 {
  content: url("/static/zt/img/zt_gqb_13.png");
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .xdmtitle {
  margin: 0.3rem 0;
  line-height: 0.64rem;
  font-size: 0.42rem;
  color: #333;
  width: 100%;
  text-align: center;
}

.zt-gqbm-body .tsbg .xdmcontent .top .xdmitem .btn {
  width: 3rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #D51D1D;
  font-size: 0.42rem;
  color: #fff;
  line-height: 1rem;
  letter-spacing: 1px;
  text-align: center;
}

.zt-gqbm-body .nrbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .nrbg .xdmcontent {
  width: 9.5rem;
  box-sizing: border-box;
  padding: 0.2rem;
  border: 0.1rem;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 0.1rem;
  justify-content: center;
  position: relative;
}

.zt-gqbm-body .nrbg .xdmcontent .mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqbm-body .nrbg .xdmcontent .mid .xdmitem {
  width: 4.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #F0B0B0;
  color: #333;
  font-size: 0.42rem;
  line-height: 0.6rem;
  text-align: center;
  margin: 0.1rem 0;
}

.zt-gqbm-body .nrbg .xdmcontent .xcsl {
  font-size: 0.6rem;
  font-weight: bold;
  color: #C2C0EF;
  position: absolute;
  left: 1.2rem;
  top: 0.5rem;
}

.zt-gqbm-body .nrbg .xdmcontent .xcsl2 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #786187;
  position: absolute;
  right: 0.8rem;
  top: 0.5rem;
}

.zt-gqbm-body .nrbg .xdmcontent .leftimg {
  width: 3.95rem;
  height: 3.19rem;
  content: url("/static/zt/img/zt_gqb_16.png");
  position: absolute;
  left: 0.2rem;
  top: 1rem;
}

.zt-gqbm-body .nrbg .xdmcontent .rightimg {
  width: 2.88rem;
  height: 2.86rem;
  content: url("/static/zt/img/zt_gqb_17.png");
  position: absolute;
  right: 20px;
  bottom: 0;
}

.zt-gqbm-body .apbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .apbg .xdmcontent {
  width: 9.5rem;
  box-sizing: border-box;
  padding: 0.2rem;
  border: 0.1rem;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 0.1rem;
  justify-content: center;
}

.zt-gqbm-body .apbg .xdmcontent table {
  width: 100%;
  border-collapse: collapse;
  /* 合并表格边框 */
  border: 1px solid #D51D1D;
  /* 设置表格边框 */
}

.zt-gqbm-body .apbg .xdmcontent table td, .zt-gqbm-body .apbg .xdmcontent table th {
  border: 1px solid #D51D1D;
  /* 设置表格内元素边框 */
}

.zt-gqbm-body .apbg .xdmcontent th {
  color: #fff;
  background-color: #D51D1D;
  padding: 0.2rem;
  font-size: 0.32rem;
  font-weight: normal;
  text-align: center;
}

.zt-gqbm-body .apbg .xdmcontent td {
  color: #000;
  font-size: 0.28rem;
  padding: 0.2rem 0;
  text-align: center;
}

.zt-gqbm-body .buybg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .buybg .xdmcontent {
  width: 9.5rem;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  border: 0.1rem;
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.1rem;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.zt-gqbm-body .buybg .xdmcontent .hot {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  content: url("/static/zt/img/zt_gqb_20.png");
}

.zt-gqbm-body .buybg .xdmcontent .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.4rem;
}

.zt-gqbm-body .buybg .xdmcontent .left .top {
  font-size: 0.42rem;
  font-weight: bold;
  color: #D51D1D;
  line-height: 0.8rem;
  letter-spacing: 3px;
}

.zt-gqbm-body .buybg .xdmcontent .left .bottom {
  text-align: center;
  font-size: 0.24rem;
  color: #D51D1D;
  line-height: 0.6rem;
  border-top: 1px solid #D51D1D;
  border-bottom: 1px solid #D51D1D;
}

.zt-gqbm-body .buybg .xdmcontent .left .buybg {
  width: 6rem;
  height: 1rem;
  border-radius: 0.52rem;
  background: linear-gradient(to bottom, #F88184, #FE3136);
  display: flex;
  margin-top: 0.2rem;
}

.zt-gqbm-body .buybg .xdmcontent .left .buybg .buytitle {
  font-size: 0.48rem;
  font-weight: blod;
  width: 100%;
  line-height: 1rem;
  color: #FFF0DC;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  cursor: pointer;
}

.zt-gqbm-body .buybg .xdmcontent .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqbm-body .buybg .xdmcontent .right img {
  width: 9rem;
  content: url("/static/zt/img/zt_gqb_kf.png");
}

.zt-gqbm-body .buybg .xdmcontent .right p {
  font-size: 0.42rem;
  color: #D51D1D;
  line-height: 0.6rem;
}

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

.zt-gqbm-body .teacher .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
}

.zt-gqbm-body .teacher .content .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt-gqbm-body .teacher .content .line1 .item {
  height: 0.8rem;
  width: 2.9rem;
  background: url("/static/zt/img/zt_gqb_27.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-gqbm-body .teacher .content .line1 .item p {
  color: #D51D1D;
  font-size: 0.4rem;
}

.zt-gqbm-body .teacher .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg {
  width: 9.5rem;
  height: 12rem;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container {
  width: 9.5rem;
  height: 12rem;
  /*去掉默认样式*/
  /*自定义样式*/
}

.zt-gqbm-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-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 9.5rem;
  height: 12rem;
}

.zt-gqbm-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-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg {
  width: 3rem;
  height: 4.5rem;
  background: url("/static/zt/img/zt_gqb_18.png") no-repeat left top;
  background-size: 3rem 4.5rem;
  position: absolute;
  right: 0;
  bottom: 7rem;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .timgbg .nbg {
  width: 3rem;
  height: 100%;
  position: relative;
}

.zt-gqbm-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-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle {
  width: 6.6rem;
  border-bottom: 1px solid #333;
  height: 0.8rem;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name {
  font-weight: bold;
  color: #000;
  font-size: 0.42rem;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zj {
  color: #D51D1D;
  font-size: 0.28rem;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .ttitle .name .zjc {
  color: #000;
  font-size: 0.22rem;
  font-weight: normal;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .tftitle {
  color: #D51D1D;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.5rem;
}

.zt-gqbm-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-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-prev:after {
  display: none;
}

.zt-gqbm-body .teacher .content .line2 .swiperbg .swiper-container .swiper-button-next:after {
  display: none;
}

.zt-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-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-gqbm-body .haoping {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .haoping .content {
  width: 9.5rem;
  border-radius: 0.08rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0.05rem #fdb6b4;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1.3rem;
}

.zt-gqbm-body .haoping .content .swiper-container {
  width: 9rem;
  height: 6rem;
}

.zt-gqbm-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 4rem;
  height: 5.16rem;
}

.zt-gqbm-body .haoping .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 4rem;
  height: 5.16rem;
}

.zt-gqbm-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background: #F5CEA9;
}

.zt-gqbm-body .haoping .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #FB9737;
}

.zt-gqbm-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-gqbm-body .haoping .content .htitlebg p {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
}

.zt-gqbm-body .haoping .content .hline {
  height: 0.08rem;
  background-color: #FA9636;
  width: 8rem;
  position: absolute;
  left: 0;
  top: 0.98rem;
}

.zt-gqbm-body .xuzhi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gqbm-body .xuzhi .content {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem 0;
}

.zt-gqbm-body .xuzhi .content .xztitle {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}

.zt-gqbm-body .xuzhi .content .xzftitle {
  line-height: 0.44rem;
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.zt-gqbm-body .xuzhi .content .kfline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5rem;
}

.zt-gqbm-body .xuzhi .content .kfline .item {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gqbm-body .xuzhi .content .kfline .item img {
  width: 2rem;
  height: 2rem;
}

.zt-gqbm-body .xuzhi .content .kfline .item p {
  width: 100%;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
}

.zt-gass-body {
  position: relative;
  background: url("/static/zt/img/zt_gass_31.jpg") no-repeat top center;
  background-size: 1920px 7000px;
  background-repeat: no-repeat;
  background-position: 0 40px;
  background-position-x: center;
}

.zt-gass-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-gass-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-gass-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-gass-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

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

.zt-gass-body .cbnav {
  z-index: 99;
  width: 170px;
  position: fixed;
  box-sizing: border-box;
  right: 20px;
  top: calc(50% - 250px);
}

.zt-gass-body .cbnav .xdmcontent {
  width: 170px;
  position: relative;
  box-sizing: border-box;
  border: 8px solid #0255F9;
  display: flex;
  flex-direction: column;
  border-radius: 85px;
  background: linear-gradient(to bottom, #1CCDFF, #0678FF);
  padding: 180px 0 60px 0;
  align-items: center;
}

.zt-gass-body .cbnav .xdmcontent .navlogo {
  width: 262px;
  height: 274px;
  position: absolute;
  left: -58px;
  top: -100px;
  content: url("/static/zt/img/zt_gass_29.png");
}

.zt-gass-body .cbnav .xdmcontent .backtop {
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  border: 4px solid #0555FF;
  position: absolute;
  bottom: -40px;
  left: 40px;
  background-color: #109CFD;
  border-radius: 40px;
}

.zt-gass-body .cbnav .xdmcontent .item {
  height: 34px;
  width: 130px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 17px;
  font-size: 18px;
  background-color: #0980FE;
  text-decoration: none;
  cursor: pointer;
}

.zt-gass-body .cbnav .xdmcontent .itemline {
  height: 2px;
  width: 130px;
  border-bottom: 1px dashed #0980FE;
  margin: 10px 0;
}

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

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

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

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

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

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

.zt-gass-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .bannerbg .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gass-body .bannerbg .content .logoimg {
  margin-top: 20px;
  width: 1093px;
  height: 152px;
  content: url("/static/zt/img/zt_gass_32.png");
}

.zt-gass-body .bannerbg .content .titleimg {
  width: 1094px;
  height: 409px;
  content: url("/static/zt/img/zt_gass_33.png");
}

.zt-gass-body .partbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}

.zt-gass-body .partbg .xdmcontent {
  width: 694px;
  height: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("/static/zt/img/zt_gass_34.png") no-repeat top center;
  background-size: 694px 91px;
  background-repeat: no-repeat;
}

.zt-gass-body .partbg .xdmcontent .gatitle {
  width: 694px;
  height: 90px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 90px;
  letter-spacing: 3px;
}

.zt-gass-body .apbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .apbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-gass-body .apbg .xdmcontent .top {
  width: 1217px;
  height: 71px;
  background: url("/static/zt/img/zt_gass_1.png") no-repeat top center;
  background-size: 1217px 71px;
  background-repeat: no-repeat;
}

.zt-gass-body .apbg .xdmcontent .mid {
  width: 1217px;
  background: url("/static/zt/img/zt_gass_2.png") no-repeat top center;
  background-size: 1217px 100%;
  background-repeat: no-repeat;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zt-gass-body .apbg .xdmcontent .mid .line1 {
  height: 100px;
  width: 1000px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gass-body .apbg .xdmcontent .mid .line1 .img1 {
  width: 69px;
  height: 77px;
  content: url("/static/zt/img/zt_gass_4.png");
}

.zt-gass-body .apbg .xdmcontent .mid .line1 .img2 {
  width: 69px;
  height: 77px;
  content: url("/static/zt/img/zt_gass_5.png");
}

.zt-gass-body .apbg .xdmcontent .mid .line1 .xdmtitle {
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  color: #fff;
  padding-left: 20px;
}

.zt-gass-body .apbg .xdmcontent .mid .line2 {
  height: 1px;
  width: 920px;
  background-color: #40E9F9;
  margin-top: 20px;
}

.zt-gass-body .apbg .xdmcontent .mid .line3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .apbg .xdmcontent .mid .line3 .left {
  width: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt-gass-body .apbg .xdmcontent .mid .line3 .left .item {
  width: 200px;
  margin-right: 40px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.zt-gass-body .apbg .xdmcontent .mid .line3 .right {
  width: 500px;
  content: url("/static/zt/img/zt_gass_35.png");
}

.zt-gass-body .apbg .xdmcontent .bottom {
  width: 1217px;
  height: 62px;
  background: url("/static/zt/img/zt_gass_3.png") no-repeat top center;
  background-size: 1217px 62px;
  background-repeat: no-repeat;
}

.zt-gass-body .nrbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .nrbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-gass-body .nrbg .xdmcontent .top {
  width: 1217px;
  height: 71px;
  background: url("/static/zt/img/zt_gass_1.png") no-repeat top center;
  background-size: 1217px 71px;
  background-repeat: no-repeat;
}

.zt-gass-body .nrbg .xdmcontent .mid {
  width: 1217px;
  background: url("/static/zt/img/zt_gass_2.png") no-repeat top center;
  background-size: 1217px 100%;
  background-repeat: no-repeat;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  padding-left: 108px;
  box-sizing: border-box;
}

.zt-gass-body .nrbg .xdmcontent .mid .line1 {
  width: 1000px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.zt-gass-body .nrbg .xdmcontent .mid .line1 .img1 {
  width: 121px;
  height: 121px;
  content: url("/static/zt/img/zt_gass_6.png");
}

.zt-gass-body .nrbg .xdmcontent .mid .line1 .xdmtitle {
  line-height: 50px;
  font-size: 32px;
  color: #fff;
  padding-left: 20px;
}

.zt-gass-body .nrbg .xdmcontent .mid .line2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.zt-gass-body .nrbg .xdmcontent .mid .line2 .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gass-body .nrbg .xdmcontent .mid .line2 .item img {
  width: 180px;
  height: 180px;
}

.zt-gass-body .nrbg .xdmcontent .mid .line2 .item .imgtitle {
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.zt-gass-body .nrbg .xdmcontent .mid .xdmtitle2 {
  line-height: 100px;
  font-size: 36px;
  color: #fff;
  padding-left: 141px;
  font-weight: bold;
}

.zt-gass-body .nrbg .xdmcontent .bottom {
  width: 1217px;
  height: 62px;
  background: url("/static/zt/img/zt_gass_3.png") no-repeat top center;
  background-size: 1217px 62px;
  background-repeat: no-repeat;
}

.zt-gass-body .kcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .kcbg .xdmcontent {
  width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zt-gass-body .kcbg .xdmcontent .top {
  width: 1196px;
  height: 76px;
  background: url("/static/zt/img/zt_gass_7.png") no-repeat top center;
  background-size: 1196px 76px;
  background-repeat: no-repeat;
}

.zt-gass-body .kcbg .xdmcontent .mid {
  width: 1198px;
  background: url("/static/zt/img/zt_gass_8.png") no-repeat top center;
  background-size: 1198px 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
}

.zt-gass-body .kcbg .xdmcontent .mid table {
  border-collapse: collapse;
  /*合并边框*/
  border-color: white;
  /*设置边框颜色*/
}

.zt-gass-body .kcbg .xdmcontent .mid td, .zt-gass-body .kcbg .xdmcontent .mid th {
  border: 1px solid white;
  /*设置单元格边框*/
  color: #fff;
  padding: 12px 0;
  text-align: center;
}

.zt-gass-body .kcbg .xdmcontent .mid .lines {
  width: 2px;
  height: calc(100% - 300px);
  border-left: 2px dashed #3FEAFB;
  position: absolute;
  left: 84px;
  top: 90px;
  z-index: 1;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmtitle {
  background: url("/static/zt/img/zt_gass_10.png") no-repeat top center;
  background-size: 632px 100px;
  background-repeat: no-repeat;
  width: 632px;
  height: 100px;
  display: flex;
  flex-direction: row;
  margin-left: -10px;
  z-index: 2;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmtitle .xdmnum {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 36px;
  font-weight: bold;
  color: #FEE407;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmtitle .xdmftitle {
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  font-weight: bold;
  color: #FEE407;
  padding-left: 10px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #00097E;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #1C51DF;
  margin-top: 40px;
  z-index: 2;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .youhui {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .btns {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .btns .btn1 {
  height: 60px;
  width: 315px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #2A292B;
  letter-spacing: 2px;
  background: url("/static/zt/img/zt_gass_17.png") no-repeat top center;
  background-size: 315px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .btns .btn2 {
  margin-left: 60px;
  height: 60px;
  width: 315px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #2A292B;
  letter-spacing: 2px;
  background: url("/static/zt/img/zt_gass_18.png") no-repeat top center;
  background-size: 315px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .xdmitem {
  width: 180px;
  height: 157px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .xdmitem p {
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 78px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img1 {
  background: url("/static/zt/img/zt_gass_11.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img2 {
  background: url("/static/zt/img/zt_gass_12.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
  margin-top: 90px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img3 {
  background: url("/static/zt/img/zt_gass_13.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img4 {
  background: url("/static/zt/img/zt_gass_14.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
  margin-top: 90px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img5 {
  background: url("/static/zt/img/zt_gass_15.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc .plline .img6 {
  background: url("/static/zt/img/zt_gass_16.png") no-repeat top center;
  background-size: 180px 157px;
  background-repeat: no-repeat;
  margin-top: 90px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(1) {
  position: absolute;
  left: -5px;
  top: -5px;
  padding: 15px;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 5px 0 0 5px;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(2) {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 15px;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 5px 5px 0 0;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(3) {
  position: absolute;
  right: -5px;
  bottom: -5px;
  padding: 15px;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0 5px 5px 0;
}

.zt-gass-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(4) {
  position: absolute;
  left: -5px;
  bottom: -5px;
  padding: 15px;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0 0 5px 5px;
}

.zt-gass-body .kcbg .xdmcontent .bottom {
  width: 1198px;
  height: 64px;
  background: url("/static/zt/img/zt_gass_9.png") no-repeat top center;
  background-size: 1198px 64px;
  background-repeat: no-repeat;
}

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

.zt-gass-body .teacherbg .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.zt-gass-body .teacherbg .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg {
  width: 1200px;
  height: 750px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container {
  width: 1200px;
  height: 750px;
  background: url("/static/zt/img/zt_gass_19.png") no-repeat top center;
  background-size: 1200px 500px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 1200px;
  height: 500px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide {
  width: 1200px;
  height: 500px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 60px 60px 0 60px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .leftimg {
  width: 320px;
  height: 380px;
  background-size: auto;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right {
  display: flex;
  flex-direction: column;
  width: 680px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .name {
  height: 56px;
  box-sizing: border-box;
  padding-left: 10px;
  border-left: 10px solid #FDE405;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .labelline {
  height: 40px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .labelline .labelitem {
  height: 40px;
  background: #fff;
  line-height: 40px;
  padding: 0 10px;
  font-size: 22px;
  color: #081EA2;
  margin-right: 4px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .des {
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: lighter;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .btns {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .btns .btn1 {
  height: 37px;
  width: 228px;
  text-decoration: none;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  color: #2A292B;
  letter-spacing: 2px;
  background: url("/static/zt/img/zt_gass_21.png") no-repeat top center;
  background-size: 228px 37px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-pagination {
  background: url("/static/zt/img/zt_gass_20.png") no-repeat top center;
  background-size: 1200px 250px;
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  padding: 0 30px 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item {
  cursor: pointer;
  width: 110px;
  height: 160px;
  border: 1px solid #40E9F9;
}

.zt-gass-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-pagination .swiper-p-item-active {
  width: 116px !important;
  height: 170px !important;
}

.zt-gass-body .szbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gass-body .szbg .xdmcontent {
  width: 1200px;
}

.zt-gass-body .szbg .xdmcontent img {
  width: 1200px;
  height: 705px;
  content: url("/static/zt/img/zt_gass_22.png");
}

.zt-gass-body .wzbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.zt-gass-body .wzbg .xdmcontent {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.zt-gass-body .wzbg .xdmcontent img {
  width: 1088px;
  height: 93px;
  content: url("/static/zt/img/zt_gass_30.png");
}

.zt-gassm-body {
  position: relative;
  background: url("/static/zt/img/zt_gass_31.jpg") no-repeat top center;
  background-size: 10rem auto;
  background-repeat: no-repeat;
  background-position: 0 1rem;
  background-position-x: center;
  background-color: #020E86;
}

.zt-gassm-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-gassm-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-gassm-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-gassm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.zt-gassm-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .bannerbg .content {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gassm-body .bannerbg .content .logoimg {
  margin-top: 2rem;
  width: 9rem;
  height: 1.25rem;
  content: url("/static/zt/img/zt_gass_32.png");
}

.zt-gassm-body .bannerbg .content .titleimg {
  width: 9rem;
  height: 3.365rem;
  content: url("/static/zt/img/zt_gass_33.png");
}

.zt-gassm-body .partbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.6rem 0;
}

.zt-gassm-body .partbg .xdmcontent {
  width: 6.94rem;
  height: 0.91rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("/static/zt/img/zt_gass_34.png") no-repeat top center;
  background-size: 6.94rem 0.91rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .partbg .xdmcontent .gatitle {
  width: 6.94rem;
  height: 0.9rem;
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.9rem;
  letter-spacing: 3px;
}

.zt-gassm-body .apbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .apbg .xdmcontent {
  width: 10rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.1rem;
}

.zt-gassm-body .apbg .xdmcontent .top {
  width: 9.8rem;
  height: 0.57rem;
  background: url("/static/zt/img/zt_gass_1.png") no-repeat top center;
  background-size: 9.8rem 0.57rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .apbg .xdmcontent .mid {
  width: 9.8rem;
  background: url("/static/zt/img/zt_gass_2.png") no-repeat top center;
  background-size: 9.8rem 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 0.5rem;
}

.zt-gassm-body .apbg .xdmcontent .mid .line1 {
  height: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-gassm-body .apbg .xdmcontent .mid .line1 .img1 {
  width: 0.69rem;
  height: 0.77rem;
  content: url("/static/zt/img/zt_gass_4.png");
}

.zt-gassm-body .apbg .xdmcontent .mid .line1 .img2 {
  width: 0.69rem;
  height: 0.77rem;
  content: url("/static/zt/img/zt_gass_5.png");
}

.zt-gassm-body .apbg .xdmcontent .mid .line1 .xdmtitle {
  height: 1rem;
  line-height: 1rem;
  font-size: 36zpx;
  color: #fff;
  padding-left: 0.2rem;
}

.zt-gassm-body .apbg .xdmcontent .mid .line2 {
  height: 1px;
  width: 8rem;
  background-color: #40E9F9;
  margin-top: 0.2rem;
}

.zt-gassm-body .apbg .xdmcontent .mid .line3 {
  width: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .apbg .xdmcontent .mid .line3 .left {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zt-gassm-body .apbg .xdmcontent .mid .line3 .left .item {
  width: 2.4rem;
  margin-right: 0.15rem;
  height: 0.5rem;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.zt-gassm-body .apbg .xdmcontent .mid .line3 .right {
  width: 6rem;
  content: url("/static/zt/img/zt_gass_35.png");
}

.zt-gassm-body .apbg .xdmcontent .bottom {
  width: 9.8rem;
  height: 0.5rem;
  background: url("/static/zt/img/zt_gass_3.png") no-repeat top center;
  background-size: 9.8rem 0.5rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .nrbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .nrbg .xdmcontent {
  width: 10rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 0.1rem;
}

.zt-gassm-body .nrbg .xdmcontent .top {
  width: 9.8rem;
  height: 0.57rem;
  background: url("/static/zt/img/zt_gass_1.png") no-repeat top center;
  background-size: 9.8rem 0.57rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .nrbg .xdmcontent .mid {
  width: 9.8rem;
  background: url("/static/zt/img/zt_gass_2.png") no-repeat top center;
  background-size: 9.8rem 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 0.2rem;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line1 .img1 {
  width: 1.21rem;
  height: 1.21rem;
  content: url("/static/zt/img/zt_gass_6.png");
}

.zt-gassm-body .nrbg .xdmcontent .mid .line1 .xdmtitle {
  line-height: 0.5rem;
  font-size: 0.32rem;
  color: #fff;
  padding-left: 0.2rem;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line2 .item {
  width: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line2 .item img {
  width: 1.8rem;
  height: 1.8rem;
}

.zt-gassm-body .nrbg .xdmcontent .mid .line2 .item .imgtitle {
  width: 100%;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
}

.zt-gassm-body .nrbg .xdmcontent .mid .xdmtitle2 {
  line-height: 1rem;
  font-size: 0.36rem;
  color: #fff;
  padding-left: 1.41rem;
  font-weight: bold;
}

.zt-gassm-body .nrbg .xdmcontent .bottom {
  width: 9.8rem;
  height: 0.5rem;
  background: url("/static/zt/img/zt_gass_3.png") no-repeat top center;
  background-size: 9.8rem 0.5rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .kcbg .xdmcontent {
  width: 10rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 0.1rem;
}

.zt-gassm-body .kcbg .xdmcontent .top {
  width: 9.8rem;
  height: 0.62rem;
  background: url("/static/zt/img/zt_gass_7.png") no-repeat top center;
  background-size: 9.8rem 0.62rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg .xdmcontent .mid {
  width: 9.8rem;
  background: url("/static/zt/img/zt_gass_8.png") no-repeat top center;
  background-size: 9.8rem 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem;
  position: relative;
}

.zt-gassm-body .kcbg .xdmcontent .mid table {
  border-collapse: collapse;
  /*合并边框*/
  border-color: white;
  /*设置边框颜色*/
}

.zt-gassm-body .kcbg .xdmcontent .mid td, .zt-gassm-body .kcbg .xdmcontent .mid th {
  border: 1px solid white;
  /*设置单元格边框*/
  color: #fff;
  padding: 0.12rem 0;
  text-align: center;
}

.zt-gassm-body .kcbg .xdmcontent .mid .lines {
  width: 2px;
  height: calc(100% - 3rem);
  border-left: 2px dashed #3FEAFB;
  position: absolute;
  left: 0.84rem;
  top: 0.9rem;
  z-index: 1;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmtitle {
  background: url("/static/zt/img/zt_gass_10.png") no-repeat top center;
  background-size: 6.32rem 1rem;
  background-repeat: no-repeat;
  width: 6.32rem;
  height: 1rem;
  display: flex;
  flex-direction: row;
  margin-left: -0.1rem;
  z-index: 2;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmtitle .xdmnum {
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FEE407;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0.1rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmtitle .xdmftitle {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FEE407;
  padding-left: 0.1rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #00097E;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #1C51DF;
  margin-top: 0.4rem;
  z-index: 2;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .youhui {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem;
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #fff;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .btns {
  width: 100%;
  padding: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .btns .btn1 {
  height: 0.6rem;
  width: 3.15rem;
  text-decoration: none;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  color: #2A292B;
  letter-spacing: 2px;
  background: url("/static/zt/img/zt_gass_17.png") no-repeat top center;
  background-size: 3.15rem 0.6rem;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .btns .btn2 {
  margin-left: 0.6rem;
  height: 0.6rem;
  width: 3.15rem;
  text-decoration: none;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  color: #2A292B;
  letter-spacing: 2px;
  background: url("/static/zt/img/zt_gass_18.png") no-repeat top center;
  background-size: 3.15rem 0.6rem;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .xdmitem {
  width: 2.8rem;
  height: 2.44rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .xdmitem p {
  line-height: 0.5rem;
  font-size: 0.38rem;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 1.2rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img1 {
  background: url("/static/zt/img/zt_gass_11.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img2 {
  background: url("/static/zt/img/zt_gass_12.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
  margin-top: 0.9rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img3 {
  background: url("/static/zt/img/zt_gass_13.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img4 {
  background: url("/static/zt/img/zt_gass_14.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img5 {
  background: url("/static/zt/img/zt_gass_15.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
  margin-top: 0.9rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc .plline .img6 {
  background: url("/static/zt/img/zt_gass_16.png") no-repeat top center;
  background-size: 2.8rem 2.44rem;
  background-repeat: no-repeat;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(1) {
  position: absolute;
  left: -0.05rem;
  top: -0.05rem;
  padding: 0.15rem;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0.05rem 0 0 0.05rem;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(2) {
  position: absolute;
  right: -0.05rem;
  top: -0.05rem;
  padding: 0.15rem;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0.05rem 0.05rem 0 0;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(3) {
  position: absolute;
  right: -0.05rem;
  bottom: -0.05rem;
  padding: 0.15rem;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0 0.05rem 0.05rem 0;
}

.zt-gassm-body .kcbg .xdmcontent .mid .xdmnc span:nth-child(4) {
  position: absolute;
  left: -0.05rem;
  bottom: -0.05rem;
  padding: 0.15rem;
  border-style: solid;
  border-color: #1C51DF;
  border-width: 0 0 0.05rem 0.05rem;
}

.zt-gassm-body .kcbg .xdmcontent .bottom {
  width: 9.8rem;
  height: 0.52rem;
  background: url("/static/zt/img/zt_gass_9.png") no-repeat top center;
  background-size: 9.8rem 0.52rem;
  background-repeat: no-repeat;
}

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

.zt-gassm-body .teacherbg .content {
  width: 10rem;
  display: flex;
  flex-direction: column;
  padding-left: 0.1rem;
}

.zt-gassm-body .teacherbg .content .line2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg {
  width: 9.8rem;
  height: 8rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container {
  width: 9.8rem;
  height: 8rem;
  background: url("/static/zt/img/zt_gass_19.png") no-repeat top center;
  background-size: 9.8rem 8rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper {
  width: 9.8rem;
  height: 8rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide {
  width: 9.8rem;
  height: 8rem;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.6rem 0.6rem 0 0.6rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .leftimg {
  width: 3.2rem;
  height: 5rem;
  margin-top: 0.5rem;
  background-size: 3.2rem auto !important;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right {
  display: flex;
  flex-direction: column;
  width: 6.8rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .name {
  height: 0.56rem;
  box-sizing: border-box;
  padding-left: 0.1rem;
  border-left: 0.1rem solid #FDE405;
  line-height: 0.56rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.42rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .labelline {
  height: 0.4rem;
  margin: 0.1rem 0;
  display: flex;
  flex-direction: row;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .labelline .labelitem {
  height: 0.4rem;
  background: #fff;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  color: #081EA2;
  margin-right: 0.04rem;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .des {
  padding: 0.1rem 0;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
  font-weight: lighter;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .btns {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.zt-gassm-body .teacherbg .content .line2 .swiperbg .swiper-container .swiper-wrapper .swiper-slide .right .btns .btn1 {
  height: 0.6rem;
  width: 4rem;
  text-decoration: none;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  color: #2A292B;
  letter-spacing: 0.02rem;
  background: url("/static/zt/img/zt_gass_21.png") no-repeat top center;
  background-size: 4rem 0.6rem;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 0.1rem;
}

.zt-gassm-body .szbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .szbg .xdmcontent {
  width: 10rem;
}

.zt-gassm-body .szbg .xdmcontent img {
  width: 10rem;
  height: 5.875rem;
  content: url("/static/zt/img/zt_gass_22.png");
}

.zt-gassm-body .wzbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.zt-gassm-body .wzbg .xdmcontent {
  width: 8rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-gassm-body .wzbg .xdmcontent img {
  width: 8rem;
  content: url("/static/zt/img/zt_gass_30.png");
}

.zt-qmnh-body {
  position: relative;
  background: url("/static/zt/img/zt_qmnh_0.jpg") no-repeat top center;
  background-size: 100% 7000px;
  background-repeat: no-repeat;
  background-position: 0 40px;
  background-position-x: center;
  overflow-x: hidden;
}

.zt-qmnh-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;
  left: 0;
  top: 0;
}

.zt-qmnh-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-qmnh-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-qmnh-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

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

.zt-qmnh-body .dengjibg {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.zt-qmnh-body .dengjibg .djcontent {
  width: 500px;
  height: 370px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  background-color: #FEEBCB;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.zt-qmnh-body .dengjibg .djcontent .closebtn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -34px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 20px;
}

.zt-qmnh-body .dengjibg .djcontent .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 24px;
  color: #333;
}

.zt-qmnh-body .dengjibg .djcontent .title span {
  color: #CE231C;
  font-weight: bold;
  font-size: 26px;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel .labeltitle {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  width: 80px;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel input {
  margin-top: 10px;
  width: 180px;
  height: 30px;
  border: 1px solid #CE231C;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 4px;
  background-color: #FEEBCB;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel textarea {
  margin-top: 10px;
  width: 180px;
  height: 90px;
  border: 1px solid #CE231C;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  background-color: #FEEBCB;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel textarea:hover {
  border: 2px solid #CE231C;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel textarea:focus {
  outline: none;
  border: 2px solid #CE231C !important;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel input:hover {
  border: 2px solid #CE231C;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel input:focus {
  outline: none;
  border: 2px solid #CE231C !important;
}

.zt-qmnh-body .dengjibg .djcontent .inputlabel .codebtn {
  margin-top: 10px;
  width: 120px;
  box-sizing: border-box;
  text-align: center;
  height: 30px;
  border-radius: 8px;
  line-height: 30px;
  background-color: #CE231C;
  color: #fff;
  padding: 0;
  margin-left: 20px;
}

.zt-qmnh-body .dengjibg .djcontent .handbtn {
  margin-top: 10px;
  width: 240px;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  border-radius: 8px;
  line-height: 40px;
  background-color: #CE231C;
  color: #fff;
  padding: 0;
  font-size: 20px;
  border: none;
}

.zt-qmnh-body .cbnav {
  z-index: 99;
  width: 170px;
  position: fixed;
  box-sizing: border-box;
  right: 20px;
  top: calc(50% - 250px);
}

.zt-qmnh-body .cbnav .xdmcontent {
  width: 170px;
  position: relative;
  box-sizing: border-box;
  border: 8px solid #0255F9;
  display: flex;
  flex-direction: column;
  border-radius: 85px;
  background: linear-gradient(to bottom, #1CCDFF, #0678FF);
  padding: 180px 0 60px 0;
  align-items: center;
}

.zt-qmnh-body .cbnav .xdmcontent .navlogo {
  width: 262px;
  height: 274px;
  position: absolute;
  left: -58px;
  top: -100px;
  content: url("/static/zt/img/zt_gass_29.png");
}

.zt-qmnh-body .cbnav .xdmcontent .backtop {
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  border: 4px solid #0555FF;
  position: absolute;
  bottom: -40px;
  left: 40px;
  background-color: #109CFD;
  border-radius: 40px;
}

.zt-qmnh-body .cbnav .xdmcontent .item {
  height: 34px;
  width: 130px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 17px;
  font-size: 18px;
  background-color: #0980FE;
  text-decoration: none;
  cursor: pointer;
}

.zt-qmnh-body .cbnav .xdmcontent .itemline {
  height: 2px;
  width: 130px;
  border-bottom: 1px dashed #0980FE;
  margin: 10px 0;
}

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

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

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

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

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

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

.zt-qmnh-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-qmnh-body .bannerbg .logotitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1795px;
  background: url("/static/zt/img/zt_qmnh_1.png") no-repeat top center;
  background-size: 1920px 1795px;
  background-repeat: no-repeat;
  background-position-x: center;
  box-sizing: border-box;
}

.zt-qmnh-body .bannerbg .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-qmnh-body .bannerbg .content .titleimg {
  width: 691px;
  height: 210px;
  content: url("/static/zt/img/zt_qmnh_2.png");
  margin-top: 640px;
  animation: animated-zoomInOut 2s infinite;
}

.zt-qmnh-body .bannerbg .content .leftdl {
  width: 468px;
  height: 861px;
  position: absolute;
  left: -300px;
  top: 320px;
  content: url("/static/zt/img/zt_qmnh_5.png");
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .bannerbg .content .rightdl {
  width: 468px;
  height: 861px;
  position: absolute;
  right: -300px;
  top: 320px;
  content: url("/static/zt/img/zt_qmnh_4.png");
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .bannerbg .content .boximg {
  width: 1170px;
  height: 1104px;
  content: url("/static/zt/img/zt_qmnh_3.png");
  margin-top: -100px;
}

.zt-qmnh-body .wishcontent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-qmnh-body .wishcontent .content {
  width: 1472px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 3255px;
  background: url("/static/zt/img/zt_qmnh_21.png") no-repeat top center;
  background-size: 1472px 3255px;
}

.zt-qmnh-body .wishcontent .content .bgtop {
  width: 1600px;
  height: 456px;
  background: url("/static/zt/img/zt_qmnh_7.png") no-repeat top center;
  background-size: 1600px 456px;
  background-repeat: no-repeat;
  position: absolute;
  left: -64px;
  top: -150px;
}

.zt-qmnh-body .wishcontent .content .bgleft {
  width: 366px;
  height: 706px;
  background: url("/static/zt/img/zt_qmnh_8.png") no-repeat top center;
  background-size: 366px 706px;
  background-repeat: no-repeat;
  position: absolute;
  left: -220px;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .wishcontent .content .bgright {
  width: 346px;
  height: 706px;
  background: url("/static/zt/img/zt_qmnh_9.png") no-repeat top center;
  background-size: 346px 706px;
  background-repeat: no-repeat;
  position: absolute;
  right: -230px;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .wishcontent .content .bgmid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 300px;
}

.zt-qmnh-body .wishcontent .content .bgmid .midtitle {
  height: 100px;
  font-size: 60px;
  color: #FDEBC3;
  line-height: 100px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.zt-qmnh-body .wishcontent .content .bgmid .midftitle {
  height: 60px;
  font-size: 36px;
  color: #FDEBC3;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.zt-qmnh-body .wishcontent .content .bgmid .midftitle span {
  font-weight: bold;
  font-size: 48px !important;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg {
  width: 1280px;
  border-radius: 24px;
  border: 4px solid #F0DBB0;
  background: linear-gradient(to right, #E61511, #FA6352, #E61511);
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg {
  position: absolute;
  right: 40px;
  top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item .qrcode {
  width: 180px;
  height: 180px;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item .dm {
  background: url("https://www.xduim.com/static/home/img/home-kefu-damei.jpg") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item .xg {
  background: url("https://www.xduim.com/static/home/img/home-kefu-xg.jpg") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item .xs {
  background: url("https://www.xduim.com/static/home/img/home-kefu-xiaochuan.png") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .kefubg .item .name {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #FFD7A0;
  width: 100%;
  text-align: center;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .gztitle {
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 6px;
  color: #FDEBC3;
  line-height: 40px;
}

.zt-qmnh-body .wishcontent .content .bgmid .gzbg .gzftitle {
  width: 100%;
  font-size: 20px;
  color: #FDEBC3;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
}

.zt-qmnh-body .wishcontent .content .bgmid .wishbtnbg {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 100px;
}

.zt-qmnh-body .wishcontent .content .bgmid .wishbtnbg .item {
  width: 260px;
  background-color: #FCD379;
  height: 70px;
  border-radius: 35px;
  box-sizing: border-box;
  line-height: 70px;
  font-weight: bold;
  font-size: 32px;
  color: #BE1800;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.zt-qmnh-body .wishcontent .content .bgmid .wishbtnbg .item:hover {
  transform: scale(1.1);
}

.zt-qmnh-body .wishcontent .content .bgmid .gdbg {
  width: 1380px;
  height: 798px;
  box-sizing: border-box;
  padding: 60px 20px;
  background: url("/static/zt/img/zt_qmnh_6.png") no-repeat top center;
  background-size: 1380px 798px;
  position: relative;
  overflow: hidden;
}

.zt-qmnh-body .wishcontent .content .bgmid .gdbg .dm1 {
  width: 349px;
  height: 102px;
  background: url("/static/zt/img/zt_qmnh_10.png") no-repeat top center;
  background-size: 349px 102px;
  position: absolute;
  box-sizing: border-box;
  padding: 0 49px 0 110px;
  line-height: 102px;
  font-size: 28px;
  color: #FFE181;
  right: -349px;
  text-align: center;
}

.zt-qmnh-body .wishcontent .content .bgmid .gdbg .dm2 {
  width: 253px;
  height: 73px;
  background: url("/static/zt/img/zt_qmnh_12.png") no-repeat top center;
  background-size: 253px 73px;
  position: absolute;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 73px;
  font-size: 28px;
  right: -253px;
  color: #E02500;
  text-align: center;
}

.zt-qmnh-body .wishcontent .content .bgmid .jpbg {
  width: 1325px;
  height: 850px;
  background: url("/static/zt/img/zt_qmnh_23.png") no-repeat top center;
  background-size: 1325px 850px;
  cursor: pointer;
}

.zt-qmnh-body .wishcontent .content .bgmid .bigbtn {
  transition: all .5s;
  width: 1407px;
  height: 389px;
  background: url("/static/zt/img/zt_qmnh_22.png") no-repeat top center;
  background-size: 1407px 389px;
  transform: scale(0.6);
  cursor: pointer;
  margin-top: -40px;
}

.zt-qmnh-body .wishcontent .content .bgmid .bigbtn:hover {
  transform: scale(0.7);
}

.zt-qmnh-body .teachercontent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-qmnh-body .teachercontent .content {
  width: 1482px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 150px;
  height: 1605px;
  background: url("/static/zt/img/zt_qmnh_11.png") no-repeat top center;
  background-size: 1482px 1605px;
  box-sizing: border-box;
  padding: 180px 80px;
}

.zt-qmnh-body .teachercontent .content .bgtop {
  width: 859px;
  height: 329px;
  background: url("/static/zt/img/zt_qmnh_15.png") no-repeat top center;
  background-size: 859px 329px;
  background-repeat: no-repeat;
  position: absolute;
  left: 312px;
  top: -150px;
}

.zt-qmnh-body .teachercontent .content .bgleft {
  width: 366px;
  height: 706px;
  background: url("/static/zt/img/zt_qmnh_8.png") no-repeat top center;
  background-size: 366px 706px;
  background-repeat: no-repeat;
  position: absolute;
  left: -220px;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .teachercontent .content .bgright {
  width: 346px;
  height: 706px;
  background: url("/static/zt/img/zt_qmnh_9.png") no-repeat top center;
  background-size: 346px 706px;
  background-repeat: no-repeat;
  position: absolute;
  right: -230px;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnh-body .teachercontent .content .morebtn:hover {
  transform: translateY(-10px);
}

.zt-qmnh-body .teachercontent .content .morebtn {
  transition: all .5s;
  width: 644px;
  height: 107px;
  background: url("/static/zt/img/zt_qmnh_14.png") no-repeat top center;
  background-size: 644px 107px;
  background-repeat: no-repeat;
  line-height: 107px;
  text-align: center;
  color: #CE231C;
  font-weight: bold;
  font-size: 44px;
  text-decoration: none;
  letter-spacing: 3px;
}

.zt-qmnh-body .teachercontent .content .bgmid {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 1322px;
}

.zt-qmnh-body .teachercontent .content .bgmid .item:hover {
  transform: translateY(-10px);
}

.zt-qmnh-body .teachercontent .content .bgmid .item {
  text-decoration: none;
  transition: all .5s;
  width: 438px;
  height: 568px;
  background: url("/static/zt/img/zt_qmnh_16.png") no-repeat top center;
  background-size: 438px 568px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 40px;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .name {
  height: 80px;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #FFD7A0;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg {
  width: 370px;
  height: 339px;
  background: url("/static/zt/img/zt_qmnh_17.png") no-repeat top center;
  background-size: 370px 339px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 2px;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .head {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .ly {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/liuyang.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .tgl {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/tanggl.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .sgd {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/songgd.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .fb {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/fangbo.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .qtn {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/qingtn.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .headbg .sxy {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/songxy.png") no-repeat top center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .js {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #FFD7A0;
  width: 100%;
  text-align: center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .btnsbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zt-qmnh-body .teachercontent .content .bgmid .item .btnsbg .btnitem {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #C51A00;
  background-color: #FED9A2;
  border-radius: 20px;
  margin-right: 10px;
}

.zt-qmnhm-body {
  position: relative;
  background: url("/static/zt/img/zt_qmnh_0.jpg") no-repeat top center;
  background-size: 10rem 36.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position-x: center;
  overflow-x: hidden;
}

.zt-qmnhm-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-qmnhm-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-qmnhm-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-qmnhm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

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

.zt-qmnhm-body .dengjibg {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.zt-qmnhm-body .dengjibg .djcontent {
  width: 9rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.2rem;
  background-color: #FEEBCB;
  border-radius: 0.1rem;
  align-items: center;
  position: relative;
}

.zt-qmnhm-body .dengjibg .djcontent .closebtn {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -1rem;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 0.6rem;
}

.zt-qmnhm-body .dengjibg .djcontent .title {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: left;
  font-size: 0.48rem;
  color: #333;
}

.zt-qmnhm-body .dengjibg .djcontent .title span {
  color: #CE231C;
  font-weight: bold;
  font-size: 0.6rem;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel .labeltitle {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #333;
  width: 1.8rem;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel input {
  margin-top: 0.2rem;
  width: 3.4rem;
  height: 0.6rem;
  border: 1px solid #CE231C;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 4px;
  background-color: #FEEBCB;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel textarea {
  margin-top: 0.2rem;
  width: 3.4rem;
  height: 2rem;
  border: 1px solid #CE231C;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  background-color: #FEEBCB;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel textarea:hover {
  border: 2px solid #CE231C;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel textarea:focus {
  outline: none;
  border: 2px solid #CE231C !important;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel input:hover {
  border: 2px solid #CE231C;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel input:focus {
  outline: none;
  border: 2px solid #CE231C !important;
}

.zt-qmnhm-body .dengjibg .djcontent .inputlabel .codebtn {
  margin-top: 0.1rem;
  width: 2.4rem;
  box-sizing: border-box;
  text-align: center;
  height: 0.8rem;
  border-radius: 8px;
  height: 0.8rem;
  background-color: #CE231C;
  color: #fff;
  padding: 0;
  margin-left: 0.2rem;
}

.zt-qmnhm-body .dengjibg .djcontent .handbtn {
  margin-top: 0.1rem;
  width: 6rem;
  box-sizing: border-box;
  text-align: center;
  height: 1rem;
  border-radius: 8px;
  line-height: 1rem;
  background-color: #CE231C;
  color: #fff;
  padding: 0;
  font-size: 0.42rem;
  border: none;
}

.zt-qmnhm-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-qmnhm-body .bannerbg .logotitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 9.2rem;
  background: url("/static/zt/img/zt_qmnh_1.png") no-repeat top center;
  background-size: 10rem 9.2rem;
  background-repeat: no-repeat;
  background-position-x: center;
}

.zt-qmnhm-body .bannerbg .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zt-qmnhm-body .bannerbg .content .titleimg {
  width: 6.91rem;
  height: 2.1rem;
  content: url("/static/zt/img/zt_qmnh_2.png");
  margin-top: 3.4rem;
  animation: animated-zoomInOut 2s infinite;
}

.zt-qmnhm-body .bannerbg .content .leftdl {
  width: 3rem;
  height: 5.52rem;
  position: absolute;
  left: -1rem;
  top: 2.2rem;
  content: url("/static/zt/img/zt_qmnh_5.png");
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .bannerbg .content .rightdl {
  width: 3rem;
  height: 5.52rem;
  position: absolute;
  right: -1rem;
  top: 2.2rem;
  content: url("/static/zt/img/zt_qmnh_4.png");
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .bannerbg .content .boximg {
  width: 6rem;
  height: 5.66rem;
  content: url("/static/zt/img/zt_qmnh_3.png");
  margin-top: -0.6rem;
}

.zt-qmnhm-body .wishcontent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}

.zt-qmnhm-body .wishcontent .content {
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url("/static/zt/img/zt_qmnh_21.png") no-repeat top center;
  background-size: 9rem 100%;
}

.zt-qmnhm-body .wishcontent .content .bgtop {
  width: 8rem;
  height: 2.28rem;
  background: url("/static/zt/img/zt_qmnh_7.png") no-repeat top center;
  background-size: 8rem 2.28rem;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.5rem;
  top: -1rem;
}

.zt-qmnhm-body .wishcontent .content .bgleft {
  width: 2rem;
  height: 3.86rem;
  background: url("/static/zt/img/zt_qmnh_8.png") no-repeat top center;
  background-size: 2rem 3.86rem;
  background-repeat: no-repeat;
  position: absolute;
  left: -1rem;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .wishcontent .content .bgright {
  width: 2rem;
  height: 4.08rem;
  background: url("/static/zt/img/zt_qmnh_9.png") no-repeat top center;
  background-size: 2rem 4.08rem;
  background-repeat: no-repeat;
  position: absolute;
  right: -1rem;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .wishcontent .content .bgmid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .midtitle {
  height: 1.2rem;
  font-size: 0.8rem;
  color: #FDEBC3;
  line-height: 1.2rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.zt-qmnhm-body .wishcontent .content .bgmid .midftitle {
  font-size: 0.42rem;
  color: #FDEBC3;
  line-height: 0.6rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .midftitle span {
  font-weight: bold;
  font-size: 0.5rem !important;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg {
  width: 8rem;
  border-radius: 0.24rem;
  border: 0.04rem solid #F0DBB0;
  background: linear-gradient(to right, #E61511, #FA6352, #E61511);
  box-sizing: border-box;
  padding: 0.3rem;
  position: relative;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item {
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item .qrcode {
  width: 2.2rem;
  height: 2.2rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item .dm {
  background: url("https://www.xduim.com/static/home/img/home-kefu-damei.jpg") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item .xg {
  background: url("https://www.xduim.com/static/home/img/home-kefu-xg.jpg") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item .xs {
  background: url("https://www.xduim.com/static/home/img/home-kefu-xiaochuan.png") no-repeat top center;
  background-size: 100% 100%;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .kefubg .item .name {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.42rem;
  color: #FFD7A0;
  width: 100%;
  text-align: center;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .gztitle {
  width: 100%;
  font-weight: bold;
  font-size: 0.48rem;
  letter-spacing: 0.06rem;
  color: #FDEBC3;
  line-height: 0.8rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gzbg .gzftitle {
  width: 100%;
  font-size: 0.36rem;
  color: #FDEBC3;
  line-height: 0.6rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .wishbtnbg {
  width: 100%;
  height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .wishbtnbg .item {
  width: 3.6rem;
  background-color: #FCD379;
  height: 0.8rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  line-height: 0.8rem;
  font-weight: bold;
  font-size: 0.42rem;
  color: #BE1800;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.zt-qmnhm-body .wishcontent .content .bgmid .wishbtnbg .item:hover {
  transform: scale(1.1);
}

.zt-qmnhm-body .wishcontent .content .bgmid .gdbg {
  width: 8rem;
  height: 4.63rem;
  box-sizing: border-box;
  padding: 0.6rem 0.2rem;
  background: url("/static/zt/img/zt_qmnh_6.png") no-repeat top center;
  background-size: 8rem 4.63rem;
  position: relative;
  overflow: hidden;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gdbg .dm1 {
  width: 3.49rem;
  height: 1.02rem;
  background: url("/static/zt/img/zt_qmnh_10.png") no-repeat top center;
  background-size: 3.49rem 1.02rem;
  position: absolute;
  box-sizing: border-box;
  padding: 0 0.3rem 0 1rem;
  line-height: 1.02rem;
  font-size: 0.32rem;
  color: #FFE181;
  right: -3.49rem;
  text-align: center;
}

.zt-qmnhm-body .wishcontent .content .bgmid .gdbg .dm2 {
  width: 2.53rem;
  height: 0.73rem;
  background: url("/static/zt/img/zt_qmnh_12.png") no-repeat top center;
  background-size: 2.53rem 0.73rem;
  position: absolute;
  box-sizing: border-box;
  padding: 0 0.3rem;
  line-height: 0.73rem;
  font-size: 0.32rem;
  right: -2.53rem;
  color: #E02500;
  text-align: center;
}

.zt-qmnhm-body .wishcontent .content .bgmid .jpbg {
  width: 8rem;
  height: 5.13rem;
  background: url("/static/zt/img/zt_qmnh_23.png") no-repeat top center;
  background-size: 8rem 5.13rem;
  cursor: pointer;
}

.zt-qmnhm-body .wishcontent .content .bgmid .bigbtn {
  transition: all .5s;
  width: 6rem;
  height: 1.7rem;
  background: url("/static/zt/img/zt_qmnh_22.png") no-repeat top center;
  background-size: 6rem 1.7rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.zt-qmnhm-body .wishcontent .content .bgmid .bigbtn:hover {
  transform: scale(1.1);
}

.zt-qmnhm-body .teachercontent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zt-qmnhm-body .teachercontent .content {
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 1.5rem;
  background: url("/static/zt/img/zt_qmnh_11.png") no-repeat top center;
  background-size: 9rem 100%;
  box-sizing: border-box;
  padding: 1.8rem 0.4rem;
}

.zt-qmnhm-body .teachercontent .content .bgtop {
  width: 8.59rem;
  height: 3.29rem;
  background: url("/static/zt/img/zt_qmnh_15.png") no-repeat top center;
  background-size: 8.59rem 3.29rem;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.205rem;
  top: -1.5rem;
}

.zt-qmnhm-body .teachercontent .content .bgleft {
  width: 2rem;
  height: 3.86rem;
  background: url("/static/zt/img/zt_qmnh_8.png") no-repeat top center;
  background-size: 2rem 3.86rem;
  background-repeat: no-repeat;
  position: absolute;
  left: -1rem;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .teachercontent .content .bgright {
  width: 2rem;
  height: 4.08rem;
  background: url("/static/zt/img/zt_qmnh_9.png") no-repeat top center;
  background-size: 2rem 4.08rem;
  background-repeat: no-repeat;
  position: absolute;
  right: -1rem;
  top: -0;
  animation: animated-float 2s infinite;
}

.zt-qmnhm-body .teachercontent .content .morebtn:hover {
  transform: translateY(-10px);
}

.zt-qmnhm-body .teachercontent .content .morebtn {
  transition: all .5s;
  width: 6.44rem;
  height: 1.07rem;
  background: url("/static/zt/img/zt_qmnh_14.png") no-repeat top center;
  background-size: 6.44rem 1.07rem;
  background-repeat: no-repeat;
  line-height: 1.07rem;
  text-align: center;
  color: #CE231C;
  font-weight: bold;
  font-size: 0.44rem;
  text-decoration: none;
  letter-spacing: 3px;
}

.zt-qmnhm-body .teachercontent .content .bgmid {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item:hover {
  transform: translateY(-10px);
}

.zt-qmnhm-body .teachercontent .content .bgmid .item {
  text-decoration: none;
  transition: all .5s;
  width: 4rem;
  height: 5.19rem;
  background: url("/static/zt/img/zt_qmnh_16.png") no-repeat top center;
  background-size: 4rem 5.19rem;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.4rem;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .name {
  height: 0.8rem;
  width: 100%;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFD7A0;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg {
  width: 3.7rem;
  height: 3.39rem;
  background: url("/static/zt/img/zt_qmnh_17.png") no-repeat top center;
  background-size: 3.7rem 3.39rem;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 2px;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .head {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .ly {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/liuyang.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .tgl {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/tanggl.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .sgd {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/songgd.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .fb {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/fangbo.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .qtn {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/qingtn.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .headbg .sxy {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/wudi/songxy.png") no-repeat top center;
  background-size: 100% auto;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .js {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #FFD7A0;
  width: 100%;
  text-align: center;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .btnsbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zt-qmnhm-body .teachercontent .content .bgmid .item .btnsbg .btnitem {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.26rem;
  color: #C51A00;
  background-color: #FED9A2;
  border-radius: 0.2rem;
  margin-right: 0.1rem;
}

.zt-24brdx-body {
  position: relative;
  background: url("/static/zt/img/zt_24brdx16.jpg") no-repeat top center;
  background-size: 1920px 10000px;
  background-repeat: no-repeat;
}

.zt-24brdx-body .hfbg {
  width: 100%;
  height: 180px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all .5s;
}

.zt-24brdx-body .hfbg .hfcontent {
  width: 1350px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
}

.zt-24brdx-body .hfbg .hfcontent .line1 {
  width: 1200px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 140px;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-24brdx-body .hfbg .hfcontent .line1 .item {
  background: url("/static/zt/img/zt_24brdx15.png") no-repeat top center;
  background-size: 228px 50px;
  height: 50px;
  width: 228px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #111;
  font-size: 32px;
}

.zt-24brdx-body .hfbg .hfcontent .line2 {
  width: 1200px;
  border-radius: 50px;
  border: 4px solid #fff;
  background-color: #0458B2;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  padding-left: 280px;
  padding-right: 10px;
}

.zt-24brdx-body .hfbg .hfcontent .line2 .lwimg {
  width: 172px;
  height: 180px;
  position: absolute;
  left: -30px;
  top: -50px;
}

.zt-24brdx-body .hfbg .hfcontent .line2 .leftp {
  height: 60px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}

.zt-24brdx-body .hfbg .hfcontent .line2 .rightp {
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #fff;
  background-color: #FAC14D;
  line-height: 70px;
  color: #111;
  font-size: 32px;
  font-weight: bold;
  padding: 0 20px;
}

.zt-24brdx-body .hfbghide {
  width: 220px !important;
  height: 220px !important;
  left: 60px !important;
}

.zt-24brdx-body .hfbghide .hfcontent {
  display: none !important;
  transition: all .5s;
}

.zt-24brdx-body .hfbghide .hfcontent2 {
  display: inline !important;
  width: 220px;
  height: 220px;
  transition: all .5s;
  cursor: pointer;
  content: url("/static/zt/img/zt_24brdx30.png");
}

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

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

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

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

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

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

.zt-24brdx-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdx-body .bannerbg .content {
  width: 1271px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdx-body .bannerbg .content .titleimg {
  margin-top: 130px;
  width: 1271px;
  height: 445px;
  content: url("/static/zt/img/zt_24brdx1.png");
  z-index: 2;
}

.zt-24brdx-body .bannerbg .content .ftitleimg {
  margin-top: -60px;
  width: 1271px;
  height: 293px;
  content: url("/static/zt/img/zt_24brdx2.png");
  z-index: 1;
}

.zt-24brdx-body .flagbg {
  width: 100%;
  height: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdx-body .flagbg .flagimg {
  height: 455px;
  background: url("/static/zt/img/zt_24brdx3.png") no-repeat top center;
  background-size: 1920px 455px;
  background-repeat: no-repeat;
  min-width: 1200px;
  width: 100%;
}

.zt-24brdx-body .kcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdx-body .kcbg .xdmcontent {
  width: 1200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #fff;
  background-color: #1174DC;
  margin-top: 200px;
  box-sizing: border-box;
  padding: 0 30px 40px 30px;
}

.zt-24brdx-body .kcbg .xdmcontent .titleline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
}

.zt-24brdx-body .kcbg .xdmcontent .titleline .titlep {
  background: url("/static/zt/img/zt_24brdx8.png") no-repeat top center;
  background-size: 820px 190px;
  background-repeat: no-repeat;
  width: 820px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdx-body .kcbg .xdmcontent .titleline .titlep p {
  width: 626px;
  height: 166px;
  line-height: 166px;
  font-size: 60px;
  font-weight: bold;
  color: #C9160B;
  text-align: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .bgwhite {
  background: url("/static/zt/img/zt_24brdx11.png") no-repeat top center;
  background-size: 240px 240px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .bgblue {
  background: url("/static/zt/img/zt_24brdx12.png") no-repeat top center;
  background-size: 240px 240px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .item {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .item .line1 {
  height: 100px;
  line-height: 100px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .item .line2 {
  height: 140px;
  line-height: 34px;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .item .c1 {
  color: #Fff;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .teacherjsbg .item .c2 {
  color: #1358A1;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .lxbg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .lxbg .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .lxbg .line1 .lineimg {
  width: 260px;
  height: 260px;
  background-color: #0093E1;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .lxbg .line2 {
  margin: 20px 0;
  width: 100%;
  background-color: #fff;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .lxbg .line2 .linep {
  width: 260px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #111;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg {
  width: 100%;
  height: 500px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-pagination-bullet {
  background: #fff;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent {
  width: 350px;
  height: 500px;
  position: relative;
  text-decoration: none;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .lyimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/liuyang.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .sgdimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/songgd.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tglimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/tanggl.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .fbimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/fangbo.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .sxyimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/songxy.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .zjimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/zhujun.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .qtnimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/qingtn.jpg") no-repeat top center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .timg {
  width: 350px;
  height: 500px;
  background-size: 350px auto;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #0458B2;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs .tname {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs .right {
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #0458B2;
  text-align: center;
  padding: 0 15px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem {
  width: 530px;
  height: 390px;
  display: flex;
  flex-direction: column;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg18 {
  background: url("/static/zt/img/zt_24brdx18.png") no-repeat bottom right;
  background-size: 254px 250px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg19 {
  background: url("/static/zt/img/zt_24brdx19.png") no-repeat bottom right;
  background-size: 239px 223px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg20 {
  background: url("/static/zt/img/zt_24brdx20.png") no-repeat;
  background-position: 190px 80px;
  background-size: 321px 201px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg21 {
  background: url("/static/zt/img/zt_24brdx21.png") no-repeat bottom right;
  background-size: 245px 245px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg22 {
  background: url("/static/zt/img/zt_24brdx22.png") no-repeat bottom right;
  background-size: 235px 245px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg23 {
  background: url("/static/zt/img/zt_24brdx23.png") no-repeat bottom right;
  background-size: 243px 257px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg24 {
  background: url("/static/zt/img/zt_24brdx24.png") no-repeat bottom right;
  background-size: 231px 244px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .bg25 {
  background: url("/static/zt/img/zt_24brdx25.png") no-repeat;
  background-size: 197px 234px;
  background-position: 300px 40px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  align-items: start;
  justify-content: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .textp {
  width: 100%;
  font-size: 24px;
  color: #111;
  line-height: 32px;
  box-sizing: border-box;
  padding: 15px 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .gobtn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #0093E1;
  border: 2px solid #0093E1;
  cursor: pointer;
  margin-left: 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .gobtn:hover {
  background-color: #0093E1 !important;
  color: #fff !important;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 {
  width: 100%;
  height: 90px;
  background-color: #FAC14D;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 .climg {
  width: 44px;
  height: 44px;
  background: url("/static/zt/img/zt_24brdx17.png") no-repeat top center;
  background-size: 44px 44px;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 .textp {
  width: 446px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left {
  width: 360px;
  height: 90px;
  background-color: #FAC14D;
  border-radius: 8px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  clip-path: polygon(0% 0%, 334px 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left .climg {
  width: 44px;
  height: 44px;
  background: url("/static/zt/img/zt_24brdx17.png") no-repeat top center;
  background-size: 44px 44px;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left .textp {
  height: 90px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .right {
  width: 220px;
  height: 90px;
  background-color: #0093E1;
  border-radius: 0 8px  0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .right .textp {
  height: 90px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .whitetitle {
  height: 90px;
  width: 600px;
  border-radius: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 90px;
  color: #0095DE;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 40px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .blueline {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  background-color: #0A3C93;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: -16px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 20px 0;
  box-shadow: 0px 30px 22px -22px #0A3C93;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .gobtn {
  width: 400px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #F59A13;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #C51814;
  cursor: pointer;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitle {
  width: 540px;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0093E1;
  line-height: 80px;
  font-size: 40px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  background-color: #D9EFFC;
  box-sizing: border-box;
  padding: 0 30px;
  align-items: center;
  margin-bottom: 30px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .jsp {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #111;
  margin-left: 30px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgy {
  width: 56px;
  height: 100px;
  background: url("/static/zt/img/zt_24brdx9.png") no-repeat top center;
  background-size: 56px 88px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgy .nump {
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgb {
  width: 56px;
  height: 100px;
  background: url("/static/zt/img/zt_24brdx10.png") no-repeat top center;
  background-size: 56px 88px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgb .nump {
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 80px;
  border-bottom: 2px dashed  #088CD9;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .bcy {
  background-color: #FAC34E;
  box-shadow: -16px 16px 14px -14px #FAC34E, 16px 16px 14px -14px #FAC34E;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .bcb {
  margin-left: 100px;
  background-color: #0093E1;
  box-shadow: -16px 16px 14px -14px #0093E1, 16px 16px 14px -14px #0093E1;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .nftitle {
  width: 340px;
  height: 80px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 46px;
  color: #fff;
  line-height: 80px;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item {
  width: 500px;
  margin: 25px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item .top {
  width: 100%;
  height: 80px;
  background-color: #0093E1;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.zt-24brdx-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item .bottom {
  width: 100%;
  height: 200px;
  background-color: #eee;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 24px;
  color: #111;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.zt-24brdxm-body {
  position: relative;
  background: url("/static/zt/img/zt_24brdx16.jpg") no-repeat top center;
  background-size: 10rem 52rem;
  background-repeat: no-repeat;
}

.zt-24brdxm-body .hfbg {
  width: 100%;
  height: 1.6rem;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.zt-24brdxm-body .hfbg .hfcontent {
  width: 10rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdxm-body .hfbg .hfcontent .line1 {
  width: 9.5rem;
  height: 0.6rem;
  box-sizing: border-box;
  padding-left: 1.4rem;
  padding-right: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.zt-24brdxm-body .hfbg .hfcontent .line1 .item {
  background: url("/static/zt/img/zt_24brdx15.png") no-repeat top center;
  background-size: 2.28rem 0.5rem;
  height: 0.5rem;
  width: 2.28rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #111;
  font-size: 0.32rem;
}

.zt-24brdxm-body .hfbg .hfcontent .line2 {
  width: 9rem;
  border-radius: 0.5rem;
  border: 0.04rem solid #fff;
  background-color: #0458B2;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.6rem;
  padding-right: 0.1rem;
}

.zt-24brdxm-body .hfbg .hfcontent .line2 .lwimg {
  width: 1.72rem;
  height: 1.8rem;
  position: absolute;
  left: -0.3rem;
  top: -0.5rem;
}

.zt-24brdxm-body .hfbg .hfcontent .line2 .leftp {
  height: 0.6rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
}

.zt-24brdxm-body .hfbg .hfcontent .line2 .rightp {
  text-decoration: none;
  height: 0.7rem;
  border-radius: 0.35rem;
  border: 0.02rem solid #fff;
  background-color: #FAC14D;
  line-height: 0.7rem;
  color: #111;
  font-size: 0.32rem;
  font-weight: bold;
  padding: 0 0.2rem;
}

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

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

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

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

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

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

.zt-24brdxm-body .bannerbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdxm-body .bannerbg .content {
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdxm-body .bannerbg .content .titleimg {
  margin-top: 1.3rem;
  width: 9rem;
  height: 3.15rem;
  content: url("/static/zt/img/zt_24brdx1.png");
  z-index: 2;
}

.zt-24brdxm-body .bannerbg .content .ftitleimg {
  margin-top: -0.6rem;
  width: 9rem;
  height: 2.07rem;
  content: url("/static/zt/img/zt_24brdx2.png");
  z-index: 1;
}

.zt-24brdxm-body .flagbg {
  width: 100%;
  height: 2.37rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdxm-body .flagbg .flagimg {
  height: 2.37rem;
  background: url("/static/zt/img/zt_24brdx3.png") no-repeat top center;
  background-size: 10rem 2.37rem;
  background-repeat: no-repeat;
  width: 100%;
}

.zt-24brdxm-body .kcbg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdxm-body .kcbg .xdmcontent {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 0.2rem;
  border: 2px solid #fff;
  background-color: #1174DC;
  margin-top: 2rem;
  box-sizing: border-box;
  padding: 0 0.3rem 0.4rem 0.3rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .titleline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -1.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .titleline .titlep {
  background: url("/static/zt/img/zt_24brdx8.png") no-repeat top center;
  background-size: 8.2rem 1.9rem;
  background-repeat: no-repeat;
  width: 8.2rem;
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .titleline .titlep p {
  width: 6.26rem;
  height: 1.66rem;
  line-height: 1.66rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #C9160B;
  text-align: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .bgwhite {
  background: url("/static/zt/img/zt_24brdx11.png") no-repeat top center;
  background-size: 3.4rem 3.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .bgblue {
  background: url("/static/zt/img/zt_24brdx12.png") no-repeat top center;
  background-size: 3.4rem 3.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .item {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .item .line1 {
  height: 1.6rem;
  line-height: 1.6rem;
  width: 100%;
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .item .line2 {
  height: 1.8rem;
  line-height: 0.42rem;
  font-size: 0.34rem;
  text-align: center;
  padding-top: 0.1rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .item .c1 {
  color: #Fff;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .teacherjsbg .item .c2 {
  color: #1358A1;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .lxbg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .lxbg .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .lxbg .line1 .lineimg {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #0093E1;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .lxbg .line2 {
  margin: 0.2rem 0;
  width: 100%;
  background-color: #fff;
  height: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .lxbg .line2 .linep {
  width: 2.6rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.24rem;
  color: #111;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg {
  width: 100%;
  height: 6.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-pagination-bullet {
  background: #fff;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide {
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent {
  width: 4.5rem;
  height: 6.4rem;
  position: relative;
  text-decoration: none;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .lyimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/liuyang.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .sgdimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/songgd.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tglimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/tanggl.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .fbimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/fangbo.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .sxyimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/songxy.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .zjimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/zhujun.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .qtnimg {
  background: url("https://xduim-1.oss-cn-beijing.aliyuncs.com/teacher/youdi/qingtn.jpg") no-repeat top center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .timg {
  width: 4.5rem;
  height: 6.4rem;
  background-size: 4.5rem auto;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs {
  width: 100%;
  height: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #0458B2;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs .tname {
  font-size: 0.36rem;
  color: #fff;
  font-weight: 300;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .bannerbg .swiper-slide .sscontent .tjs .right {
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #0458B2;
  text-align: center;
  padding: 0 0.3rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem {
  width: 7.5rem;
  height: 3.9rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg18 {
  background: url("/static/zt/img/zt_24brdx18.png") no-repeat bottom right;
  background-size: 2.54rem 2.5rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg19 {
  background: url("/static/zt/img/zt_24brdx19.png") no-repeat bottom right;
  background-size: 2.39rem 2.23rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg20 {
  background: url("/static/zt/img/zt_24brdx20.png") no-repeat;
  background-position: 3.9rem 0.8rem;
  background-size: 3.21rem 2.01rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg21 {
  background: url("/static/zt/img/zt_24brdx21.png") no-repeat bottom right;
  background-size: 2.45rem 2.45rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg22 {
  background: url("/static/zt/img/zt_24brdx22.png") no-repeat bottom right;
  background-size: 2.35rem 2.45rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg23 {
  background: url("/static/zt/img/zt_24brdx23.png") no-repeat bottom right;
  background-size: 2.43rem 2.57rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg24 {
  background: url("/static/zt/img/zt_24brdx24.png") no-repeat bottom right;
  background-size: 2.31rem 2.44rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .bg25 {
  background: url("/static/zt/img/zt_24brdx25.png") no-repeat;
  background-size: 1.97rem 2.34rem;
  background-position: 5rem 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 {
  width: 100%;
  height: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 0.08rem 0.08rem;
  align-items: start;
  justify-content: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .textp {
  width: 100%;
  font-size: 0.24rem;
  color: #111;
  line-height: 0.32rem;
  box-sizing: border-box;
  padding: 0.15rem 0.5rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .gobtn {
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0093E1;
  border: 1px solid #0093E1;
  cursor: pointer;
  margin-left: 0.5rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line2 .gobtn:hover {
  background-color: #0093E1 !important;
  color: #fff !important;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 {
  width: 100%;
  height: 0.9rem;
  background-color: #FAC14D;
  border-radius: 0.08rem 0.08rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 .climg {
  width: 0.44rem;
  height: 0.44rem;
  background: url("/static/zt/img/zt_24brdx17.png") no-repeat top center;
  background-size: 0.44rem 0.44rem;
  background-repeat: no-repeat;
  margin-left: 0.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left2 .textp {
  width: 4.46rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.1rem;
  line-height: 0.45rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left {
  width: 5.6rem;
  height: 0.9rem;
  background-color: #FAC14D;
  border-radius: 0.08rem 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  clip-path: polygon(0% 0%, 5.34rem 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left .climg {
  width: 0.44rem;
  height: 0.44rem;
  background: url("/static/zt/img/zt_24brdx17.png") no-repeat top center;
  background-size: 0.44rem 0.44rem;
  background-repeat: no-repeat;
  margin-left: 0.2rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .left .textp {
  height: 0.9rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.1rem;
  line-height: 0.9rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .right {
  width: 2.2rem;
  height: 0.9rem;
  background-color: #0093E1;
  border-radius: 0 0.08rem  0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .jdline .jditem .line1 .right .textp {
  height: 0.9rem;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.1rem;
  line-height: 0.9rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .whitetitle {
  height: 0.9rem;
  width: 6rem;
  border-radius: 0.45rem;
  background-color: #fff;
  text-align: center;
  line-height: 0.9rem;
  color: #0095DE;
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .blueline {
  width: 100%;
  height: 0.32rem;
  border-radius: 0.16rem;
  background-color: #0A3C93;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-top: -0.16rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 0 0.2rem 0;
  box-shadow: 0rem 0.3rem 0.22rem -0.22rem #0A3C93;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .gobtn {
  width: 4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #F59A13;
  text-align: center;
  text-decoration: none;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid #C51814;
  cursor: pointer;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitle {
  width: 5.4rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0093E1;
  line-height: 0.8rem;
  font-size: 0.4rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline {
  width: 100%;
  height: 1rem;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: row;
  background-color: #D9EFFC;
  box-sizing: border-box;
  padding: 0 0.3rem;
  align-items: center;
  margin-bottom: 0.3rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .jsp {
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #111;
  margin-left: 0.3rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgy {
  width: 0.56rem;
  height: 1rem;
  background: url("/static/zt/img/zt_24brdx9.png") no-repeat top center;
  background-size: 0.56rem 0.88rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgy .nump {
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.28rem;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgb {
  width: 0.56rem;
  height: 1rem;
  background: url("/static/zt/img/zt_24brdx10.png") no-repeat top center;
  background-size: 0.56rem 0.88rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .zymkline .itemline .imgb .nump {
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.28rem;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 0.8rem;
  border-bottom: 1px dashed  #088CD9;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .bcy {
  background-color: #FAC34E;
  box-shadow: -0.16rem 0.16rem 0.14rem -0.14rem #FAC34E, 0.16rem 0.16rem 0.14rem -0.14rem #FAC34E;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .bcb {
  margin-left: 0.5rem;
  background-color: #0093E1;
  box-shadow: -0.16rem 0.16rem 0.14rem -0.14rem #0093E1, 0.16rem 0.16rem 0.14rem -0.14rem #0093E1;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .ntitleline .nftitle {
  width: 3.4rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  font-weight: bold;
  text-align: center;
  font-size: 0.46rem;
  color: #fff;
  line-height: 0.8rem;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item {
  width: 7.2rem;
  margin: 0.25rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item .top {
  width: 100%;
  height: 0.8rem;
  background-color: #0093E1;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
}

.zt-24brdxm-body .kcbg .xdmcontent .contentline .ncontent .npanel .itemline .nitemline .item .bottom {
  width: 100%;
  height: 2rem;
  background-color: #eee;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  font-size: 0.24rem;
  color: #111;
  line-height: 0.4rem;
  font-weight: 500;
  text-align: center;
}

.zt-grb-body {
  position: relative;
  background: url("/static/zt/img/zt_grb_bg.jpg") no-repeat top center;
  background-size: 1920px 8000px;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

.zt-grb-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-grb-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-grb-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-grb-body .tips-bg .tip-p .img {
  height: 200px;
  margin-bottom: 10px;
}

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

.zt-grb-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 100px;
}

.zt-grb-body .big-title-bg .book-bg {
  width: 1231px;
  height: 279px;
  position: relative;
  margin-top: 200px;
}

.zt-grb-body .big-title-bg .book-bg .book-img {
  width: 1231px;
  height: 279px;
  content: url("/static/zt/img/zt_grb_title.png");
  position: absolute;
  left: 0;
  top: 0;
}

.zt-grb-body .big-title-bg .book-bg .title {
  color: #FFE0C3;
  font-size: 42px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 10px;
  top: -10px;
}

.zt-grb-body .big-title-bg .bottom-title {
  width: 800px;
  height: 100px;
  border-radius: 50px;
  background-color: #FFE0C3;
  color: #AB1117;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 100px;
  text-align: center;
  margin-top: 30px;
}

.zt-grb-body .big-title-bg .triangle {
  margin-top: 20px;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 30px solid #FFE0C3;
  /* 可以根据需要调整颜色 */
}

.zt-grb-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

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

.zt-grb-body .zt-content-body .biaoge-content .biaoge {
  width: 1200px;
  display: flex;
  flex-direction: column;
  border: 10px solid #FFE0C3;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  border-radius: 20px;
}

.zt-grb-body .zt-content-body .biaoge-content .biaoge table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #FFE0C3 !important;
}

.zt-grb-body .zt-content-body .biaoge-content .biaoge th {
  border-collapse: collapse;
  border-right: 1px solid #FFE0C3 !important;
  border-bottom: 1px solid #FFE0C3 !important;
  background-color: #FFE0C3 !important;
  padding: 10px 9px;
  color: #AB1117;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.zt-grb-body .zt-content-body .biaoge-content .biaoge td {
  border-collapse: collapse;
  border-right: 1px solid #FFE0C3 !important;
  border-bottom: 1px solid #FFE0C3 !important;
  padding: 5px 9px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
}

.zt-grb-body .zt-content-body .biaoge-content .biaoge tr:nth-child(odd) {
  background-color: #fff !important;
}

.zt-grb-body .zt-content-body .biaoge-content .biaoge tr:nth-child(even) {
  background-color: #f8f8f8 !important;
}

.zt-grb-body .zt-content-body .biaoge-content .anniu2 {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
}

.zt-grb-body .zt-content-body .biaoge-content .anniu2 .jiantou {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #FFE0C3;
  border-bottom: 12px solid transparent;
}

.zt-grb-body .zt-content-body .biaoge-content .anniu2 .title {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #FFE0C3;
}

.zt-grb-body .zt-content-body .biaoge-content .anniu {
  width: 1200px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 10px;
  flex-wrap: wrap;
}

.zt-grb-body .zt-content-body .biaoge-content .anniu .item {
  text-decoration: none;
  height: 40px;
  background-color: #FFE0C3;
  color: #AB1117;
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.zt-grb-body .zt-content-body .ht-content {
  width: 100%;
  height: 180px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.zt-grb-body .zt-content-body .ht-content .content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.zt-grb-body .zt-content-body .ht-content .content p {
  font-weight: 600;
  color: #B7242A;
  font-size: 28px;
  margin: 0;
  padding: 0;
}

.zt-grb-body .zt-content-body .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-grb-body .zt-content-body .all-title-line {
  height: 150px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-grb-body .zt-content-body .all-title-line .left {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_7.png");
}

.zt-grb-body .zt-content-body .all-title-line .title-bg {
  position: relative;
}

.zt-grb-body .zt-content-body .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-grb-body .zt-content-body .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-grb-body .zt-content-body .all-title-line .right {
  width: 308px;
  height: 53px;
  content: url("/static/zt/img/zt_2023sk_7.png");
  transform: rotate(180deg);
}

.zt-grb-body .zt-content-body .ad-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.zt-grb-body .zt-content-body .ad-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-grb-body .zt-content-body .ad-content .content .item-line {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-grb-body .zt-content-body .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-grb-body .zt-content-body .ad-content .content .item-line .item img {
  height: 150px;
}

.zt-grb-body .zt-content-body .ad-content .content .item-line .item .title1 {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #FFDBBE;
  margin: 0;
  padding: 0;
}

.zt-grb-body .zt-content-body .ad-content .content .item-line .item .title2 {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #F3A285;
  margin: 0;
  padding: 0;
}

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

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

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

.zt-grb-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-grb-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.zt-grb-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-grb-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-grb-body .zt-content-body .teacher-bg .s-box .ts .item .ftitle {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.zt-grb-body .zt-content-body .pj-bg {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-grb-body .zt-content-body .pj-bg .pj-img {
  width: 1200px;
  content: url("/static/zt/img/zt_2023sk_19.png");
}

.zt-grb-body .zt-content-body .cj-bg {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-grb-body .zt-content-body .cj-bg .bg {
  width: 1200px;
  content: url("/static/zt/img/zt_2023sk_20.png");
}

.zt-grb-body .zt-content-body .co-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  margin-top: 60px;
}

.zt-grb-body .zt-content-body .co-content .content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zt-grb-body .zt-content-body .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 20px;
  justify-content: center;
  align-items: center;
}

.zt-grb-body .zt-content-body .co-content .content .guanzhu-line img {
  width: 200px;
  height: 200px;
  content: url("/static/home/img/testcode1.png");
}

.zt-grb-body .zt-content-body .co-content .content .guanzhu-line p {
  line-height: 50px;
  color: #E0B79E;
  font-size: 32px;
  text-align: center;
}

.zt-grb-body .zt-content-body .co-content .content .item-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zt-grb-body .zt-content-body .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-grb-body .zt-content-body .co-content .content .item-line .item:hover {
  background-color: #FDE29F !important;
}

.zt-grb-body .zt-content-body .co-content .content .z-line {
  width: 100%;
  display: none;
  flex-direction: column;
}

.zt-grb-body .zt-content-body .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-grb-body .zt-content-body .co-content .content .z-line .t1 {
  font-size: 28px;
  font-weight: bold;
}

.zt-grb-body .zt-content-body .co-content .content .z-line .t2 {
  font-size: 28px;
}

.zt-grb-body .zt-content-body .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-grb-body .zt-content-body .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-grb-body .zt-content-body .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.zt-grb-body .zt-content-body .co-content .content .f-line .item .t3 {
  font-size: 24px;
}

.zt-grb-body .zt-content-body .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-grbm-body {
  position: relative;
  background: url("/static/zt/img/zt_grb_bg.jpg") no-repeat top center;
  background-size: 10rem 41.666rem;
  background-repeat: no-repeat;
  margin: 0;
}

.zt-grbm-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-grbm-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-grbm-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-grbm-body .tips-bg .tip-p .img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.zt-grbm-body .big-title-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.zt-grbm-body .big-title-bg .book-bg {
  width: 9rem;
  height: 2.04rem;
  position: relative;
  margin-top: 2rem;
}

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

.zt-grbm-body .big-title-bg .book-bg .title {
  color: #FFE0C3;
  font-size: 0.32rem;
  font-weight: bold;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0.1rem;
  top: -0.1rem;
}

.zt-grbm-body .big-title-bg .bottom-title {
  width: 8rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #FFE0C3;
  color: #AB1117;
  font-size: 0.48rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.3rem;
}

.zt-grbm-body .big-title-bg .triangle {
  margin-top: 0.2rem;
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 0.3rem solid #FFE0C3;
  /* 可以根据需要调整颜色 */
}

.zt-grbm-body .zt-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #BA1414;
}

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

.zt-grbm-body .zt-content-body .biaoge-content .biaoge {
  width: 10rem;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #FFE0C3;
  box-sizing: border-box;
  padding: 0.1rem;
  align-items: center;
  border-radius: 0.2rem;
}

.zt-grbm-body .zt-content-body .biaoge-content .biaoge table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #FFE0C3 !important;
}

.zt-grbm-body .zt-content-body .biaoge-content .biaoge th {
  border-collapse: collapse;
  border-right: 1px solid #FFE0C3 !important;
  border-bottom: 1px solid #FFE0C3 !important;
  background-color: #FFE0C3 !important;
  padding: 2px 2px;
  color: #AB1117;
  font-weight: bold;
  font-size: 0.38rem;
  text-align: center;
}

.zt-grbm-body .zt-content-body .biaoge-content .biaoge td {
  border-collapse: collapse;
  border-right: 1px solid #FFE0C3 !important;
  border-bottom: 1px solid #FFE0C3 !important;
  padding: 2px 2px;
  font-size: 0.3rem;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
}

.zt-grbm-body .zt-content-body .biaoge-content .biaoge tr:nth-child(odd) {
  background-color: #fff !important;
}

.zt-grbm-body .zt-content-body .biaoge-content .biaoge tr:nth-child(even) {
  background-color: #f8f8f8 !important;
}

.zt-grbm-body .zt-content-body .biaoge-content .anniu2 {
  width: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.1rem;
}

.zt-grbm-body .zt-content-body .biaoge-content .anniu2 .jiantou {
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid #FFE0C3;
  border-bottom: 0.3rem solid transparent;
}

.zt-grbm-body .zt-content-body .biaoge-content .anniu2 .title {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFE0C3;
  box-sizing: border-box;
}

.zt-grbm-body .zt-content-body .biaoge-content .anniu {
  width: 10rem;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.1rem;
  flex-wrap: wrap;
}

.zt-grbm-body .zt-content-body .biaoge-content .anniu .item {
  text-decoration: none;
  height: 0.6rem;
  background-color: #FFE0C3;
  color: #AB1117;
  font-size: 0.32rem;
  padding: 0 0.3rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.zt-grbm-body .zt-content-body .all-title-line {
  height: 1.5rem;
  width: 9.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.zt-grbm-body .zt-content-body .all-title-line .left {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_7.png");
}

.zt-grbm-body .zt-content-body .all-title-line .title-bg {
  position: relative;
}

.zt-grbm-body .zt-content-body .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-grbm-body .zt-content-body .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-grbm-body .zt-content-body .all-title-line .right {
  width: 3.08rem;
  height: 0.53rem;
  content: url("/static/zt/img/zt_2023sk_7.png");
  transform: rotate(180deg);
}

.zt-grbm-body .zt-content-body .ht-content {
  width: 100%;
  padding: 0.4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

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

.zt-grbm-body .zt-content-body .ht-content .content p {
  font-weight: 600;
  color: #B7242A;
  font-size: 0.36rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.zt-grbm-body .zt-content-body .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-grbm-body .zt-content-body .ad-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.4rem;
}

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

.zt-grbm-body .zt-content-body .ad-content .content .item-line {
  width: 8.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zt-grbm-body .zt-content-body .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-grbm-body .zt-content-body .ad-content .content .item-line .item img {
  height: 1.5rem;
}

.zt-grbm-body .zt-content-body .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-grbm-body .zt-content-body .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-grbm-body .zt-content-body .teacher-bg {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zt-grbm-body .zt-content-body .teacher-bg .s-box {
  width: 10rem;
  height: 6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

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

.zt-grbm-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-grbm-body .zt-content-body .teacher-bg .s-box .ts .item .img-bg {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.zt-grbm-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-grbm-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.24rem;
  color: #D28E69;
}

.zt-grbm-body .zt-content-body .teacher-bg .s-box .ts .item .ftitle {
  line-height: 0.4rem;
  padding-left: 0.15rem;
  color: #333;
  font-size: 0.16rem;
}

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

.zt-grbm-body .zt-content-body .cj-bg .bg {
  width: 100%;
  content: url("/static/zt/img/zt_2023sk_20.png");
}

.zt-grbm-body .zt-content-body .pj-bg {
  width: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.zt-grbm-body .zt-content-body .co-content {
  width: 100%;
  background-color: #A81414;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-top: 0.6rem;
}

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

.zt-grbm-body .zt-content-body .co-content .content .guanzhu-line {
  display: flex;
  flex-direction: column;
  margin: 0.2rem;
  justify-content: center;
  align-items: center;
}

.zt-grbm-body .zt-content-body .co-content .content .guanzhu-line img {
  width: 3.5rem;
  height: 3.5rem;
  content: url("/static/home/img/testcode1.png");
}

.zt-grbm-body .zt-content-body .co-content .content .guanzhu-line p {
  line-height: 1rem;
  color: #E0B79E;
  font-size: 0.5rem;
  text-align: center;
}

.zt-grbm-body .zt-content-body .co-content .content .z-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.zt-grbm-body .zt-content-body .co-content .content .z-line p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-grbm-body .zt-content-body .co-content .content .z-line .t1 {
  font-size: 0.28rem;
  font-weight: bold;
}

.zt-grbm-body .zt-content-body .co-content .content .z-line .t2 {
  font-size: 0.28rem;
}

.zt-grbm-body .zt-content-body .co-content .content .f-line {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.zt-grbm-body .zt-content-body .co-content .content .f-line .item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.zt-grbm-body .zt-content-body .co-content .content .f-line .item p {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0.5rem;
}

.zt-grbm-body .zt-content-body .co-content .content .f-line .item .t3 {
  font-size: 0.24rem;
}

.zt-grbm-body .zt-content-body .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;
}
