.landscape-gate[data-v-d65c0b3a]{width:100%}.landscape-tip[data-v-d65c0b3a]{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:0.18667rem;width:-moz-max-content;width:max-content;max-width:calc(100vw - 0.64rem);padding:0.32rem 0.48rem;border-radius:0.24rem;background:rgba(0,0,0,.82);color:#fff;text-align:center;box-sizing:border-box;backdrop-filter:blur(0.05333rem)}.tip-text[data-v-d65c0b3a]{font-size:0.30667rem;line-height:1.5;white-space:normal}.tip-phone[data-v-d65c0b3a]{position:relative;width:0.2rem;height:0.34667rem;border:0.02667rem solid #fff;border-radius:0.05333rem;flex-shrink:0;animation:tip-rotate-d65c0b3a 1.6s ease-in-out infinite}.tip-phone[data-v-d65c0b3a]::after{content:"";position:absolute;left:50%;bottom:0.04rem;transform:translateX(-50%);width:0.05333rem;height:0.02667rem;background:rgba(255,255,255,.7);border-radius:0.01333rem}@keyframes tip-rotate-d65c0b3a{0%,20%{transform:rotate(0deg)}60%,100%{transform:rotate(90deg)}}.tip-fade-enter-active[data-v-d65c0b3a],.tip-fade-leave-active[data-v-d65c0b3a]{transition:opacity .4s ease,transform .4s ease}.tip-fade-enter[data-v-d65c0b3a],.tip-fade-leave-to[data-v-d65c0b3a]{opacity:0;transform:translate(-50%, calc(-50% + 0.13333rem))}
/* 重置样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
ol, ul, li {
	list-style: none;
}
img, video {
    display: block;
}
a {
	color: #2B2B2B;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.HurmeGeometricSans3_Black {
	font-family: HurmeGeometricSans3-Black;
}
.HurmeGeometricSans3_Bold {
	font-family: HurmeGeometricSans3-Bold;
}

/* .HurmeGeometricSans3_Light {
	font-family: HurmeGeometricSans3-Light;
} */
.HurmeGeometricSans3_SemiBold {
	font-family: HurmeGeometricSans3-SemiBold;
}
.PingFang_Blod {
	font-family: PingFang-Blod;
}
.PingFang_Medium {
	font-family: PingFang-Medium;
}
.SourceHanSerifCN_Medium {
    font-family: SourceHanSerifCN-Medium;
}
.SourceHanSerifCN_Bold {
    font-family: SourceHanSerifCN-Bold;
}
.SourceHanSansCN_Medium {
    font-family: SourceHanSansCN-Medium;
}
.SourceHanSansCN_Bold {
    font-family: SourceHanSansCN-Bold;
}
.flex_none {
	flex: none;
}
.y_scroll {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.w_h_100 {
	width: 100%;
	height: 100%;
}
.text_center {
	text-align: center;
}
.flex_1 {
	flex: 1;
}
.flex_center_center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_align_center {
	display: flex;
	align-items: center;
}
.flex_align_start {
	display: flex;
	align-items: flex-start;
}
.flex_align_end {
	display: flex;
	align-items: flex-end;
}
.flex_justify_center {
	display: flex;
	justify-content: center;
}
.flex_justify_between {
	display: flex;
	justify-content: space-between;
}
.flex_justify_around {
	display: flex;
	justify-content: space-around;
}
.flex_justify_end {
	display: flex;
	justify-content: flex-end;
}
.flex_col {
	display: flex;
	flex-direction: column;
}
.flex_row {
	display: flex;
	flex-direction: row;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.ellipsis {
    overflow: hidden;
	white-space: nowrap;
	lines: 1;
	text-overflow: ellipsis;
}
.absolute_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.absolute_l_center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.absolute_t_center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.absolute_l_t {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.absolute_l_b {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.absolute_r_t {
	position: absolute;
	right: 0;
	top: 0;
}
.absolute_r_b {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.absolute_all_0 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.fixed_l_b {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.fixed_l_t {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
.fixed_r_t {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.fixed_r_b {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.font_size_20 {
	font-size: 0.26667rem;
}
.font_size_24 {
	font-size: 0.32rem;
}
.font_size_26 {
	font-size: 0.34667rem;
}
.font_size_28 {
	font-size: 0.37333rem;
}
.font_size_30 {
	font-size: 0.4rem;
}
.font_size_32 {
	font-size: 0.42667rem;
}
.font_size_36 {
	font-size: 0.48rem;
}
.font_size_42 {
	font-size: 0.56rem;
}
.font_size_48 {
	font-size: 0.64rem;
}
.font_size_60 {
	font-size: 0.8rem;
}


@font-face {
    font-family: 'GlowSansSC-Wide-Bold';
    src: url(../fonts/GlowSansSC-Wide-Bold.9cf45c75.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GlowSansSC-Wide-Regular';
    src: url(../fonts/GlowSansSC-Wide-Regular.7b589fca.ttf);
    font-weight: normal;
    font-style: normal;
}


.click_cursor{cursor:pointer}#app{font-family:PingFang-Medium,Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;color:#111;font-weight:normal;overflow:clip}.pc{font-size:0.14583rem}.mobile{font-size:0.37333rem}
.custom_nav_bar[data-v-9a13c428]{position:absolute;left:0;top:0;z-index:10;width:100%;height:0.45833rem}.custom_nav_bar .go_back[data-v-9a13c428]{width:0.11979rem;height:0.20833rem;margin-left:0.625rem}.custom_nav_bar .logo[data-v-9a13c428]{width:0.66667rem;height:0.19792rem}.custom_nav_bar .menu_wrap[data-v-9a13c428]{position:fixed;right:0;top:0;width:0.875rem;height:0.45833rem}.custom_nav_bar .menu_wrap:hover .mask[data-v-9a13c428]{display:flex}.custom_nav_bar .menu_wrap .menu[data-v-9a13c428]{top:0.16667rem;z-index:9;width:0.19792rem;height:0.13021rem}.custom_nav_bar .menu_wrap .mask[data-v-9a13c428]{display:none;width:0.875rem;height:100vh;border-left:0.01333rem solid rgba(112,112,112,.27);background-color:rgba(0,0,0,.27)}.custom_nav_bar .menu_wrap .mask.light[data-v-9a13c428]{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.custom_nav_bar .menu_wrap .mask.light span[data-v-9a13c428]{color:#404040}.custom_nav_bar .menu_wrap .mask span[data-v-9a13c428]{line-height:0.15625rem;font-size:0.125rem;color:#fff;transform:rotate(90deg)}.custom_nav_bar .warpper[data-v-9a13c428]{z-index:10;width:100%;height:100vh;font-size:0.25rem;color:#eeede8;background-color:#303030;transform:translate3d(100%, 0, 0);transition:all .5s}.custom_nav_bar .warpper.active[data-v-9a13c428]{transform:translate3d(0, 0, 0)}.custom_nav_bar .warpper .close[data-v-9a13c428]{position:absolute;right:0.83333rem;top:0.3125rem;width:0.3125rem;height:0.3125rem}.custom_nav_bar .warpper .item_wrap[data-v-9a13c428]{position:absolute;left:1.875rem;top:1.14583rem}.custom_nav_bar .warpper .item_wrap .item[data-v-9a13c428]{position:relative;width:4.16667rem;height:0.42708rem;line-height:0.42708rem;margin-top:0.41667rem}.custom_nav_bar .warpper .item_wrap .item[data-v-9a13c428]:hover{font-size:0.35417rem}.custom_nav_bar .warpper .item_wrap .item:hover .cn[data-v-9a13c428]{display:block}.custom_nav_bar .warpper .item_wrap .item:hover .icon[data-v-9a13c428]{display:block}.custom_nav_bar .warpper .item_wrap .item[data-v-9a13c428]:first-child{margin-top:0}.custom_nav_bar .warpper .item_wrap .item .cn[data-v-9a13c428]{display:none;line-height:0.23958rem;font-size:0.125rem;padding-left:0.125rem;border-left:0.02083rem solid #eeede8;margin-left:0.125rem}.custom_nav_bar .warpper .item_wrap .item .icon[data-v-9a13c428]{display:none;position:fixed;left:0;top:0;width:0.41667rem;height:0.41667rem;transition:transform .3s}.custom_nav_bar .warpper .all_series[data-v-9a13c428]{position:absolute;right:1.875rem;bottom:20%}
@keyframes scroll-9f4ae876{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-28.44792rem, 0, 0)}}.scroll[data-v-9f4ae876]{animation:scroll-9f4ae876 12s linear infinite}.scroll_bar[data-v-9f4ae876]{position:relative;width:100%;height:0.625rem}.scroll_bar .scroll_tag_wrap[data-v-9f4ae876]{position:absolute;left:0;top:0.09375rem;transform:translate3d(0, 0, 0)}.scroll_bar .scroll_tag_wrap .scroll_bar_tag[data-v-9f4ae876]{width:14.22396rem;height:0.4375rem}
.foot[data-v-5d0abc77]{width:100%;position:relative;color:#111;background-color:lime;padding:0.3125rem 1.875rem 0.41667rem}.foot .logo_wrap[data-v-5d0abc77]{width:100%;border-bottom:0.01333rem solid #111;padding-bottom:0.34375rem}.foot .logo_wrap .logo[data-v-5d0abc77]{width:0.8125rem;height:0.25rem}.foot .logo_wrap .tag[data-v-5d0abc77]{width:2.20833rem;height:0.18229rem}.foot .nav_wrap[data-v-5d0abc77]{line-height:0.23958rem;font-size:0.19792rem;margin:0.52083rem 0}.foot .nav_wrap .nav_item[data-v-5d0abc77]{margin-top:0.19792rem}.foot .nav_wrap .nav_item[data-v-5d0abc77]:first-child{margin-top:0}.foot .corporate_name[data-v-5d0abc77],.foot .keep_on_record[data-v-5d0abc77],.foot .gongan[data-v-5d0abc77]{line-height:0.13021rem;font-size:0.10417rem}.foot .corporate_name[data-v-5d0abc77],.foot .keep_on_record[data-v-5d0abc77]{margin-bottom:0.10417rem}.foot .keep_on_record .icp_text[data-v-5d0abc77]{position:relative;display:inline-block;height:0.09375rem;line-height:0.09375rem;border-left:0.01333rem solid #2b2b2b;border-right:0.01333rem solid #2b2b2b;padding:0 0.05208rem;margin:0 0.04167rem 0 0.07813rem}.foot .gongan_tag[data-v-5d0abc77]{width:0.15625rem;height:0.15625rem}.foot .third_party[data-v-5d0abc77]{position:absolute;right:1.875rem;bottom:0.41667rem}.foot .third_party img[data-v-5d0abc77]{width:0.22917rem;height:0.22917rem}.foot .third_party a[data-v-5d0abc77]{margin-left:0.11979rem}.foot .third_party a[data-v-5d0abc77]:first-child{margin-left:0}.foot .wx_wrap[data-v-5d0abc77]{position:absolute;right:1.875rem;bottom:1.14583rem}.foot .wx_wrap span[data-v-5d0abc77]{width:100%;line-height:0.19271rem;font-size:0.09375rem;background-color:rgba(120,120,120,.18)}
.to_top_tag[data-v-63035992]{position:fixed;z-index:9;right:0.57292rem;bottom:0.83333rem;display:none;width:0.36458rem;height:0.40625rem}
.home_page[data-v-79052e76]{position:relative;background-color:#111}.home_page .logo[data-v-79052e76]{position:absolute;left:1.875rem;top:0.13021rem;z-index:9;width:0.64583rem;height:0.19792rem}.home_page .rotation_wrap[data-v-79052e76]{position:relative}.home_page .rotation_wrap .rotation_content[data-v-79052e76]{height:5.625rem}.home_page .rotation_wrap .rotation_item[data-v-79052e76]{height:5.625rem;overflow:hidden}.home_page .rotation_wrap .rotation_item .text_1[data-v-79052e76]{bottom:1.04167rem;font-size:0.3125rem;color:lime}.home_page .rotation_wrap .rotation_item .text_2[data-v-79052e76]{bottom:0.73958rem}.home_page .rotation_wrap .rotation_item .text_2 img[data-v-79052e76]{width:1.35417rem;height:0.13021rem}.home_page .rotation_wrap .rotation_item .more_btn[data-v-79052e76]{bottom:0.36458rem;width:0.73438rem;height:0.26042rem}.home_page .idea_wrap[data-v-79052e76]{color:#eeede8;padding:0.98958rem 0 0.57292rem 1.875rem}.home_page .idea_wrap .title_tag[data-v-79052e76]{width:2.06771rem;height:0.34896rem}.home_page .idea_wrap .title_text[data-v-79052e76]{line-height:0.17708rem;font-size:0.125rem;margin:0.10417rem 0 0.46875rem}.home_page .idea_wrap .home_idea[data-v-79052e76]{width:5.65625rem;height:3.36979rem;margin-right:0.16667rem}.home_page .idea_wrap .home_idea_tag[data-v-79052e76]{width:0.42708rem;height:3.36979rem}.home_page .idea_wrap .idea_content[data-v-79052e76]{width:5.69792rem;line-height:0.3125rem;font-size:0.125rem;text-indent:2em;margin-top:0.57292rem}.home_page .idea_wrap .idea_content span[data-v-79052e76]{color:#04c104}.home_page .more_wrap[data-v-79052e76]{padding-left:1.875rem}.home_page .more_wrap .title_text[data-v-79052e76]{line-height:0.15625rem;font-size:0.09375rem;color:#dfdfdb}.home_page .more_wrap .tag[data-v-79052e76]{width:0.3125rem;height:0.08333rem;margin-right:0.18229rem}.home_page .more_wrap .more_tag_wrap[data-v-79052e76]{width:5.75521rem;border-bottom:0.01333rem solid #404040}.home_page .more_wrap .more_tag_wrap span[data-v-79052e76]{color:#fff}.home_page .more_wrap .more_tag_wrap img[data-v-79052e76]{width:0.36458rem;height:0.36458rem;margin-left:0.15625rem}.home_page .new_wrap[data-v-79052e76]{height:7.88021rem;padding-top:1.45833rem}.home_page .new_wrap .title_wrap[data-v-79052e76]{padding:0 1.875rem;margin-bottom:0.90625rem}.home_page .new_wrap .title_wrap h1[data-v-79052e76]{line-height:0.57292rem;font-size:0.46875rem;color:lime;margin-right:0.04167rem}.home_page .new_wrap .title_wrap span[data-v-79052e76]{line-height:0.39583rem;font-size:0.125rem;color:lime}.home_page .new_wrap .title_wrap h3[data-v-79052e76]{line-height:0.39063rem;font-size:0.32292rem;color:#404040}.home_page .new_wrap .title_wrap .new_tag[data-v-79052e76]{width:3.10417rem;height:0.74479rem}.home_page .new_wrap video[data-v-79052e76]{width:6.25rem;margin:0 auto}.home_page .wrapper[data-v-79052e76]{width:100%;height:5.625rem}.home_page .wrapper .img_wrap[data-v-79052e76]{position:relative;border:0.01333rem solid lime;border-radius:0.20833rem;overflow:hidden}.home_page .wrapper .img_wrap[data-v-79052e76]::before{position:absolute;left:-0.01333rem;right:-0.01333rem;top:-0.01333rem;bottom:-0.01333rem;z-index:-1;filter:blur(0.06667rem);content:""}.home_page .img_1_wrap[data-v-79052e76]{position:relative}.home_page .img_1_wrap .tag[data-v-79052e76]{position:absolute;left:0.9375rem;bottom:2.11979rem;z-index:1;width:0.78125rem;height:0.1875rem}.home_page .img_2_wrap[data-v-79052e76]{position:relative}.home_page .img_2_wrap .detail[data-v-79052e76]{position:absolute;right:1.09375rem;top:0;height:100%;z-index:1;padding-top:0.80729rem}.home_page .img_2_wrap .detail .img_wrap[data-v-79052e76]{width:2.80208rem;height:3.55208rem;margin:0.25rem 0 0.15625rem}.home_page .img_2_wrap .detail .img_wrap[data-v-79052e76]::before{background-color:rgba(0,0,0,.08)}.home_page .img_2_wrap .detail img[data-v-79052e76]{width:2.80208rem;height:3.55208rem}.home_page .img_2_wrap .detail .name[data-v-79052e76]{font-size:0.24479rem}.home_page .img_2_wrap .detail .price[data-v-79052e76]{line-height:0.25rem;font-size:0.1875rem}.home_page .img_3_wrap[data-v-79052e76]{background:linear-gradient(360deg, #00FF00 0%, #AEECAE 35%, #E9E9E9 100%)}.home_page .img_3_wrap .detail[data-v-79052e76]{width:50%;height:100%;padding-top:0.69792rem}.home_page .img_3_wrap .detail .img_wrap[data-v-79052e76]{position:relative;z-index:1;width:2.54688rem;height:3.22917rem;margin:0.15625rem 0 0.125rem}.home_page .img_3_wrap .detail .img_wrap[data-v-79052e76]::before{background-color:rgba(0,0,0,.08)}.home_page .img_3_wrap .detail img[data-v-79052e76]{width:2.54688rem;height:3.22917rem}.home_page .img_3_wrap .detail .name[data-v-79052e76]{line-height:0.30208rem;font-size:0.25rem}.home_page .img_3_wrap .detail .name span[data-v-79052e76]:last-child{font-size:0.20833rem}.home_page .img_3_wrap .detail .intro[data-v-79052e76]{font-size:0.15625rem}.home_page .img_3_wrap .detail .price[data-v-79052e76]{line-height:0.25rem;font-size:0.1875rem;margin-top:0.125rem}.home_page .img_3_wrap .home_img_3[data-v-79052e76]{width:50%;height:100%}.home_page .earphone_wrap[data-v-79052e76]{position:relative;height:2000PX;overflow:hidden}.home_page .earphone_wrap .temp_wrap[data-v-79052e76]{position:absolute;left:0;top:0;width:100%;height:100vh;background-image:url(../img/earphone_bg.f8e79ffd.png);background-size:contain;overflow:hidden}.home_page .earphone_wrap .temp_wrap .img_wrap[data-v-79052e76]{position:absolute;left:0;top:0;width:100%;height:100%}.home_page .earphone_wrap .temp_wrap .img_wrap .sonic_wave[data-v-79052e76]{position:absolute;left:50%;top:50%;transform:translate3d(-2.13542rem, -1.79688rem, 0);display:none;width:1.68229rem;height:1.48958rem}.home_page .earphone_wrap .earphone_text[data-v-79052e76]{position:absolute;left:1.85417rem;bottom:0;width:2.46354rem;height:0.34896rem;transform:translate3d(0, 100%, 0)}.home_page .earphone_wrap .text_wrap[data-v-79052e76]{position:absolute;left:1.875rem;bottom:0;align-items:flex-start;font-family:PingFang-Medium;font-size:0.09375rem;line-height:0.25rem;color:#dfdfdb;transform:translate3d(0, 100%, 0)}.home_page .earphone_wrap .text_wrap span[data-v-79052e76]:first-child{color:#fff;font-size:0.15625rem}.home_page .earphone_wrap .earphone[data-v-79052e76]{position:absolute;left:50%;top:50%;width:3.125rem;height:3.125rem;transform:translate3d(-50%, -50%, 0)}.home_page .img_4_wrap[data-v-79052e76]{position:relative}.home_page .img_4_wrap .more_tag[data-v-79052e76]{position:absolute;right:1.35417rem;top:2.69792rem;z-index:1;width:0.78125rem;height:0.1875rem}
.m_nav_bar[data-v-072caff2]{position:absolute;left:0;top:0;z-index:11;width:100%;height:1.17333rem;color:#eeede8;padding:0 0.50667rem}.m_nav_bar .menu[data-v-072caff2]{position:fixed;right:0.50667rem;top:0.34667rem;width:0.64rem;height:0.48rem}.m_nav_bar .go_back[data-v-072caff2]{width:0.8rem;height:0.8rem}.m_nav_bar .menu_wrap[data-v-072caff2]{width:6.50667rem;height:100vh;background-color:rgba(0,0,0,.92);padding:3rem 0 0 0.8rem}.m_nav_bar .menu_wrap .mask[data-v-072caff2]{z-index:-1}.m_nav_bar .menu_wrap .item[data-v-072caff2]{height:0.49333rem;line-height:0.49333rem;font-size:0.4rem;margin-top:1.2rem}.m_nav_bar .menu_wrap .item[data-v-072caff2]:first-child{margin-top:0}.m_nav_bar .menu_wrap .all_series[data-v-072caff2]{position:absolute;right:0.4rem;bottom:2.66667rem;font-size:0.50667rem}.m_nav_bar .menu_wrap .close[data-v-072caff2]{position:absolute;right:0.4rem;top:0.29333rem;width:0.64rem;height:0.64rem}
@keyframes scroll-67510643{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-27.89333rem, 0, 0)}}.scroll[data-v-67510643]{animation:scroll-67510643 8s linear infinite}.m-scroll-bar[data-v-67510643]{position:relative;width:100%;height:0.8rem}.m-scroll-bar .scroll_tag_wrap[data-v-67510643]{position:absolute;left:0;top:0.18667rem;transform:translate3d(0, 0, 0)}.m-scroll-bar .scroll_tag_wrap .scroll_bar_tag[data-v-67510643]{width:13.94667rem;height:0.42667rem}
.m_foot[data-v-0a67c6ca]{width:100%;position:relative;color:#111;background-color:lime;padding:0.8rem 0.21333rem}.m_foot .logo_wrap[data-v-0a67c6ca]{width:100%;border-bottom:0.01333rem solid #111;padding-bottom:0.66667rem}.m_foot .logo_wrap .logo[data-v-0a67c6ca]{width:1.73333rem;height:0.53333rem}.m_foot .logo_wrap .tag[data-v-0a67c6ca]{width:4.32rem;height:0.36rem}.m_foot .nav_wrap[data-v-0a67c6ca]{padding:0.93333rem 0 0.8rem}.m_foot .nav_wrap .nav_item[data-v-0a67c6ca]{line-height:0.50667rem;font-size:0.42667rem;margin-top:0.4rem}.m_foot .nav_wrap .nav_item[data-v-0a67c6ca]:first-child{margin-top:0}.m_foot .corporate_name[data-v-0a67c6ca],.m_foot .keep_on_record[data-v-0a67c6ca],.m_foot .gongan[data-v-0a67c6ca]{line-height:0.34667rem;font-size:0.26667rem}.m_foot .corporate_name[data-v-0a67c6ca],.m_foot .keep_on_record[data-v-0a67c6ca]{margin-bottom:0.32rem}.m_foot .gongan_tag[data-v-0a67c6ca]{width:0.4rem;height:0.4rem}.m_foot .third_party[data-v-0a67c6ca]{position:absolute;right:0.4rem;top:4.93333rem}.m_foot .third_party img[data-v-0a67c6ca]{width:0.4rem;height:0.4rem}.m_foot .third_party a[data-v-0a67c6ca]{margin-left:0.50667rem}.m_foot .third_party a[data-v-0a67c6ca]:first-child{margin-left:0}.m_foot .wx_wrap[data-v-0a67c6ca]{position:absolute;right:0.2rem;top:2.66667rem;width:1.2rem}.m_foot .wx_wrap img[data-v-0a67c6ca]{width:1.2rem;height:1.17333rem}.m_foot .wx_wrap span[data-v-0a67c6ca]{width:1.2rem;line-height:0.34667rem;font-size:0.21333rem;background-color:rgba(120,120,120,.18)}
.to_top_tag[data-v-7f0de386]{position:fixed;z-index:9;right:0.4rem;bottom:1.6rem;display:none;width:0.85333rem;height:0.92rem}
.m_home_page[data-v-c0c51b52]{min-height:100vh;color:#eeede8;background-color:#111}.m_home_page .logo[data-v-c0c51b52]{width:1.01333rem;height:0.30667rem}.m_home_page .rotation_wrap[data-v-c0c51b52]{position:relative;width:100%;height:17.78667rem}.m_home_page .rotation_wrap .swiper-pagination[data-v-c0c51b52]{left:0;bottom:0.32rem;width:100%}.m_home_page .rotation_wrap .swiper-pagination[data-v-c0c51b52] .swiper-pagination-bullet{width:0.13333rem;height:0.13333rem;border-radius:50%;background-color:rgba(255,255,255,.5);margin-left:0.13333rem}.m_home_page .rotation_wrap .swiper-pagination[data-v-c0c51b52] .swiper-pagination-bullet.swiper-pagination-bullet-active{width:0.26667rem;height:0.13333rem;border-radius:0.06667rem;background-color:lime}.m_home_page .rotation_wrap .text_wrap[data-v-c0c51b52]{position:absolute;z-index:1}.m_home_page .rotation_wrap .text_wrap img[data-v-c0c51b52]{transition:transform .3s ease}.m_home_page .rotation_wrap .text_wrap.one[data-v-c0c51b52]{left:2.48rem;top:2.76rem}.m_home_page .rotation_wrap .text_wrap.one img[data-v-c0c51b52]:nth-child(1){width:5.8rem;height:0.4rem;margin-bottom:0.8rem}.m_home_page .rotation_wrap .text_wrap.one img[data-v-c0c51b52]:nth-child(2){width:4.18667rem;height:0.78667rem}.m_home_page .rotation_wrap .text_wrap.two[data-v-c0c51b52]{left:50%;top:1.97333rem;transform:translateX(-50%)}.m_home_page .rotation_wrap .text_wrap.two img[data-v-c0c51b52]:nth-child(1){width:8.82667rem;height:0.61333rem}.m_home_page .rotation_wrap .text_wrap.three[data-v-c0c51b52]{left:1.36rem;top:13.08rem}.m_home_page .rotation_wrap .text_wrap.three img[data-v-c0c51b52]:nth-child(1){width:6.46667rem;height:1.05333rem;margin-bottom:0.4rem}.m_home_page .rotation_wrap .text_wrap.three img[data-v-c0c51b52]:nth-child(2){width:4.18667rem;height:0.78667rem}.m_home_page .idea_wrap[data-v-c0c51b52]{padding:1.6rem 0.4rem 1.2rem}.m_home_page .idea_wrap .title_tag[data-v-c0c51b52]{width:3.16rem;height:0.6rem}.m_home_page .idea_wrap .title_text[data-v-c0c51b52]{line-height:0.32rem;font-size:0.24rem;margin:0.24rem 0 1.2rem}.m_home_page .idea_wrap .home_idea[data-v-c0c51b52]{width:8.37333rem;height:4.96rem}.m_home_page .idea_wrap .home_idea_tag[data-v-c0c51b52]{width:0.64rem;height:4.96rem;margin-left:auto}.m_home_page .idea_wrap .idea_content[data-v-c0c51b52]{line-height:0.64rem;font-size:0.26667rem;text-indent:2em;margin-top:0.66667rem}.m_home_page .idea_wrap .idea_content span[data-v-c0c51b52]{color:#04c104}.m_home_page .more_wrap[data-v-c0c51b52]{width:9.2rem;border-bottom:0.01333rem solid #5d5d5d;padding-bottom:0.33333rem;margin:0 auto}.m_home_page .more_wrap .tag[data-v-c0c51b52]{width:0.84rem;height:0.22667rem;margin-bottom:0.10667rem}.m_home_page .more_wrap span[data-v-c0c51b52]{font-size:0.34667rem;color:#fff}.m_home_page .more_wrap .more_tag[data-v-c0c51b52]{width:0.70667rem;height:0.69333rem;margin-left:0.32rem}.m_home_page .new_wrap[data-v-c0c51b52]{padding:2.53333rem 0.4rem 1.6rem}.m_home_page .new_wrap .new_title[data-v-c0c51b52]{width:100%;height:1.48rem;margin-bottom:1.2rem}.m_home_page .new_wrap video[data-v-c0c51b52]{width:100%}.m_home_page .wrapper[data-v-c0c51b52]{position:relative;width:100%;height:16rem;background-size:100% 100%}.m_home_page .home_img_1_wrap .img_2_wrap .img_wrap[data-v-c0c51b52]{position:absolute;right:0.72rem;bottom:2.22667rem;z-index:1;width:3.68rem;height:4.69333rem}.m_home_page .home_img_1_wrap .img_2_wrap .img_wrap[data-v-c0c51b52]::before{position:absolute;left:0.01333rem;right:0.01333rem;top:0;bottom:0;border-radius:0.26667rem;z-index:-1;background-color:rgba(255,255,255,.1);backdrop-filter:blur(0.53333rem);content:""}.m_home_page .home_img_1_wrap .img_2_wrap .img_wrap .price[data-v-c0c51b52]{position:absolute;right:0.16rem;bottom:0.93333rem;line-height:0.53333rem;font-size:0.37333rem;color:lime;letter-spacing:0.01333rem}.m_home_page .home_img_1_wrap .img_2_wrap .img_wrap .price span[data-v-c0c51b52]{font-size:0.24rem;margin-right:-0.13333rem}.m_home_page .home_img_2_wrap[data-v-c0c51b52]{padding-top:2.85333rem}.m_home_page .home_img_2_wrap .img_2[data-v-c0c51b52]{width:6.45333rem;height:10.32rem}.m_home_page .home_img_2_wrap .tag[data-v-c0c51b52]{width:6.45333rem;height:0.44rem}.m_home_page .home_img_2_wrap .price[data-v-c0c51b52]{line-height:0.49333rem;font-size:0.37333rem;color:#fff;margin-top:1.06667rem}.m_home_page .home_img_3_wrap .img_2_wrap .img_wrap[data-v-c0c51b52]{position:absolute;right:0.4rem;bottom:1.88rem;z-index:1;width:3.57333rem;height:4.58667rem}.m_home_page .home_img_3_wrap .img_2_wrap .img_wrap[data-v-c0c51b52]::before{position:absolute;left:0.05333rem;right:0.05333rem;top:0.02667rem;bottom:0.02667rem;border-radius:0.26667rem;z-index:-1;background-color:rgba(255,255,255,.15);filter:blur(0.06667rem);content:""}.m_home_page .home_img_3_wrap .img_2_wrap .img_wrap .price[data-v-c0c51b52]{position:absolute;left:0.21333rem;bottom:0.93333rem;line-height:0.53333rem;font-size:0.37333rem;color:lime;letter-spacing:0.01333rem}.m_home_page .home_img_3_wrap .img_2_wrap .img_wrap .price span[data-v-c0c51b52]{font-size:0.24rem;margin-right:-0.13333rem}.m_home_page .home_img_4_wrap[data-v-c0c51b52]{padding-top:2.82667rem}.m_home_page .home_img_4_wrap .img_2[data-v-c0c51b52]{width:6.45333rem;height:10.32rem}.m_home_page .home_img_4_wrap .tag[data-v-c0c51b52]{width:6.45333rem;height:0.44rem}.m_home_page .home_img_4_wrap .price[data-v-c0c51b52]{line-height:0.49333rem;font-size:0.37333rem;color:#2b2b2b;margin-top:1.06667rem}
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 16rem;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.36rem;
  height: 0.58667rem;
  margin-top: -0.29333rem;
  z-index: 10;
  cursor: pointer;
  background-size: 0.36rem 0.58667rem;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0.13333rem;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0.13333rem;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.13333rem;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 0.10667rem;
  height: 0.10667rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.13333rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.08rem 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.10667rem;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05333rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 0.05333rem;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 0.05333rem;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0.13333rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.04rem;
  z-index: 50;
  height: 0.06667rem;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.04rem;
  top: 1%;
  z-index: 50;
  width: 0.06667rem;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.13333rem;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(0.66667rem);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 16rem;
}

