html,body{ 
  /* font-family: 'Microsoft YaHei', Arial, Atilla,'Hiragino Sans GB', 'Open Sans', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;  */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  margin:0; 
  padding:0; 
  color: #25355e;
  letter-spacing: 0.03rem;
  font-size: 16px;
}
body{
  background-color: #fff;
}
input,button{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  outline: none;
  padding: 0;
  letter-spacing: 0.05rem;
}
input:-webkit-autofill{
  font-size: 16px;
}
input.inputText{
  background-color: #f7f8fd;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 10px;
  font-size: 17px;
}
textarea{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
  margin: 0;
  padding: 10px;
}
input[type=search]{
  background:none;
  text-align: left;
}
ol, ul, li{ list-style-type:none; margin:0; padding:0;}
a{ color:#25355e; display: inline-block;}
a:hover{ color:#25355e;}
a:link,a:visited,a:hover,a:active{ text-decoration:none;}
h1,h2,h3,p{ margin:0; font-weight: normal;}
.beforeX{ position: relative;}
.beforePR::before{ position: relative; content: ''; display: flex;}
.yellColor{
  color: #e8940f;
}
img{ max-width: 100%;}
input,button{ border: 0; background: none;}
button{ cursor: pointer;}
.animat{transition: all .3s ease 0s;}
.animat:hover{transform: scale(1.05);}

input:focus{ outline: 0;}
input::-webkit-input-placeholder{color:rgba(167,179,209,.7) !important;}
input::-moz-placeholder{  color:rgba(167,179,209,.7) !important;}
input:-moz-placeholder{ color:rgba(167,179,209,.7) !important;}
input:-ms-input-placeholder{ color:rgba(167,179,209,.7) !important;}
textarea::-webkit-input-placeholder{color:rgba(167,179,209,.7) !important; font-weight: normal;}
  *, ::after, ::before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      user-select: text;
  }
   
  .clockTC{
      cursor: pointer;
      position: absolute;
      right: 15px;
      bottom: 10px;
      height: 30px;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .clockTC::before{
      content: '';
      position: absolute;
      display: block;
      width: 80%;
      height: 9%;
      transform: rotate(45deg);
      background-color: #2f3c4e;
  }
  .clockTC::after{
      content: '';
      position: absolute;
      display: block;
      width: 80%;
      height: 9%;
      transform: rotate(-45deg);
      background-color: #2f3c4e;
  }

/* 复选框 */

.check_box{ display:inline-block; position:relative;}
.check_box input,.radio_box input{display: none;}
.check_box label{ height:25px; position:relative; display: flex; align-items: center; padding-left: 30px; padding-right: 10px; background:#fff; cursor:pointer; margin:5px 0;}

.check_box label::before{content:''; width:20px; height:20px; position:absolute;left:3px;background-color: #fff;border:1px solid #dbdbdb;}
.check_box label:after{ content:''; width:10px; height:5px; left:8px; top: 8px; position:absolute; border:2px solid #73716e; border-top:none; border-right:none; opacity:0; transform:rotate(-45deg); /*-webkit-transform:rotate(-45deg);*/}
.check_box label:hover::before{ border:1px solid #c6c6c6;}
.check_box input:checked + label:after{ opacity:1; border:2px solid #73716e; border-top:none; border-right:none;}

.check_boxL{ display:inline-block; position:relative;}
.check_boxL input,.radio_box input{display: none;}
.check_boxL label{ height:25px; position:relative; display: flex; align-items: center; padding-left: 30px; padding-right: 10px; background:#fff; cursor:pointer; margin:5px 0;}
.check_boxL label::before{
  content:''; width:20px; height:20px; 
  border-radius: 3px;
  position:absolute;left:3px;background-color: #fff;border:1px solid #dbdbdb;
}
.check_boxL label b{ content:''; width:10px; height:5px; left:8px; top: 8px; position:absolute; border:2px solid #73716e; border-top:none; border-right:none; opacity:0; transform:rotate(-45deg); /*-webkit-transform:rotate(-45deg);*/}
.check_boxL label:hover::before{ border:1px solid #c6c6c6;}
.check_boxL input:checked + b{ opacity:1; border:2px solid #73716e; border-top:none; border-right:none;}
/* 复选框 结束*/


/* 首页 */
.content{
  max-width: 1200px;
  padding: 0 5px;
  margin: auto;
}
.familyTop{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(255,255,255,0.95);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.familyTop .content{
  display: flex;
  justify-content: space-between;
}
.familyLogin{
  display: flex;
  align-items: center;
}
.familyTop .nav{
  display: flex;
  align-items: center;
}
.familyTop .nav > ul{
  display: flex;
  text-align: center;
}
.familyTop .nav > ul span{
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
  color: #334680;
}
.familyTop .nav > ul h1{
  display: block;
  font-size: 18px;
  color: #334680;
}
.familyTop .nav > ul li{
  padding: 0 15px;
}
.familyTop .nav > ul li.active h1{
  color: #f65020;
  font-size: 20px;
}
.familyTop .nav > ul li.active span,
.familyTop .nav > ul li.active h1{
  color: #f65020;
}
.familyTop .nav > ul li:hover span,
.familyTop .nav > ul li:hover h1{
  color: #f65020;
}
.familyTopR{
  display: flex;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
  align-items: center;
}
.familyTopR::before{
  position: absolute;
  right: 0;
  content: '';
  border-left: 1px;
  width: 1px;
  height: 40px;
  border-left: 1px dotted rgba(0, 0, 0, 0.1);
}
.familyTopR span{
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin: 0 5px;
}
.familyTopR span:nth-child(1){
  background: url(../images/intoF.png) no-repeat center;
}
.familyTopR span:nth-child(2){
  background: url(../images/intoT.png) no-repeat center;
}
span.wxpInto{
  background: url(../images/intoW.png) no-repeat center;
  width: 55px;
}
.HelpDesk{
  position: relative;
  display: flex;
}
span.whatapp{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/intoH.png) no-repeat center;
}

/* banner */
.IndBanner{
  padding-top: 80px;
}
.IndBanner a{
  display: block;
  width: 100%;
  text-align: center;
}
.IndSwiper{
  position: absolute;
  bottom: 70px;
  width: 100%;
  height: 22px;
  display: flex;
  justify-content: center;
}
.IndSwiper .swiper-pagination{
  background-color: rgba(0,0,0,0.4);
  padding: 0 10px;
  height: 22px;
  border-radius: 11px;
  opacity: 0.6;
}
.IndSwiper .swiper-pagination-bullet{
  height: 10px;
  width: 10px;
  opacity: 1;
  background: none;
  border: 1px solid #fff;
  margin: 0 3px;
}
.IndSwiper .swiper-pagination-bullet-active{
  background-color: #fff;
}
.loginDiv{
  margin-top: -45px;
  position: relative;
  z-index: 3;
}
.loginDiv::after{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff7555;
  border-radius: 15px;
  top: -5px;
}
.loginDiv > div{
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  z-index: 1;
  width: 100%;
  display: flex;
  box-shadow: 0 8px 10px rgba(49,147,252,0.13);
}
.loginDivL{
  padding: 10px 15px;
  height: 115px;
  width: 70%;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.loginDivL h1{
  font-size: 24px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.loginDivL h1 span{
  color: #ffd602;
}
.loginDivL > div{
  display: flex;
}
.loginDivL > div span{
  margin: 0 8px;
  width: 40%;
}
.loginDivL > div span input{
  line-height: 55px;
  height: auto;
  border: 0;
  border-radius: 13px;
}
.loginDivL > div span:nth-child(1){
  width: 55%;
}
.loginDivL > div span:nth-child(2){
  width: 30%;
}
.loginDivL > div span:nth-child(3){
  width: 15%;
}
.loginDivL > div span:nth-child(1) input{
  background: url(../images/into04.png) no-repeat left 10px center #f5f7fb;
  padding: 0 10px 0 48px;
}
.loginDivL > div span:nth-child(2) input{
  background: url(../images/into05.png) no-repeat left 10px center #f5f7fb;
  padding: 0 10px 0 48px;
}
.loginDivL > div span:nth-child(3) input{
  background: #ff7555;
  color: #fff;
  padding: 0 25px 5px 25px;
  line-height: 50px;
  font-size: 20px;
  width: 100%;
  
}
.loginDivR{
  position: relative; 
  display: flex;
  align-items: center;
}
.loginDivR ul{
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 8px;
}
.loginDivR ul li{
  padding: 0 8px;
}
.loginDivR ul li:last-child{
  border: 0;
}
.loginDivR ul li h1{
  font-size: 16px;
}
.loginDivR ul li span{
  font-size: 16px;
  display: block;
}
.loginDivR ul li span b{
  font-weight: normal;
}
.loginDivR ul li a{
  position: relative;
}
.loginDivR ul li:nth-child(1) a{
  min-width: 110px;
}
.loginDivR ul li:nth-child(2) a{
  min-width: 88px;
}
.loginDivR ul li:nth-child(3) a{
  min-width: 80px;
}
.loginDivR ul li:nth-child(4) a{
  min-width: 80px;
}
.loginDivR ul li:nth-child(1) a:hover{
  color: #ff7e14;
}
.loginDivR ul li:nth-child(2) a:hover{
  color: #f64351;
}
.loginDivR ul li:nth-child(3) a:hover{
  color: #636dfd;
}
.loginDivR ul li:nth-child(4) a:hover{
  color: #469bf9;
}

/* 学习资源 */
.IndResource{
  padding: 20px 0;
}
.IndResource .title {
  color: #222f5d;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.IndResource .title span {
  display: flex;
  text-transform: uppercase;
  position: relative;
  align-items: center;
}
.IndResource .title span::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/into20.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}
.IndResource .title h1 {
  font-size: 26px;
  margin-left: 5px;
  margin-right: 10px;
}
.IndResource .title h2 {
  font-size: 25px;
}
.IndResource .search{
  background-color: #f5f7fb;
  height: 55px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  padding: 0 60px 0 15px;
  position: relative;
  width: 40%;
  max-width: 440px;

}
input.buttonSearch{
  position: absolute;
  right: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url(../images/into21.png) no-repeat center #fe7b45 !important;
}
.IndResource .search input{
  border: 0;
  background: none;
}
.IndTitleDiv{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ResourceNav > div:nth-child(2){

}
.ResourceNav > div > header{
  background-color: #ffede0;
  min-height: 65px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  padding: 5px 15px 17px 15px;
  color: #f1441c;
  font-size: 20px;
}
.ResourceNav > div > header b{
  font-weight: normal;
}
.ResourceNav > div > header span:nth-child(1){
  padding-right: 5px;
}
.ResourceNav > div:nth-child(2) > header{
  background-color: #def8f2;
  color: #008d6e;
}
.ResourceNav > div:nth-child(3) > header{
  background-color: #daf3ff;
  color: #004db6;
}
.ResourceNav > div > ul{
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  margin-top: -12px;
  position: relative;
  margin-bottom: 15px;
}
.ResourceNav > div:last-child ul{
  margin-bottom: 0;
}
.ResourceNav > div > ul::before{
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: -1px;
  left: 0;
  z-index: 1;
  position: absolute;
}
.ResourceNav > div > ul li{
  padding: 6px;
  cursor: pointer;
  width: 16.666666%;
  position: relative;
  z-index: 1;
}
.navInto{
  position: relative;
  text-align: center;
  padding: 15px 5px;
}
.navInto::before{
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  color: #25355e;
}
.navInto span{
  font-size: 17px;
  opacity: 0.8;
  line-height: 30px;
}
.navInto h1{
  font-size: 18px;
}
.EtutoreClassInto::before{
  background: url(../images/img/EtutoreClassIcon.png) no-repeat center;
}
.QuestionBankInto::before{
  background: url(../images/img/QuestionBankIcon.png) no-repeat center;
}
.WordStarInto::before{
  background: url(../images/img/WordExpressIcon.png) no-repeat center;
}
.HanyuPinyinInto::before{
  background: url(../images/img/HanyuPinyinIcon.png) no-repeat center;
}
.TextbookIdiomInto::before{
  background: url(../images/img/TextbookIdiomIcon.png) no-repeat center;
}
.ChineseExpressInto::before{
  background: url(../images/img/ChineseExpressIcon.png) no-repeat center;
}
.ListeningExpressInto::before{
  background: url(../images/img/ListeningExpressIcon.png) no-repeat center;
}
.WritingExpressInto::before{
  background: url(../images/img/WritingExpressIcon.png) no-repeat center;
}
.OralExpressInto::before{
  background: url(../images/img/OralExpressIcon.png) no-repeat center;
}
.OracyDialogueInto::before{
  background: url(../images/img/OracyDialogueIcon.png) no-repeat center;
}
.MoralEducationInto::before{
  background: url(../images/img/MoralEducationIcon.png) no-repeat center;
}
.LeveledeBookInto::before{
  background: url(../images/img/LeveledeBookIcon.png) no-repeat center;
}
.ReadingExpressInto::before{
  background: url(../images/img/StoryFunlandIcon.png) no-repeat center;
}
.ClassicSeriesInto::before{
  background: url(../images/img/ClassicSeriesIcon.png) no-repeat center;
}
.StoryFunlandpressInto::before{
  background: url(../images/img/StoryFunlandIcon.png) no-repeat center;
}
.GrowthSeriesInto::before{
  background: url(../images/img/GrowthSeriesIcon.png) no-repeat center;
}
.ComicSeriesInto::before{
  background: url(../images/img/ComicSeriesIcon.png) no-repeat center;
}
.ShowTellnto::before{
  background: url(../images/img/ShowTellIcon.png) no-repeat center;
}
.ReadingExpressInto::before{
  background: url(../images/img/ReadingExpressIcon.png) no-repeat center;
}
.mode1 li{
  width: 20%;
}
.mode1 li:nth-child(11),
.mode1 li:nth-child(12),
.mode1 li:nth-child(13),
.mode1 li:nth-child(14),
.mode1 li:nth-child(15),
.mode1 li:nth-child(16){
  width: 16.666666%;
}

.IndStudy{
  background-color: #fff8f6;
}
.IndStudy ul{
  display: flex;
  padding: 10px;
}
.IndStudy ul li{
  padding: 20px 15px;
}
.IndStudy ul li a{
  display: block;
  position: relative;
}
.IndStudy ul li a > div{
  z-index: 3;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e6ea;
  border-radius: 15px;
  text-align: center;
}
.IndStudy ul li a > div span{
  font-size: 17px;
  display: block;
  padding-top: 10px;
  line-height: 20px;
  opacity: 0.8;
}
.IndStudy ul li a > div h1{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}
.IndStudy ul li a::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  background-color: #fff;
  border: 1px solid #e5e6ea;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  z-index: 2;
}
.IndStudy ul li a::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  background-color: #fff;
  border: 1px solid #e5e6ea;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.IndStudy ul li a:hover > div{
  box-shadow: 0 0 5px rgba(0,0,0,0.08);
}
.IndStudyImg{
  border-radius: 14px;
  overflow: hidden;
  display: flex;
}
.navIntoHover{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #ff3900;
  -webkit-transition: all .5s ease .1s;
  -o-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  -webkit-transform: scale3d(0, 1, 0);
  -ms-transform: scale3d(0, 1, 0);
  -o-transform: scale3d(0, 1, 0);
  transform: scale3d(0, 1, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navInto:hover .navIntoHover{
  opacity: 1;
  background: rgba(255, 57, 0, 0.8);
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 2;
}
.navIntoHover span{
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  margin: 3px;
  opacity: 1;
}
span.navXQ{
  background: url(../images/into11.png) no-repeat center #fff;
}
span.navShop{
  background: url(../images/into12.png) no-repeat center #fff;
}
span.navSub{
  background: url(../images/into25.png) no-repeat center #fff;
}
.Popup{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity .15s linear;
}
.Popup.show,
.Popup.show1{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.PopupDiv{
  background-color: #fff;
  max-width: 435px;
  border-radius: 8px;
  width: 90%;
  position: relative;
  padding: 10px 15px;
  z-index: 1;
}
.PopupDiv.gradeOne{
  max-width: 480px;
}
.PopupDiv.gradeOne div.titleList{
  max-height:320px;
}
.PopupDiv > header{
  text-align: center;
  font-size: 24px;
  color: #f54b4c;
  line-height: 40px;
  padding: 5px;
  font-weight: 600;
}
.PopupDiv > p{
  font-size: 16px;
  color: #000;
  padding-bottom: 8px;
  line-height: 22px;
}
.PopupDiv > h2{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  /* border-top: 1px dotted rgba(0, 0, 0, 0.1); */
}
.PopupDiv > h2 span{
  color: #f54b4c;
}
.PopupDiv > div{
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.PopupDiv > div a{
  background-color: #ff7f4a;
  line-height: 45px;
  font-size: 17px;
  color: #fff;
  padding: 0 10px;
  border-radius: 8px;
  display: block;
  margin: 0 5px;
  transition: all 0.3s;

}
.PopupDiv > div a:nth-child(1){
  background-color: #108bea;
}
.PopupDiv > div a:nth-child(2){
  background-color: #00c292;
}
.PopupDiv > div a:nth-child(3){
  background-color: #ff9066;
}
.PopupDiv > div a:hover{
  transform: scale(1.05);
}
.PopupWX .PopupDiv{
  text-align: center;
  padding-top: 30px;
  max-width: 380px;
}
.PopupShop .PopupDiv > div.priceTwo{
  border: 0;
  background-color: #f2f7fb;
  text-align: center;
  margin-bottom: 10px;
  padding: 8px 3px;
}
.PopupShop .gradeOne > div.priceTwo{
  background: none;
  padding: 0;
}
.PopupShop .gradeOne > div.priceTwo div{
  position: relative;
  background-color: #f2f7fb;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  margin-top: 5px;
}
.totalPrice{
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  color: red;
}
b.clickHide,
b.clickHide1{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 2px solid #222f5d;
  border-radius: 50%;
}
b.clickHide1{
  display: none;
}
.show2 b.clickHide1{
  display: flex;
}
.show2 b.clickHide{
  display: none;
}
b.clickHide::before,
b.clickHide1::before{
  content: '';
  display: block;
  width: 65%;
  height: 2px;
  background-color: #222f5d;
  transform: rotate(45deg);
  position: absolute;
}
b.clickHide::after,
b.clickHide1::after{
  position: absolute;
  content: '';
  display: block;
  width: 65%;
  height: 2px;
  background-color: #222f5d;
  transform: rotate(-45deg);
}

.Popup i{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.PopupShop .PopupDiv > header{
  color: #4583fc;
}
.PopupShop .PopupDiv > h2{
  border: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.PopupShop .PopupDiv > div a:nth-child(2){
  background-color: #ff9066;
}
.PopupShop .PopupDiv div.titleList > ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  /* max-width: 320px; */
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.PopupShop .gradeOne div.titleList > ul{
    max-width: 100%;
}
.PopupShop .PopupDiv div.titleList > ul li{
  width: 50%;
  /* max-width: 140px; */
}
.IndSontact{
  background-color: #ff7f4a;
}
.IndSontact .content{
  background: url(../images/familyGirl.png) center right no-repeat;
  padding: 60px 60px 0 60px;
  height: 377px;
  color: #fff;
}
.IndSontact h1{
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  height: 95px;
  width: 70%;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.IndSontact h1 span{
  background-color: #ff8e5f;
  position: relative;
  line-height: 35px;
  font-size: 32px;
}
.IndSontact h1::before{
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  left: 20px;
  border: 2px solid #fdcc18;
  opacity: 0.8;
}
.IndSontact ul{
  padding:25px;
}
.IndSontact ul li{
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding-left: 50px;
}
.IndSontact ul li:nth-child(1){
  background: url(../images/into14.png) no-repeat center left;
}
.IndSontact ul li:nth-child(2){
  background: url(../images/into15.png) no-repeat center left;
}
.IndSontact ul li:nth-child(3){
  background: url(../images/into16.png) no-repeat center left;
}

/* 底部 */
.IndFooter{
  background-color: #09131d;
}
.IndFooter .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  min-height: 85px;
}
.IndFooterR{
  display: flex;
  align-items: center;
}
.IndFooter_ny .content{
  min-height: 65px;
}
.IndFooterL{
  color: rgba(255,255,255,0.5);
}
.IndFooterL ul{
  display: flex;
}
.IndFooterL ul li{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.IndFooterL ul li::before{
  position: absolute;
  right: 0;
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  background-color: rgba(255,255,255,0.5);

}
.IndFooterL ul li:last-child:before{
  display: none;
}
.IndFooterL > div{
  padding: 5px 10px 0 10px;
  line-height: 20px;
}

/* 订阅 */
.subTop .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.subTop .familyLogin{
  padding: 0;
}
.subTopR{
  display: flex;
  align-items: center;
}
.subTopR > img{
  margin-right: 10px;
}
.subTopR a{
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-left: 20px;
  background: url(../images/familyHome.png) no-repeat center #eaf6fc;
  position: relative;
}
.subTopR a::before{
  display: block;
  content: '';
  width: 1px;
  height: 50px;
  background-color: #e7e6eb;
  position: absolute;
  left: -20px;
}
.subT_tit{
  background: url(../images/SubscribeBj1.png) no-repeat #fd7d4c center;
  min-height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
}
.subT_tit span{
  display: inline-block;
  margin: auto;
  line-height: 50px;
  padding-left: 50px;
  font-size: 26px;
  color: #fff;
  background: url(../images/into17.png) no-repeat center left;
}
.loginTit .LoginDiv li input{
  height: auto;
}
.bjLogin #login.demo_main{
  min-height: 85vh;
}


.subBox{
  background-color:#f6fafd;
  padding: 10px 0 0;
  min-height: 680px;
}
.subBoxBj{
  background: #fff;
}
.subT_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.subT_text span{
  display: flex;
  font-size: 22px;
  color: #000;
  padding: 10px 0;
  align-items: center;
  position: relative;
}
.subT_text span::before {
  content: '';
  display: block;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 3px;
  background: url(../images/s.png) no-repeat center;
}
button.MyGartB{
  position: relative;
  line-height: 50px;
  padding: 0 20px 0 60px;
  font-size: 20px;
  border-radius: 12px;
  color: #fff;
  border: 0;
  background: url(../images/into18s.png) #ff9529 center left 15px no-repeat;
}
button.MyGartB b{
  font-weight: normal;
}
button.MyGartB:hover{
  background-color: #fd7d4c;
}
.specificCon{
  padding-bottom: 10px;
  padding-top: 0;
}
.specificCon > div{
  margin-bottom: 5px;
}
.specificCon > div header{
  padding:5px 10px 5px 28px;
  color: #f1441c;
  font-size: 17px;
  position: relative;
}
.specificCon > div header::before{
  content: '';
  width: 6px;
  height: 20px;
  background-color: #f1441c;
  position: absolute;
  left: 12px;
  border-radius: 3px;
}
.specificCon > div:nth-child(2) header::before{
  background-color: #00c58d;
}
.specificCon > div:nth-child(3) header::before{
  background-color: #004db6;
}
.specificCon > div:nth-child(2) header{
  color: #00b798;
}
.specificCon > div:nth-child(3) header{
  color: #004db6;
}
.specificCon > div > ul{
  display: flex;
  flex-wrap: wrap;
}
.specificCon > div > ul > li{
  width: 16.666666%;
  padding: 8px;
}
.specificCon > div b{
  font-weight: normal;
}
.specificDiv{
  background-color: #fff;
  border: 1px solid #e9eaf2;
}
.specificDiv .priceTwo{
  min-height: 42px;
  padding-top: 8px;
  margin-top: 3px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.specificDiv .navInto{
  padding-bottom: 0;
}
.specificDiv h2{
  text-align: center;
  font-size: 16px;
  padding: 0 3px;
}
.specificDiv h2 span {
  color: #f54b4c;
  font-size: 18px;
}
/* input.MoreDetails{
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin: 0 auto;
  padding: 0 10px;
  color: #00000099;
  display: flex;
}
input.MoreDetails:hover{
  background-color: rgba(0, 0, 0, 0.05);
} */
.SelectGrade{
  height: 40px;
  display: flex;
  justify-content: center;
  width: 105px;
  margin: auto;
}
.SelectGrade select{
  background-color: #f9f9f9;
  border-radius: 12px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  appearance: auto;
}
.SelectGrade select option{
  cursor: pointer;
}
.specificDiv > footer{
  display: flex;
  border-top: 1px solid #e9eaf2;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-top: 5px;
}
.specificDiv > footer span{
  color: #f54b4c;
  font-size: 20px;
  margin-right: 10px;
}
.specificDiv > footer input{
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
}
input.MyCart{
  background: url(../images/into18.png) no-repeat center #3ed598;
}
input.MyCart:hover{
  background-color: #00b36b;
}
input.MoreDetails{
  background: url(../images/into22s.png) no-repeat center #fff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
input.MoreDetails:hover{
  background: url(../images/into22.png) no-repeat center #ffaa00;
  border: 0 !important;
}
.specificDiv p{
  line-height: 22px;
  margin: 10px;
  color: #25355e;
  font-size: 16px;
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}


/* 我的购物车 */
.subT_titMG{
  background: url(../images/SubscribeBj2.png) no-repeat #fc657b center;
}
.subT_titMG span{
  background: url(../images/into18s1.png) no-repeat center left;
}
.MyGartTit{
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  margin: 15px 10px;
  padding: 0 20px;
}
.MyGartTit div{
  line-height: 65px;
  font-size: 21px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.MyGartTit div:nth-child(1),
.myCatDiv_L{
  width: 25%;
  justify-content: flex-start;
  min-width: 340px;
}
.MyGartTit div:nth-child(2),
.myCatDiv_G{
  width: 35%;
  min-width: 260px;
}
.MyGartTit div:nth-child(3),
.MyGartTit div:nth-child(4),
.MyGartTit div:nth-child(5),
.myCatDiv_U{
  width: 25%;
  min-width: 120px;
}
.myCatDiv ul .eM_delete {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.myCatDiv ul .eM_delete::before{
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #2f3c4e;
  border-radius: 1px;
}
.myCatDiv ul .eM_delete::after{
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #2f3c4e;
  border-radius: 1px;
}
.myCatDiv {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
}
.myCatDivList{
  padding: 0 20px;
  min-height: 420px;
}
.myCatDivList ul{
  display: flex;
  align-items: center;
  border-bottom: 1px #ddd dotted;
  position: relative;
}
.myCatDivList ul:last-child{
  border: 0;
}
.myCatDiv_L{
  display: flex;
  align-items: center;
}
.myCatDiv .navInto{
  padding: 20px 0 15px 95px;
  display: flex;
  align-items:center;
  min-height: 95px;
  flex-wrap: wrap;
}
.myCatDiv .navInto::before{
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: 100%;
  left: 0;
}
.myCatDiv .navInto span{
  line-height: 20px;
}
.myCatDiv .navInto h1{
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 30px;

}
.myCatDiv_G{
  padding: 10px 0;
}
.myCatDiv_G div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.myCatDiv_G div span{
  border-radius: 5px;
  background-color: #f6f6f6;
  height: 38px;
  margin: 5px;
  display: flex;
  align-items: center;
  font-size: 17px;    
  padding: 0 10px;
}
.myCatDiv_G div span b{
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}
.myCatDiv_G div span b::before{
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #a5abbb;
  transform: rotate(45deg);
  position: absolute;
}
.myCatDiv_G div span b::after{
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #a5abbb;
  transform: rotate(-45deg);
  position: absolute;
}
input.addGradeMG{
  width: 120px;
  border-radius: 5px;    
  margin: 5px;
  background-color: #fddc71;
  height: 38px;
  border: 0;
  font-size: 17px;
}
.myCatDiv_U{
  text-align: center;
  font-size: 18px;
}
.myCatDiv .red{
  color: #f54b4c;
}
.myCatTotal{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding: 10px 20px;
  font-size: 18px;
}
.myCatTotal div:nth-child(1){
  display: flex;
  align-items: center;
}
.myCatTotal input{
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.myCatTotal div:nth-child(2){
  padding-top: 5px;
}
.myCatTotal div:nth-child(2) span{
  font-size: 26px;
  padding: 0 5px;
}
.myCatFooter{
  display: flex;
  justify-content: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.myCatFooter p{
  width: 100%;
  color: #25355e;
  font-size: 17px;
  text-align: center;
  margin: 5px;
}
.myCatFooter input{
  margin: 10px;
  line-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  font-size: 20px;
  color: #fff;
  min-width: 120px;
}
.myCatFooter input:hover{
  transform: scale(1.05);
}
input.blueBut{
  background-color: #108bea;
}
input.redBut{
  background: url(https://www.etutormall.com/images/into32.png) no-repeat right 10px center #fe5547;
  padding: 0 45px 0 15px;
}
input.mypOBack {
  background: url(https://www.etutormall.com/images/into35.png) no-repeat left 15px center #108bea !important;
  padding: 0 20px 0 45px;
}
input.yellowBut{
  background-color: #ff9529;
}
input.greenBut{
  background-color: #00c292;
}

/* 用户订阅信息 */
.subT_titU{
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 12px 0 8px 0;
  min-height: auto;
}
.subT_titU span{
  background: none;
  font-size: 22px;
  padding: 0 0 10px 0;
  line-height: 25px;
}
.subT_titU h1{
  font-size: 28px;
  width: 100%;
  color: #fff;
  padding-bottom: 8px;
}
.userInBox .content{
  padding: 20px 10px 0px 10px;
}
.userInMain {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.userInMain ul{
  padding:30px 10px;
}
.userInMain ul li{
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.userInMain ul li > div:nth-child(1){
  width: 30%;
  text-align: right;
  padding:12px 10px;
  font-size: 18px;
}
.userInMain ul li > div:nth-child(1) i{
  color: red;
  font-style: normal;
}
.userInMain ul li div:nth-child(2){
  width: 70%;
}
.userInMain ul li div:nth-child(2) span{
  /* display: flex; */
  display: inline-block;
  position: relative;
}
.userInMain input#txtpassword,
.userInMain input#txtpwd{
    padding-right: 40px !important;
}
b.eye{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/eyeInto.png) no-repeat center;
    right: 10px;
    top: 8px;
}
b.eye1{
    background: url(../images/eyeInto1.png) no-repeat center;
}
.userInMain ul li input{
  -webkit-user-select: text;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
  margin: 0;
  padding: 10px;
  min-width: 480px;
  font-size: 18px;
  height: 48px;
  width: auto;
}

.userInMain ul li:nth-child(1) input,
.userInMain ul li:nth-child(2) input{
  min-width:340px;
}
.userInMain ul li select{
  border: 1px solid rgba(0,0,0,.2) !important;
  height: 48px;
  width: auto;
  min-width: 480px;
  border-radius: 3px;
  font-size: 18px;
  appearance: auto;
  cursor: pointer;
}
.userInMain ul li button{
  background-color: #ff9d48;
  line-height: 25px;
  border-radius: 8px;
  color: #fff;
  padding: 5px 20px 8px 20px;
  font-size: 20px;
  margin-left: 10px;
}
.userInMain ul li button:hover{
  background-color: #f3892d;
}
.userInMain ul li p b{
  font-weight: normal;
  color: red;
}
.userInMain footer{
  /* border-top: 1px solid #eaeaea;
  padding: 10px 20px ; */
}
.userInMain footer > div{
  width: 100% !important;
}
.userInMain footer .check_boxL label b{
  top: 9px;
}
.userInMain footer .check_boxL label{
  font-size: 17px;
  padding-left: 30px;
}
.codeDivfooter{
  padding: 0 !important;
}
.imgPC{
  width: 100%;
  height: 548px;
}
.imgPC img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgSJ,
.imgSJ1600,
.imgSJ1024,
.login_m_nav,
.loginM,
input.searchM{
  display: none;
}
.PopupSettlement i{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.PopupSettlement .PopupDiv{
  background: #fff;
  padding: 0;
  max-width: 480px;
  margin: auto;

}
.PopupSettlement .PopupDiv > div{
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px 15px 10px 15px;
  border-radius: 12px;
  flex-wrap: wrap;
  max-width: 390px;
  margin: auto;
}
.PopupSettlement .PopupDiv ul{
  width: 100%;
  padding-top: 10px;
}
.PopupSettlement .PopupDiv footer{
  width: 100%;
  text-align: center;
}
.PopupSettlement .PopupDiv footer a{
  background:none;
  color: #25355e;
  text-align: center;
}
.PopupSettlement ul li{
  padding-bottom: 10px;
}
.PopupSettlement ul li:last-child{
  padding-bottom: 0;
}
.PopupSettlement ul li input{
  border: 1px solid #ececec;
  line-height: 50px;
  height: auto;
  border-radius: 13px;
  padding: 0 10px 0 48px;
}
.VCodeDiv input{
  padding: 0 10px !important;
}
.PopupSettlement ul li span{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  display: flex;
  color: #25355e;
}
.PopupSettlement ul li:nth-child(1) input{
  background: url(../images/into04_1.png) no-repeat left 10px center #f9fafc;
}
.PopupSettlement ul li:nth-child(2) input{
  background: url(../images/into05_1.png) no-repeat left 10px center #f9fafc;
}
.PopupSettlement input.buttonSignAS{
  color: #108bea;
  background-color: #fff;
  border: 1px solid #108bea;
}
.PopupSettlement footer{
  padding: 10px 0;
}
.PopupSettlement footer input{
  padding: 0 15px;
  font-size: 20px;
  width: 70%;
  border-radius: 13px;
  border: 0;
  color: #fff;
  line-height: 48px;
}
input.buttonSignIN{
  background: #ff7555 ;
  line-height: 48px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
}
input.buttonSignINBlue{
  background-color: #3dd1ff;
}
input.buttonSignAS{
  color: #fff;
  /* border: 1px solid #fe5547;  */
  line-height: 48px;
  border: 0;
  background-color: #3aafff;
}
.PopupSettlement footer input:hover {
  transform: scale(1.05);
}
/* 订单详情 */
.subT_titOD{
  background: url(../images/SubscribeBj2.png) no-repeat #fc657b center;
}
.subT_titOD span {
  padding-left: 60px;
  font-size: 22px;
  background: url(../images/into23.png) no-repeat center left;
  background-size: 45px;
  padding-left: 50px;
}
.subT_titOD span br{
  display: none;
}
.OrderDetailsMain{
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px rgb(0 0 0 / 5%);
  padding: 0 20px;
  flex-wrap: wrap;
  display: flex;
  margin: 5px 5px 15px 5px;
}
.content > .OrderDetailsMain:nth-child(2){
  margin-bottom: 0px;
}
.OrderDetailsMain h1{
  border-bottom: 1px #eaeaea solid;
  line-height: 55px;
  font-size: 24px;
  position: relative;
  width: 100%;
}
.packageUl{
  background-color: #f6fafd;
  margin: 15px 0;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  width: 100%;
}
.packageUl header{
  background-color: #7abaff;
  display: flex;
  color: #fff;
  align-items: center;
  min-height: 50px;
  position: relative;
}
.packageUl header span{
  padding: 10px;
  display: block;
}
.packageUl ul{
  border-left: rgba(0, 0, 0, 0.08) solid 1px;
  border-right: rgba(0, 0, 0, 0.08) solid 1px;
}
.packageUl ul li{
  display: flex;
  align-items: center;
  min-height: 50px;
  position: relative;
}
.packageUl ul li::before{
  content: '';
  display: flex;
  width: 98%;
  height: 1px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
  bottom: 0;
  position: absolute;
  margin: 0 1%;
}
.packageUl ul li:last-child::before{
  display: none;
}
.packageUl ul li span{
  padding: 10px;
  display: block;
}
    .packageUl ul li span i {
        padding:0 5px;
        
    }
.packageUl header span:nth-child(1),
.packageUl ul li span:nth-child(1){
  width: 70%;
}
.packageUl header span:nth-child(2),
.packageUl ul li span:nth-child(2){
  width: 30%;
  text-align: center;
}
.packageUl footer{
  line-height: 50px;
  text-align: right;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.subBoxODTop{
  padding: 5px 5px 10px 5px;
}
.subBoxODTop ul{
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.subBoxODTop ul li{
  width: 50%;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #818a92;
  font-size: 21px;
  position: relative;
}
.subBoxODTop ul li span{
  border: 2px solid #f1eef2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-right: 10px;
}
.subBoxODTop ul li::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 55px;
  background: url(https://www.etutormall.com/images/into33.png) no-repeat;
  right: -15px;
}
.subBoxODTop ul li::after{
  position: absolute;
  content: '';
  width: 25px;
  height: 55px;
  left: -15px;
}
.subBoxODTop ul li:last-child:before{
  display: none;
}
.subBoxODTop ul li.active{
  color: #fff;
}
.subBoxODTop ul li.active span{
  border: 2px solid rgba(255,255,255,0.5);
}
.subBoxODTop ul li:nth-child(1).active{
  background-color: #fab43c;
}
.subBoxODTop ul li:nth-child(1).active::before{
  background: url(https://www.etutormall.com/images/into34.png) no-repeat;
  right: -15px;
}
.subBoxODTop ul.eM_confirmO li.activeOS {
  background-color: #d94d81;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.subBoxODTop ul.eM_confirmO li.activeOS::after {
  background: url(https://www.etutormall.com/images/into40.png) no-repeat;
}
.subBoxOD .eM_orderSubmitted{
  margin: 5px 5px 15px 5px;
  border-radius: 12px;
}
    .subBoxOD .eM_orderSubmitted h1{ font-size:30px;}
    .subBoxOD .eM_orderSubmitted::before {
        background: url(https://www.etutormall.com/images/into41.png) no-repeat center;
    }
.subBoxOD .eM_coButton span.redC{
  color: #ff324d;
  font-weight: normal;
}
.payement_blueSize{
  color: #108bea !important;
  font-size: 24px;
}
.eM_payementUl a.payement_blueSize{
  min-height: 40px;
  display: flex;
  align-items: center;
  white-space: normal !important;
}
.subBoxOD .eM_coButton input.greenBut{
  background: url(https://www.etutormall.com/images/into32.png) no-repeat right 10px center #00c292;
  padding: 0 45px 0 15px;
  border-radius: 12px;
}

.studentP{
  margin-top: 0;
  background-color: #fff;
}
.studentP ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-left: 0;
}
.studentP ul::before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  top:0;
  left: 50%;
}
.studentP ul li{
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 150px;
}
.studentP ul li::before{
  display: none;
}
.studentP ul li span:nth-child(1){
  width:150px;
  text-align: right;
  min-width: 150px;
  position: absolute;
  height: 100%;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f6fafd;
}

.studentP ul li span:nth-child(2){
  width: 100%;
  text-align: left;
  background-color: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.eM_payementUl{
  padding: 15px 0;
}
.eM_payementUl .mui-navigate-right:after{
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  left: 0;
  right: auto;
}
.eM_payementUl .mui-table-view-cell.mui-collapse>.mui-navigate-right:after{
  content:'';
}
.eM_payementUl .mui-table-view-cell.mui-collapse.mui-active>.mui-navigate-right:after{
  background: url(../images/into42.png) no-repeat center #108bea !important;
  border: 1px solid #108bea;
}
.eM_payementUl .mui-table-view-cell.mui-active{
  background: none;
}
.eM_payementUl .mui-table-view-cell:after{
  display: none;
}
.eM_payementUl .mui-table-view-cell>a:not(.mui-btn).mui-active{
  background: none;
}
.eM_payementUl .mui-table-view-cell>a:not(.mui-btn){
  padding-left: 35px;
}
.eM_payementUl .mui-table-view-cell>a:not(.mui-btn){
  margin: 0;
}
.eM_payementUl .mui-table-view-cell{
  padding: 0px;
}
.eM_payementUl .mui-table-view-cell.mui-collapse .mui-collapse-content{
  margin: 0;
  padding-left: 40px;
  padding-right: 0;
}
.eM_payement{
  width: 100%;
}
.subBoxOD .eM_payement_box{
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
  margin: 0;

}
.payement_red{
  color: red !important;
}
.eMpaynew{
  display: flex;
  flex-wrap: wrap;
}
.eMpaynew p{
  font-size: 18px;
}
.eMpaynew ul{
  padding: 15px 0 15px 15px;
  line-height: 30px;
  font-size: 18px;
}
.eMpaynew ul span{
  font-size: 14px;
  padding: 0 5px;
}
.eMpaynew ul span.payement_red{
  font-size:18px ;
}
.eMpaynew ul div{
  padding-top: 10px;
}
.eMpaynewT{
  display: flex;
  align-items: center;
}
.eMpaynew p {
    width: 100%;
    color: #25355e;
}
.payement_TopA{
  display: flex;
  align-items: center;
  font-size: 20px;
}
.payement_TopA span{
  padding:0 10px;
  white-space: break-spaces;
}
.eMpaynew3 div{
  line-height: 25px;
  display: flex;
  align-items: center;
}
.eMpaynew3 div a{
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.eMpaynew_img img{
  max-width: 165px;
}
.eMpaynew ul span.payement_red span {
  font-size: 18px;
}

.payement_red,
.money{
  color: red;
}
.payement_green{
  color: green;
}

/* 忘记密码 */
.subBoxGMP{
  background-color: #fff;
  padding: 0;
}
.GMPcontent {
  background-color: #fff;
  position: relative;
  max-width: 500px;
  border-radius: 20px;
  margin: auto;
  padding: 50px 15px 0 15px;
}
.subT_titGMP span{
  background: url(../images/into24.png) no-repeat center left;
}
.eM_register_div {
  padding-bottom: 20px;
}
.eM_register_div li {
  padding-top: 15px;
}
.eM_register_div li span {
  line-height: 35px;
  font-size: 18px;
}
.VCodeRight_GMP {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.eM_register_div li input {
  background-color: #f5f7fb;
  border: 0;
  height: 50px;
  border-radius: 12px;
}
.VCodeRight_GMP a,
.userInMain a.sendCodeBtn,
.userInMain a#verifyBtn{
  background-color: #e74c3c;
  color: #fff;
  display: flex;
  margin-left: 10px;
  border-radius: 8px;
  justify-content: center;
  width: 200px;
  line-height: 50px;
  position: relative;
  align-items: center;
}
.VCodeRight_GMP a.sendCodeBtn{
  background-color: #ffb22b;
}
.userInMain a.sendCodeBtn,
.userInMain a#verifyBtn {
  background-color: #ffb22b;
  max-width: 130px;
  position: absolute;
  right: -140px;
  top: 0;
}
.VCodeRight_GMP a.greyColer,
.userInMain a.sendCodeBtn.greyColer,
.userInMain a#verifyBtn.greyColer{
  background-color: #e2e2e2;
  color: rgba(0, 0, 0, .3);
  cursor: none;
}
.buttonRS {
  display: flex;
  margin: 0 -5px;
}
.buttonRS span{
  display: block;
  width: 50%;
  padding: 0 5px;
}
.buttonRS input{
  display: flex;
  background-color: #fff;
  border: 0;
  width: 100%;
  border-radius: 12px;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  color: #119eef;
  margin: 0;
}
.buttonRS input.active{
  background-color: #119eef;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 15px;
}
.buttonRS input.buttonCancel {
  background-color: #6b8ef6;
}
.PopupDiv > div.priceTwo{
  flex-wrap: wrap;
  /* border-top: 1px dotted rgba(0, 0, 0, 0.1); */
  background-color: #f2f7fb;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 3px;
  margin-bottom: 15px;
}
.PopupDiv > div.priceTwo h2{
  width: 100%;
  font-size: 17px;
  position: relative;
  /* padding-left: 15px; */
  margin: 2px 0;
  line-height: 20px;
  text-align: center;
  /* color: #108bea; */
}
.IndButton{
  padding-top: 0px;
}
.PopupDiv > div.priceTwo h2::before{
  position: absolute;
  left: 3px;
  top: 8px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}
.PopupDiv > div.priceTwo h2 span{
  color: red;
  font-size: 18px;
}
.PopupDivAll{
  max-width:350px;
}
.PopupDivAll > div.priceTwo h2{
  padding-left: 0;
  text-align: center;
}
.PopupDivAll > div.priceTwo h2::before,
.PopupDivAll > p,
.PopupDivAll > ul{
  display: none !important;
}
.PopupDivAll .totalPrice{
  margin-top: 10px;
}
.PopupDivOne > div.priceTwo h2::before{
  display: none;
}
.PopupDivOne > div.priceTwo h2{
  padding-left: 0;
  text-align: center;
  font-size: 18px;
}
.PopupDivOne > div.priceTwo h2 span{
  font-size: 20px;
}
.whatapp{
  cursor: pointer;
}
.PopupWhatapp .PopupDiv{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background-color: #faf4ef;
}
.PopupWhatapp header{
  line-height: 20px;
  margin-bottom: 5px;
}
.PopupWhatapp header span{
  color: #25355e;
  font-size: 16px;
  display:block;
}
.PopupWhatapp footer{
 color: #ff4100;
 line-height: 20px;
 padding-bottom: 5px;
 padding-top: 5px;
 text-align: center;
}
.PopupWhatapp footer span{
  display: block;
}
.PopupShop .gradeOne > ul li{
  max-width: 100%;
}
.PopupShop .gradeOne > ul{
  justify-content: flex-start;
}
.gradeOne ul .check_boxL label{
  align-items: flex-start;
  height: auto;
}

/* 帮助 */
.subT_titLH span{
  padding-left: 0;
  background: none;
}
.subBoxLH{
  background-color: #fff;
  padding-top: 20px;

}
.subBoxLH .content{
  padding: 0 20px;
}

.titleTit {
  font-size: 24px;
  padding: 10px 0 5px 0;
}
.cBule {
  color: #137aff;
}
.cYeller{
  color: #f65020;
}
.lineB {
  border-bottom: 1px solid #f2f2f2;
}
.LTone{
  margin-bottom: 6px;
}
.titleTop h1{
  display:flex;
  font-size: 20px;
  position: relative;
  margin:10px 0 10px 0;
  
}
.titleTop h1::before{
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/s.png) no-repeat center left;
}
.titleTop{
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.titleTop div{
  display:flex;
  padding-left: 20px;
  flex-wrap: wrap;
  
}
.titleTop div a{
  margin: 5px 10px;
}
.titleTop div a span{
  background-color: #cfe4ff;
  line-height: 48px;
  display: block;
  padding: 0 20px 0 35px;
  font-size: 20px;
  position: relative;
  border-radius: 8px;
}
.titleTop div a span::before{
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  top: 50%;
  left: 15px;
  margin-top: 2px;
  background-color: #0066ff;
  transform: rotate(-45deg);
}
.titleTop div a span::after{
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  left: 15px;
  margin-top: -4px;
  top: 50%;
  transform: rotate(45deg);
  background-color: #0066ff;
}
.titleTop div.TopT1 a span{
  color: #0066ff;
}
.titleTop div.TopT1 a span{
  background-color: #cfe4ff;
}
.titleTop div.TopT1 a span::after,
.titleTop div.TopT1 a span::before{
  background-color: #0066ff;
}
.titleTop div.TopT2 a span{
  color: #018c84;
}
.titleTop div.TopT2 a span{
  background-color: #b0ebe8;
}
.titleTop div.TopT2 a span::after,
.titleTop div.TopT2 a span::before{
  background-color: #018c84;
}
.titleTop div.TopT3 a span{
  color: #f54d20;
}
.titleTop div.TopT3 a span{
  background-color: #ffe0ca;
}
.titleTop div.TopT3 a span::after,
.titleTop div.TopT3 a span::before{
  background-color: #f54d20;
}
.loginUl p{
  font-size: 18px;
  padding-left: 21px;
}
.loginUl ul{
  background-color: #f7fbfd;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 10px 0;
}
.loginUl ul li{
  width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
  padding-left: 51px;
  padding-right: 10px;
  position: relative;
}
.loginUl ul li span{
  display: flex;
  padding-right: 15px;
  position: absolute;
  left: 20px;
}
.subBoxLH i{
  text-decoration: underline;
  padding-left: 5px;
  font-style: normal;
}
.loginP {
  font-size: 17px;
  color: #000;
  padding-left: 21px;
  line-height: 23px;
}
.loginT1{
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 0 5px 0;
}
.HelpdeskDiv {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  font-size: 17px;
  padding: 10px 0 30px 0;
}
.HelpdeskDiv ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.HelpdeskDiv li{
  width: 100%;
  margin: 0;
  padding: 3px 0;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}
.HelpdeskDiv li b{
  font-weight: 600;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.HelpdeskDiv li b::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}
.HelpdeskDiv li span{
  padding: 5px 0;
}
.HelpdeskDiv li:nth-child(1) b{
  background: url(../images/into26.png) no-repeat center left;
}
.HelpdeskDiv li:nth-child(2) b{
  background: url(../images/into27.png) no-repeat center left;
}
.HelpdeskDiv li:nth-child(3) b{
  background: url(../images/into28.png) no-repeat center left;
}
.HelpdeskDiv li a{
  text-decoration: underline;
  color: #137aff;
  padding: 5px 0;
}
.InTop{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.InTop #totopShop{
  display: block;
}
.InTopSub #totopShop{
  display: none;
}
#totop {
  cursor: pointer;
  display: none;
  width: 55px;
  height:55px;
  background: url(../images/intojt.png) no-repeat center #2e89e6;
  border-radius:12px;
  margin-top: 8px;
}
#totopShop{
  cursor: pointer;
  display: none;
    height: 55px;
    width: 55px;
    background:url(../images/into18s.png) no-repeat center #ff9529  ;
    border-radius: 12px;
    position: relative;
}
#totopShop b{
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 14px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background-color: red;
}
#totopShop a{
    display: block;
    height: 50px;
}
.loginPC{
  display: none;
}

.codeDiv > div:nth-child(2){
  display: flex;
}
.codeDiv > div:nth-child(2) input{
  min-width: auto;
  width: 110px;
}
.codeDiv > div:nth-child(2) .VCodeRight{
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.userInMain ul li div:nth-child(2) span.VCodeInputImg img{
  padding-right: 10px;
}
.customerService{
  display: none;
}
.KFDiv{
  padding-bottom: 20px !important;
}
.KFDiv span{
  background-color: #f5f7fb;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  margin: 0 10px;
  cursor: pointer;
}
.KFDiv span.wxpInto{
  background-size: 70%;
}
.KFDiv span.whatapp{
  background-size: 60%;
}
.Popup.show2{
  z-index: 999999;
  background-color: rgba(0,0,0,0);
}
.Popup.show2 header{
  margin-top: 15px;
}
header.settHeader{
  position: relative;
  font-size: 17px;
  color: #000;
}
header.settHeader img{
  position: relative;
  margin: auto;
  margin-top: -70px;
  display: flex;
}
header.settHeader input{
  line-height: 48px;
  color: #fff;
  border: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 20px;
  width: 100%;
  border-radius: 13px;
  background: #ff7555;
}
header.settHeader span{
  color: #3481ff;
  display: flex;
  padding-top: 10px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}
.VCodeDiv{
  display:flex;
  flex-wrap: wrap;
}
.VCodeDiv input{
  background-color: #f9fafc;
  width: 100px;
  padding: 0 10px;
  margin-right: 5px;
}
.VCodeDiv .VCodeInputImg{
  align-items: center;
}
.PopupDiv > div .VCodeDiv a:nth-child(2){
  background: none;
  color: #25355e;
  padding: 0;
}
.OrderDetailsFooter{
  justify-content: flex-end;
}
.eM_payement_box{

}
div.titleList{
  max-height: 250px;
  overflow: auto;
  flex-wrap: wrap;
}
.extent{
  width: 100%;
  padding: 0 5px 5px 5px;
  text-align: left;
}
.extent h1{
  font-size: 16px;
  /* background-color: #ffede0; */
  color: #f1441c;
  line-height: 25px;
  padding:0 3px ;
  border-radius: 3px;
  display: inline-block;
}
.extent h1 span{
  font-size: 18px;
  padding-left: 5px;
}
.extent ul{
  display: flex;
  flex-wrap: wrap;
}
.extent ul li{
  width: 50%;
}
input.FreeTrial{
  background: url(../images/into25s.png) no-repeat center #fff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
input.FreeTrial:hover{
  background: url(../images/into25s1.png) no-repeat center #fd7d4c;
  border: 1px solid #fd7d4c !important;
}
.extent:nth-child(2) h1{
  /* background-color: #def8f2; */
  color: #008d6e;
}
.extent:nth-child(3) h1{
  /* background-color: #daf3ff; */
    color: #004db6;
}
.noCart,
.noWishlist{
  min-height: 350px;
  text-align: center;
  position: relative;
  padding-top: 120px;
  color: rgba(0,0,0,0.3);
}
.noCart::before,
.noWishlist::before{
  content: '';
  display: block;
  margin:20px auto;
  height: 150px;
  width: 150px;
  background: url(../images/NotAvailable/NA3.png) no-repeat center;
  background-size: 100%;
}
.noWishlist::before{
  background: url(../images/NotAvailable/NA5.png) no-repeat center;
}
.contactUsX div{
  letter-spacing: 0;
}
.priceTwoOne > div{
  position: relative;
}
.priceTwoOne > div::after{
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-top: 8px;
  margin-bottom: 5px;
}
.priceTwoOne > div:last-child::after{
  display: none;
}

div.childCate {
  width: 100%;
  position: relative;
  padding: 10px 10px 10px 75px;
}
div.childCate::before {
  left: 10px;
  top: 5px;
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ffd3cd;
  background: url(https://www.etutorlearning.com/static/images/into87.png) no-repeat center #ff5a42;
}
div.childCate div{
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
  background-color: #ffeeec;
  padding-left: 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 19px;
  color: #f02a0e;
  position: relative;
  background: linear-gradient(to right, #ffeeec,#ffeeec, rgba(255,238,238,0));
}
div.childCate div::before{
  position: absolute;
  left: -20px;
  top: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 15px solid #ffeeec;
}
.cate_subcate_products ul{
  display: flex;
}
.cate_subcate_products ul li{
  width: 16.666666%;
  padding: 8px;
}
.cate_subcate_products > div:last-child div.childCate::before,
.cate_subcate_products > ul > div:last-child div.childCate::before{
  background: url(https://www.etutorlearning.com/static/images/into87s.png) no-repeat center #804ef8;
  border: 5px solid #dccffd;
}
.cate_subcate_products > div:last-child div.childCate > div,
.cate_subcate_products > ul > div:last-child div.childCate > div{
  background-color: #f0e9fe;
  color: #6e34fa;
  background: linear-gradient(to right, #f0e9fe,#f0e9fe, rgba(243,233,254,0));
}
.cate_subcate_products > div:last-child div.childCate div::before,
.cate_subcate_products > ul > div:last-child div.childCate div::before {
  border-right: 15px solid #f0e9fe;
}
.AdventureStoryInto::before {
  background: url(https://www.etutorlearning.com/static/images/familyImg/AdventureStoryIcon.png) no-repeat center;
}
.ComicSeriesInto::before {
  background: url(https://www.etutorlearning.com/static/images/familyImg/navImg16s.png) no-repeat center;
}
.SecondarySchoolE-ReadingInto::before {
  background: url(https://www.etutorlearning.com/static/images/familyImg/SecondarySchoolE-ReadingIcon.png) no-repeat center;
}
.cate_subcate_products header{
  margin-bottom: 5px;
}
.cate_subcate_products > ul > div{
  width: 100%;
}
.cate_subcate_products > ul{
  padding-top: 10px;
}
.LoginDiv{
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: none;
}
.eyeDiv {
    position: relative;
    display: flex !important;
    align-items: center;
}

.eyeDiv b {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/eyes.png) no-repeat center;
    cursor: pointer;
}

.control_password_text b {
    background: url(../images/eye.png) no-repeat center;
}
.ClassicSeriesInto::after{
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 80px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: url(https://www.etutorlearning.com/static/images/BestSellingInto.png) no-repeat center #ff605e;
  z-index: 1;
  right: 50%;
  top: 5px;
  margin-right: -110px;
}
.EtutoreClassInto::after,
.QuestionBankInto::after{
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 90px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: url(https://www.etutorlearning.com/static/images/RecommendedInto.png) no-repeat center #ff605e;
  z-index: 1;
  right: 50%;
  top: 15px;
  margin-right: -110px;
}
.OralExpressInto::after,
.WritingExpressInto::after{
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 90px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: url(https://www.etutorlearning.com/static/images/MostPopularInto.png) no-repeat center #ff605e;
  z-index: 1;
  right: 50%;
  top: 15px;
  margin-right: -110px;
}
.myCatDiv_L .WritingExpressInto::after,
.myCatDiv_L .QuestionBankInto::after,
.myCatDiv_L .EtutoreClassInto::after,
.myCatDiv_L .ClassicSeriesInto::after,
.myCatDiv_L .OralExpressInto::after{
  display: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  font-weight: bold;
  /* opacity: 0.25; */
}
.swiper-button-next{
  right: 50%;
  margin-right: -650px;
}
.swiper-button-prev{
  left: 50%;
  margin-left: -650px;
}
.swiper-button-next,
.swiper-button-prev{
  color: #072b57;
  opacity: 0.15;
}

@media screen and (min-width: 1921px) {
  .content {
      max-width: 65vw;
  }
  .subBox{
    min-height: 80vh;
  }
}
@media (max-width: 1440px){
  .swiper-button-next {
    right: 2%;
    margin-right: 0;
  }
  .swiper-button-prev{
    left: 2%;
    margin-left: 0;
  }
  .LoginMain {
    background-size: auto;
  }
}
@media (max-width: 1300px){

  .familyTop .nav > ul li {
    padding: 0 8px;
  }
  .familyTop .nav > ul span{
    font-size: 14px;
  }
  .familyTop .nav > ul h1{
    font-size: 16px;
  }
  .familyTop .nav > ul li.active h1{
    font-size: 17px;
  }
  .loginDivR ul li {
    padding: 0 3px;
  }
  .loginDivL{
    padding: 5px 5px;
    height: 120px;
  }
  .navInto h1,
  .IndStudy ul li a > div h1{
    font-size: 18px;
  }
  .navInto span,
  .IndStudy ul li a > div span{
    font-size: 16px;
  }
  .navInto::before{
    width: 110px;
    height: 110px;
    background-size: 100%;
  }
  .IndSontact .content{
    height: 280px;
    background-size: auto 100%;
    padding: 30px 30px 0 30px;
  }
  .IndSontact h1{
    height: 70px;
    border-radius: 10px;
  }
  .IndSontact h1 span{
    font-size: 26px;
  }
  .IndSontact h1::before{
    width: 45px;
    height: 45px;
  }
  .IndSontact ul li{
    font-size: 20px;
    padding-left: 40px;
    height: 45px;
    background-size: auto 35px !important;
  }
  .IndStudy ul li{
    padding: 10px;
    width: 33.333333%;
  }
  .IndStudyImg img{
    width: 100%;
  }
  .IndResource .title{
    padding:5px 0;
  }
  .IndTitleDiv{
    padding-bottom: 10px;
  }
  .IndResource .search{
    width: 30%;
  }
  .IndResource .title h2{
    font-size: 22px;
  }
  .IndResource .title h1{
    font-size: 22px;
  }
  .ResourceNav > div > header{
    font-size: 18px;
  }
  .MyGartTit div{
    font-size: 19px;
  }
  .myCatDiv ul .eM_delete{
    right: 0px;
  }
  .MyGartTit div:nth-child(1), .myCatDiv_L{
    min-width: 310px;
  }
  .MyGartTit div:nth-child(3), .MyGartTit div:nth-child(4), 
  .MyGartTit div:nth-child(5), .myCatDiv_U{
    min-width: 100px;
  }
  .check_boxL label{
    padding-left: 20px;
  }
  .PopupShop .check_boxL label{
    padding-left: 30px;
  }
  .userInMain footer .check_boxL label{
    padding-left: 30px;
    align-items: flex-start;
    height: auto;
  }
  .myCatDivList{
    padding: 0 10px;
  }
  .myCatTotal{
    padding: 10px;
  }
  .subT_titU{
    min-height: auto;
  }
  .subT_titU h1{
    padding: 8px;
    font-size: 24px;
  }
  .subT_titU span{
    line-height: 20px;
    max-width: 1200px;
    font-size: 18px;
    padding: 0 0 12px 0;
  }
  .userInMain ul li div:nth-child(2) span{
    flex-wrap: wrap;
  }
  .eMpaynew ul {
    padding-left: 10px;
  }

  
}
@media (max-width: 1200px){
  .contactUsMain{
    display: flex;
    flex-wrap: wrap;
  }
.contactUsMain > div{
  width: 48% !important;
  margin: 0 1% !important;
  padding-bottom: 15px;
}
.ContactUs03Img{
  margin-top: 0 !important;
}
  .eMpaynew ul {
    padding: 5px 0;
  }
  .imgPC{
    height: 43vw;
  }
}
@media (max-width: 1099px){
  .familyTop .nav > ul{
    display: none;
  }
  .login_m_nav{
    display: block;
  }
  .login_m_nav header {
    width: 45px;
    height: 50px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 9;
  }
  .login_m_nav header i {
    display: block;
    width: 75%;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(57, 66, 79, 0.7);
    position: relative;
  }
  .login_m_nav header i:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 2px;
    background-color: rgba(57, 66, 79, 0.7);
    height: 3px;
    width: 100%;
    top: 10px;
    transition: all .4s;
  }
  .login_m_nav header i:after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 2px;
    background-color: rgba(57, 66, 79, 0.7);
    height: 3px;
    width: 100%;
    top: -10px;
    transition: all .4s;
  }
  .login_m_navDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(57, 66, 79, 0.99);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-transition: -webkit-transform .5s 0s,visibility 0s .5s;
    -moz-transition: -moz-transform .5s 0s,visibility 0s .5s;
    transition: transform .5s 0s,visibility 0s .5s;
  }
  .login_m_nav.active .login_m_navDiv {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s 0s,visibility 0s 0s;
    -moz-transition: -moz-transform .5s 0s,visibility 0s 0s;
    transition: transform .5s 0s,visibility 0s 0s;
  }
  .login_m_nav.active .loginnavInto i {
    background: none;
    top: -5px;
  }
  .login_m_nav.active .loginnavInto i:before {
    background-color: #fff;
    transform: translateY(6px) translate(1px) rotate(45deg);
    top: 0px;
  }
  .login_m_nav.active .loginnavInto i:after {
    background-color: #fff;
    transform: translateY(6px) translate(1px) rotate(-45deg);
    top: 0px;
  }
  .login_m_navDiv li a{
    display: block;
    padding: 10px 0;
  }
  .login_m_navDiv li.active h1,
  .login_m_navDiv li.active span{
    color: #f65020;
  }
  .login_m_navDiv h1{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
  }
  .login_m_navDiv span{
    color: #fff;
    font-size: 18px;
  }
  .loginDivL{
    height: 110px;
  }
  .loginDivL > div span{
    margin: 0 5px;
  }
  .loginDivL > div span input{
    line-height: 50px;
  }
  .loginDivL > div span:nth-child(3) input{
    padding: 0 15px;
  }
  .loginDivL h1{
    font-size: 22px;
    padding-bottom: 10px;
  }
  
  .IndResource .title h1,
  .IndResource .title h2{
    font-size: 22px;
  }
  .mode1 li{
    width: 25%;
  }
  .mode1 li:nth-child(11), 
  .mode1 li:nth-child(12), 
  .mode1 li:nth-child(13), 
  .mode1 li:nth-child(14), 
  .mode1 li:nth-child(15), 
  .mode1 li:nth-child(16){
    width: 25%;
  }
  .MyGartTit{
    display: none;
  }
  .myCatDivList ul{
    flex-wrap: wrap;
  }
  .myCatDiv_L{
    padding-left: 30px;
    min-width: 270px;
  }
  .myCatDiv .navInto{
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .myCatDiv .navInto::before{
    top: 10px;
  }
  .myCatDiv .navInto h1{
    font-size: 17px;
  }
  .myCatDiv .navInto span{
    margin-bottom: 5px;
  }
  .myCatDiv_G div{
    justify-content: flex-start;
  }
  .myCatDiv_G div span,
  input.addGradeMG{
    font-size: 15px;
    height: 32px;
  }
  .myCatDiv_U{
    min-width: 90px;
  }
  .myCatDivList li:nth-child(5){
    position: absolute;
    right: 0;
    top: 25px;
  }
  .myCatDivList{
    min-height: auto;
  }
  .myCatDiv_L .check_boxL{
    position: absolute;
    left: 0px;
    top: 35px;
  }
  .userInMain ul li input{
    width: 90%;
  }
  .userInMain ul li button{
    margin:10px 0 5px 0;
    font-size: 18px;
  }
  .userInBox .content{
    padding-top: 5px;
  }

  .specificCon > div > ul > li,
  .cate_subcate_products ul li{
    width: 25%;
  }
  .cate_subcate_products ul{
    flex-wrap: wrap;
  }

}
@media (max-width: 1024px){
  .swiper-button-next {
    right: 1%;
    margin-top: -4vw;
  }
  .swiper-button-prev{
    left: 1%;
    margin-top: -4vw;
  }
  .swiper-button-next:after, 
  .swiper-button-prev:after{
    font-size: 4vw;
  }
  .eM_orderSubmitted h1 {
    font-size: 30px;
  }
  .imgPC{
    /* display: none; */
  }
  /* .imgSJ1024{
    display: block;
  } */
  .LoginMain {
    background-size: 220% auto;
  }

  
}
@media (max-width: 990px){
  .bjLogin #login.loginTit{
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .IndResource{
    padding: 15px 5px;
  }
  .ResourceNav > div > ul li{
    width:25%;
  }
  .IndResource .title h1, .IndResource .title h2{
    font-size: 20px;
  }
  .IndResource .title span{
    padding-left: 40px;
    min-height: 40px;
  }
  .IndResource .search{
    height: 50px;
    min-width: 300px;
  }
  input.buttonSearch{
    width: 50px;
    height: 50px;
  }
  .IndResource .title span::before{
    position: absolute;
    width: 40px;
    left: 0;
    background-size: 85% !important;
  }
  .familyTopR span{
    width: 40px;
    background-size: 90% auto !important;
    margin: 0 2px;
  }
  .familyTopR span:nth-child(3){
    background-size: 85% auto !important;
  }
  .loginM{
    display: block;
    width: 40px;
    height: 50px;
    background: url(../images/into19.png) no-repeat center;
  
  }
  .familyTopR{
    margin-right: 5px;
    padding-right: 5px;
  }
  .HelpDesk{
    display: flex;
    align-items: center;
  }
  .HelpDesk img{
    height: 45px;
  }
  .HelpDesk span{
    width: 45px;
    background-size: 90% auto;
  }
  .loginDiv{
    flex-wrap: wrap;
    padding: 0 10px;
    max-width: 380px;
    width: 90%;
    border-radius: 10px;
    padding: 0;
    justify-content: center;
    margin: 0;
  }
  .loginDivR ul li a img{
    width: 40px;
    height: 40px;
  }

  .loginDivL{
    width: 100%;
    padding: 0;
    height: auto;
  }
  .loginDiv > div{
    flex-wrap: wrap;
  }
  .loginDivL h1{
    text-align: center;
    font-size: 26px;
    padding-top: 15px;
  }
  .loginDivL > div{
    flex-wrap: wrap;
    padding:0 10px 0 10px;
  }
  

  .loginDivL > div span:nth-child(1),
  .loginDivL > div span:nth-child(2),
  .loginDivL > div span:nth-child(3){
    width: 100%;
    padding: 5px 0;
  }
  .loginDivL > div span:nth-child(1) input{
    background: url(../images/into04_1.png) no-repeat left 10px center #f9fafc;
    border: 1px solid #ececec;
  }
  .loginDivL > div span:nth-child(2) input{
    background: url(../images/into05_1.png) no-repeat left 10px center #f9fafc;
    border: 1px solid #ececec;
  }
  .loginDivL > div span:nth-child(3) input{
    width: 100%;
  }
  .loginDivR::before,
  .loginDivR::after{
    display: none;
  }
  .loginDivR{
    width: 100%;
    margin-left: 0px;
    filter: none;
    padding: 0;
    height: auto;
  }
  .loginDivR ul{
    padding: 0;
    width: 100%;
  }
  .loginDivR ul li a::before{
    height: 45px;
    background-size: auto 100% !important;
  }
  .loginDivR ul li a{
    padding: 8px 0;
    border-radius: 8px;
    min-width: auto !important;
  }
  .loginDivR ul li h1{
    font-size: 14px;
  }
  .loginDivR ul li{
    width: 25%;
    padding: 5px;
    border: 0;
    height: auto;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .loginDivR ul li::before{
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 70%;
    display: block;
    content: '';
    right: 0;
    position: absolute;
  }
  .loginDivR ul li:last-child::before{
    display: none;
  }
  .loginDivR ul li span b{
    display: none;
  }
  .familyTop{
    background-color: #fff;
    position: fixed;

  }
  .IndBanner{
    padding-top: 80px;
  }
  .IndSwiper{
    bottom: 15px;
    bottom: 2vw;
  }
  .loginM{
    cursor: pointer;
  }
  .loginSJ{
    display: none;
  }
  .loginSJ b{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  
  }
  .eyeDiv b{
    width: 25px;
    height: 25px;
    left: auto;
    top: auto;
  }
  .loginSJ.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
  }
  .IndFooter .content{
    flex-wrap: wrap;
  }
  .IndFooterR{
    width: 100%;
    text-align: right;
    justify-content: flex-end;
  }
  .specificCon > ul > li{
    width: 25%;
  }
  .subTop{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .subT_tit{
    margin-top: 80px;
  }
  .subT_tit span{
    margin-left: 20px;
  }
  .subT_titU h1{
    font-size: 20px;
    padding-bottom: 5px;
  }
  .subT_titU span{
    margin: auto;
    font-size: 16px;
  }
  .subBox{
    position: relative;
  }
  .subT_text input.MyGartB{
    position: absolute;
    top: -50px;
    right: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #8c2423;
    background: url(../images/into18s2.png) #ffd602 center left 15px no-repeat;
  }
  .subT_titLH span {
    margin: auto;
  }
  .subT_titOD span{
    line-height: 25px;
    text-align: left;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .subT_titOD span br{
    display: block;
  }
}
@media (max-width: 900px){
  .subBoxODTop ul li{
    font-size: 20px;
  }
  .subBoxODTop ul li:nth-child(2){
    padding-left: 20px;
  }
  .subT_titOD span{
    font-size: 20px;
  }
  .IndResource .title span{
    flex-wrap: wrap;
    padding-left: 55px;
  }
  
  .IndResource .title span::before{
    width: 50px;
  }
  .IndResource .title h2{
    padding-left: 5px;
    padding-top: 3px;
    font-size: 17px;
  }
  .ResourceNav > div > header{
    flex-wrap: wrap;
    font-size: 16px;
  }
  .PopupDiv.gradeOne{
    max-height: 90%;
    overflow: auto;
  }
  
}
@media (max-width: 768px){
  .userInMain ul li:nth-child(1) input,
  .userInMain ul li:nth-child(2) input{
    min-width:auto;
  }
  
  .userInMain ul li:nth-child(1) div:nth-child(2) span,
  .userInMain ul li:nth-child(2) div:nth-child(2) span{
    flex-wrap: nowrap;
    width: 100%;
  }
  .VCodeRight_GMP a, .userInMain a.sendCodeBtn, 
  .userInMain a#verifyBtn{
    position: relative;
    right: auto;
  }
  .swiper-button-next, 
  .swiper-button-prev{
    margin-top: -6vw;
    width: 5vw;
  }
  .swiper-button-next{
    right: 0%;
  }
  .swiper-button-prev{
    left: 0%;
  }
  .bjLogin #login.loginTit {
    padding-top: 60px;
  }
  .specificCon > div > ul > li,
  .cate_subcate_products ul li{
    width: 33.333333%;
  }
  .specificCon > div header span{
    display: block;
    font-size: 16px;
  }
  .specificCon > div header::before {
    width: 4px;
    height: 40px;
  }
    .userInMain ul li div:nth-child(2) span{
        display: flex;
    }
  .payement_TopA span,
  .eM_payementUl a.payement_blueSize{
    font-size: 18px;
    line-height: 18px;
  }

  .subBoxODTop ul li{
    font-size: 18px;
    line-height: 20px;
  }
  .subBoxODTop ul li span{
    min-width: 30px;
  }
  .subBoxODTop ul li:nth-child(1){
    padding-left: 10px;
  }
  .codeDivfooter{
    border: 0 !important;
    padding-bottom: 15px !important;
  }
  .myCatDiv ul .eM_delete{
    display: none;
  }
  .myCatDiv_L {
    min-width: 240px;
  }
  .MyGartTit div:nth-child(2), .myCatDiv_G{
    width: 45%;
  }
  .myCatDiv_U {
    width: 90px;
    position: absolute;
    right: 0;
  }
  button.MyGartB{
    position: absolute;
    right:10px;
    top: -50px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    padding: 0 10px 0 50px;
    background: url(../images/into18s.png) #fd9b4c center left 10px no-repeat;
  }
  button.MyGartB:hover{
    background-color: #fea45b;
  }
  .GMPcontent{
    padding: 10px 15px 0 15px;
  }
  .studentP ul li {
    width: 100%;
  }
  .studentP ul li:last-child{
    display: none;
  }
  .eMpaynew3 span {
    position: relative;
    display: contents;
  }
  .eMpaynew3 div{
    flex-wrap: wrap;
  }
  .IndTitleDiv{
    flex-wrap: wrap;
  }
  .ResourceNav > div > header{
    min-height: 55px;
  }
  .IndResource .search{
    width: 100%;
    max-width: none;
  }
  .familyTopR::before{
    display: none;
  }
  .familyTopR{
    margin-right: 0;
    padding-right: 0;
  }
  .HelpDesk{
    display: none;
  }
  .familyLogin img{
    height: 60px;
  }
  .IndBanner {
    padding-top: 60px;
  }
  .navInto span, .IndStudy ul li a > div span{
    font-size: 14px;
  }
  .navInto h1, .IndStudy ul li a > div h1{
    font-size: 16px;
    position: relative;
    margin-top: -5px;
  }
  .ResourceNav ul li{
    padding: 4px;
    width: 33.333333% !important;
  }
  .IndStudy ul{
    padding: 5px 0 10px 0;
  }
  .IndStudy ul li{
    padding: 5px;
  }
  .navInto{
    padding: 10px;
  }
  .navInto::before{
    width: 90px;
    height: 90px;
  }
  .IndResource .title h1{
    font-size: 20px;
    text-align: center;
  }
  .IndResource .title h2{
    font-size: 20px;
    text-align: center;
  }
  .IndFooterL ul{
    flex-wrap: wrap;
  }
  .IndSontact ul{
    padding: 10px;
  }
  .IndSontact .content{
    padding: 15px;
    height: 230px;
  }
  .IndSontact ul li{
    height: 40px;
  }
  .IndResource .title span{
    flex-wrap: wrap;
  }
  
  .IndFooterL{
    margin-bottom: 8px;
  }
  .subTopR img{
    height: 45px;
    display: none;
  }
  .subTopR a{
    width: 45px;
    height: 45px;
    background-size: 70%;
    margin-right: 5px;
  }
  .subTopR a::before{
    display: none;
  }
  .subT_text span{
    font-size: 18px;
  }
  .subT_text input.MyGartB{
    font-size: 18px;
    line-height: 45px;
    top: -45px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .subT_tit{
    min-height: 70px;
    margin-top: 60px;
  }
  .subT_tit span{
    font-size: 22px;
  }
  .subT_titOD span{
    font-size: 20px;
    line-height: 20px;
    min-height: 60px;
  }
  .specificCon > ul > li{
    padding: 5px;
    width: 33.333333%;
  }
  .userInMain ul li > div:nth-child(1){
    width: 100%;
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
  }
  .userInMain ul{
    padding: 0 15px;
  }
  .subT_titU span{
    font-size: 16px;
    line-height: 18px;
  }
  .userInMain ul li > div:nth-child(2){
    width: 100%;
  }
  .userInMain ul li input,
  .userInMain ul li select{
    width: 100%;
    min-width: auto;
  }
  .userInMain ul li{
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
  .subBoxLH .content {
    padding: 0 10px;
  }
  .titleTop div {
    padding-left: 25px;
  }
  .titleTop div a {
    margin: 5px;
  }
  .titleTop div a span{
    font-size: 18px;
    padding-right: 15px;
  }

  .subBoxOD .eM_orderSubmitted{
    margin: 0 0 15px 0;
    padding: 15px;
  }
  .subBoxOD .eM_orderSubmitted::before{
    position: relative;
    left: auto;
    display: block;
    width: 65px;
    height: 65px;
    background-size: 70%;
    margin: auto;
  }
  .subBoxOD .eM_orderSubmitted h1{
    font-size: 20px;
    text-align: center;
    max-width: 280px;
    margin: auto;
  }
  .subBoxOD .eM_orderSubmitted h2{
    font-size: 16px;
    padding-top: 20px;
    background-color: #f6f8fc;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .subBoxOD .eM_orderSubmitted ul{
    font-size: 18px;
    line-height: 25px;
  }
  .subBoxOD .eM_coButton {
    padding: 5px 15px;
  }
  .subBoxOD .eM_coButton div {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }
  .subBoxOD .eM_coButton div span {
    font-size: 20px;
  }
  .subBoxOD .eM_coButton footer span {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  div.childCate div{
    font-size: 17px;
    line-height: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  div.childCate div:last-child{
    padding-right: 10px;
    display: flex;
  }
  div.cate_subcate_products ul{
    padding-left: 0 !important;
  }
}
@media (max-width: 650px){
  .myCatDiv_L{
    width: 100%;
  }
  .myCatDiv .navInto{
    min-height: 50px;
  }
  .myCatDiv_G{
    width: 100%;
    padding: 0 0 10px 120px;
  }
  .myCatDiv .navInto::before {
    top: 15px;
  }
  .myCatDiv_U{
    top: 25px;
    text-align: right;
  }
}
@media (max-width: 550px){

  .subBoxOD .eM_coButton input.greenBut{
    font-size: 17px;
    padding: 0 40px 0 15px;
    margin: 5px;
    line-height: 45px;
    border-radius: 8px;
  }
  .subBoxODTop ul li{
    font-size: 16px;
    line-height: 15px;
  }
  .subBoxODTop{
    padding-top: 10px;
  }
  .OrderDetailsMain{
    padding: 0 10px;
  }
  .OrderDetailsMain h1{
    font-size: 20px;
    line-height: 45px;
  }
  .packageUl{
    font-size: 16px;
  }
  input.redBut{
    min-width: 130px !important;
    padding: 0 40px 0 15px !important;
  }
  .IndResource .search{
    width:95%;
    margin: auto;
  }
  .IndResource .title{
    margin-bottom: 5px;
  }
  .IndResource .title span{
    justify-content: center;
    padding-left: 0;
  }
  .IndResource .title h1{
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .IndResource .title h2{
    font-size: 17px;
    padding: 0 10px;
    text-align: center;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  .IndResource .title h2::before {
    position: absolute;
    left: -25px;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/into06.png) no-repeat;
    background-size: 100%;
  }
  .IndResource .title h2::after {
    position: absolute;
    right: -25px;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/into07.png) no-repeat;
    background-size: 100%;
  }
  .IndResource .title span::before,
  .IndResource .title span::after{
    display: none;
  }
  .IndResource{
    padding-top: 10px;
  }
  .familyTopR span:nth-child(3){
    width: 50px;
  }
  .familyTopR span{
    margin: 0;
  }
  .navInto{
    padding: 5px 0;
  }
  .ResourceNav > div > header span:nth-child(2),
  .specificCon > div header span:nth-child(2){
    font-size: 14px;
    line-height: 13px;
  }
  .specificCon > div header::before{
    height: 30px;
    top: 8px;
  }
  .ResourceNav > div > header{
    padding: 8px 15px 20px 15px;
  }
  .ResourceNav > div > ul li{
    padding: 6px 2px;
  }
  .IndStudy ul{
    flex-wrap: wrap;
  }
  .IndStudy ul li{
    width: 100%;
    padding: 10px;
  }
  .ResourceNav ul{
    margin: 0;
  }
  
  .specificCon > ul > li{
    width: 50%;
  }
  .myCatFooter input{
    font-size: 17px;
    padding: 0 10px;
    margin: 5px;
    line-height: 45px;
    border-radius: 8px;
    min-width: 100px;
  }
  .myCatDiv{
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .subBox .content{
    padding: 0;
  }
  .myCatDiv_G div span, input.addGradeMG{
    margin: 3px;
  }
  .myCatTotal div:nth-child(2) span{
    font-size: 22px;
  }
  .myCatTotal,
  .myCatTotal input{
    font-size: 16px;
  }
  .myCatDivList li:nth-child(5){
    width: auto;
  }
  .subBox{
    padding: 0;
  }
  .userInMain{
    border: 0;
    border-radius: 0;
  }
  .subT_text input.MyGartB{
    right: 8px;
    line-height: 40px;
    top: -40px;
    padding-left: 50px;
    padding-right: 10px;
    background: url(../images/into18s2.png) #ffd602 center left 10px no-repeat;
    background-size: 35px;
  }
  .subT_text span{
    align-items: flex-start;
    font-size: 16px;
    margin-top: 10px;
  }
  .subT_text span::before{
    position: relative;
    margin-top: -5px;
  }
  .myCatFooter p{
    font-size: 15px;
  }
  .loginDiv{
    width: 95%;
  }
  .titleTop div a span{
    min-width: 215px;
  }
  .subBoxLH .content {
    padding: 0 10px;
  }
  
  .loginPC{
    display: block;
    padding: 10px;
  }
  .loginPC .loginDiv{
    min-width: 100%;
    width: 100%;
    
  }
  .loginPC .loginDiv > div{
    background-color: #edf9ff;
    box-shadow: none;
  }
  .loginPC .loginDiv::after{
    display: none;
  }
  .loginPC .loginDivL{
    border: 0;
  }
  .loginPC .loginDivL > div span:nth-child(1) input,
  .loginPC .loginDivL > div span:nth-child(2) input{
    background-color: #fff;
    border: 1px solid #9fdcfb;
  }
  .loginPC .loginDivR ul li:nth-child(1) a{
    background-color: #fff2dc;
    /* color: #ff8737; */
  }
  .loginPC .loginDivR ul li:nth-child(2) a{
    background-color: #fee9ee;
    /* color: #f13865; */
  }
  .loginPC .loginDivR ul li:nth-child(3) a{
    background-color: #f1e7fe;
    /* color: #c660d7; */
  }
  .loginPC .loginDivR ul li:nth-child(4) a{
    background-color: #deeffe;
    /* color: #2a8dfa; */
  }
  .loginPC .loginDivR ul li::before{
    display: none;
  }
  .loginPC .loginDivL > div{
    padding-bottom: 0;
  }
  
  .loginM{
    display: none;
  }
  .customerService{
    display: block;
    width: 42px;
    height: 50px;
    cursor: pointer;
    background: url(../images/into29.png) no-repeat center;
  }
  .PopupKF .PopupDiv{
    padding: 0;
    max-width: 320px;
    overflow: hidden;
  }
  .subT_titOD span{
    font-size: 16px !important;
    line-height: 18px;
  }
  .userInMain footer .check_boxL label {
    flex-wrap: wrap;
    }
  .noCart::before{
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
  }

}
@media (max-width: 500px){
  .specificCon > div > ul > li, 
  .cate_subcate_products ul li{
    width: 50%;
  }
  div.childCate div{
    font-size: 16px;
  }
  div.childCate div span:last-child{
    font-size: 14px;
  }
  .ResourceNav > div > header b{
    display: none;
  }
  .extent{
    padding: 0;
  }
  .PopupDiv.gradeOne{
    overflow: hidden;
  }
  .PopupDiv.gradeOne div.titleList {
    max-height: 220px;
    margin-bottom: 8px;
  }
  .PopupDiv.gradeOne{
    width: 95%;
  }
  .PopupDiv.gradeOne .check_boxL label {
    padding-left: 30px;
    font-size: 15px;
    padding-right: 0;
  }
  .LoginMain {
    background-size: 330% auto;
  }
}
@media (max-width: 480px){
  .EtutoreClassInto::after, 
  .QuestionBankInto::after{
    height: 15px;
    width: 70px;
    background-size: 85% auto;
    margin-right: -90px;
  }
  .ClassicSeriesInto::after,
  .OralExpressInto::after,
  .WritingExpressInto::after{
    height: 15px;
    width: 60px;
    background-size: 85% auto;
    margin-right: -85px;
  }
}
@media (max-width: 450px){
  .familyTopR span:nth-child(3){
    display: none;
  }
  .loginDivR ul li span{
    font-size: 14px;
  }
  .loginDivR{
    padding: 0 5px 5px;
  }
  .loginDivL > div{
    padding: 5px;
  }
  .loginDivL h1{
    font-size: 22px;
    padding: 10px;
  }
  .PopupDiv > div.priceTwo h2{
    text-align: left;
    padding-left:16px;
  }
  .PopupDiv > div.priceTwo h2::before{
    display: block;
  }
  .PopupShop .PopupDiv > div.priceTwo{
    padding: 8px 5px;
  }
  .subT_tit span{
    margin-left: 10px;
    background-size: 35px auto;
    font-size: 20px;
    padding-left: 40px;
  }
  .subT_titU span{
    font-size: 16px;
    padding-left: 0;
    margin: 0;
  }
  button.MyGartB{
    line-height: 45px;
    padding-left: 45px;
    top: -45px;
    font-size: 16px;
    background: url(../images/into18s.png) #fd9b4c center left 5px no-repeat;
  }
  .subT_titLH span{
    padding-left: 0;
    margin: auto;
    line-height: 22px;
  }
  .titleTit{
    font-size: 22px;
  }
  .titleTop h1{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .titleTop div a span{
    font-size: 17px;
    min-width: 200px;
    padding-right: 10px;
    padding-left: 30px;
  }
  .titleTop div a span::after,
  .titleTop div a span::before{
    left: 12px;
  }
  .loginT1{
    font-size: 18px;
  }
  .loginP{
    padding-left: 16px;
  }
  #totopShop,
  #totop{
    height: 45px;
    width: 45px;
    background-size: 35px;
  }
  .PopupDiv > div{
    margin: 0 -8px;    
    text-align: center;
  }
  .PopupDiv > div a{
    font-size: 15px;
    padding: 0 5px;
    margin: auto;
  }
  .PopupDiv > div a:nth-child(1){
    min-width: 110px;
    width: 30%;
  }
  .PopupDiv > div.IndButton a:nth-child(1){
    min-width: 80px;
  }
  .PopupDiv > div a:nth-child(2){
    min-width: 130px;
    width: 40%;
  }
  .PopupDiv > div a:nth-child(3){
    min-width: 80px;
    width: 30%;
  }
  .ResourceNav font{
    display: none;
  }
  .contactUsMain{
    padding: 0 8px;
  }
  .contactUsMain > div{
    width: 100% !important;
  }
  header.settHeader span,
  .PopupSettlement ul li span{
    font-size: 16px;
  }
  header.settHeader input,
  .PopupSettlement footer input{
    line-height: 40px;
    border-radius: 8px;
    font-size: 18px;
  }
  .PopupSettlement ul li input{
    
    line-height: 40px;
    border-radius: 8px;
    font-size: 18px;
    background-size: auto 70% !important;
  }
  .VCodeDiv input,
  .VCodeDiv .VCodeInputImg{
    width: 80px;
  }
  .PopupSettlement .PopupDiv footer a{
    width: 150px !important;
    line-height: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 410px){
  .ResourceNav ul li {
    width: 50% !important;
  }
  .IndResource .title h2::after,
  .IndResource .title h2::before,
  .specificCon > div b{
    display: none;
  }
  .specificCon > ul{
    padding: 0 5px;
  }
  .PopupDiv > div.IndButton{
    margin: 0 -10px;
  }
  .PopupDiv > div.IndButton a{
    font-size: 15px;
    padding: 0 5px;
  }
  .loginDivR ul li{
    padding: 3px;
  }
  .loginDivR ul li span {
    font-size: 13px;
  }
  .loginDivL h1 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .familyLogin img {
    height: 55px;
  }
  .IndBanner {
    padding-top: 55px;
  }
  .subT_tit{
    margin-top: 55px;
  }
  .IndFooterL ul li{
    font-size: 14px;
    padding: 0 5px;

  }
}