Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lpsacc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Acadsoc.JavaLps
lpsacc
Commits
a34526fd
提交
a34526fd
authored
6月 22, 2022
作者:
IT-xiaoxiao-肖丽
浏览文件
操作
浏览文件
下载
差异文件
合并分支 'master-Catherine-20220622' 到 'master'
提交 查看合并请求
!1
上级
526c4878
02f16652
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
803 行增加
和
0 行删除
+803
-0
658-1-B01.html
sem/cr/pp/zh/17270891/658-1-B01.html
+803
-0
没有找到文件。
sem/cr/pp/zh/17270891/658-1-B01.html
0 → 100644
浏览文件 @
a34526fd
<!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>
<script>
(
function
(
r
,
d
,
s
){
r
.
_tt_config
=
true
;
var
_baq
=
(
r
.
_baq
=
r
.
_baq
||
[]);
_baq
.
methods
=
[
"track"
,
"off"
,
"on"
];
_baq
.
factory
=
function
(
method
){
return
function
(){
var
args
=
Array
.
prototype
.
slice
.
call
(
arguments
);
args
.
unshift
(
method
);
_baq
.
push
(
args
);
return
_baq
}};
for
(
var
i
=
0
;
i
<
_baq
.
methods
.
length
;
i
++
){
var
key
=
_baq
.
methods
[
i
];
_baq
[
key
]
=
_baq
.
factory
(
key
)}
_baq
.
load
=
function
(){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
js
=
d
.
createElement
(
s
);
js
.
src
=
"https://analytics.oceanengine.com/api/v2/js/sdk"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
)};
_baq
.
load
();
if
(
_baq
.
invoked
){
return
}
_baq
.
invoked
=
true
;
_baq
.
track
(
"pageview"
)})(
window
,
document
,
"script"
);
</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: 689 -->
<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
)
{
.auto-element-652-0
>
.swiper1
{
border-radius
:
0
0
0
0
;
top
:
0
;
height
:
100%
;
text-align
:
left
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
left
:
0
;
width
:
100%
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.swiper1
>
.swiper-wrapper
>
.slide1
{
border-radius
:
0
0
0
0
;
text-align
:
left
;
padding
:
0
0
0
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-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/cm1d1dy7f1d8b1dx7elgxz8dpzk7e72a.png)
;
background-clip
:
border-box
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.swiper1
>
.swiper-wrapper
>
.slide1
>
.img1
{
border-radius
:
0
0
0
0
;
text-align
:
left
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
{
border-radius
:
0
0
0
0
;
height
:
100%
;
text-align
:
left
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
width
:
1180px
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
{
z-index
:
2
;
border-radius
:
.18rem
.18rem
.18rem
.18rem
;
background-color
:
rgba
(
240
,
195
,
150
,
1
);
transform
:
translateY
(
-50%
);
overflow
:
hidden
;
top
:
50%
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
.3rem
0
0
;
right
:
0
;
width
:
3.3rem
;
position
:
absolute
;
border-width
:
.06rem
.06rem
.06rem
.06rem
;
border-color
:
#f0c396
#f0c396
#f0c396
#f0c396
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div3
{
min-height
:
100px
;
border-radius
:
0
0
.18rem
.1rem
;
background-color
:
#f0c396
;
padding
:
.2rem
.2rem
.1rem
.2rem
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div3
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
{
font-size
:
0
;
min-height
:
100px
;
border-radius
:
0
0
0
0
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
text-align
:
left
;
padding
:
.3rem
.18rem
.2rem
.18rem
;
margin
:
0
0
0
0
;
width
:
100%
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.3rem
;
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
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regbtn3
{
color
:
white
;
font-size
:
.2rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#b81c25
;
height
:
.5rem
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
width
:
100%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
>
.code
{
font-size
:
.16rem
;
border-radius
:
60px
60px
60px
60px
;
height
:
.5rem
;
padding
:
0
0
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-width
:
1px
1px
1px
1px
;
border-color
:
#A0A0A0
#A0A0A0
#A0A0A0
#A0A0A0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
>
.regcodebtn
{
color
:
white
;
font-size
:
.16rem
;
background-color
:
#c30d23
;
border-radius
:
60px
60px
60px
60px
;
top
:
0
;
height
:
100%
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
right
:
0
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regphone1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regphone1
>
.phone
{
font-size
:
.16rem
;
border-radius
:
60px
60px
60px
60px
;
height
:
.5rem
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-width
:
1px
1px
1px
1px
;
border-color
:
#A0A0A0
#A0A0A0
#A0A0A0
#A0A0A0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-652-0
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
{
border-radius
:
0
0
0
0
;
height
:
6.2rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
position
:
relative
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-QkVGb1-1
>
.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-QkVGb1-1
>
.container
>
.div12
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
.2rem
0
.2rem
;
margin
:
0
0
0
0
;
display
:
inline-block
;
width
:
50%
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div12
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div12
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.p1
{
color
:
#c30d23
;
font-weight
:
bold
;
font-size
:
.5rem
;
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-QkVGb1-1
>
.container
>
.button13
{
color
:
white
;
font-weight
:
bold
;
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
:
.5rem
auto
0
auto
;
display
:
block
;
width
:
4.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
.2rem
0
.2rem
;
margin
:
0
0
0
0
;
display
:
inline-block
;
width
:
50%
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.p3
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.3rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
letter-spacing
:
.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
.2rem
0
.2rem
;
margin
:
0
0
0
0
;
display
:
inline-block
;
width
:
50%
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
.2rem
0
.2rem
;
margin
:
0
0
.2rem
0
;
display
:
inline-block
;
width
:
50%
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
{
min-height
:
100px
;
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
;
}
.auto-element-567-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
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-567-2
>
.container
>
.p1
{
color
:
#c30d23
;
font-weight
:
bold
;
font-size
:
.5rem
;
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
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-567-2
>
.container
>
.p4
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.3rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
0
.6rem
0
;
letter-spacing
:
.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
{
flex-wrap
:
wrap
;
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-567-2
>
.container
>
.div5
>
.div12
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
{
border-radius
:
0
0
0
0
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.4rem
0
;
width
:
31%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#fff
;
padding
:
.25rem
.25rem
.25rem
.25rem
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.24rem
;
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-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.16rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
0
0
;
margin
:
.15rem
0
0
0
;
line-height
:
1.6
;
border-width
:
1px
0
0
0
;
border-color
:
#bfbfbf
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.24rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
text-align
:
center
;
height
:
.5rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
2.5rem
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div3
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
}
.auto-element-567-2
{
min-height
:
100px
;
background-color
:
white
;
border-radius
:
0
0
0
0
;
padding
:
.6rem
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.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-QkVGb1-3
>
.container
>
.img4
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.p1
{
color
:
#0f1e3c
;
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
;
letter-spacing
:
.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.p3
{
color
:
#c30d23
;
font-weight
:
bold
;
font-size
:
.5rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.img5
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.button6
{
color
:
white
;
font-weight
:
bold
;
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
auto
;
display
:
block
;
width
:
4.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
{
min-height
:
100px
;
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
;
}
.auto-element-468-4
>
.container1
{
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
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.p1
{
color
:
rgba
(
255
,
255
,
255
,
1
);
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
;
background-size
:
contain
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
0
.15rem
;
background-image
:
url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/gw56tg287n1dlafg7fa47a2hy5fjewb5.png)
;
background-clip
:
content-box
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
{
border-radius
:
0
0
0
0
;
height
:
fit-content
;
padding
:
.5rem
.1rem
.5rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
{
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.16rem
;
border-radius
:
.1rem
0.1rem
0.1rem
.1rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
box-shadow
:
0
0
0
#000
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
>
.img1
{
border-radius
:
.1rem
0.1rem
0.1rem
0.1rem
;
height
:
2rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
border-width
:
0
0
0
0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
{
min-height
:
100px
;
background-color
:
rgba
(
15
,
30
,
60
,
1
);
border-radius
:
0
0
0
0
;
padding
:
.6rem
0
1rem
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
text-align
:
right
;
padding
:
.2rem
2rem
0
0
;
margin
:
0
auto
0
auto
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
>
.button2
{
color
:
white
;
font-size
:
.2rem
;
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
auto
;
bottom
:
.2rem
;
letter-spacing
:
2px
;
line-height
:
.2rem
;
right
:
2rem
;
width
:
3.5rem
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
left
:
1.5rem
;
width
:
4rem
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
{
z-index
:
10
;
min-height
:
100px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
0
0
0
0
;
id
:
fixed
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
width
:
100%
;
position
:
fixed
;
border-style
:
none
none
none
none
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
{
padding
:
.5rem
0
.5rem
2.5rem
;
margin
:
0
0
0
0
;
background-size
:
cover
;
min-height
:
100px
;
border-radius
:
.14rem
.14rem
.14rem
.14rem
;
background-color
:
white
;
transform
:
translate
(
-50%
,
-50%
);
background-repeat
:
no-repeat
;
top
:
45%
;
left
:
50%
;
width
:
5.6rem
;
position
:
absolute
;
background-image
:
url(http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/08/x41dr2ynhkgzb43a2gbr9mf6gemp1d7r.png)
;
min-width
:
100px
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
width
:
2.5rem
;
position
:
relative
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
>
.code
{
border
:
1px
solid
#A0A0A0
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
white
;
padding
:
0
0
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
font-size
:
.16rem
;
height
:
.4rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
>
.regcodebtn
{
background-color
:
#c30d23
;
border-radius
:
0
60px
60px
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
0
0
;
top
:
0
;
color
:
white
;
font-size
:
.15rem
;
position
:
absolute
;
right
:
0
;
height
:
100%
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.p2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
color
:
white
;
font-weight
:
bold
;
font-size
:
.3rem
;
text-align
:
center
;
height
:
auto
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone4
{
margin
:
.2rem
auto
0
auto
;
width
:
4rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.close8
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
top
:
.2rem
;
width
:
.2rem
;
position
:
absolute
;
right
:
.2rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone5
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
width
:
2.5rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone5
>
.phone
{
border
:
1px
solid
#A0A0A0
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
white
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
font-size
:
.16rem
;
height
:
.4rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.button7
{
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
box-shadow
:
0px
4px
10px
rgba
(
195
,
13
,
35
,
0.4
);
padding
:
0
0
0
0
;
margin
:
.3rem
auto
0
auto
;
color
:
white
;
display
:
block
;
width
:
2.5rem
;
font-size
:
.2rem
;
text-align
:
center
;
height
:
.4rem
;
0px
4px
10px
rgba(195,13,35,0.4)
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
}
.auto-element-304-nbI8Ij-LX843o
{
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
top
:
0
;
left
:
0
;
bottom
:
0
;
position
:
fixed
;
right
:
0
;
}
}
@media
(
max-width
:
768px
)
{
.auto-element-652-0
>
.swiper1
{
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
;
}
.auto-element-652-0
>
.swiper1
>
.swiper-wrapper
>
.slide1
{
min-height
:
100px
;
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
;
}
.auto-element-652-0
>
.swiper1
>
.swiper-wrapper
>
.slide1
>
.img1
{
border-radius
:
0
0
0
0
;
text-align
:
left
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
{
z-index
:
1
;
border-radius
:
0
0
0
0
;
text-align
:
left
;
padding
:
0
0
0
0
;
margin
:
-2rem
0
0
0
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
{
border-radius
:
.18rem
.18rem
.18rem
.18rem
;
background-color
:
#f0c396
;
overflow
:
hidden
;
text-align
:
left
;
padding
:
.2rem
.2rem
.3rem
.2rem
;
margin
:
0
auto
0
auto
;
width
:
92%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
180
,
180
,
180
,
.2
);
}
.auto-element-652-0
>
.div3
>
.div1
>
.div3
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
.2rem
.5rem
0
.5rem
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div3
>
.img1
{
border-radius
:
0
0
0
0
;
background-color
:
rgba
(
240
,
195
,
150
,
1
);
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
text-align
:
left
;
padding
:
0
0
.3rem
0
;
margin
:
0
0
0
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.p1
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.5rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.4rem
0
0
0
;
margin
:
0
0
.1rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regbtn3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
#c30d23
;
height
:
.9rem
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
display
:
block
;
width
:
90%
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
width
:
6rem
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
>
.code
{
font-size
:
.28rem
;
border-radius
:
60px
60px
60px
60px
;
height
:
.9rem
;
padding
:
0
0
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-width
:
1px
1px
1px
1px
;
border-color
:
#A0A0A0
#A0A0A0
#A0A0A0
#A0A0A0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regcode2
>
.regcodebtn
{
color
:
white
;
font-size
:
.28rem
;
background-color
:
#c30d23
;
border-radius
:
60px
60px
60px
60px
;
top
:
0
;
height
:
100%
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
right
:
0
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regphone1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
width
:
6rem
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
>
.div3
>
.div1
>
.div2
>
.registerForm4
>
.regphone1
>
.phone
{
font-size
:
.28rem
;
border-radius
:
60px
60px
60px
60px
;
height
:
.9rem
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-width
:
1px
1px
1px
1px
;
border-color
:
#A0A0A0
#A0A0A0
#A0A0A0
#A0A0A0
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-652-0
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-652-0
{
min-height
:
100px
;
background-color
:
white
;
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
;
}
.auto-element-QkVGb1-1
>
.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-QkVGb1-1
>
.container
>
.div12
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div12
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div12
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.p1
{
color
:
#c30d23
;
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-QkVGb1-1
>
.container
>
.button13
{
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
0
auto
;
display
:
block
;
width
:
90%
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div10
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.p3
{
color
:
#0f1e3c
;
font-weight
:
bold
;
font-size
:
.3rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
letter-spacing
:
.2rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div11
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
min-width
:
100px
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
>
.container
>
.div9
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-1
{
min-height
:
100px
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
0
0
0
0
;
padding
:
.6rem
0
.6rem
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-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-567-2
>
.container
>
.p1
{
color
:
#c30d23
;
font-weight
:
bold
;
font-size
:
.5rem
;
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-567-2
>
.container
>
.p4
{
font-weight
:
bold
;
font-size
:
.4rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
0
0
0
;
margin
:
0
0
.5rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div12
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div17
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div18
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div19
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div20
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
.1rem
0
.1rem
;
margin
:
0
0
.5rem
0
;
display
:
inline-block
;
width
:
50%
;
position
:
relative
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
{
border-radius
:
0
0
0
0
;
background-color
:
#f2f2f2
;
flex-direction
:
column
;
padding
:
.3rem
.1rem
.3rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
justify-content
:
center
;
align-items
:
flex-start
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.p1
{
color
:
#0f1e3c
;
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
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.p2
{
color
:
#0f1e3c
;
font-size
:
.24rem
;
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
.1rem
0
.2rem
0
;
margin
:
.12rem
0
0
0
;
line-height
:
1.5
;
border-width
:
1px
;
border-color
:
#bfbfbf
;
border-style
:
solid
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div2
>
.button3
{
color
:
white
;
font-size
:
.32rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.7rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
80%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
right
:
0
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div5
>
.div1
>
.div1
>
.img1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-567-2
>
.container
>
.div3
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
}
.auto-element-567-2
{
min-height
:
100px
;
background-color
:
white
;
border-radius
:
0
0
0
0
;
padding
:
.6rem
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.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-QkVGb1-3
>
.container
>
.img4
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
none
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.p1
{
color
:
#0f1e3c
;
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
;
letter-spacing
:
.1rem
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.p3
{
color
:
#c30d23
;
font-weight
:
bold
;
font-size
:
.5rem
;
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-QkVGb1-3
>
.container
>
.img5
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.3rem
0
.3rem
0
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
>
.container
>
.button6
{
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
0
auto
;
display
:
block
;
width
:
90%
;
border-style
:
none
none
none
none
;
}
.auto-element-QkVGb1-3
{
min-height
:
100px
;
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
;
}
.auto-element-468-4
>
.container1
{
min-height
:
100px
;
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
width
:
96%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.p1
{
color
:
rgba
(
255
,
255
,
255
,
1
);
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
;
background-size
:
contain
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
0
.15rem
;
background-image
:
url(https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/gw56tg287n1dlafg7fa47a2hy5fjewb5.png)
;
background-clip
:
border-box
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
{
border-radius
:
0
0
0
0
;
height
:
300px
;
padding
:
.5rem
.1rem
.6rem
.1rem
;
margin
:
0
0
0
0
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
{
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-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div5
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide1
>
.div1
>
.div2
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
{
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-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div5
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide14
>
.div1
>
.div2
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
{
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-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div5
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide12
>
.div1
>
.div2
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
{
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-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div5
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
{
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
overflow
:
hidden
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
width
:
49%
;
border-style
:
none
none
none
none
;
box-shadow
:
0
0
.1rem
.04rem
rgba
(
150
,
150
,
150
,
.2
);
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
>
.p2
{
color
:
#142864
;
font-size
:
.23rem
;
border-radius
:
.2rem
0.2rem
0.2rem
0.2rem
;
flex-direction
:
column
;
text-align
:
center
;
height
:
1.1rem
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
display
:
flex
;
line-height
:
1.4
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
auto
auto
;
background-attachment
:
scroll
;
background-repeat
:
no-repeat
;
background-imageProps
:[
object
Object
];
background-position
:
auto
auto
;
background-image
:
linear-gradient
(
180deg
,
#ffe2cc
0%
,
#d3975b
180%
);
background-clip
:
border-box
;
border-style
:
solid
solid
solid
solid
;
}
.auto-element-468-4
>
.container1
>
.swiper2
>
.swiper-wrapper
>
.slide13
>
.div1
>
.div2
>
.img1
{
border-radius
:
0
0
0
0
;
height
:
2.3rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
display
:
block
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-468-4
{
min-height
:
100px
;
background-color
:
rgba
(
15
,
30
,
60
,
1
);
border-radius
:
0
0
0
0
;
padding
:
.6rem
0
0
0
;
margin
:
0
0
0
0
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
{
border-radius
:
0
0
0
0
;
text-align
:
center
;
padding
:
0
.2rem
0
.2rem
;
margin
:
0
auto
0
auto
;
display
:
flex
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
>
.button2
{
color
:
white
;
font-size
:
.2rem
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
text-align
:
center
;
height
:
.9rem
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
.1rem
58%
;
width
:
100%
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
>
.container
>
.img1
{
border-radius
:
0
0
0
0
;
top
:
-.5rem
;
padding
:
0
0
0
0
;
margin
:
0
auto
0
auto
;
width
:
50%
;
position
:
absolute
;
border-style
:
none
none
none
none
;
}
.auto-element-727-5
{
z-index
:
10
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
bottom
:
0
;
width
:
100%
;
position
:
fixed
;
border-style
:
none
none
none
none
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
{
padding
:
0
0
.6rem
0
;
margin
:
0
0
0
0
;
background-size
:
100%
;
min-height
:
100px
;
border-radius
:
.1rem
.1rem
.1rem
.1rem
;
background-color
:
#142776
;
transform
:
translate
(
-50%
,
-50%
);
background-repeat
:
no-repeat
;
top
:
45%
;
left
:
50%
;
width
:
6.5rem
;
position
:
absolute
;
min-width
:
100px
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.3rem
auto
0
auto
;
width
:
6rem
;
position
:
relative
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
>
.code
{
border
:
1px
solid
#A0A0A0
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
white
;
padding
:
0
0
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
font-size
:
.28rem
;
height
:
.9rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regcode6
>
.regcodebtn
{
background-color
:
#c30d23
;
border-radius
:
60px
60px
60px
60px
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
top
:
0
;
color
:
white
;
font-size
:
.28rem
;
position
:
absolute
;
right
:
0
;
height
:
100%
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.p2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
0
0
0
;
color
:
white
;
font-weight
:
bold
;
font-size
:
.5rem
;
text-align
:
center
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone4
{
margin
:
.2rem
auto
0
auto
;
top
:
.3rem
;
width
:
6rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.close8
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
top
:
.2rem
;
width
:
.32rem
;
position
:
absolute
;
right
:
.2rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone5
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
.2rem
auto
0
auto
;
top
:
.3rem
;
width
:
6rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.regphone5
>
.phone
{
border
:
1px
solid
#A0A0A0
;
border-radius
:
60px
60px
60px
60px
;
background-color
:
white
;
padding
:
0
.3rem
0
.3rem
;
margin
:
0
0
0
0
;
width
:
100%
;
font-size
:
.28rem
;
height
:
.9rem
;
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.button7
{
border-radius
:
60px
60px
60px
60px
;
background-color
:
rgba
(
195
,
13
,
35
,
1
);
box-shadow
:
0px
4px
10px
rgba
(
195
,
13
,
35
,
0.4
);
padding
:
0
0
0
0
;
margin
:
.3rem
auto
0
auto
;
color
:
white
;
display
:
block
;
width
:
90%
;
font-size
:
.32rem
;
text-align
:
center
;
height
:
.9rem
;
0px
4px
10px
rgba(195,13,35,0.4)
}
.auto-element-304-nbI8Ij-LX843o
>
.div1
>
.img2
{
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
-1rem
0
0
0
;
}
.auto-element-304-nbI8Ij-LX843o
{
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
border-radius
:
0
0
0
0
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
top
:
0
;
left
:
0
;
bottom
:
0
;
position
:
fixed
;
right
:
0
;
}
}
</style>
<div
class=
"auto-element-652-0 json"
>
<div
id=
"swiper-OStFMb"
class=
"swiper-container swiper-no-swiping swiper1"
>
<div
class=
"swiper-wrapper"
><div
class=
"swiper-slide slide1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/4bht3ghyn7t25c2a21de1dlalgabz3ec.jpg"
>
</div></div>
</div>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/4bht3ghyn7t25c2a21de1dlalgabz3ec.jpg"
>
<div
class=
"div3"
>
<div
class=
"div1"
>
<div
class=
"div2"
>
<p
class=
"p1"
>
精品外教试听课
<br><b
style=
"font-size:1.5em;"
>
免费领
</b></p>
<div
class=
"registerForm4"
>
<div
class=
"regphone1"
>
<input
type=
"tel"
name=
"TxtPhone"
class=
"phone"
placeholder=
"请输入手机号"
>
</div>
<div
class=
"regcode2"
>
<input
type=
"tel"
name=
"TxtCode"
class=
"code"
placeholder=
"请输入验证码"
>
<button
name=
"btnGetSMS"
class=
"regcodebtn"
>
获取验证码
</button>
</div>
<button
name=
"registerSubmit"
class=
"regbtn3"
>
名额有限 马上领取
</button>
</div>
</div>
<div
class=
"div3"
>
<img
class=
"img1"
src=
"https://img.acadsoc.com.cn/web/lpsTK/sem/time_price.png"
>
</div>
</div>
</div>
</div>
<script>
$
(
function
(){
new
Swiper
(
'.auto-element-652-0 #swiper-OStFMb'
,
{
"pc"
:{
"pagination"
:
false
,
"loop"
:
false
,
"initialSlide"
:
0
,
"slidesPerView"
:
1
,
"autoplay"
:
0
,
"spaceBetween"
:
0
,
"direction"
:
"horizontal"
},
"mobile"
:{
"pagination"
:
false
,
"loop"
:
false
,
"initialSlide"
:
0
,
"slidesPerView"
:
1
,
"autoplay"
:
0
,
"spaceBetween"
:
0
,
"direction"
:
"horizontal"
}}
)
})
</script>
<div
class=
"auto-element-QkVGb1-1 json"
>
<div
class=
"container"
>
<p
class=
"p1"
>
一次简单的选择,自我蜕变的开始
</p>
<p
class=
"p3"
>
学好英语,世界从此不同
</p>
<div
class=
"div9"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/8cd78h2ncd7l1d5mxne3hjn26ah8ky4n.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/ptrpxc426gr34crw8t6fjzde53gnmlhj.png"
>
</div>
<div
class=
"div10"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/1dtmdk267w7k6a8lmjm39lyt9kt96thr.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/2nzp45nafwxlrmyjlzr6ghr67ak1dj29.png"
>
</div>
<div
class=
"div11"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/5hw2a3lwzrt71d93gzfrtlwazf7c9dwj.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/pfapejcd3my46j9pex5xhbcnjwap1dpa.png"
>
</div>
<div
class=
"div12"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/d6j4jejgywe1dhzrgwzn3526zbwkaw7f.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/f62kwgkf57b436h5fz7479nbp4ymgkmc.png"
>
</div>
<button
class=
"button13"
data-popup-id=
"304-nbI8Ij"
>
马上领取试听课
</button>
</div>
</div>
<div
class=
"auto-element-567-2 json"
>
<div
class=
"container"
>
<p
class=
"p1"
>
你想学的课程,我们都有
</p>
<div
class=
"div3"
>
</div>
<p
class=
"p4"
>
进阶式课程体系,练就地道口语
</p>
<div
class=
"div5"
>
<div
class=
"div1"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/zb7nwxa7yljr69g3y7rtmxkfeda1dapc.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/zb7nwxa7yljr69g3y7rtmxkfeda1dapc.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
零基础英语
</p>
<p
class=
"p2"
>
发音、词汇、语法和日常用语
<br>
从头学,打下扎实基础
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
<div
class=
"div12"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/ylkan1dxpglafx2tmwkw2n3mjt8xgtw7.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/ylkan1dxpglafx2tmwkw2n3mjt8xgtw7.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
日常口语
</p>
<p
class=
"p2"
>
培养英语兴趣,在娱乐和休闲中
<br>
提升口语水平
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
<div
class=
"div17"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/l92z3dzj1dynjmtkezh4kfydt52fgmn9.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/l92z3dzj1dynjmtkezh4kfydt52fgmn9.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
大学口语
</p>
<p
class=
"p2"
>
四六级、专四专八,应试学习,
<br>
听说读写全面提升
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
<div
class=
"div18"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/pm39hrj6p682n3z5f2yt8f9ye5k8mre1.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/pm39hrj6p682n3z5f2yt8f9ye5k8mre1.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
职场商务
</p>
<p
class=
"p2"
>
掌握职场商务英语,提升职场竞争力,
<br>
综合能力全面发展
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
<div
class=
"div19"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/m5lmz6jh3fd34jlz8j98rwckhtbakwrf.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/m5lmz6jh3fd34jlz8j98rwckhtbakwrf.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
行业英语
</p>
<p
class=
"p2"
>
金融、医疗、会计等行业英语,
<br>
在专业领域灵活运用
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
<div
class=
"div20"
>
<div
class=
"div1"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/j4tf45amc5cnzy7fbchn1d1d61d2ftc5.png"
>
<img
class=
"img2"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/j4tf45amc5cnzy7fbchn1d1d61d2ftc5.png"
>
</div>
<div
class=
"div2"
>
<p
class=
"p1"
>
家庭互动英语
</p>
<p
class=
"p2"
>
学好英语,营造双语环境,
<br>
促进亲子交流,更高质量陪伴孩子
</p>
<button
class=
"button3"
data-popup-id=
"304-nbI8Ij"
>
免费预约试听
</button>
</div>
</div>
</div>
</div>
</div>
<div
class=
"auto-element-QkVGb1-3 json"
>
<div
class=
"container"
>
<p
class=
"p1"
>
市面上英语机构那么多
</p>
<p
class=
"p3"
>
为什么众多学员选择阿卡索
</p>
<img
class=
"img4"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/rmtg89c2dg9g1dtw54kd2ngdbmt89n5z.png"
>
<img
class=
"img5"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/azap7pw3zb7z8c3gxgzn2cy8rd7g3w92.png"
>
<button
class=
"button6"
data-popup-id=
"304-nbI8Ij"
>
立即免费体验课程
</button>
</div>
</div>
<div
class=
"auto-element-468-4 json"
>
<div
class=
"container container1"
>
<p
class=
"p1"
>
企业荣誉,彰显实力
</p>
<div
id=
"swiper-yho1Hl"
class=
"swiper-container swiper2"
>
<div
class=
"swiper-wrapper"
><div
class=
"swiper-slide slide1"
>
<div
class=
"div1"
>
<div
class=
"div2"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/c7nd8f2a1dz9fc1d8f28ymx5lk1dtcy6.png"
>
<p
class=
"p2"
>
2021中国金指尖奖
<br>
<b>
最佳产品体验在线教育应用平台
</b></p>
</div>
<div
class=
"div5"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/wafn4jkgebpnl7pfpr59f7fjk4h2xa1d.png"
>
<p
class=
"p2"
>
2020环球网
<br>
<b>
年度影响力在线教育品牌
</b>
</p>
</div>
</div>
</div><div
class=
"swiper-slide slide12"
>
<div
class=
"div1"
>
<div
class=
"div2"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/62yb4jnzk3d2ewm8nhjl1dg34l7z26rm.png"
>
<p
class=
"p2"
>
2020年粤港澳大湾区
<br>
<b>
影响力在线教育品牌
</b>
</p>
</div>
<div
class=
"div5"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/63p1dx54y37xwbzrlpkcj2m2fnjn7wnt.png"
>
<p
class=
"p2"
>
证券时报
<br>
<b>
2020年度高成长企业
</b>
</p>
</div>
</div>
</div><div
class=
"swiper-slide slide13"
>
<div
class=
"div1"
>
<div
class=
"div2"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/1dz37zhjpt4zm25mynrxd4tnptgprw7b.png"
>
<p
class=
"p2"
>
2021消费日报
<br>
<b>
消费市场行业影响力品牌
</b>
</p>
</div>
<div
class=
"div5"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/6c3jen5f3a2cdjntwmcytljw7dtmgm9m.png"
>
<p
class=
"p2"
>
2020央广网
<br>
<b>
年度影响力在线教育品牌
</b>
</p>
</div>
</div>
</div><div
class=
"swiper-slide slide14"
>
<div
class=
"div1"
>
<div
class=
"div2"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/e8bz5fxd4da4n2rndzcf2gle7af3547b.png"
>
<p
class=
"p2"
>
2021南方都市报年度
<br>
<b>
消费者信赖的教育品牌
</b>
</p>
</div>
<div
class=
"div5"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/8clpd5bzthp7pw7n1d7k1d5n4pd4j7fp.png"
>
<p
class=
"p2"
>
2020南方日报在线教育品牌榜
<br>
<b>
十佳品牌奖
</b>
</p>
</div>
</div>
</div></div>
</div>
</div>
</div>
<script>
$
(
function
(){
new
Swiper
(
'.auto-element-468-4 #swiper-yho1Hl'
,
{
"pc"
:{
"pagination"
:
false
,
"loop"
:
true
,
"initialSlide"
:
0
,
"slidesPerView"
:
4
,
"autoplay"
:
4000
,
"spaceBetween"
:
20
,
"direction"
:
"horizontal"
},
"mobile"
:{
"pagination"
:
false
,
"loop"
:
true
,
"initialSlide"
:
0
,
"slidesPerView"
:
1
,
"autoplay"
:
4000
,
"spaceBetween"
:
20
,
"direction"
:
"horizontal"
}}
)
})
</script>
<div
class=
"auto-element-727-5 json"
>
<div
class=
"container"
>
<img
class=
"img1"
src=
"https://acadsoc-pro-hw.acadsoc.com.cn/landing-page/files/2021/12/28/kwlj7wxjp7t8z31dn78xzht68t1d921d.png"
>
<button
class=
"button2"
data-popup-id=
"304-nbI8Ij"
>
马上免费领取试听课程
</button>
</div>
</div>
<div
id=
"register-popup-304-nbI8Ij"
style=
"display: none;"
class=
"auto-element-304-nbI8Ij-LX843o"
>
<div
class=
"div1"
>
<img
class=
"img2"
src=
"http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2021/02/08/pf25bralpgwt8hmyzm9mrgmjr3e51dp3.png"
>
<p
class=
"p2"
>
精品外教试听课
</p>
<div
class=
"regphone4"
>
</div>
<div
class=
"regphone5"
>
<input
name=
"TxtPhone"
class=
"phone"
placeholder=
"请输入手机号"
type=
"tel"
>
</div>
<div
class=
"regcode6"
>
<input
name=
"TxtCode"
class=
"code"
placeholder=
"请输入验证码"
type=
"tel"
>
<button
name=
"btnGetSMS"
class=
"regcodebtn"
>
获取验证码
</button>
</div>
<button
class=
"button7"
name=
"registerSubmit"
>
免费预约试听
</button>
<img
class=
"close-popup close8"
src=
"http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/10/21/h5z5kjktrjbyz2y9gjrhfxm68xajh68k.png"
>
</div>
</div>
<!--滑动验证生成end-->
<div
class=
"loading"
style=
"position:fixed;top:50%;left:50%;margin-top:-25px;margin-left:-25px;display:none;z-index:1040;"
>
<img
src=
"https://img.acadsoc.com.cn/web/img/loading1.gif"
style=
"z-index:1050;position:relative;"
>
<div
class=
"modal-backdrop in"
style=
"background-color:#fff;opacity: .8;"
></div>
</div>
<script
type=
"text/javascript"
src=
"https://img.acadsoc.com.cn/js/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
window
.
_agl
&&
window
.
_agl
.
push
([
'track'
,
[
'success'
,
{
t
:
3
}]]);
_baq
.
track
(
"form"
,
{
assets_id
:
"1716023290966030"
});
Fn
.
User
.
CreateUserRegisterRecord
(
27
);
alert
(
"恭喜您获得一节精品外教试听课,请保证领取手机畅通,稍后将会有专业的学习顾问联系您安排上课时间"
);
window
.
registerCallback
&&
window
.
registerCallback
();
return
false
;
},
"successLocation"
:
""
,
"successTxt"
:
""
,
"defaultFnType"
:
""
,
"type"
:
"code"
});
})
</script>
<!-- 53客服 -->
<!-- customize footer code -->
</body></html>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论