@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

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

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
  -moz-user-select: none;
  /*火狐*/

  -webkit-user-select: none;
  /*webkit浏览器*/

  -ms-user-select: none;
  /*IE10*/

  -khtml-user-select: none;
  /*早期浏览器*/

  user-select: none;
}

* {
  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%;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.zhaoshan-box {
  word-spacing: 0 !important;
  /* text-align: center; */
}

.zt-wrap {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app img {
  width: 100%;
  height: 100%;
}

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

.recommended {
  padding-top: 28px;
  padding-bottom: 39px;
}

.recommended-nav {
  display: flex;
  justify-content: space-between;
}

.recommended-nav span {
  display: block;
  padding-bottom: 13px;
  font-size: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  width: calc(100% / 8);
  color: #333333;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.recommended-nav span.active {
  color: #C4202E !important;
}

.recommended-nav span.active::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #C4202E;
}

.recommended-item {
  width: 100%;
  height: 342px;
  display: none;
  justify-content: space-between;
}

.top-item {
  width: 270px;
  padding: 10px 10px 20px 10px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0px 2px 4px 0px #FFE9EB;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}

.recommended-item-active {
  display: flex !important;
}

.recommended-item-top {}

.item-list {
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 17px;
}

.recommended-list {
  padding-top: 20px;
  overflow-x: scroll;
}

.item-list span {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 9px;
  position: relative;
  display: block;
}

.recommended-btn {
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 250px;
  height: 48px;
  background: #D95252;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
}

.item-list span i {
  position: absolute;
  left: -17px;
  width: 10px;
  height: 10px;
  top: 0%;
  display: block;
}

.recommended-item:nth-child(2) .recommended-btn {
  background: #A444FF !important;
}

.recommended-item:nth-child(3) .recommended-btn {
  background: #F49B31 !important;
}

.recommended-item:nth-child(4) .recommended-btn {
  background: #ED7968 !important;
}

.recommended-item:nth-child(5) .recommended-btn {
  background: #32AAE4 !important;
}

.recommended-item:nth-child(6) .recommended-btn {
  background: #DF4F82 !important;
}

.recommended-item:nth-child(7) .recommended-btn {
  background: #47D3B8 !important;
}

.recommended-item:nth-child(8) .recommended-btn {
  background: #739EFF !important;
}

.recommended-item:nth-child(8) .top-item:nth-child(3),
.recommended-item:nth-child(8) .top-item:nth-child(4) {
  opacity: 0 !important;
}

.fotm-bg {
  width: 165px !important;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 35px;
}

.course-list {
  width: 1200px;
}

.course-nav {
  display: flex;
  margin-bottom: 29px;
}

.course-nav span {
  display: block;
  width: calc(100% / 8);
  cursor: pointer;
  padding: 16px 0;
  font-size: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  text-align: center;
  color: #333333;
}

.course-nav .course-active {
  border-bottom: 2px solid #C4202E !important;
  color: #C4202E !important;
}

.course-item {
  display: none;
  margin-bottom: 32px;
}

.course-item-active {
  display: block !important;
}

.course-btn {
  width: 240px;
  height: 48px;
  background: #F49026;
  border-radius: 30px;
  border: 2px solid #FFDF14;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 44px;
  font-size: 18px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

.course {
  padding-bottom: 50px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/coursebg.png) no-repeat;
  background-size: 100% 100%;
}

.recommended-box {
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/recommended.png) no-repeat;
  background-size: 100% 100%;
}

.teacher {
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/teacher.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

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

.teacher-item {
  padding: 16px;
  width: 270px;
  height: 380px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(196, 32, 46, 0.15);
  border-radius: 12px;
  cursor: pointer;
  transition: .3s linear;
}

.teacher-title {
  text-align: center;
  margin-top: 10px;
  position: relative;
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}

.teacher-img {
  height: 130px !important;
}

.teacher-title::after {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
  margin-left: -28px;
  width: 56px;
  height: 3px;
  background: #C4202E;
  border-radius: 3px;
  bottom: -5px;
}

.teacher-p {
  height: 30px;
  background: #FFD9D5;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}

.teacher-btn {
  margin: 0 auto;
  margin-top: 30px;
  width: 240px;
  height: 48px;
  background: #F49026;
  border-radius: 30px;
  border: 2px solid #FFDF14;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.teacher-item:hover {
  background: #C4202E !important;
  transform: scale(1.1);
}

.teacher-item:hover .teacher-title {
  color: #FFFFFF !important;
}

.teacher-item:hover .teacher-title::after {
  background-color: #FFFFFF !important;
}

.server {
  padding-bottom: 40px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/server.png) no-repeat;
  background-size: 100% 100%;
}

.serve-btn {
  cursor: pointer;
  margin: 0 auto;
  width: 240px;
  height: 48px;
  background: #F49026;
  border-radius: 30px;
  border: 2px solid #FFDF14;
  margin-top: 50px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
}

.study {
  padding-bottom: 40px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/study.png) no-repeat;
  background-size: 100% 100%;
}

.study-box {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
}

.study1 {
  width: 334px;

}

.study2 {
  width: 492px;
}

.div1 {
  height: 213px;
  width: 100%;
  background: linear-gradient(135deg, #F4230A 0%, #FF8450 100%);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px 34px;

}

.study3 {
  width: 334px;
}

.div2 {
  width: 100%;
  height: 178px;
  background: #FFF8F8;
  border-radius: 8px;
  padding: 24px 34px;
}

.div1 i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/11.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

.div1 p {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.div1 p:nth-child(5) {
  margin-bottom: 0;
}

.div2 p {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.div2 p:nth-child(4) {
  margin-bottom: 0;
}

.div2 i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/12.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

.study-btn {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 44px;
  width: 240px;
  height: 48px;
  background: #F49026;
  border-radius: 30px;
  border: 2px solid #FFDF14;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}

.brand {
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/brand.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.brand-box {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}

.brand-item {
  width: 270px;
  height: 210px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(196, 32, 46, 0.15);
  border-radius: 12px;
  padding: 20px 12px;
}

.brand-title {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.brand-title i {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.brand-con {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.brand-btn {
  margin: 0 auto;
  margin-top: 30px;
  width: 240px;
  height: 48px;
  background: #F49026;
  border-radius: 30px;
  border: 2px solid #FFDF14;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-size: 18px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
}

.form {
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}

.form-item {
  width: 340px;
  position: relative;
}

.form-item span {
  position: relative;
  font-size: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.i {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/0.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

#intentionCountry,
#phone-input,
#verification-code-input {
  width: 340px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #EB6F6F;
  outline: none !important;
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 50px;
}

.selsd::after {
  width: 20px;
  height: 12px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/s.png) center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 74%;
  margin-top: -6px;
  right: 10px;
}

input,
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

#verification-code-btn2,
#count-down {
  position: absolute;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #D50000;
  line-height: 25px;
  right: 10px;
  line-height: 50px;
  top: 0;
  cursor: pointer;
}

.sss {
  position: relative;
}

.form-btn {
  width: 520px;
  height: 60px;
  background: #FC9E28;
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
}

.agree-policy-label {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  display: flex;
  align-items: center;
  line-height: 25px;
}

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

.agree-policy {
  display: none;
}

.agree-policy+label::before {
  content: '';
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/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;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.agree-policy:checked+label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 14px !important;
  height: 14px !important;
  background-image: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/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;
}

.privacy_box {
  text-align: center;
  margin-top: 20px;
}

.count-down-time-txt {
  color: #D50000 !important;
  font-size: 18px !important;
  margin: 0;
  height: 50px;
  display: block;
  line-height: 50px;
}

.fix {
  position: fixed;
  width: 160px;
  height: 417px;
  background: url(https://h5cdn.jjl.cn/20231228_language_xiaoyuzhong/PC/images/fix.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -208px;
  left: 0px;
  z-index: 9;
}

.fix-list {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 52px;
  top: 100px;
}

.fix-list p {
  height: 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 25px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.45);
}
.close-btn{
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  top:0;
  right: 0;
}
.fix-show{
  width: 90px;
  height: 75px;
  cursor: pointer;
  position: fixed;
  top:50%;
  left: 0%;
  margin-top: -37px;
  display: none;
}