/* 重置浏览器默认样式 */
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; /* 确保元素的宽高包含内边距和边框 */
}
/* 设置默认字体和背景 */
body {
    line-height: 1;
    font-family: '思源黑体 CN',  Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background-color: white;
}
/* 清除列表默认样式 */
ol, ul {
    list-style: none;
}
/* 去除链接下划线 */
a {
    text-decoration: none;
    color: inherit; /* 使链接文字颜色继承父元素文字颜色 */
}
/* 处理图片默认边框 */
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}
/* 设置表格样式 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 去除浏览器自动填充输入框的样式 */
input, textarea {
    -webkit-appearance: none; /* 针对Safari和Chrome */
}
 
/* 更多自定义初始化样式 */
.clearfix:after{
    visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
  
.clearfix {
    zoom: 1; 
}

body {
    min-width: 1400px;
    font-size: 14px;
}

.linear {
    /* background-image: linear-gradient(90deg, #cbcbcc, #e5e5e5); */
}

.header {
    font-size: 0;
    position: relative;
    height: 55px;
    background: #004172;
}

.header .wrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display:flex;
    justify-content:space-between;
    padding-right:25px;
}

.header .logo {
    height: 100%;
    /* padding-top: 35px; */
    width: 210px;
}

.header .logo img {
    width: 100%;
    height: 100%;

}

.header .right-content {
    height: 100%;
    margin-left: 176px;
    text-align: right;
}

.header .link {
    padding-top: 20px;
    height: 46px;
}

.header .link .link-cell {
    display: inline-block;
    margin-left: 20px;
}

.header .link .link-cell .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.header .link .link-cell .icon img {
    width: 18px;
    height: 18px;
}

.header .link .link-cell .name {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 18px;
}

.header .menu {
    /* height: 108px; */
    display: inline-block;
    /* margin-right: -30px; */
}

.header .menu .menu-cell {
    font-size: 14px;
    float: left;
    height: 100%;
    width: 100px;
    /* text-align: center; */
}

.header .menu .menu-cell.active > a {
    border-bottom: 4px solid #006AB9;
    color:#fff;
}

.header .menu .menu-cell:hover > a {
    border-bottom: 4px solid #006AB9;
    color:#fff;
}

.header .menu .menu-cell:nth-child(3):hover .sub-menu{
    display: block;
}

.header .menu .menu-cell > a {
    color: #fff;
    height: 100%;
    line-height: 55px;
    padding: 20px 0;
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
}

.header .sub-menu {
    background: #fff;
    height: 198px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
}
.header .sub-menu .fangan_list{
    display:flex;
    width:57%;
    margin:0 auto;
    justify-content:space-between;
}
.header .sub-menu .fangan_list a:visited {
    color: #006AB9;
}
.header .sub-menu .fangan_list .fangan img{
    width:200px;
}
.header .sub-menu .fangan_list .fangan .name{
    margin:20px 0 10px;
}
/* .header .sub-menu .sub-menu__wrap {
    width: 1200px;
    margin: 0 auto;
    padding-left: 560px;
}

.header .sub-menu .sub-menu__cell {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 25px;
    background: url('../img/header-icon-3.png') no-repeat 0 3px / 14px 14px;
    color: #161716;
    margin-top: 15px;
}

.header .sub-menu .sub-menu__cell:first-child {
    border-right: 2px solid #000;
    margin-right: 25px;
} */

/* footer */
.footer {
    background-color: #006AB9;
    height: 245px;
}

.footer .wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.footer .left-content {
    padding-top: 60px;
    width: 176px;
    float: left;
}
.footer .lImg{
    width:160px;
}

.footer .right-content .share {
    margin-top: 40px;
}

.footer .right-content .share .name {
    color: #4b4b4b;
    margin-right: 0;
    cursor: default;
}

.footer .right-content .share img {
    vertical-align: top;
    width:20px;
}
.footer .right-content .share .fenxiang{
    margin-left:125px;
}

.footer .right-content .share span {
    margin-right: 5px;
    cursor: pointer;
}

.footer .right-content {
    margin-left: 176px;
    padding-left: 195px;
    height: 100%;
    position: relative;
}

.footer .right-content .link {
    margin-top: 130px;
    display: inline-block;
    text-align: left;
    font-size: 0;
}

.footer .right-content .link-cell {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    /* border-right: 2px solid #4b4b4b; */
    font-size: 15px;
}

.footer .right-content .link-cell:first-child {
    padding-left: 0;
}

.footer .right-content .link-cell:last-child {
    padding-right: 0;
    border-right: none;
}

.footer .left-content .phone {
    font-size: 8px;
    color: #FFFFFF;
    margin-top: 20px;
}

.footer .left-content .pp {
    color: #fff;
    font-size: 17px;

}

.footer .record {
    font-size: 13px;
    color: #fff;
    padding:10px;
    margin-top:-20px;
    text-align:center;
    background:#004172;
    display:flex;
    justify-content:center;

}

.footer .record img{
    width:15px;
    margin-left: 15px;
    margin-right: 5px;

}


.footer .right-content .qrcode {
    position: absolute;
    right: 40px;
    top: 63.5px;
    font-size: 0;
}

.footer .right-content .qrcode .f_logo {
    width: 222px;
}

.footer .right-content .qrcode p {
    color: #4b4b4b;
    font-size: 14px;
    text-align: center;
}

.footer .right-content .qrcode p:nth-child(2) {
    margin-top: 20px;
}

.footer .qrcode-wx {
    position: fixed;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -138px;
    padding: 10px;
    width: 260px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    display: none;
}

.footer .qrcode-wx .title{
    margin: 10px 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.footer .qrcode-wx .close {
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.footer .qrcode-wx table {
    margin: 0 auto;
}

.footer .qrcode-wx .tip {
    display: block;
    text-align: center;
    margin-top: 20px;
}


/* pre css */
		#c_grid-17526684355680 .p_gridbox::after {
		    content: '';
		    clear: left;
		    display: block
		}
		
		#c_grid-17526684355680 > div > .p_gridbox {
		    width: 100%;
		    overflow: hidden;
		    position: static
		}
		
		#c_grid-17526684355680 > div > .p_gridCell {
		    float: left;
		    position: static
		}
		
		#c_grid-17526684355680 > .p_gridbox.signal {
		    min-height: inherit
		}
		
		#c_grid-17526684355680 > .p_gridbox.signal > .p_gridCell {
		    min-height: inherit !important
		}
		
		#c_grid-17526684355680 {
		    margin-left: auto;
		    margin-right: auto;
		    width: 100%;
		    display-radio: 1;
		    background_radio: 2
		}
		
		#c_grid-17526684355680 .p_gridbox {
		    display-radio: 1
		}
		
		@media screen and (max-width: 768px) {
		    #c_grid-17526684355680 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:99%;
		        margin-left: 0.5%;
		        margin-right: 0.5%;
		        margin-top: 0.5rem;
		        margin-bottom: 0.5rem;
		        clear: left
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_grid-17526684355680 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		    #c_grid-17526684355680 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1420px) and (min-width: 1360px) {
		}
		
		@media screen and (max-width: 1360px) and (min-width: 1024px) {
		}
		
		.page_a.current {
		    background: #0096cd;
		    color: #fff
		}
		
		#c_navigation_126-17526684355741 {
		    min-height: 0px;
		    padding-bottom: 0px;
		    width: 100%;
		    border-bottom: 0px solid rgba(255,255,255,.2);
		    position: fixed;
		    left: 0;
		    top: 0;
		    z-index: 99;
		    transition: all .5s ease;
		    display-radio: 1;
		    margin-top: 0px;
		    padding-top: 0px;
		    background-fill-value: background-color
		}
		
		#c_navigation_126-17526684355741.active {
		    background: #ffffff;
		    backdrop-filter: blur(10px)
		}
		
		#c_navigation_126-17526684355741 .e_container-21 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto;
		    display-radio: flex;
		    padding-bottom: 0px;
		    padding-top: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    transition: all 0.5s ease;
		    background_radio: 1
		}
		
		#c_navigation_126-17526684355741 .e_container-21 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_navigation_126-17526684355741 .e_container-21 .cbox-21-0 {
		    flex: 0 0 20%;
		    align-self: center
		}
		
		#c_navigation_126-17526684355741 .e_container-21 .cbox-21-2 {
		    flex: 0 0 15%;
		    align-self: center
		}
		
		.havestatic > div,.havestatic > div[class*="cbox-"] {
		    position: static !important
		}
		
		#c_navigation_126-17526684355741.active {
		    box-shadow: 0 0 15px rgb(0 0 0 / 10%)
		}
		
		#c_navigation_126-17526684355741 .closeFrom {
		    display: flex;
		    flex-direction: column;
		    justify-content: center
		}
		
		#c_navigation_126-17526684355741 .closeFrom svg {
		    fill: #7e308d;
		    transition: all ease .3s;
		    cursor: pointer
		}
		
		#c_navigation_126-17526684355741 .closeFrom:hover svg {
		    transform: rotate(90deg)
		}
		
		#c_navigation_126-17526684355741 .boxForm.active {
		    top: 0
		}
		
		#c_navigation_126-17526684355741.active .e_image-31 {
		    overflow: hidden;
		    display-radio: 1;
		    max-width: 140px;
		    transition: all 0.2s ease
		}
		
		#c_navigation_126-17526684355741 .e_image-31 {
		    overflow: hidden;
		    display-radio: 1;
		    max-width: 160px;
		    transition: all 0.2s ease
		}
		
		#c_navigation_126-17526684355741 .e_image-31 img {
		    width: 100%;
		    height: 100%;
		    object-fit: contain
		}
		
		#c_navigation_126-17526684355741.active .e_image-31 img {
		    opacity: 1;
		    filter: initial
		}
		
		#c_navigation_126-17526684355741.active .e_image-31 {
		    background-repeat: no-repeat;
		    background-size: contain
		}
		
		#c_navigation_126-17526684355741.active .e_container-21 {
		    max-width: 94%;
		    transition: all 0.5s ease
		}
		
		#c_navigation_126-17526684355741 .e_button-39 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    width: 160px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    margin-top: 0px;
		    height: 40px;
		    font-size: 16px;
		    font-family: Microsoft YaHei;
		    line-height: 38px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    display-radio: block;
		    margin-left: auto;
		    margin-right: 0px;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    color: rgb(255 255 255);
		    background-color: #7e308d;
		    margin-bottom: 0px;
		    box-shadow: #4d005f00 4px 9px 12px 2px;
		    padding: 0px
		}
		
		#c_navigation_126-17526684355741 .e_button-39 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_navigation_126-17526684355741 .e_button-39::after {
		    content: "";
		    position: absolute;
		    width: 0;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_navigation_126-17526684355741 .e_button-39:hover::after {
		    opacity: 1
		}
		
		#c_navigation_126-17526684355741 .e_button-39:hover {
		    font-size: 16px;
		    background-color: #9000b1;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    border-style: none;
		    border-width: 1px;
		    border-color: #9000b1;
		    color: rgba(255,255,255,1)
		}
		
		#c_navigation_126-17526684355741 .e_button-39:before {
		    border-radius: 50%
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 {
		    display: flex;
		    justify-content: flex-end
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton {
		    width: 100px;
		    justify-content: center;
		    padding: 20px 0;
		    display: none
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p {
		    width: 21px;
		    height: 16px;
		    cursor: pointer
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p span {
		    width: 100%;
		    background: #333;
		    display: block;
		    height: 2px;
		    margin: 2px 0;
		    float: left;
		    -webkit-transition: all ease 0.8s,opacity ease 0.3s;
		    -moz-transition: all ease 0.8s,opacity ease 0.3s;
		    -ms-transition: all ease 0.8s,opacity ease 0.3s;
		    -o-transition: all ease 0.8s,opacity ease 0.3s;
		    transition: all ease 0.8s,opacity ease 0.3s;
		    opacity: 1
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p span:nth-of-type(1) {
		    width: 50%;
		    float: left
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p span:nth-of-type(3) {
		    width: 50%;
		    float: right
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span {
		    background: #323538;
		    -webkit-animation: animaspan 0.5s 1;
		    animation: animaspan 0.5s 1;
		    animation-fill-mode: forwards;
		    -webkit-animation-fill-mode: forwards
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span:nth-of-type(1) {
		    transform: translateY(6px) rotate(720deg);
		    width: 100%
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span:nth-of-type(2) {
		    transform: rotate(720deg)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span:nth-of-type(3) {
		    transform: translateY(-6px) rotate(720deg);
		    width: 100%
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span.biahuan:nth-of-type(1) {
		    transform: translateY(6px) rotate(670deg)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span.biahuan:nth-of-type(2) {
		    transform: translateY(0px) rotate(768deg)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton > p.showmenu span.biahuan:nth-of-type(3) {
		    width: 0;
		    opacity: 0
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon {
		    color: rgb(0 0 0 / 60%);
		    font-size: 18px;
		    line-height: 1;
		    transition: all ease .3s;
		    text-decoration: none
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon:hover {
		    color: rgb(0 0 0 / 100%)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon::after {
		    background: #9000b1;
		    height: 2px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 > div {
		    width: 100%
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1:hover .p_navBox2 {
		    opacity: 1;
		    visibility: visible;
		    pointer-events: auto
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 ul {
		    padding: 10px 0
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree ul {
		    padding: 0
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 {
		    width: auto;
		    margin-right: 60px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 a {
		    display: flex;
		    width: 100%;
		    transition: all ease .3s;
		    padding-right: 15px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon2 {
		    font-size: 15px;
		    text-align: left;
		    color: #000000;
		    transition: all ease .15s;
		    display: flex;
		    width: 100%;
		    padding: 10px 20px;
		    line-height: 1;
		    text-decoration: none
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navCon2 {
		    text-align: left;
		    font-size: 26px;
		    padding: 0;
		    font-weight: bold;
		    letter-spacing: 0
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 a span {
		    width: 100%
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 img {
		    width: 100%;
		    max-width: 24px;
		    margin-right: 25px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 img {
		    margin-right: 10px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level3Box {
		    margin-top: 10px;
		    padding-top: 0px;
		    border-top: 1px solid rgba(255, 255, 255, 0);
		    display: flex;
		    justify-content: space-around;
		    flex-direction: column
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item {
		    margin-right: 0px;
		    display: flex;
		    flex-direction: row
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon3 {
		    font-size: 18px;
		    letter-spacing: 0;
		    color: rgba(14, 14, 14, 0.8);
		    transition: all ease .15s;
		    font-weight: bold
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 {
		    position: relative;
		    padding-left: 20px;
		    padding-right: 20px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree {
		    position: static
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navBox2 {
		    width: 100%;
		    padding: 35px 60px
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level4Box {
		    flex-direction: column;
		    margin-top: 0px;
		    flex-direction: row;
		    margin-top: 0;
		    display: flex
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_menuItem {
		    font-size: 14px;
		    font-weight: 500;
		    color: rgb(10 10 10);
		    line-height: 2;
		    transition: all ease .15s
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item span {
		    display: flex;
		    flex-direction: column;
		    justify-content: center
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item .p_dian {
		    width: 15px;
		    position: relative
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item .p_dian::after {
		    content: '';
		    width: 4px;
		    height: 4px;
		    background: rgb(0 0 0 / 40%);
		    border-radius: 100%;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%,-50%)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item img {
		    width: auto
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 a:hover,.e_navigationF-40 .p_navItem2 .p_navCon3:hover,.e_navigationF-40 .p_navItem2 .p_menuItem:hover,.e_navigationF-40 .p_navItem2 .p_menuItemhat:hover {
		    color: #1f1f1f
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_listthree img {
		    width: auto
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_listthree .p_menuItemhat {
		    font-size: 14px;
		    font-weight: 500;
		    color: rgb(43, 43, 43);
		    line-height: 2.1;
		    transition: all ease .15s
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2.isdesign {
		    display: none;
		    opacity: 1;
		    visibility: visible
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p a {
		    line-height: 70px;
		    width: 100%;
		    color: #ffffff
		}
		
		#c_navigation_126-17526684355741.active .e_navigationF-40 .p_navItem1 > p a {
		    width: 100%;
		    color: #272727
		}
		
		#c_navigation_126-17526684355741:hover .e_navigationF-40 .p_navItem1 > p a {
		    width: 100%;
		    color: #131313
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 {
		    background: rgba(231, 231, 231, 0.877);
		    padding: 0px 0 0px;
		    opacity: 0;
		    visibility: hidden;
		    width: 180px;
		    backdrop-filter: blur(15px)
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 a span.p_img {
		    width: auto;
		    margin-right: 0
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2:nth-child(2) .p_level3Box.p_listthree {
		    display: flex;
		    flex-direction: row;
		    flex-wrap: wrap
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2:nth-child(2) .p_level3Box.p_listthree .p_level3Item {
		    margin-right: auto
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 a span {
		    width: auto;
		    margin-right: 0
		}
		
		@media screen and (max-width: 768px) {
		    .p_haveNav {
		        min-height:auto !important
		    }
		
		    .p_haveNav.fix {
		        position: fixed !important;
		        z-index: 1000;
		        top: 0;
		        left: 0;
		        right: 0;
		        background: #fff
		    }
		
		    #c_navigation_126-17526684355741 {
		        display-radio: 1;
		        background-color: rgb(255, 255, 255);
		        background_radio: 2
		    }
		
		    #c_navigation_126-17526684355741 .e_container-21 {
		        position: relative;
		        width: 100%;
		        padding: 0px 0px 0px 15px;
		        justify-content: space-between;
		        display-radio: 1
		    }
		
		    #c_navigation_126-17526684355741 .e_container-21 .cbox-21-0 {
		        flex: 0 0 150px
		    }
		
		    #c_navigation_126-17526684355741 .e_container-21 .cbox-21-1 {
		        flex: 0 0 auto
		    }
		
		    #c_navigation_126-17526684355741 .e_container-21 .cbox-21-2 {
		        flex: 0 0 auto;
		        position: absolute !important;
		        right: 62px;
		        z-index: 5
		    }
		
		    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width: 100%;
		        margin-left: 0;
		        margin-right: 0;
		        margin-top: 0;
		        margin-bottom: 0;
		        clear: left
		    }
		
		    #c_navigation_126-17526684355741.active .e_image-31 {
		        overflow: hidden;
		        display-radio: 1;
		        max-width: 120px;
		        transition: all 0.2s ease
		    }
		
		    #c_navigation_126-17526684355741 .e_image-31 {
		        display-radio: 1;
		        margin-top: 10px;
		        margin-bottom: 10px;
		        max-width: 120px
		    }
		
		    #c_navigation_126-17526684355741 .e_button-39 {
		        position: relative;
		        overflow: hidden;
		        text-align: center;
		        box-sizing: border-box;
		        width: 200px;
		        padding: 8px;
		        background_radio: 2;
		        border_radio: 2;
		        font_radio: 2;
		        radius_radio: 2;
		        margin-top: 7%;
		        height: 38px;
		        font-size: 16px;
		        font-family: Microsoft YaHei;
		        line-height: 1.4;
		        background-color: #7e308d;
		        border-top-left-radius: 0px;
		        border-top-right-radius: 0px;
		        border-bottom-left-radius: 0px;
		        border-bottom-right-radius: 0px;
		        margin-left: 0px;
		        color: rgba(0,0,0,1);
		        display-radio: 1;
		        margin-bottom: 40px;
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1::-webkit-scrollbar {
		        width: 0px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1::-webkit-scrollbar-track {
		        background: #252525
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1::-webkit-scrollbar-thumb {
		        background: #545454
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1::-webkit-scrollbar-thumb:hover {
		        background: #fff
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navButton {
		        width: 50px;
		        display: flex;
		        justify-content: center;
		        padding: 10px 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1 {
		        position: absolute;
		        top: 100%;
		        left: 0;
		        right: 0;
		        background: rgb(245 245 245 / 95%);
		        padding: 0 15px;
		        height: calc(0vh);
		        overflow-y: scroll;
		        z-index: 10;
		        max-height: 1080px;
		        transition: all ease .3s
		    }
		
		    #c_navigation_126-17526684355741 .e_container-21 > .cbox-21-1 {
		        saf-auto: auto;
		        align-items: center;
		        display: flex
		    }
		
		    #c_navigation_126-17526684355741.active .e_container-21 {
		        max-width: 100%;
		        transition: all 0.5s ease
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1.pkcclb {
		        height: calc(100vh)
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 {
		        border-bottom: 1px solid rgba(0, 0, 0, 0.096);
		        padding: 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1:last-child {
		        margin-bottom: 100px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2:nth-child(3) .p_level3Box.p_listthree {
		        display: none;
		        flex-direction: row;
		        flex-wrap: wrap
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1:hover .p_navBox2 {
		        opacity: 1;
		        visibility: visible;
		        pointer-events: auto;
		        padding: 10px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon {
		        display: flex;
		        justify-content: space-between;
		        color: #222222;
		        line-height: 60px;
		        font-size: 16px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon2 {
		        padding: 0;
		        font-size: 14px;
		        color: rgb(0, 0, 0)
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item {
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon3 {
		        display: flex;
		        justify-content: space-between;
		        padding: 0;
		        color: rgb(0, 0, 0);
		        font-size: 14px;
		        border-bottom: solid 1px #ddd;
		        padding: 0px 0px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p svg,.e_navigationF-40 .p_navItem2 > p svg,.e_navigationF-40 .p_level3Item > p svg {
		        width: auto;
		        margin: 20px 0;
		        opacity: .7;
		        cursor: pointer;
		        transition: all ease .3s
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 > p svg,.e_navigationF-40 .p_level3Item > p svg {
		        margin: 0px 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p a {
		        padding: 0;
		        line-height: 50px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p:hover {
		        color: rgb(32, 32, 32)
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 .p_img,.e_navigationF-40 .p_level3Item span {
		        opacity: .8
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 .p_img img {
		        width: 23px;
		        margin-right: 10px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 {
		        display: none;
		        opacity: 1;
		        visibility: visible;
		        background: none;
		        width: 100%;
		        pointer-events: auto
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 ul {
		        padding: 0px 0 10px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Box {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item {
		        width: 100%;
		        margin: 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item span,.e_navigationF-40 .p_level4Item span {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Box {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item .p_menuItem {
		        font-size: 14px;
		        line-height: 2.2
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item .p_menuItem::before {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 p svg.rotate {
		        transform: rotate(90deg)
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 {
		        margin-bottom: 7px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 span {
		        display: flex;
		        flex-direction: column;
		        justify-content: flex-start
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navBox2 {
		        padding: 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 {
		        margin-right: 0;
		        border-bottom: solid 1px #ddd;
		        padding: 10px 0px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 a {
		        font-size: 14px;
		        font-weight: 500;
		        letter-spacing: 0px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level3Box {
		        margin: 0;
		        padding: 0;
		        border: 0;
		        background: #fff;
		        padding: 12px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item:first-child {
		        margin-top: 15px;
		        padding-top: 15px;
		        border-top: 1px solid rgb(255 255 255 / 20%);
		        margin-right: 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item:last-child {
		        padding: 0 0 20px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 img {
		        width: auto;
		        max-width: 23px;
		        margin-right: 10px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item:first-child {
		        margin-top: 0px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level4Item:last-child {
		        margin-bottom: 20px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level4Box {
		        margin: 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1.isdesign {
		        height: calc(100vh);
		        display: none
		    }
		}
		
		@media screen and (min-width: 769px) {
		    .p_haveNav {
		        min-height:auto !important
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox1 {
		        display: flex;
		        justify-content: flex-end
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p {
		        display: flex;
		        position: relative
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p a {
		        display: block
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p svg {
		        display: none;
		        margin: 20px 0
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p::after {
		        content: '';
		        position: absolute;
		        left: 0;
		        right: 0;
		        bottom: 0;
		        width: 0;
		        margin: 0 auto;
		        transition: all ease .3s
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem1 > p:hover::after {
		        width: 100%
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 {
		        position: absolute;
		        left: 50%;
		        transform: translateX(-50%);
		        top: 100%;
		        display: flex;
		        justify-content: center;
		        z-index: 10;
		        transition: all ease .3s
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navBox2 ul {
		        display: flex;
		        flex-direction: column;
		        justify-content: space-around;
		        max-width: 1600px;
		        margin: 0 auto
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree ul {
		        flex-direction: row
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 svg {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 a span {
		        display: flex;
		        flex-direction: column;
		        justify-content: center
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 > p svg {
		        display: none
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Box.p_listthree {
		        flex-direction: column
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_level3Item {
		        margin-right:25px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 {
		        margin-right: 30px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_navItem2 a {
		        font-size: 18px;
		        line-height: 28px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .p_navItem2 img {
		        max-width: 28px;
		        margin-right: 10px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level3Box {
		        padding-left: 3px
		    }
		
		    #c_navigation_126-17526684355741 .e_navigationF-40 .haveThree .p_level4Box {
		        padding-left: 11px
		    }
		}
		
		#c_popbox-17526684356242 {
		    width: 80%;
		    max-width: 600px;
		    position: relative;
		    margin: 100px auto 200px auto;
		    display: none;
		    background_radio: 2;
		    display-radio: none;
		    height: auto;
		    min-height: 300px
		}
		
		#c_popbox-17526684356242 .pop_wrapper {
		    height: inherit;
		    position: relative;
		    min-height: inherit;
		    width: 100%;
		    display: flex;
		    align-items: center;
		    justify-content: center
		}
		
		#c_popbox-17526684356242 .p_container {
		    background-color: #fff;
		    position: relative;
		    z-index: 2;
		    min-height: inherit;
		    width: inherit;
		    height: inherit;
		    margin: 0 auto;
		    display: flex;
		    align-items: center;
		    justify-content: center
		}
		
		#c_popbox-17526684356242 .p_background {
		    width: 100vw;
		    background-color: rgba(0, 0, 0, 0.7);
		    position: absolute;
		    top: -100px;
		    left: calc(-50vw + 50%);
		    min-height: calc(100% + 200px)
		}
		
		#c_popbox-17526684356242 .p_background-preview {
		    position: fixed;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: rgb(0, 0, 0);
		    opacity: 0.7
		}
		
		#c_popbox-17526684356242 .p_content {
		    min-height: inherit;
		    width: inherit;
		    height: inherit;
		    overflow: auto
		}
		
		#c_popbox-17526684356242 .p_title {
		    padding: 10px;
		    overflow: hidden
		}
		
		#c_popbox-17526684356242 .p_close {
		    width: auto;
		    height: auto;
		    position: absolute;
		    right: 0;
		    top: 0;
		    cursor: pointer;
		    z-index: 10000;
		    text-align: right
		}
		
		.fixed {
		    position: fixed !important;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    top: 50%;
		    z-index: 9999;
		    margin: -150px auto 0 auto
		}
		
		.fixed .p_background {
		    position: fixed !important;
		    top: 0 !important;
		    right: 0;
		    bottom: 0;
		    left: 0 !important
		}
		
		#c_static_001_P_34075-17526684356273 {
		    display-radio: 1;
		    min-width: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    width: auto;
		    max-width: none;
		    background-fill-value: background-color;
		    padding-bottom: 0px;
		    padding-top: 0px;
		    background-attachment: fixed;
		    background_radio: 2
		}
		
		#c_static_001_P_34075-17526684356273 .Box_pro {
		    max-width: 470px;
		    display: flex;
		    justify-content: space-between;
		    align-items: flex-start;
		    margin: 0 auto
		}
		
		#c_static_001_P_34075-17526684356273 .lsit_por {
		    width: auto;
		    font-size: 14px;
		    color: #000;
		    text-align: center;
		    line-height: 1.8;
		    cursor: pointer
		}
		
		#c_static_001_P_34075-17526684356273 .img_box {
		    position: relative;
		    width: 73px;
		    height: 73px;
		    margin: 0 auto 10px;
		    overflow: hidden;
		    transition: all .5s ease
		}
		
		#c_static_001_P_34075-17526684356273 .img_box img {
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001_P_34075-17526684356273 .img_box img:last-child {
		    z-index: 2;
		    opacity: 1
		}
		
		#c_static_001_P_34075-17526684356273 .lsit_por:hover .img_box {
		    transform: translateY(-10px)
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-7 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    display-radio: flex;
		    margin-left: auto;
		    margin-right: auto;
		    background-fill-value: background-color;
		    margin-top: 0px;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    width: auto;
		    max-width: none;
		    background-color: rgba(255,255,255,1);
		    background_radio: 2
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-7 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_34075-17526684356273.response-animated {
		    animation-name: none,none;
		    animation-delay: 0.0s,0.6s;
		    animation-duration: 0.6s,0.6s;
		    animation-iteration-count: 1,1
		}
		
		#c_static_001_P_34075-17526684356273 .e_richText-3 {
		    display-radio: 1;
		    font_radio: 2;
		    font-size: 16px;
		    color: rgba(0,0,0,1);
		    line-height: 2;
		    width: auto;
		    max-width: none;
		    min-width: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 0px;
		    margin-top: 3%;
		    padding-bottom: 0px;
		    margin-bottom: 3%
		}
		
		#c_static_001_P_34075-17526684356273 .e_richText-21 {
		    display-radio: 1;
		    font_radio: 2;
		    font-size: 16px;
		    color: rgba(0,0,0,1);
		    line-height: 2;
		    width: auto;
		    max-width: none;
		    min-width: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 0px;
		    margin-top: 3%;
		    padding-bottom: 0px;
		    margin-bottom: 3%
		}
		
		#c_static_001_P_34075-17526684356273 .p_plus {
		    display-radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-7 .cbox-7-0 {
		    background-fill-value: background-color
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-140 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    display-radio: flex;
		    max-width: 720px;
		    padding-top: 6%;
		    padding-bottom: 6%;
		    padding-right: 30px;
		    margin-right: auto;
		    width: 94%;
		    padding-left: 30px;
		    margin-left: auto;
		    background_radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-140 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-140 .cbox-140-0 {
		    align-self: center
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-140 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-140 .cbox-140-1 {
		    padding-left: 100px
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-141 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    max-width: none;
		    margin-left: auto;
		    margin-right: auto;
		    padding-right: 0px;
		    padding-top: 0px;
		    display-radio: flex;
		    width: auto;
		    padding-left: 0px;
		    padding-bottom: 0px;
		    margin-bottom: 30px;
		    margin-top: 0px
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-141 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%;
		    overflow-y: auto
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-141 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_text-142 {
		    font_radio: 2;
		    text-align: center;
		    line-height: 1.2;
		    color: rgba(0,0,0,1);
		    margin-top: 0px;
		    display-radio: 1;
		    margin-bottom: 0px;
		    font-weight: bold;
		    margin-left: auto;
		    margin-right: auto;
		    font-size: 42px
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-145 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    display-radio: flex;
		    margin-right: auto;
		    background-fill-value: background-image;
		    margin-top: 0px;
		    width: auto;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    margin-left: auto;
		    max-width: 1080px
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-145 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-145 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-146 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-146 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-146 .cbox-146-0 {
		    border-style: none
		}
		
		#c_static_001_P_34075-17526684356273 .e_container-7 .cbox-7-1 {
		    align-self: center
		}
		
		#c_static_001_P_34075-17526684356273 .e_form-179 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex
		}
		
		#c_static_001_P_34075-17526684356273 .e_form-179 > .p_formItem {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_34075-17526684356273 .e_form-179 .ptishiCon {
		    display: none
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-181 .p_phoneCode {
		    width: 90px;
		    margin-right: 10px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-181 {
		    bg-radio: 2;
		    border-radio: 2;
		    font-radio: 2;
		    width: 100%;
		    display-radio: 1;
		    padding-bottom: 0px;
		    padding-top: 0px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-181 .p_input {
		    display-radio: 1;
		    padding-bottom: 0px;
		    padding-top: 0px;
		    height: 42px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-181 .s_input {
		    font-radio: 2;
		    font-family: "a0c79017-353f-47f8-b15e-86c3a22dc7b6"
		}
		
		#c_static_001_P_34075-17526684356273 .e_formBtn-184 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    padding: 8px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    border-style: none;
		    color: rgba(255,255,255,1);
		    padding-bottom: 6px;
		    margin-top: 40px;
		    margin-bottom: 0px;
		    height: auto;
		    line-height: 2;
		    display-radio: block;
		    margin-left: auto;
		    margin-right: auto;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    width: 180px;
		    border-width: 2px;
		    padding-top: 6px;
		    background-color: rgba(185,35,221,1)
		}
		
		#c_static_001_P_34075-17526684356273 .e_formBtn-184 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_static_001_P_34075-17526684356273 .e_formBtn-184::after {
		    content: "";
		    position: absolute;
		    width: 100%;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_static_001_P_34075-17526684356273 .e_formBtn-184:hover::after {
		    opacity: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_formBtn-184:hover {
		    background-color: rgba(185,35,221,1);
		    border-style: none;
		    border-color: rgba(228,1,43,1);
		    border-width: 2px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-185 .p_phoneCode {
		    width: 90px;
		    margin-right: 10px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-185 {
		    bg-radio: 2;
		    border-radio: 2;
		    font-radio: 2;
		    width: 100%;
		    display-radio: 1
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-185 .p_input {
		    display-radio: 1;
		    height: 42px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-187 .p_phoneCode {
		    width: 90px;
		    margin-right: 10px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-187 {
		    bg-radio: 2;
		    border-radio: 2;
		    font-radio: 2;
		    width: 100%;
		    display-radio: 1;
		    padding-bottom: 0px;
		    padding-top: 0px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-187 .p_input {
		    display-radio: 1;
		    padding-bottom: 0px;
		    padding-top: 0px;
		    height: 42px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-187 .s_input {
		    font-radio: 2;
		    font-family: "a0c79017-353f-47f8-b15e-86c3a22dc7b6"
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-188 .p_phoneCode {
		    width: 90px;
		    margin-right: 10px
		}
		
		#c_static_001_P_34075-17526684356273 .e_input-188 .form-control {
		    min-height: 70px
		}
		
		#c_static_001_P_34075-17526684356273 .s_form_layout1 input.s_input {
		    border-radius: 0 !important;
		    height: 42px
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_34075-17526684356273 .e_container-7 {
		        display-radio:1;
		        padding-top: 0px;
		        padding-bottom: 0px;
		        flex-direction: row;
		        margin-bottom: 0px;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 {
		        display-radio: 1;
		        margin-bottom: 0px;
		        padding-bottom: 0px;
		        padding-top: 0px;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-140 {
		        display-radio: 1;
		        width: 94%;
		        max-width: none;
		        min-width: 0px;
		        margin-left: auto;
		        margin-right: auto;
		        padding-left: 0px;
		        padding-right: 0px;
		        padding-top: 30px;
		        padding-bottom: 30px;
		        margin-bottom: 0px;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-140 .cbox-140-0 {
		        flex: 0 0 100%;
		        margin-bottom: 0px;
		        margin-top: 0px;
		        padding-bottom: 0px;
		        padding-top: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-141 {
		        display-radio: 1;
		        padding-left: 0px;
		        padding-right: 0px;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_text-142 {
		        display-radio: 1;
		        font_radio: 2;
		        font-size: 20px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-145 {
		        display-radio: 1;
		        padding-top: 0px;
		        padding-bottom: 0px;
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-146 {
		        display-radio: 1;
		        margin-bottom: 0px;
		        border-top-style: solid;
		        border-top-width: 1px;
		        border-top-color: rgba(255,255,255,0.2);
		        padding-top: 10px;
		        padding-bottom: 0px;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-7 .p_item {
		        display-radio: 1
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-7 .cbox-7-1 {
		        margin-bottom: 0px;
		        margin-top: 0px;
		        padding-bottom: 0px;
		        padding-top: 0px;
		        flex: 0 0 100%
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_container-7 .cbox-7-0 {
		        flex: 0 0 100%
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-181 .p_input {
		        display-radio: 1;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-181 {
		        display-radio: 1
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-181 .s_form-control {
		        border-radio: 2
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_formBtn-184 {
		        background_radio: 1;
		        border_radio: 1;
		        font_radio: 2;
		        radius_radio: 1;
		        display-radio: 1;
		        width: 140px;
		        padding-top: 5px;
		        padding-bottom: 5px;
		        font-size: 12px;
		        margin-bottom: 0px;
		        margin-top: 20px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-187 .p_input {
		        display-radio: 1;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-187 {
		        display-radio: 1
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_input-187 .s_form-control {
		        border-radio: 2
		    }
		
		    #c_static_001_P_34075-17526684356273 .e_form-179 {
		        display-radio: 1
		    }
		}
		
		#c_grid-116273709439190 .p_gridbox::after {
		    content: '';
		    clear: left;
		    display: block
		}
		
		#c_grid-116273709439190 > div > .p_gridbox {
		    width: 100%;
		    overflow: hidden;
		    position: static
		}
		
		#c_grid-116273709439190 > div > .p_gridCell {
		    float: left;
		    position: static
		}
		
		#c_grid-116273709439190 > .p_gridbox.signal {
		    min-height: inherit
		}
		
		#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
		    min-height: inherit !important
		}
		
		#c_grid-116273709439190 {
		    margin-left: auto;
		    margin-right: auto;
		    width: 100%;
		    display-radio: 1;
		    margin-top: 0px;
		    padding-bottom: 0px;
		    padding-top: 0px;
		    background_radio: 2
		}
		
		#c_grid-116273709439190 .p_gridCell {
		    display-radio: 1;
		    margin-top: 100px
		}
		
		@media screen and (max-width: 768px) {
		    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:99%;
		        margin-left: 0.5%;
		        margin-right: 0.5%;
		        margin-top: 0.5rem;
		        margin-bottom: 0.5rem;
		        clear: left
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:99%;
		        margin-left: 0.5%;
		        margin-right: 0.5%;
		        margin-top: 0.5rem;
		        margin-bottom: 0.5rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1420px) and (min-width: 1360px) {
		}
		
		@media screen and (max-width: 1360px) and (min-width: 1024px) {
		}
		
		#c_static_001_P_109-1641281606112 {
		    min-height: 0px;
		    padding-top: 40px;
		    padding-bottom: 30px;
		    display-radio: 1;
		    border-bottom: solid 0px #2169d3;
		    background-fill-value: background-color;
		    margin-top: 0px;
		    background-color: rgba(245,245,245,1);
		    background_radio: 2
		}
		
		.e_text0 {
		    font_radio: 2;
		    line-height: 2
		}
		
		.e_text1 {
		    font_radio: 2;
		    line-height: 2
		}
		
		.e_text2 {
		    font_radio: 2;
		    line-height: 2;
		    font-weight: normal
		}
		
		.e_text3 {
		    font_radio: 2;
		    line-height: 2
		}
		
		.e_text4 {
		    font_radio: 2;
		    line-height: 2
		}
		
		.e_text5 {
		    font_radio: 2;
		    line-height: 2
		}
		
		.e_text6 {
		    font_radio: 2;
		    line-height: 2
		}
		
		#c_static_001_P_109-1641281606112 .e_line-26 {
		    margin-top: 10px;
		    margin-bottom: 10px;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    border-top-style: solid;
		    border-top-width: 1px;
		    border-top-color: rgba(255,255,255,0.2);
		    width: 94%;
		    max-width: 1400px;
		    height: 1px;
		    display-radio: 1;
		    line_radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-35 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    transition-property: all;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 30px;
		    margin-bottom: 50px;
		    display-radio: flex;
		    max-width: 1600px;
		    width: 94%;
		    background_radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-35 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_container-42 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    padding-left: 0px;
		    padding-right: 0px;
		    background_radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-42 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_text-43 {
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    transition-property: all;
		    font_radio: 2;
		    font-size: 24px;
		    color: rgba(48,48,48,1);
		    line-height: 1.6;
		    margin-bottom: 0px;
		    display-radio: -webkit-box;
		    font-weight: normal;
		    text-align: left;
		    font-family: Arial
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Box,#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level3Box {
		    height: auto
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_openIcon,#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_closeIcon {
		    width: 36px;
		    height: 36px
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 span {
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 {
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    transition-property: all;
		    font_radio: 1;
		    display-radio: -webkit-box;
		    max-width: 96%;
		    margin-left: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_menuItem {
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    font-size: 16px;
		    color: rgba(60,60,60,1);
		    line-height: 1.6;
		    display-radio: -webkit-box;
		    font-weight: normal;
		    text-align: left;
		    font-family: Arial
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_menuItem:hover {
		    color: rgb(212, 0, 255);
		    font-size: 16px
		}
		
		#c_static_001_P_109-1641281606112 .e_top-48 {
		    width: 60px;
		    height: 60px;
		    position: fixed;
		    right: 0;
		    bottom: 50px;
		    z-index: 9
		}
		
		#c_static_001_P_109-1641281606112 .e_top-48 .p_top {
		    width: 100%;
		    height: 100%;
		    display: block;
		    background: #717171;
		    color: #fff
		}
		
		#c_static_001_P_109-1641281606112 .e_top-48 .p_top:hover {
		    background: #2d2d2d
		}
		
		#c_static_001_P_109-1641281606112 .e_top-48 .p_top .icon {
		    width: 100%;
		    height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .p_level3Box {
		    display: none
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item.open {
		    display: block
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Box {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 .img1 {
		    width: 65px;
		    height: 23px
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 .img2 {
		    width: 79px;
		    height: 28px
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 .img3 {
		    width: 92px;
		    height: 33px
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 .img4 {
		    width: 106px;
		    height: 38px
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 .img5 {
		    width: 100px;
		    height: 35px
		}
		
		#c_static_001_P_109-1641281606112 .e_richText-55 {
		    font_radio: 2;
		    font-size: 16px;
		    color: rgba(80,80,80,1);
		    line-height: 1.3;
		    display-radio: 1;
		    margin-bottom: 3%;
		    font-weight: normal;
		    margin-top: 0px;
		    text-align: left;
		    font-family: Arial;
		    max-width: 1400px;
		    width: auto;
		    margin-left: auto;
		    margin-right: auto
		}
		
		#c_static_001_P_109-1641281606112 .e_richText-55 a:hover {
		    color: rgba(255,255,255,1)
		}
		
		#c_static_001_P_109-1641281606112 .e_container-35 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    display-radio: flex;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto;
		    background_radio: 1;
		    align-items: center;
		    justify-content: center
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_richText-59 {
		    font_radio: 2;
		    font-size: 14px;
		    color: rgba(96,96,96,1);
		    line-height: 1.8;
		    display-radio: 1;
		    margin-bottom: 0px;
		    font-weight: normal;
		    margin-top: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_richText-59 a:hover {
		    color: rgb(20, 20, 20)
		}
		
		#c_static_001_P_109-1641281606112 .e_provider-61 {
		    text-align: right;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 14px;
		    color: rgba(94,94,94,1);
		    font-family: Arial;
		    font-weight: normal
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-0 {
		    flex: 0 0 auto;
		    align-self: center;
		    margin-right: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_credible-52 {
		    background_radio: 1;
		    display-radio: 1;
		    margin-top: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-2 {
		    flex: 0 0 15%
		}
		
		#c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-1 {
		    flex: 0 0 40%
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_business {
		    cursor: pointer
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_businesspopup {
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    display: none;
		    top: 10px;
		    left: 0;
		    z-index: 9999
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_businessclose {
		    position: absolute;
		    right: 20px;
		    z-index: 9999;
		    top: 0;
		    cursor: pointer
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .icon {
		    color: white;
		    cursor: pointer
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_businesscontent {
		    position: absolute;
		    z-index: 9999;
		    left: 50%;
		    top: 50%;
		    transform: translate(-50%,-50%);
		    height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_businessbg {
		    background: #1e1e1e;
		    opacity: .9;
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    left: 0;
		    right: 0;
		    top: 0;
		    bottom: 0;
		    z-index: 999
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 .p_businessimg {
		    width: 100%;
		    height: 100%;
		    object-fit: contain
		}
		
		#c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 14px;
		    font-weight: normal;
		    color: rgba(94,94,94,1);
		    line-height: normal;
		    font-family: Arial;
		    text-align: center
		}
		
		.custom-switch {
		    padding-left: 5rem
		}
		
		.custom-switch .custom-control-label::before {
		    left: -3rem;
		    width: 1.75rem;
		    pointer-events: all;
		    border-radius: 0.5rem
		}
		
		.custom-switch .custom-control-label::after {
		    top: calc(0.25rem + 2px);
		    left: calc(-3rem + 2px);
		    width: calc(1rem - 4px);
		    height: calc(1rem - 4px);
		    background-color: #adb5bd;
		    border-radius: 0.5rem;
		    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out
		}
		
		@media (prefers-reduced-motion:reduce) {
		    .custom-switch .custom-control-label::after {
		        transition: none
		    }
		}
		
		.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
		    background-color: #fff;
		    -webkit-transform: translateX(0.75rem);
		    transform: translateX(0.75rem)
		}
		
		.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
		    background-color: rgba(0, 123, 255, 0.3)
		}
		
		.custom-control {
		    position: relative;
		    z-index: 1;
		    display: block;
		    min-height: 1.5rem;
		    padding-left: 3.2rem;
		    -webkit-print-color-adjust: exact;
		    color-adjust: exact;
		    print-color-adjust: exact
		}
		
		.custom-control-input {
		    position: absolute;
		    left: 0;
		    z-index: -1;
		    width: 1rem;
		    height: 1.25rem;
		    opacity: 0
		}
		
		.custom-control-input:checked ~ .custom-control-label::before {
		    color: #fff;
		    border-color: #007bff;
		    background-color: #007bff
		}
		
		.custom-control-input:focus ~ .custom-control-label::before {
		    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
		}
		
		.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
		    border-color: #80bdff
		}
		
		.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
		    color: #fff;
		    background-color: #b3d7ff;
		    border-color: #b3d7ff
		}
		
		.custom-control-label {
		    position: relative;
		    margin-bottom: 0;
		    vertical-align: top
		}
		
		.custom-control-label::before {
		    position: absolute;
		    top: 0.25rem;
		    left: -1.5rem;
		    display: block;
		    width: 1rem;
		    height: 1rem;
		    pointer-events: none;
		    content: "";
		    background-color: #fff;
		    border: 1px solid #adb5bd
		}
		
		.custom-control-label::after {
		    position: absolute;
		    top: 0.25rem;
		    left: -1.5rem;
		    display: block;
		    width: 1rem;
		    height: 1rem;
		    content: "";
		    background: 50%/50% 50% no-repeat
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_share {
		    display: flex
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_share.vertical {
		    flex-direction: column
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_shareItem {
		    width: 30px;
		    height: 30px;
		    position: relative
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_shareItem[key='moments'] {
		    display: none
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .horizontal .p_shareItem+.p_shareItem {
		    margin-left: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .vertical .p_shareItem+.p_shareItem {
		    margin-top: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_img {
		    width: 100%;
		    height: 100%;
		    object-fit: cover
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_wxShareCon {
		    display: none;
		    position: absolute;
		    width: 140px;
		    z-index: 9;
		    left: 50%;
		    transform: translateX(-50%);
		    top: calc(100% + 10px);
		    background-color: #fff;
		    box-shadow: 1px 1px 4px #888;
		    padding: 10px;
		    border-radius: 4px
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_wxShareCon canvas {
		    display: block
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .vertical .p_wxShareCon {
		    top: 50%;
		    transform: translateY(-50%);
		    left: calc(100% + 10px)
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_pop {
		    position: fixed;
		    left: 0;
		    top: 0;
		    z-index: 99999;
		    width: 100%;
		    height: 100%;
		    background: rgba(0, 0, 0, 0.5);
		    display: none
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_content {
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    width: 300px;
		    max-width: 90%;
		    border-radius: 4px;
		    background: #fff;
		    padding: 20px;
		    text-align: center;
		    transform: translateX(-50%) translateY(-50%)
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_close {
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: 10px;
		    top: 10px;
		    cursor: pointer
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_close .icon {
		    width: 100%;
		    height: 100%;
		    margin: 0
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_prompt {
		    margin: 15px 0
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 .p_qrcode {
		    padding-top: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_websiteShareNew-70 {
		    display-radio: 1;
		    margin-top: 20px
		}
		
		#c_static_001_P_109-1641281606112 .p_menuItem {
		    display-radio: 1;
		    font-size: 16px
		}
		
		#c_static_001_P_109-1641281606112 .p_menuItem:hover {
		    font-size: 16px
		}
		
		#c_static_001_P_109-1641281606112 .e_container-72 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    padding-right: 0px;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    display-radio: flex;
		    background_radio: 1;
		    padding-left: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    max-width: none;
		    border-top-style: solid;
		    border-top-width: 1px;
		    border-top-color: rgba(255,255,255,0.35)
		}
		
		#c_static_001_P_109-1641281606112 .e_container-72 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_page {
		    text-align: center
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_active .p_fbutton {
		    color: #fff;
		    background-color: cornflowerblue
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect ul,li {
		    list-style: none
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_split {
		    margin: 0 5px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_normal {
		    margin-right: 16px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .input-check,.e_loop-73 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .position-left {
		    display: flex
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_filter_result {
		    display: none
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_contclear {
		    cursor: pointer;
		    display: none
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_imgwrapper {
		    width: 80px;
		    height: 100px;
		    overflow: hidden
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_imgtitle {
		    display: flex;
		    justify-content: center;
		    flex-wrap: nowrap;
		    margin: 0 auto;
		    line-height: 20px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_imgwrapper img {
		    width: 100%;
		    object-fit: cover
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_active .p_imgwrapper {
		    border: 1px solid #409eff
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_inputRangeSearch {
		    padding: 7px 12px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_inputSearch {
		    padding: 0px 17px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal;
		    height: 40px;
		    display: inline-block;
		    vertical-align: middle;
		    border-radius: 5px;
		    margin-left: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 .p_categoryActive {
		    color: #409EFF
		}
		
		#c_static_001_P_109-1641281606112 .e_loop-73 {
		    display-radio: 1;
		    background-color: rgba(255, 255, 255, 0);
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    padding-left: 0px;
		    padding-right: 0px;
		    margin-bottom: 40px;
		    max-width: 1600px;
		    width: 94%;
		    margin-left: auto;
		    margin-right: auto
		}
		
		#c_static_001_P_109-1641281606112 .e_container-74 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 1;
		    display-radio: flex;
		    padding-top: 30px;
		    padding-bottom: 30px;
		    border-bottom-style: none;
		    border-bottom-width: 1px;
		    border-bottom-color: rgba(213,237,209,0.35)
		}
		
		#c_static_001_P_109-1641281606112 .e_container-74 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_container-74 .cbox-74-0 {
		    flex: 0 0 80px;
		    align-self: center
		}
		
		#c_static_001_P_109-1641281606112 .e_text-75 {
		    line-height: normal;
		    font_radio: 2;
		    display-radio: 1;
		    font-weight: normal;
		    text-align: left;
		    margin-bottom: 0px;
		    font-size: 16px;
		    color: rgba(35,35,35,1);
		    font-family: Arial !important
		}
		
		#c_static_001_P_109-1641281606112 .e_text-76 {
		    line-height: 1.5;
		    font_radio: 2;
		    display-radio: 1;
		    font-weight: normal;
		    text-align: left;
		    margin-bottom: 0px;
		    color: rgba(42,42,42,1);
		    font-size: 22px;
		    margin-top: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_icon-77 {
		    width: 50px;
		    height: 50px;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 36px;
		    font-weight: bold;
		    color: rgba(144,0,177,1);
		    line-height: normal;
		    font-family: Impact;
		    text-align: center
		}
		
		#c_static_001_P_109-1641281606112 .e_icon-77 .icon {
		    margin: 0;
		    width: 100%;
		    height: 100%;
		    fill: currentColor
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    width: 300px;
		    padding: 6px 8px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    margin-top: 10px;
		    height: 46px;
		    line-height: 40px;
		    font-size: 16px;
		    font-family: Microsoft YaHei;
		    line-height: 2;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    display-radio: block;
		    margin-left: 0px;
		    margin-right: auto;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    color: rgb(255 255 255);
		    background-color: #7e308d;
		    margin-bottom: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84::after {
		    content: "";
		    position: absolute;
		    width: 0;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84:hover::after {
		    opacity: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84:hover {
		    font-size: 16px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    font-family: Microsoft YaHei;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    background: #7e308d;
		    color: rgba(255,255,255,1);
		    background-color: #7e308d
		}
		
		#c_static_001_P_109-1641281606112 .e_button-84:before {
		    border-radius: 50%
		}
		
		#c_static_001_P_109-1641281606112 .e_container-72 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-74 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-1 {
		    flex: 0 0 auto;
		    align-self: center
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-2 {
		    flex: 0 0 auto;
		    align-self: center;
		    margin-left: 10px;
		    margin-right: 10px
		}
		
		#c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-3 {
		    flex: 0 0 auto
		}
		
		#c_static_001_P_109-1641281606112 .e_container-85 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 1;
		    display-radio: flex;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    border-bottom-style: none;
		    border-bottom-width: 1px;
		    border-bottom-color: rgba(213,237,209,0.35)
		}
		
		#c_static_001_P_109-1641281606112 .e_container-85 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_109-1641281606112 .e_container-85 .cbox-85-0 {
		    flex: 0 0 auto;
		    align-self: center
		}
		
		#c_static_001_P_109-1641281606112 .e_container-85 .p_item {
		    display-radio: 1
		}
		
		#c_static_001_P_109-1641281606112 .e_text-87 {
		    line-height: 1.5;
		    font_radio: 2;
		    display-radio: 1;
		    font-weight: normal;
		    text-align: left;
		    margin-bottom: 0px;
		    color: rgba(42,42,42,1);
		    font-size: 22px;
		    margin-top: 0px
		}
		
		#c_static_001_P_109-1641281606112 .e_icon-88 {
		    width: 30px;
		    height: 30px;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 36px;
		    font-weight: bold;
		    color: rgba(126,48,141,1);
		    font-family: Impact;
		    text-align: center;
		    line-height: 0.5
		}
		
		#c_static_001_P_109-1641281606112 .e_icon-88 .icon {
		    margin: 0;
		    width: 100%;
		    height: 100%;
		    fill: currentColor
		}
		
		#c_static_001_P_109-1641281606112 .e_container-85 .cbox-85-1 {
		    flex: 0 0 auto;
		    padding-left: 12px
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Box {
		        display:flex;
		        justify-content: space-between
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-1 {
		        padding-left: 0%;
		        border-right: 0px solid rgba(255, 255, 255, 0.2);
		        border-left: 1px solid rgba(255,255,255,0.2);
		        padding-right: 0%;
		        margin-left: 0%;
		        margin-right: 0%
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item {
		        width: auto;
		        padding: 0 10px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item.open {
		        display: block
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item .p_menuItem {
		        font-size: 20px;
		        color: #d5edd1;
		        margin-bottom: 25px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Item .p_menuItem {
		        font-size: 14px;
		        color: rgba(255,255,255,0.5);
		        margin-bottom: 10px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Item .p_menuItem:hover {
		        color: #d5edd1
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 p:hover {
		        color: #409EFF
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_jtIcon {
		        display: none;
		        align-items: stretch;
		        width: auto;
		        height: auto;
		        max-width: 25px;
		        font-size: inherit;
		        transition: 0.5s
		    }
		
		    #c_static_001_P_109-1641281606112 .e_loop-73 .p_loopitem {
		        flex-grow: 0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-35 {
		        flex-direction: column;
		        display-radio: 1;
		        padding-bottom: 0px;
		        padding-top: 0px;
		        margin-top: 0px;
		        margin-bottom: 0px;
		        background_radio: 1;
		        padding-left: 0px;
		        padding-right: 0px;
		        margin-left: auto;
		        margin-right: auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-0 {
		        display: none;
		        padding-left: 0px;
		        padding-right: 0px;
		        margin-left: auto;
		        margin-right: auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_menuItem {
		        line-height: 2;
		        display: flex;
		        justify-content: space-between
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-2 {
		        display: block;
		        flex: 0 0 auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Box ul {
		        display: none
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Box,#c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level3Box {
		        padding-left: 10px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_jtIcon.active {
		        transform: rotateZ(90deg)
		    }
		
		    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width: 100% !important;
		        margin: 0 !important
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-58 {
		        display-radio: 1;
		        padding-left: 0px;
		        padding-right: 0px;
		        flex-direction: column;
		        background_radio: 1
		    }
		
		    #c_static_001_P_109-1641281606112 .e_provider-61 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 14px;
		        font-weight: normal;
		        color: rgba(74,74,74,1);
		        line-height: normal;
		        font-family: Arial;
		        text-align: left;
		        margin-top: 0px;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_richText-59 {
		        font_radio: 1;
		        display-radio: 1;
		        margin-right: auto;
		        margin-left: auto;
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_businessAndCopyright-64 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 14px;
		        font-weight: normal;
		        color: rgba(48,48,48,1);
		        line-height: normal;
		        text-align: left;
		        margin-bottom: 10px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-72 {
		        display-radio: 1;
		        padding-right: 0px;
		        background_radio: 1;
		        padding-left: 0px;
		        padding-bottom: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_loop-73 {
		        display-radio: 1;
		        max-width: none;
		        width: auto;
		        padding-left: 20px;
		        padding-right: 20px;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-74 {
		        background_radio: 1;
		        display-radio: 1;
		        max-width: none;
		        width: auto;
		        padding-top: 10px;
		        padding-bottom: 10px;
		        margin-bottom: 0px;
		        display: none
		    }
		
		    #c_static_001_P_109-1641281606112 .e_icon-77 {
		        font_radio: 2;
		        display-radio: 1;
		        width: 30px;
		        height: 40px;
		        margin-top: -10px;
		        font-size: 36px;
		        font-weight: normal;
		        color: rgba(144,0,177,1);
		        text-align: center
		    }
		
		    #c_static_001_P_109-1641281606112 .e_text-75 {
		        font_radio: 2;
		        display-radio: 1;
		        margin-bottom: 0px;
		        font-size: 16px;
		        font-weight: normal;
		        color: rgba(39,39,39,1);
		        line-height: 1.2;
		        text-align: left
		    }
		
		    #c_static_001_P_109-1641281606112 .e_button-84 {
		        position: relative;
		        overflow: hidden;
		        text-align: center;
		        box-sizing: border-box;
		        width: auto;
		        background_radio: 2;
		        border_radio: 2;
		        font_radio: 2;
		        radius_radio: 2;
		        margin-top: 7%;
		        font-size: 16px;
		        margin-left: 0px;
		        display-radio: 1;
		        margin-bottom: 40px;
		        max-width: 260px
		    }
		
		    .smartIcon {
		        display: inline-block;
		        position: fixed;
		        left: auto;
		        top: auto;
		        right: 10px !important;
		        bottom: 75px !important;
		        z-index: 99999;
		        width: 50px !important;
		        height: 50px !important;
		        padding: 4px !important;
		        border: 5px solid #fff;
		        border-radius: 50%;
		        background: #fff;
		        color: var(--smt-color);
		        box-shadow: 0 0 15px 8px rgba(0,0,0,0.1)
		    }
		
		    .p_defaultIocn {
		        display: flex;
		        justify-content: center;
		        align-items: center;
		        width: 50px;
		        height: 50px;
		        border-radius: 50%;
		        color: #ad40fe !important;
		        background-color: #E9EBEB;
		        overflow: hidden
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-85 {
		        background_radio: 1;
		        display-radio: 1;
		        max-width: none;
		        width: auto;
		        padding-top: 0px;
		        padding-bottom: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_icon-88 {
		        font_radio: 1;
		        display-radio: 1;
		        width: 30px;
		        height: 30px
		    }
		
		    #c_static_001_P_109-1641281606112 {
		        background_radio: 2;
		        display-radio: 1;
		        padding-top: 20px;
		        padding-bottom: 30px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_credible-52 {
		        display-radio: 1;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-2 {
		        padding-bottom: 0px;
		        padding-top: 0px;
		        flex: 0 0 auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-74 .cbox-74-0 {
		        flex: 0 0 auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-74 .cbox-74-1 {
		        padding-left: 12px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-0 {
		        padding-right: 0px;
		        padding-left: 0px;
		        margin-left: auto;
		        margin-right: auto
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-58 .cbox-58-1 {
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_text-76 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 18px;
		        font-weight: normal;
		        color: rgba(39,39,39,1);
		        line-height: 1.5;
		        text-align: left
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-42 {
		        background_radio: 1;
		        display-radio: 1;
		        flex-direction: column;
		        margin-left: auto;
		        margin-right: auto;
		        width: auto;
		        max-width: none;
		        min-width: 0px;
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-42 .cbox-42-0 {
		        margin-left: auto;
		        padding-left: 0px;
		        margin-right: auto;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_richText-55 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 15px;
		        font-weight: normal;
		        color: rgba(39,39,39,1);
		        line-height: 1.5;
		        text-align: left
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Box {
		        display:flex;
		        justify-content: space-between
		    }
		
		    #c_static_001_P_109-1641281606112 .e_container-35 .cbox-35-1 {
		        width: calc(90% - 440px);
		        padding-left: 3%;
		        border-right: 0px solid rgba(255, 255, 255, 0.2);
		        border-left: 1px solid rgba(255,255,255,0.2);
		        padding-right: 1%;
		        margin-left: 3%;
		        margin-right: 0%
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item {
		        width: auto;
		        padding: 0 10px;
		        display: none
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item.open {
		        display: block
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level1Item .p_menuItem {
		        font-size: 20px;
		        color: #272727;
		        margin-bottom: 25px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Item .p_menuItem {
		        font-size: 16px;
		        color: rgb(59, 59, 59);
		        margin-bottom: 10px
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_level2Item .p_menuItem:hover {
		        color: #7e308d
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 p:hover {
		        color: #409EFF
		    }
		
		    #c_static_001_P_109-1641281606112 .e_bottomNav-47 .p_jtIcon {
		        display: none
		    }
		
		    #c_static_001_P_109-1641281606112 .e_loop-73 .p_loopitem {
		        flex-grow: 0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 3)
		    }
		
		    #c_static_001_P_109-1641281606112 .e_loop-73 {
		        display: none
		    }
		}
		
		#c_banner_019_P_1560-17482515675490 {
		    max-height: 1080px;
		    overflow: hidden;
		    display-radio: 1;
		    background-color: rgba(218,218,218,1);
		    background_radio: 2
		}
		
		.slide_warp {
		    background-position: center center;
		    background-size: cover;
		    height: 100%;
		    overflow: hidden
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-container {
		    width: 100%;
		    height: 100vh;
		    max-height: 960px;
		    overflow: hidden
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide {
		    overflow: hidden;
		    background: #fff;
		    z-index: 10
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active {
		    z-index: 11
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_slide {
		    background-position: center center;
		    background-size: cover;
		    background: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_img {
		    width: 100%;
		    height: 100%;
		    overflow: hidden
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video {
		    width: 100%;
		    height: 100%;
		    overflow: hidden
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .P_link_img {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    height: 100%;
		    width: 100%;
		    background-size: cover;
		    transition: all ease 2s;
		    transform: scale(1.1)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .P_link_img {
		    transform: scale(1)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_videoPoster {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    height: 100%;
		    width: 100%;
		    background-size: cover;
		    transition: transform ease 2s;
		    transform: scale(1);
		    cursor: pointer;
		    z-index: 19
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_videoPoster {
		    transform: scale(1)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .P_link_img img {
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    transform: translate(-50%,-50%) scale(1);
		    width: 100%;
		    height: 100%;
		    object-fit: cover
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_videoPoster img {
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    transform: translate(-50%,-50%) scale(1.1);
		    width: auto;
		    height: 100%
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_info {
		    position: absolute;
		    bottom: 0%;
		    left: 50%;
		    width: 94%;
		    max-width: 1600px;
		    padding-right: 0;
		    z-index: 22;
		    transform: translate(-50%,-45%)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_info_fivebox {
		    width: 100%;
		    text-align: left
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_entitle {
		    color: #fff;
		    font-size: 24px;
		    text-align: left;
		    line-height: 1.6;
		    text-shadow: 3px 0 10px rgb(22 78 145 / 0%);
		    transition: all ease 2s .5s;
		    opacity: 0;
		    transform: translateY(40px);
		    font-family: "5fc242cd-8338-4365-a421-e51526f8350d"
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_entitle {
		    opacity: 1;
		    transform: translateY(0px)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btitle {
		    color: #fff;
		    font-size: 3vw;
		    text-align: left;
		    font-weight: bold;
		    line-height: 1.5;
		    letter-spacing: 0px;
		    text-shadow: 3px 0 10px rgb(22 78 145 / 0%);
		    margin-top: 0px;
		    transition: all ease 2s .7s;
		    opacity: 0;
		    transform: translateY(40px);
		    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f"
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_btitle {
		    opacity: 1;
		    transform: translateY(0px)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_summary {
		    color: #fff;
		    font-size: 1.5vw;
		    line-height: 1.3;
		    margin-top: 0px;
		    transition: all ease 2s 1s;
		    opacity: 0;
		    transform: translateY(40px);
		    margin-left: 0;
		    margin-right: auto;
		    white-space: pre-line;
		    color: #ffffffde
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_summary {
		    opacity: 1;
		    transform: translateY(0px)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_cspan {
		    position: relative;
		    margin-top: 10px;
		    display: block;
		    transition: all ease 2s .8s;
		    opacity: 0;
		    transform: translateY(40px);
		    display: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_button {
		    display: inline-block;
		    margin-top: 40px;
		    border-radius: 30px;
		    border: 2px solid #dda400;
		    background: #dda400;
		    width: 100%;
		    max-width: 150px;
		    LINE-HEIGHT: 36px;
		    height: 40px;
		    padding: 0px 15px;
		    color: #fff;
		    text-align: center;
		    font-size: 14px;
		    margin-left: auto;
		    margin-right: auto;
		    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
		    opacity: 0;
		    transform: translateY(40px);
		    transition: all ease .3s,transform ease 2s 1s,opacity ease .8s .9s;
		    display: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_button:after {
		    content: '';
		    position: absolute;
		    bottom: 0px;
		    left: 0px;
		    width: 0%;
		    height: 100%;
		    background: #ffffff;
		    border: 1px solid #ffffff;
		    z-index: -1;
		    transition: all .5s ease;
		    opacity: 0;
		    border-radius: 30px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_button:hover {
		    color: #dda400
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_button:hover:after {
		    width: 95%;
		    opacity: 1
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_button {
		    opacity: 1;
		    transform: translateY(0px)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-slide-active .p_cspan {
		    opacity: 1;
		    transform: translateY(0px)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_cspan::before {
		    content: '';
		    width: 60px;
		    height: 2px;
		    border-radius: 0;
		    background: #fff;
		    display: inline-block
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_cspan::before {
		    background: #fff
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool {
		    position: absolute;
		    right: calc((100% - 95%) / 2);
		    bottom: 40px;
		    color: #fff;
		    width: 90px;
		    z-index: 10
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool span {
		    text-transform: uppercase;
		    color: #fff;
		    display: block;
		    font-family: arial;
		    line-height: 20px;
		    margin-top: 12px;
		    font-size: 12px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool i {
		    display: block;
		    width: 20px;
		    height: 30px;
		    margin: 0 auto;
		    border-radius: 12px;
		    border: 2px #fff solid;
		    position: relative
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool i:before {
		    content: "";
		    display: block;
		    width: 4px;
		    height: 10px;
		    background: #fff;
		    border-radius: 2px;
		    position: absolute;
		    left: 50%;
		    transform: translate(-50%,0);
		    top: 3px;
		    animation: scrollmouse 2s linear infinite
		}
		
		@keyframes scrollmouse {
		    from {
		        transform: translate(-50%,0);
		        opacity: 1
		    }
		
		    to {
		        transform: translate(-50%,10px);
		        opacity: 0
		    }
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_kongjian {
		    position: absolute;
		    right: 0;
		    width: 100%;
		    border-left: 1px solid rgb(255 255 255 / 10%);
		    height: 100%;
		    top: 0;
		    bottom: 0;
		    z-index: 1;
		    max-width: 100px;
		    pointer-events: none;
		    display: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination {
		    position: absolute;
		    display: flex;
		    flex-direction: column;
		    top: auto;
		    right: 0;
		    transform: translate(100%,-50%);
		    right: 3%;
		    width: auto;
		    height: auto;
		    bottom: 42%
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet {
		    margin: 3px 5px !important;
		    background: hsl(0deg 0% 100% / 40%);
		    opacity: 1;
		    width: 10px;
		    height: 10px;
		    transition: all ease .3s
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet-active {
		    height: 30px;
		    border-radius: 15px;
		    background: rgb(255 255 255)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet:hover {
		    background: rgb(255 255 255)
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next {
		    color: #fff;
		    border-radius: 50%;
		    border: 1px dashed rgba(255,255,255,.8);
		    width: 50px;
		    height: 50px;
		    transition: all ease .3s;
		    position: static;
		    margin: 0 auto;
		    background: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next::after {
		    font-size: 16px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next:hover {
		    background: #dda400;
		    border: 1px solid #dda400
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next:hover::after {
		    color: #ffffff
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev {
		    color: #fff;
		    border-radius: 50%;
		    border: 1px dashed rgba(255,255,255,.8);
		    height: 50px;
		    width: 50px;
		    transition: all ease .3s;
		    position: static;
		    margin: 0px 20px 0px 0px;
		    background: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev::after {
		    font-size: 16px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev:hover {
		    background: #dda400;
		    border: 1px solid #dda400
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev:hover::after {
		    color: #ffffff
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .videoContent {
		    position: absolute;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    z-index: 20;
		    cursor: pointer
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .videoContent video {
		    width: 100%;
		    height: 100%;
		    object-fit: cover
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video_button {
		    position: absolute;
		    right: 0;
		    width: 100%;
		    bottom: 160px;
		    z-index: 110;
		    max-width: 100px;
		    height: 50px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_videobtm {
		    color: #fff;
		    border-radius: 100%;
		    border: 2px solid #fff;
		    top: auto;
		    bottom: 0;
		    width: 50px;
		    height: 50px;
		    left: 50%;
		    transform: translateX(-50%);
		    transition: all ease .3s;
		    display: block;
		    position: absolute;
		    cursor: pointer;
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    text-align: center;
		    display: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video_button svg {
		    margin: 0 auto;
		    width: 15px
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_arr {
		    max-width: 120px;
		    width: 100%;
		    position: absolute;
		    right: 7%;
		    bottom: 40px;
		    height: auto;
		    z-index: 1;
		    display: flex;
		    flex-direction: row;
		    justify-content: center;
		    text-align: center;
		    display: none
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_videobtm:hover {
		    background: #dda400;
		    border: 2px solid #dda400
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .video_cover:after {
		    content: "";
		    position: absolute;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022061015545669377/cms/image/20d0d507-251c-4036-91e5-4b138944fd32.png) repeat;
		    z-index: 21;
		    opacity: 0
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .video_cover:before {
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    content: "";
		    width: 100%;
		    height: 32%;
		    background: linear-gradient(to bottom,#00003500 0,#000010 100%);
		    z-index: 22;
		    opacity: 0
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .P_link_img:after {
		    content: "";
		    position: absolute;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022061015545669377/cms/image/20d0d507-251c-4036-91e5-4b138944fd32.png) repeat;
		    z-index: 21;
		    opacity: 0
		}
		
		#c_banner_019_P_1560-17482515675490 .e_bannerA-2 .P_link_img:before {
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    content: "";
		    width: 100%;
		    height: 40%;
		    background: linear-gradient(to top,rgb(0 0 0 / 61%) 0,rgba(0,0,0,0) 100%);
		    z-index: 22
		}
		
		@media screen and (max-width: 768px) {
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_info_fivebox {
		        width:100%;
		        padding-bottom: 0px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_info {
		        width: 90%;
		        padding-right: 0px;
		        padding-left: 22px;
		        bottom: 8%
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool {
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_summary {
		        font-size: 14px;
		        line-height: 1.6;
		        margin-bottom: 10px;
		        margin-top: 10px;
		        display: -webkit-box;
		        overflow: hidden;
		        -webkit-line-clamp: 2;
		        -webkit-box-orient: vertical;
		        text-overflow: ellipsis;
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_entitle {
		        font-size: 14px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btitle {
		        font-size: 16px;
		        margin-top: 5px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_cspan::before {
		        width: 25px;
		        height: 2px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_kongjian {
		        max-width: 55px;
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_arr {
		        max-width: 55px;
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video_button {
		        max-width: 55px;
		        bottom: 106px;
		        height: 28px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet {
		        width: 6px;
		        height: 6px;
		        margin: 3px !important
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet-active {
		        width: 20px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination-bullet:hover {
		        height: 6px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev {
		        width: 28px;
		        height: 28px;
		        margin: 5px auto 0
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video_button span {
		        width: 28px;
		        height: 28px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next {
		        width: 28px;
		        height: 28px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_prev::after {
		        font-size: 12px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_btn_next::after {
		        font-size: 12px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-container {
		        height: 36vh;
		        margin-top: 50px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_cspan {
		        margin-top: 0px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_video_button svg {
		        width: 12px
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .swiper-pagination {
		        right: auto;
		        top: auto;
		        bottom: 15px;
		        left: auto;
		        width: 100%;
		        justify-content: center;
		        height: auto;
		        transform: unset;
		        flex-direction: row
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_scrool span {
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .video_cover:before {
		        display: none
		    }
		
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_button {
		        display: none
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_banner_019_P_1560-17482515675490 .e_bannerA-2 .p_summary {
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		}
		
		@media screen and (max-width: 1420px) and (min-width: 1360px) {
		}
		
		@media screen and (max-width: 1360px) and (min-width: 1024px) {
		}
		
		#c_static_001_P_42538-17507249081910 {
		    min-height: 0px;
		    display-radio: 1;
		    padding-bottom: 0px;
		    background_radio: 2;
		    padding-top: 0px;
		    background-fill-value: background-image;
		    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025031214480355233/cms/image/53f91c68-c77f-4cd7-8a5e-de7f31aa1a5d.jpg);
		    background-position: center left;
		    background-repeat: no-repeat;
		    background-size: cover
		}
		
		#c_static_001_P_42538-17507249081910::after {
		    content: "";
		    position: absolute;
		    width: 100%;
		    height: 100%;
		    right: 0%;
		    top: 0;
		    z-index: 0;
		    /* background:repeating-linear-gradient(to left,#000000,#00000000,#00000000);
		 */
		    -ms-border-radius: 25px;
		    -moz-border-radius: 25px;
		    -webkit-border-radius: 25px;
		    -o-border-radius: 25px;
		    border-top-right-radius: 25px;
		    border-bottom-right-radius: 0;
		    border-top-right-radius: 0
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-21 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    display-radio: flex;
		    margin-left: auto;
		    margin-right: auto;
		    background_radio: 1;
		    max-width: 1600px;
		    min-height: 900px;
		    position: relative;
		    z-index: 6
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-21 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-23 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    background_radio: 1;
		    padding-right: 0px;
		    padding-left: 0px
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-23 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-21 .cbox-21-1 {
		    align-self: center
		}
		
		#c_static_001_P_42538-17507249081910 .e_text-25 {
		    line-height: 1.8;
		    font_radio: 2;
		    display-radio: 1;
		    margin-top: 20px;
		    font-size: 16px;
		    color: rgba(44,44,44,1);
		    text-align: left;
		    font-weight: normal;
		    font-family: Arial !important
		}
		
		#c_static_001_P_42538-17507249081910 .e_container-21 .cbox-21-0 {
		    align-self: center
		}
		
		#c_static_001_P_42538-17507249081910 .e_text-77 {
		    line-height: 1.2;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(37,37,37,1);
		    font-size: 3vw;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 0px;
		    margin-top: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    font-weight: bold
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    width: 180px;
		    padding: 8px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    height: 46px;
		    font-size: 16px;
		    font-family: Microsoft YaHei;
		    line-height: 2;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    display-radio: block;
		    margin-left: 0px;
		    margin-right: auto;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    color: rgb(255 255 255);
		    background-color: rgba(126,48,141,1);
		    margin-bottom: 0px;
		    visibility: hidden;
		    opacity: 0;
		    margin-top: 3vw
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78::after {
		    content: "";
		    position: absolute;
		    width: 0;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78:hover::after {
		    opacity: 1
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78:hover {
		    font-size: 16px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    font-family: Microsoft YaHei;
		    border-style: none;
		    border-width: 1px;
		    border-color: #630179;
		    background: #7e308d;
		    color: rgba(255,255,255,1);
		    background-color: rgba(139,48,158,1)
		}
		
		#c_static_001_P_42538-17507249081910 .e_button-78:before {
		    border-radius: 50%
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_42538-17507249081910 {
		        display-radio:1;
		        padding-top: 0px;
		        padding-bottom: 50vw;
		        background_radio: 2;
		        background-position: center bottom;
		        background-repeat: no-repeat;
		        background-size: cover;
		        background-fill-value: background-image;
		        background-position: center bottom;
		        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025031214480355233/cms/image/92840883-29d0-4edb-b86d-1edafc208872.jpg);
		        background-repeat: no-repeat;
		        background-repeat: no-repeat;
		        background-size: cover
		    }
		
		    #c_static_001_P_42538-17507249081910 .e_container-21 {
		        display-radio: 1;
		        flex-direction: column;
		        background_radio: 1;
		        min-height: auto;
		        margin-top: 0px;
		        padding-top: 0px
		    }
		
		    #c_static_001_P_42538-17507249081910 .e_text-25 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 16px;
		        color: rgba(62,62,62,1);
		        line-height: 1.8;
		        margin-top: 10px;
		        text-align: left
		    }
		
		    #c_static_001_P_42538-17507249081910 .e_container-23 {
		        display-radio: 1;
		        padding-top: 30px;
		        padding-bottom: 30px;
		        padding-right: 0px;
		        padding-left: 0px;
		        background_radio: 1
		    }
		
		    #c_static_001_P_42538-17507249081910 .e_text-77 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 30px;
		        font-weight: bold;
		        color: rgba(52,52,52,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001_P_42538-17507249081910 .e_button-78 {
		        position: relative;
		        overflow: hidden;
		        text-align: center;
		        box-sizing: border-box;
		        width: 200px;
		        padding: 8px;
		        background_radio: 2;
		        border_radio: 2;
		        font_radio: 2;
		        radius_radio: 2;
		        margin-top: 7%;
		        height: 38px;
		        font-size: 16px;
		        font-family: Microsoft YaHei;
		        line-height: 1.4;
		        border-top-left-radius: 30px;
		        border-top-right-radius: 30px;
		        border-bottom-left-radius: 30px;
		        border-bottom-right-radius: 30px;
		        display-radio: block;
		        margin-left: auto;
		        margin-right: 0px;
		        border-style: none;
		        border-width: 1px;
		        border-color: #7e308d;
		        color: rgb(255 255 255);
		        background-color: #7e308d;
		        margin-left: 0px;
		        color: rgb(255, 255, 255);
		        display-radio: 1
		    }
		}
		
		#c_static_001-1749814901862 {
		    min-height: 300px;
		    background_radio: 2;
		    display-radio: 1;
		    padding-top: 5vw;
		    padding-bottom: 6vw
		}
		
		#c_static_001-1749814901862 .e_container-17 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    background_radio: 1;
		    display-radio: flex;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 30px
		}
		
		#c_static_001-1749814901862 .e_container-17 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001-1749814901862 .e_text-18 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(37,37,37,1);
		    font-size: 3.2vw;
		    text-align: left;
		    font-family: Arial;
		    margin-bottom: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: bold;
		    width: auto
		}
		
		#c_static_001-1749814901862 .e_richText-21 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001-1749814901862 .e_richText-21 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749814901862 .e_richText-21 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001-1749814901862 .e_richText-21 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749814901862 .e_richText-21 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 18px;
		    color: rgba(23,23,23,1);
		    line-height: 1.8;
		    margin-top: 10px;
		    text-align: left;
		    font-weight: normal;
		    font-family: Arial
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_page {
		    text-align: center
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_active .p_fbutton {
		    color: #fff;
		    background-color: cornflowerblue
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_s_option {
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect ul,li {
		    list-style: none
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_static_001-1749814901862 .e_loop-22 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_split {
		    margin: 0 5px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_normal {
		    margin-right: 16px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001-1749814901862 .e_loop-22 .input-check,#c_static_001-1749814901862 .e_loop-22 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_static_001-1749814901862 .e_loop-22 .position-left {
		    display: flex
		}
		
		#c_static_001-1749814901862 .e_loop-22 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_static_001-1749814901862 .e_loop-22 .position-top {
		}
		
		#c_static_001-1749814901862 .e_loop-22 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_filter_result {
		    display: inline-block
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_contclear {
		    cursor: pointer
		}
		
		#c_static_001-1749814901862 .e_loop-22 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_imgwrapper {
		    width: 80px;
		    height: 100px;
		    overflow: hidden
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_imgtitle {
		    display: flex;
		    justify-content: center;
		    flex-wrap: nowrap;
		    margin: 0 auto;
		    line-height: 20px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_imgwrapper img {
		    width: 100%;
		    object-fit: cover
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_active .p_imgwrapper {
		    border: 1px solid #409eff
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_filter_result {
		    display: none
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_contclear {
		    display: none
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_inputRangeSearch {
		    padding: 7px 12px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_inputSearch {
		    padding: 0px 17px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal;
		    height: 40px;
		    display: inline-block;
		    vertical-align: middle;
		    border-radius: 5px;
		    margin-left: 10px
		}
		
		#c_static_001-1749814901862 .e_loop-22 .p_categoryActive {
		    color: #409EFF
		}
		
		#c_static_001-1749814901862 .e_loop-22 {
		    display-radio: 1;
		    max-width: 1600px;
		    width: 94%;
		    margin-right: auto;
		    margin-left: auto
		}
		
		#c_static_001-1749814901862 .e_container-23 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: auto;
		    background_radio: 2;
		    display-radio: flex;
		    padding-top: 30px;
		    padding-left: 40px;
		    padding-right: 40px;
		    background-color: rgba(246,246,248,1);
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px
		}
		
		#c_static_001-1749814901862 .e_container-23:hover .e_image-30 {
		    transition: all .5s ease-in-out;
		    margin-right: 0px;
		    transform: translateX(-20px) translateY(0%)
		}
		
		#c_static_001-1749814901862 .e_container-23 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001-1749814901862 .e_text-28 {
		    line-height: 1.2;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(37,37,37,1);
		    font-size: 2.3vw;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 20px;
		    margin-top: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    font-weight: bold
		}
		
		#c_static_001-1749814901862 .e_image-30 {
		    overflow: hidden;
		    display-radio: 1;
		    transition: all .5s ease-in-out
		}
		
		#c_static_001-1749814901862 .e_image-30 img {
		    width: 100%;
		    height: 100%;
		    object-fit: contain
		}
		
		#c_static_001-1749814901862 .e_container-23 .cbox-23-0 {
		    flex: 0 0 60%;
		    align-self: center;
		    padding-right: 3%
		}
		
		#c_static_001-1749814901862 .e_container-23 .p_item {
		    display-radio: 1
		}
		
		#c_static_001-1749814901862 .e_button-31 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    width: 180px;
		    padding: 8px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    height: 46px;
		    font-size: 16px;
		    font-family: Microsoft YaHei;
		    line-height: 2;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    display-radio: block;
		    margin-left: 0px;
		    margin-right: auto;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    color: rgb(255 255 255);
		    background-color: rgba(126,48,141,1);
		    margin-bottom: 0px;
		    visibility: hidden;
		    opacity: 0;
		    margin-top: 3vw
		}
		
		#c_static_001-1749814901862 .e_button-31 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_static_001-1749814901862 .e_button-31::after {
		    content: "";
		    position: absolute;
		    width: 0;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_static_001-1749814901862 .e_button-31:hover::after {
		    opacity: 1
		}
		
		#c_static_001-1749814901862 .e_button-31:hover {
		    font-size: 16px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    font-family: Microsoft YaHei;
		    border-style: none;
		    border-width: 1px;
		    border-color: #630179;
		    background: #7e308d;
		    color: rgba(255,255,255,1);
		    background-color: rgba(144,0,177,1)
		}
		
		#c_static_001-1749814901862 .e_button-31:before {
		    border-radius: 50%
		}
		
		#c_static_001-1749814901862 .e_loop-22 .cbox-22:nth-child(odd) {
		    margin-right: 1%
		}
		
		#c_static_001-1749814901862 .e_loop-22 .cbox-22:nth-child(even) {
		    margin-left: auto
		}
		
		#c_static_001-1749814901862 .e_richText-32 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001-1749814901862 .e_richText-32 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749814901862 .e_richText-32 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001-1749814901862 .e_richText-32 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749814901862 .e_richText-32 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(23,23,23,1);
		    line-height: 1.5;
		    margin-top: 10px;
		    text-align: left;
		    font-weight: normal;
		    font-family: Arial
		}
		
		#c_static_001-1749814901862 .e_text-29 {
		    line-height: 1.6;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(29,29,29,1);
		    font-size: 18px;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 0px;
		    margin-top: 0px;
		    margin-left: 0px;
		    margin-right: auto;
		    font-weight: normal;
		    max-width: 500px
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001-1749814901862 .e_text-18 {
		        font_radio:2;
		        display-radio: 1;
		        font-size: 30px;
		        font-weight: bold;
		        color: rgba(13,13,13,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001-1749814901862 .e_richText-21 {
		        font-size: 16px;
		        line-height: 1.5;
		        font_radio: 2;
		        display-radio: 1
		    }
		
		    #c_static_001-1749814901862 .e_loop-22 .p_loopitem {
		        flex-grow: 0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_static_001-1749814901862 .e_text-28 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 24px;
		        font-weight: bold;
		        color: rgba(37,37,37,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none;
		        margin-bottom: 5px
		    }
		
		    #c_static_001-1749814901862 .e_button-31 {
		        position: relative;
		        overflow: hidden;
		        text-align: center;
		        box-sizing: border-box;
		        width: 160px;
		        background_radio: 2;
		        border_radio: 2;
		        font_radio: 2;
		        radius_radio: 2;
		        margin-top: 7%;
		        height: 38px;
		        font-size: 16px;
		        line-height: 1.4;
		        margin-left: 0px;
		        display-radio: 1;
		        margin-bottom: 0px
		    }
		
		    #c_static_001-1749814901862 .e_container-23:hover .e_image-30 {
		        transition: all .5s ease-in-out;
		        margin-right: 0px;
		        transform: translateX(0px) translateY(0%)
		    }
		
		    #c_statirgb(255, 255, 255)901862 .e_richText-32 {
		        font-size: 14px;
		        line-height: 1.7;
		        font_radio: 2;
		        display-radio: 1;
		        margin-top: 0px
		    }
		
		    #c_static_001-1749814901862 .e_container-23 {
		        background_radio: 1;
		        display-radio: 1;
		        padding-left: 20px;
		        padding-right: 20px;
		        margin-bottom: 15px;
		        padding-top: 20px;
		        padding-bottom: 0px
		    }
		
		    #c_static_001-1749814901862 .e_richText-32 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 14px;
		        font-weight: normal;
		        color: rgba(39,39,39,1);
		        text-align: left
		    }
		
		    #c_static_001-1749814901862 {
		        background_radio: 2;
		        display-radio: 1
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_static_001-1749814901862 .e_loop-22 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(98% / 2)
		    }
		}
		
		#c_grid-1749815076048 {
		    margin-left: auto;
		    margin-right: auto;
		    width: 100%;
		    background: repeating-linear-gradient(to top,#c5ced5,#ffffff);
		    background_radio: 2;
		    display-radio: 1;
		    background-color: repeating-linear-gradient(to top,#c5ced5,#ffffff)
		}
		
		#c_grid-1749815076048 .p_gridbox::after {
		    content: '';
		    clear: left;
		    display: block
		}
		
		#c_grid-1749815076048 > div > .p_gridbox {
		    width: 100%;
		    overflow: hidden;
		    position: static
		}
		
		#c_grid-1749815076048 > div > .p_gridCell {
		    float: left;
		    position: static
		}
		
		#c_grid-1749815076048 > .p_gridbox.signal {
		    min-height: inherit
		}
		
		#c_grid-1749815076048 > .p_gridbox.signal > .p_gridCell {
		    min-height: inherit !important
		}
		
		#c_grid-1749815076048 .p_gridCell {
		    display-radio: 1;
		    background-color: rgba(0,0,0,1)
		}
		
		@media screen and (max-width: 768px) {
		    #c_grid-1749815076048 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_grid-1749815076048 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		    #c_grid-1749815076048 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (max-width: 1420px) and (min-width: 1360px) {
		}
		
		@media screen and (max-width: 1360px) and (min-width: 1024px) {
		}
		
		#c_magiccube_009-1749815101893 {
		    background_radio: 2;
		    display-radio: 1;
		    max-width: 1600px;
		    width: 94%;
		    margin-left: auto;
		    margin-right: auto;
		    min-height: 0px;
		    max-height: none;
		    height: auto;
		    margin-top: 3vw;
		    margin-bottom: 1vw
		}
		
		#c_magiccube_009-1749815101893 .p_tab_wrapper {
		    display: flex
		}
		
		#c_magiccube_009-1749815101893 .p_right {
		    flex-direction: row-reverse
		}
		
		#c_magiccube_009-1749815101893 .p_top {
		    flex-direction: column
		}
		
		#c_magiccube_009-1749815101893 .p_bottom {
		    flex-direction: column
		}
		
		#c_magiccube_009-1749815101893 .content-box {
		    display: none;
		    overflow: hidden
		}
		
		#c_magiccube_009-1749815101893 .top .tab-item,#c_magiccube_009-1749815101893 .bottom .tab-item {
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis
		}
		
		#c_magiccube_009-1749815101893 .p_content_wrapper {
		    width: 100%
		}
		
		#c_magiccube_009-1749815101893 .p_tablist {
		    display: flex;
		    width: 100%;
		    justify-content: space-around;
		    margin: 0 auto
		}
		
		#c_magiccube_009-1749815101893 .tab-item {
		    display: block;
		    width: calc(100% / 3);
		    line-height: 48px;
		    text-align: center;
		    font-size: 18px;
		    cursor: pointer;
		    position: relative;
		    background: #333336;
		    color: #fff
		}
		
		/*#c_magiccube_009-1749815101893 .tab-item:after {
			content: "";
			display: block;
			width: 0;
			height: 4px;
			background: #972926;
			border-radius: 2px;
			position: absolute;
			left: 0;
			bottom: 0;
			transition: all 0.5s;
		}
		#c_magiccube_009-1749815101893 .tab-item.active:after,
		#c_magiccube_009-1749815101893 .tab-item:hover:after {
			color: white;
			content: "";
			display: block;
			width: 100%;
			height: 4px;
			background: #972926;
			border-radius: 2px;
			position: absolute;
			left: 0;
			bottom: 0;
			transition: all 0.5s;
		}
		*/
		#c_magiccube_009-1749815101893 .left {
		    float: left;
		    display: block
		}
		
		#c_magiccube_009-1749815101893 .left .tab-item {
		    width: 200px;
		    line-height: 53px;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis
		}
		
		#c_magiccube_009-1749815101893 .left .tab-item:last-child,#c_magiccube_009-1749815101893 .right .tab-item:last-child {
		}
		
		#c_magiccube_009-1749815101893 .right {
		    float: right;
		    width: 200px;
		    display: block
		}
		
		#c_magiccube_009-1749815101893 .right .tab-item {
		    width: 100%;
		    display: block;
		    line-height: 53px;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis
		}
		
		#c_magiccube_009-1749815101893 .left-content,#c_magiccube_009-1749815101893 .top-content,#c_magiccube_009-1749815101893 .bottom-content,#c_magiccube_009-1749815101893 .right-content {
		    overflow: hidden;
		    width: 100%
		}
		
		#c_magiccube_009-1749815101893 .content-box.active {
		    display: block
		}
		
		#c_magiccube_009-1749815101893 .p_icon {
		    display-radio: 1
		}
		
		#c_magiccube_009-1749815101893 .p_image {
		    width: 40px;
		    height: 40px;
		    display-radio: 1;
		    border-color: rgba(41,21,227,1)
		}
		
		#c_magiccube_009-1749815101893 .p_content {
		    display-radio: 1
		}
		
		#c_magiccube_009-1749815101893 .p_tab {
		    display-radio: 1
		}
		
		#c_magiccube_009-1749815101893 .p_active {
		    color: white;
		    background-color: #7e308d;
		    display-radio: 1
		}
		
		#c_magiccube_009-1749815101893 .vertical,#c_magiccube_009-1749815101893 .right .vertical {
		    display: flex;
		    flex-direction: column;
		    align-items: center
		}
		
		@media screen and (max-width: 768px) {
		    #c_magiccube_009-1749815101893 .tab-item {
		        display:block;
		        width: calc(100% / 3);
		        line-height: 48px;
		        text-align: center;
		        font-size: 14px;
		        cursor: pointer;
		        position: relative;
		        background: #333336;
		        color: #fff;
		        line-height: 1.3;
		        padding: 5px 3px;
		        white-space: inherit !important
		    }
		
		    #c_magiccube_009-1749815101893 .p_active {
		        color: white;
		        background-color: #7e308d;
		        display-radio: 1
		    }
		
		    #c_magiccube_009-1749815101893 {
		        background_radio: 2;
		        display-radio: 1;
		        margin-bottom: 4vw;
		        margin-top: 3vw
		    }
		}
		
		@media screen and (max-width: 1420px) and (min-width: 1360px) {
		}
		
		@media screen and (max-width: 1360px) and (min-width: 1024px) {
		}
		
		#c_static_001-1749815606229 {
		    background_radio: 2;
		    display-radio: 1;
		    padding: 2% 3%;
		    border-radius: 10px
		}
		
		#c_static_001-1749815606229 .e_container-1 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%
		}
		
		#c_static_001-1749815606229 .e_container-1 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001-1749815606229 .e_richText-4 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001-1749815606229 .e_richText-4 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749815606229 .e_richText-4 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001-1749815606229 .e_richText-4 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-1749815606229 .e_richText-4 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    line-height: 1.8;
		    margin-top: 0px;
		    text-align: left;
		    font-weight: normal
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001-1749815606229 .e_richText-4 {
		        font-size:14px;
		        line-height: 1.5
		    }
		}
		
		#c_static_001-17498182752460 {
		    background_radio: 2;
		    display-radio: 1;
		    padding: 2% 3%;
		    border-radius: 10px
		}
		
		#c_static_001-17498182752460 .e_container-1 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%
		}
		
		#c_static_001-17498182752460 .e_container-1 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001-17498182752460 .e_richText-4 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001-17498182752460 .e_richText-4 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-17498182752460 .e_richText-4 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001-17498182752460 .e_richText-4 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-17498182752460 .e_richText-4 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    line-height: 1.8;
		    margin-top: 0px;
		    text-align: left;
		    font-weight: normal
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001-17498182752460 .e_richText-4 {
		        font-size:14px;
		        line-height: 1.5
		    }
		}
		
		#c_static_001-17498182842560 {
		    background_radio: 2;
		    display-radio: 1;
		    padding: 2% 3%;
		    border-radius: 10px
		}
		
		#c_static_001-17498182842560 .e_container-1 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%
		}
		
		#c_static_001-17498182842560 .e_container-1 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001-17498182842560 .e_richText-4 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001-17498182842560 .e_richText-4 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-17498182842560 .e_richText-4 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001-17498182842560 .e_richText-4 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001-17498182842560 .e_richText-4 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    line-height: 1.8;
		    margin-top: 0px;
		    text-align: left;
		    font-weight: normal
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001-17498182842560 .e_richText-4 {
		        font-size:14px;
		        line-height: 1.5
		    }
		}
		
		#c_category_212_P_268-17482443834380 {
		    min-height: 300px;
		    display-radio: 1;
		    background-fill-value: background-color;
		    background_radio: 2;
		    background-color: rgba(197, 206, 213, 0);
		    margin-top: 0px;
		    padding-bottom: 2
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_page {
		    text-align: center
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_active .p_fbutton {
		    color: #6919a5;
		    background-color: cornflowerblue
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect ul,li {
		    list-style: none
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_split {
		    margin: 0 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_normal {
		    margin-right: 16px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .input-check,#c_category_212_P_268-17482443834380 .e_loop-1 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .position-left {
		    display: flex
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_filter_result {
		    display: inline-block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_contclear {
		    cursor: pointer
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_category_212_P_268-17482443834380 .e_container-2 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    background-fill-value: background-color;
		    padding-left: 0px;
		    padding-right: 0px;
		    padding-bottom: 0px;
		    background-color: rgba(255,255,255,0);
		    background_radio: 2;
		    margin-top: 0px;
		    padding-top: 0px
		}
		
		#c_category_212_P_268-17482443834380 .e_container-2 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 {
		    display-radio: 1;
		    margin-left: auto;
		    margin-right: auto;
		    padding-left: 0px;
		    padding-right: 0px;
		    overflow: hidden;
		    padding-top: 0px;
		    margin-top: 0px;
		    max-width: none;
		    width: auto;
		    margin-bottom: 0px;
		    padding-bottom: 0px
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    background_radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 .cbox-3-0 {
		    align-self: center;
		    padding-right: 0%;
		    flex: 0 0 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 .p_item {
		    display-radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_image-10 {
		    overflow: hidden;
		    display-radio: 1;
		    margin-top: 0px;
		    padding-bottom: 3vw
		}
		
		#c_category_212_P_268-17482443834380 .e_image-10 img {
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		    transform: scale(1.05);
		    opacity: 0;
		    transition: all ease .5s 0s;
		    max-height: 830px
		}
		
		#c_category_212_P_268-17482443834380 .e_image-10:before {
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    content: "";
		    width: 100%;
		    height: 20%;
		    background: linear-gradient(to top,#dee5eb ,#ffffff);
		    z-index: 22;
		    opacity: 1;
		    display: none
		}
		
		#c_category_212_P_268-17482443834380 .swiper-slide-active .e_container-27 .e_image-10 img {
		    transform: scale(1);
		    opacity: 1;
		    transition: all ease .5s 0s
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-1 .p_item {
		    display-radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_page {
		    text-align: center
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_active .p_fbutton {
		    color: #fff;
		    background-color: cornflowerblue
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect ul,li {
		    list-style: none
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .multSelect-option>div.selected {
		    color: #fff
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .multSelect-option>div:hover {
		    color: #fff;
		    background: #f3f6f9
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_split {
		    margin: 0 5px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_normal {
		    margin-right: 16px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .input-check,#c_category_212_P_268-17482443834380 .e_loop-11 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .position-left {
		    display: flex
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_filter_result {
		    display: inline-block
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .p_contclear {
		    cursor: pointer
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_category_212_P_268-17482443834380 .e_loop-11 {
		    display-radio: 1;
		    margin-left: auto;
		    margin-right: auto;
		    overflow: hidden;
		    padding-left: 0px;
		    padding-right: 0px;
		    width: 94%;
		    padding-top: 0px;
		    padding-bottom: 0px;
		    margin-top: -11%;
		    max-width: 1600px
		}
		
		#c_category_212_P_268-17482443834380 .e_container-12 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    margin-left: auto;
		    margin-right: auto;
		    padding-left: 20px;
		    padding-top: 20px;
		    padding-right: 20px;
		    padding-bottom: 20px;
		    max-width: none;
		    background-color: rgba(255, 255, 255, 0);
		    border-top-left-radius: 0px;
		    border-top-right-radius: 0px;
		    border-bottom-left-radius: 0px;
		    border-bottom-right-radius: 0px
		}
		
		#c_category_212_P_268-17482443834380 .e_container-12 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_image-13 {
		    overflow: hidden;
		    display-radio: 1;
		    margin-left: auto;
		    margin-right: auto;
		    max-width: none;
		    border-top-left-radius: 0px;
		    border-top-right-radius: 0px;
		    border-bottom-left-radius: 0px;
		    border-bottom-right-radius: 0px
		}
		
		#c_category_212_P_268-17482443834380 .e_image-13 img {
		    width: 100%;
		    height: 100%;
		    object-fit: cover
		}
		
		#c_category_212_P_268-17482443834380 .e_text-14 {
		    line-height: 1.6;
		    display-radio: -webkit-box;
		    font_radio: 2;
		    text-align: center;
		    margin-top: 10px;
		    color: rgba(51,51,51,1);
		    transition: all ease .3s;
		    font-size: 14px;
		    -webkit-line-clamp: 1;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_container-16 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    background-fill-value: background-color;
		    padding-bottom: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    margin-top: 0px;
		    padding-top: 0px;
		    max-width: none;
		    margin-left: auto;
		    margin-right: auto;
		    background_radio: 2
		}
		
		#c_category_212_P_268-17482443834380 .e_container-16 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380.response-animated .e_image-10 {
		    animation-name: none,none;
		    animation-delay: 0.0s,0.6s;
		    animation-duration: 0.6s,0.6s;
		    animation-iteration-count: 1,1
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop {
		    position: relative;
		    overflow: hidden;
		    margin: 0 auto;
		    padding: 20px 0px;
		    width: 95%
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr {
		    position: relative
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-prev {
		    left: 0px;
		    color: #ffffff;
		    height: 40px;
		    top: 40%;
		    margin: 0;
		    background: #7e308d;
		    width: 40px;
		    padding: 0px;
		    opacity: 1;
		    display: block !important;
		    border-radius: 50%;
		    z-index: 1
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-prev:hover {
		    left: 0px;
		    color: #ffffff;
		    height: 40px;
		    top: 40%;
		    margin: 0;
		    background: #7e308d;
		    width: 40px;
		    padding: 0px;
		    opacity: 1;
		    display: block !important;
		    border-radius: 50%
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-next {
		    right: 0px;
		    color: #ffffff;
		    height: 40px !important;
		    top: 40%;
		    margin: 0;
		    background: #7e308d;
		    width: 40px !important;
		    padding: 0px;
		    opacity: 1;
		    display: block !important;
		    border-radius: 50%;
		    z-index: 1
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-next:hover {
		    right: 0px;
		    color: #ffffff;
		    height: 40px !important;
		    top: 40%;
		    margin: 0;
		    background: #7e308d;
		    width: 40px !important;
		    padding: 0px;
		    opacity: 1;
		    display: block !important;
		    border-radius: 50%
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-disabled {
		    color: rgb(28 148 56 / 35%)
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-prev::after {
		    font-size: 16px;
		    font-weight: bold;
		    line-height: 40px;
		    text-align: center;
		    padding-left: 17px;
		    color: #ffffff
		}
		
		#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-next::after {
		    font-size: 16px;
		    font-weight: bold;
		    line-height: 40px;
		    text-align: center;
		    padding-left: 17px;
		    color: #ffffff
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide > div {
		    cursor: pointer;
		    transition: all ease .3s
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide-thumb-active > div {
		    background: linear-gradient(to top,#ffffff,#ffffff);
		    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
		    padding: 10px
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide-thumb-active > div .e_text-14 {
		    font-weight: bold;
		    color: #fff
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide > div:hover {
		    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1)
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide > div:hover .e_text-14 {
		    color: #581e84
		}
		
		#c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide-thumb-active > div:hover .e_text-14 {
		    color: #fff
		}
		
		#c_category_212_P_268-17482443834380 .productsCate .swiper-slide {
		    pointer-events: none
		}
		
		#c_category_212_P_268-17482443834380 .productsCate .swiper-slide-active {
		    z-index: 1;
		    pointer-events: auto
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 > .cbox-3-1 {
		    transition: all ease .0s .0s;
		    transform: translateY(30px);
		    opacity: 0
		}
		
		#c_category_212_P_268-17482443834380 .swiper-slide-active .cbox-3-1 {
		    transition: all ease .6s .0s;
		    transform: translateY(0px);
		    opacity: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_container-22 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    display-radio: flex;
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 0px;
		    max-width: none;
		    width: auto
		}
		
		#c_category_212_P_268-17482443834380 .e_container-22 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-22 .p_item {
		    display-radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_container-2 .p_item {
		    display-radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_container-27 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    border-radius: 0px;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_container-27 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-28 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: auto;
		    display-radio: flex;
		    padding-left: 0px;
		    /* padding-right:20px;
		 */
		    padding-top: 0px;
		    margin-top: 0px;
		    background_radio: 1;
		    margin-left: 0px;
		    position: absolute;
		    z-index: 6;
		    top: 15%;
		    left: 30%;
		    transform: translate(-50%,-50%)
		}
		
		#c_category_212_P_268-17482443834380 .e_container-28 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-3 .cbox-3-1 {
		    padding-left: 2%
		}
		
		#c_category_212_P_268-17482443834380 .e_html-30 {
		    min-height: 0px;
		    background_radio: 1;
		    display-radio: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_text-36 {
		    line-height: 1.2;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(37,37,37,1);
		    font-size: 3vw;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 0px;
		    margin-top: 0px;
		    margin-left: auto;
		    margin-right: auto;
		    /* max-width:none;
		 */
		    /* background-image:linear-gradient(to right, #b100d9 5%, #3f5cec);
		 */
		    /* -webkit-background-clip:text;
		 */
		    font-weight: bold
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37 {
		    display: block;
		    position: relative;
		    overflow: hidden;
		    text-align: center;
		    box-sizing: border-box;
		    width: 180px;
		    padding: 8px;
		    background_radio: 2;
		    border_radio: 2;
		    font_radio: 2;
		    radius_radio: 2;
		    margin-top: 20px;
		    height: 46px;
		    font-size: 16px;
		    font-family: Microsoft YaHei;
		    line-height: 2;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    display-radio: block;
		    margin-left: 0px;
		    margin-right: auto;
		    border-style: none;
		    border-width: 1px;
		    border-color: #7e308d;
		    color: rgb(255 255 255);
		    background-color: rgba(126,48,141,1);
		    margin-bottom: 0px;
		    visibility: hidden;
		    opacity: 0
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37 span {
		    display: block;
		    width: 100%;
		    position: relative;
		    z-index: 1;
		    outline: 0;
		    margin: 0px;
		    overflow: hidden
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37::after {
		    content: "";
		    position: absolute;
		    width: 0;
		    height: 100%;
		    transition: all .3s;
		    z-index: 0;
		    opacity: 0;
		    top: 0;
		    left: 0px
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37:hover::after {
		    opacity: 1
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37:hover {
		    font-size: 16px;
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    font-family: Microsoft YaHei;
		    border-style: none;
		    border-width: 1px;
		    border-color: #630179;
		    background: #7e308d;
		    color: rgba(255,255,255,1);
		    background-color: rgba(139,47,158,1)
		}
		
		#c_category_212_P_268-17482443834380 .e_button-37:before {
		    border-radius: 50%
		}
		
		#c_category_212_P_268-17482443834380 .e_container-28 .p_item {
		    display-radio: 1
		}
		
		@media screen and (max-width: 768px) {
		    #c_category_212_P_268-17482443834380 .e_loop-1 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_loop-11 .p_loopitem {
		        flex-grow: 0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 2)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-3 .cbox-3-0 {
		        flex: 0 0 100%;
		        padding-right: 0px;
		        padding-bottom: 0px;
		        padding-left: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .swiper-container-multirow-column>.swiper-wrapper {
		        flex-wrap: wrap;
		        flex-direction: row;
		        display: flex
		    }
		
		    #c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-prev,#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-next,#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-next:hover,#c_category_212_P_268-17482443834380 .productsCateArr .swiper-button-prev:hover {
		        top: 26%
		    }
		
		    #c_category_212_P_268-17482443834380 .productsCateTop {
		        position: relative;
		        overflow: hidden;
		        margin: 0 auto;
		        padding: 0px 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-3 .cbox-3-1 {
		        flex: 0 0 100%;
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_text-14 {
		        display-radio: 1;
		        font_radio: 2;
		        font-size: 13px;
		        display: none
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-3 {
		        display-radio: 1;
		        flex-direction: row
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-16 {
		        display-radio: 1;
		        margin-top: 0px;
		        margin-bottom: 0px;
		        padding-top: 0px;
		        padding-bottom: 0px;
		        background_radio: 1
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-12 {
		        display-radio: 1;
		        padding: 10px
		    }
		
		    #c_category_212_P_268-17482443834380 {
		        display-radio: 1;
		        background_radio: 2;
		        background-color: rgba(246,247,249,1)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-2 {
		        display-radio: 1;
		        padding-top: 20px;
		        padding-bottom: 15px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-28 {
		        display-radio: 1;
		        padding-right: 0px;
		        padding-top: 0;
		        background_radio: 1;
		        margin-top: 30px;
		        padding-left: 0px;
		        margin-left: auto;
		        position: absolute;
		        z-index: 6;
		        top: 21%;
		        left: 40%;
		        width: 71%;
		        transform: translate(-50%,-50%)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_loop-11 {
		        display-radio: 1;
		        width: auto;
		        max-width: none;
		        margin-top: 0px;
		        padding-top: 0px;
		        padding-bottom: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-22 {
		        display-radio: 1;
		        background_radio: 1;
		        padding-top: 0px;
		        padding-bottom: 0px;
		        margin-top: 0px;
		        margin-bottom: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_text-36 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 24px;
		        font-weight: bold;
		        color: rgba(35,35,35,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none;
		        margin-top: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_button-37 {
		        position: relative;
		        overflow: hidden;
		        text-align: center;
		        box-sizing: border-box;
		        width: 140px;
		        padding: 6px 8px;
		        background_radio: 2;
		        border_radio: 2;
		        font_radio: 2;
		        radius_radio: 2;
		        height: auto;
		        margin-top: 10px;
		        font-size: 14px;
		        display-radio: 1;
		        margin-bottom: 40px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_image-10 img {
		        width: 100%;
		        height: 100%;
		        object-fit: cover;
		        transform: scale(1.05);
		        opacity: 0;
		        transition: all ease .5s 0s;
		        max-height: 830px;
		        padding-top: 10vw
		    }
		
		    #c_category_212_P_268-17482443834380 .productsCateTop .swiper-slide-thumb-active > div {
		        background: linear-gradient(to top,#ffffff,#ffffff);
		        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
		        padding: 5px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_container-27 {
		        background_radio: 1;
		        display-radio: 1;
		        margin-top: 0px;
		        padding-top: 0px
		    }
		
		    #c_category_212_P_268-17482443834380 .e_image-10 {
		        display-radio: 1;
		        margin-bottom: 0px;
		        padding-bottom: 0px
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_category_212_P_268-17482443834380 .e_loop-1 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 20)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_loop-11 .p_loopitem {
		        flex-grow: 0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 20)
		    }
		
		    #c_category_212_P_268-17482443834380 .e_text-14 {
		        display: none
		    }
		}
		
		#c_grid-1749812702350 {
		    margin-left: auto;
		    margin-right: auto;
		    width: 100%;
		    background_radio: 2;
		    display-radio: 1;
		    background-fill-value: background-color;
		    background-attachment: fixed
		}
		
		#c_grid-1749812702350 .p_gridbox::after {
		    content: '';
		    clear: left;
		    display: block
		}
		
		#c_grid-1749812702350 > div > .p_gridbox {
		    width: 100%;
		    overflow: hidden;
		    position: static
		}
		
		#c_grid-1749812702350 > div > .p_gridCell {
		    float: left;
		    position: static
		}
		
		#c_grid-1749812702350 > .p_gridbox.signal {
		    min-height: inherit
		}
		
		#c_grid-1749812702350 > .p_gridbox.signal > .p_gridCell {
		    min-height: inherit !important
		}
		
		#c_grid-1749812702350 .p_gridCell {
		    display-radio: 1
		}
		
		@media screen and (max-width: 768px) {
		    #c_grid-1749812702350 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_grid-1749812702350 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		        width:100%;
		        margin-left: 0%;
		        margin-right: 0%;
		        margin-top: 0rem;
		        margin-bottom: 0rem;
		        clear: left
		    }
		}
		
		#c_static_001_P_51261-1749811963564 {
		    min-height: 300px;
		    display-radio: 1;
		    padding-top: 2vw;
		    padding-bottom: 2vw;
		    background_radio: 2;
		    backdrop-filter: blur(3px);
		    max-width: 1600px;
		    width: 94%;
		    margin-left: auto;
		    margin-right: auto;
		    background-color: rgba(0,0,0,1);
		    border-top-left-radius: 30px;
		    border-top-right-radius: 30px;
		    border-bottom-left-radius: 30px;
		    border-bottom-right-radius: 30px;
		    margin-bottom: 3vw;
		    margin-top: 3vw
		}
		
		#c_grid-1749812702350:before {
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    content: "";
		    width: 100%;
		    height: 60%;
		    background: #7e308d;
		    z-index: 0;
		    opacity: 1
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-1 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    display-radio: flex;
		    margin-left: auto;
		    margin-right: auto;
		    background_radio: 1;
		    max-width: none
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-1 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_page {
		    text-align: center
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_active .p_fbutton {
		    color: #fff;
		    background-color: cornflowerblue
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_s_option {
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect ul,li {
		    list-style: none
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_split {
		    margin: 0 5px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_normal {
		    margin-right: 16px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .input-check,#c_static_001_P_51261-1749811963564 .e_loop-5 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .position-left {
		    display: flex
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .position-top {
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_filter_result {
		    display: inline-block
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_contclear {
		    cursor: pointer
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_imgwrapper {
		    width: 80px;
		    height: 100px;
		    overflow: hidden
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_imgtitle {
		    display: flex;
		    justify-content: center;
		    flex-wrap: nowrap;
		    margin: 0 auto;
		    line-height: 20px
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_imgwrapper img {
		    width: 100%;
		    object-fit: cover
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_active .p_imgwrapper {
		    border: 1px solid #409eff
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_filter_result {
		    display: none
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 .p_contclear {
		    display: none
		}
		
		#c_static_001_P_51261-1749811963564 .e_loop-5 {
		    display-radio: 1;
		    margin-left: auto;
		    margin-right: 0px;
		    margin-top: 0px;
		    margin-bottom: 0px;
		    position: relative;
		    z-index: 6;
		    width: auto;
		    max-width: none
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-6 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: auto;
		    display-radio: flex;
		    padding-left: 15px;
		    padding-right: 15px;
		    background_radio: 1;
		    margin-bottom: 20px;
		    margin-left: 0px;
		    margin-right: 0px
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-6 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    display-radio: flex;
		    border-bottom: 1px solid rgba(255,255,255,.3);
		    position: relative
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7:after {
		    content: '';
		    position: absolute;
		    width: 0%;
		    height: 1px;
		    background: #ffffff;
		    left: 0;
		    bottom: 0px;
		    transition: all .5s ease
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7:hover:after {
		    width: 100%
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_51261-1749811963564 .e_text-8 {
		    line-height: 46px;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    font-weight: normal;
		    text-align: left;
		    padding-left: 0px
		}
		
		#c_static_001_P_51261-1749811963564 .e_text-8 a {
		    display: block;
		    transition: all .5s ease
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7:hover .e_text-8 a {
		    padding-left: 10px
		}
		
		#c_static_001_P_51261-1749811963564 .e_icon-9 {
		    width: 20px;
		    height: 20px;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(253,253,253,1);
		    line-height: 1
		}
		
		#c_static_001_P_51261-1749811963564 .e_icon-9 .icon {
		    margin: 0;
		    width: 100%;
		    height: 100%;
		    fill: currentColor
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-7 .cbox-7-1 {
		    align-self: center;
		    flex: 0 0 auto
		}
		
		#c_static_001_P_51261-1749811963564 .e_text-10 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(255,255,255,1);
		    font-size: 3vw;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 20px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: bold;
		    margin-left: auto;
		    margin-right: auto
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-1 .cbox-1-0 {
		    flex: 0 0 55%;
		    align-self: center;
		    padding-right: 3%
		}
		
		#c_static_001_P_51261-1749811963564 .e_container-1 .cbox-1-1 {
		    flex: 0 0 45%;
		    align-self: center;
		    padding-left: 3%
		}
		
		#c_static_001_P_51261-1749811963564 .e_richText-12 blockquote {
		    font-style: italic;
		    font-family: Georgia,Times,"Times New Roman",serif;
		    padding: 2px 0;
		    border-style: solid;
		    border-color: #ccc;
		    border-width: 0;
		    padding-left: 20px;
		    padding-right: 8px;
		    border-left-width: 5px
		}
		
		#c_static_001_P_51261-1749811963564 .e_richText-12 ol {
		    display: block;
		    list-style-type: decimal;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001_P_51261-1749811963564 .e_richText-12 li {
		    display: list-item;
		    text-align: -webkit-match-parent;
		    list-style: inherit
		}
		
		#c_static_001_P_51261-1749811963564 .e_richText-12 ul {
		    display: block;
		    list-style-type: disc;
		    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
		
		#c_static_001_P_51261-1749811963564 .e_richText-12 {
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    line-height: 2;
		    margin-top: 10px;
		    text-align: left;
		    font-weight: normal
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_51261-1749811963564 .e_loop-5 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_loop-5 {
		        display-radio: 1;
		        margin-top: 30px;
		        width: auto;
		        max-width: none;
		        min-width: 0px
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_container-6 {
		        display-radio: 1;
		        padding-left: 0px;
		        padding-right: 0px
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_text-10 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 30px;
		        font-weight: bold;
		        color: rgba(255,255,255,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_text-8 a {
		        display: block;
		        transition: all .5s ease;
		        line-height: 1.3;
		        padding-bottom: 15px
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_richText-12 {
		        font-size: 14px;
		        line-height: 1.7;
		        font_radio: 2;
		        display-radio: 1
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_container-1 {
		        background_radio: 1;
		        display-radio: 1;
		        flex-direction: column;
		        padding-top: 20px
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_container-1 .cbox-1-1 {
		        margin-left: auto;
		        padding-left: 0px;
		        padding-right: 0px;
		        margin-right: auto
		    }
		
		    #c_static_001_P_51261-1749811963564 .e_text-8 {
		        font_radio: 1;
		        display-radio: 1
		    }
		
		    #c_static_001_P_51261-1749811963564 {
		        min-height: 300px;
		        display-radio: 1;
		        padding-top: 2vw;
		        padding-bottom: 2vw;
		        background_radio: 2;
		        backdrop-filter: blur(3px);
		        max-width: 1600px;
		        width: 94%;
		        margin-left: auto;
		        margin-right: auto;
		        background-color: rgba(0,0,0,1);
		        border-top-left-radius: 10px;
		        border-top-right-radius: 10px;
		        border-bottom-left-radius: 10px;
		        border-bottom-right-radius: 10px;
		        margin-bottom: 3vw;
		        margin-top: 3vw
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_static_001_P_51261-1749811963564 .e_loop-5 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		}
		
		#c_static_001_P_67756-1748267404170 .e_html-6 {
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    position: relative
		}
		
		#c_static_001_P_67756-1748267404170 .e_html-6 img {
		    width: 94%;
		    height: 460px;
		    max-width: 1600px
		}
		
		[class*='wd-20230724181432'] {
		    position: absolute;
		    top: 0;
		    left: 0
		}
		
		[class*='wd-20230724181432']:hover,[class*='wd-20230724181432'].wd-current {
		    z-index: 100
		}
		
		[class*='wd-20230724181432'] span {
		    position: absolute;
		    top: 0;
		    left: 50%;
		    transform: translate(-50%, -110%) scale(0.8);
		    opacity: 0;
		    background-color: #7e308d;
		    width: max-content;
		    font-size: 14px;
		    color: #fff;
		    border-radius: 50vw;
		    padding: 0 10px;
		    transition: .5s;
		    visibility: hidden;
		    display: none
		}
		
		[class*='wd-20230724181432']:hover span,[class*='wd-20230724181432'].wd-current span {
		    transform: translate(-50%, -100%) scale(1);
		    opacity: 1;
		    visibility: visible
		}
		
		[class*='wd-20230724181432'] svg {
		    width: 24px;
		    height: auto
		}
		
		[class*='wd-20230724181432'] svg path {
		    fill: #6b6b6b
		}
		
		[class*='wd-20230724181432'] svg:hover path,[class*='wd-20230724181432'].wd-current svg path {
		    fill: #7e308d
		}
		
		.wd-20230724181432-1 {
		    top: 61%;
		    left: 22%
		}
		
		.wd-20230724181432-2 {
		    top: 15%;
		    left: 44.5%
		}
		
		.wd-20230724181432-3 {
		    top: 23%;
		    left: 68%
		}
		
		.wd-20230724181432-4 {
		    top: 38%;
		    left: 50%
		}
		
		.wd-20230724181432-5 {
		    top: 78%;
		    left: 49%
		}
		
		.wd-20230724181432-6 {
		    top: 23%;
		    left: 45%
		}
		
		.wd-20230724181432-7 {
		    top: 24%;
		    left: 47.5%
		}
		
		.wd-20230724181432-8 {
		    top: 22%;
		    left: 49%
		}
		
		.wd-20230724181432-9 {
		    top: 38%;
		    left: 44%
		}
		
		.wd-20230724181432-10 {
		    top: 29%;
		    left: 53%
		}
		
		.wd-20230724181432-11 {
		    top: 34%;
		    left: 54.3%
		}
		
		.wd-20230724181432-12 {
		    top: 65%;
		    left: 54%
		}
		
		.wd-20230724181432-13 {
		    top: 40%;
		    left: 49.5%
		}
		
		.wd-20230724181432-14 {
		    top: 17%;
		    left: 63%
		}
		
		.wd-20230724181432-15 {
		    top: 18%;
		    left: 67%
		}
		
		.wd-20230724181432-16 {
		    top: 44%;
		    left: 66.4%
		}
		
		.wd-20230724181432-17 {
		    top: 50.5%;
		    left: 67.5%
		}
		
		.wd-20230724181432-18 {
		    top: 36%;
		    left: 79.7%
		}
		
		.wd-20230724181432-19 {
		    top: 38.6%;
		    left: 82.3%
		}
		
		.wd-20230724181432-20 {
		    top: 57.6%;
		    left: 78.6%
		}
		
		.wd-20230724181432-21 {
		    top: 78%;
		    left: 88.6%
		}
		
		.wd-20230724181432-22 {
		    top: 90%;
		    left: 15.8%
		}
		
		#c_static_001_P_67756-1748267404170 {
		    position: relative;
		    z-index: 2;
		    overflow: hidden;
		    min-height: 300px;
		    padding-top: 4vw;
		    background_radio: 2;
		    display-radio: 1;
		    padding-bottom: 2%;
		    background-fill-value: background-color;
		    background-color: rgba(255,255,255,1)
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-20 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    background_radio: 1;
		    display-radio: flex;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-20 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_text-30 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(37,37,37,1);
		    font-size: 3.2vw;
		    text-align: left;
		    font-family: Arial;
		    margin-bottom: 0px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: bold;
		    width: auto
		}
		
		#c_static_001_P_67756-1748267404170 .e_text-31 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(44,44,44,1);
		    font-size: 20px;
		    text-align: left;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 20px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: normal
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-32 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 0px;
		    padding-bottom: 50px;
		    padding-left: 0px;
		    padding-right: 0px;
		    display-radio: flex;
		    background_radio: 1;
		    border-right-style: none;
		    border-right-width: 1px;
		    border-right-color: rgba(255,255,255,0.3)
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-32 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_list {
		    display: flex;
		    flex-wrap: wrap
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_page {
		    text-align: center
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 24px;
		    margin: 15px 0
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_active {
		    color: #fff;
		    background-color: #409EFF;
		    border-radius: 2px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect ul,li {
		    list-style: none
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_filter_select {
		    width: 110px;
		    height: 24px;
		    padding: 0;
		    border: 1px solid #DCDFE6
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_normal_start {
		    display: inline;
		    width: 60px;
		    height: 22px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 22px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_normal_end {
		    display: inline;
		    width: 60px;
		    height: 22px;
		    margin-right: 5px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 22px;
		    margin-right: 5px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_split {
		    margin: 0 5px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_normal {
		    margin-right: 16px
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 {
		    background_radio: 1;
		    display-radio: 1;
		    visibility: hidden;
		    opacity: 0
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_rollPagination {
		    display-radio: 1;
		    text-align: center
		}
		
		#c_static_001_P_67756-1748267404170 .e_loop-33 .p_swiperBullet {
		    display-radio: 1;
		    color: rgba(255,255,255,1);
		    background-color: rgb(133, 0, 185);
		    width: 19.5%;
		    height: 2px;
		    margin: 0;
		    border-radius: 30px
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-34 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: auto;
		    margin-left: 10px;
		    margin-right: 10px;
		    margin-bottom: 60px;
		    padding-top: 40px;
		    padding-bottom: 20px;
		    padding-right: 30px;
		    border-top-left-radius: 10px;
		    border-top-right-radius: 10px;
		    border-bottom-left-radius: 10px;
		    border-bottom-right-radius: 10px;
		    display-radio: flex;
		    transition-property: all;
		    transition-radio: hover;
		    transition-duration: 0.6s;
		    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
		    background_radio: 2;
		    background-color: rgba(233,238,244,1);
		    padding-left: 30px;
		    border-style: solid;
		    border-width: 0px;
		    box-shadow: 3px 4px 4px 1px rgb(0 0 0 / 6%)
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-34 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-34:hover .e_text-41 {
		    display-radio: 1;
		    color: #303030
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-34:hover .e_icon-40 .icon {
		    display-radio: 1;
		    color: #ffffff;
		    fill: #7e308d
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-34:hover {
		    border-style: solid;
		    border-width: 0px;
		    border-color: rgba(255, 255, 255, 0.589)
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-35 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 1;
		    display-radio: flex
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-35 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-35 .cbox-35-0 {
		    flex: 0 0 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-35 .cbox-35-1 {
		    align-self: center
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-37 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 2;
		    max-width: 150px;
		    display-radio: flex;
		    background-color: #7e308d;
		    border-top-left-radius: 20px;
		    border-top-right-radius: 20px;
		    border-bottom-left-radius: 20px;
		    border-bottom-right-radius: 20px;
		    padding-right: 0px;
		    margin-right: 20px
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-37 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_text-38 {
		    line-height: 2.5;
		    font_radio: 2;
		    display-radio: 1;
		    font-size: 14px;
		    color: #ffffff;
		    max-width: none;
		    margin-left: auto
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-39 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 1;
		    display-radio: flex
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-39 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_67756-1748267404170 .e_container-39 .cbox-39-1 {
		    flex: 0 0 16%
		}
		
		#c_static_001_P_67756-1748267404170 .e_icon-40 {
		    width: 50px;
		    height: 50px;
		    font_radio: 2;
		    display-radio: 1;
		    font-weight: bold;
		    color: rgba(80,80,79,1);
		    line-height: normal;
		    font-family: Impact;
		    text-align: center;
		    margin-right: 0px;
		    margin-left: auto;
		    margin-top: 20px
		}
		
		#c_static_001_P_67756-1748267404170 .e_icon-40 .icon {
		    margin: 0;
		    width: 100%;
		    height: 100%;
		    fill: currentColor
		}
		
		#c_static_001_P_67756-1748267404170 .e_text-41 {
		    font_radio: 2;
		    font-size: 20px;
		    font-family: Arial;
		    text-align: left;
		    margin-bottom: 18px;
		    color: rgba(41,41,41,1);
		    margin-top: 20px;
		    transition-property: all;
		    transition-duration: 0.6s;
		    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
		    display-radio: -webkit-box;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    height: auto;
		    padding-left: 3px
		}
		
		#c_static_001_P_67756-1748267404170 .e_text-42 {
		    font_radio: 2;
		    font-size: 15px;
		    font-family: Arial !important;
		    text-align: left;
		    margin-bottom: 16px;
		    color: rgba(58,58,58,1);
		    line-height: 1.5;
		    display-radio: -webkit-box;
		    font-weight: normal;
		    white-space: pre-line;
		    -webkit-line-clamp: 10 !important;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    margin-top: -30px;
		    padding-top: 0px;
		    padding-left: 3px
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_67756-1748267404170 .e_loop-33 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_icon-40 {
		        display: none
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_html-6 {
		        display: flex;
		        align-items: center;
		        justify-content: center;
		        position: relative;
		        margin-bottom: 20px
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_html-6 img {
		        width: 100%;
		        height: 150px !important
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_text-30 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 30px;
		        font-weight: bold;
		        color: rgba(13,13,13,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_text-31 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 18px;
		        font-weight: normal;
		        color: rgba(29,29,29,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_container-32 {
		        display-radio: 1;
		        padding-left: 0px;
		        padding-right: 0px;
		        background_radio: 1;
		        margin-top: 0px;
		        padding-bottom: 0px
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_loop-33 {
		        display-radio: 1;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_container-34 {
		        background_radio: 1;
		        display-radio: 1;
		        width: auto;
		        max-width: none;
		        margin-left: auto;
		        margin-right: auto;
		        padding-left: 10px;
		        padding-right: 10px
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_container-35 {
		        background_radio: 1;
		        display-radio: 1
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_container-35 .cbox-35-0 {
		        flex: 0 0 40%
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_text-41 {
		        font_radio: 2;
		        display-radio: -webkit-box;
		        -webkit-line-clamp: 5;
		        display: -webkit-box;
		        -webkit-box-orient: vertical;
		        overflow: hidden;
		        height: auto;
		        max-height: none;
		        font-size: 24px;
		        font-weight: bold;
		        color: rgba(43,43,43,1);
		        line-height: normal;
		        text-align: left
		    }
		
		    #c_static_001_P_67756-1748267404170 .e_text-42 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 14px;
		        font-weight: normal;
		        color: rgba(33,33,33,1);
		        line-height: 1.5;
		        text-align: left
		    }
		
		    #c_static_001_P_67756-1748267404170 {
		        background_radio: 2;
		        display-radio: 1
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_static_001_P_67756-1748267404170 .e_loop-33 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 4)
		    }
		}
		
		#c_static_001_P_49332-1749804524285 {
		    min-height: 300px;
		    background_radio: 2;
		    display-radio: 1;
		    padding-top: 4vw;
		    padding-bottom: 4vw;
		    background: rgba(4,0,0,1);
		    background-color: rgba(4,0,0,1)
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_list {
		    display: flex;
		    flex-wrap: wrap;
		    position: relative;
		    max-width: 100%
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_loopitem {
		    flex: 0 0 33.3%;
		    position: relative
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_page {
		    text-align: center
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_filter_wrapper {
		    width: 100%;
		    font-size: 13px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_kv_wrapper {
		    display: flex;
		    flex-wrap: nowrap;
		    line-height: 40px;
		    margin: 15px 0
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_filter_key {
		    width: 70px;
		    overflow: hidden;
		    margin-right: 10px;
		    font-weight: bold;
		    color: #333333;
		    font-size: 12px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_v_item {
		    display: inline-block;
		    padding: 0 3px;
		    cursor: pointer;
		    font-size: 13px;
		    color: #555555;
		    margin-right: 30px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_active .p_fbutton {
		    color: #fff;
		    background-color: cornflowerblue
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_result_item {
		    position: relative;
		    padding: 3px 20px 3px 10px;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    margin-right: 10px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_filter_close {
		    position: absolute;
		    right: 0;
		    top: 0;
		    padding: 3px;
		    font-style: normal;
		    font-size: 16px;
		    margin-top: -5px;
		    cursor: pointer
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_s_option {
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect {
		    font-size: 13px;
		    position: relative
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .inputWrap {
		    width: 100%;
		    min-width: 100px;
		    min-height: 24px;
		    border: 1px solid #DCDFE6;
		    border-radius: 3px;
		    position: relative;
		    cursor: pointer;
		    background: white
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect.is-invalid .inputWrap {
		    border-color: #dc3545
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect ul {
		    padding: 0 5px;
		    margin: 0;
		    padding-right: 35px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect ul,li {
		    list-style: none
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect li {
		    display: inline-block;
		    background: #edf0f3;
		    color: #92969c;
		    padding: 0px 5px;
		    margin: 1px 5px 1px 0;
		    border-radius: 5px;
		    line-height: 16px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .multSelect-option {
		    width: 100%;
		    border: 1px solid #DCDFE6;
		    border-radius: 2px;
		    border-top: 0;
		    max-height: 200px;
		    overflow-y: scroll;
		    position: absolute;
		    height: 0;
		    opacity: 0;
		    z-index: 9;
		    background: #fff
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .multSelect-option>div {
		    line-height: 24px;
		    cursor: pointer;
		    padding: 0 10px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .multSelect-option>div.selected {
		    color: #409eff
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .multSelect-option>div:hover {
		    color: #409eff;
		    background: #f3f6f9
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .fa-close {
		    font-style: normal;
		    font-size: 12px;
		    padding: 0 5px 0 7px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .inputWrap>.fa svg {
		    fill: #666;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    right: 0;
		    top: calc(50% - 3px)
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
		    transform: rotate(-90deg)
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
		    transform: rotate(90deg)
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .multSelect .placeholder {
		    line-height: 40px;
		    padding-left: 10px;
		    color: #aaa;
		    position: absolute;
		    left: 0;
		    top: 0
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_normal_start {
		    display: inline;
		    width: 100px;
		    height: 40px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_date_start {
		    display: inline;
		    width: 105px;
		    height: 40px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_normal_end {
		    display: inline;
		    width: 100px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_date_end {
		    display: inline;
		    width: 105px;
		    height: 40px;
		    margin-right: 5px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_split {
		    margin: 0 5px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_normal {
		    margin-right: 16px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_fbutton {
		    background-color: #007bff;
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: white;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .input-check,#c_static_001_P_49332-1749804524285 .e_loop-1 .input-radio {
		    margin: 0 5px;
		    vertical-align: text-top
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .position-left {
		    display: flex
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .position-right {
		    display: flex;
		    flex-direction: row-reverse
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .position-top {
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .position-bottom {
		    display: flex;
		    flex-direction: column-reverse
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_mbutton {
		    border: 1px solid #409EFF;
		    text-decoration: none;
		    color: #409EFF;
		    font-size: 14px;
		    text-align: center;
		    padding: 10px 25px;
		    position: relative;
		    overflow: hidden
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_mbutton:after {
		    content: "";
		    display: none;
		    width: 16px;
		    height: 16px;
		    background-color: #409eff;
		    -webkit-transform: skewY( -45deg);
		    transform: skewY( 360deg);
		    position: absolute;
		    bottom: 0px;
		    right: 0;
		    z-index: 1
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_mbutton::before {
		    content: "";
		    display: none;
		    width: 6px;
		    height: 9px;
		    border-right: #ffffff solid 2px;
		    border-bottom: #ffffff solid 2px;
		    -webkit-transform: rotate( 35deg);
		    transform: rotate( 35deg);
		    position: absolute;
		    bottom: 5px;
		    right: 4px;
		    z-index: 2
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_active .p_mbutton::before {
		    display: block
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_active .p_mbutton::after {
		    display: block
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_input_match {
		    width: 100px;
		    height: 40px;
		    padding: 10px;
		    border: 1px solid #ced4da;
		    border-radius: 3px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_filter_result {
		    display: inline-block
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_contclear {
		    cursor: pointer
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .swiper-container {
		    padding-bottom: 30px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_imgwrapper {
		    width: 80px;
		    height: 100px;
		    overflow: hidden
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_imgtitle {
		    display: flex;
		    justify-content: center;
		    flex-wrap: nowrap;
		    margin: 0 auto;
		    line-height: 20px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_imgwrapper img {
		    width: 100%;
		    object-fit: cover
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_active .p_imgwrapper {
		    border: 1px solid #409eff
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_filter_result {
		    display: none
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_contclear {
		    display: none
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_inputRangeSearch {
		    padding: 7px 12px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_inputSearch {
		    padding: 0px 17px;
		    background: #007bff;
		    color: white;
		    font-size: 14px;
		    font-style: normal;
		    height: 40px;
		    display: inline-block;
		    vertical-align: middle;
		    border-radius: 5px;
		    margin-left: 10px
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 .p_categoryActive {
		    color: #409EFF
		}
		
		#c_static_001_P_49332-1749804524285 .e_loop-1 {
		    display-radio: 1;
		    max-width: 1600px;
		    width: 94%;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 15px
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_container-20 {
		    transform: scale(1);
		    transition: all .5s ease;
		    width: 100%
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 95%;
		    display-radio: flex;
		    padding-right: 0px;
		    padding-top: 0px;
		    padding-left: 0px;
		    padding-bottom: 0px;
		    background_radio: 1;
		    overflow: hidden;
		    margin-left: 10px;
		    margin-right: 10px;
		    border-top-left-radius: 10px;
		    border-top-right-radius: 10px;
		    border-bottom-left-radius: 10px;
		    border-bottom-right-radius: 10px;
		    margin-bottom: 25px
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7 > .p_item {
		    flex-direction: column;
		    position: relative;
		    perspective: 1000px;
		    transform-style: preserve-3d;
		    background: repeating-linear-gradient(to top,#7e308d,#7e308d)
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_container-9 {
		    transition: all .5s ease;
		    background: repeating-linear-gradient(to top,#7e308d,#7e308d);
		    height: 100%;
		    transform: translateX(0%) translateY(-100%)
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_text-12 {
		    transition: all .5s ease;
		    transform: translateY(-10px);
		    opacity: 1;
		    -webkit-line-clamp: 4;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    display-radio: -webkit-box;
		    text-align: left;
		    height: auto
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_text-11 {
		    transform: translateY(-20px);
		    transition: all .5s ease
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_icon-10 {
		    transform: translateY(-10px);
		    transition: all .5s ease
		}
		
		#c_static_001_P_49332-1749804524285 .e_image-8 {
		    overflow: hidden;
		    display-radio: 1;
		    width: 100%;
		    transform: none;
		    height: 100%;
		    transition: all .5s ease-in-out
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_container-20 {
		    transition: all .5s ease;
		    transform: translateX(0) translateY(-100%)
		}
		
		#c_static_001_P_49332-1749804524285 .e_image-8 img {
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		    transition: all .5s ease;
		    opacity: 1;
		    aspect-ratio: 5/3
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-9 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    padding-top: 70px;
		    padding-left: 40px;
		    padding-bottom: 20px;
		    padding-right: 40px;
		    position: absolute;
		    display-radio: flex;
		    transition: all .5s ease-in-out;
		    background_radio: 1;
		    transform: translateX(0) translateY(0%);
		    height: 100%
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-9::before {
		    content: "";
		    width: 60px;
		    height: 60px;
		    border-radius: 50%;
		    background-color: #e3edf6;
		    left: 5%;
		    top: 14%;
		    z-index: 0;
		    position: absolute;
		    opacity: 0.2;
		    display: none
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-9::after {
		    content: "";
		    width: 46px;
		    height: 46px;
		    display: none;
		    border-radius: 50%;
		    background-color: #ff434387;
		    left: 13%;
		    top: 20%;
		    z-index: 0;
		    position: absolute;
		    opacity: 0.3
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover .e_text-12 {
		    transition: all .5s ease;
		    display: block;
		    opacity: 1
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-9 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%;
		    position: relative;
		    z-index: 9
		}
		
		#c_static_001_P_49332-1749804524285 .e_icon-10 {
		    width: 70px;
		    height: 70px;
		    font_radio: 2;
		    display-radio: 1;
		    margin-left: auto;
		    margin-right: auto;
		    transform: translateY(0px);
		    transition: all .5s ease;
		    margin-bottom: 10px;
		    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
		    color: rgba(255,255,255,1);
		    line-height: 1.8;
		    text-align: left
		}
		
		#c_static_001_P_49332-1749804524285 .e_icon-10 .icon {
		    margin: 0;
		    width: 100%;
		    height: 100%;
		    fill: currentColor
		}
		
		#c_static_001_P_49332-1749804524285 .e_text-11 {
		    font_radio: 2;
		    font-size: 24px;
		    color: rgba(255,255,255,1);
		    line-height: 1.5;
		    display-radio: 1;
		    margin-bottom: 10px;
		    transition: all .5s ease;
		    transform: translateY(0px);
		    text-align: left;
		    font-weight: bold;
		    text-transform: capitalize
		}
		
		#c_static_001_P_49332-1749804524285 .e_text-12 {
		    font_radio: 2;
		    font-size: 16px;
		    color: rgba(255,255,255,1);
		    line-height: 1.8;
		    margin-top: 0px;
		    margin-bottom: 0px;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    display-radio: -webkit-box;
		    transition: all .5s ease;
		    transform: translateY(0px);
		    opacity: 0;
		    text-align: left;
		    -webkit-line-clamp: 4
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-7:hover {
		    border-top-left-radius: 10px;
		    border-top-right-radius: 10px;
		    border-bottom-left-radius: 10px;
		    border-bottom-right-radius: 10px
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-17 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 94%;
		    background_radio: 1;
		    display-radio: flex;
		    max-width: 1600px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 30px
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-17 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_49332-1749804524285 .e_text-18 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(255,255,255,1);
		    font-size: 3.2vw;
		    text-align: center;
		    font-family: Arial;
		    margin-bottom: 10px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: bold;
		    width: auto
		}
		
		#c_static_001_P_49332-1749804524285 .e_text-19 {
		    line-height: 1;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(255,255,255,1);
		    font-size: 20px;
		    text-align: center;
		    font-family: Arial;
		    width: auto;
		    margin-bottom: 20px;
		    padding-left: 0px;
		    padding-right: 0px;
		    font-weight: normal;
		    margin-left: auto;
		    margin-right: auto;
		    max-height: none;
		    max-width: 1300px
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-20 {
		    display: flex;
		    flex-wrap: wrap;
		    flex-direction: row;
		    width: 100%;
		    background_radio: 1;
		    display-radio: flex;
		    transition: all .5s ease-in-out
		}
		
		#c_static_001_P_49332-1749804524285 .e_container-20 > .p_item {
		    flex: 1;
		    max-width: 100%;
		    max-height: 100%
		}
		
		#c_static_001_P_49332-1749804524285 .e_text-22 {
		    line-height: normal;
		    font_radio: 2;
		    display-radio: 1;
		    color: rgba(255, 255, 255, 1);
		    position: absolute;
		    z-index: 3;
		    bottom: 0;
		    font-size: 22px;
		    text-align: center;
		    width: 100%;
		    line-height: 3
		}
		
		@media screen and (max-width: 768px) {
		    #c_static_001_P_49332-1749804524285 .e_loop-1 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 1)
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_icon-10 {
		        display: none;
		        font_radio: 1;
		        display-radio: 1;
		        margin-bottom: 5px;
		        max-height: 40px;
		        max-width: 40px;
		        transform: translateY(0px)
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-12 {
		        height: 0;
		        transform: translateY(0px);
		        opacity: 1;
		        margin-bottom: 0px;
		        font-size: 14px;
		        font_radio: 2;
		        display-radio: 1;
		        line-height: 1.5;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-7:hover .e_icon-10 {
		        transform: translateY(0px);
		        transition: all .5s ease
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-7 {
		        margin-top: 0px;
		        display-radio: 1;
		        background_radio: 1;
		        margin-bottom: 15px;
		        margin-left: auto;
		        margin-right: auto
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-7:hover .e_text-11 {
		        transform: translateY(0px);
		        transition: all .5s ease
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-7:hover .e_text-12 {
		        transform: translateY(0px);
		        opacity: 1;
		        transition: all .5s ease
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_image-8 img {
		        width: 100%;
		        height: auto;
		        object-fit: cover
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_image-8 {
		        display-radio: 1
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-9 {
		        padding: 15px;
		        margin-bottom: 20px
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-11 {
		        transform: translateY(0px);
		        font-size: 18px;
		        font_radio: 2;
		        display-radio: 1;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_loop-1 {
		        display-radio: 1;
		        margin-top: 0px
		    }
		
		    #c_static_001_P_49332-1749804524285 {
		        background_radio: 2;
		        display-radio: 1
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-18 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 30px;
		        font-weight: bold;
		        color: rgba(255,255,255,1);
		        line-height: normal;
		        text-align: left;
		        width: auto;
		        max-width: none
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-22 {
		        line-height: 1.1;
		        font-size: 16px;
		        bottom: 11px;
		        max-width: 90%
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-19 {
		        font_radio: 2;
		        display-radio: 1;
		        font-size: 16px;
		        font-weight: normal;
		        color: rgba(255,255,255,1);
		        text-align: left;
		        width: auto;
		        max-width: none;
		        line-height: 1.5;
		        margin-bottom: 0px
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_container-17 {
		        background_radio: 1;
		        display-radio: 1;
		        padding-bottom: 0px
		    }
		}
		
		@media screen and (min-width: 769px) {
		    #c_static_001_P_49332-1749804524285 .e_loop-1 .p_loopitem {
		        flex-grow:0;
		        flex-shrink: 0;
		        flex-basis: calc(100% / 3)
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_icon-10 {
		        display: none
		    }
		
		    #c_static_001_P_49332-1749804524285 .e_text-12 {
		        height: 0
		    }
		}
		
		@media screen and (max-width: 1024px) and (min-width: 769px) {
		}
		
		#c_navigation_126-17526684355741 .e_navigationF-40 .p_navCon3{
			padding-top: 5px;
			
		}
		
		#c_navigation_126-17526684355741 .icon {
		    font-size: 16px;
		    width: 20px;
		    height: 20px;
		    margin-right: 3px;
		    font-style: normal;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		    vertical-align: middle;
		    margin-top: -3px;
		    fill: currentColor
		}