index.html 113.9 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 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967
<!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: 512 -->
<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-298-0 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:100%;  }.render-swiper-298-0 .com {  border-radius:.1rem .1rem .1rem .1rem;  padding:0 0 0 0;  z-index:3;  transform:translateY(-50%);  margin:0 0 0 0;  top:50%;  width:3.3rem;  position:absolute;  right:0;  }.render-swiper-298-0 .titleimg {  padding:0 0 0 0;  margin:0 0 0 0;  background-size:100% 100%;  color:#fff;  display:none;  font-size:34px;  line-height:76px;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:100%;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/12/10/zxnwn2w9aw4htpy8geg72y58cmrng368.png);  height:86px;  text-align:center;  }.render-swiper-298-0 .content {  background-color:#fff;  border-radius:20px 20px 20px 20px;  padding:30px 20px 20px 20px;  margin:-1px auto 0 auto;  width:100%;  position:relative;  text-align:center;  }.render-swiper-298-0 .gift {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  display:none;  width:90%;  }.render-swiper-298-0 .regbtn4 {  color:white;  font-size:.18rem;  border-radius:60px 60px 60px 60px;  background-color:#b81c25;  background-image:linear-gradient(#fd8172, #ff523d, #ff3a24, #e52712);  height:.5rem;  padding:0 0 0 0;  margin:.16rem auto 0 auto;  display:block;  width:100%;  }.render-swiper-298-0 .text1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#0e2675;  font-size:.22rem;  line-height:1;  text-align:center;  }.render-swiper-298-0 .regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:100%;  }.render-swiper-298-0 .phone {  background-color:#ececec;  border-radius:50px 50px 50px 50px;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-swiper-298-0 .regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.16rem auto 0 auto;  width:100%;  position:relative;  }.render-swiper-298-0 .code {  background-color:#ececec;  border-radius:50px 50px 50px 50px;  padding:0 0 0 .2rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-swiper-298-0 .regcodebtn {  background-color:#b81c25;  border-radius:0 50px 50px 0;  padding:0 .15rem 0 .15rem;  margin:0 0 0 0;  top:0;  color:white;  font-size:.16rem;  position:absolute;  right:0;  background-image:linear-gradient(#fd8172, #ff523d, #ff3a24, #e52712);  height:100%;  }.render-swiper-298-0 .text2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.16rem 0 0 0;  color:#555;  font-size:14px;  line-height:1;  text-align:center;  }.render-swiper-298-0 .swiper {  z-index:2;  width:100%;  position:absolute;  height:100%;  }.render-swiper-298-0 .slide1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  background-repeat:no-repeat;  margin:0 0 0 0;  background-size:cover;  background-position:center;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/2m8xjcbkj8bp5ne1d36wcy8ka7j29hk9.png);  }.render-swiper-298-0 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.render-swiper-298-0  {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  position:relative;  height:580px;  }.auto-element-132-1>.container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-132-1>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  color:#0e3180;  font-weight:bold;  font-size:.36rem;  line-height:1;  text-align:center;  }.auto-element-132-1>.container>.button3 {  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  font-size:.22rem;  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 0);  box-shadow:0px 4px 10px rgba(195,13,35,0.4);  background-repeat:no-repeat;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  text-align:center;  height:.6rem;  padding:0 0 0 0;  margin:.5rem auto 0 auto;  display:block;  background-position:center center;  width:4.2rem;  }.auto-element-132-1>.container>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:flex;  width:80%;  justify-content:space-between;  flex-wrap:wrap;  }.auto-element-132-1>.container>.div2>.div6 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1>.container>.div2>.div5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1>.container>.div2>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1>.container>.div2>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1>.container>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1>.container>.div2>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:28%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.p2 {  border:1px solid #ef1e2a;  padding:0 0 0 0;  margin:-.2rem auto .1rem auto;  color:#ef1e2a;  display:inline-block;  font-size:.2rem;  line-height:.4rem;  border-radius:.4rem .4rem .4rem .4rem;  background-color:#fff;  width:66%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.14rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-132-1 {  background-color:white;  border-radius:0 0 0 0;  padding:.4rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-swiper-481-2 .item {  background-color:#fff;  border-radius:.1rem .1rem .1rem .1rem;  padding:.25rem .25rem .25rem .25rem;  box-shadow:0 0 .15rem .06rem rgba(150,150,150,.1);  margin:0 auto 0 auto;  }.render-swiper-481-2 .tab {  border-radius:.8rem .8rem .8rem .8rem;  cursor:pointer;  background-color:#fff;  padding:14px 0 14px 0;  box-shadow:0 0 .1rem .02rem rgba(23,50,136,.1);  color:#173288;  font-weight:bold;  width:230px;  font-size:.3rem;  line-height:1;  text-align:center;  }.render-swiper-481-2 .slide {  height:auto;  }.render-swiper-481-2 .img {  border-radius:.1rem .1rem .1rem .1rem;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.render-swiper-481-2 .itemtitle {  padding:.2rem 0 .2rem 0;  background-repeat:no-repeat;  background-size:.5rem auto;  color:#333;  font-weight:bold;  font-size:24px;  line-height:1;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/12/p2pzawx9tk1dmb38c1dkx1dmp1datd9y.png);  background-position:center top;  text-align:center;  }.render-swiper-481-2 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.render-swiper-481-2 .swiper {  border-radius:0 0 0 0;  padding:.7rem 0 .7rem 0;  margin:0 auto 0 auto;  width:100%;  }.render-swiper-481-2 .tabs {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.5rem auto .2rem auto;  flex-direction:row;  display:flex;  width:56%;  justify-content:space-between;  }.render-swiper-481-2 .title {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#0e3180;  font-weight:bold;  font-size:.36rem;  line-height:1;  text-align:center;  }.render-swiper-481-2 .btn {  padding:0 0 0 0;  margin:0 auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.22rem;  background-position:center center;  border-radius:50px 50px 50px 50px;  outline:none;  background-repeat:no-repeat;  width:420px;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  height:60px;  text-align:center;  }.render-swiper-481-2  {  background-color:#f5f9ff;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 auto 0 auto;  max-width:1920px;  width:100%;  }.auto-element-478-3>.container {  min-height:100px;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.auto-element-478-3>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#162d79;  font-weight:bold;  font-size:.36rem;  line-height:1;  text-align:center;  }.auto-element-478-3>.container>.button5 {  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:.5rem auto 0 auto;  color:white;  display:none;  width:4.2rem;  font-size:.24rem;  text-align:center;  height:.6rem;  }.auto-element-478-3>.container>.p2 {  border-radius:.7rem .1rem .7rem .7rem;  background-color:#f79e00;  padding:0 0 0 0;  margin:.26rem auto .3rem auto;  color:#fff;  width:3rem;  font-size:.28rem;  line-height:.52rem;  text-align:center;  }.auto-element-478-3>.container>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  }.auto-element-478-3>.container>.div4>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:23%;  }.auto-element-478-3>.container>.div4>.div4>.p1 {  border-radius:6px 6px 0 0;  background-color:#1a1f86;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:.54rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div4>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.2rem 0 .2rem 0;  margin:0 0 0 0;  color:#444;  font-weight:500;  font-size:.18rem;  line-height:1.6;  min-height:1.56rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:23%;  }.auto-element-478-3>.container>.div4>.div3>.p1 {  border-radius:6px 6px 0 0;  background-color:#b81c25;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:.54rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div3>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.2rem 0 .2rem 0;  margin:0 0 0 0;  color:#444;  font-weight:500;  font-size:.18rem;  line-height:1.6;  min-height:1.56rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:23%;  }.auto-element-478-3>.container>.div4>.div2>.p1 {  border-radius:6px 6px 0 0;  background-color:#b81c25;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:.54rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div2>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.2rem 0 .2rem 0;  margin:0 0 0 0;  color:#444;  font-weight:500;  font-size:.18rem;  line-height:1.6;  min-height:1.56rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:23%;  }.auto-element-478-3>.container>.div4>.div1>.p1 {  border-radius:6px 6px 0 0;  background-color:#1a1f86;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.28rem;  line-height:.54rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div1>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.2rem 0 .2rem 0;  margin:0 0 0 0;  color:#444;  font-weight:500;  font-size:.18rem;  line-height:1.6;  min-height:1.56rem;  text-align:center;  }.auto-element-478-3>.container>.div3 {  border-radius:.1rem .1rem .1rem .1rem;  background-color:#f5f9ff;  padding:.35rem 0 0 0;  margin:0 0 .2rem 0;  }.auto-element-478-3>.container>.div3>.p1 {  padding:0 0 0 .15rem;  margin:0 auto .25rem auto;  background-size:auto .24rem;  color:#333;  font-size:.28rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:1.9rem;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/17/4yjdz2x7z1d1d26d6gn2pctd6z29f2lj.png);  text-align:center;  }.auto-element-478-3>.container>.div3>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  }.auto-element-478-3 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-228-4>.container {  min-height:100px;  border-radius:.2rem .2rem .2rem .2rem;  background-color:#f5f9ff;  padding:.4rem 0 0 0;  margin:0 auto 0 auto;  }.auto-element-228-4>.container>.button4 {  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:.58rem auto 0 auto;  color:white;  display:none;  width:4.2rem;  font-size:.24rem;  text-align:center;  height:.6rem;  }.auto-element-228-4>.container>.p1 {  padding:0 0 0 .15rem;  margin:0 auto .25rem auto;  background-size:auto .24rem;  color:#333;  font-weight:bold;  font-size:.28rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:1.9rem;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/hxdby1dhc7zrx2pkdmr7f5wrpwkzk8h5.png);  text-align:center;  }.auto-element-228-4>.container>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .35rem 0;  margin:0 0 0 0;  color:#666;  font-weight:bold;  display:none;  font-size:.24rem;  line-height:1;  text-align:center;  }.auto-element-228-4>.container>.div3 {  border-radius:.2rem .2rem .2rem .2rem;  background-color:rgba(245, 249, 255, 0);  padding:.3rem .3rem .3rem .3rem;  margin:0 0 0 0;  display:flex;  min-height:100px;  justify-content:space-between;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div4 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div4>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-4>.container>.div3>.div4>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div3 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-4>.container>.div3>.div3>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div2 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-4>.container>.div3>.div2>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div1 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div1>.p3 {  color:#666;  font-size:18px;  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  }.auto-element-228-4>.container>.div3>.div1>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4 {  min-height:100px;  background-color:rgba(255, 255, 255, 1);  border-radius:0 0 0 0;  padding:0 0 .6rem 0;  margin:0 0 0 0;  }.auto-element-228-5>.container {  min-height:100px;  border-radius:.2rem .2rem .2rem .2rem;  background-color:#f5f9ff;  padding:.4rem 0 0 0;  margin:0 auto 0 auto;  }.auto-element-228-5>.container>.button4 {  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:.58rem auto 0 auto;  color:white;  display:none;  width:4.2rem;  font-size:.24rem;  text-align:center;  height:.6rem;  }.auto-element-228-5>.container>.p1 {  padding:0 0 0 .15rem;  margin:0 auto .25rem auto;  background-size:auto .24rem;  color:#333;  font-weight:bold;  font-size:.28rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:1.9rem;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/7cg8g7pe1d1d2dl31dz3pt2zk4ah8e8f.png);  text-align:center;  }.auto-element-228-5>.container>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .35rem 0;  margin:0 0 0 0;  color:#666;  font-weight:bold;  display:none;  font-size:.24rem;  line-height:1;  text-align:center;  }.auto-element-228-5>.container>.div3 {  border-radius:.2rem .2rem .2rem .2rem;  background-color:rgba(245, 249, 255, 0);  padding:.3rem .3rem .3rem .3rem;  margin:0 0 0 0;  display:flex;  min-height:100px;  justify-content:space-between;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div4 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div4>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-5>.container>.div3>.div4>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div3 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-5>.container>.div3>.div3>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div2 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:#666;  font-size:18px;  }.auto-element-228-5>.container>.div3>.div2>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div1 {  border-radius:0 0 0 0;  background-color:rgba(255, 255, 255, 0);  padding:0 0 .2rem 0;  margin:0 0 0 0;  width:23%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:.2rem 0 .18rem .2rem;  margin:0 0 0 0;  color:#1a1f86;  font-weight:bold;  font-size:24px;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div1>.p3 {  color:#666;  font-size:18px;  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  }.auto-element-228-5>.container>.div3>.div1>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.button1 {  padding:0 0 0 0;  margin:.6rem auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.22rem;  background-position:center center;  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 0);  background-repeat:no-repeat;  width:4.2rem;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  text-align:center;  height:.6rem;  }.auto-element-228-5 {  min-height:100px;  background-color:rgba(255, 255, 255, 1);  border-radius:0 0 0 0;  padding:0 0 .6rem 0;  margin:0 0 0 0;  }.render-swiper-362-6 .item {  border-radius:.1rem .1rem .1rem .1rem;  box-shadow:0 0 .05rem .05rem rgba(150,150,150,.1);  margin:0 auto 0 auto;  overflow:hidden;  }.render-swiper-362-6 .text {  background-color:#122b88;  border-radius:0 0 0 0;  padding:.1rem .1rem .1rem .1rem;  margin:0 0 0 0;  color:#fff;  font-size:.17rem;  line-height:1.6;  text-align:center;  }.render-swiper-362-6 .slide {  height:auto;  }.render-swiper-362-6 .img {  border-radius:.1rem .1rem .1rem .1rem;  background-color:#fff;  padding:.1rem .1rem .1rem .1rem;  margin:0 0 0 0;  display:block;  width:100%;  }.render-swiper-362-6 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.render-swiper-362-6 .swiper {  border-radius:0 0 0 0;  padding:.5rem .1rem .6rem .1rem;  margin:0 0 0 0;  width:100%;  }.render-swiper-362-6 .title {  border-radius:0 0 0 0;  padding:0 .2rem 0 .2rem;  margin:0 0 0 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  dispay:inline-block;  font-size:.36rem;  text-align:center;  }.render-swiper-362-6 .btn {  border:none;  padding:0 0 0 0;  margin:0 auto 0 auto;  color:#ffd41e;  display:none;  font-size:22px;  line-height:60px;  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  outline:none;  width:420px;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  height:60px;  text-align:center;  }.render-swiper-362-6  {  background-color:#f5f9ff;  border-radius:0 0 0 0;  padding:.6rem 0 .4rem 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container {  min-height:100px;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.render-jsx-480-7>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#122b88;  font-weight:bold;  font-size:.36rem;  line-height:1;  text-align:center;  }.render-jsx-480-7>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#122b88;  font-size:.28rem;  line-height:1;  text-align:center;  }.render-jsx-480-7>.container>.div3 {  border-radius:.16rem .16rem .16rem .16rem;  background-color:#fff;  padding:.45rem .45rem .45rem .45rem;  box-shadow:0 0 .1rem .1rem rgba(150,150,150,.1);  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.6rem auto .35rem auto;  display:block;  }.render-jsx-480-7>.container>.div3>.divlist {  width:100%;  }.render-jsx-480-7>.container>.div3>.divlist>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.p1 {  background-size:auto .22rem;  color:#122b88;  font-weight:bold;  font-size:.24rem;  border-radius:0 0 0 0;  background-repeat:no-repeat;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  padding:0 0 0 .2rem;  margin:0 0 .26rem 0;  line-height:1;  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .2rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p1 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p2 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p3 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p4 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.p1 {  background-size:auto .22rem;  color:#122b88;  font-weight:bold;  font-size:.24rem;  border-radius:0 0 0 0;  background-repeat:no-repeat;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  padding:0 0 0 .2rem;  margin:0 0 .26rem 0;  line-height:1;  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .2rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  flex-wrap:wrap;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p1 {  padding:0 0 0 .4rem;  margin:0 0 .3rem 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p2 {  padding:0 0 0 .4rem;  margin:0 0 .3rem 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p3 {  padding:0 0 0 .4rem;  margin:0 0 .3rem 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p4 {  padding:0 0 0 .4rem;  margin:0 0 .3rem 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p5 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.p1 {  background-size:auto .22rem;  color:#122b88;  font-weight:bold;  font-size:.24rem;  border-radius:0 0 0 0;  background-repeat:no-repeat;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  padding:0 0 0 .2rem;  margin:0 0 .26rem 0;  line-height:1;  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .2rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p1 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p2 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p3 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p4 {  padding:0 0 0 .4rem;  margin:0 0 0 0;  background-size:.24rem auto;  color:#696969;  font-size:.26rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:24%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.render-jsx-480-7>.container>.div3>.div6 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.div6>.regbtn3 {  padding:0 0 0 0;  margin:.2rem auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.22rem;  background-position:center center;  border-radius:60px 60px 60px 60px;  background-repeat:no-repeat;  width:3.8rem;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  height:.55rem;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:3.8rem;  position:relative;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2>.code {  border-radius:60px 60px 60px 60px;  background-color:#f5f7f9;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2>.regcodebtn {  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(#ff4d39,#db2612);  height:100%;  }.render-jsx-480-7>.container>.div3>.div6>.regphone1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  width:3.8rem;  }.render-jsx-480-7>.container>.div3>.div6>.regphone1>.phone {  border-radius:60px 60px 60px 60px;  background-color:#f5f7f9;  padding:0 .3rem 0 .5rem;  margin:0 0 0 0;  background-repeat:no-repeat;  background-size:.15rem auto;  width:100%;  font-size:.16rem;  background-image:url(https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/icon3.png);  background-position:.2rem center;  height:.5rem;  }.render-jsx-480-7 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-jsx-300-8 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:.7rem;  }.render-jsx-300-8 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  left:0;  bottom:0;  display:block;  width:1.8rem;  position:absolute;  }.render-jsx-300-8 .text {  color:#fff;  font-size:.22rem;  border-radius:0 0 0 0;  transform:translateY(-50%);  top:50%;  padding:0 0 0 0;  margin:0 0 0 0;  line-height:1;  left:2rem;  position:absolute;  }.render-jsx-300-8 .btn {  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  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(#fd8172, #ff523d, #ff3a24, #e52712);  height:.44rem;  text-align:center;  }.render-jsx-300-8  {  background-color:rgba(0,0,0,.6);  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-jsx-220-EW6ejs-Tu7C3F>.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%;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/16/7rdmdnfyr7by2begwat6zphf9g38bah6.png);  padding:0 0 .6rem 0;  margin:0 0 0 0;  background-position:center top;  left:50%;  width:4.5rem;  position:absolute;  min-width:100px;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.p1 {  border-radius:0 0 0 0;  padding:.3rem 0 0 1.9rem;  margin:0 0 0 0;  color:rgba(255, 255, 255, 1);  font-weight:bold;  font-size:.3rem;  text-align:left;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:.2rem;  width:.24rem;  position:absolute;  right:.2rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regbtn4 {  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  color:white;  font-weight:400;  display:block;  width:4rem;  font-size:.18rem;  height:.5rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:1rem auto 0 auto;  width:4rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regphone2>.phone {  border-radius:60px 60px 60px 60px;  background-color:#EEEEEE;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:4rem;  position:relative;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3>.code {  border-radius:60px 60px 60px 60px;  background-color:#EEEEEE;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.16rem;  height:.5rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3>.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;  height:100%;  }.render-jsx-220-EW6ejs-Tu7C3F {  background-color:rgba(0,0,0,0.7);  border-radius:0 0 0 0;  top:0;  padding:0 0 0 0;  margin:0 0 0 0;  bottom:0;  right:0;  left:0;  position:fixed;  }
    }
    @media (max-width:768px) { 
      .render-swiper-298-0 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  }.render-swiper-298-0 .com {  border-radius:.3rem .3rem .3rem .3rem;  box-shadow:0 0 .1rem .1rem rgba(25,42,130,.1);  padding:0 0 0 0;  margin:0 auto 0 auto;  z-index:2;  width:92%;  position:relative;  }.render-swiper-298-0 .titleimg {  padding:0 0 0 0;  margin:0 0 0 0;  z-index:2;  background-size:100% 100%;  color:#fff;  display:block;  font-size:.5rem;  right:-4%;  border-radius:0 0 0 0;  background-repeat:no-repeat;  top:-3.1rem;  width:3rem;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/kgxmbkxa263p38784h4kbm8ymky41d75.png);  position:absolute;  height:3.7rem;  text-align:center;  }.render-swiper-298-0 .content {  background-color:#fff;  border-radius:.2rem .2rem .2rem .2rem;  padding:.7rem .4rem .4rem .4rem;  margin:-.5rem 0 .4rem 0;  width:100%;  position:relative;  text-align:center;  }.render-swiper-298-0 .gift {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.4rem auto 0 auto;  display:none;  width:90%;  }.render-swiper-298-0 .regbtn4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(184, 28, 37, 0);  padding:0 0 0 0;  margin:.3rem auto 0 auto;  color:white;  font-weight:bold;  display:block;  width:100%;  font-size:.36rem;  background-image:linear-gradient(#fd8172, #ff523d, #ff3a24, #e52712);  height:.9rem;  }.render-swiper-298-0 .text1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#00269a;  font-size:.5rem;  line-height:1;  text-align:center;  }.render-swiper-298-0 .regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  top:.4rem;  width:100%;  }.render-swiper-298-0 .phone {  background-color:#ececec;  border-radius:.6rem .6rem .6rem .6rem;  padding:0 .4rem 0 .4rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-swiper-298-0 .regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  width:100%;  position:relative;  }.render-swiper-298-0 .code {  background-color:#ececec;  border-radius:.6rem .6rem .6rem .6rem;  padding:0 0 0 .4rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-swiper-298-0 .regcodebtn {  background-color:rgba(184, 28, 37, 0);  border-radius:.6rem .6rem .6rem .6rem;  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(#fd8172, #ff523d, #ff3a24, #e52712);  height:100%;  }.render-swiper-298-0 .text2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 0 0;  color:#555;  font-size:.28rem;  line-height:1;  text-align:center;  }.render-swiper-298-0 .swiper {  width:100%;  }.render-swiper-298-0 .slide1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-swiper-298-0 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-swiper-298-0  {  background-color:#fff;  border-radius:0 0 0 0;  padding:0 0 .2rem 0;  margin:0 0 0 0;  position:relative;  }.auto-element-132-1>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-132-1>.container>.p1 {  color:#0e3180;  font-weight:bold;  font-size:.44rem;  border-radius:0 0 0 0;  text-align:center;  padding:0 0 0 0;  margin:0 0 .5rem 0;  line-height:1;  }.auto-element-132-1>.container>.button3 {  padding:0 0 0 0;  margin:.5rem auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.36rem;  background-position:center center;  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 0);  background-repeat:no-repeat;  width:86%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  text-align:center;  height:.9rem;  }.auto-element-132-1>.container>.div2 {  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-132-1>.container>.div2>.div6 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div6>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1>.container>.div2>.div5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div5>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1>.container>.div2>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div4>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1>.container>.div2>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div3>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1>.container>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div2>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1>.container>.div2>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .3rem 0;  width:48%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.p2 {  border:1px solid rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:-.25rem 0 .2rem 0;  color:rgba(195, 13, 35, 1);  font-weight:bold;  display:inline-block;  font-size:.3rem;  line-height:.5rem;  border-radius:.5rem .5rem .5rem .5rem;  background-color:#fff;  width:80%;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.26rem;  text-align:center;  }.auto-element-132-1>.container>.div2>.div1>.img1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.auto-element-132-1 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-swiper-481-2 .item {  background-color:#fff;  border-radius:.2rem .2rem .2rem .2rem;  padding:.25rem .25rem .25rem .25rem;  box-shadow:0 0 .15rem .06rem rgba(44,71,150,.1);  margin:0 auto 0 auto;  }.render-swiper-481-2 .tab {  border-radius:.8rem .8rem .8rem .8rem;  cursor:pointer;  background-color:#fff;  box-shadow:0 0 .1rem .02rem rgba(23,50,136,.1);  padding:.12rem 0 .12rem 0;  color:#173288;  font-weight:bold;  width:42%;  font-size:.3rem;  line-height:1.04;  text-align:center;  }.render-swiper-481-2 .slide {  height:auto;  }.render-swiper-481-2 .img {  border-radius:.1rem .1rem .1rem .1rem;  padding:0 0 0 0;  margin:0 auto 0 auto;  display:block;  width:100%;  }.render-swiper-481-2 .itemtitle {  padding:.3rem 0 .3rem 0;  background-repeat:no-repeat;  background-size:.8rem auto;  color:#333;  font-weight:bold;  font-size:.32rem;  line-height:1;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/12/p2pzawx9tk1dmb38c1dkx1dmp1datd9y.png);  background-position:center top;  text-align:center;  }.render-swiper-481-2 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  }.render-swiper-481-2 .swiper {  border-radius:0 0 0 0;  padding:.8rem 0 .6rem 0;  margin:0 0 0 0;  width:100%;  }.render-swiper-481-2 .tabs {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.5rem auto .2rem auto;  flex-direction:row;  display:flex;  width:70%;  justify-content:space-between;  }.render-swiper-481-2 .title {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#0e3180;  font-weight:bold;  font-size:.44rem;  line-height:1;  text-align:center;  }.render-swiper-481-2 .btn {  padding:0 0 0 0;  margin:0 auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.36rem;  background-position:center center;  border-radius:.6rem .6rem .6rem .6rem;  outline:none;  background-repeat:no-repeat;  width:80%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  height:.9rem;  text-align:center;  }.render-swiper-481-2  {  background-color:#f5f9ff;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 auto 0 auto;  max-width:1920px;  width:100%;  }.auto-element-478-3>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.auto-element-478-3>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#162d79;  font-weight:bold;  font-size:.44rem;  line-height:1;  text-align:center;  }.auto-element-478-3>.container>.button5 {  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:.4rem auto 0 auto;  color:white;  display:none;  width:90%;  font-size:.32rem;  text-align:center;  height:.9rem;  }.auto-element-478-3>.container>.p2 {  border-radius:.7rem .1rem .7rem .7rem;  background-color:#f79e00;  padding:0 0 0 0;  margin:.3rem auto .3rem auto;  color:#fff;  width:3.6rem;  font-size:.32rem;  line-height:.66rem;  text-align:center;  }.auto-element-478-3>.container>.div4 {  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-478-3>.container>.div4>.div4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  }.auto-element-478-3>.container>.div4>.div4>.p1 {  border-radius:6px 6px 0 0;  background-color:#1a1f86;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:.72rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div4>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.15rem 0 .15rem 0;  margin:0 0 0 0;  color:#444;  font-size:.28rem;  line-height:1.4;  min-height:1.9rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  width:48%;  }.auto-element-478-3>.container>.div4>.div3>.p1 {  border-radius:6px 6px 0 0;  background-color:#b81c25;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:.72rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div3>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.15rem 0 .15rem 0;  margin:0 0 0 0;  color:#444;  font-size:.28rem;  line-height:1.4;  min-height:1.9rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .24rem 0;  width:48%;  }.auto-element-478-3>.container>.div4>.div2>.p1 {  border-radius:6px 6px 0 0;  background-color:#b81c25;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:.72rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div2>.p2 {  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  padding:.15rem 0 .15rem 0;  margin:0 0 0 0;  color:#444;  font-size:.28rem;  line-height:1.4;  min-height:1.9rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .24rem 0;  width:48%;  }.auto-element-478-3>.container>.div4>.div1>.p1 {  border-radius:6px 6px 0 0;  background-color:#1a1f86;  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.4rem;  line-height:.72rem;  text-align:center;  }.auto-element-478-3>.container>.div4>.div1>.p2 {  padding:.15rem 0 .15rem 0;  margin:0 0 0 0;  color:#444;  font-size:.28rem;  line-height:1.4;  min-height:1.9rem;  border-radius:0 0 6px 6px;  background-color:#e5e6ff;  text-align:center;  }.auto-element-478-3>.container>.div3 {  border-radius:.1rem .1rem .1rem .1rem;  background-color:#f5f9ff;  padding:.36rem 0 0 0;  margin:0 0 .2rem 0;  }.auto-element-478-3>.container>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 .2rem;  margin:0 auto 0 auto;  background-repeat:no-repeat;  background-size:auto .28rem;  font-weight:600;  width:2.2rem;  font-size:.34rem;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/17/4yjdz2x7z1d1d26d6gn2pctd6z29f2lj.png);  background-position:left center;  text-align:center;  }.auto-element-478-3>.container>.div3>.img2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  display:block;  width:100%;  }.auto-element-478-3 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-228-4>.container {  border-radius:.2rem .2rem .2rem .2rem;  background-color:#f5f9ff;  padding:.4rem .3rem .4rem .3rem;  margin:0 auto 0 auto;  width:90%;  min-height:100px;  }.auto-element-228-4>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.58rem auto 0 auto;  color:white;  display:none;  width:92%;  font-size:.32rem;  text-align:center;  height:.9rem;  }.auto-element-228-4>.container>.p1 {  padding:0 0 0 .2rem;  margin:0 auto .4rem auto;  background-size:auto .28rem;  color:rgba(51, 51, 51, 1);  font-weight:600;  font-size:.34rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:2.4rem;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/hxdby1dhc7zrx2pkdmr7f5wrpwkzk8h5.png);  text-align:center;  }.auto-element-228-4>.container>.p2 {  border-radius:0 0 0 0;  padding:.3rem 0 .4rem 0;  margin:0 0 0 0;  color:#666;  font-weight:bold;  display:none;  font-size:.3rem;  line-height:1;  text-align:center;  }.auto-element-228-4>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  min-height:100px;  justify-content:space-between;  flex-wrap:wrap;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div4 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 0 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div4>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div4>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-4>.container>.div3>.div4>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div3 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 0 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-4>.container>.div3>.div3>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div2 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 .3rem 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-4>.container>.div3>.div2>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4>.container>.div3>.div1 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 .3rem 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-4>.container>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-4>.container>.div3>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-4>.container>.div3>.div1>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-4 {  background-color:rgba(255, 255, 255, 1);  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  min-height:100px;  }.auto-element-228-5>.container {  border-radius:.2rem .2rem .2rem .2rem;  background-color:#f5f9ff;  padding:.4rem .3rem .4rem .3rem;  margin:0 auto 0 auto;  width:90%;  min-height:100px;  }.auto-element-228-5>.container>.button4 {  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 1);  padding:0 0 0 0;  margin:.58rem auto 0 auto;  color:white;  display:none;  width:92%;  font-size:.32rem;  text-align:center;  height:.9rem;  }.auto-element-228-5>.container>.p1 {  padding:0 0 0 .2rem;  margin:0 auto .4rem auto;  background-size:auto .28rem;  color:rgba(51, 51, 51, 1);  font-weight:600;  font-size:.34rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:2.4rem;  background-image:url(https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/7cg8g7pe1d1d2dl31dz3pt2zk4ah8e8f.png);  text-align:center;  }.auto-element-228-5>.container>.p2 {  border-radius:0 0 0 0;  padding:.3rem 0 .4rem 0;  margin:0 0 0 0;  color:#666;  font-weight:bold;  display:none;  font-size:.3rem;  line-height:1;  text-align:center;  }.auto-element-228-5>.container>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:flex;  min-height:100px;  justify-content:space-between;  flex-wrap:wrap;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div4 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 0 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div4>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div4>.p3 {  color:#666;  font-size:.28rem;  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  line-height:1.5;  }.auto-element-228-5>.container>.div3>.div4>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div3 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 0 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div3>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div3>.p3 {  border-radius:0 0 0 0;  padding:0 .2rem 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-5>.container>.div3>.div3>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div2 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 .3rem 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div2>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem .1rem;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div2>.p3 {  border-radius:0 0 0 0;  padding:0 .1rem 0 .1rem;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-5>.container>.div3>.div2>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.container>.div3>.div1 {  border-radius:0 0 0 0;  background-color:rgba(255, 238, 240, 0);  padding:0 0 .3rem 0;  margin:0 0 .3rem 0;  width:48%;  min-height:100px;  min-width:100px;  }.auto-element-228-5>.container>.div3>.div1>.p2 {  border-radius:0 0 0 0;  padding:.25rem 0 .12rem 0;  margin:0 0 0 0;  color:rgba(20, 43, 136, 1);  font-weight:bold;  font-size:.34rem;  line-height:1;  text-align:left;  }.auto-element-228-5>.container>.div3>.div1>.p3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#666;  font-size:.28rem;  line-height:1.5;  }.auto-element-228-5>.container>.div3>.div1>.img1 {  border-radius:.2rem .2rem .2rem .2rem;  padding:0 0 0 0;  margin:0 0 0 0;  display:block;  width:100%;  }.auto-element-228-5>.button1 {  padding:0 0 0 0;  margin:.6rem auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.36rem;  background-position:center center;  border-radius:60px 60px 60px 60px;  background-color:rgba(195, 13, 35, 0);  background-repeat:no-repeat;  width:80%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/78d35chlhrazhy3mxd7ybd7wy9y8de8y.png);  text-align:center;  height:.9rem;  }.auto-element-228-5 {  background-color:rgba(255, 255, 255, 1);  border-radius:0 0 0 0;  padding:.6rem 0 .8rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-swiper-362-6 .item {  border-radius:.1rem .1rem .1rem .1rem;  box-shadow:0 0 .05rem .05rem rgba(150,150,150,.1);  margin:0 auto 0 auto;  overflow:hidden;  }.render-swiper-362-6 .text {  background-color:#122b88;  border-radius:0 0 0 0;  padding:.2rem .1rem .2rem .1rem;  margin:0 0 0 0;  color:#fff;  font-size:.28rem;  line-height:1.6;  text-align:center;  }.render-swiper-362-6 .slide {  height:auto;  }.render-swiper-362-6 .img {  border-radius:.1rem .1rem .1rem .1rem;  background-color:#fff;  padding:.14rem .14rem .14rem .14rem;  margin:0 0 0 0;  display:block;  width:100%;  }.render-swiper-362-6 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  width:100%;  }.render-swiper-362-6 .swiper {  border-radius:0 0 0 0;  padding:.5rem .1rem .6rem .1rem;  margin:0 0 0 0;  width:100%;  }.render-swiper-362-6 .title {  border-radius:0 0 0 0;  padding:0 1.8rem 0 1.8rem;  margin:0 0 0 0;  color:#b81c25;  font-weight:bold;  dispay:inline-block;  font-size:.44rem;  text-align:center;  }.render-swiper-362-6 .btn {  border:none;  padding:0 0 0 0;  margin:0 auto 0 auto;  color:#fff;  display:none;  font-size:.36rem;  line-height:.9rem;  border-radius:.6rem .6rem .6rem .6rem;  background-color:#c30d23;  outline:none;  width:80%;  height:.9rem;  text-align:center;  }.render-swiper-362-6  {  background-color:#f5f9ff;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container {  border-radius:0 0 0 0;  padding:0 .3rem 0 .3rem;  margin:0 auto 0 auto;  min-height:100px;  }.render-jsx-480-7>.container>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  color:#122b88;  font-weight:bold;  font-size:.44rem;  line-height:1;  text-align:center;  }.render-jsx-480-7>.container>.p2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem 0 .6rem 0;  color:#122b88;  font-size:.34rem;  line-height:1;  text-align:center;  }.render-jsx-480-7>.container>.div3 {  border-radius:.16rem .16rem .16rem .16rem;  background-color:#fff;  padding:.6rem .6rem .6rem .6rem;  box-shadow:0 0 .1rem .1rem rgba(150,150,150,.1);  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.img4 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  display:none;  }.render-jsx-480-7>.container>.div3>.divlist {  width:100%;  }.render-jsx-480-7>.container>.div3>.divlist>.div3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 .3rem 0;  background-repeat:no-repeat;  background-size:auto .24rem;  color:#122b88;  font-weight:bold;  font-size:.35rem;  line-height:1;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  flex-wrap:wrap;  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p1 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p2 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p3 {  padding:0 0 0 .5rem;  margin:0 0 0 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div3>.div2>.p4 {  padding:0 0 0 .5rem;  margin:0 0 0 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 .3rem 0;  background-repeat:no-repeat;  background-size:auto .24rem;  color:#122b88;  font-weight:bold;  font-size:.35rem;  line-height:1;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  flex-wrap:wrap;  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p1 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p2 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p3 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p4 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div2>.div2>.p5 {  padding:0 0 0 .5rem;  margin:0 0 0 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 .5rem 0;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.p1 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 .3rem 0;  background-repeat:no-repeat;  background-size:auto .24rem;  color:#122b88;  font-weight:bold;  font-size:.35rem;  line-height:1;  background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/20/6dt2tmwrj3ml1dh4abrw87jzat9xjblt.png);  background-position:left center;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2 {  border-radius:0 0 0 0;  padding:0 0 0 .25rem;  margin:0 0 0 0;  display:flex;  justify-content:space-between;  align-items:center;  flex-wrap:wrap;  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p1 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p2 {  padding:0 0 0 .5rem;  margin:0 0 .3rem 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p3 {  padding:0 0 0 .5rem;  margin:0 0 0 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.divlist>.div1>.div2>.p4 {  padding:0 0 0 .5rem;  margin:0 0 0 0;  background-size:.3rem auto;  color:#696969;  font-size:.3rem;  line-height:1;  background-position:left center;  border-radius:0 0 0 0;  background-repeat:no-repeat;  width:48%;  background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/5wb4jmedmc79dy289zec576ghnmtfbaz.png);  }.render-jsx-480-7>.container>.div3>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.5rem auto .3rem auto;  max-width:100%;  display:block;  }.render-jsx-480-7>.container>.div3>.div6 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  }.render-jsx-480-7>.container>.div3>.div6>.regbtn3 {  padding:0 0 0 0;  margin:.2rem auto 0 auto;  background-size:100% 100%;  color:#ffd41e;  font-weight:bold;  display:block;  font-size:.36rem;  background-position:center center;  border-radius:60px 60px 60px 60px;  background-repeat:no-repeat;  width:100%;  background-image:url(https://img.acadsoc.com.cn/web/lps/sem/sogou/jingming/shaoer/img/btn-bg.png);  height:.9rem;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.2rem auto 0 auto;  width:100%;  position:relative;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2>.code {  border-radius:60px 60px 60px 60px;  background-color:#f5f7f9;  padding:0 0 0 .5rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-jsx-480-7>.container>.div3>.div6>.regcode2>.regcodebtn {  background-color:rgba(195, 13, 35, 0);  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(#ff4d39,#db2612);  height:100%;  }.render-jsx-480-7>.container>.div3>.div6>.regphone1 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  top:.3rem;  width:100%;  }.render-jsx-480-7>.container>.div3>.div6>.regphone1>.phone {  border-radius:60px 60px 60px 60px;  background-color:#f5f7f9;  padding:0 .3rem 0 .9rem;  margin:0 0 0 0;  background-repeat:no-repeat;  background-size:.26rem auto;  width:100%;  font-size:.28rem;  background-image:url(https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/icon3.png);  background-position:.4rem center;  height:.9rem;  }.render-jsx-480-7 {  background-color:white;  border-radius:0 0 0 0;  padding:.6rem 0 .6rem 0;  margin:0 0 0 0;  min-height:100px;  }.render-jsx-300-8 .container {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 auto 0 auto;  position:relative;  height:1rem;  }.render-jsx-300-8 .img {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  left:0;  bottom:0;  display:block;  width:2.1rem;  position:absolute;  }.render-jsx-300-8 .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:.28rem;  line-height:1.2;  position:absolute;  }.render-jsx-300-8 .btn {  padding:0 0 0 0;  margin:0 0 0 0;  color:#fff;  font-weight:bold;  font-size:.36rem;  right:0;  background-color:rgba(195, 13, 35, 0);  border-radius:0 0 0 0;  transform:translateY(-50%);  top:50%;  width:2rem;  position:absolute;  background-image:linear-gradient(#fd8172, #ff523d, #ff3a24, #e52712);  height:100%;  text-align:center;  }.render-jsx-300-8  {  background-color:rgba(0,0,0,.6);  padding:0 0 0 0;  margin:0 0 0 0;  width:100%;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1 {  padding:0 .25rem .6rem .25rem;  margin:0 0 0 0;  background-size:100% auto;  min-height:100px;  background-position:top;  border-radius:.2rem .2rem .2rem .2rem;  background-color:white;  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/2021/01/16/7rdmdnfyr7by2begwat6zphf9g38bah6.png);  min-width:100px;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.p1 {  border-radius:0 0 0 0;  padding:.4rem 0 0 2.5rem;  margin:0 0 0 0;  color:rgba(255, 255, 255, 1);  font-weight:bold;  font-size:.38rem;  text-align:left;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.img5 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:0 0 0 0;  top:.3rem;  width:.4rem;  position:absolute;  right:.3rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regbtn4 {  border-radius:60px 60px 60px 60px;  background-color:#c30d23;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  color:white;  font-weight:400;  display:block;  width:6rem;  font-size:.36rem;  height:.9rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regphone2 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:1.3rem auto 0 auto;  top:.3rem;  width:6rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regphone2>.phone {  border-radius:60px 60px 60px 60px;  background-color:#EEEEEE;  padding:0 .3rem 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3 {  border-radius:0 0 0 0;  padding:0 0 0 0;  margin:.3rem auto 0 auto;  width:6rem;  position:relative;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3>.code {  border-radius:60px 60px 60px 60px;  background-color:#EEEEEE;  padding:0 0 0 .3rem;  margin:0 0 0 0;  width:100%;  font-size:.28rem;  height:.9rem;  }.render-jsx-220-EW6ejs-Tu7C3F>.div1>.regcode3>.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;  height:100%;  }.render-jsx-220-EW6ejs-Tu7C3F {  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>
  
  <header class="top header-children">
    <div class="header-wrap">
        <a class="header-logo" href="javascript:;"></a>
        <div class="header-text">省时 · 省钱 · 专业 · 贴心 · 有保障</div>
        <div class="header-tel"></div>
    </div>
</header>

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

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

  }
</style>

<div class="render-swiper-298-0">
  <div class="swiper swiper-container swiper-no-swiping">
    <div class="swiper-wrapper">
      
    	<div class="swiper-slide slide1">
    		<img class="img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/6xy4l89rdzxnjml6tdpxte1dl951dx9c.png">
    	</div>
    
    </div>
  </div>
  <div class="container">
    <div class="com">
      <div class="titleimg">  </div>
      <div class="content">
        <h2 class="text1">孩子学到的不止是英语!</h2>
        <img class="gift" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/02/41d6z83anrdhm2ahjh6br4zh7d7863e4.png">
        <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">免费注册试听 立享 <b style="color:#ffd41e;">惊喜好礼</b></button>
        <p class="text2 time">*以上数据均为内部统计数据</p>
      </div>
    </div>
  </div>
</div>
<script>
  $(function(){
    new Swiper('.render-swiper-298-0 .swiper-container',HtmlWidth >= 768 ? {"loop":false} : {"loop":false} )
  })
</script>
<div class="auto-element-132-1 json">
<div class="container">
<p class="p1">聪明的爸妈 为什么 <b style="color:#b81c25;">都选阿卡索</b></p>
<div class="div2">
<div class="div1">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/en96t636yjcpj2cj96t49jrbypt83zwk.png">
<p class="p2">持证外教一对一 </p>
<p class="p3">严选全球TESOL等持证<br>
外教一对一在线授课</p>
</div>
<div class="div2">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/ltrzrxg68xt46xwjfrj6nljrctarprwp.png">
<p class="p2">随时随地线上学</p>
<p class="p3">无论何时何地,打开手机,<br>
电脑随时和外教对话</p>
</div>
<div class="div3">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/achzwndfb2p3lk47hj3lk2kl57y1dcw4.png">
<p class="p2">国际原版教材</p>
<p class="p3">原版引进国际权威教材,<br>足不出户体验名校课堂</p>
</div>
<div class="div4">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/taf1dwawhxh39nw1dy753amf29ye3phf.png">
<p class="p2">纯英文教学环境</p>
<p class="p3">全英文课堂教学,<br>培养孩子英语预感和思维</p>
</div>
<div class="div5">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/ymbw579k7bmb86fa7f7x1d565d8t41dm.png">
<p class="p2">趣味性互动课堂</p>
<p class="p3">课堂内容生动有趣,<br>全面调动孩子都积极性</p>
</div>
<div class="div6">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/9myjzh8z6mkzbmkzf623yaycbcr5dpe6.png">
<p class="p2">平均低至13.8元</p>
<p class="p3">精选1对1外教课程,无限次<br>课程回放,性价比高</p>
</div>
</div>
<button class="button3" data-popup-id="220-EW6ejs" data-popup-hash-la8jtn="%E5%A1%AB%E5%86%99%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-bhirxx="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-4j0o5a="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-vcnsgx="%3Cspan%20class=%22title%22%20style=%22color:#FBD580;font-size:1.4em;%22%3E%E5%85%8D%E8%B4%B9%3C/span%3E%3Cbr%3E%E8%AF%95%E5%90%AC%E8%AF%BE%E7%A8%8B" data-popup-hash-4gptjb="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-lxlg9n="%E7%AB%8B%E5%8D%B3%E8%AF%95%E5%90%AC">免费<b style="color:#fff;">试听课程</b></button>
</div>
</div>

<style>
  .render-swiper-481-2 .tabs span{
    font-size:.24rem;font-weight:normal;
  }

  .render-swiper-481-2 .tabs .active{
    background-color:#b81c25 !important;
    color:#fff !important;
  }
  .render-swiper-481-2 .tabs .active span{
    color:#fff;
  }
  
  
  .render-swiper-481-2 .swiper-pagination{
    bottom:initial;top:-.7rem;position:relative;width:56%;margin:0 auto;text-align:left;
  }
  .render-swiper-481-2 .swiper-slide.swiper-slide-active{
    transform:scale(1);
  }
  
  .render-swiper-481-2 .swiper-pagination-bullet-active{
    background:#173288;
  }
/* PC端 */
@media (min-width:769px) {
  .render-swiper-481-2 .swiper-slide{
    transform:scale(.8);
  }
  
  .render-swiper-481-2 .swiper-pagination-bullet{
    width:24px;height:6px;border-radius:6px;
  }
  .render-swiper-481-2 .swiper-pagination-bullet:nth-of-type(1){
    margin-left:10%;
  }
  .render-swiper-481-2 .swiper-pagination-bullet:nth-of-type(4){
    margin-left:45%;
  }
  
}
/* 手机端 */
@media (max-width:768px) {
  .render-swiper-481-2 .swiper-slide{
    width: 80% !important;transform:scale(.9);
  }
  
  .render-swiper-481-2 .swiper-pagination{
    width:70%;
  }
  .render-swiper-481-2 .swiper-pagination-bullet{
    width:.2rem;height:.06rem;border-radius:.06rem;margin:0 2px !important;
  }
  .render-swiper-481-2 .swiper-pagination-bullet:nth-of-type(1){
    margin-left:14.5% !important;
  }
  .render-swiper-481-2 .swiper-pagination-bullet:nth-of-type(4){
    margin-left:35% !important;
  }
  
}
</style>

<div class="render-swiper-481-2">
  <div class="container">
    <h2 class="title">全方位的课程体系 <b style="color:#b81c25;">满足不同所需</b></h2>
    <ol class="tabs">
      <li class="tab active">学前启蒙<br><span></span></li>
      <li class="tab">中小学<br><span></span></li>
    </ol>
    <div class="swiper-container swiper">
      <div class="swiper-pagination"></div>
      <div class="swiper-wrapper">
        	
    	<div class="swiper-slide item item1">
      	<h3 class="itemtitle">新课标英语学前版</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/1-2.png">
			</div>
    
    	<div class="swiper-slide item item2">
      	<h3 class="itemtitle">阿卡索魔法英语学前版</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/1-1.png">
			</div>
    
    	<div class="swiper-slide item item3">
      	<h3 class="itemtitle">启蒙课程系列</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/1-3.png">
			</div>
    
    	<div class="swiper-slide item item4">
      	<h3 class="itemtitle">阿卡索魔法英语中小学版</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/2-2.png">
			</div>
    
    	<div class="swiper-slide item item5">
      	<h3 class="itemtitle">彩虹互动英语</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/2-3.png">
			</div>
    
    	<div class="swiper-slide item item6">
      	<h3 class="itemtitle">All Together</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/2-1.png">
			</div>
    
    	<div class="swiper-slide item item7">
      	<h3 class="itemtitle">新课标英语中小学</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/2-4.png">
			</div>
    
    	<div class="swiper-slide item item8">
      	<h3 class="itemtitle">少儿口语专项</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/shaoer/img/2-5.png">
			</div>
    
    	<div class="swiper-slide item item9">
      	<h3 class="itemtitle">学科英语</h3>
        <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/jingming/shaoer/img/pic2.png">
			</div>
    
        </div>
    </div>
    
    <button class="btn" data-popup-id="220-EW6ejs" data-popup-hash-la8jtn="%E5%A1%AB%E5%86%99%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-bhirxx="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-4j0o5a="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-vcnsgx="%3Cspan%20class=%22title%22%20style=%22color:#FBD580;font-size:1.4em;%22%3E%E5%85%8D%E8%B4%B9%3C/span%3E%3Cbr%3E%E8%AF%95%E5%90%AC%E8%AF%BE%E7%A8%8B" data-popup-hash-4gptjb="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-lxlg9n="%E7%AB%8B%E5%8D%B3%E8%AF%95%E5%90%AC">免费<b style="color:#fff;">试听课程</b></button>
  </div>
</div>
<script>
  $(function(){
    const slideChange = function(){
      let i = this.realIndex,_index = 0;
      if(i<3){
        _index=0
      }else {
        _index=1
      }
      $(".render-swiper-481-2 .tabs li").eq(_index).addClass('active').siblings().removeClass('active');
    };
    var pc = {"loop":true,"initialSlide":0,"centeredSlides":true,"slidesPerView":3,"autoplay":4000,"spaceBetween":0,"direction":"horizontal","pagination":{"el":".render-swiper-481-2 .swiper-pagination","clickable":true}};
    var mo = {"loop":true,"initialSlide":0,"centeredSlides":"auto","slidesPerView":"auto","autoplay":4000,"spaceBetween":0,"direction":"horizontal","pagination":{"el":".render-swiper-481-2 .swiper-pagination","clickable":true}};
    pc.on ={
      slideChange: slideChange,
    };
    mo.on ={
      slideChange: slideChange,
    };
  
  	const _swiper = new Swiper('.render-swiper-481-2 .swiper-container',HtmlWidth >= 768 ? pc : mo);
    
    $(".render-swiper-481-2 .tabs li").click(function(){
                		$(this).addClass('active').siblings().removeClass('active');
      let _index =$(this).index(),i=0;
      if(_index==0){
        i==0
      }else{
        i = 3
      }
      _swiper.slideToLoop(i, 300, false);
    });
  })
</script>
<div class="auto-element-478-3 json">
<div class="container">
<p class="p1">外教一对一 <b style="color:#b81c25;">趣味教学学得快</b></p>
<p class="p2">仅需0元 新人专享</p>
<div class="div3">
<p class="p1">外教这样选</p>
<img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/17/fa1d7dhtj1dnpeheglj6dt232jmnh1dr.png">
</div>
<div class="div4">
<div class="div1">
<p class="p1">均持证</p>
<p class="p2">层层严选国际好外教<br>
<span style="color:#b81c25;">均持有</span>TESOL等<br>
资格证书<br>
教学经验丰富</p>
</div>
<div class="div2">
<p class="p1">3%</p>
<p class="p2">所有外教需要经过<br>
<span style="color:#b81c25;">5轮以上</span>资格审查才能<br>
进入试讲阶段<br>
录取率仅为3%</p>
</div>
<div class="div3">
<p class="p1">10年</p>
<p class="p2">外教经验丰富<br>
毕业于知名院校<br>
平均<span style="color:#b81c25;">教龄五年以上</span><br>
擅长趣味教学</p>
</div>
<div class="div4">
<p class="p1">13.8元</p>
<p class="p2">高效定制专属学习方案<br>
贴身客服<span style="color:#b81c25;">全程伴学</span><br>
跟进学习效果</p>
</div>
</div>
<button class="button5">按钮</button>
</div>
</div>

<div class="auto-element-228-4 json">
<div class="container">
<p class="p1">英语这样学</p>
<p class="p2"><span style="color:#c30d23;">10年专注,</span>阿卡索已获千万学员认可</p>
<div class="div3">
<div class="div1">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/53w1dz23m1d4c3f6bpyn68321dahya96.png">
<p class="p2">听故事</p>
<p class="p3">趣味动画课 <br>
边学边玩轻松学  </p>
</div>
<div class="div2">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/d4zj7pc456rngblfen2nz6243bg7dn6z.png">
<p class="p2">记单词</p>
<p class="p3">智能评分 <br>
持证外教趣味教学</p>
</div>
<div class="div3">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/ahwn6m69f6de1dyxda39yf7eh2e9zep2.png">
<p class="p2">随堂测</p>
<p class="p3">课后检测<br> 
即时跟踪学习效果</p>
</div>
<div class="div4">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/y2hxyd4n37ehemlmty6p4e5k7hy6yt29.png">
<p class="p2">开口说</p>
<p class="p3">场景化模拟<br>提升阅读习惯</p>
</div>
</div>
<button class="button4">立即申请1节免费试听课</button>
</div>
</div>

<div class="auto-element-228-5 json">
<div class="container">
<p class="p1">思维这样练</p>
<p class="p2"><span style="color:#c30d23;">10年专注,</span>阿卡索已获千万学员认可</p>
<div class="div3">
<div class="div1">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/6ryejpnp4fn4ma3a658z6xe9plkrx2zx.png">
<p class="p2">语感思维</p>
<p class="p3">熟悉英语语感 <br>
把英语运用到日常生活</p>
</div>
<div class="div2">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/59g1dem6981d1d7xwn7kgwjyxhmegn3l.png">
<p class="p2">逻辑训练</p>
<p class="p3">培养英语逻辑思维 <br>
逐步展望语言习惯</p>
</div>
<div class="div3">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/t4567dafcdrbtc9afhyn6dbgfc5f7f5a.png">
<p class="p2">记忆训练</p>
<p class="p3">分类联想思维记忆  <br>
加强注意力培养</p>
</div>
<div class="div4">
<img class="img1" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/24/gw7egzrf59hrb8trkyda4axlyz1dl9pa.png">
<p class="p2">空间训练</p>
<p class="p3">形成语感思维 <br>
英语听说读学全面加强</p>
</div>
</div>
<button class="button4">立即申请1节免费试听课</button>
</div>
<button class="button1" data-popup-id="220-EW6ejs" data-popup-hash-la8jtn="%E5%A1%AB%E5%86%99%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-bhirxx="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-4j0o5a="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-vcnsgx="%3Cspan%20class=%22title%22%20style=%22color:#FBD580;font-size:1.4em;%22%3E%E6%9F%A5%E7%9C%8B%3C/span%3E%3Cbr%3E%E5%A4%96%E6%95%99%E7%AE%80%E5%8E%86" data-popup-hash-4gptjb="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-lxlg9n="%E7%AB%8B%E5%8D%B3%E6%9F%A5%E7%9C%8B">查看<b style="color:#fff;">外教简历</b></button>
</div>

<style>
  /* PC端 */
  @media (min-width:769px) {
    .render-swiper-362-6 .item:hover{
      transition:0.3s all ease;
      transform:scale(1.04);
    }
  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-swiper-362-6 .swiper-slide{
      width: 70% !important;
      transform:scale(.8);
    }
    .render-swiper-362-6 .swiper-slide.swiper-slide-active{
      transform:scale(1);z-index:1;
    }
  }
</style>

<div class="render-swiper-362-6">
  <div class="container">
    <h2 class="title">10年专注 <b style="color:#162d79;">阿卡索备受学员与业界肯定</b></h2>
    <div class="swiper-container swiper">
      <div class="swiper-wrapper">
        
    	<div class="swiper-slide item item1">
      	<img class="img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/27/djcyc1derenarfan8rpz8xcj1dwmdx71.png">
        <p class="text">2016中国家长及学生<br>
喜爱的在线教育产品奖</p>
      </div>
    
    	<div class="swiper-slide item item2">
      	<img class="img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/27/g4wgd6t96fd2kynk3k2z8d2p7lpd424z.png">
        <p class="text">2017中国品牌<br>价值少儿英语机构</p>
      </div>
    
    	<div class="swiper-slide item item3">
      	<img class="img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/27/ndy3j2zj637az32c73hjwlrememwyjlw.png">
        <p class="text">2018年度知名<br>少儿英语品牌</p>
      </div>
    
    	<div class="swiper-slide item item4">
      	<img class="img" src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/27/jn8ldbn6l8g4g21dgwnewpl2f75aze4n.png">
        <p class="text">京东教育<br>2018年度万众瞩目奖</p>
      </div>
                    
      </div>
    </div>
    <button class="btn">免费<b style="color:#fff;">试听课程</b></button>
  </div>
</div>
<script>
  $(function(){
    if(HtmlWidth >= 768){
      $('.render-swiper-362-6 .swiper-container').addClass('swiper-no-swiping')
    }
    new Swiper('.render-swiper-362-6 .swiper-container',HtmlWidth >= 768 ? {"loop":false,"initialSlide":0,"slidesPerView":4,"autoplay":4000,"spaceBetween":30,"direction":"horizontal"} : {"loop":true,"initialSlide":0,"centeredSlides":"auto","slidesPerView":"auto","autoplay":4000,"spaceBetween":-50,"direction":"horizontal"} );
  })
</script>
<style>
  .render-jsx-480-7 .list .act{
    background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/bwz5w7j21dhdx6zt3cgw1dblw64p5fw9.png) !important;
    color:#b51b2e !important;
  }
</style>
<div class="render-jsx-480-7 json">
  <div class="container">
    <p class="p1">在线学英语 得花<b style="color:#b81c25;">多少钱?</b></p>
    <p class="p2">选择阿卡索  <span style="color:#b81c25;">平均可省36% </span></p>
    <div class="div3">
      <div class="list divlist">
        
    	<div class="div1">
      	<p class="p1">请选择孩子的年龄</p>
        <div class="div2">
        	
    	<p class="p1">3-6岁</p>
    
    	<p class="p2">6-11岁</p>
    
    	<p class="p3">12-15岁</p>
    
    	<p class="p4">15岁以上</p>
    
        </div>
      </div>
    
    	<div class="div2">
      	<p class="p1">请选择学习的目标</p>
        <div class="div2">
        	
    	<p class="p1">综合英语能力</p>
    
    	<p class="p2">0基础入门</p>
    
    	<p class="p3">学科英语</p>
    
    	<p class="p4">口语提升</p>
    
    	<p class="p5">其他</p>
    
        </div>
      </div>
    
    	<div class="div3">
      	<p class="p1">请选择学习套</p>
        <div class="div2">
        	
    	<p class="p1">1-3个月</p>
    
    	<p class="p2">3-6个月</p>
    
    	<p class="p3">1年左右</p>
    
    	<p class="p4">其他</p>
    
        </div>
      </div>
    
      </div>

      <img class="img4" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/20/peceyhpt2mzgca8pd21dxmracrmxkdf2.png">
      <img class="img5" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/jingming/shaoer/img/t4.png">
      <div class="div6">
        <div class="regphone1">
          <input type="tel" name="TxtPhone" class="phone" placeholder="请输入手机号码,免费获取报价">
        </div>
        <div class="duanxin regcode2">
          <input type="tel" name="TxtCode" class="code" placeholder="请输入验证码">
          <button name="btnGetSMS" class="regcodebtn">获取验证码</button>
        </div>
        <button name="registerSubmit" class="regbtn3">立即<b style="color:#fff;">查价</b></button>
      </div>
    </div>
  </div>
</div>
<script>
  $(function(){
    $('.render-jsx-480-7 .divlist .div1 .div2 p').eq(0).addClass('act');
    $('.render-jsx-480-7 .divlist .div2 .div2 p').eq(0).addClass('act');
    $('.render-jsx-480-7 .divlist .div3 .div2 p').eq(0).addClass('act');
		$('.render-jsx-480-7 .divlist .div1 .div2 p,.render-jsx-480-7 .divlist .div3 .div2 p').click(function(){
      $(this).addClass('act').siblings().removeClass('act');
    });
    $('.render-jsx-480-7 .divlist .div2 .div2 p').click(function(){
      if($(this).hasClass('act')){
        $(this).removeClass('act')
      }else{
        $(this).addClass('act')
      }
    });
  })
</script>
<style>
/* PC端 */
@media (min-width:769px) {
	.render-jsx-300-8 .text>br{
    display:none;
  }
}
/* 手机端 */
@media (max-width:768px) {

}
</style>
<div class="render-jsx-300-8-top"></div>
<div class="render-jsx-300-8 fixed__el">
  <div class="container">
    <img src="https://cdnstatic.acadsoc.com.cn/landing-page/files/2021/04/16/bg6gd1d3w1dgkwneh8ya1dr3zdcry5e2.png" class="img">
    <p class="text"><span style="font-size:2em;color:#ffd41e;">0</span><span style="color:#ffd41e;"></span><s style="color:#ffd41e;">原价388  </s>试听大礼包</p>
    <button class="btn" data-popup-id="220-EW6ejs" data-popup-hash-la8jtn="%E5%A1%AB%E5%86%99%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-bhirxx="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-4j0o5a="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-vcnsgx="%3Cspan%20class=%22title%22%20style=%22color:#FBD580;font-size:1.4em;%22%3E%E5%85%8D%E8%B4%B9%3C/span%3E%3Cbr%3E%E8%AF%95%E5%90%AC%E8%AF%BE%E7%A8%8B" data-popup-hash-4gptjb="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-lxlg9n="%E7%AB%8B%E5%8D%B3%E8%AF%95%E5%90%AC">立即领取</button>
  </div>
</div>
<div id="register-popup-220-EW6ejs" style="display: none;" class="render-jsx-220-EW6ejs-Tu7C3F">
  <div class="div1">

    <p class="p1" data-modal-hash="vcnsgx"><span class="title" style="color:#FBD580;font-size:1.4em;">免费</span><br>试听课程</p>

    <div class="regphone2">

      <input name="TxtPhone" class="phone" placeholder="填写您的手机号码" type="tel" data-modal-hash="la8jtn">

    </div>

    <div class="regcode3">

      <input name="TxtCode" class="code" placeholder="验证码" type="tel" data-modal-hash="bhirxx">

      <button name="btnGetSMS" class="regcodebtn" data-modal-hash="4gptjb">获取验证码</button>

    </div>

    <button name="registerSubmit" class="regbtn4" data-modal-hash="lxlg9n">立即试听</button>

    <img class="img5 close-popup" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-modal-hash="4j0o5a">

  </div>
</div>

  <footer class="footer footer-children">
    <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>