<!doctype html><html><head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
  <title>阿卡索外教网_在线英语培训_外教口语一对一培训</title>
  <meta name="description" content="阿卡索外教网提供在线英语口语培训,全程外教一对一教学模式,是专业的在线英语培训网站,阿卡索外教老师均毕业于国际知名的一流学府,拥有标准的英语口语以及最纯正的教学知识。您值得拥有">
  <meta name="keywords" content="在线英语口语培训,在线英语培训,外教一对一,英语外教一对一,英语网络教学">
  <!-- 分享配置 -->
  <meta itemprop="name" content="阿卡索外教网_在线英语培训_外教口语一对一培训">
  <meta itemprop="image" content="https://img.acadsoc.com.cn/share/share-default.png">
  <meta name="description" itemprop="description" content="阿卡索外教网提供在线英语口语培训,全程外教一对一教学模式,是专业的在线英语培训网站,阿卡索外教老师均毕业于国际知名的一流学府,拥有标准的英语口语以及最纯正的教学知识。您值得拥有">
  <!--<link rel="stylesheet" href="https://img.acadsoc.com.cn/css/bootstrap.min.css">-->
  <link href="https://img.acadsoc.com.cn/web/WebNew/assets/global/css/swiper.min.css" rel="stylesheet" type="text/css">
  <link rel="stylesheet" href="https://img.acadsoc.com.cn/web/css/header-footer.css">
  <link rel="icon" href="https://www.acadsoc.com.cn/favicon.ico" type="image/x-icon">
  
  <!--神策代码-->
  <script src="https://img.acadsoc.com.cn/web/SenSors/sensorsheadother.js"></script>

  <script type="text/javascript" src="https://img.acadsoc.com.cn/web/lps/recommend/js/jquery.min.js"></script>
  <script type="text/javascript">
    var html = document.documentElement;
    var htmlClientWidth = 0;
    var rejustRootSize = function () {
      var oh = 750;
      html.getBoundingClientRect().width > oh ? htmlClientWidth = oh : htmlClientWidth = html.getBoundingClientRect().width;
      html.style.fontSize = htmlClientWidth / (oh / 100) + 'px';
    };
    rejustRootSize();
    window.onresize = rejustRootSize;
  </script>
  <script src="https://img.acadsoc.com.cn/web/js/bootstrap.min.js"></script>
  <script src="https://img.acadsoc.com.cn/web/lps/activity/js/lp.js"></script>
  
  <!--IpRecord-->
  <script type="text/javascript" src="https://www.acadsoc.com.cn/ajax/Web.UI.Fun.IpRecord.aspx"></script>
  <script src="https://img.acadsoc.com.cn/web/js/IdentificationSystem.js"></script>
  <script src="https://img.acadsoc.com.cn/web/lps/activity/js/Record.js"></script>

  <!--微信分享-->
  <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  <script src="https://img.acadsoc.com.cn/web/lps/activity/js/wxShare.js"></script>
  <script>
    wxShare.init();
  </script>
  <!--百度统计代码-->
  <script src="https://img.acadsoc.com.cn/web/lps/activity/js/BaiDuStatistics.js"></script>

  <!-- 百度ocpc基础代码 -->
  <script src="https://www.acadsoc.com.cn/OCPC/js/ocpc.js"></script>

  <!--[if lt IE 9]>
    <script src="https://img.acadsoc.com.cn/web/js/vendor/html5shiv.js"></script>
    <script src="https://img.acadsoc.com.cn/web/js/vendor/respond.min.js"></script>
    <![endif]-->

  <script>
    window.HtmlWidth = 0;
      $(function(){
        window.HtmlWidth = document.body.clientWidth || document.documentElement.clientWidth;
      })

    function getQueryString(name) {
      var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
      var r = window.location.search.substr(1).match(reg);
      if (r != null) return unescape(r[2]);
      return "";
    }
  </script>

  

  

<style>

.fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  font-size: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  background:none;
}
body{
  background:none;
  font-size:0;
  background-color:white;
  max-width:750px;margin:0 auto;
}

img{max-width:100%;}

/* 弹窗 */
[id*=register-popup],
[id*=loading-popup],
[id*=back-popup],
[id*=success-popup]{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0,0,0,0.5);
  z-index:7 !important;
}

[id*=register-popup]{
  z-index:8 !important;
}

[id*=success-popup]{
  z-index:9 !important;
}

/* 输入框 */
.input__div {
  position: relative;
  width: 100%;
}
.input__div img{
  position: absolute;
  left: .2rem;
  top: 50%;
  transform: translateY(-50%);
}

.input__div img ~ input{
  padding-left:.5rem;
}

.input__div > input {
  font-size: inherit;
  width: 100%;
  line-height: inherit;
  padding:initial;
  color:initial;
  display:block;
  height:100%;
}

.input__div > button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

[data-popup-id]{
  cursor:pointer;
}

/* 按钮 */
button {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
button:disabled{
  background-color: #aeaeae !important;
  cursor: no-drop !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
}  
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px transparent inset !important;
} 

/* swiper */
/* .swiper-container{} */

/* .swiper-wrapper {} */

.swiper-slide > img {
  width: 100%;
}

.scale-swiper .swiper-slide {
  width: 70%;
}

.scale-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
}

.banner {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

/* pc */
@media (min-width: 769px) {
  .mobile--show {
    display: none !important;
  }

}

/* mobile */
@media (max-width: 768px) {
  .pc--show {
    display: none !important;
  }
}

</style>
</head><body>

  <!-- js统计 -->
  <script src="https://img.acadsoc.com.cn/web/js/monitor/apm.web.js"></script>
  
  

  
<style>
  
  
/* 手机端 */
@media (min-width:1px)  {
  
  .render-swiper-80-0 .swiper-pagination-bullets{
  	bottom:2rem;
  }
  .render-swiper-80-0 .swiper-pagination-bullet{
  	width:.18rem;
  	height:.18rem;
  	background-color:rgba(0,0,0,0.5);
  	transition:.3s all;
  }
  .render-swiper-80-0 .swiper-pagination-bullet-active{
  	background-color:#D02630;
  	width:.3rem;
  	border-radius:60px;
  }
  
  .render-swiper-80-0 {  background-color:white;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }
  .render-swiper-80-0 .container {  padding:0 15px 50px;  margin:0 auto;  z-index:2;  position:relative;  }
  .render-swiper-80-0 .el {  background-color:white;  border-radius:.16rem;  box-shadow:0px 0px 27px 0px rgba(26, 48, 137, 0.23);  padding:1.1rem .3rem .55rem .3rem;  margin:-1.1rem 0 0 0;  position:relative;  }
  .render-swiper-80-0 .toptext {  padding:.2rem .15rem .27rem;  transform:translateX(-50%);  background-size:100% 100%;  color:white;  top:-.1rem;  left:50%;  font-size:.24rem;  position:absolute;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/rbl23xjk89b3a53k323tlby1dzcnxh4f.png);  }
  .render-swiper-80-0 .title {  color:#B81C25;  font-weight:bold;  font-size:.48rem;  text-align:center;  }
  .render-swiper-80-0 .btn {  background-size:8%;  color:white;  font-size:.36rem;  background-color:#C30D23;  border-radius:60px;  background-repeat:no-repeat;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/w5eaedj2d6e4zbrbmpbhchb25jhpz94b.gif);  height:.9rem;  text-align:center;  padding:0 0 0 0;  margin:.6rem auto 0;  line-height:.9rem;  background-position:70% 66%;  width:100%;  }
  .render-swiper-80-0 .img {  border-radius:0 0 0 0;  height:auto;  padding:0 0 0 0;  margin:.46rem 0 0;  width:100%;  }
}
</style>

<div class="render-swiper-80-0">
  <div class="swiper-container">
    <div class="swiper-wrapper">
      
<div class="swiper-slide">
	<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/wpdm1dcjt1dnfjf231d1dehc272y41dc.png">
</div>

<div class="swiper-slide">
	<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/ham4j7nmj85hbn7lnx6lw3ajxaenkth5.png">
</div>

<div class="swiper-slide">
	<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/zb81djp71dacl2he6f2fw1d63ptg1d69.png">
</div>

  	</div>
    <div class="swiper-pagination"></div>
  </div>
  <div class="container">
    
    	<div class="el">
        <div class="toptext">仅剩<span style="font-size:.3rem;color:#F7E797;">37</span>个名额</div>
    
    
      <p class="title">开抢啦!<span style="color:#0E2675;">限时免费大礼包</span></p>
      

      <button class="btn" data-popup-id="81" data-params-code="验证码" data-params-phone="请填写手机号码" data-params-title="马上领取" data-params-codebtn="获取验证码" data-params-close="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-params-btn="一键免费领取">
        一键开抢 
      </button>
      
       <img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/zd9xglydfd3whea8y54l5dm5cjdt9k8e.png" class="img">
    </div>

  </div>
</div>
<script>
  $(function(){
  	new Swiper('.render-swiper-80-0 .swiper-container',{
  			autoplay: {
          delay: 3000,
          stopOnLastSlide: false,
          disableOnInteraction: false,
        },
        pagination: {
          el: '.render-swiper-80-0 .swiper-pagination',
        },
  	})
  })
</script>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-1 {
   background-color:white;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 .6rem 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-1 >p{
   color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.48rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1;  width:auto; 
  }
  }
</style>


<div class="render-jsx-14-1">
  <p>英语很难?<span style="color:#B81C25;">未必! </span></p>
</div>

<style>
  .swiper-pagination-bullet-active{
  	background-color:#162d79;
  }
  
  .render-swiper-44-2 .swiper-container {
  	padding-bottom:.6rem;
  }
  
  /* pc */
  @media (min-width: 769px) {
  .render-swiper-44-2 {
     background-color:white;  padding:0 0 50px 0;  margin:0 0 0 0; 
    }
  }

  /* mobile */
  @media (max-width: 768px) {
    .render-swiper-44-2 {
     background-color:white;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 . 0; 
    }

    .render-swiper-44-2 .swiper-slide {
    }
    .render-swiper-44-2 .swiper-container {
  	padding-bottom:1.6rem;
  }
  }

</style>
<div class="render-swiper-44-2">
  <div class="container">
    <div class="swiper-container">
      <div class="swiper-wrapper">
        
<div class="swiper-slide">
<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/2t3bxpmb6xkmktpdr1d5kfdrt9mlype7.png" data-img-id="179">
</div>
<div class="swiper-slide">
<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/j42wdctpn392lw5d629fkrad9td9fnjg.png" data-img-id="180">
</div>
<div class="swiper-slide">
<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/djrx35k3yj9dtrt2an1d46w9b2wtdlan.png" data-img-id="182">
</div>
<div class="swiper-slide">
<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/y7t8rjkg9ykljl2x6xrdh4lm8pemf851.png" data-img-id="181">
</div>
      </div>
      <div class="swiper-pagination"></div>
    </div>
  </div>
</div>

<script>
  $(function(){
    new Swiper('.render-swiper-44-2 .swiper-container',{
        initialSlide:0, // 1,
        autoplay:  {
    delay: 4000,
    disableOnInteraction: false,
    },
        centeredSlides: true,
  			loop:true,
  			speed:2000,
        pagination: {el:'.swiper-pagination'}, 
        slidesPerView: HtmlWidth <= 768 ? 'auto' : 3,
    });
  })
</script>

<style>
/* PC端 */

/* 手机端 */
@media (min-width:1px)  {
  .render-jsx-7-3 {
   background-color:white;  border-radius:0 0 0 0;  text-align:center;  padding:.2rem 0 .8rem 0;  margin:0 0 0 0; 
  }
  .render-jsx-7-3 >button {
   color:white;  font-size:.36rem;  background-color:rgb(195, 13, 35);  border-radius:60px 60px 60px 60px;  box-shadow:0px .07rem .1rem 0px rgba(195, 13, 35, 0.26);  padding:0 auto 0 auto;  margin:0 0 0 0;  line-height:.9rem;  width:90%; 
  }
}
</style>

<div class="render-jsx-7-3">
  <button data-popup-id="81" data-params-code="验证码" data-params-phone="请填写手机号码" data-params-title="马上试听" data-params-codebtn="获取验证码" data-params-close="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-params-btn="一键免费试听">
    在线免费试听
  </button>
</div>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-4 {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  text-align:center;  padding:.8rem 0 0 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-4 >p{
   color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.48rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1;  width:auto; 
  }
  }
</style>


<div class="render-jsx-14-4">
  <p>为什么阿卡索备受<span style="color:#B81C25;">明星家庭</span>青睐?</p>
</div>

<style>
  img{max-width:100%;}
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-13-5 {
   background-color:#F5F9FF;  padding:.3rem 0 0 .3rem;  margin:0 0 0 0;  text-align:center; 
  }

  .render-jsx-13-5 img {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  height:auto;  padding:0 0 0 0;  margin:0 0 0 0;  width:100%; 
  }
  }
</style>


<div class="render-jsx-13-5">
    <img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/kfcf7fwx9h83lp2m4e1d7ng63peflfdf.png">
</div>

<style>
/* PC端 */

/* 手机端 */
@media (min-width:1px)  {
  .render-jsx-7-6 {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  text-align:center;  padding:.6rem 0 .8rem 0;  margin:0 0 0 0; 
  }
  .render-jsx-7-6 >button {
   color:white;  font-size:.36rem;  background-color:rgb(195, 13, 35);  border-radius:60px 60px 60px 60px;  box-shadow:0px .07rem .1rem 0px rgba(195, 13, 35, 0.26);  padding:0 0 0 0;  margin:0 0 0 0;  line-height:.9rem;  width:90%; 
  }
}
</style>

<div class="render-jsx-7-6">
  <button data-popup-id="81" data-params-code="验证码" data-params-phone="请填写手机号码" data-params-title="马上试课" data-params-codebtn="获取验证码" data-params-close="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-params-btn="一键免费试课">
    先免费试一节课
  </button>
</div>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-7 {
   background-color:white;  border-radius:0 0 0 0;  text-align:center;  padding:.8rem 0 .3rem 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-7 >p{
   color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.48rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1;  width:auto; 
  }
  }
</style>


<div class="render-jsx-14-7">
  <p><span style="color:#B81C25;">有证!</span>才是外教</p>
</div>

<style>
  img{max-width:100%;}
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-13-8 {
   background-color:white;  padding:0 0 0 0;  margin:0 0 0 0;  text-align:center; 
  }

  .render-jsx-13-8 img {
   border-radius:0 0 0 0;  height:auto;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  width:100%; 
  }
  }
</style>


<div class="render-jsx-13-8">
    <img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/f87lecz4d51dprnegtwj1d5g3fhpgpr5.png">
</div>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-9 {
   background-color:white;  border-radius:0 0 0 0;  text-align:center;  padding:.3rem 0 0 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-9 >p{
   color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.3rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1.2;  width:auto; 
  }
  }
</style>


<div class="render-jsx-14-9">
  <p><span style="color:#444;">与其他在线教育品牌不同,阿卡索所有外教老师,</span><br>100%持有TESOL/TEFL等英语教学国际证书,<br>老师更专业,家长更放心。</p>
</div>

<style>
/* PC端 */

/* 手机端 */
@media (min-width:1px)  {
  .render-jsx-7-10 {
   background-color:white;  border-radius:0 0 0 0;  text-align:center;  padding:.6rem 0 .8rem 0;  margin:0 0 0 0; 
  }
  .render-jsx-7-10 >button {
   color:white;  font-size:.36rem;  background-color:rgb(195, 13, 35);  border-radius:60px 60px 60px 60px;  box-shadow:0px .07rem .1rem 0px rgba(195, 13, 35, 0.26);  padding:0 0 0 0;  margin:0 0 0 0;  line-height:.9rem;  width:90%; 
  }
}
</style>

<div class="render-jsx-7-10">
  <button data-popup-id="81" data-params-code="验证码" data-params-phone="请填写手机号码" data-params-title="马上查看" data-params-codebtn="获取验证码" data-params-close="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-params-btn="一键在线查看">
    查看外教详情
  </button>
</div>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-11 {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  text-align:center;  padding:.8rem 0 .4rem 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-11 >p{
   color:rgba(195, 13, 35, 1);  font-weight:bold;  font-size:.48rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1;  width:auto; 
  }
  }
</style>


<div class="render-jsx-14-11">
  <p>学员评价</p>
</div>

<style>
  img{max-width:100%;}
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-13-12 {
   background-color:white;  padding:0 0 0 0;  margin:0 0 0 0;  text-align:center; 
  }

  .render-jsx-13-12 img {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  height:auto;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%; 
  }
  }
</style>


<div class="render-jsx-13-12">
    <img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/cx7982498x21d41d58bap984ed6hxt3a.gif">
</div>

<style>
  /* PC端 */
  
  /* 手机端 */
  @media (min-width:1px)  {
  .render-jsx-14-13 {
   background-color:#F5F9FF;  border-radius:0 0 0 0;  text-align:center;  padding:.7rem 0 .4rem 0;  margin:0 0 0 0; 
  }

  .render-jsx-14-13 >p{
   color:#666666;  font-size:.3rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  display:inline-block;  line-height:1;  width:auto;  position:relative; 
  }
  }
</style>


<div class="render-jsx-14-13">
  <p>*以上数据均为内部统计数据</p>
</div>

<style>
  .fixed{left:initial;  }
/* PC端 */

/* 手机端 */
@media (min-width:1px)  {
  .render-jsx-71-14 {  }
  
  .render-jsx-71-14 {  border-radius:0 0 0 0;  height:auto;  padding:0 0 0 0;  margin:-1.6rem 0 0 0;  }
}
</style>
<div class="render-jsx-71-14-top"></div>

<img src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/1dn47nd61d4ndwplaxpl81dxdy63dhem.png" class="render-jsx-71-14" data-popup-id="81" data-params-code="验证码" data-params-phone="请填写手机号码" data-params-title="马上领取" data-params-codebtn="获取验证码" data-params-close="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-params-btn="一键免费领取">



<script>
  
  $(function () {
    bottomShow();
  })

  function bottomShow() {
    // 定位元素
    let fixedBottom = $('.render-jsx-71-14');
    // 头部元素
    let headerFixedElement = $('body>div').eq(0);
    // 底部元素
    let removeFixedElement = $('.render-jsx-71-14-top');
    let bTop = removeFixedElement.offset().top - 10 - $(window).height() + removeFixedElement.height();
    let rTop = headerFixedElement.offset().top + headerFixedElement.height();
    $(window).scroll(function () {
      let sTop = $(this).scrollTop();
      if (sTop > rTop) {
        fixedBottom.fadeIn(300);
        if (sTop >= bTop) {
          fixedBottom.removeClass('fixed');
        } else {
          fixedBottom.addClass('fixed');
        }
      } else {
        fixedBottom.fadeOut(300);
      }
    })
  }
  
</script>

<style>
/* PC端 */

  
/* 手机端 */
@media (min-width:1px)  {
  .render-jsx-81-model {  background-color:rgba(0,0,0,0.5);  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }
  .render-jsx-81-model .con {  padding:0 .25rem .6rem;  background-size:100% auto;  background-position:top;  background-color:white;  border-radius:.1rem;  transform:translate(-50%,-50%);  background-repeat:no-repeat;  overflow:hidden;  top:50%;  left:50%;  width:6.5rem;  position:absolute;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/31/78drtc83g4zb538hxw7l6zegzrdb8dgf.png);  }
  .render-jsx-81-model .close {  top:.3rem;  width:.4rem;  position:absolute;  right:.3rem;  }
  .render-jsx-81-model .titlei {  padding:.4rem 0 0 .8rem;  color:white;  font-weight:bold;  font-size:.48rem;  text-align:left;  line-height:1.2; }
  .render-jsx-81-model .phone {  background-color:white;  border-radius:60px;  border:.02rem solid #d2d2d2;  padding:0 0 0 .4rem;  margin:1.2rem 0 0;  color:#999;  font-size:.28rem;  line-height:.9rem;  text-align:left;  height:.9rem;  }
  .render-jsx-81-model .code {  background-color:white;  border-radius:60px;  border:.02rem solid #d2d2d2;  padding:0 0 0 .4rem;  margin:.25rem 0 0;  color:#999;  font-size:.28rem;  line-height:.9rem;  position:relative;  text-align:left;  height:.9rem;  }
  .render-jsx-81-model .codebtn {  background-color:#C30D23;  border-radius:60px;  padding:0 .63rem;  color:white;  top:0;  font-size:.28rem;  position:absolute;  right:0;  text-align:center;  height:100%;  }
  .render-jsx-81-model .btn {  margin:.4rem 0 0;  background-size:8%;  color:white;  letter-spacing:2px;  font-size:.36rem;  background-position:78% 66%;  border-radius:60px;  background-color:#C30D23;  box-shadow:#C30D23 0px 0.06rem 0.1rem 0px;  background-repeat:no-repeat;  width:100%;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/30/w5eaedj2d6e4zbrbmpbhchb25jhpz94b.gif);  text-align:center;  height:.9rem;  }
}
</style>

<div class="render-jsx-81-model" id="register-popup-81" style="display:none;">
  <div class="con">
    <img class="close-popup close" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png">
    
    <p class="titlei">登录后<br><span class="title" style="color:#FBD580;font-size:.6rem;">马上领取</span></p>
    
    <div class="input__div">
      <input placeholder="请填写手机号码" type="tel" maxlength="11" name="TxtPhone" class="TxtPhone phone">
    </div>
    
    <div class="input__div">
      <input placeholder="验证码" type="tel" maxlength="6" name="TxtCode" class="TxtCode code">
      <button class="btnGetSMS codebtn" name="btnGetSMS">获取验证码</button>
    </div>
    <button class="registerSubmit btn" name="registerSubmit">
      一键免费领取
    </button>
    
  </div>
</div>


  <footer class="footer ">
    <div class="footer-pc">
        <div class="footer-pc-left">
            <div>
                服务热线:400-600-1166<a href="http://www.miitbeian.gov.cn/" rel="nofollow" target="_blank">粤ICP备19156451号</a>
            </div>
            <div>本站信息由深圳市阿卡索资讯股份有限公司发布</div>
        </div>
        <div class="footer-pc-right">
            <img src="https://img.acadsoc.com.cn/web/lps/pages/englishTraining/pcImg/footer.png" alt="Copyright">
        </div>
    </div>
    <div class="footer-m">
        <div class="footer-m-logo"></div>
        <div class="footer-m-tel">
            服务热线:400-600-1166<a href="http://www.miitbeian.gov.cn/" rel="nofollow" target="_blank">粤ICP备19156451号</a>
        </div>
        <div>本站信息由深圳市阿卡索资讯股份有限公司发布</div>
    </div>
</footer>


  <!--滑动验证生成-->
  <div id="captcha"></div>
  <!--滑动验证生成end-->
  <div class="loading" style="position:fixed;top:50%;left:50%;margin-top:-25px;margin-left:-25px;display:none;z-index:1040;">
    <img src="https://img.acadsoc.com.cn/web/img/loading1.gif" style="z-index:1050;position:relative;">
    <div class="modal-backdrop in" style="background-color:#fff;opacity: .8;"></div>
  </div>
  <script type="text/javascript" src="https://img.acadsoc.com.cn/js/register_new_double-editor.js"></script>
  <script type="text/javascript" src="https://img.acadsoc.com.cn/js/gt.js"></script>
  <script type="text/javascript" src="https://img.acadsoc.com.cn/js/Captcha.js"></script>
  <!-- 新验证1909 End -->
  <script type="text/javascript" src="https://www.acadsoc.com.cn/Ajax/Web.UI.Fun.User.aspx"></script>
  <!-- abtest -->
  <script src="https://img.acadsoc.com.cn/web/js/abtest.min.js"></script>
  <script type="text/javascript" src="https://img.acadsoc.com.cn/web/js/swiper-4.0.5.min.js"></script>

  <script>

    window.onload = function(){
      addFixedEls();
    }

    function addFixedEls(){
      // 头部元素
      const headerFixedElement = $('body>div').eq(0);
      $('.fixed__el').each((i,v)=>{
        // 定位元素
        const fixedEl = $(v);
        // 移除元素
        const removeFixedElement = fixedEl.prev();
        let bTop = removeFixedElement.offset().top - 10 - $(window).height() + removeFixedElement.height();
        let rTop = headerFixedElement.offset().top + headerFixedElement.height();
        $(window).scroll(function () {
          let sTop = $(this).scrollTop();
          if (sTop > rTop) {
            fixedEl.fadeIn(300);
            if (sTop >= bTop) {
              fixedEl.removeClass('fixed');
            } else {
              fixedEl.addClass('fixed');
            }
          } else {
            fixedEl.fadeOut(300);
          }
        })
      })
    }

    const date = new Date();
    const curruYear = date.getFullYear();
    const currMonth = date.getMonth() + 1;
    const currDate = date.getDate();

    // 替换时间文字
    document.querySelectorAll('.time').forEach(function(v){
      v.innerText =  getToday(v.innerText);
    })

    function getToday(str) {
      return str.replace(/year/gi,curruYear).replace(/month/gi,currMonth).replace(/date/gi,currDate);
    }
    
    function copyWx(wx,text='复制成功!'){
      const element = document.createElement('input');
      element.value = wx;
      document.body.append(element);
      element.select();
      document.execCommand('Copy');
      document.body.removeChild(element);
      alert(text);
    }

    $(function () {

      $('[data-copy-wx]').click(function(){
        copyWx($(this).attr('data-copy-wx'),$(this).attr('data-wx-alter'))
      })

      $('[data-to-wx]').click(function(){
        copyWx($(this).attr('data-to-wx'),$(this).attr('data-wx-alter'))
        const aele = document.createElement('a');
        aele.href ='weixin://';
        aele.click();
      });

      // 返回弹窗
      if (document.querySelector('[id*=back-popup]')) {
        $('[id*=back-popup]').hide();
        $('[id*=back-popup] [class*=close]').click(function () {
          $('[id*=back-popup]').fadeOut();
          // 取消返回,需要默认back一次
          window.removeEventListener('popstate', holdBack);
          history.back();
        })

        // 阻止返回
        function holdBack() {
          $('[id*=back-popup]').fadeIn();
          history.pushState(null, null, document.URL);
        }


        // 防止页面后退 监听
        history.pushState(null, null, document.URL);
        window.addEventListener('popstate', holdBack);
      }

      // 关闭弹窗
      $('.close-popup').click(function(){
        $(this).parents('[id*=-popup]').fadeOut();
      })

      // 关闭注册弹窗
      $('.register-close').click(function(){
        $(this).parents('[id*=register-popup]').fadeOut();
      })

      // 打开弹窗
      $('[data-popup-id]').click(function(){
        const id = $(this).attr('data-popup-id');
        const popup = $('#register-popup-' + id);
        const attrs = this.attributes;
        // 更改字符
        for (let i = 0; i < attrs.length; i++) {
          const name = attrs[i].name;
          const value = attrs[i].value;
          if(name.indexOf('data-params-') !== -1){
            const ele = popup.find('.' + name.split('data-params-')[1]);
            if (!value) continue;
            if(value === 'false') {
              ele.hide();
              continue;
            } else if(value === 'true') {
              ele.show();
              continue;
            }
            if(!ele[0]) continue;
            // 根据标签名修改
            switch (ele[0].nodeName) {
              case 'IMG':
                ele.attr('src', value);
                break;
              case 'INPUT':
                ele.attr('placeholder', value)
                break;
              default:
                ele.html(getToday(value));
                break;
            }
          }
        }
        popup.fadeIn();
      })

      // 单链接跳转
      $('[data-href]').click(function(){
        location.href = $(this).attr('data-href');
      })

      // 分端跳转
      $('[data-pm-href]').click(function(){
        var parameter = window.location.search;
        var sUserAgent = navigator.userAgent.toLowerCase();
        var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
        var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
        var bIsMidp = sUserAgent.match(/midp/i) == "midp";
        var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
        var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
        var bIsAndroid = sUserAgent.match(/android/i) == "android";
        var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
        var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
        if (bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
          location.href = $(this).attr('data-mobile-href');
        } else if (bIsIpad) {
          location.href = $(this).attr('data-ipad-href');
        } else {
          location.href = $(this).attr('data-pc-href');
        }
      })

      // 跳转注册
      $('[data-form]').click(function(){
        $('body,html').stop().animate({ 'scrollTop': 0 },
          {
            duration: 1000,
            easing: "swing"
          });
      })

      // dynamic data
      const imgIds = [];
      const bgImgIds = [];
      const textIds = [];

      $('[data-img-id]').each(function (i, item) {
        const id = $(item).attr('data-img-id');
        if (imgIds.indexOf(id) === -1) {
          imgIds.push(id);
        }
      })

      $('[data-text-id]').each(function (i, item) {
        const id = $(item).attr('data-text-id');
        if (textIds.indexOf(id) === -1) {
          textIds.push(id);
        }
      })

      $('[data-bg-img-id]').each(function (i, item) {
        const id = $(item).attr('data-bg-img-id');
        if (bgImgIds.indexOf(id) === -1) {
          bgImgIds.push(id);
        }
      })

      $.ajax({
        url: 'https://dmpaio.acadsoc.com.cn/api-landingpage/PageResources/selectAllResources',
        method: "POST",
        dataType: "json",
        headers: { 'Content-Type': 'application/json' },
        data: JSON.stringify({ bgImgIds, imgIds, textIds }),
        success: function (res) {
          const _bgImgIds = res.data.bgImgIds;
          const _imgIds = res.data.imgIds;
          const _textIds = res.data.textIds;
          // 背景图
          _bgImgIds.forEach(function (v) {
            const ele = $(`[data-bg-img-id=${v.id}]`);
            // 手机banner
            if (ele.hasClass('mobile-banner')) {
              ele.attr('src', v.url);
            } else {
              ele.css('background-image', `url(${v.url})`);
            }
          });
          _imgIds.forEach(function (v) {
            const ele = $(`[data-img-id=${v.id}]`);
            if(ele[0].nodeName === 'IMG'){
              ele.attr('src', v.url);
            }else{
              ele.css('background-image', `url(${v.url})`);
            }
          });

          _textIds.forEach(function (v) {
            const ele = $(`[data-text-id=${v.id}]`);
            ele.html(v.name);
          });
        }
      })

    })

    // 注册
    register.init({
      successTxt: false, // 值为false时不执行
      successLocation: false, // 值为false时不执行
      successFn: function () {
        ABRecord.registNotice();
        //百度ocpc提交成功埋码
        window._agl && window._agl.push(['track', ['success', { t: 3 }]])
        var urlval = getQueryString("search");
        $(".loading").hide();
        
        
        

        var successPopup = document.querySelector('[id^=success-popup]');

        if(successPopup){
            $(successPopup).fadeIn();
        }else{
            alert("领取成功,稍后将有学习顾问联系您!");
            window.location = '/WebNew/user/Personal/UserInfo.aspx';
        }

        return false;
      },
      type: 'code', //注册类型:normal(常规),code(验证码注册),uid(带推荐人uid)
      
    });

  </script>
  <!-- 53客服 -->
  


</body></html>