index.html 87.4 KB
Newer Older
ksaria@outlook.com's avatar
ksaria@outlook.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749
<!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/js/editor/swiper.min.css" rel="stylesheet" type="text/css">
  <link rel="stylesheet" href="https://img.acadsoc.com.cn/web/css/header-footer.css">
  <link rel="stylesheet" href="https://img.acadsoc.com.cn/web/css/editor.init.css">
  <link rel="icon" href="https://www.acadsoc.com.cn/favicon.ico" type="image/x-icon">

  <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>

  <!--[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>
body{
  background-color:white;
  
}
</style>
<!-- customize code header -->
<script src="https://img.acadsoc.com.cn/web/SenSors/sensorsheadother.js"></script>

</head>


<!-- style: 555 -->
<body class="body--PM">

  <!-- js统计 -->
  <script src="https://img.acadsoc.com.cn/web/js/monitor/apm.web.js"></script>
  
  <style>
    /* auto generate style */
    @media (min-width:769px) { 
      .render-swiper-274-0 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:100%;  }.render-swiper-274-0 .com {  background-color:#fff;  border-radius:.1rem .1rem .1rem .1rem;  padding:.3rem .25rem .3rem .25rem;  z-index:3;  transform:translateY(-50%);  margin:0 0 0 0;  top:50%;  width:3.5rem;  position:absolute;  right:0;  }.render-swiper-274-0 .gift {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  top:-.5rem;  display:block;  width:.8rem;  position:absolute;  right:-.3rem;  height:.8rem;  }.render-swiper-274-0 .regbtn4 {  border-radius:6px 6px 6px 6px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.16rem auto 0 auto;  color:white;  display:block;  width:100%;  font-size:.18rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.5rem;  }.render-swiper-274-0 .text1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-size:.24rem;  line-height:1;  text-align:center;  }.render-swiper-274-0 .regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.15rem auto 0 auto;  width:100%;  }.render-swiper-274-0 .phone {  border:1px solid #c30d23;  border-radius:6px 6px 6px 6px;  background-color:#fff;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-swiper-274-0 .text2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.1rem 0 0 0;  color:rgba(20, 43, 136, 1);  font-size:16px;  line-height:1;  text-align:center;  }.render-swiper-274-0 .regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.16rem auto 0 auto;  width:100%;  position:relative;  }.render-swiper-274-0 .code {  border:1px solid #c30d23;  border-radius:6px 6px 6px 6px;  background-color:#fff;  padding:0 0 0 .2rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-swiper-274-0 .regcodebtn {  background-color:#c30d23;  border-radius:0 6px 6px 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.16rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.render-swiper-274-0 .swiper {  z-index:2;  width:100%;  position:absolute;  height:100%;  }.render-swiper-274-0 .slide1 {  background-size:cover;  border-radius:0 0 0 0;  background-repeat:no-repeat;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/06/gpxaf9mfalb2k5pztfey3c4rhajtrpw4.png);  padding:0 0 0 0;  margin:0 0 0 0;  background-position:center;  }.render-swiper-274-0 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.render-swiper-274-0  {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  position:relative;  height:562px;  }.auto-element-440-1>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-440-1>.container>.div2 {  padding:0 0 0 0;  margin:-.4rem 0 0 0;  z-index:11;  display:flex;  border-radius:6px 6px 6px 6px;  box-shadow:0 0 .04rem .04rem rgba(150,150,150,.2);  overflow:hidden;  justify-content:space-between;  position:relative;  }.auto-element-440-1>.container>.div2>.p1 {  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  display:flex;  font-size:.24rem;  line-height:1;  border-radius:0 0 0 0;  background-color:#b81c25;  width:25%;  justify-content:center;  align-items:center;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2 {  border-radius:0 0 0 0;  background-color:#fff;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  width:75%;  justify-content:space-between;  }.auto-element-440-1>.container>.div2>.div2>.div3 {  border-radius:0 0 0 0;  padding:.3rem 0 .3rem 0;  margin:0 0 0 0;  display:flex;  width:33.3%;  justify-content:center;  align-items:center;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .05rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.16rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-size:.14rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 .15rem 0 0;  display:block;  width:.6rem;  height:100%;  }.auto-element-440-1>.container>.div2>.div2>.div2 {  border-radius:0 0 0 0;  padding:.3rem 0 .3rem 0;  margin:0 0 0 0;  display:flex;  width:33.3%;  justify-content:center;  align-items:center;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .05rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.16rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-size:.14rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div2>.img1 {  border-radius:0 0 0 0;  height:100%;  padding:0 0 0 0;  margin:0 .15rem 0 0;  display:block;  width:.6rem;  }.auto-element-440-1>.container>.div2>.div2>.div1 {  border-radius:0 0 0 0;  padding:.3rem 0 .3rem 0;  margin:0 0 0 0;  display:flex;  width:33.3%;  justify-content:center;  align-items:center;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .05rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.16rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-size:.14rem;  line-height:1;  }.auto-element-440-1>.container>.div2>.div2>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 .15rem 0 0;  display:block;  width:.6rem;  height:100%;  }.auto-element-440-1 {  min-height:100px;  background-color:white;  border-radius:0 0 0 0;  padding:0 0 .4rem 0;  margin:0 0 0 0;  }.auto-element-441-2>.container {  min-height:100px;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-441-2>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:4.2rem;  font-size:.24rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.6rem;  }.auto-element-441-2>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-441-2>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#666;  font-size:.26rem;  line-height:1;  text-align:center;  }.auto-element-441-2>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  flex-wrap:wrap;  }.auto-element-441-2>.container>.div3>.div5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:46%;  }.auto-element-441-2>.container>.div3>.div5>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-weight:600;  font-size:.22rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div5>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.18rem;  line-height:1.4;  }.auto-element-441-2>.container>.div3>.div5>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div5>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:46%;  }.auto-element-441-2>.container>.div3>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-weight:600;  font-size:.22rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div4>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.18rem;  line-height:1.4;  }.auto-element-441-2>.container>.div3>.div4>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div4>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  width:46%;  }.auto-element-441-2>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-weight:600;  font-size:.22rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div2>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.18rem;  line-height:1.4;  }.auto-element-441-2>.container>.div3>.div2>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  width:46%;  }.auto-element-441-2>.container>.div3>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-weight:600;  font-size:.22rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div1>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.18rem;  line-height:1.4;  }.auto-element-441-2>.container>.div3>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2 {  z-index:16;  min-height:100px;  background-color:white;  border-radius:0 0 0 0;  padding:.4rem 0 .6rem 0;  margin:0 0 0 0;  }.auto-element-405-3>.container {  border-radius:0 0 0 0;  background-color:#1a2d78;  padding:0 0 0 0;  margin:0 auto 0 auto;  width:100%;  }.auto-element-405-3>.container>.div1 {  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 auto 0 auto;  display:flex;  width:1180px;  position:relative;  }.auto-element-405-3>.container>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:3rem;  position:absolute;  right:0;  }.auto-element-405-3>.container>.div1>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  flex:1;  width:48%;  }.auto-element-405-3>.container>.div1>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  color:#fff;  font-weight:bold;  font-size:.7rem;  line-height:1;  }.auto-element-405-3>.container>.div1>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-size:.4rem;  }.auto-element-405-3 {  background-color:white;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-331-4>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-331-4>.container>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-331-4>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  background-repeat:no-repeat;  background-size:auto 100%;  font-weight:bold;  font-size:.4rem;  line-height:1;  background-position:center center;  text-align:center;  height:.9rem;  }.auto-element-331-4>.container>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  max-width:80%;  display:block;  }.auto-element-331-4>.container>.button5 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:4.2rem;  font-size:.24rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.6rem;  }.auto-element-331-4>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto .5rem auto;  color:#767676;  width:86%;  font-size:.26rem;  line-height:1.8;  }.auto-element-331-4 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-442-5>.container {  min-height:100px;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-442-5>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:4.2rem;  font-size:.24rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.6rem;  }.auto-element-442-5>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-442-5>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#666;  font-size:.26rem;  line-height:1;  text-align:center;  }.auto-element-442-5>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  position:relative;  }.auto-element-442-5>.container>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:2.8rem;  }.auto-element-442-5>.container>.div3>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div3>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .18rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .33rem 0;  }.auto-element-442-5>.container>.div3>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .18rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .33rem 0;  }.auto-element-442-5>.container>.div3>.div3>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .18rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:2.8rem;  }.auto-element-442-5>.container>.div3>.div2>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div2>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .18rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div3>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .33rem 0;  }.auto-element-442-5>.container>.div3>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .18rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div2>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .33rem 0;  }.auto-element-442-5>.container>.div3>.div2>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .15rem 0;  color:#333;  font-weight:bold;  font-size:.24rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.18rem;  line-height:1.5;  }.auto-element-442-5>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  transform:translate(-50%,-50%);  top:50%;  left:50%;  width:5.5rem;  position:absolute;  }.auto-element-442-5>.container>.div3>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-442-5>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  min-width:100%;  }.auto-element-442-5 {  background-color:#f8f8f8;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-445-6>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-445-6>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:none;  width:4.2rem;  font-size:.24rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.6rem;  }.auto-element-445-6>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .6rem 0;  color:#fff;  font-size:.26rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  position:relative;  }.auto-element-445-6>.container>.div3>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:10%;  left:29%;  display:block;  width:.8rem;  position:absolute;  }.auto-element-445-6>.container>.div3>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:10%;  left:64%;  display:block;  width:.8rem;  position:absolute;  }.auto-element-445-6>.container>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:30%;  }.auto-element-445-6>.container>.div3>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-445-6>.container>.div3>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.26rem 0 .14rem 0;  color:#fff;  font-weight:bold;  font-size:.22rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.div3>.div3>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6>.container>.div3>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 .5rem .2rem .5rem;  margin:0 0 0 0;  color:#fff;  font-size:.14rem;  line-height:1.6;  text-align:center;  }.auto-element-445-6>.container>.div3>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:30%;  }.auto-element-445-6>.container>.div3>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-445-6>.container>.div3>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.26rem 0 .14rem 0;  color:#fff;  font-weight:bold;  font-size:.22rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.div3>.div2>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6>.container>.div3>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 .5rem .2rem .5rem;  margin:0 0 0 0;  color:#fff;  font-size:.14rem;  line-height:1.6;  text-align:center;  }.auto-element-445-6>.container>.div3>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:30%;  }.auto-element-445-6>.container>.div3>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-445-6>.container>.div3>.div1>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.26rem 0 .14rem 0;  color:#fff;  font-weight:bold;  font-size:.22rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.div3>.div1>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6>.container>.div3>.div1>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 .5rem .2rem .5rem;  margin:0 0 0 0;  color:#fff;  font-size:.14rem;  line-height:1.6;  text-align:center;  }.auto-element-445-6>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-445-6 {  background-color:#172d79;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-272-7>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-272-7>.container>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-272-7>.container>.p1 {  color:#333;  font-weight:bold;  font-size:.4rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 0 0;  line-height:1;  }.auto-element-272-7>.container>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  max-width:100%;  display:block;  }.auto-element-272-7>.container>.button5 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  box-shadow:0px 4px 10px rgba(195,13,35,0.4);  margin:.5rem auto 0 auto;  color:white;  display:none;  width:4.2rem;  font-size:.24rem;  text-align:center;  height:.6rem;  }.auto-element-272-7>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .5rem 0;  color:rgba(102, 102, 102, 1);  font-size:.26rem;  line-height:1;  text-align:center;  }.auto-element-272-7 {  background-color:#fff;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-jsx-300-9 .container {  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:.7rem;  }.render-jsx-300-9 .img {  left:0;  bottom:0;  display:block;  width:1.8rem;  position:absolute;  }.render-jsx-300-9 .text {  border-radius:0 0 0 0;  padding:0 0 0 0;  transform:translateY(-50%);  margin:0 0 0 0;  color:#fff;  top:50%;  left:2rem;  font-size:.3rem;  line-height:1;  position:absolute;  }.render-jsx-300-9 .btn {  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-size:.2rem;  right:0;  border-radius:.6rem .6rem .6rem .6rem;  background-color:#c30d23;  transform:translateY(-50%);  top:50%;  width:2.3rem;  position:absolute;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  height:.44rem;  text-align:center;  }.render-jsx-300-9  {  background-color:rgba(0,0,0,.6);  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-jsx-365-SdQJzu-XtPjBN>.con {  transform:translate(-50%,-50%);  top:45%;  left:50%;  width:4rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div {  top:3.3rem;  width:100%;  position:absolute;  text-align:center;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div>.wx {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#b71d25;  font-size:14px;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div>.text {  padding:0 .1rem 0 .1rem;  color:#666;  font-size:.16rem;  line-height:1.6;  text-align:center;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.code {  border-radius:0 0 0 0;  transform:translateX(-50%);  top:1.3rem;  border:3px solid rgba(225,201,159);  padding:0 0 0 0;  margin:0 0 0 0;  left:50%;  width:1.8rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.bgimg {  width:100%;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.btn {  background-color:#1b2d78;  border-radius:60px 60px 60px 60px;  transform:translateX(-50%);  color:#fff;  left:50%;  bottom:.3rem;  width:70%;  font-size:.22rem;  position:absolute;  height:.6rem;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.close {  transform:translateX(-50%);  left:50%;  bottom:-.7rem;  width:.6rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN {  background-color:rgba(0,0,0,0.5);  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }.auto-element-340-z1oc3l-SWxYGU>.div1 {  padding:40px 0 40px 0;  margin:0 0 0 0;  background-size:100%;  min-height:100px;  border-radius:.1rem .1rem .1rem .1rem;  background-color:white;  transform:translate(-50%, -50%);  background-repeat:no-repeat;  top:50%;  left:50%;  width:4.5rem;  position:absolute;  min-width:100px;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  font-weight:bold;  font-size:.28rem;  text-align:center;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regbtn5 {  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  color:white;  display:block;  width:86%;  font-size:.2rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.5rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:4rem;  position:relative;  text-align:left;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4>.code {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 0 0 .3rem;  margin:0 0 0 8px;  width:96%;  font-size:.16rem;  height:.5rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4>.regcodebtn {  background-color:#c30d23;  border-radius:10px 60px 60px 10px;  padding:0 .3rem 0 .3rem;  margin:0 6px 0 0;  top:0;  color:white;  font-size:.16rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regphone3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:4rem;  text-align:left;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regphone3>.phone {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 .3rem 0 .3rem;  margin:0 0 0 8px;  width:96%;  font-size:.16rem;  height:.5rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.close2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:.2rem;  width:.18rem;  position:absolute;  right:.2rem;  }.auto-element-340-z1oc3l-SWxYGU {  background-color:rgba(0,0,0,0.7);  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }.render-jsx-288-QpTB6A-4TYuXf>.div1 {  background-size:100%;  min-height:100px;  border-radius:.14rem .14rem .14rem .14rem;  background-color:white;  transform:translate(-50%, -50%);  background-repeat:no-repeat;  top:50%;  padding:.4rem 0 .4rem 0;  margin:0 0 0 0;  left:50%;  width:4.5rem;  position:absolute;  min-width:100px;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.p1 {  font-weight:bold;  font-size:.3rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 .4rem 0 0;  margin:0 0 0 0;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5 {  margin:.2rem auto 0 auto;  width:4rem;  position:relative;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5>.code {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5>.regcodebtn {  background-color:#c30d23;  border-radius:0 60px 60px 0;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.16rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  top:.3rem;  display:block;  width:16%;  position:absolute;  right:.3rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 .4rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.16rem;  text-align:center;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regphone4 {  margin:.2rem auto 0 auto;  width:4rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regphone4>.phone {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.img7 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:.1rem;  position:absolute;  right:.1rem;  height:.2rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regbtn6 {  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  color:white;  display:block;  width:4rem;  font-size:.2rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.5rem;  }.render-jsx-288-QpTB6A-4TYuXf {  background-color:rgba(0,0,0,0.7);  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }
    }
    @media (max-width:768px) { 
      .render-swiper-274-0 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  }.render-swiper-274-0 .com {  background-color:#fff;  border-radius:.3rem .3rem .3rem .3rem;  padding:.5rem .4rem 0 .4rem;  transform:translateY(0);  margin:.3rem auto .5rem auto;  z-index:2;  top:initial;  width:92%;  position:relative;  right:initial;  }.render-swiper-274-0 .gift {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  top:.1rem;  display:block;  position:absolute;  right:.2rem;  height:1.4rem;  }.render-swiper-274-0 .regbtn4 {  border-radius:.1rem .1rem .1rem .1rem;  background-color:#c30d23;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  color:white;  display:block;  width:100%;  font-size:.32rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.9rem;  }.render-swiper-274-0 .text1 {  border-radius:0 0 0 0;  padding:0 .6rem 0 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-size:.4rem;  line-height:1;  text-align:center;  }.render-swiper-274-0 .regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  top:.3rem;  width:100%;  }.render-swiper-274-0 .phone {  border:1px solid #c30d23;  border-radius:.1rem .1rem .1rem .1rem;  background-color:#fff;  padding:0 .4rem 0 .4rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-swiper-274-0 .text2 {  border-radius:0 0 0 0;  padding:0 .6rem .2rem 0;  margin:.2rem 0 0 0;  color:rgba(20, 43, 136, 1);  font-size:.28rem;  line-height:1;  text-align:center;  }.render-swiper-274-0 .regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  width:100%;  position:relative;  }.render-swiper-274-0 .code {  border:1px solid #c30d23;  border-radius:.1rem .1rem .1rem .1rem;  background-color:#fff;  padding:0 0 0 .4rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-swiper-274-0 .regcodebtn {  background-color:#c30d23;  border-radius:0 .1rem .1rem 0;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.28rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.render-swiper-274-0 .swiper {  width:100%;  }.render-swiper-274-0 .slide1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-swiper-274-0 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-swiper-274-0  {  background-color:#fff;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  position:relative;  }.auto-element-440-1>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  }.auto-element-440-1>.container>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  color:#333;  font-weight:bold;  display:none;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  }.auto-element-440-1>.container>.div2>.div2>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:33.3%;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.12rem 0 .1rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.32rem;  line-height:1;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  font-size:.24rem;  line-height:1.4;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:45%;  }.auto-element-440-1>.container>.div2>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:33.3%;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.12rem 0 .1rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.32rem;  line-height:1;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  font-size:.24rem;  line-height:1.4;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:45%;  }.auto-element-440-1>.container>.div2>.div2>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:33.3%;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.12rem 0 .1rem 0;  color:#cc9a42;  font-weight:bold;  font-size:.32rem;  line-height:1;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div1>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  font-size:.24rem;  line-height:1.4;  text-align:center;  }.auto-element-440-1>.container>.div2>.div2>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:45%;  }.auto-element-440-1 {  background-color:white;  border-radius:0 0 0 0;  padding:0 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-441-2>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  width:92%;  }.auto-element-441-2>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:90%;  font-size:.32rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.9rem;  }.auto-element-441-2>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-441-2>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#333;  font-size:.28rem;  line-height:1;  text-align:center;  }.auto-element-441-2>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  flex-wrap:wrap;  }.auto-element-441-2>.container>.div3>.div5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  }.auto-element-441-2>.container>.div3>.div5>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-size:.28rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div5>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.24rem;  line-height:1.5;  }.auto-element-441-2>.container>.div3>.div5>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div5>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  }.auto-element-441-2>.container>.div3>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-size:.28rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div4>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.24rem;  line-height:1.5;  }.auto-element-441-2>.container>.div3>.div4>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div4>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  width:48%;  }.auto-element-441-2>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-size:.28rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div2>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.24rem;  line-height:1.5;  }.auto-element-441-2>.container>.div3>.div2>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  width:48%;  }.auto-element-441-2>.container>.div3>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .15rem 0;  color:#192e79;  font-size:.28rem;  line-height:1;  }.auto-element-441-2>.container>.div3>.div1>.p4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#999;  font-size:.24rem;  line-height:1.5;  }.auto-element-441-2>.container>.div3>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-441-2>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-441-2 {  background-color:#f8f8f8;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-405-3>.container {  border-radius:0 0 0 0;  background-color:#1a2d78;  padding:.6rem .3rem .4rem .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-405-3>.container>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  position:relative;  }.auto-element-405-3>.container>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 .2rem 0 0;  bottom:-.1rem;  width:40%;  position:absolute;  right:-.2rem;  }.auto-element-405-3>.container>.div1>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-405-3>.container>.div1>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .2rem 0;  color:#fff;  font-weight:bold;  font-size:.6rem;  line-height:1;  }.auto-element-405-3>.container>.div1>.div1>.p2 {  padding:0 0 0 0;  margin:0 0 0 0;  z-index:2;  background-size:100% 100%;  color:rgba(255, 255, 255, 1);  font-size:.26rem;  background-position:center center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:4.5rem;  position:relative;  }.auto-element-405-3 {  background-color:#fff;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-331-4>.container {  min-height:100px;  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  }.auto-element-331-4>.container>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-331-4>.container>.p1 {  padding:0 0 0 0;  margin:0 0 0 0;  background-size:auto 100%;  font-weight:bold;  font-size:.4rem;  line-height:1;  background-position:center center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  text-align:center;  height:.9rem;  }.auto-element-331-4>.container>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-331-4>.container>.button5 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:90%;  font-size:.32rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.9rem;  }.auto-element-331-4>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .4rem 0;  color:#767676;  font-size:.24rem;  line-height:1.6;  text-align:center;  }.auto-element-331-4 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-442-5>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-442-5>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:block;  width:90%;  font-size:.32rem;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  text-align:center;  height:.9rem;  }.auto-element-442-5>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-442-5>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#333;  font-size:.28rem;  line-height:1;  text-align:center;  }.auto-element-442-5>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div3>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .32rem 0;  }.auto-element-442-5>.container>.div3>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .32rem 0;  }.auto-element-442-5>.container>.div3>.div3>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.auto-element-442-5>.container>.div3>.div2>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .32rem 0;  }.auto-element-442-5>.container>.div3>.div2>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div3>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .32rem 0;  }.auto-element-442-5>.container>.div3>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div2>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .32rem 0;  }.auto-element-442-5>.container>.div3>.div2>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .1rem 0;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  }.auto-element-442-5>.container>.div3>.div2>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  line-height:1.6;  }.auto-element-442-5>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .2rem 0;  }.auto-element-442-5>.container>.div3>.div1>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:70%;  }.auto-element-442-5>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-442-5 {  background-color:#f8f8f8;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-445-6>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  width:92%;  }.auto-element-445-6>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  box-shadow:0px 4px 10px rgba(195,13,35,0.4);  padding:0 0 0 0;  margin:.6rem auto 0 auto;  color:white;  display:none;  width:90%;  font-size:.32rem;  text-align:center;  height:.9rem;  }.auto-element-445-6>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.25rem 0 .6rem 0;  color:#fff;  font-size:.28rem;  line-height:1;  text-align:center;  }.auto-element-445-6>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  position:relative;  }.auto-element-445-6>.container>.div3>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  transform:rotate(80deg);  top:23%;  left:-.2rem;  display:block;  width:.8rem;  position:absolute;  }.auto-element-445-6>.container>.div3>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  transform:rotate(80deg);  top:57.6%;  left:-.2rem;  display:block;  width:.8rem;  position:absolute;  }.auto-element-445-6>.container>.div3>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:flex-start;  }.auto-element-445-6>.container>.div3>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 .2rem;  }.auto-element-445-6>.container>.div3>.div3>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:1;  }.auto-element-445-6>.container>.div3>.div3>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  height:1.15rem;  }.auto-element-445-6>.container>.div3>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.15rem 0 .15rem 0;  color:#fff;  font-size:.24rem;  line-height:1.5;  }.auto-element-445-6>.container>.div3>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:2.8rem;  }.auto-element-445-6>.container>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  display:flex;  justify-content:space-between;  align-items:flex-start;  }.auto-element-445-6>.container>.div3>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 .2rem;  }.auto-element-445-6>.container>.div3>.div2>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:1;  }.auto-element-445-6>.container>.div3>.div2>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  height:1rem;  }.auto-element-445-6>.container>.div3>.div2>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.15rem 0 .15rem 0;  color:#fff;  font-size:.24rem;  line-height:1.5;  }.auto-element-445-6>.container>.div3>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:2.8rem;  }.auto-element-445-6>.container>.div3>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  display:flex;  justify-content:space-between;  align-items:flex-start;  }.auto-element-445-6>.container>.div3>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 .2rem;  }.auto-element-445-6>.container>.div3>.div1>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:1;  }.auto-element-445-6>.container>.div3>.div1>.div2>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  height:1rem;  }.auto-element-445-6>.container>.div3>.div1>.div2>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.15rem 0 .15rem 0;  color:#fff;  font-size:.24rem;  line-height:1.5;  }.auto-element-445-6>.container>.div3>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:2.8rem;  }.auto-element-445-6 {  background-color:#172d79;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-272-7>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-272-7>.container>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  max-width:100%;  display:block;  }.auto-element-272-7>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:bold;  font-size:.4rem;  line-height:1;  text-align:center;  }.auto-element-272-7>.container>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.auto-element-272-7>.container>.button5 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  box-shadow:0px 4px 10px rgba(195,13,35,0.4);  margin:.5rem auto 0 auto;  color:white;  display:none;  width:90%;  font-size:.32rem;  text-align:center;  height:.9rem;  }.auto-element-272-7>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .5rem 0;  color:#333;  font-size:.3rem;  line-height:1;  text-align:center;  }.auto-element-272-7 {  background-color:#fff;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-jsx-300-9 .container {  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:1rem;  }.render-jsx-300-9 .img {  left:0;  bottom:0;  display:block;  width:2.1rem;  position:absolute;  }.render-jsx-300-9 .text {  border-radius:0 0 0 0;  padding:0 0 0 0;  transform:translateY(-50%);  margin:0 0 0 0;  color:#fff;  top:50%;  left:2.2rem;  font-size:.3rem;  line-height:1.2;  position:absolute;  }.render-jsx-300-9 .btn {  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-size:.32rem;  right:0;  background-color:#c30d23;  border-radius:0 0 0 0;  transform:translateY(-50%);  top:50%;  width:2rem;  position:absolute;  background-image:linear-gradient(#e4353c, #c02029, #b81c25, #b81c25, #b91c25);  height:100%;  text-align:center;  }.render-jsx-300-9  {  background-color:rgba(0,0,0,.6);  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-jsx-365-SdQJzu-XtPjBN>.con {  transform:translate(-50%,-50%);  top:45%;  left:50%;  width:5.5rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div {  top:4.2rem;  width:100%;  position:absolute;  text-align:center;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div>.wx {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#b71d25;  font-size:14px;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.div>.text {  padding:0 .1rem 0 .1rem;  color:#666;  width:100%;  font-size:.16rem;  line-height:1.6;  text-align:center;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.code {  border:3px solid rgba(225,201,159);  border-radius:0 0 0 0;  padding:0 0 0 0;  transform:translateX(-50%);  margin:0 0 0 0;  top:2rem;  left:50%;  width:1.8rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.bgimg {  width:100%;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.btn {  background-color:#1b2d78;  border-radius:60px 60px 60px 60px;  transform:translateX(-50%);  color:#fff;  left:50%;  bottom:.3rem;  width:70%;  font-size:.3rem;  position:absolute;  height:.8rem;  }.render-jsx-365-SdQJzu-XtPjBN>.con>.close {  transform:translateX(-50%);  left:50%;  bottom:-.9rem;  width:.8rem;  position:absolute;  }.render-jsx-365-SdQJzu-XtPjBN {  background-color:rgba(0,0,0,0.5);  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }.auto-element-340-z1oc3l-SWxYGU>.div1 {  padding:0.6rem .2rem 0.6rem .2rem;  margin:0 0 0 0;  background-size:100%;  min-height:100px;  border-radius:.1rem .1rem .1rem .1rem;  background-color:white;  transform:translate(-50%, -50%);  background-repeat:no-repeat;  top:50%;  left:50%;  width:6.5rem;  position:absolute;  min-width:100px;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  font-weight:bold;  font-size:.4rem;  text-align:center;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regbtn5 {  border-radius:.6rem .6rem .6rem .6rem;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  color:white;  display:block;  width:6rem;  font-size:.32rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.9rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:6rem;  position:relative;  text-align:left;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4>.code {  border:1px solid #b81c25;  border-radius:.6rem .6rem .6rem .6rem;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regcode4>.regcodebtn {  background-color:#c30d23;  border-radius:0 .6rem .6rem 0;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.28rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regphone3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  top:.3rem;  width:6rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.regphone3>.phone {  border:1px solid #b81c25;  border-radius:.6rem .6rem .6rem .6rem;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.auto-element-340-z1oc3l-SWxYGU>.div1>.close2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:0.3rem;  width:.32rem;  position:absolute;  right:.2rem;  }.auto-element-340-z1oc3l-SWxYGU {  background-color:rgba(0,0,0,0.7);  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }.render-jsx-288-QpTB6A-4TYuXf>.div1 {  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  background-size:100%;  min-height:100px;  border-radius:.1rem .1rem .1rem .1rem;  background-color:white;  transform:translate(-50%, -50%);  background-repeat:no-repeat;  top:50%;  left:50%;  width:6.5rem;  position:absolute;  min-width:100px;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 .8rem 0 0;  margin:0 0 0 0;  font-weight:bold;  font-size:.4rem;  text-align:center;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5 {  margin:.2rem auto 0 auto;  width:6rem;  position:relative;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5>.code {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regcode5>.regcodebtn {  background-color:#c30d23;  border-radius:0 60px 60px 0;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.28rem;  position:absolute;  right:0;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:100%;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.img3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  top:.4rem;  display:block;  width:1.2rem;  position:absolute;  right:.5rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.p2 {  border-radius:0 0 0 0;  padding:0 .8rem .2rem 0;  margin:0 0 0 0;  color:#666;  font-size:.24rem;  text-align:center;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regphone4 {  margin:.2rem auto 0 auto;  top:.3rem;  width:6rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regphone4>.phone {  border:1px solid #b81c25;  border-radius:60px 60px 60px 60px;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.img7 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:.15rem;  width:.34rem;  position:absolute;  right:.15rem;  }.render-jsx-288-QpTB6A-4TYuXf>.div1>.regbtn6 {  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  color:white;  display:block;  width:92%;  font-size:.32rem;  background-image:linear-gradient(#e8373f, #c02029, #b81c25, #c02029,#e8373f);  height:.9rem;  }.render-jsx-288-QpTB6A-4TYuXf {  background-color:rgba(0,0,0,0.7);  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:0;  left:0;  bottom:0;  position:fixed;  right:0;  }
    }
  </style>
  
  

  <style>
  /* PC端 */
  @media (min-width:769px) {

  }
  /* 手机端 */
  @media (max-width:768px) {

  }
</style>

<div class="render-swiper-274-0">
  <div class="swiper swiper-container swiper-no-swiping">
    <div class="swiper-wrapper">
      
    	<div class="swiper-slide slide1">
    		<img class="img" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/06/zgx6blybdk7t3h8p3njg1dk9bj75c67a.png">
    	</div>
    
    </div>
  </div>
  <div class="container">
    <div class="com">
      <h2 class="text1">免费领取外教大礼包</h2>
      <p class="text2 time">(仅限今天:month月date日)</p>
      <div class="regphone2">
        <input placeholder="请填写您的手机号" type="tel" name="TxtPhone" class="phone">
      </div>
      <div class="regcode3 duanxin" style="display:none">
        <input placeholder="验证码" type="tel" name="TxtCode" class="code">
        <button name="btnGetSMS" class="regcodebtn">获取验证码</button>
      </div>
      <button name="registerSubmit" class="regbtn4">立即领取</button>
      <img class="gift" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/bt71d7a7zxbnytrf7x36c1dnhjcxdr7z.png">
    </div>
  </div>
</div>
<script>
  $(function(){
    new Swiper('.render-swiper-274-0 .swiper-container',HtmlWidth >= 768 ? {"loop":false} : {"loop":false} )
  })
</script>
<div class="auto-element-440-1 json">
<div class="container">
<div class="div2">
<p class="p1">注册即可免费获得</p>
<div class="div2">
<div class="div1">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/30/tjy1dwjwzya1dwhmr3k7lhnr1dm7n8np.png">
<div class="div2">
<p class="p1">1次</p>
<p class="p2">英语能力水平测试</p>
</div>
</div>
<div class="div2">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/09/c571de1dxzb4hepnjn74m6tabzfp84hw.png">
<div class="div2">
<p class="p1">1次</p>
<p class="p2">外教一对一试听课</p>
</div>
</div>
<div class="div3">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/09/r1drdrkzn9c6waj4j8x81dmcew1drfbj.png">
<div class="div2">
<p class="p1">海量外教</p>
<p class="p2">公开课免费看</p>
</div>
</div>
</div>
</div>
</div>
</div>

<div class="auto-element-441-2 json">
<div class="container">
<p class="p1">为什么更多家长选择阿卡索?</p>
<p class="p2">外教在线课,随时随地都能学</p>
<div class="div3">
<div class="div1">
<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/pic1.png">
<img class="img2" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/mpic1.png">
<p class="p3">无需接送</p>
<p class="p4">路途太辛苦?外教随你约,课程随心选,时间由你定,手机pad上课更easy!</p>
</div>
<div class="div2">
<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/pic2.png">
<img class="img2" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/mpic2.png">
<p class="p3">1对1母语化教学</p>
<p class="p4">根据您的偏好,我们会为您推荐最适合的外教,阿卡索的外教不仅是老师,更是朋友</p>
</div>
<div class="div4">
<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/pic3.png">
<img class="img2" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/mpic3.png">
<p class="p3">低至13.8元/节</p>
<p class="p4">阿卡索完善体系管理有效地降低了成本,花几万块学语言的时代已成历史</p>
</div>
<div class="div5">
<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/pic4.png">
<img class="img2" src="https://img.acadsoc.com.cn/web/lps/lxhd/hy/img/mpic4.png">
<p class="p3">国际原版教材</p>
<p class="p4">与国际标准接轨,针对中国学生定制。更有包含课前练习、课后复习、级别测试的高效学习体系</p>
</div>
</div>
<button class="button4" data-popup-id="340-z1oc3l" data-popup-hash-b7g6kh="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-7b9stg="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/20/j4kwal5p35p9zfw4ntfhwk7d5zndf4mn.png" data-popup-hash-kvs75r="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-ripoyv="%E7%94%B3%E8%AF%B7%E5%85%8D%E8%B4%B9%E8%AF%95%E5%90%AC%E8%AF%BE" data-popup-hash-x9asqx="%E8%AF%B7%E8%BE%93%E5%85%A5%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-4rikbk="%E9%A9%AC%E4%B8%8A%E7%94%B3%E8%AF%B7">申请免费试听课</button>
</div>
</div>

<div class="auto-element-405-3 json">
<div class="container">
<div class="div1">
<div class="div1">
<p class="p1">外国老师</p>
<p class="p2">均持TESOL等国际教学资格证书</p>
</div>
<img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/9b6py86afywy8fbktzkdkxr32e8wxb48.png">
</div>
</div>
</div>

<div class="auto-element-331-4 json">
<div class="container">
<p class="p1">阿卡索儿童英语课程定级</p>
<p class="p2">阿卡索自主研发的学前启蒙课程体系,分为主修课程和辅修课程两大版块,主修课程实现
综合提升,辅修课程实现专项突破,满足孩子茁壮成长的多样化需求。</p>
<img class="img3" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/48zkbd91dgbgr1dyc7rtnmtazcjg2azb.png">
<img class="img4" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/py985cj6r6drwt7d8l1dfl978j6etm3g.png">
<button class="button5" data-popup-id="340-z1oc3l" data-popup-hash-b7g6kh="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-7b9stg="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/20/j4kwal5p35p9zfw4ntfhwk7d5zndf4mn.png" data-popup-hash-kvs75r="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-ripoyv="%E6%9F%A5%E7%9C%8B%E8%AF%BE%E4%BB%B6%E4%BB%8B%E7%BB%8D" data-popup-hash-x9asqx="%E8%AF%B7%E8%BE%93%E5%85%A5%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-4rikbk="%E7%AB%8B%E5%8D%B3%E6%9F%A5%E7%9C%8B">查看课程介绍</button>
</div>
</div>

<div class="auto-element-442-5 json">
<div class="container">
<p class="p1">完整的学习闭环</p>
<p class="p2">为学习注入“惯性”,让学习停不下来</p>
<div class="div3">
<div class="div1">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/30/1d92xl8l8z975lkwf2l2gl1d27gjnemx.png">
<img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/30/jb7jegrc5a52nl42d3lhlt32cf9a9h4t.png">
</div>
<div class="div2">
<div class="div1">
<p class="p1">预习:</p>
<p class="p2">精选震撼心灵的图片与视频,激发孩子兴趣,促进孩子主动预习</p>
</div>
<div class="div2">
<p class="p1">引导:</p>
<p class="p2">根据孩子兴趣点设疑,引导孩子主动预习、自主探索</p>
</div>
<div class="div3">
<p class="p1">点评:</p>
<p class="p2">查漏补缺,强化记忆</p>
</div>
</div>
<div class="div3">
<div class="div1">
<p class="p1">上课:</p>
<p class="p2">风趣外教1对1,在线互动教学,全面提升听说读写能力</p>
</div>
<div class="div2">
<p class="p1">练习:</p>
<p class="p2">学以致用,练习巩固(口语、听力、阅读、写作)</p>
</div>
<div class="div3">
<p class="p1">测试:</p>
<p class="p2">阶段性水平测试,检验学习成果,以便学习计划的调整</p>
</div>
</div>
</div>
<button class="button4" data-popup-id="340-z1oc3l" data-popup-hash-b7g6kh="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-7b9stg="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/20/j4kwal5p35p9zfw4ntfhwk7d5zndf4mn.png" data-popup-hash-kvs75r="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-ripoyv="%E7%AB%8B%E5%8D%B3%E5%85%8D%E8%B4%B9%E8%AF%95%E8%AF%BE" data-popup-hash-x9asqx="%E8%AF%B7%E8%BE%93%E5%85%A5%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-4rikbk="%E7%94%B3%E8%AF%B7%E8%AF%95%E8%AF%BE">立即免费试课</button>
</div>
</div>

<div class="auto-element-445-6 json">
<div class="container">
<p class="p1">简单3步,马上试听</p>
<p class="p2">开始孩子的学习之旅</p>
<div class="div3">
<div class="div1">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/01/ewkwz39kx1dm1d4akx5ky3zfb1dwpgnf.png">
<div class="div2">
<p class="p1"><b style="font-size:1.2em;">step1</b>在线注册会员 </p>
<p class="p2">已经有众多用户选择在阿卡索
系统地提升英语</p>
<img class="img3" src="https://img.acadsoc.com.cn/web/Primaryschool/img/newm/mstep1.png">
</div>
</div>
<div class="div2">
<img class="img1" src="https://img.acadsoc.com.cn/web/Primaryschool/img/new/step-img2.png">
<div class="div2">
<p class="p1"><b style="font-size:1.2em;">step2</b>学习顾问约课</p>
<p class="p2">我们的学习顾问会根据孩子的需求为孩子量身定制学习计划</p>
<img class="img3" src="https://img.acadsoc.com.cn/web/Primaryschool/img/newm/mstep2.png">
</div>
</div>
<div class="div3">
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/01/wyb1dl1d51d5wcezj3cmwm3h8htlkgrm.png">
<div class="div2">
<p class="p1"><b style="font-size:1.2em;">step3</b>开启学习之旅</p>
<p class="p2">孩子可以使用电脑、手机、pad等多终端实时在线一对一学英语</p>
<img class="img3" src="https://img.acadsoc.com.cn/web/Primaryschool/img/newm/mstep3.png">
</div>
</div>
<img class="img4" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/01/rntz8at79z1dg5cjg363a4wa7gbrf5wk.png">
<img class="img5" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/01/rntz8at79z1dg5cjg363a4wa7gbrf5wk.png">
</div>
<button class="button4">按钮</button>
</div>
</div>

<div class="auto-element-272-7 json">
<div class="container">
<p class="p1">国际院校,深入合作</p>
<p class="p2">全程为孩子的学习提升保驾护航</p>
<img class="img3" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/1d27x6r956b5ykdxj54p3m459epnjp32.png">
<img class="img4" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/rcy3lxp2hezdwhndrkewbfmbj7l4p9mw.png">
<button class="button5">了解更多</button>
</div>
</div>

<style>
  /* PC端 */
  @media (min-width:769px) {
    .render-jsx-100-8 {  background-color:#fff;  border-radius:0 0 0 0;  padding:0 0 .2rem 0;  margin:0 0 0 0;  }
    .render-jsx-100-8 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  line-height:1;  text-align:center;  }
    .render-jsx-100-8 .container {  }
    .render-jsx-100-8 .title{  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:400;  vertical-align:middle;  dispay:inline-block;  font-size:.2rem;  }
    .render-jsx-100-8 .iconleft{  border-radius:0 0 0 0;  height:.32rem;  padding:0 0 0 0;  margin:0 .12rem 0 .12rem;  display:none;  vertical-align:middle;  width:auto;  }
    .render-jsx-100-8 .iconright{  border-radius:0 0 0 0;  height:.32rem;  padding:0 0 0 0;  margin:0 .12rem 0 .12rem;  display:none;  vertical-align:middle;  width:auto;  }
  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-jsx-100-8 {  background-color:#fff;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }
    .render-jsx-100-8 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto .4rem auto;  line-height:1;  text-align:center;  }
    .render-jsx-100-8 .container {  }
    .render-jsx-100-8 .title{  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#333;  font-weight:400;  vertical-align:middle;  dispay:inline-block;  font-size:.28rem;  }
    .render-jsx-100-8 .iconleft{  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 .12rem 0 .12rem;  display:none;  vertical-align:middle;  width:auto;  height:.32rem;  }
    .render-jsx-100-8 .iconright{  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 .12rem 0 .12rem;  display:none;  vertical-align:middle;  width:auto;  height:.32rem;  }
  }
</style>

<div class="render-jsx-100-8">
  <div class="container">
    <img class="iconleft icon" src="https://img.acadsoc.com.cn/web/lps/sem/ty/en1-m/img/zs.png">
    <strong class="title">*以上数据均为内部统计数据</strong>
    <img class="iconright icon" src="https://img.acadsoc.com.cn/web/lps/sem/ty/en1-m/img/zs.png">
  </div>
</div>
<style>
/* PC端 */
@media (min-width:769px) {
	.render-jsx-300-9 .text>br{
    display:none;
  }
}
/* 手机端 */
@media (max-width:768px) {

}
</style>
<div class="render-jsx-300-9-top"></div>
<div class="render-jsx-300-9 fixed__el">
  <div class="container">
    <img src="https://img.acadsoc.com.cn/web/lps/banners/bottomBarIcon/bar.png" class="img">
    <p class="text">为孩子免费领取<br><span style="color:#ffd050;">388元</span>试听课大礼包</p>
    <button class="btn" data-popup-id="288-QpTB6A" data-popup-hash-2ch76o="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/bt71d7a7zxbnytrf7x36c1dnhjcxdr7z.png" data-popup-hash-frrch4="https://img.acadsoc.com.cn/web/lps/pages/englishTraining/img/close.png" data-popup-hash-xiljdg="%E5%85%8D%E8%B4%B9%E9%A2%86%E5%8F%96%E5%A4%96%E6%95%99%E5%A4%A7%E7%A4%BC%E5%8C%85" data-popup-hash-op1kzi="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-tnpjxq="(%E4%BB%85%E9%99%90%E4%BB%8A%E6%97%A5%EF%BC%9Amonth%E6%9C%88date%E6%97%A5)" data-popup-hash-gvdrbu="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-3rvalh="%E8%AF%B7%E8%BE%93%E5%85%A5%E6%89%8B%E6%9C%BA%E5%8F%B7" data-popup-hash-oijqrp="%E7%AB%8B%E5%8D%B3%E9%A2%86%E5%8F%96">免费领取</button>
  </div>
</div>
<style>
  /* PC端 */
  @media (min-width:769px) {

  }
  /* 手机端 */
  @media (max-width:768px) {

  }
</style>
<div class="render-jsx-365-SdQJzu-XtPjBN" id="success-popup-365-SdQJzu" style="display: none;">
  <div class="con">
    <img class="bgimg" src="https://img.acadsoc.com.cn/web/lps/sem/qrcode/img/bg.png">
    <img class="code dynamic-wechat-img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/15/z1dpgywnwh35fakht4f9x3pwmkxgrc3d.jpg">
    <div class="div">
      <span class="text">添加微信(请备注手机号)加入学员知识互动社群<br><strong style="color:#333;">更有<span style="color:#b71d25;">外教课/现金红包</span>双重好礼等你来拿!</strong><br>微信号:</span>
      <span class="wx dynamic-wechat-img">YAYA20060223</span>
    </div>
    <button class="btn" data-copy-wx="YAYA20060223">复制微信号</button>
    <img class="close close-popup" src="https://img.acadsoc.com.cn/web/lps/sem/qrcode/img/close.png">
  </div>
</div><div id="register-popup-340-z1oc3l" style="display: none;" class="auto-element-340-z1oc3l-SWxYGU">
    <div class="div1">
      
<p class="p1" data-modal-hash="ripoyv">立即免费试课</p>

<img class="close-popup close2" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/20/j4kwal5p35p9zfw4ntfhwk7d5zndf4mn.png" data-modal-hash="7b9stg">

    <div class="regphone3">
      
  <input name="TxtPhone" class="phone" placeholder="请输入手机号码" type="tel" data-modal-hash="x9asqx">
  
    </div>
    
    <div class="regcode4">
      
  <input name="TxtCode" class="code" placeholder="验证码" type="tel" data-modal-hash="kvs75r">
  
<button name="btnGetSMS" class="regcodebtn" data-modal-hash="b7g6kh">获取验证码</button>

    </div>
    
<button name="registerSubmit" class="regbtn5" data-modal-hash="4rikbk">申请试课</button>

    </div>
    </div><div id="register-popup-288-QpTB6A" style="display: none;" class="render-jsx-288-QpTB6A-4TYuXf">
    <div class="div1">
      
<p class="p1" data-modal-hash="xiljdg">免费领取外教大礼包</p>

<p class="p2 time" data-modal-hash="tnpjxq">(仅限今日:month月date日)</p>

<img class="img3" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/bt71d7a7zxbnytrf7x36c1dnhjcxdr7z.png" data-modal-hash="2ch76o">

    <div class="regphone4">
      
  <input name="TxtPhone" class="phone" placeholder="请输入手机号" type="tel" data-modal-hash="3rvalh">
  
    </div>
    
    <div class="regcode5">
      
  <input name="TxtCode" class="code" placeholder="验证码" type="tel" data-modal-hash="gvdrbu">
  
<button name="btnGetSMS" class="regcodebtn" data-modal-hash="op1kzi">获取验证码</button>

    </div>
    
<button name="registerSubmit" class="regbtn6" data-modal-hash="oijqrp">立即领取</button>

<img class="img7 close-popup" src="https://img.acadsoc.com.cn/web/lps/pages/englishTraining/img/close.png" data-modal-hash="frrch4">

    </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/js/editor/swiper-4.5.3.min.js"></script>
  <script type="text/javascript" src="https://img.acadsoc.com.cn/js/editor/comm-handle.js"></script>

  <script>
    var pageData = {
      weChatGroupID: '',
    };

    // 支付配置
    var defaultPay = {
      sort: 'order',
      value: '',
    }
    var payConfig = {
      sort: '',
      value: '',
    };
    var paytype = 'wechat'; // wechat | alipay

    var _swiper = window.Swiper;
    window.Swiper = function (selector, options) {
      var _options = { };
      switch (typeof options.autoplay) {
        case 'object':
          if (options.autoplay.delay == '0') {
            _options.autoplay = false;
          }
        break;
        case 'string':
        case 'number': 
          if (options.autoplay == '0') {
            _options.autoplay = false;
          } else {
            _options.autoplay = {
              delay: Number(options.autoplay),
              stopOnLastSlide: false,
              disableOnInteraction: false,
            }
          }
        break;
      }
      for (const key in options) {
        if (Object.hasOwnProperty.call(options, key)) {
          const element = options[key];
          if (!isNaN(Number(options[key]))){
            options[key] = Number(options[key]);
          }
        }
      }
      return new _swiper(selector, {
        ...options,
        ..._options
      });
    }

    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.innerHTML =  getToday(v.innerHTML);
    })
    // dynamic data
    const imgIds = [];
    const bgImgIds = [];
    const textIds = [];

    $(function () {
      // 复制去微信号
      // data-copy-wx 微信 data-wx-alter 复制后提示文案
      $('[data-copy-wx]').click(function(){
        copyWx($(this))
      });
      // .wx text
      // 复制微信号并跳转微信 data-to-wx 微信 data-wx-alter 复制后提示文案
      $('[data-to-wx]').click(function(){
        copyWx($(this))
        toHref('weixin://');
      });

      // 返回弹窗
      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();
        })

        // 防止页面后退 监听
        history.pushState({ title: 'title', url: '#back' }, 'title', '#back');
        window.addEventListener('popstate', holdBack);
      }

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

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

      // 打开弹窗
      $('[data-popup-id]').click(function(){
        window.payConfig.sort = this.getAttribute('data-pay-sort');
        window.payConfig.value = this.getAttribute('data-pay-value');
        openModal(this);
      })
      

      // 单链接跳转
      $('[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) {
          toHref($(this).attr('data-mobile-href'));
        } else if (bIsIpad) {
          toHref($(this).attr('data-ipad-href'));
        } else {
          toHref($(this).attr('data-pc-href'));
        }
      })

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

      $('[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);
          });
        }
      })

      $('[data-paytype]').click(function () {
        window.paytype = this.getAttribute('data-paytype');
      });


      // 注册
      register.init({
        successTxt: false, // 值为false时不执行
        successLocation: false, // 值为false时不执行
        successFn: function () {
          ABRecord.registNotice();
          $(".loading").hide();

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

    })


    

  </script>
  <!-- 53客服 -->
  
  <!-- customize footer code -->
  


</body></html>