664-1-A.html 148.7 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 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476
<!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;
        window.pageEquipment = HtmlWidth > 768 ? 'pc' : 'mobile';
      })

    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/lps/activity/js/BaiDuStatistics.js"></script>
<script src="https://www.acadsoc.com.cn/OCPC/js/ocpc.js"></script>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<!--IpRecord-->
  <script type="text/javascript" src="/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 type="text/javascript">     (function(c,l,a,r,i,t,y){         c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};         t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;         y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);     })(window, document, "clarity", "script", "8gdop12e0k"); </script>

</head>


<!-- page: 700 -->
<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-jsx-383-0 .item { cursor:pointer;color:#0e3180;font-size:.18rem;border-radius:.1rem .1rem .1rem .1rem ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;line-height:.4rem;width:47%;border-width:1px 1px 1px 1px;border-color:#0e3180 #0e3180 #0e3180 #0e3180;border-style:solid solid solid solid;text-decoration:none }.render-jsx-383-0 .opt { cursor:pointer;color:#333;font-size:.18rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 .1rem 0 .1rem ;line-height:1;border-style:none none none none;text-decoration:none }.render-jsx-383-0 .li { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-383-0 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:flex;justify-content:space-between;align-items:center;border-style:none none none none; }.render-jsx-383-0 .nav { border-radius:0 0 0 0 ;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;display:flex;width:640px;justify-content:space-between;border-style:none none none none; }.render-jsx-383-0 .logo { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.4rem;border-style:none none none none; }.render-jsx-383-0 .operation { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;width:2.4rem;justify-content:space-between;border-style:none none none none; }.render-jsx-383-0 .menu { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;border-style:none none none none; }.render-jsx-383-0  { background-color:#fff;border-radius:0 0 0 0 ;padding:.25rem 0 .25rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-248-1 .container { border-radius:0 0 0 0 ;height:100%;padding:0 0 0 0 ;margin:0 auto 0 auto ;position:relative;border-style:none none none none; }.render-swiper-248-1 .com { z-index:3;background-color:#fff;border-radius:.1rem .1rem .1rem .1rem ;transform:translateY(-50%);top:50%;padding:0 .25rem .3rem .25rem ;margin:0 0 0 0 ;right:0;width:3.5rem;position:absolute;border-style:none none none none; }.render-swiper-248-1 .regbtn4 { color:white;font-weight:bold;font-size:.24rem;border-radius:60px 60px 60px 60px ;background-color:#c30d23;height:.5rem;padding:0 0 0 0 ;margin:.16rem auto 0 auto ;display:block;width:100%;border-style:none none none none; }.render-swiper-248-1 .text1 { color:rgba(20, 43, 136, 1);font-weight:bold;font-size:24px;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-248-1 .regphone2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.15rem auto 0 auto ;width:100%; }.render-swiper-248-1 .phone { font-size:.16rem;border-radius:60px 60px 60px 60px ;background-color:#EEEEEE;height:.5rem;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1 .text2 { color:#001c9a;font-size:.18rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.render-swiper-248-1 .regcode3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.16rem auto 0 auto ;width:100%;position:relative; }.render-swiper-248-1 .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-swiper-248-1 .regcodebtn { background-color:#c30d23;border-radius:60px;padding:0 .3rem 0 .3rem ;top:0;color:white;font-size:.16rem;position:absolute;right:0;height:100%; }.render-swiper-248-1 .timetips { color:#fff;font-size:16px;border-radius:0 0 0 0 ;text-align:center;height:.6rem;padding:.1rem 0 0 0 ;margin:-.12rem auto .1rem auto ;width:2.1rem;background-size:auto 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:0 0;background-image:url(https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/cr/img/reg-top.png);background-clip:border-box;border-style:none none none none; }.render-swiper-248-1 .tips { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.15rem auto 0 auto ;display:block;border-style:none none none none; }.render-swiper-248-1 .swiper { z-index:2;border-radius:0 0 0 0 ;height:100%;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;position:absolute;background-size:auto auto;background-attachment:scroll;background-repeat:no-repeat;background-imageProps:[object Object];background-position:center center;background-image:url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/11/11/rp1dyj683bg5z1d73wm65yh9pjtecfp2.png);background-clip:border-box;border-style:none none none none; }.render-swiper-248-1 .slide1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1 .img { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;border-style:none none none none; }.render-swiper-248-1 .slide2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1  { border-radius:0 0 0 0 ;height:600px;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;border-style:none none none none; }.auto-element-721-2>.container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;border-style:none none none none;box-shadow: 0 0 0  #000; }.auto-element-721-2>.container>.p1 { color:#333;font-weight:bold;font-size:.44rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.button5 { color:white;font-size:.24rem;border-radius:60px 60px 60px 60px ;background-color:rgba(195, 13, 35, 1);text-align:center;height:.6rem;padding:0 0 0 0 ;margin:0.5rem auto 0 auto ;display:block;width:4.2rem;border-style:none none none none;box-shadow: 0px 4px 10px  rgba(195,13,35,0.4); }.auto-element-721-2>.container>.p2 { color:#666666;font-weight:bold;font-size:.36rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:.6rem;border-style:none none none none; }.auto-element-721-2>.container>.button3 { color:white;font-size:.24rem;border-radius:60px 60px 60px 60px ;background-color:rgba(195, 13, 35, 1);text-align:center;height:.6rem;padding:0 0 0 0 ;margin:0 auto 0.5rem auto ;display:block;width:4.2rem;border-style:none none none none;box-shadow: 0px 4px 10px  rgba(195,13,35,0.4); }.auto-element-721-2>.container>.div4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2 { border-radius:0 0 0 0 ;flex-direction:column;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;width:50%;justify-content:center;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;align-items:flex-start;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3 { border-radius:0 0 0 0 ;flex:1;padding:0 0 0 0 ;margin:0 0 0 .1rem ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3>.p1 { color:#c30d23;font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .05rem 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3>.p2 { color:#656565;font-size:.18rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div2 { border-radius:50px 50px 50px 50px ;background-color:#c30d23;height:.12rem;padding:0 0 0 0 ;margin:.1rem 0 0 0 ;width:.12rem;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .3rem 0 ;display:flex;justify-content:space-between;align-items:flex-start;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3 { border-radius:0 0 0 0 ;flex:1;padding:0 0 0 0 ;margin:0 0 0 .1rem ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3>.p1 { color:#c30d23;font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .05rem 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3>.p2 { color:#656565;font-size:.18rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div2 { border-radius:50px 50px 50px 50px ;background-color:#c30d23;height:.12rem;padding:0 0 0 0 ;margin:.1rem 0 0 0 ;width:.12rem;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div1 { border-radius:0 0 0 0 ;overflow:hidden;padding:0 0 0 0 ;margin:0 0 0 0 ;width:41.4%;position:relative;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div1>.p1 { font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-721-2 { min-height:100px;background-color:white;border-radius:0 0 0 0 ;padding:.8rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-356-3 .item { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;line-height:1.8;width:100%;justify-content:space-between;align-items:center;border-style:none none none none; }.render-jsx-356-3 .righttext { color:#fff;font-size:.2rem;border-radius:0 0 0 0 ;padding:0 0 0 .4rem ;margin:0 0 0 0 ;width:50%;border-style:none none none none; }.render-jsx-356-3 .type { cursor:pointer;color:#666;font-size:.2rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:.8rem;width:16%;border-style:none none none none; }.render-jsx-356-3 .lefttext { color:#333;font-size:.2rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:50%;border-style:none none none none; }.render-jsx-356-3 .tabs { background-color:#fff;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-jsx-356-3 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:flex;justify-content:space-between;border-style:none none none none; }.render-jsx-356-3 .types { border-radius:0 0 0 0 ;flex-direction:row;flex:1;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;border-style:none none none none; }.render-jsx-356-3 .typetitle { color:#c30d23;font-size:.2rem;border-radius:0 0 0 0 ;text-align:center;padding:0 .3rem 0 0 ;margin:0 0 0 0 ;line-height:.8rem;border-style:none none none none; }.render-jsx-356-3 .content { background-color:#f5f7ff;border-radius:0 0 0 0 ;padding:.3rem 0 .6rem 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-jsx-356-3 .list { border-radius:0 0 0 0 ;padding:0.5rem 0 .5rem .6rem ;margin:0 0 0 0 ;width:100%;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/02/h9yzjg36ezr8rykr56lmx8x6fzdz7gzk.png);background-clip:border-box;border-style:none none none none; }.render-jsx-356-3 .btn { color:#fff;font-size:.3rem;border-radius:60px 60px 60px 60px ;background-color:#0e3180;outline:none;text-align:center;padding:0 0 0 0 ;margin:.5rem auto 0 auto ;display:block;line-height:70px;width:380px;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-jsx-356-3  { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-456-4 .item { background-color:#fff;border-radius:.1rem .1rem .1rem .1rem ;overflow:hidden;padding:.2rem 0 0 0 ;margin:0 auto 0 auto ;border-style:none none none none;box-shadow: 0 0 .15rem .06rem rgba(150,150,150,.1); }.render-swiper-456-4 .tab { cursor:pointer;color:#c30d23;font-size:20px;border-radius:40px 40px 40px 40px ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:40px;width:14%;border-width:1px 1px 1px 1px;border-color:#c30d23 #c30d23 #c30d23 #c30d23;border-style:solid solid solid solid; }.render-swiper-456-4 .itembtn { color:#fff;font-size:20px;border-radius:0 0 0 0 ;outline:none;height:.88rem;text-align:center;padding:0 0 0 0 ;margin:.25rem auto 0 auto ;display:block;width:100%;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/11/23/1dtc2m6z4j27pe45bhmen8g63h3knmfz.png);background-clip:border-box;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-swiper-456-4 .itemimg { border-radius:0 0 0 0 ;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;display:block;max-width:100%;border-style:none none none none; }.render-swiper-456-4 .slide { border-radius:0 0 0 0 ;height:auto;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-456-4 .itemtitle { color:#c30d23;font-size:.2rem;border-radius:0 0 0 0 ;text-align:center;padding:.16rem .2rem 0 .2rem ;margin:.2rem 0 .13rem 0 ;line-height:1;background-size:.56rem auto;background-attachment:scroll;background-repeat:no-repeat;background-position:center top;background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/12/p2pzawx9tk1dmb38c1dkx1dmp1datd9y.png);background-clip:border-box;border-style:none none none none; }.render-swiper-456-4 .itemtext { color:#444;font-size:.18rem;border-radius:0 0 0 0 ;text-align:center;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-456-4 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;border-style:none none none none; }.render-swiper-456-4 .p1 { color:#333;font-size:.26rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:.2rem 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-456-4 .swiper { border-radius:0 0 0 0 ;padding:.5rem 0 .6rem 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-456-4 .tabs { border-radius:0 0 0 0 ;flex-direction:row;padding:0 0 0 0 ;margin:.4rem auto 0 auto ;display:flex;width:96%;justify-content:space-between;border-style:none none none none; }.render-swiper-456-4 .btn { color:#fff;font-size:22px;border-radius:60px 60px 60px 60px ;background-color:#c30d23;outline:none;height:60px;text-align:center;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:block;line-height:60px;width:420px;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-swiper-456-4 .div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:center;align-items:center;border-style:none none none none; }.render-swiper-456-4 .title { color:#333;font-weight:bold;font-size:.36rem;border-radius:0 0 0 0 ;text-align:center;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-456-4 .icon1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:auto;border-style:none none none none; }.render-swiper-456-4 .icon2 { border-radius:0 0 0 0 ;transform:rotate(180deg);padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:auto;border-style:none none none none; }.render-swiper-456-4  { background-color:#fff;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 auto 0 auto ;max-width:1920px;width:100%;border-style:none none none none; }.render-swiper-361-5 .icon { display:block;width:.64rem;height:100%; }.render-swiper-361-5 .opttitle { color:#c30d23;font-size:.3rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-361-5 .item { padding:0 0 0 0 ; }.render-swiper-361-5 .opt { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 .3rem 0 ;display:flex;justify-content:space-between;align-items:center;border-style:none none none none; }.render-swiper-361-5 .slide { padding:0 0 0 0 ; }.render-swiper-361-5 .img { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:100%;border-style:none none none none; }.render-swiper-361-5 .optinfo { border-radius:0 0 0 0 ;flex:1;text-align:left;padding:0 0 0 0 ;margin:0 0 0 .12rem ;border-style:none none none none; }.render-swiper-361-5 .opttext { color:#6f6e6e;font-size:.16rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:.1rem 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-361-5 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ; }.render-swiper-361-5 .title { color:#333;font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-361-5 .content { border-radius:0 0 0 0 ;background-color:rgba(255, 255, 255, 1);text-align:left;padding:0 0 0 0 ;margin:.5rem auto 0 auto ;display:flex;width:100%;justify-content:space-between;align-items:flex-end;border-style:none none none none;box-shadow: 0 0 .1rem .1rem rgba(150,150,150,.1); }.render-swiper-361-5 .swiper { z-index:1;border-radius:0 0 0 0 ;text-align:left;padding:0 0 .4rem 0 ;margin:0 0 0 0 ;display:none;left:-.2rem;width:50%;position:relative;border-style:none none none none; }.render-swiper-361-5 .list { background-color:#fff;border-radius:0 0 0 0 ;text-align:left;padding:.3rem .3rem .3rem .3rem ;margin:0 0 0 3.6rem ;display:block;width:100%;border-style:none none none none; }.render-swiper-361-5  { background-color:#f5f7ff;border-radius:0 0 0 0 ;text-align:left;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;background-size:cover;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/timg.png);background-clip:border-box;border-style:none none none none; }.render-swiper-360-6 .item { padding:0 1.5rem 0 0 ;position:relative; }.render-swiper-360-6 .text { border-radius:0 0 0 0 ;padding:.2rem 0 0 .7rem ;margin:0 0 0 0 ;color:#666;font-size:.2rem;line-height:1.5; }.render-swiper-360-6 .slide { padding:0 0 0 0 ; }.render-swiper-360-6 .img { border-radius:50% 50% 50% 50% ;border:2px solid #fff;transform:translateY(-50%);top:50%;display:block;width:1rem;position:absolute;right:0;height:1rem; }.render-swiper-360-6 .itemtitle { border-radius:0 0 0 0 ;padding:0 0 0 .7rem ;background-repeat:no-repeat;margin:0 0 0 0 ;background-size:.5rem auto;color:#1a2d78;font-size:.24rem;line-height:1.5;background-image:url(https://img.acadsoc.com.cn/web/web3/img/new/yinhao.png);background-position:left .06rem; }.render-swiper-360-6 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ; }.render-swiper-360-6 .swiper { padding:0 0 .55rem 0 ;margin:0 0 0 0 ;width:6.8rem; }.render-swiper-360-6 .title { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:1.5rem 0 .35rem 0 ;color:#333;font-weight:bold;font-size:.4rem;line-height:1; }.render-swiper-360-6  { border-radius:0 0 0 0 ;height:830px;text-align:left;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;background-size:cover;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://img.acadsoc.com.cn/web/web3/img/method-bg2-new.jpg);background-clip:border-box;border-style:none none none none; }.render-jsx-358-7>.container { min-height:100px;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ; }.render-jsx-358-7>.container>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#333;font-weight:bold;font-size:.4rem;line-height:1;text-align:center; }.render-jsx-358-7>.container>.btn3 { border-radius:.6rem .6rem .6rem .6rem ;background-color:rgba(195, 13, 35, 1);padding:0 0 0 0 ;margin:.6rem auto 0 auto ;color:white;display:none;width:4.2rem;font-size:22px;text-align:center;height:.6rem; }.render-jsx-358-7>.container>.list { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.5rem 0 0 0 ;display:flex;justify-content:space-between;flex-wrap:wrap; }.render-jsx-358-7>.container>.list>.item2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .4rem 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item2>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item2>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:.12rem 0 0 0 ;max-height:0;margin:0 0 0 0 ;overflow:hidden;color:#fff;font-size:16px;line-height:1.6;transition:0.6s; }.render-jsx-358-7>.container>.list>.item2>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .4rem 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item1>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item1>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2>.text1 { color:#fff;font-weight:bold;font-size:22px;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2>.text2 { max-height:0;color:#fff;font-size:16px;border-radius:0 0 0 0 ;overflow:hidden;padding:.12rem 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;transition:0.6s;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item1>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item8 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item8>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item8>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:.12rem 0 0 0 ;max-height:0;margin:0 0 0 0 ;overflow:hidden;color:#fff;font-size:16px;line-height:1.6;transition:0.6s; }.render-jsx-358-7>.container>.list>.item8>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item7 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item7>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item7>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2>.text2 { max-height:0;color:#fff;font-size:16px;border-radius:0 0 0 0 ;overflow:hidden;padding:.12rem 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;transition:0.6s;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item7>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item4>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item4>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:.12rem 0 0 0 ;max-height:0;margin:0 0 0 0 ;overflow:hidden;color:#fff;font-size:16px;line-height:1.6;transition:0.6s; }.render-jsx-358-7>.container>.list>.item4>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .4rem 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item3>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item3>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:.12rem 0 0 0 ;max-height:0;margin:0 0 0 0 ;overflow:hidden;color:#fff;font-size:16px;line-height:1.6;transition:0.6s; }.render-jsx-358-7>.container>.list>.item3>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item6 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item6>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item6>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2>.text1 { color:#fff;font-weight:bold;font-size:22px;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2>.text2 { max-height:0;color:#fff;font-size:16px;border-radius:0 0 0 0 ;overflow:hidden;padding:.12rem 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;transition:0.6s;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item6>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7>.container>.list>.item5 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:23.5%; }.render-jsx-358-7>.container>.list>.item5>.div1 { border-radius:.15rem .15rem .15rem .15rem ;padding:0 0 0 0 ;margin:0 0 0 0 ;position:relative;min-width:100px; }.render-jsx-358-7>.container>.list>.item5>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2 { border-radius:.1rem .1rem .1rem .1rem ;flex-direction:column;top:0;height:100%;padding:0 .22rem 0 .22rem ;margin:0 0 0 0 ;display:flex;transition:0.4s;left:0;width:100%;justify-content:center;position:absolute;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#fff;font-weight:bold;font-size:22px;line-height:1;text-align:center; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2>.text2 { max-height:0;color:#fff;font-size:16px;border-radius:0 0 0 0 ;overflow:hidden;padding:.12rem 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;transition:0.6s;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item5>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ; }.render-jsx-358-7 { min-height:100px;background-color:white;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-357-8>.container { min-height:100px;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ; }.auto-element-357-8>.container>.p1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .5rem 0 ;color:#fff;font-weight:bold;font-size:.4rem;line-height:1;text-align:center; }.auto-element-357-8>.container>.div2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;min-width:100px; }.auto-element-357-8>.container>.div2>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:5.55rem; }.auto-element-357-8>.container>.div2>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:5.55rem; }.auto-element-357-8 { background-color:#1a2d78;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;min-height:100px; }.render-swiper-362-9 .item { border-radius:.1rem .1rem .1rem .1rem ;box-shadow:0 0 .05rem .05rem rgba(150,150,150,.1);padding:0 0 0 0 ;margin:0 auto 0 auto ;overflow:hidden;0 0 .05rem .05rem rgba(150,150,150,.1) }.render-swiper-362-9 .text { color:#fff;font-size:.17rem;background-color:#122b88;border-radius:0 0 0 0 ;text-align:center;padding:.1rem .1rem .1rem .1rem ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.render-swiper-362-9 .slide { height:auto; }.render-swiper-362-9 .img { border-radius:.1rem .1rem .1rem .1rem ;background-color:#fff;text-align:left;padding:.1rem .1rem .1rem .1rem ;margin:0 0 0 0 ;display:block;width:100%;border-style:none none none none; }.render-swiper-362-9 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ; }.render-swiper-362-9 .swiper { border-radius:0 0 0 0 ;padding:.5rem .1rem .6rem .1rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-362-9 .title { border-radius:0 0 0 0 ;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;color:#333;font-weight:bold;dispay:inline-block;font-size:.4rem;text-align:center; }.render-swiper-362-9 .btn { border:none;padding:0 0 0 0 ;margin:0 auto 0 auto ;color:#fff;display:none;font-size:22px;line-height:60px;border-radius:60px 60px 60px 60px ;background-color:#c30d23;outline:none;width:420px;height:60px;text-align:center; }.render-swiper-362-9  { background-color:#fff;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-368-11 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:flex;position:relative;align-items:center;height:.7rem; }.render-jsx-368-11 .img { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 -90px ;left:0;bottom:0;display:block;width:1.8rem;position:absolute; }.render-jsx-368-11 .text { color:#fff;font-size:.28rem;border-radius:0 0 0 0 ;height:100%;text-align:left;padding:0 120px 0 100px ;margin:0 0 0 -146px ;line-height:1;left:2rem;width:42%;position:absolute;background-size:80% auto;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/10/wky41dpfjg6wxy8mtlznpfrykphxzk3g.png);background-clip:border-box;border-style:none none none none; }.render-jsx-368-11 .mbtn { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;border-style:none none none none; }.render-jsx-368-11 .regwrap { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;width:6.6rem;justify-content:space-between;position:absolute;right:0; }.render-jsx-368-11 .regbtn { color:#fff;font-size:.2rem;border-radius:.5rem .5rem .5rem .5rem ;background-color:#c30d23;height:.46rem;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:31%;border-style:none none none none; }.render-jsx-368-11 .regphone { width:31%; }.render-jsx-368-11 .phone { border-radius:.5rem .5rem .5rem .5rem ;border:1px solid #fff;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;color:#fff;display:block;width:100%;font-size:.15rem;height:.46rem; }.render-jsx-368-11 .regcode { width:31%;position:relative; }.render-jsx-368-11 .code { border-radius:.5rem .5rem .5rem .5rem ;border:1px solid #fff;padding:0 .2rem 0 .2rem ;color:#fff;display:block;width:100%;font-size:.15rem;height:.46rem; }.render-jsx-368-11 .regcodebtn { border-radius:0 .5rem .5rem 0 ;background-color:#c30d23;padding:0 .1rem 0 .1rem ;color:#fff;top:0;display:inline-block;font-size:.14rem;position:absolute;right:0;height:.46rem; }.render-jsx-368-11  { background-color:#545454;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%; }.render-jsx-370-AKOLMP .select { border:1px solid #ccc;padding:0 .2rem 0 .2rem ;margin:0 auto .2rem auto ;background-size:.14rem auto;color:#b2b2b2;display:block;font-size:.17rem;background-position:94% center;border-radius:.5rem .5rem .5rem .5rem ;outline:none;background-repeat:no-repeat;appearance:none;width:100%;background-image:url(https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/icon-bom.png);height:.5rem;text-align:center; }.render-jsx-370-AKOLMP .opt { padding:0 .2rem 0 .2rem ;outline:none;display:block;width:100%;font-size:.17rem;line-height:.4rem;text-align:center; }.render-jsx-370-AKOLMP .container { padding:.45rem 0 .45rem 0 ;margin:0 0 0 0 ;background-size:100% auto;background-position:left top;background-color:#fff;border-radius:.15rem .15rem .15rem .15rem ;transform:translate(-50%,-50%);background-repeat:no-repeat;top:50%;left:50%;width:4.5rem;position:absolute;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/05/zadanm6z975a9ye397h2wacymrg1df3y.png); }.render-jsx-370-AKOLMP .title { color:#fff;font-weight:bold;font-size:.28rem;line-height:1;text-align:center; }.render-jsx-370-AKOLMP .close { border-radius:50% 50% 50% 50% ;border:1px solid #fff;top:.15rem;color:#fff;display:block;width:.3rem;font-size:.18rem;position:absolute;right:.15rem;height:.3rem;text-align:center; }.render-jsx-370-AKOLMP .content { margin:.8rem auto 0 auto ;width:85%; }.render-jsx-370-AKOLMP .regbtn { border-radius:.5rem .5rem .5rem .5rem ;background-color:#c30d23;color:#fff;display:block;width:100%;font-size:.22rem;height:.5rem;text-align:center; }.render-jsx-370-AKOLMP .regphone { margin:0 auto .2rem auto ;width:100%; }.render-jsx-370-AKOLMP .phone { border-radius:.5rem .5rem .5rem .5rem ;border:1px solid #ccc;padding:0 .2rem 0 .2rem ;color:#b2b2b2;display:block;width:100%;font-size:.17rem;height:.5rem; }.render-jsx-370-AKOLMP .regcode { margin:0 auto .2rem auto ;width:100%;position:relative; }.render-jsx-370-AKOLMP .code { border-radius:.5rem .5rem .5rem .5rem ;border:1px solid #ccc;padding:0 .2rem 0 .2rem ;color:#b2b2b2;display:block;width:100%;font-size:.17rem;height:.5rem; }.render-jsx-370-AKOLMP .regcodebtn { color:#fff;font-size:.17rem;border-radius:.5rem .5rem .5rem .5rem ;background-color:#c30d23;top:0;height:.5rem;text-align:left;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;display:inline-block;right:0;position:absolute;border-style:none none none none; }.render-jsx-370-AKOLMP  { background-color:rgba(0,0,0,0.5);top:0;left:0;bottom:0;width:100%;position:fixed;right:0;height:100%; }.render-jsx-394-upxUB6>.div1 { z-index:10;min-height:100px;border-radius:.1rem .1rem .1rem .1rem ;transform:translate(-50%, -50%);top:50%;text-align:left;padding:0 0 .3rem 0 ;margin:0 0 0 0 ;left:50%;width:4rem;position:absolute;min-width:100px;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/f1d1d4hfj1djywzc8jh81dh3be7twzjc.png);background-clip:border-box;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-394-upxUB6>.div1>.regcode6 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:4rem;position:relative; }.render-jsx-394-upxUB6>.div1>.regcode6>.code { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 0 0 .3rem ;margin:0 .3rem 0 .3rem ;width:86%;font-size:.16rem;height:.5rem; }.render-jsx-394-upxUB6>.div1>.regcode6>.regcodebtn { color:#e11514;font-size:.16rem;background-color:#c30d23;border-radius:60px 60px 60px 60px ;top:0;height:100%;text-align:left;padding:0 .3rem 0 .3rem ;margin:0 .26rem 0 0 ;right:0;position:absolute;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.p2 { font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;height:.4rem;padding:0 0 0 0 ;margin:24px auto 16px auto ;line-height:1;background-size:auto 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/kzfexkg4mwhrmfyfnadbylc1dxyhz7n6.png);background-clip:border-box;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.p4 { color:rgba(255, 255, 255, 1);font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 1px 0 ;margin:0 0 0 0 ;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-394-upxUB6>.div1>.close8 { border-radius:0 0 0 0 ;top:.2rem;padding:0 0 0 2px ;margin:0 0 0 0 ;right:.2rem;width:.2rem;position:absolute; }.render-jsx-394-upxUB6>.div1>.regphone5 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:4rem; }.render-jsx-394-upxUB6>.div1>.regphone5>.phone { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 .3rem 0 .3rem ;width:86%;font-size:.16rem;height:.5rem; }.render-jsx-394-upxUB6>.div1>.regbtn7 { color:#e11514;font-weight:600;font-size:.2rem;border-radius:60px 60px 60px 60px ;height:.5rem;padding:0 0 0 0 ;margin:.2rem auto .1rem auto ;display:block;width:3.4rem;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-394-upxUB6>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:-1.88rem auto 0 auto ;display:block;width:80%; }.render-jsx-394-upxUB6 { background-color:rgba(0,0,0,0.7);border-radius:0 0 0 0 ;padding:0 0 0 0 ;z-index:10;margin:0 0 0 0 ;top:0;left:0;bottom:0;line-height:1;position:fixed;right:0; }.auto-element-396-8dpwKs>.div1 { z-index:10;background-size:100%;min-height:100px;border-radius:.14rem .14rem .14rem .14rem ;transform:translate(-50%, -50%);background-repeat:no-repeat;top:50%;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;left:50%;width:4.5rem;position:absolute;min-width:100px; }.auto-element-396-8dpwKs>.div1>.div2 { border-radius:0 0 .2rem .2rem ;background-color:#d10d28;padding:.2rem 0 .4rem 0 ;margin:0 0 0 0 ;min-height:100px;min-width:100px; }.auto-element-396-8dpwKs>.div1>.div2>.regbtn3 { border-radius:60px 60px 60px 60px ;background-color:#c30d23;box-shadow:0px 4px 10px rgba(195,13,35,0.4);padding:0 0 0 0 ;margin:.2rem auto 0 auto ;color:#8d0013;font-weight:600;display:block;width:3.6rem;font-size:.24rem;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);height:.5rem;0px 4px 10px rgba(195,13,35,0.4) }.auto-element-396-8dpwKs>.div1>.div2>.regcode2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:4rem;position:relative; }.auto-element-396-8dpwKs>.div1>.div2>.regcode2>.code { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;display:block;width:90%;font-size:.16rem;height:.5rem; }.auto-element-396-8dpwKs>.div1>.div2>.regcode2>.regcodebtn { color:#8d0013;font-size:.16rem;background-color:#c30d23;border-radius:60px 60px 60px 60px ;top:0;height:100%;padding:0 .3rem 0 .3rem ;margin:0 0.2rem 0 0 ;right:0;position:absolute;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none;box-shadow: 0 0 0  #000; }.auto-element-396-8dpwKs>.div1>.div2>.regphone1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:4rem; }.auto-element-396-8dpwKs>.div1>.div2>.regphone1>.phone { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;display:block;width:90%;font-size:.16rem;height:.5rem; }.auto-element-396-8dpwKs>.div1>.close3 { padding:0 0 0 0 ;margin:0 0 0 0 ;bottom:-.7rem;display:block;border-radius:0 0 0 0 ;transform:translateX(-50%);left:50%;width:.3rem;position:absolute;height:.3rem; }.auto-element-396-8dpwKs>.div1>.div1 { min-height:100px;border-radius:0 0 0 0 ;height:3rem;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;min-width:100px;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/10/4lbfawcxc8yf4gy95jgdafcy2j7ey47k.png);background-clip:border-box;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div1>.img4 { border-radius:0 0 0 0 ;height:1.1rem;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:block;width:3.6rem; }.auto-element-396-8dpwKs>.div1>.div1>.p2 { color:#d10d28;font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:-.4rem 0 0 0 ;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div1>.p3 { color:rgba(20, 43, 136, 1);font-weight:bold;font-size:.28rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 .1rem 0 ;border-style:none none none none;box-shadow: 0 0 0  #000; }.auto-element-396-8dpwKs>.div1>.div1>.img1 { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:-.1rem 0 0 3.6rem ;width:20%;border-style:none none none none; }.auto-element-396-8dpwKs { background-color:rgba(0,0,0,0.7);border-radius:0 0 0 0 ;padding:0 0 0 0 ;z-index:10;margin:0 0 0 0 ;top:0;left:0;bottom:0;position:fixed;right:0; }
    }
    @media (max-width:768px) { 
      .render-jsx-383-0 .item { cursor:pointer;color:#0e3180;font-size:.24rem;border-radius:.1rem .1rem .1rem .1rem ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;line-height:.6rem;width:1.4rem;border-width:1px 1px 1px 1px;border-color:#0e3180 #0e3180 #0e3180 #0e3180;border-style:solid solid solid solid;text-decoration:none }.render-jsx-383-0 .opt { cursor:pointer;color:#fff;font-size:.3rem;border-radius:0 0 0 0 ;height:100%;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;line-height:2;width:100%;border-style:none none none none;text-decoration:none }.render-jsx-383-0 .li { border-radius:0 0 0 0 ;padding:0 .15rem 0 .15rem ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-383-0 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:flex;width:92%;justify-content:space-between;align-items:center;border-style:none none none none; }.render-jsx-383-0 .nav { z-index:12;background-color:#2990d0;border-radius:0 0 0 0 ;top:1.2rem;padding:.15rem .2rem .15rem .2rem ;margin:0 0 0 0 ;display:none;left:0;width:100%;position:absolute;border-style:none none none none; }.render-jsx-383-0 .logo { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.8rem;border-style:none none none none; }.render-jsx-383-0 .operation { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;width:3.5rem;justify-content:space-between;align-items:center;border-style:none none none none; }.render-jsx-383-0 .menu { cursor:pointer;border-radius:0 0 0 0 ;height:100%;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:.45rem;border-style:none none none none; }.render-jsx-383-0  { background-color:#fff;border-radius:0 0 0 0 ;padding:.3rem 0 .3rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-248-1 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;position:relative;border-style:none none none none; }.render-swiper-248-1 .com { z-index:2;background-color:#fff;border-radius:.1rem .1rem .1rem .1rem ;transform:translateY(0);top:initial;padding:.9rem .3rem .3rem .3rem ;margin:-1rem auto 0 auto ;right:initial;width:92%;position:relative;border-style:none none none none;box-shadow: 0 0 .1rem .1rem rgba(0,40,162,.1); }.render-swiper-248-1 .regbtn4 { color:white;font-weight:bold;font-size:.32rem;border-radius:60px 60px 60px 60px ;background-color:#c30d23;height:.9rem;padding:0 0 0 0 ;margin:.3rem auto 0 auto ;display:block;width:100%;border-style:none none none none; }.render-swiper-248-1 .text1 { color:rgba(20, 43, 136, 1);font-weight:bold;font-size:.38rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-248-1 .regphone2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.3rem auto 0 auto ;top:.3rem;width:100%; }.render-swiper-248-1 .phone { font-size:.28rem;border-radius:60px 60px 60px 60px ;background-color:#EEEEEE;height:.9rem;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1 .text2 { color:#666;font-size:.28rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.render-swiper-248-1 .regcode3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.3rem auto 0 auto ;width:100%;position:relative; }.render-swiper-248-1 .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-swiper-248-1 .regcodebtn { background-color:#c30d23;border-radius:60px;padding:0 .3rem 0 .3rem ;top:0;color:white;font-size:.28rem;position:absolute;right:0;height:100%; }.render-swiper-248-1 .timetips { color:#fff;font-size:.24rem;border-radius:0 0 0 0 ;transform:translateX(-50%);top:-.18rem;text-align:center;height:.9rem;padding:.14rem 0 0 0 ;margin:0 0 0 0 ;line-height:1.3;left:50%;width:2.95rem;position:absolute;background-size:auto 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:0 0;background-image:url(https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/cr/img/reg-top.png);background-clip:border-box;border-style:none none none none; }.render-swiper-248-1 .tips { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.24rem auto 0 auto ;display:block;border-style:none none none none; }.render-swiper-248-1 .swiper { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1 .slide1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-248-1 .img { border-radius:0 0 0 0 ;height:auto;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-248-1 .slide2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-248-1  { background-color:#fff;border-radius:0 0 0 0 ;padding:0 0 .2rem 0 ;margin:0 0 0 0 ;position:relative;border-style:none none none none; }.auto-element-721-2>.container { min-height:100px;border-radius:0 0 0 0 ;padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;border-style:none none none none; }.auto-element-721-2>.container>.p1 { color:#333;font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.button5 { color:white;font-size:.32rem;border-radius:60px 60px 60px 60px ;background-color:rgba(195, 13, 35, 1);text-align:center;height:.9rem;padding:0 0 0 0 ;margin:0.2rem auto 0 auto ;display:block;width:90%;border-style:none none none none;box-shadow: 0px 4px 10px  rgba(195,13,35,0.4); }.auto-element-721-2>.container>.p2 { color:#666;font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:.6rem;border-style:none none none none; }.auto-element-721-2>.container>.button3 { color:white;font-size:.32rem;border-radius:60px 60px 60px 60px ;background-color:rgba(195, 13, 35, 1);text-align:center;height:.9rem;padding:0 0 0 0 ;margin:0 auto .5rem auto ;display:block;width:90%;border-style:none none none none;box-shadow: 0px 4px 10px  rgba(195,13,35,0.4); }.auto-element-721-2>.container>.div4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;align-items:flex-start;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3 { border-radius:0 0 0 0 ;flex:1;padding:0 0 0 0 ;margin:0 0 0 .2rem ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3>.p1 { color:#1c3a9d;font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .1rem 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div3>.p2 { color:#656565;font-size:.26rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div4>.div2 { border-radius:5rem 5rem 5rem 5rem ;background-color:#c30d23;height:.2rem;padding:0 0 0 0 ;margin:0 0 0 0 ;width:.2rem;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .3rem 0 ;display:flex;justify-content:space-between;align-items:flex-start;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3 { border-radius:0 0 0 0 ;flex:1;padding:0 0 0 0 ;margin:0 0 0 .2rem ;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3>.p1 { color:#1c3a9d;font-weight:bold;font-size:.3rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .1rem 0 ;line-height:1;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div3>.p2 { color:#656565;font-size:.26rem;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div2>.div3>.div2 { border-radius:5rem 5rem 5rem 5rem ;background-color:#c30d23;height:.2rem;padding:0 0 0 0 ;margin:0 0 0 0 ;width:.2rem;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div1 { border-radius:0 0 0 0 ;overflow:hidden;padding:0 0 0 0 ;margin:0 0 .6rem 0 ;position:relative;border-style:none none none none; }.auto-element-721-2>.container>.div4>.div1>.p1 { font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-721-2 { min-height:100px;background-color:white;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-356-3 .item { border-radius:0 0 0 0 ;flex-direction:column;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;line-height:1.8;width:100%;justify-content:center;align-items:center;border-style:none none none none; }.render-jsx-356-3 .righttext { color:#fff;font-size:.24rem;border-radius:0 0 0 0 ;height:50%;padding:.3rem 0 .3rem .6rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-jsx-356-3 .type { cursor:pointer;color:#0e3180;font-size:.26rem;border-radius:.6rem .6rem .6rem .6rem ;text-align:center;padding:0 0 0 0 ;margin:0 0 .2rem 0 ;line-height:.6rem;width:30%;border-width:1px 1px 1px 1px;border-color:#0e3180 #0e3180 #0e3180 #0e3180;border-style:solid solid solid solid; }.render-jsx-356-3 .lefttext { color:#333;font-size:.24rem;border-radius:0 0 0 0 ;height:50%;padding:.3rem 0 .3rem .6rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-jsx-356-3 .tabs { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;width:92%;border-style:none none none none; }.render-jsx-356-3 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;border-style:none none none none; }.render-jsx-356-3 .types { flex-wrap:wrap;border-radius:0 0 0 0 ;flex-direction:row;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:space-between;border-style:none none none none; }.render-jsx-356-3 .typetitle { color:#c30d23;font-weight:bold;font-size:.38rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 .4rem 0 ;display:block;line-height:1;position:relative;border-style:none none none none; }.render-jsx-356-3 .content { border-radius:0 0 0 0 ;padding:.2rem 0 0 0 ;margin:0 auto 0 auto ;width:92%;border-style:none none none none; }.render-jsx-356-3 .list { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/02/f2cjp52fdhl528ht632wjfyrh8fg74nt.png);background-clip:border-box;border-style:none none none none; }.render-jsx-356-3 .btn { color:#fff;font-size:.32rem;border-radius:.6rem .6rem .6rem .6rem ;background-color:#0e3180;outline:none;text-align:center;padding:0 0 0 0 ;margin:.5rem auto 0 auto ;display:block;line-height:.88rem;width:4.2rem;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-jsx-356-3  { background-color:#f0f3fd;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-456-4 .item { background-color:#fff;border-radius:.2rem .2rem .2rem .2rem ;overflow:hidden;padding:.25rem 0 0 0 ;margin:0 auto 0 auto ;border-style:none none none none;box-shadow: 0 0 .15rem .06rem rgba(150,150,150,.1); }.render-swiper-456-4 .tab { cursor:pointer;color:#c30d23;font-size:.26rem;border-radius:.4rem .4rem .4rem .4rem ;text-align:center;padding:0 0 0 0 ;margin:0 auto .3rem auto ;line-height:.6rem;width:31%;border-width:1px 1px 1px 1px;border-color:#c30d23 #c30d23 #c30d23 #c30d23;border-style:solid solid solid solid; }.render-swiper-456-4 .itembtn { color:#fff;font-size:.3rem;border-radius:0 0 0 0 ;outline:none;height:1.15rem;text-align:center;padding:0 0 0 0 ;margin:.25rem auto 0 auto ;display:block;width:100%;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/7nmy1dwlkd7wmb6y8nc8mhzkdpj9p8r6.png);background-clip:border-box;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-swiper-456-4 .itemimg { border-radius:0 0 0 0 ;padding:0 .25rem 0 .25rem ;margin:0 0 0 0 ;display:block;max-width:100%;border-style:none none none none; }.render-swiper-456-4 .slide { border-radius:0 0 0 0 ;height:auto;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-swiper-456-4 .itemtitle { color:#c30d23;font-size:.3rem;border-radius:0 0 0 0 ;text-align:center;padding:.2rem .25rem 0 .25rem ;margin:.3rem 0 .18rem 0 ;line-height:1;background-size:.56rem auto;background-attachment:scroll;background-repeat:no-repeat;background-position:center top;background-image:url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/01/12/p2pzawx9tk1dmb38c1dkx1dmp1datd9y.png);background-clip:border-box;border-style:none none none none; }.render-swiper-456-4 .itemtext { color:#444;font-size:.26rem;border-radius:0 0 0 0 ;text-align:center;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-456-4 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;width:100%;border-style:none none none none; }.render-swiper-456-4 .p1 { color:#333;font-size:.36rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:.18rem 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-456-4 .swiper { border-radius:0 0 0 0 ;padding:.2rem 0 .6rem 0 ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-456-4 .tabs { flex-wrap:wrap;border-radius:0 0 0 0 ;flex-direction:row;padding:0 0 0 0 ;margin:.5rem auto 0 auto ;display:flex;width:92%;justify-content:space-between;border-style:none none none none; }.render-swiper-456-4 .btn { color:#fff;font-size:.36rem;border-radius:.6rem .6rem .6rem .6rem ;background-color:#c30d23;outline:none;height:.9rem;text-align:center;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:block;line-height:.9rem;width:80%;border-color:#fff #fff #fff #fff;border-style:none none none none; }.render-swiper-456-4 .div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:flex;justify-content:center;align-items:center;border-style:none none none none; }.render-swiper-456-4 .title { color:#333;font-weight:bold;font-size:.46rem;border-radius:0 0 0 0 ;text-align:center;padding:0 .25rem 0 .25rem ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-456-4 .icon1 { border-radius:0 0 0 0 ;height:.26rem;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:auto;border-style:none none none none; }.render-swiper-456-4 .icon2 { border-radius:0 0 0 0 ;transform:rotate(180deg);height:.26rem;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:auto;border-style:none none none none; }.render-swiper-456-4  { background-color:#fff;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 auto 0 auto ;max-width:768px;width:100%;border-style:none none none none; }.render-swiper-361-5 .icon { display:block;width:1.1rem;height:100%; }.render-swiper-361-5 .opttitle { color:#c30d23;font-size:.3rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1;border-style:none none none none; }.render-swiper-361-5 .item { padding:0 0 0 0 ; }.render-swiper-361-5 .opt { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 .3rem 0 ;display:flex;justify-content:space-between;align-items:center;border-style:none none none none; }.render-swiper-361-5 .slide { padding:0 0 0 0 ; }.render-swiper-361-5 .img { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:100%;border-style:none none none none; }.render-swiper-361-5 .optinfo { border-radius:0 0 0 0 ;flex:1;text-align:left;padding:0 0 0 0 ;margin:0 0 0 .25rem ;border-style:none none none none; }.render-swiper-361-5 .opttext { color:#6f6e6e;font-size:.24rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:.1rem 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-361-5 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;width:92%; }.render-swiper-361-5 .title { color:#333;font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;line-height:1.4;border-style:none none none none; }.render-swiper-361-5 .content { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:.5rem 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-361-5 .swiper { z-index:1;border-radius:0 0 0 0 ;top:-.2rem;text-align:left;padding:0 0 .4rem 0 ;margin:0 auto 0 auto ;width:100%;position:relative;border-style:none none none none; }.render-swiper-361-5 .list { background-color:#fff;border-radius:0 0 0 0 ;text-align:left;padding:.3rem .3rem .3rem .3rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none;box-shadow: 0 0 .1rem .1rem rgba(150,150,150,.1); }.render-swiper-361-5  { background-color:#f5f7ff;border-radius:0 0 0 0 ;text-align:left;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;background-size:cover;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/timg.png);background-clip:border-box;border-style:none none none none; }.render-swiper-360-6 .item { padding:0 0 0 0 ;position:relative; }.render-swiper-360-6 .text { border-radius:0 0 0 0 ;padding:.2rem 0 0 .7rem ;margin:0 0 0 0 ;color:#666;font-size:.24rem;line-height:1.5; }.render-swiper-360-6 .slide { padding:0 0 0 0 ; }.render-swiper-360-6 .img { display:none; }.render-swiper-360-6 .itemtitle { border-radius:0 0 0 0 ;padding:0 0 0 .7rem ;background-repeat:no-repeat;margin:0 0 0 0 ;background-size:.6rem auto;color:#1a2d78;font-size:.26rem;line-height:1.5;background-image:url(https://img.acadsoc.com.cn/web/web3/img/new/yinhao.png);background-position:left .08rem; }.render-swiper-360-6 .container { background-color:rgba(255,255,255,.8);border-radius:0 0 0 0 ;padding:.4rem .4rem .4rem .4rem ;margin:0 auto 0 auto ;width:92%; }.render-swiper-360-6 .swiper { padding:0 0 .5rem 0 ;margin:0 auto 0 auto ;width:100%; }.render-swiper-360-6 .title { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .25rem 0 ;color:#333;font-weight:bold;font-size:.4rem;line-height:1; }.render-swiper-360-6  { border-radius:0 0 0 0 ;text-align:left;padding:.4rem 0 .4rem 0 ;margin:0 0 0 0 ;background-size:cover;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/b68zkl1dl6jrdwmc4lzlzndxdr1de36e.jpg);background-clip:border-box;border-style:none none none none; }.render-jsx-358-7>.container { border-radius:0 0 0 0 ;padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;min-height:100px; }.render-jsx-358-7>.container>.text1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .5rem 0 ;color:#333;font-weight:bold;font-size:.4rem;line-height:1;text-align:center; }.render-jsx-358-7>.container>.btn3 { border-radius:.6rem .6rem .6rem .6rem ;background-color:rgba(195, 13, 35, 1);padding:0 0 0 0 ;margin:.5rem auto 0 auto ;color:white;display:none;width:90%;font-size:.34rem;text-align:center;height:.9rem; }.render-jsx-358-7>.container>.list { 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; }.render-jsx-358-7>.container>.list>.item2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item2>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row-reverse;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item2>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item2>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#666;font-size:.24rem;text-align:left; }.render-jsx-358-7>.container>.list>.item2>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item1>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item1>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2 { border-radius:0 0 0 0 ;flex-direction:column;padding:.22rem .2rem .22rem .2rem ;margin:0 0 0 0 ;display:flex;justify-content:center;align-items:center;min-width:100px;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2>.text1 { color:#c30d23;font-weight:bold;font-size:.34rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;line-height:1;width:100%;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item1>.div1>.div2>.text2 { color:#666;font-size:.24rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item1>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item8 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 0 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item8>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row-reverse;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item8>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item8>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#666;font-size:.24rem;text-align:left; }.render-jsx-358-7>.container>.list>.item8>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item7 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item7>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item7>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item7>.div1>.div2>.text2 { color:#666;font-size:.24rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item7>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item4>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row-reverse;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item4>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item4>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#666;font-size:.24rem;text-align:left; }.render-jsx-358-7>.container>.list>.item4>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item3>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item3>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center;min-width:100px; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item3>.div1>.div2>.text2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:#666;font-size:.24rem;text-align:left; }.render-jsx-358-7>.container>.list>.item3>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item6 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item6>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row-reverse;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item6>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2>.text1 { color:#c30d23;font-weight:bold;font-size:.34rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;line-height:1;width:100%;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item6>.div1>.div2>.text2 { color:#666;font-size:.24rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item6>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item5 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;box-shadow:0 0 .1rem .05rem rgba(0,38,154,.1);margin:0 0 .3rem 0 ;width:100%;0 0 .1rem .05rem rgba(0,38,154,.1) }.render-jsx-358-7>.container>.list>.item5>.div1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;flex-direction:row;display:flex;width:100%;min-height:100px;justify-content:space-between;min-width:100px; }.render-jsx-358-7>.container>.list>.item5>.div1>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:2.6rem;height:100%; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2 { border-radius:0 0 0 0 ;padding:.22rem .2rem;margin:0 0 0 0 ;flex-direction:column;display:flex;justify-content:center;align-items:center; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2>.text1 { border-radius:0 0 0 0 ;padding:0 0 .14rem 0 ;margin:0 0 0 0 ;color:#c30d23;font-weight:bold;width:100%;font-size:.34rem;line-height:1;text-align:left; }.render-jsx-358-7>.container>.list>.item5>.div1>.div2>.text2 { color:#666;font-size:.24rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-358-7>.container>.list>.item5>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:2.6rem;height:100%; }.render-jsx-358-7 { min-height:100px;background-color:white;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.auto-element-357-8>.container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;width:92%;min-height:100px; }.auto-element-357-8>.container>.p1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 .5rem 0 ;color:#fff;font-weight:bold;font-size:.38rem;line-height:1;text-align:center; }.auto-element-357-8>.container>.div2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;min-height:100px;min-width:100px; }.auto-element-357-8>.container>.div2>.img2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:block;width:90%; }.auto-element-357-8>.container>.div2>.img1 { border-radius:0 0 0 0 ;padding:0 auto 0 auto ;margin:0 auto .5rem auto ;display:block;width:90%; }.auto-element-357-8 { background-color:#1a2d78;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;min-height:100px; }.render-swiper-362-9 .item { border-radius:.1rem .1rem .1rem .1rem ;box-shadow:0 0 .1rem .1rem rgba(0,0,0,.1);padding:0 0 0 0 ;margin:0 auto 0 auto ;overflow:hidden;0 0 .1rem .1rem rgba(0,0,0,.1) }.render-swiper-362-9 .text { color:#fff;font-size:.28rem;background-color:#122b88;border-radius:0 0 0 0 ;text-align:center;padding:.2rem .1rem .2rem .1rem ;margin:0 0 0 0 ;line-height:1.6;border-style:none none none none; }.render-swiper-362-9 .slide { height:auto; }.render-swiper-362-9 .img { border-radius:.1rem .1rem 0 0 ;background-color:#fff;text-align:left;padding:.14rem .14rem .14rem .14rem ;margin:0 0 0 0 ;display:block;width:100%;border-style:none none none none; }.render-swiper-362-9 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;width:100%; }.render-swiper-362-9 .swiper { border-radius:0 0 0 0 ;padding:.5rem .1rem .6rem .1rem ;margin:0 0 0 0 ;width:100%;border-style:none none none none; }.render-swiper-362-9 .title { border-radius:0 0 0 0 ;padding:0 .2rem 0 .2rem ;margin:0 0 0 0 ;color:#333;font-weight:bold;display:none;dispay:inline-block;font-size:.4rem;text-align:center; }.render-swiper-362-9 .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-9  { background-color:#fff;border-radius:0 0 0 0 ;padding:.6rem 0 .6rem 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-368-11 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:flex;position:relative;align-items:center;height:1.1rem; }.render-jsx-368-11 .img { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;left:.1rem;bottom:0;display:block;width:2.1rem;position:absolute; }.render-jsx-368-11 .text { color:#fff;font-size:.32rem;border-radius:0 0 0 0 ;height:140%;padding:0 0 0 0 ;margin:0 0 0 -20px ;left:2.6rem;width:46%;position:absolute;background-size:80% auto;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/10/c1d92h62742chawlfgk4r9zlhygmgxtb.png);background-clip:border-box;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-368-11 .mbtn { color:#fff;font-size:.32rem;background-color:#c30d23;border-radius:0 0 0 0 ;height:100%;text-align:center;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;right:0;width:2rem;position:absolute;border-style:none none none none; }.render-jsx-368-11 .regwrap { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:none;width:1rem; }.render-jsx-368-11 .regbtn { font-size:.32rem;border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:31%;border-style:none none none none; }.render-jsx-368-11 .regphone { width:31%; }.render-jsx-368-11 .phone { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:100%;font-size:.16rem; }.render-jsx-368-11 .regcode { width:31%;position:relative; }.render-jsx-368-11 .code { display:block;width:100%;font-size:.16rem; }.render-jsx-368-11 .regcodebtn { background-color:#c30d23;color:#fff;top:0;display:inline-block;width:100%;font-size:.16rem;position:absolute;right:0; }.render-jsx-368-11  { background-color:#545454;border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;width:100%; }.render-jsx-370-AKOLMP .select { border:1px solid #ccc;padding:0 .35rem 0 .35rem ;margin:0 auto .3rem auto ;background-size:.18rem auto;color:#b2b2b2;display:block;font-size:.26rem;background-position:94% center;border-radius:.6rem .6rem .6rem .6rem ;outline:none;background-repeat:no-repeat;appearance:none;width:100%;background-image:url(https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/icon-bom.png);height:.9rem;text-align:center; }.render-jsx-370-AKOLMP .opt { padding:0 .35rem 0 .35rem ;outline:none;display:block;width:100%;font-size:.26rem;line-height:.4rem;text-align:center; }.render-jsx-370-AKOLMP .container { padding:.6rem 0 .5rem 0 ;margin:0 0 0 0 ;background-size:100% auto;background-position:left top;background-color:#fff;border-radius:.15rem .15rem .15rem .15rem ;transform:translate(-50%,-50%);background-repeat:no-repeat;top:50%;left:50%;width:92%;position:absolute;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/05/zadanm6z975a9ye397h2wacymrg1df3y.png); }.render-jsx-370-AKOLMP .title { color:#fff;font-weight:bold;font-size:.4rem;line-height:1;text-align:center; }.render-jsx-370-AKOLMP .close { border-radius:50% 50% 50% 50% ;border:1px solid #fff;top:.2rem;color:#fff;display:block;width:.5rem;font-size:.24rem;position:absolute;right:.2rem;height:.5rem;text-align:center; }.render-jsx-370-AKOLMP .content { margin:1.14rem auto 0 auto ;width:90%; }.render-jsx-370-AKOLMP .regbtn { border-radius:.6rem .6rem .6rem .6rem ;background-color:#c30d23;color:#fff;display:block;width:100%;font-size:.36rem;height:.9rem;text-align:center; }.render-jsx-370-AKOLMP .regphone { margin:0 auto .3rem auto ;width:100%; }.render-jsx-370-AKOLMP .phone { border-radius:.6rem .6rem .6rem .6rem ;border:1px solid #ccc;padding:0 .35rem 0 .35rem ;color:#b2b2b2;display:block;width:100%;font-size:.26rem;height:.9rem; }.render-jsx-370-AKOLMP .regcode { margin:0 auto .3rem auto ;width:100%;position:relative; }.render-jsx-370-AKOLMP .code { border-radius:.6rem .6rem .6rem .6rem ;border:1px solid #ccc;padding:0 .35rem 0 .35rem ;color:#b2b2b2;display:block;width:100%;font-size:.26rem;height:.9rem; }.render-jsx-370-AKOLMP .regcodebtn { color:#fff;font-size:.26rem;background-color:#c30d23;border-radius:.6rem .6rem .6rem .6rem ;top:0;height:.9rem;text-align:left;padding:0 .3rem 0 .3rem ;margin:0 0 0 0 ;display:inline-block;right:0;position:absolute;border-style:none none none none; }.render-jsx-370-AKOLMP  { background-color:rgba(0,0,0,0.5);top:0;left:0;bottom:0;width:100%;position:fixed;right:0;height:100%; }.render-jsx-394-upxUB6>.div1 { z-index:10;min-height:100px;border-radius:.14rem .14rem .14rem .14rem ;transform:translate(-50%, -50%);top:50%;text-align:left;padding:0 auto 0 auto ;margin:0 auto 0 auto ;left:50%;width:6.5rem;position:absolute;min-width:100px;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/f1d1d4hfj1djywzc8jh81dh3be7twzjc.png);background-clip:border-box;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.regcode6 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:6rem;position:relative; }.render-jsx-394-upxUB6>.div1>.regcode6>.code { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 0 0 .3rem ;margin:0 .3rem 0 .3rem ;width:90%;font-size:.28rem;height:.9rem; }.render-jsx-394-upxUB6>.div1>.regcode6>.regcodebtn { color:#e11514;font-size:.28rem;background-color:#c30d23;border-radius:60px 60px 60px 60px ;top:0;height:100%;text-align:left;padding:0 .3rem 0 .3rem ;margin:0 .3rem 0 0 ;right:0;position:absolute;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.p2 { font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;height:.7rem;padding:0 0 0 0 ;margin:18px auto 6px auto ;line-height:1.6;background-size:auto 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/kzfexkg4mwhrmfyfnadbylc1dxyhz7n6.png);background-clip:border-box;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.p4 { color:rgba(255, 255, 255, 1);font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 10px 0 ;margin:0 0 0 0 ;border-style:none none none none; }.render-jsx-394-upxUB6>.div1>.close8 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:16px 0 0 0 ;top:0;width:.32rem;position:absolute;right:.2rem; }.render-jsx-394-upxUB6>.div1>.regphone5 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;top:.3rem;width:6rem; }.render-jsx-394-upxUB6>.div1>.regphone5>.phone { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 .3rem 0 .3rem ;width:90%;font-size:.28rem;height:.9rem; }.render-jsx-394-upxUB6>.div1>.regbtn7 { color:#e11514;font-weight:600;font-size:.36rem;border-radius:60px 60px 60px 60px ;background-color:#c30d23;height:.9rem;padding:0 0 0 0 ;margin:.2rem auto .4rem auto ;display:block;width:84%;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none;box-shadow: 0 0 0  #000; }.render-jsx-394-upxUB6>.div1>.img1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:-3.05rem auto 0 auto ;background-repeat:no-repeat;display:block;width:80%;background-position:center center; }.render-jsx-394-upxUB6 { background-color:rgba(0,0,0,0.7);border-radius:0 0 0 0 ;padding:0 0 0 0 ;z-index:10;margin:0 0 0 0 ;top:0;left:0;bottom:0;position:fixed;right:0; }.auto-element-396-8dpwKs>.div1 { padding:0 0 0 0 ;z-index:10;margin:0 0 0 0 ;background-size:100%;min-height:100px;border-radius:.1rem .1rem .1rem .1rem ;transform:translate(-50%, -50%);background-repeat:no-repeat;top:50%;left:50%;width:6.5rem;position:absolute;min-width:100px;text-align:left; }.auto-element-396-8dpwKs>.div1>.div2 { min-height:100px;border-radius:0 0 .3rem .3rem ;background-color:#d10d28;padding:.2rem 0 .6rem 0 ;margin:0 0 0 0 ;min-width:100px; }.auto-element-396-8dpwKs>.div1>.div2>.regbtn3 { border-radius:60px 60px 60px 60px ;background-color:#c30d23;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;color:#8d0013;font-weight:600;display:block;width:5.5rem;font-size:.36rem;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);height:.9rem; }.auto-element-396-8dpwKs>.div1>.div2>.regcode2 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;width:6rem;position:relative; }.auto-element-396-8dpwKs>.div1>.div2>.regcode2>.code { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;display:block;width:92%;font-size:.28rem;height:.9rem; }.auto-element-396-8dpwKs>.div1>.div2>.regcode2>.regcodebtn { color:#8d0013;font-size:.28rem;background-color:#c30d23;border-radius:60px 60px 60px 60px ;top:0;height:100%;text-align:left;padding:0 .3rem 0 .3rem ;margin:0 0.2rem 0 0 ;display:block;right:0;position:absolute;background-size:auto auto;background-attachment:scroll;background-repeat:repeat;background-position:0 0;background-image:linear-gradient(#ffdd49, #feb921, #fd9e03);background-clip:border-box;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div2>.regphone1 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:.2rem auto 0 auto ;top:.3rem;width:6rem; }.auto-element-396-8dpwKs>.div1>.div2>.regphone1>.phone { border-radius:60px 60px 60px 60px ;background-color:rgba(255, 255, 255, 1);padding:0 .3rem 0 .3rem ;margin:0 auto 0 auto ;display:block;width:92%;font-size:.28rem;height:.9rem; }.auto-element-396-8dpwKs>.div1>.close3 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;top:9.2rem;left:50%;display:block;width:.5rem;position:absolute;height:.5rem; }.auto-element-396-8dpwKs>.div1>.div1 { min-height:100px;border-radius:0 0 0 0 ;height:4.4rem;text-align:left;padding:0 0 0 0 ;margin:0 0 0 0 ;display:block;width:100%;min-width:100px;background-size:100% 100%;background-attachment:scroll;background-repeat:no-repeat;background-position:center center;background-image:url(https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/10/e7gnm1dr85jtk61dtpe6mlrh8f726bx4.png);background-clip:border-box;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div1>.img4 { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto 0 auto ;display:block;width:5.4rem;height:1.6rem; }.auto-element-396-8dpwKs>.div1>.div1>.p2 { color:#d10d28;font-weight:bold;font-size:.6rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:-.9rem 0 0 0 ;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div1>.p3 { color:rgba(20, 43, 136, 1);font-weight:bold;font-size:.4rem;border-radius:0 0 0 0 ;text-align:center;padding:0 0 0 0 ;margin:0 0 .2rem 0 ;border-style:none none none none; }.auto-element-396-8dpwKs>.div1>.div1>.img1 { border-radius:0 0 0 0 ;text-align:left;padding:0 0 0 0 ;margin:-.3rem 0 0 5rem ;width:24%;border-style:none none none none; }.auto-element-396-8dpwKs { background-color:rgba(0,0,0,0.7);border-radius:0 0 0 0 ;padding:0 0 0 0 ;z-index:10;margin:0 0 0 0 ;top:0;left:0;bottom:0;position:fixed;right:0; }
    }
  </style>
  
  

  <style>
  .render-jsx-383-0 .item:hover{
    background-color:#0e3180;color:#fff !important;transition:0.2s;
  }

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

  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-jsx-383-0 .nav li:hover{
      background-color:#0e3180;
    }
  }
</style>

<div class="render-jsx-383-0">
  <div class="container">
    <img class="logo" src="https://img.acadsoc.com.cn/web/lps/acc/sem/ty/pinpai/20210217/logo.png">
    <ul class="nav">
      
    	<li class="li">
      	<a href="https://www.acadsoc.com.cn" target="_blank" class="opt opt1">首页</a>
      </li>
    
    	<li class="li">
      	<a href="https://www.acadsoc.com.cn/web3/course.aspx" target="_blank" class="opt opt2">课程体系</a>
      </li>
    
    	<li class="li">
      	<a href="https://www.acadsoc.com.cn/web3/learningsystem.aspx" target="_blank" class="opt opt3">学习体系</a>
      </li>
    
    	<li class="li">
      	<a href="https://www.acadsoc.com.cn/web3/plans.aspx" target="_blank" class="opt opt4">套餐体系</a>
      </li>
    
    	<li class="li">
      	<a href="https://www.acadsoc.com.cn/web3/tutors.aspx" target="_blank" class="opt opt5">外教师资</a>
      </li>
    
    	<li class="li">
      	<a href="https://web.acadsoc.com.cn/home" target="_blank" class="opt opt6">预约上课</a>
      </li>
    
    </ul>
    <div class="operation">
      <a href="javascript:;" class="item" data-popup-id="394" data-popup-hash-ykhyfa="%E6%8F%90%E4%BA%A4%E6%89%8B%E6%9C%BA%E5%8F%B7%EF%BC%8C%E5%8D%B3%E5%8F%AF%E5%85%8D%E8%B4%B9%E8%AF%95%E8%AF%BE" data-popup-hash-erhr4l="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-liv5ld="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-wha41r="" data-popup-hash-dnryxh="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/9dwe82j5wfbeg8t7k4kjlegj5zdn8p3g.png" data-popup-hash-ziqsch="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-pynyuf="" data-popup-hash-v3zr7u="%E7%AB%8B%E5%8D%B3%E8%AF%95%E8%AF%BE">免费试课</a>
      <a href="https://web.acadsoc.com.cn/login" class="item" target="_blank">登录</a>
      <img class="menu" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/pfrp2921dc7phgdmpg92eha2xgkdjdfb.png">
    </div>
  </div>
</div>
<script>
$(function(){
  $('.render-jsx-383-0 .menu').click(function(){
    $('.render-jsx-383-0 .nav').slideToggle(200)
  });
})
</script>
<style>
  /* PC端 */
  @media (min-width:769px) {

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

  }
</style>

<div class="render-swiper-248-1">
  <div class="swiper swiper-container">
    <div class="swiper-wrapper">
      
    <div class="swiper-slide slide1">
    <img class="img" src="https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/11/11/9j31dlna6jmjltl1d46fzpkl1d27dl6m.png">
    </div>
    
    <div class="swiper-slide slide2">
    <img class="img" src="https://img.acadsoc.com.cn/web/lps/sem/sogou/pz/cr/LHY2SEM/img/banner2.png">
    </div>
    
    </div>
  </div>
  <div class="container">
    <div class="com">
      <div class="timetips">距结束还剩:<b style="display:block;color:#fff;">00:00:00</b></div>
      <p class="text1">恭喜您获得<br><b style="color:#c30d23;"> 外教1对1大礼包</b></p>
      <p class="text2">(直播间限时9.9元领取)</p>
      <div class="regphone2">
        <input placeholder="请填写手机号 免费试听" type="tel" name="TxtPhone" class="phone">
      </div>
      <div class="regcode3 duanxin" style="display:none;">
        <input placeholder="请输入验证码" type="tel" name="TxtCode" class="code">
        <button name="btnGetSMS" class="regcodebtn">获取验证码</button>
      </div>
      <button name="registerSubmit" class="regbtn4">立即进入直播间领取</button>
      <img class="tips" src="https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/10/4nym7nw6jenxf4jerp5c7dbgdxjdlnjg.png">
    </div>
  </div>
</div>
<script type="text/javascript" src="https://img.acadsoc.com.cn/web/lps/js/time-util.js"></script>
<script>
  $(function(){
    getTomorrowCountDown(function (res) {
        $('.render-swiper-248-1 .timetips b').text(`${res.hourse}:${res.minutes}:${res.seconds}`);
      });
    
    new Swiper('.render-swiper-248-1 .swiper-container',HtmlWidth >= 768 ? {"pagination":false,"loop":true,"initialSlide":0,"slidesPerView":1,"autoplay":4000,"spaceBetween":0,"direction":"horizontal"} : {"pagination":false,"loop":true,"initialSlide":0,"slidesPerView":1,"autoplay":4000,"spaceBetween":0,"direction":"horizontal"} )
  })
</script>
<div class="auto-element-721-2 json">

  <div class="container">

  <p class="p1"><b style="font-size:1em;color:#c30d23;">直播活动进行中</b> 9.9元即可领取</p>
<p class="p2">1次1对1外教课 &nbsp;
5-15节赠课&nbsp;
200元优惠券&nbsp;</p>
<button class="button3" data-popup-id="394">立即进入直播间领取</button>
<div class="div4">

  <div class="div1">

  <p class="p1"><video id="bgmusic" width="100%" height="100%" controls="" autoplay="" preload="auto" loop="loop" muted class="video" style="border-radius:  .2rem;border: .05rem #142864 solid;" src="https://img.acadsoc.com.cn/img/video.mp4">
          </video></p>
</div>
<div class="div2">

  <div class="div3">

  <div class="div2">

  </div>
<div class="div3">

  <p class="p1">众多学员的安心之选</p>
<p class="p2">在线真人外教1对1辅导,课程实时交流互动,<br>
点燃学习兴趣,击破英语难点</p>
</div>
</div>
<div class="div4">

  <div class="div2">

  </div>
<div class="div3">

  <p class="p1">重磅福利仅在直播间</p>
<p class="p2">直播间小课堂开课咯,品质好课学起来,<br>
年底大促不容错过</p>
</div>
</div>
</div>
</div>
<button class="button5" data-popup-id="394">立即进入直播间领取</button>
</div>
</div>

<style>
  .render-jsx-356-3 .list p{
    position:relative;
  }
  .render-jsx-356-3 .list .lefttext p::before,
  .render-jsx-356-3 .list .righttext p::before{
    content:'';display:block;width:0;height:0;border:.06rem solid rgba(0,0,0,0);position:absolute;left:-.22rem;top:50%;transform:translateY(-50%);
  }
  .render-jsx-356-3 .list .lefttext p::before{
    border-left:.1rem solid #0e3180;
  }
  .render-jsx-356-3 .list .righttext p::before{
    border-left:.1rem solid #fff;
  }
  .render-jsx-356-3 .actitem{
    display:flex !important;
  }
  /* PC端 */
  @media (min-width:769px) {
    .render-jsx-356-3 .acttab{
      background-color:#0e3180;color:#fff !important;font-weight:bold;position:relative;
    }
    .render-jsx-356-3 .acttab::after{
      content:'';display:block;width:0;height:0;border:.1rem solid rgba(0,0,0,0);border-top:.1rem solid #0e3180;position:absolute;left:50%;bottom:-.2rem;transform:translateX(-50%);
    }
  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-jsx-356-3 .acttab{
      color:#fff !important;background-color:#c30d23;border:1px solid #c30d23 !important;
    }
  }
</style>

<div class="render-jsx-356-3">

  <div class="tabs">
    <div class="container">
      <span class="typetitle">请选择您的身份</span>
      <ol class="types">
        
    	<li class="type type1">上班族/白领</li>
    
    	<li class="type type2">出国/旅游者</li>
    
    	<li class="type type3">自由职业者</li>
    
    	<li class="type type4">零基础</li>
    
    	<li class="type type5">雅思托福</li>
    
      </ol>
    </div>
  </div>

  <div class="content">
    <div class="container" style="display:block;">
      <div class="list">
        
    	<div class="item item1">
      	<div class="lefttext"><p>工作繁忙,没时间</p><p>职场竞争、定向提升,普通课程匹配度低</p><p>读写强,听说弱,无法用英语商务交流</p><p>诱惑太多,无法坚持</p></div>
        <div class="righttext"><p><b style="color:#fcd683;">每天25min</b>,利用碎片时间学习</p><p>个性化定制课程,<b style="color:#fcd683;">满足不同英语学习需求</b></p><p>严选<b style="color:#fcd683;">持证外教</b>在线互动教学</p><p><b style="color:#fcd683;">3对1贴心服务</b>,专人督导,效果实时跟进</p></div>
      </div>
    
    	<div class="item item2">
      	<div class="lefttext"><p>英语基础弱,只能抱团出国</p><p>不了解风俗文化,旅游变瞎逛</p><p>沟通不顺,衣食住行难安排</p><p>不知道旅游目的国特色美食如何表述</p></div>
        <div class="righttext"><p><b style="color:#fcd683;">提升口语水平</b>,轻松开口,走遍全球</p><p><b style="color:#fcd683;">旅游目的国定制化课程</b>,全面了解当地历史人文</p><p>不同目的国<b style="color:#fcd683;">衣食住行日常沟通实战演练</b>,沟通无障碍</p><p>定制化教材,<b style="color:#fcd683;">专为吃货而生</b></p></div>
      </div>
    
    	<div class="item item3">
      	<div class="lefttext"><p>社交需要使用英语,说不好,很尴尬</p><p>喜欢英语,想进一步提升但遭遇瓶颈</p><p>想学,但不知道该怎么学,怎么开始</p></div>
        <div class="righttext"><p><b style="color:#fcd683;">外教互动实战教学</b>,社交英语听说流利</p><p><b style="color:#fcd683;">定制英语学习计划</b>,有效提升 ,效果看得见</p><p>8大类176种课程, <b style="color:#fcd683;">量身定制</b>,总有一款适合你</p></div>
      </div>
    
    	<div class="item item4">
      	<div class="lefttext"><p>自学没用,不知道怎么开始,方式不对</p><p>怕学不好,浪费时间,浪费钱</p><p>大小班教学,听不懂 ,没信心</p><p>希望快速能和外国人交流</p></div>
        <div class="righttext"><p>定制学习规划,<b style="color:#fcd683;">外教+助教+客服全程陪跑</b></p><p><b style="color:#fcd683;">免费试听试学</b>,10年钻研值得一试</p><p><b style="color:#fcd683;">课后效果全程跟踪</b>,效果看得见</p><p><b style="color:#fcd683;">听说读写全面提升</b></p></div>
      </div>
    
    	<div class="item item5">
      	<div class="lefttext"><p>提分大班无演练环境,口语提升困难</p><p>缺乏地道环境口语专项提分</p><p>朋友互练难以发现表达错误</p><p>口语成为拉低分数单项,找不到提升好方法</p></div>
        <div class="righttext"><p><b style="color:#fcd683;">外教口语模考</b>,快速掌握提分技巧</p><p>认证( TEFL/TESOL )外教,<b style="color:#fcd683;">地道口语</b></p><p>教师深谙考题规律,理清思路,纠正错误</p><p>口语题库考前突击 ,单项提分</p></div>
      </div>
    
      </div>

      <button class="btn" data-popup-id="394" data-popup-hash-ykhyfa="%E6%8F%90%E4%BA%A4%E6%89%8B%E6%9C%BA%E5%8F%B7%EF%BC%8C%E5%8D%B3%E5%8F%AF%E5%85%8D%E8%B4%B9%E8%AF%95%E8%AF%BE" data-popup-hash-erhr4l="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-liv5ld="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-wha41r="" data-popup-hash-dnryxh="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/9dwe82j5wfbeg8t7k4kjlegj5zdn8p3g.png" data-popup-hash-ziqsch="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-pynyuf="" data-popup-hash-v3zr7u="%E7%AB%8B%E5%8D%B3%E8%AF%95%E8%AF%BE">免费申请试听课</button>
    </div>
  </div>

</div>
<script>
	$(function(){
    $('.render-jsx-356-3 .types li').eq(0).addClass('acttab');
    $('.render-jsx-356-3 .list .item').eq(0).addClass('actitem');
    $('.render-jsx-356-3 .types li').click(function(){
      $(this).addClass('acttab').siblings().removeClass('acttab');
      $('.render-jsx-356-3 .list .item').eq($(this).index()).addClass('actitem').siblings('.item').removeClass('actitem');
    })
  })
</script>
<style>
  .render-swiper-456-4 .active{
    background-color:#c30d23;color:#fff;border-color:#c30d23;
  }
  .render-swiper-456-4 .swiper-slide{
    transform:scale(.85);
  }
  .render-swiper-456-4 .swiper-slide.swiper-slide-active{
    transform:scale(1);
  }
  /* PC端 */
  @media (min-width:769px) {

  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-swiper-456-4 .swiper-slide{
      width: 70% !important;
    }
  }
</style>

<div class="render-swiper-456-4">
  <div class="container">

    <div class="div1">
      <img class="icon1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/x8wl1d3bpxamxewka3nj9fxd1d8hthnk.png">
      <p class="title">多元化课程</p>
      <img class="icon2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/04/07/x8wl1d3bpxamxewka3nj9fxd1d8hthnk.png">
    </div>
    
    <p class="p1">满足不同需求</p>

    <ol class="tabs">
      
    	<li class="tab index1">口语专项</li>
    
    	<li class="tab index2">0基础</li>
    
    	<li class="tab index3">综合英语</li>
    
    	<li class="tab index4">语言兴趣</li>
    
    	<li class="tab index5">职场商务</li>
    
    	<li class="tab index6">学术考试</li>
    
    </ol>

    <div class="swiper-container swiper">
      <div class="swiper-wrapper">
        
    	<div class="swiper-slide">
      	<div class="item item1">
        	<img class="itemimg" src="https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/swp1.png">
          <h3 class="itemtitle">Free Talk系列</h3>
          <p class="itemtext">贴近生活,练习自由交谈的能力逐层挑战,在讨论中锻炼口语技能</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
    	<div class="swiper-slide">
      	<div class="item item2">
        	<img class="itemimg" src="https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/swp2.png">
          <h3 class="itemtitle">成人口语零基础课程</h3>
          <p class="itemtext">生活实用口语,零基础轻松入门情景教学+阶段复习,听说读写提升</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
    	<div class="swiper-slide">
      	<div class="item item3">
        	<img class="itemimg" src="https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/swp3.png">
          <h3 class="itemtitle">新经典综合英语</h3>
          <p class="itemtext">渗透常用英语,有效突破英语瓶颈丰富阅读材料,辅以听说实践演练</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
    	<div class="swiper-slide">
      	<div class="item item4">
        	<img class="itemimg" src="https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/09/09/wcfpwepn6c721d6rpk5rhy7l79x2byr2.png">
          <h3 class="itemtitle">旅游英语</h3>
          <p class="itemtext">出国旅行交际用语,场景细分化兴趣教学,助力轻松出国游</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
    	<div class="swiper-slide">
      	<div class="item item5">
        	<img class="itemimg" src="https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/swp5.png">
          <h3 class="itemtitle">边学边说商务版</h3>
          <p class="itemtext">紧跟热点的阅读、讨论及拓展学习储备商务常识,提高口语表达能力</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
    	<div class="swiper-slide">
      	<div class="item item6">
        	<img class="itemimg" src="https://img.acadsoc.com.cn/web/lps/aoc/sem/baidu/perry/ty/img/swp6.png">
          <h3 class="itemtitle">雅思预测&amp;托福机经</h3>
          <p class="itemtext">雅思托福实战模考,明确备考方向查漏补缺,突破重难点</p>
          <button class="itembtn"> </button>
        </div>
			</div>
    
      </div>
    </div>
    
    <button class="btn" data-popup-id="370" data-popup-hash-7cebsd="%E8%AF%B7%E9%80%89%E6%8B%A9%E6%82%A8%E7%9A%84%E5%AD%A6%E4%B9%A0%E7%9B%AE%E7%9A%84" data-popup-hash-ci0uno="%E8%AF%B7%E9%80%89%E6%8B%A9%E5%90%AC%E8%AF%BE%E8%BA%AB%E4%BB%BD" data-popup-hash-vethyt="%E7%BB%BC%E5%90%88%E8%8B%B1%E8%AF%AD%E8%83%BD%E5%8A%9B" data-popup-hash-5s16em="%E6%9F%A5%E7%9C%8B%E6%88%91%E7%9A%84%E6%8E%A8%E8%8D%90%E8%AF%BE%E7%A8%8B" data-popup-hash-r6ndbr="%E4%B8%8A%E7%8F%AD%E6%97%8F" data-popup-hash-ri3btj="%E5%9B%9B%E5%85%AD%E7%BA%A7" data-popup-hash-lu9map="%E8%87%AA%E7%94%B1%E8%81%8C%E4%B8%9A" data-popup-hash-befsir="%E9%9B%85%E6%80%9D/%E6%89%98%E7%A6%8F" data-popup-hash-eoonin="%E5%85%B6%E4%BB%96" data-popup-hash-8lk47y="%E8%80%83%E7%A0%94%E8%8B%B1%E8%AF%AD" data-popup-hash-nzhhjk="%E4%B8%AD%E5%B0%8F%E5%AD%A6%E7%94%9F" data-popup-hash-oipjaf="0%E5%9F%BA%E7%A1%80%E6%8F%90%E5%8D%87" data-popup-hash-uhgrjg="%E5%B9%BC%E5%84%BF" data-popup-hash-lchv7o="%E5%AD%A6%E7%A7%91%E8%8B%B1%E8%AF%AD" data-popup-hash-kfijf3="%E9%AB%98%E4%B8%AD%E7%94%9F" data-popup-hash-gyjuep="%E6%97%A5%E5%B8%B8%E5%8F%A3%E8%AF%AD" data-popup-hash-inbexr="%E5%A4%A7%E5%AD%A6%E7%94%9F" data-popup-hash-znk5e1="%E5%95%86%E5%8A%A1%E4%BA%A4%E6%B5%81" data-popup-hash-h21onp="%E8%AF%B7%E8%BE%93%E5%85%A5%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-jdkrsc="%E5%87%BA%E5%9B%BD%E6%97%85%E6%B8%B8" data-popup-hash-lzj7ra="%E5%85%B6%E4%BB%96" data-popup-hash-e8xcny="%E5%A1%AB%E5%86%99%E6%89%8B%E6%9C%BA%E5%8F%B7%EF%BC%8C%E8%8E%B7%E5%8F%96%E4%B8%8A%E8%AF%BE%E6%8F%90%E9%86%92" data-popup-hash-lhxcuu="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-vnbgsk="%E2%9C%96" data-popup-hash-yel97o="%E4%B8%BA%E6%88%91%E6%8E%A8%E8%8D%90">推荐适合我的课程</button>

  </div>
</div>
<script>
  $(function(){
    $('.render-swiper-456-4 .tabs li').eq(0).addClass('active');
    
    var pc = {"pagination":false,"loop":true,"initialSlide":0,"centeredSlides":true,"slidesPerView":3,"autoplay":4000,"spaceBetween":0,"direction":"horizontal"};
    var mo = {"pagination":false,"loop":true,"initialSlide":0,"centeredSlides":"auto","slidesPerView":"auto","autoplay":4000,"spaceBetween":0,"direction":"horizontal"};
    pc.on ={
      slideChangeTransitionStart: function(){
        const index = this.realIndex;
        $('.render-swiper-456-4 .tabs li').each(function(i,v){
          $('.render-swiper-456-4 .tabs li').eq(index).addClass('active').siblings('li').removeClass('active')
        })
      },
    };
    mo.on ={
      slideChangeTransitionStart: function(){
        const index = this.realIndex;
        $('.render-swiper-456-4 .tabs li').each(function(i,v){
          $('.render-swiper-456-4 .tabs li').eq(index).addClass('active').siblings('li').removeClass('active')
        })
      },
    };
  
  const _swiper = new Swiper('.render-swiper-456-4 .swiper-container',HtmlWidth > 768 ? pc : mo);

    $('.render-swiper-456-4 .tabs li').click(function(){
      const index = $(this).index();
      $(this).addClass('active').siblings('li').removeClass('active');
      _swiper.slideToLoop(index, 300, false);
    })
  })
</script>
<style>
  .render-swiper-361-5 .swiper-pagination{
    bottom:0;
  }
  .render-swiper-361-5 .swiper-pagination-bullet{
    width:.15rem;height:.15rem;border-radius:.15rem !important;
  }
  .render-swiper-361-5 .swiper-pagination-bullet-active{
    background:#b81c25;width:.4rem;transition:0.2s;
  }
  /* PC端 */
  @media (min-width:769px) {

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

<div class="render-swiper-361-5">
  <div class="container">
    <h2 class="title"><b style="color:#c30d23;font-size:1.25em;">层层严选</b> 国际外教均持证保驾护航</h2>
    <div class="content">
      <ul class="list">
        
    	<li class="opt opt1">
      	<img class="icon" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/we4z46w9lcfry9d6rezlgeythyzp1d2t.png">
        <div class="optinfo">
        	<h4 class="opttitle">真人外教</h4>
          <p class="opttext">阿卡索外教多数拥有硕士以上高等学历,因材施教。</p>
        </div>
      </li>
    
    	<li class="opt opt2">
      	<img class="icon" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/amkacg9lctfdm7xb3wf7xd3kblt23keb.png">
        <div class="optinfo">
        	<h4 class="opttitle">严选更专业</h4>
          <p class="opttext">所有外教必须经历多轮以上资格审查,录取率低 。</p>
        </div>
      </li>
    
    	<li class="opt opt3">
      	<img class="icon" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/l2hyf74e5rj2nafwn1d4e8aez8td4agk.png">
        <div class="optinfo">
        	<h4 class="opttitle">持证上岗</h4>
          <p class="opttext">外教全通过国际测评考试,均持有TESOL等资格证。</p>
        </div>
      </li>
    
    	<li class="opt opt4">
      	<img class="icon" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/kf9cyr6x6ka5hg9d65cmkl57fymb6fr2.png">
        <div class="optinfo">
        	<h4 class="opttitle">终身培训</h4>
          <p class="opttext">全日制岗前培训、课中指引及课后培养,定期考核淘汰。</p>
        </div>
      </li>
    
      </ul>
      <div class="swiper-container swiper">
        <div class="swiper-wrapper">
          
    	<div class="swiper-slide slide">
      	<div class="item item1">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp1.png">
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item2">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp2.png">
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item3">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp3.png">
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item4">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp4.png">
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item5">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp5.png">
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item6">
        	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/swp6.png">
        </div>
      </div>
    
        </div>
        <div class="swiper-pagination"></div>
      </div>

    </div>
  </div>
</div>
<script>
  $(function(){
    new Swiper ('.render-swiper-361-5 .swiper-container', 
                HtmlWidth >= 768 ? {"pagination":{"el":".render-swiper-361-5 .swiper-pagination","clickable":true},"loop":true,"initialSlide":0,"slidesPerView":1,"autoplay":4000,"spaceBetween":20,"direction":"horizontal"} : {"pagination":{"el":".render-swiper-361-5 .swiper-pagination","clickable":true},"loop":true,"initialSlide":0,"slidesPerView":1,"autoplay":4000,"spaceBetween":20,"direction":"horizontal"} 
               );

  })
</script>
<style>
  .render-swiper-360-6 .swiper-pagination{
    bottom:0;
  }
  .render-swiper-360-6 .swiper-pagination-bullet{
    width:.15rem;height:.15rem;margin:0 10px !important;
  }
  .render-swiper-360-6 .swiper-pagination-bullet-active{
    background:#b81c25;
  }
  /* PC端 */
  @media (min-width:769px) {
    
  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-swiper-360-6 .swiper-pagination-bullet{
      margin:0 5px !important;
    }
  }
</style>

<div class="render-swiper-360-6">
  <div class="container">
    <h2 class="title"><b style="color:#c30d23;font-size:1.25em;">用对方法</b>才能学好英语</h2>

    <div class="swiper-container swiper">
      <div class="swiper-wrapper">
        
    	<div class="swiper-slide slide">
      	<div class="item item1">
        	<img class="img" src="https://img.acadsoc.com.cn/web/web3/img/tutor1.jpg">
          <p class="itemtitle">听说孩童时期是学习语言的最好时期,我今年24岁,学英语还来得及吗?</p>
          <p class="text">著名主持人蔡康永曾说,18岁觉得学习英语难,<br>放弃英语,28岁出现一个很棒但要会英语的工作,你只好说我不会。因此学习英语最好的时间是趁现在,并且我们打破传统“填鸭式”教学模式,规划科学的学习计划,更有强大的师资团队为您学英语保驾护航!</p>
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item2">
        	<img class="img" src="https://img.acadsoc.com.cn/web/web3/img/tutor2.jpg">
          <p class="itemtitle">工作忙、商务应酬多,想学英语可是又没有基础,怎么办?</p>
          <p class="text">我们有系统从零开始到单项突破语音、语法、词汇的基础英语课程,并且25分钟外教在线一对一的教学方式可以让您充分利用碎片化时间,无论是在家、公园、办公室随时都可以使用手机、电脑、pad通过A-Classroom等方式在线学习。</p>
        </div>
      </div>
    
    	<div class="swiper-slide slide">
      	<div class="item item3">
        	<img class="img" src="https://img.acadsoc.com.cn/web/web3/img/tutor3.jpg">
          <p class="itemtitle">在学校学了十几年英语,还是不敢开口说,一对一外教课能改变现状吗?</p>
          <p class="text">传统应试教学较死板,死记硬背违背语言学习特征。在学校注重应试而忽视对口语能力的培养。其实,语言学习最重要的是语言环境,真人一对一外教课程让您沉浸在英语母语环境里,不仅培养英语思维能力,而且能学习与体验西方文化,自然习得地道口语。</p>
        </div>
      </div>
    
      </div>
      <div class="swiper-pagination"></div>
    </div>
  </div>
</div>
<script>
  $(function(){
    new Swiper ('.render-swiper-360-6 .swiper-container', 
    	HtmlWidth >= 768 ? {"loop":true,"slidesPerView":1,"autoplay":{"delay":4000,"stopOnLastSlide":false,"disableOnInteraction":false},"spaceBetween":20,"pagination":{"el":".render-swiper-360-6 .swiper-pagination","clickable":true}} : {"loop":true,"slidesPerView":1,"autoplay":{"delay":4000,"stopOnLastSlide":false,"disableOnInteraction":false},"spaceBetween":20,"pagination":{"el":".render-swiper-360-6 .swiper-pagination","clickable":true}} 
   	);

  })
</script>
<style>
  @media (min-width:769px){
    .render-jsx-358-7 .mask:hover{
      background-color:rgba(25,46,121,.8) !important;
    }

    .render-jsx-358-7 .mask:hover p:nth-of-type(2){
      max-height:100% !important;
    }
  }
  
  @media (max-width:768px) {
    .render-jsx-358-7 .mask p:nth-of-type(2) span{
      color:#c30d23;
    }
    .render-jsx-358-7 .list>div:nth-of-type(odd){
      background:#f3f5ff;
    }
  }
</style>
<div class="render-jsx-358-7">
  <div class="container">

    <h2 class="text1"><b style="font-size:1.25em;color:#c30d23;">阿卡索8大优势</b> 助学员赢取未来</h2>

    <div class="div2 list">
			
    	<div class="item1">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic1.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/dk2t6e7hlgxypm6r7hecl21d6bg3e3l3.png">
          <div class="div2 mask">
          	<p class="text1">多层严选外教</p>
            <p class="text2">甄选全球资深外教在线授课,采取非常严苛的内部考核机制,不定期淘汰不合适的外教</p>
          </div>
        </div>
      </div>
    
    	<div class="item2">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic2.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/1dtlmd4zj64t9ph8gtmeghrd9xln5drx.png">
          <div class="div2 mask">
          	<p class="text1">随时随地在线学</p>
            <p class="text2">打破时间与空间的限制,利用排队、坐公交、挤地铁等零碎时间,随时随地用平板电脑、手机、电脑在线约课上课,每天25分钟,有效利用碎片化时间学习</p>
          </div>
        </div>
      </div>
    
    	<div class="item3">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic3.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/agcacyc3gtwcfp6nbkywly862etb1dt4.png">
          <div class="div2 mask">
          	<p class="text1">纯英文语言学习环境</p>
            <p class="text2">外教长期生活工作在官方语言或母语为英语的国家,保证外教的口音地道且原汁原味,并且阿卡索致力为每一位想要练习口语的学习者提供本土化的语言环境</p>
          </div>
        </div>
      </div>
    
    	<div class="item4">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic4.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/m3lp2l86lrym3ep5hynt3yxg3ghf71dg.png">
          <div class="div2 mask">
          	<p class="text1">外教均持证上岗</p>
            <p class="text2">阿卡索的外教来自世界各国,他们不仅拥有良好的教育背景、丰富的教学经验以及独到的教学方法,而且所有外教均持有TESOL等国际认证的教学资格证书</p>
          </div>
        </div>
      </div>
    
    	<div class="item5">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic5.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/98j6nxf93h6bwy5axthazdkr2rpd8kdw.png">
          <div class="div2 mask">
          	<p class="text1">3对1全程跟进效果</p>
            <p class="text2">阿卡索的学习顾问为您定制专属的学习计划;贴心客服全程跟进学习效果;外教在线教学,全方位个性化服务为您学习口语保驾护航</p>
          </div>
        </div>
      </div>
    
    	<div class="item6">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic6.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/ek39jygal1dxzaw2hy8agdne1djfjk2z.png">
          <div class="div2 mask">
          	<p class="text1">阶梯式课程</p>
            <p class="text2">阿卡索英语学习进阶体系,从入门级到专家级共17个级别,完整对标欧洲CEFR级别、托福、雅思、托业等国际通用的英语级别体系与测试,帮助学员清晰定位自己的语言水平</p>
          </div>
        </div>
      </div>
    
    	<div class="item7">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic7.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/mntzbatl5n726mnwtr9c7b8trfh1dyw4.png">
          <div class="div2 mask">
          	<p class="text1">高性价比13.8/节起</p>
            <p class="text2">一节课低至13.8元,性价比高,质优价廉让每个家庭都能请得起外教。精选8大英语课程类别,近百门主推精品课程,各种职业课程供您选择</p>
          </div>
        </div>
      </div>
    
    	<div class="item8">
      	<div class="div1">
        	<img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/pic8.png">
          <img class="img2" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/03/dkhlr1dzd7act5yx4hjbahp9p3hl1djp.png">
          <div class="div2 mask">
          	<p class="text1">量需个性化定制</p>
            <p class="text2">无论您是都市白领、家庭主妇或者是在校学生,或是其他身份,无论您是已有一定基础还是0基础,阿卡索都可以为您量身定制合适您的专属课程</p>
          </div>
        </div>
      </div>
    
    </div>

    <button class="btn3">按钮</button>

  </div>
</div>
<div class="auto-element-357-8 json">

  <div class="container">

  <p class="p1"><b style="color:#fff;font-size:1.25em">10年专注</b>   阿卡索备受学员与业界肯定</p>
<div class="div2">

  <img class="img1" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/bg6q.png">
<img class="img2" src="https://img.acadsoc.com.cn/web/lps/lxhd/baidu/img/bg6q2.png">
</div>
</div>
</div>

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

<div class="render-swiper-362-9">
  <div class="container">
    <h2 class="title">企业荣誉</h2>
    <div class="swiper-container swiper">
      <div class="swiper-wrapper">
        
    	<div class="swiper-slide item item1">
      	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/ty/pinpai/20210217/p1.png">
        <p class="text">2020年度影响力<br>在线教育品牌</p>
      </div>
    
    	<div class="swiper-slide item item2">
      	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/ty/pinpai/20210217/p2.png">
        <p class="text">2020环球网年度<br>影响力在线教育品牌</p>
      </div>
    
    	<div class="swiper-slide item item3">
      	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/ty/pinpai/20210217/p3.png">
        <p class="text">36氪WISE2019<br>教育高成长公司</p>
      </div>
    
    	<div class="swiper-slide item item4">
      	<img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/ty/pinpai/20210217/p4.png">
        <p class="text">2018年新华网<br>品牌影响力英语机构</p>
      </div>
                    
      </div>
    </div>
    <button class="btn">按钮</button>
  </div>
</div>
<script>
  $(function(){
    if(HtmlWidth >= 768){
      $('.render-swiper-362-9 .swiper-container').addClass('swiper-no-swiping')
    }
    new Swiper('.render-swiper-362-9 .swiper-container',HtmlWidth >= 768 ? {"pagination":false,"loop":false,"initialSlide":0,"slidesPerView":4,"autoplay":4000,"spaceBetween":30,"direction":"horizontal"} : {"pagination":false,"loop":true,"initialSlide":0,"centeredSlides":"auto","slidesPerView":"auto","autoplay":4000,"spaceBetween":-50,"direction":"horizontal"} );
  })
</script>
<style>
  /* PC端 */
  @media (min-width:769px) {
    .render-jsx-100-10 { background-color:#fff; }
    .render-jsx-100-10 .container { border-radius:0 0 0 0 ;padding:0 0 30px 0 ;margin:0 auto 0 auto ;line-height:1;text-align:center; }
    .render-jsx-100-10 .container {  }
    .render-jsx-100-10 .title{ border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:rgba(102, 102, 102, 1);font-weight:400;vertical-align:middle;dispay:inline-block;font-size:.2rem; }
    .render-jsx-100-10 .iconleft{ border-radius:0 0 0 0 ;height:.32rem;padding:0 0 0 0 ;margin:0 .12rem 0 .12rem ;display:none;vertical-align:middle;width:auto; }
    .render-jsx-100-10 .iconright{ border-radius:0 0 0 0 ;height:.32rem;padding:0 0 0 0 ;margin:0 .12rem 0 .12rem ;display:none;vertical-align:middle;width:auto; }
  }
  /* 手机端 */
  @media (max-width:768px) {
    .render-jsx-100-10 { background-color:#fff; }
    .render-jsx-100-10 .container { border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 auto .6rem auto ;line-height:1;text-align:center; }
    .render-jsx-100-10 .container {  }
    .render-jsx-100-10 .title{ border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 0 0 0 ;color:rgba(102, 102, 102, 1);font-weight:400;vertical-align:middle;dispay:inline-block;font-size:.32rem; }
    .render-jsx-100-10 .iconleft{ border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 .12rem 0 .12rem ;display:none;vertical-align:middle;width:auto;height:.32rem; }
    .render-jsx-100-10 .iconright{ border-radius:0 0 0 0 ;padding:0 0 0 0 ;margin:0 .12rem 0 .12rem ;display:none;vertical-align:middle;width:auto;height:.32rem; }
  }
</style>

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

  }
</style>
<div class="render-jsx-368-11-top"></div>
<div class="render-jsx-368-11 fixed__el">
  <div class="container">
    <img class="img" src="https://img.acadsoc.com.cn/web/lps/acc/sem/baidu/pz/ty/1223/img/model.png">
    <p class="text">  </p>
    <div class="regwrap">
      <div class="regphone">
        <input class="phone" placeholder="请输入您的手机号码" name="TxtPhone">
      </div>
      <div class="regcode duaxin">
        <input class="code" placeholder="验证码" name="TxtCode">
        <button class="regcodebtn" name="btnGetSMS">获取验证码</button>
      </div>
      <button class="regbtn" name="registerSubmit">加入直播间</button>
    </div>
    <button class="mbtn" data-popup-id="394" data-popup-hash-4feiom="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-tok0d4="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/10/j51d7mgyz85km8whnlba36flamcj45ty.png" data-popup-hash-7gwtog="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/w2gmk6c3r931damhyl87z3c9l4cf3m72.png" data-popup-hash-kbmwqk="10%E5%91%A8%E5%B9%B4%E5%AD%A6%E4%B9%A0%E5%A4%A7%E7%A4%BC%E5%8C%85" data-popup-hash-uhwwh5="%E8%AF%B7%E8%BE%93%E5%85%A5%E6%82%A8%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%B7%E7%A0%81" data-popup-hash-le7ngq="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/7flyh1d1dn1dznfd2drteb51dkrlbty1.png" data-popup-hash-ddbdlp="%E7%AB%8B%E5%8D%B3%E9%A2%86%E5%8F%96" data-popup-hash-8glups="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-lgvu3h="%E6%81%AD%E5%96%9C%E6%82%A8%E8%8E%B7%E5%BE%97" data-popup-hash-ykhyfa="%E6%8F%90%E4%BA%A4%E6%89%8B%E6%9C%BA%E5%8F%B7%EF%BC%8C%E5%8D%B3%E5%8F%AF%E5%85%8D%E8%B4%B9%E8%AF%95%E8%AF%BE" data-popup-hash-erhr4l="%E8%8E%B7%E5%8F%96%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-liv5ld="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png" data-popup-hash-wha41r="" data-popup-hash-dnryxh="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/9dwe82j5wfbeg8t7k4kjlegj5zdn8p3g.png" data-popup-hash-ziqsch="%E9%AA%8C%E8%AF%81%E7%A0%81" data-popup-hash-pynyuf="0%E5%85%83%E9%A2%86%E5%8F%96%E5%AD%A6%E4%B9%A0%E5%A4%A7%E7%A4%BC%E5%8C%85" data-popup-hash-v3zr7u="%E7%AB%8B%E5%8D%B3%E8%AF%95%E8%AF%BE">加入直播间</button>
  </div>
</div>
<style>
/* PC端 */
@media (min-width:769px) {

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

}
</style>

<div class="render-jsx-370-AKOLMP" id="register-popup-370" style="display: none;">
  <div class="container">
    <button class="close close-popup" data-modal-hash="vnbgsk"></button>
    <h2 class="title" data-modal-hash="5s16em">查看我的推荐课程</h2>
    <div class="content">
      <select class="select1 select">
        
    	<option class="opt item1" value="请选择听课身份">请选择听课身份</option>
    
    	<option class="opt item2" value="中小学生">中小学生</option>
    
    	<option class="opt item3" value="幼儿">幼儿</option>
    
    	<option class="opt item4" value="高中生">高中生</option>
    
    	<option class="opt item5" value="大学生">大学生</option>
    
    	<option class="opt item6" value="上班族">上班族</option>
    
    	<option class="opt item7" value="自由职业">自由职业</option>
    
    	<option class="opt item8" value="其他">其他</option>
    
      </select>
      <select class="select2 select">
        
    	<option class="opt opt1" value="请选择您的学习目的">请选择您的学习目的</option>
    
    	<option class="opt opt2" value="综合英语能力">综合英语能力</option>
    
    	<option class="opt opt3" value="0基础提升">0基础提升</option>
    
    	<option class="opt opt4" value="学科英语">学科英语</option>
    
    	<option class="opt opt5" value="日常口语">日常口语</option>
    
    	<option class="opt opt6" value="商务交流">商务交流</option>
    
    	<option class="opt opt7" value="四六级">四六级</option>
    
    	<option class="opt opt8" value="雅思/托福">雅思/托福</option>
    
    	<option class="opt opt9" value="考研英语">考研英语</option>
    
    	<option class="opt opt10" value="出国旅游">出国旅游</option>
    
    	<option class="opt opt11" value="其他">其他</option>
    
      </select>
      <div class="regphone">
        <input class="phone" placeholder="填写手机号,获取上课提醒" name="TxtPhone" data-modal-hash="e8xcny">
      </div>
      <div class="regcode duaxin" style="display:none;">
        <input class="code" placeholder="请输入验证码" name="TxtCode" data-modal-hash="h21onp">
        <button class="regcodebtn" name="btnGetSMS" data-modal-hash="lhxcuu">获取验证码</button>
      </div>
      <button class="regbtn" name="registerSubmit" data-modal-hash="yel97o">为我推荐</button>
      <img class="gift" src="">
    </div>
  </div>
</div><div id="register-popup-394" style="display: none;" class="render-jsx-394-upxUB6">
  <div class="div1">

    <img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/9dwe82j5wfbeg8t7k4kjlegj5zdn8p3g.png" data-modal-hash="dnryxh">
    <p class="p2" data-modal-hash="wha41r"></p>
    <p class="p4" data-modal-hash="pynyuf">0元领取学习大礼包</p>

    <div class="regphone5">

      <input name="TxtPhone" class="phone" placeholder="提交手机号,即可免费试课" type="tel" data-modal-hash="ykhyfa">

    </div>

    <div class="regcode6">

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

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

    </div>

    <button name="registerSubmit" class="regbtn7" data-modal-hash="v3zr7u">立即试课</button>

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

  </div>
</div><div id="register-popup-396" style="display: none;" class="auto-element-396-8dpwKs">
    <div class="div1">
      
    <div class="div1">
      
<img class="img1" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/7flyh1d1dn1dznfd2drteb51dkrlbty1.png" data-modal-hash="le7ngq">

<p class="p2" data-modal-hash="lgvu3h">恭喜您获得</p>

<p class="p3" data-modal-hash="kbmwqk">10周年学习大礼包</p>

<img class="img4" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/09/w2gmk6c3r931damhyl87z3c9l4cf3m72.png" data-modal-hash="7gwtog">

    </div>
    
    <div class="div2">
      
    <div class="regphone1">
      
  <input name="TxtPhone" class="phone" placeholder="请输入您的手机号码" type="tel" data-modal-hash="uhwwh5">
  
    </div>
    
    <div class="regcode2">
      
  <input name="TxtCode" class="code" placeholder="验证码" type="tel" data-modal-hash="8glups">
  
<button name="btnGetSMS" class="regcodebtn" data-modal-hash="4feiom">获取验证码</button>

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

    </div>
    
<img class="close-popup close3" src="https://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/03/10/j51d7mgyz85km8whnlba36flamcj45ty.png" data-modal-hash="tok0d4">

    </div>
    </div>

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


  <!--滑动验证生成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/editor/register-editor-customeform.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> -->
	<script charset="UTF-8" type="text/javascript" src="https://cstaticdun.126.net/load.min.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, realOptions) {
      var _options = { };
      // 如果是pc or mobile
      if (options.pc && options.mobile) {
        options = options[pageEquipment];
      }
      // 自动轮播
      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])) && typeof element !== 'boolean'){
            options[key] = Number(options[key]);
          }
        }
      }
      // 分页器
      if (options.pagination === true) {
        _options.pagination = {
          el: `${selector} .swiper-pagination`,
          clickable: true,
        }
      }
      // 需要覆盖的
      if (realOptions && typeof realOptions === 'object' && !Array.isArray(realOptions)) {
        if (realOptions[pageEquipment] && typeof realOptions[pageEquipment] === 'object') {
          Object.assign(_options, realOptions[pageEquipment]);
        }
      }
      Object.assign(options, _options);
      options.loop = !!options.loop;
      if (options.pagination && options.pagination.el) {
        if ($(options.pagination.el).length < 1) {
          $('<div class="swiper-pagination"></div>').appendTo(selector);
        }
      }
      return new _swiper(selector, 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);
          }
        })
      })
    }
    /**
     * 绑定事件
     * @param selector {String} 选择器
     * @param func {(event, thisElement) => void)} 选择器
     * @param type {String} 事件类型 默认click
     * @return void
     */
    function onEvent(selector, func, type) {
      if (!type) type = 'click';
      $(document).on(type, selector, func);
    }

    // currDate
    const date = new Date();
    const curruYear = date.getFullYear();
    const currMonth = date.getMonth() + 1;
    const currDate = date.getDate();
    // dynamic data
    const imgIds = [];
    const bgImgIds = [];
    const textIds = [];

    $(function () {
      // 替换时间文字
      document.querySelectorAll('.time').forEach(function(v) {
        eachTransTime(v.childNodes);
      })
      function eachTransTime(children = []) {
        if (!children || children.length === 0) return;
        children.forEach(v => {
          if (v.nodeName === '#text') {
            v.nodeValue = getToday(v.nodeValue);
          } else {
            eachTransTime(v.childNodes);
          }
        })
      }
      // 复制去微信号
      // data-copy-wx 微信 data-wx-alter 复制后提示文案
      onEvent('[data-copy-wx]', function(){
        copyWx($(this))
      })
      // .wx text
      // 复制微信号并跳转微信 data-to-wx 微信 data-wx-alter 复制后提示文案
      onEvent('[data-to-wx]', function(){
        copyWx($(this))
        toHref('weixin://');
      });

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

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

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

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

      // 事件执行的前后回调
      function eventBeforeAfterCall (callFn) {
        return function () {
          // 回调
          const beforeCall = this.getAttribute('data-model-beforecall');
          const afterCall = this.getAttribute('data-model-aftercall');
          if ((beforeCall && window[beforeCall](this)) || !beforeCall){
            // 打开弹窗
            callFn && callFn.call(this);
          }
          afterCall && window[afterCall]();
        }
      }

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

      // 单链接跳转
      onEvent('[data-href]', eventBeforeAfterCall(function(){
        let href = $(this).attr('data-href');
        if (this.getAttribute('data-take-query')) {
          if (href.includes('?')) {
            href += location.search.replace('?','&');
          } else {
            href += location.search;
          }
        }
        toHref(href);
      }));

      // 分端跳转
      onEvent('[data-pm-href]', eventBeforeAfterCall(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";
        let href = $(this).attr('data-pc-href');
        if (bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
          href = $(this).attr('data-mobile-href');
        } else if (bIsIpad) {
          href = $(this).attr('data-ipad-href');
        } 
        if (this.getAttribute('data-take-query')) {
          const search = location.search;
          if (href.includes('?')) {
            href += search.replace('?','&');
          } else {
            href += search;
          }
        }
        console.log(href);
        toHref(href);
      }));

      // 跳转表单
      onEvent('[data-form]', eventBeforeAfterCall(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);
      //     });
      //   }
      // })

      // 设置支付类型
      onEvent('[data-paytype]', function(){
        window.paytype = this.getAttribute('data-paytype');
      });


      // 注册
      register.init({
        successFn: function () {
					ABRecord && ABRecord.registNotice();
          $(".loading").hide();

          // customize register code
          //百度ocpc提交成功埋码
window._agl && window._agl.push(['track', ['success', { t: 3 }]]);
var UserYsf = Fn.User.GetUserYsf();
ABRecord.registUID =  (UserYsf ? UserYsf.uid : '');
ABRecord && ABRecord.registNotice();
Fn.User.CreateUserRegisterRecord(27); 
alert("恭喜您获得一节精品外教试听课,请保证领取手机畅通,稍后将会有专业的学习顾问联系您安排上课时间");

          
          window.registerCallback && window.registerCallback();
          return false;
        },
        "activityId":"","successLocation":"","successTxt":"","defaultFnType":"","type":"code"
      });
      

    })


    

  </script>
  <!-- 53客服 -->
  
  <!-- customize footer code -->
  <script type="text/javascript" src="/Ajax/Web.UI.Fun.User.aspx"></script>



</body></html>