@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
}

* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

body {
  margin: 0 auto;
  padding: 0px;
  min-width: 1200px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";
}

div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  background: none;
  outline: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  border: none;
}

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

.zt-wrap img {
  display: block;
  width: 100%;
}

.hide {
  display: none;
}

#app img {
  width: 100%;
}

.nav {
  height: 50px;
  width: 100%;
  background: url(../imgs/navbg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -.046rem;
}

.nav-link-box {
  height: 100%;
}

.link-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-box li {
  width: calc(100% / 6);
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link-li a {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active-page-link-li {
  background: #D00000;
}

#offlineEducation {
  padding-top: 108px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 248, 237, 0.69) 100%);
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.title-logo {
  width: 220px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.title-logo::before {
  display: block;
  content: '';
  height: 10px;
  background: #C5110A;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 69px;
  right: 69px;
}

.offlineEducation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.offlineEducation-item {
  margin-bottom: 30px;
  background: linear-gradient(180deg, #FFFAF4 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 6px 0px rgba(206, 206, 206, 0.5);
  border-radius: 10px;
  width: 277px;
  position: relative;
}


.offlineEducation-desc p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: right;
  font-style: normal;
  position: absolute;
  top: 74px;
  left: 29px;
  right: 28px;
  text-align: center;
}


#server {
  padding-top: 103px;
}

.server-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.server-nav img {
  width: 54px !important;
  height: 50px;
  margin-bottom: 20px;
}

.server-nav {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  letter-spacing: 1px;
}

.server-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 8);
  padding-bottom: 8px;
  cursor: pointer;
}

.server-concent {
  background: #FFFAF4;
  padding-top: 20px;
  padding-bottom: 60px;
}

.server-item {
  width: 100%;
  display: none;
}

.item-item {
  width: 277px;
}

server-item-bottom .socadd {
  color: #333 !important;
}

.server-item-active {
  display: flex !important;
  justify-content: space-between;
}

.server-item-top {
  padding: 10px 11px 30px 10px;
  height: 300px;
  /* border-radius: 20px; */
}

.server-item-top p:nth-child(1) {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.server-item-top p:nth-child(2) {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 1px;
}

.server-item-bottom {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  /* height: 140px; */
  padding-bottom: 10px;
}

.server-item .item-item:nth-child(1) {
  border-radius: 8px;
  border: 1px solid #EB720F;
}
.server-item .item-item:nth-child(2) {
  border-radius: 8px;

  border: 1px solid #3C77DF;
}
.server-item .item-item:nth-child(3) {
  border-radius: 8px;

  border: 1px solid #CB3939;
}
.server-item .item-item:nth-child(4) {
  border-radius: 8px;

  border: 1px solid #663AE5;
}

.server-item-bottom p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  line-height: 25px;
}
.server-item-bottom  p span:nth-child(1){
  font-weight: 600 !important;
}
.server-nav-item-active {
  color: #C5110A !important;
  position: relative;
}

.server-nav-item-active::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 3px;
  background: #C5110A;
}

.server-item-bottom span {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
}

#server .title-logo {
  margin-bottom: 26px !important;
}

.server-item .item-item:nth-child(1) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s1.png) no-repeat;
  background-size: 100% 100%;
}

.server-item .item-item:nth-child(2) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s2.png) no-repeat;
  background-size: 100% 100%;
}

.server-item .item-item:nth-child(3) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s3.png) no-repeat;
  background-size: 100% 100%;
}

.server-item .item-item:nth-child(4) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s4.png) no-repeat;
  background-size: 100% 100%;
}

.server-btns {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 260px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.server-btns div {
  cursor: pointer;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 280px;
  height: 48px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 48px;
}

.server-btns div:nth-child(1) {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/b1.png) no-repeat;
  background-size: 100% 100%;
}

.server-btns div:nth-child(2) {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/b2.png) no-repeat;
  background-size: 100% 100%;
}

#school {
  padding-top: 101px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/school-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
}

#school .title-logo {
  margin-bottom: 37px;
}

.school-box {
  display: flex;
}

.school-box-left {
  width: 315px;
  height: 572px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 227, 185, 0.69) 100%);
  border-radius: 8px;
  margin-right: 25px;
  padding: 30px 0 20px 15px;
  padding-top: 70px;
}

.school-box-right {
  background: #EBB019;
  border-radius: 8px;
  flex: 1;
  padding: 30px 60px;
  padding-bottom: 10px;
}

.school-box-left-conuntry {
  /* font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
  letter-spacing: 2px;
  margin-bottom: 30px; */
}

.school-box-left-img1 img {
  height: 37px !important;
  width: inherit !important;
}

.school-box-left-img1 {
  margin-bottom: 12px;
}

.school-box-left-public {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.page-link-li:hover a {
  color: #fff !important;
}

.page-link-li a:hover {
  color: #fff !important;

}

.school-box-left-img2 img,
.school-box-left-img3 img {
  height: 37px !important;
  margin-bottom: 12px;
  width: inherit !important;
}

.school-box-left-public1 {
  margin-bottom: 119px;
}

.school-box-left-fix {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  text-align: center;
}

.school-logo {
  width: 141px;
  height: 80px;
  margin-bottom: 8px;
}

.school-name {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

.school-list {
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  display: none;
}

.school-list-active {
  display: flex !important;
}

.school-item {
  margin-bottom: 10px;
  width: 26%;
  height: 121px;
}

.school-box-last {
  margin-left: 35px;
  width: 160px;
  height: 572px;
}

.school-box-last {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.school-box-last-item {
  width: 160px;
  height: 64px;
  cursor: pointer;
  background: red;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.school-box-last-item {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/s1.png) no-repeat;
  background-size: 100% 100%;
}

.school-box-last-item-active {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/s2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7F5D00;
}

.school-btn {
  margin: 0 auto;
  margin-top: 50px;
  width: 280px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/school-btn.png) no-repeat;
  background-size: 100% 100%;
}

#success {
  padding-top: 100px;
  padding-bottom: 43px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/succ.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#success  .swiper-button-prev{
  left: 7% !important;
  top: 60% !important;
  width: 40px !important;
  height: 40px !important;
  background-image:url(../imgs/l1.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
#success  .swiper-button-next{
  top: 60% !important;
  right: 7% !important;
  width: 40px !important;
  height: 40px !important;
  background-image:url(../imgs/r1.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.teacher-item {
  position: relative;
  width: 297px;
  height: 379px;
}

.teacher-item .p1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 220px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.teacher-item .p2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 266px;
}
/* 
.teacher-item:nth-child(5) {
  margin-left: 152px;
} */

#success .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
}

#before {
  padding-top: 104px;
  padding-bottom: 128px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/teamSwiper.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#success .title-logo::before {
  background: #FFF !important;
}

/* #teamSwiper .swiper-wrapper{
  height: 434px !important;
  width: 1150px !important;
} */
#teamSwiper {
  width: 1200px;
}
#success .swiper-slide{
  display: flex;
  flex-wrap: wrap;
}
#before .swiper-slide {
  width: 540px;
  height: 320px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

#before .swiper-slide p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 58px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  /* border-radius: 0px 0px 20px 20px; */
  line-height: 58px;
  display: none;
}

#before .swiper-slide-active {
  opacity: 1;
}

#before .swiper-slide-active p {
  display: block !important;
}

#before .swiper-slide-next {
  opacity: 1;
}

#before .swiper-slide-prev {
  opacity: 1;
}

#before .swiper-button-prev {
  left: 6% !important;
  background-image: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/left.png) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  top: 59% !important;
}

#before .swiper-button-next {
  right: 6% !important;
  background-image: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/right.png) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  top: 59% !important;
}

.offlineEducation-item {
  transition: all 0.2s linear;
}

.offlineEducation-item:hover {
  margin-top: -10px;
}

#address {
  padding-top: 103px;
  padding-bottom: 30px;
  background: #C5110A;
}

#address .title-logo {
  margin-bottom: 61px;
}

#address .title-logo::before {
  background: #FFF;
}

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

.div1 {
  width: 102px;
  height: 46px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEABB 100%);
  border-radius: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}

.div2 {
  width: 102px;
  height: 46px;
  background: #666666;
  border-radius: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}

.list-active {
  color: #FFF !important;
  background: #F3A711 !important;
}

.online-qianyue {
  display: block;
  position: fixed;
  top: 50%;
  right: .05rem;
  width: 2rem !important;
  margin-top: -.08rem;
  z-index: 100;
  cursor: pointer;
}

.list-bottom {
  width: 1200px;
  height: 371px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/address.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.list-bottom-active {
  display: flex !important;
}

.list-bottom-right {
  flex: 1;
  overflow: hidden;
  padding: 0 40px;
  padding-top: 12px;

}

.list-bottom-left {
  padding-top: 30px;
  width: 489px;
}

.address-btn {
  width: 231px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/up.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.address-city {
  width: 100%;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/city.png) no-repeat;
  background-size: 100% 100%;
  height: 104px;
  text-align: center;
  line-height: 104px;
  padding: 14px 0 10px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.address-city P:nth-child(1) {
  font-size: 40px;
  font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 55px;
  letter-spacing: 2px;
}

.address-city P:nth-child(2) {
  font-size: 20px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 4px;
}

.info1 i {
  display: block;
  margin-right: 5px;
  width: 18px;
  height: 19px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/time.png) no-repeat;
  background-size: 100% 100%;
}

.info2 i {
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 19px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/adre.png) no-repeat;
  background-size: 100% 100%;
}

.info1 {
  margin-top: 30px;
}

.info2 {
  margin-top: 20px;
  position: relative;
  padding-left: 53px !important;
}

.info2 i {
  position: absolute;
  left: 30px;
  top: 4px;
}

.info span {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
}

.info {
  display: flex;
  margin-bottom: 20px;
  padding: 0 30px;
  align-items: center;
}

.list-bottom-right .address-swiper {
  width: 100% !important;
  height: 303px;
  padding-bottom: 11px;
}
#success .address-swiper {
  width: 100% !important ;
}
.list-bottom-btn {
  width: 280px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/b1.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.avo {
  width: 140px;
  height: 158px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.avo-name {
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
  font-weight: 600;
  color: #333333;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 12px;
}
.avo-name span{
  font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 18px;
color: #333333;
line-height: 25px;
letter-spacing: 1px;
text-align: right;
font-style: normal;
margin-left: 10px;
}
.avo-title {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.avo-time {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}

#address .swiper-button-prev {
  background-image: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/next.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px !important;
  height: 30px !important;
  left: 165px !important;
  top: 85px !important;
  transform: rotate(180deg);
}

#address .swiper-button-next {
  background-image: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/next.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px !important;
  height: 30px !important;
  right: 165px !important;
  top: 85px !important;
}

.school-list-item:nth-child(5) .list-top {
  display: inline-flex !important;
}

.school-list-item:nth-child(5) .list-top div {
  margin-right: 20px;
}

.school-list-item {
  margin-bottom: 30px;
}

.address-tost {
  position: fixed;
  width: 240px;
  height: 50px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  display: none;
  line-height: 50px;
  z-index: 99;
}

.fixedTab {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  /* margin-left: -6rem !important; */
  /* width: 12rem; */
  height: 50px !important;
  /* background: #FCE391; */
  background: url(../imgs/navbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  display: flex !important;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 593px;
  margin-left: -225px;
  margin-top: -294px;
  background: url(../imgs/mask.png) no-repeat;
  background-size: 100% 100%;
}

.closed-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  left: 50%;
  margin-left: -19px;
  cursor: pointer;
  bottom: -60px;
}

.form-box {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 115px;
  bottom: 29px;
  background: #fff;
  border-radius: 10px;
  padding: 19px 35px;
}

.form-item {
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(224, 221, 221, 0.4);
  border-radius: 20px;
  border: 1px solid #EDEDED;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

select {

  border: none;

  background: transparent;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none
}

.form-item input,
.form-item select {
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*-khtml-user-select:none;!*早期浏览器*!*/
  user-select: none;
  outline: none;
  border: 0;
}

.bbbb {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
}

.form-item-spe {
  border: 0 !important;
  box-shadow: inherit;
  padding: 0;
  display: flex;
}

.form-item-spe input {
  width: 200px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(224, 221, 221, 0.4);
  border-radius: 20px;
  border: 1px solid #EDEDED;
  padding-left: 20px;
  margin-right: 20px;
}

.send-code-btn {
  width: 120px;
  height: 40px;
  background: #C5110A;
  box-shadow: 0px 2px 2px 0px rgba(224, 221, 221, 0.4);
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.count-down-time-txt {
  display: block;
  width: 120px;
  height: 40px;
  background: #C5110A;
  box-shadow: 0px 2px 2px 0px rgba(224, 221, 221, 0.4);
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.agree-policy-label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.agree-policy-label a {
  color: #FE4637;
}

.agree-policy {
  display: none;
}

.agree-policy+label::before {
  content: '';
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/unchecked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-right: 4px; */
  vertical-align: text-bottom;
  cursor: pointer;
  padding: 0 !important;
  margin-right: 3px;
  /* margin-bottom: 2px; */
}

.xieyi-form-item {
  padding-left: 20px;
}

.agree-policy:checked+label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 16px !important;
  height: 16px !important;
  background-image: url("https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/checked.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  /* margin-bottom: 2px; */
  margin-right: 3px;
}

.form-btn {
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/form-btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 20px;
}