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-size: 14px;
    font: inherit;
    vertical-align: baseline
}
/* 宽、高分别为垂直滚动条、水平滚动条的尺寸 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

/* 鼠标悬停在滚动条上的滑块 */
::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1.4
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    -webkit-user-drag: none
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input,textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.header-scroll {
    background: rgba(255,255,255,.65);
    -webkit-box-shadow: 0px .5px 2px rgba(22,25,29,.04),0px 1px 4px rgba(22,25,29,.03),0px 2px 8px rgba(22,25,29,.02),0px 4px 16px rgba(22,25,29,.02);
    box-shadow: 0px .5px 2px rgba(22,25,29,.04),0px 1px 4px rgba(22,25,29,.03),0px 2px 8px rgba(22,25,29,.02),0px 4px 16px rgba(22,25,29,.02);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s
}

.top-activity-banner {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(73.44%, #0078FF), color-stop(99.99%, #66AEFF), to(rgba(0, 120, 255, 0)));
    background: linear-gradient(180deg, #0078FF 73.44%, #66AEFF 99.99%, rgba(0, 120, 255, 0) 100%);
    position: fixed;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer
}

.top-activity-banner .activity-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-activity-banner .activity-content p {
    font-size: 14px;
    color: #fff
}

.top-activity-banner .activity-content span {
    background: #fff;
    border-radius: 5px;
    padding: 4px 22px;
    color: #3376f5;
    margin-left: 25px;
    font-size: 14px;
    line-height: 18px
}

.top-activity-banner .activity-content span img {
    margin-left: 8px
}

.top-activity-banner .close-button {
    position: absolute;
    right: 58px
}

.header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    width: 100%;
    min-width: 944px;
    height: 70px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.header .mobile {
    display: none
}

.header .pc {
    display: block
}

.header.has-activity-banner {
    top: 0
}

.header .header-content,.header .header-btn {
    margin: 0 32px 0 0
}

.header .header-content .btn,.header .header-btn .btn {
    line-height: 40px
}

.header .header-content .tel-popover .tel-number,.header .header-btn .tel-popover .tel-number {
    height: 60px;
    line-height: 60px;
    color: #35373B;
    font-size: 16px
}

.header .header-content .tel-popover .tel-number:hover,.header .header-btn .tel-popover .tel-number:hover {
    cursor: pointer
}

.header .header-content .tel-popover .tel-number:hover+.logout-popover,.header .header-btn .tel-popover .tel-number:hover+.logout-popover {
    display: block;
    -webkit-animation: show-item .3s ease forwards;
    animation: show-item .3s ease forwards
}

.header .header-content .tel-popover .logout-popover,.header .header-btn .tel-popover .logout-popover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 160px;
    height: 64px;
    right: -28px;
    bottom: -64px;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px
}

.header .header-content .tel-popover .logout-popover .logout-btn,.header .header-btn .tel-popover .logout-popover .logout-btn {
    width: 144px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px
}

.header .header-content .tel-popover .logout-popover .logout-btn:hover,.header .header-btn .tel-popover .logout-popover .logout-btn:hover {
    color: #ff3326;
    background: #fff4f4;
    cursor: pointer
}

.header .header-content .tel-popover .logout-popover:hover,.header .header-btn .tel-popover .logout-popover:hover {
    display: block
}

.header .header-content .tel-popover .logout-invisible,.header .header-btn .tel-popover .logout-invisible {
    display: none !important
}

.header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header a>.logo {
    padding: 5px 26px;
    height: 60px;
}
.header:hover{
	background-color: #FFFFFF;
}

.header .header-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-content ul li {
    position: relative
}

.header .header-content ul li .link-item {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #35373B;
    padding: 0 16px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

.header .header-content ul li .link-item:hover,
.header .header-content ul li .link-item.active{
    color: #0082CA
}

.header .header-content ul li .link-item:hover+.nav-tail,.header .header-content ul li .link-item.active+.nav-tail {
    display: block;
    -webkit-animation: scale-svg .2s linear forwards;
    animation: scale-svg .2s linear forwards
}

.header .header-content ul li .nav-tail {
    display: none;
    position: absolute;
    left: calc(50% - 14px);
	width: 28px;
	color: #0082CA;
	border-top: 2px solid;
	margin-top: -2px;
}

.header .header-content ul li.submenu-container:hover .submenu {
    -webkit-animation: show-item .3s ease forwards;
    animation: show-item .3s ease forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header-content ul li .submenu {
	display: none;
	position: fixed;
	padding: 20px 20px 20px;
	left: -30px;
	opacity: 0;
	-webkit-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
	background: #fff;
	/* hover区域全部100%白色背景 */
	width: 100vw;
	margin-left: -100vw;
	padding-left: calc(100vw + 260px);
	/* padding-left: 100vw !important; */
	    /* border-top: solid 1px #eee; */
		
}

.header .header-content ul li .submenu .submenu-col {
    margin: 0 20px
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 24px 20px 0;
    height: 220px;
    background: url("/assets/navbar/header-ai-bg.png") no-repeat center;
    background-size: 100%;
    border-radius: 10px;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant:hover {
    cursor: pointer;
    background-size: 150%
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant:hover .ai-assistant-title-container .ai-assistant-title {
    color: #0078ff
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant .ai-assistant-title-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant .ai-assistant-title-container .ai-assistant-title {
    margin-left: 8px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #35373B
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant .ai-assistant-title-container::after {
    position: absolute;
    display: block;
    padding: 2px 4px;
    top: -15px;
    right: -40px;
    content: "NEW";
    width: 32px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px 8px 8px 0px;
    background-color: #f43f7c;
    -webkit-box-shadow: 0px 4px 4px rgba(244,63,124,.1);
    box-shadow: 0px 4px 4px rgba(244,63,124,.1)
}

.header .header-content ul li .submenu .submenu-col:nth-of-type(3)[class*=ai] .ai-assistant .header-ai-content .header-ai-content-img {
    position: relative;
    width: 140px
}

.header .header-content ul li .submenu .submenu-col a {
    text-decoration: none;
	color: currentColor;
	width: 100%;
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
    width: 360px;
    height: 220px;
    border-radius: 10px;
    color: #fff;
    background: url("/assets/navbar/nav-solution-img.png") no-repeat
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img .content {
    margin: 20px;
    height: 55px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img .content .content-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img .content .content-text {
    font-size: 12px;
    margin: 9px 0
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img .content .white-arrow {
    display: none;
    height: 16px;
    opacity: 0
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img:hover {
    cursor: pointer
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img:hover .content {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    height: 75px
}

.header .header-content ul li .submenu .submenu-col a .nav-solution-img:hover .content .white-arrow {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    opacity: 1
}

.header .header-content ul li .submenu .submenu-col .book-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog {
    position: relative;
    z-index: 0;
    background: #f5faff;
    border-radius: 10px;
    width: 160px;
    height: 220px
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog:nth-of-type(1) {
    margin-right: 20px
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog .book {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog .book-bottom-arrow {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 20;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog::after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0 0 10px 10px;
    content: "";
    width: 160px;
    height: 74px;
    background: #cce4ff
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog:hover {
    cursor: pointer
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog:hover .book {
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog:hover::after {
    height: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .submenu-col .book-container .nav-blog:hover .book-bottom-arrow {
    bottom: 10px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .submenu-col .download-background {
    margin-top: 10px;
    background: url("/assets/navbar/下载背景图.png") no-repeat center;
    background-size: 100%;
    border-radius: 10px;
    padding: 24px 20px 20px;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.header .header-content ul li .submenu .submenu-col .download-background:hover {
    background-size: 150%
}

.header .header-content ul li .submenu .submenu-col .download-background:hover .download-navbar-title {
    color: #0078ff
}

.header .header-content ul li .submenu .submenu-col .download-background:hover .hover-img {
    display: block !important
}

.header .header-content ul li .submenu .submenu-col .download-background:hover .import-img {
    display: none
}

.header .header-content ul li .submenu .submenu-col .download-background .download-navbar-title {
    color: #35373B;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.header .header-content ul li .submenu .submenu-col .download-background .download-navbar-title img {
    display: inline-block;
    width: 13px;
    margin-right: 8px
}

.header .header-content ul li .submenu .submenu-col .download-background .download-navbar-title .hover-img {
    display: none
}

.header .header-content ul li .submenu .submenu-col .download-background .download-navbar-img-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
}

.header .header-content ul li .submenu .submenu-col .download-background .download-navbar-img-container img {
    width: 64px
}

.header .header-content ul li .submenu .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.header .header-content ul li .submenu .submenu-item-aboutus{
	margin-left: -60px;
	margin-top: -21px;
	-ms-flex-direction: row;
	flex-direction: row;
} 

.header .header-content ul li .submenu .submenu-item .submenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-bottom: 2px;
    padding: 12px 0 12px 10px;
    width: 100%;
    color: #35373B;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px
}
.header .header-content ul li .submenu .submenu-item-aboutus .submenu-row {
	width: 114px;
	/* margin: 0 10px; */
	margin-right: -25px;
}
.header .header-content ul li .submenu .submenu-item .submenu-row .row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header-content ul li .submenu .submenu-item .submenu-row .row-icon {
    margin-right: 8px
}
.header .header-content ul li .submenu .submenu-item .submenu-row .iconfont {
    font-size: 24px;
	color: #0082CA;
}

.header .header-content ul li .submenu .submenu-item .submenu-row .right-arrow {
    opacity: 0;
    margin-right: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .header-content ul li .submenu .submenu-item .submenu-row .sub-link {
    text-decoration: none;
    color: #35373B
}

.header .header-content ul li .submenu .submenu-item .submenu-row .sub-link.active {
    color: #0082CA
}

.header .header-content ul li .submenu .submenu-item .submenu-row:hover {
    color: #35373B;
    cursor: pointer;
    background-color: #f3f5f6;
    border-radius: 8px
}

.header .header-content ul li .submenu .submenu-item .submenu-row:hover .right-arrow {
    opacity: 1;
    margin-right: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.header .header-content ul li .submenu .submenu-item .submenu-row:active {
    /* color: #0082CA; */
    background-color: #f3f5f6
}

.header .header-content ul li .submenu .submenu-item .item-active {
    color: #35373B;
    background-color: #f3f5f6;
    border-radius: 8px
}

.header .header-content ul li .submenu .submenu-item .item-active .right-arrow {
    opacity: 1
}

.header .header-content ul li .submenu .submenu-item::before {
    margin: 12px 0;
    display: block;
    content: "";
    width: 200px;
    height: 1px;
    background-color: #e2e5e9
}
.header .header-content ul li .submenu .submenu-item-aboutus::before{
	background: none;
	/* margin-left: -140px; */
}
.header .header-content ul li .submenu .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .header-content ul li .submenu .item-list .nav-solution-title {
    background-color: #fff !important;
    cursor: default !important
}

.header .header-content ul li .submenu .link-item {
    display: block;
    margin-left: -10px;
    padding: 12px 0 12px 10px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    color: #35373B;
    font-size: 16px
}

.header .header-content ul li .submenu .link-item .link-arrow {
    margin-left: 4px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.header .header-content ul li .submenu .link-item:hover {
    cursor: pointer;
    background-color: #f3f5f6;
    border-radius: 8px
}

.header .header-content ul li .submenu .link-item:hover .link-arrow {
    margin-left: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header .header-content ul li .submenu .link-item:active {
    background-color: #e2e5e9
}

.header .header-content ul li .submenu .link-item.active {
    color: #3393ff
}

@-webkit-keyframes scale-svg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-svg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tel-public-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.tel-public-box .tel-public {
    padding-left: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #35373B
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0
}

.header-btn .btn {
    padding: 0 20px;
    height: 40px;
    border: none;
    border-radius: 20px
}

.header-btn .go-app {
    display: none;
    background-color: #0078ff;
    color: #fff;
    margin-right: 20px
}

.header-btn .go-app:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(0,120,255,.4);
    box-shadow: 0px 10px 20px rgba(0,120,255,.4)
}

.header-btn .appoint-btn {
    margin-right: 20px;
    background-color: #0082CA;
    color: #fff
}

.header-btn .appoint-btn:hover {
    -webkit-box-shadow: 0px 10px 20px rgb(204 232 237 / 40%);
    box-shadow: 0px 10px 20px rgb(204 232 237 / 40%);
}

.header-btn .login-btn {
    background-color: #fff;
    color: #35373B;
    border: 1px solid #e2e5e9
}

.header-btn .login-btn:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(43,50,59,.1);
    box-shadow: 0px 10px 20px rgba(43,50,59,.1)
}

.mobile-nav-controller-collapse .switch-line {
    background-color: #fff !important
}

@media screen and (min-width: 320px)and (max-width: 1220px) {
    .top-activity-banner {
        display:none
    }

    #header-nav {
        top: 0;
        height: 72px;
        display: block
    }

    #header-nav.show .mobile-top-container {
        background-color: #fff;
        -webkit-transition: 0s;
        transition: 0s
    }

    #header-nav.show .mobile-top-container .mobile-nav-controller .switch-line {
        background-color: #0078ff
    }

    #header-nav.show .mobile-top-container .mobile-nav-controller .switch-line:nth-of-type(1) {
        -webkit-transform: rotateZ(-45deg) translate(-2px, 5px);
        transform: rotateZ(-45deg) translate(-2px, 5px)
    }

    #header-nav.show .mobile-top-container .mobile-nav-controller .switch-line:nth-of-type(2) {
        -webkit-transform: rotateZ(45deg) translate(-2px, -5px);
        transform: rotateZ(45deg) translate(-2px, -5px)
    }

    #header-nav.show .header-content {
        height: calc(100vh - 60px);
        overflow: auto
    }

    #header-nav.show .header-content ul li a[class=link-item] {
        color: #35373B
    }

    #header-nav .mobile {
        display: block
    }

    #header-nav .pc {
        display: none
    }

    #header-nav .logo-link .logo {
        width: auto;
		height: 60px;
		margin-left: 0;
		padding-left: 0;
    }

    #header-nav .mobile-top-container {
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header-nav .mobile-top-container .mobile-nav-controller {
        padding: 24px
    }

    #header-nav .mobile-top-container .mobile-nav-controller .switch-line {
        display: block;
        height: 2px;
        width: 24px;
        -webkit-transition: .4s;
        transition: .4s;
        background-color: #0082CA;
    }

    #header-nav .mobile-top-container .mobile-nav-controller .switch-line+.switch-line {
        margin-top: 8px
    }

    #header-nav .header-content {
        width: 100vw;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        display: block
    }

    #header-nav .header-content ul {
        display: block
    }

    #header-nav .header-content ul li:nth-of-type(1) .submenu-item {
        display: none
    }

    #header-nav .header-content ul li:nth-of-type(5) .nav-product .submenu-col .sub-link {
        display: none
    }

    #header-nav .header-content ul li {
        display: block;
        padding: 0 8vw
    }

    #header-nav .header-content ul li .link-item {
        padding: 10px;
        line-height: 40px;
        width: 100%;
        font-weight: 600
    }

    #header-nav .header-content ul li .link-item:hover {
        color: #35373B
    }
	#header-nav .header-content ul li .link-item:active {
	   background:transparent;
	}

    #header-nav .header-content ul li .sub-link,#header-nav .header-content ul li .nav-solution-title {
        font-weight: normal
    }

    #header-nav .header-content ul li .nav-solution-title {
        font-size: 14px;
        color: #8a98a8
    }

    #header-nav .header-content ul li .submenu-item {
        margin-left: 5px
    }

    #header-nav .header-content ul li .submenu-item .submenu-row {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 5px;
        width: 72vw
    }

    #header-nav .header-content ul li .submenu-item::before {
        display: none
    }

    #header-nav .header-content ul li .nav-tail {
        display: none !important
    }

    #header-nav .header-content ul li .submenu {
        display: block;
        position: static;
        padding: 0;
        height: 0;
        overflow: hidden;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: .1s;
        transition: .1s;
		margin-left: auto;
    }

    #header-nav .header-content ul li .submenu .nav-solution-img,#header-nav .header-content ul li .submenu .book-container,#header-nav .header-content ul li .submenu .link-arrow {
        display: none
    }

    #header-nav .header-content .submenu-container .mobile-submenu-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #header-nav .header-content .submenu-container .mobile-submenu-trigger .arrow {
        -webkit-transition: .1s;
        transition: .1s;
		align-self: center;
    }

    #header-nav .header-content .submenu-container .mobile-submenu-trigger.show .arrow {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg)
    }

    #header-nav .header-content .tel-public-box {
        position: absolute;
        top: -50px;
        left: 0;
        padding: 20px 0 20px calc(8vw + 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header-nav .header-content .tel-public-box .tel-public {
        padding-left: 8px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #35373B
    }

    #header-nav .header-content .header-btn {
        position: relative;
        margin: 48px 0 0;
        padding: 96px calc(8vw + 10px) ;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #header-nav .header-content .header-btn .go-app {
        margin: 0 0 0 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 24px
    }

    #header-nav .header-content .header-btn .btn {
        height: 48px;
        display: none
    }

    #header-nav .header-content .header-btn .appoint-btn {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 24px
    }
}

@media screen and (min-width: 1220px) {
    .header .header-content ul li .submenu {
    	border-top: solid 1px #eee;
    }
}


.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 60px;
    width: 100%;
	background-color: #F4F7FC;
	
}

.footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	max-width: 1200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    color: #35373B;
    font-size: 14px;
    font-weight: 600
}

.footer .footer-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #35373B;
}

.footer .footer-content a:hover {
    color: #0082CA;
}

.footer .footer-content .link-title {
    font-weight: 600;
    color: #35373B;
	font-size: 16px;
}

.footer .footer-content .item-col {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.footer .footer-content .item-col.mobile {
    display: none
}

.footer .footer-content ul {
    list-style: none
}

.footer .footer-content ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px
}

.footer .footer-content ul li:hover {
    cursor: pointer
}

.footer .footer-content ul li img {
    width: 88px;
    height: 88px
}

.footer .footer-content ul li p {
    color: #c4cbd4;
    font-size: 12px;
    font-weight: normal;
    width: 100px
}

.footer .footer-content ul li[class=qr] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    pointer-events: none
}

.footer .footer-content ul li[class=qr] div {
    width: 100px
}

.footer .footer-content ul li[class=qr] div img {
    margin-bottom: 4px
}

.footer .footer-content ul li[class=qr]>div:nth-of-type(2) {
    margin-left: 8px
}

.footer .footer-content ul[class=contact-info] li[class=contact] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

.footer .footer-content ul[class=contact-info] li[class=contact] .iconfont {
    margin-right: 8px
}

.footer .copyright {
    margin-top: 60px;
	color: #8F949B;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-top: solid 1px #EEEEEE;
	justify-content: center;
	padding: 20px 0;
	max-width: 1200px;
}

.footer .copyright span {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer .copyright span a {
    text-decoration: none;
    color: #8F949B
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    .footer {
        min-width:unset;
        padding: 0 8vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block
    }

    .footer .footer-content {
        display: block
    }

    .footer .footer-content>div {
        padding-top: 40px;
        font-size: 16px
    }

    .footer .footer-content a {
        font-size: 16px
    }

    .footer .footer-content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-content ul li {
        margin-right: 8vw;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer .footer-content .contact-info li {
        margin-top: 24px
    }

    .footer .footer-content .item-col {
        gap: 0
    }

    .footer .footer-content .item-col.mobile {
        display: block
    }

    .footer .footer-content .item-col.pc {
        display: none
    }

    .footer .copyright {
        display: block;
    }

    .footer .copyright>span {
        margin: 0 0 10px 0
    }
}

.introduce {
    margin: 0 auto;
    padding:80px 0 40px 0
}

.introduce .introduce-title {
    margin: 0 auto;
    /* width: 800px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.introduce .introduce-title>h1 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px
}

.introduce .introduce-title>.mobile {
    display: none
}

.introduce .introduce-title>.pc {
    display: inline-block
}

.introduce .introduce-title>.h4 {
    text-align: center;
    line-height: 2;
    font-weight: 400;
    font-size: 18px
}

.introduce .introduce-title-active {
    -webkit-animation: introduce-title .5s ease;
    animation: introduce-title .5s ease;
    opacity: 1
}

@-webkit-keyframes introduce-title {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes introduce-title {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.introduce .introduce-data {
    padding: 0;
    margin: 0 auto
}

.introduce .introduce-data section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.introduce .introduce-data .main-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 40px 0;
    max-width: 1200px
}

.introduce .introduce-data .main-data>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px
}

.introduce .introduce-data .main-data>div .h1 {
    height: 85px;
    line-height: 85px;
    font-size: 85px;
	color: #0082CA;
}

.introduce .introduce-data .main-data>div .h1::after {
    content: "%";
    font-size: 44px
}

.introduce .introduce-data .main-data>div .h6 {
    line-height: 16px
}

.introduce .introduce-data .main-data>div .h6 .arrow {
    margin-left: 9px
}

.introduce .introduce-data .main-data>div .more {
    margin-top: 20px
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    .introduce {
        padding:0
    }

    .introduce .introduce-title {
        padding-top: 50px;
        width: calc(100% - 16vw)
    }

    .introduce .introduce-title>h1 {
        font-size: 30px;
        line-height: 42px;
        text-align: center
    }

    .introduce .introduce-title>.pc {
        display: none
    }

    .introduce .introduce-title>.mobile {
        display: inline-block
    }

    .introduce .introduce-title>.h4 {
        line-height: 25px;
        font-size: 15px;
        text-align: center
    }

    .introduce .introduce-data {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .introduce .introduce-data .main-data {
        padding: 50px 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .introduce .introduce-data .main-data>div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }

    .introduce .introduce-data .main-data>div .h1 {
        font-size: 72px
    }

    .introduce .introduce-data .main-data>div .h6 {
        margin-top: 6px
    }
}

.feat-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0 80px 0;
    background-color: #f9fafb
}

.feat-container .feat-title {
    padding-bottom: 60px;
    text-align: center
}

.feat-container .feat-title>.title-desc {
    margin-top: 20px;
    line-height: 2
}

.feat-container .feat-content {
    max-width: 1200px;
    height: auto
}

.feat-container .feat-content>.feat-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    /* padding: 60px 0 */
}

.feat-container .feat-content>.feat-desc .feat-desc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 420px
}

.feat-container .feat-content>.feat-desc .feat-desc-text .title-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0px 10px 10px 10px
}

.feat-container .feat-content>.feat-desc .feat-desc-text .title-info .avatar {
    margin-right: 8px;
    width: 30px
}

.feat-container .feat-content>.feat-desc .feat-desc-text .h3 {
    margin: 40px 0
}

.feat-container .feat-content>.feat-desc .feat-desc-text .desc-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #35373B
}

.feat-container .feat-content>.feat-desc .feat-desc-text .desc-list>img {
    margin-right: 10px
}

.feat-container .feat-content>.feat-desc .feat-desc-text .more {
    margin-top: 40px
}

.feat-container .feat-content>.feat-desc .img-box {
    border-radius: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
/*    -webkit-filter: drop-shadow(15px 15px 50px rgba(22, 25, 29, 0.08));
    filter: drop-shadow(15px 15px 50px rgba(22, 25, 29, 0.08)) */
}

.feat-container .feat-content>.feat-desc .img-box .feat-desc-img {
    /* background-color: #f9fafb; */
    width: 100%;
    border-radius: 20px;
    opacity: 0;
	    margin-bottom: -6px;
}

.feat-container .feat-content>.feat-desc:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feat-container .feat-content-btn a {
    text-decoration: none
}

.feat-container .feat-content-btn a .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 48px;
    width: 400px;
    height: 76px;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    border-radius: 80px;
    color: #0078ff
}

.feat-container .feat-content-btn a .btn:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(43,50,59,.1);
    box-shadow: 0px 10px 20px rgba(43,50,59,.1)
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    .feat-container-phone .feat-content .feat-desc .img-box .feat-desc-img {
        border-radius:10px;
        opacity: 0
    }
}

@media screen and (min-width: 1024px)and (max-width: 1280px) {
    .feat-container .feat-content {
        padding:0 40px
    }
}

.logo-slider {
    overflow: hidden;
    margin: 50px auto 0;
    max-width: 1200px;
    width: 100%
}

.logo-slider .logo-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: logo-slider var(--logo-slider-time) linear infinite;
    animation: logo-slider var(--logo-slider-time) linear infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.logo-slider .logo-slider-content .logo {
    height: 56px
}

.logo-slider .logo-slider-content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes logo-slider {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(var(--logo-slider-width));
        transform: translateX(var(--logo-slider-width))
    }
}

@keyframes logo-slider {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(var(--logo-slider-width));
        transform: translateX(var(--logo-slider-width))
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 480px;
	background-color: #e2f3fd;
}

.banner-container .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 1200px
}

.banner-container .banner-content h1,.banner-container .banner-content p {
    max-width: 500px
}

.banner-container .banner-content .banner-content-sub-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #576575
}

.banner-container .banner-content .banner-content-title {
    margin-bottom: 20px;
    font-size: 40px;
    color: #35373B;
    font-weight: 500
}

.banner-container .banner-content .banner-content-text {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #41464F;
}

.banner-container .banner-content .btn {
    margin-top: 40px
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    .banner-container {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .banner-container .banner-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40% 30px 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .banner-container .banner-content h1,.banner-container .banner-content p {
        max-width: calc(100vw - 60px);
        margin: 0;
        color: #35373B
    }

    .banner-container .banner-content .banner-content-sub-title {
        margin: 0;
        font-size: 18px
    }

    .banner-container .banner-content .banner-content-title {
        margin: 15px 0;
        font-size: 36px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1280px) {
    .banner-container .banner-content {
        padding:0 40px
    }
}

@media screen and (min-width: 500px)and (max-width: 1024px) {
    .banner-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-container .banner-content {
        padding: 0 40px;
        width: 450px
    }
}
@media screen and (min-width: 320px)and (max-width: 750px) {
    .banner-container{
        height: 750px;
    }
}


user-info[class=user-info] {
    display: none
}

html[theme=dark-mode] {
    -webkit-filter: invert(1) hue-rotate(180deg);
    filter: invert(1) hue-rotate(180deg)
}

html[theme=dark-mode] img {
    -webkit-filter: invert(1) hue-rotate(180deg);
    filter: invert(1) hue-rotate(180deg)
}

html {
    -webkit-transition: color 300ms,background-color 300ms;
    transition: color 300ms,background-color 300ms
}

body {
    --banner-slider-time: 5s;
    --appraise-slider-time: 5s;
    --carousel-ltr-time: 72s;
    --carousel-ltr-width: -2186px;
    --carousel-rtl-time: 72s;
    --carousel-rtl-width: -2186px;
	--casecarousel-ltr-time: 12s;
	--casecarousel-ltr-width: -800px;
	--casecarousel-rtl-time: 12s;
	--casecarousel-rtl-width: -800px
}

.wraper {
    position: relative;
    overflow: hidden;
    height: 100vh
}

.form-input-error {
    border: 1px red solid !important
}

.form-hidden {
    display: none !important
}

.form-show {
    display: block !important
}

html {
    font-family: "PingFang SC","Segoe UI","Microsoft YaHei",sans-serif !important;
    
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 24px;
    background-color: #0082CA;
    -webkit-transition: .1s;
    transition: .1s
}

.btn img {
    position: relative;
    left: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn:hover {
    cursor: pointer;
   /* -webkit-box-shadow: 0px 10px 20px #446489;
    box-shadow: 0px 10px 20px #446489 */
}

.btn:hover img {
    left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn-small {
    width: 104px;
    height: 40px
}

.btn-medium {
    width: 134px;
    height: 48px
}

.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 134px;
    height: 48px;
    background: #0082CA;
    border-radius: 24px
}

.more-btn a {
    color: #fff;
    text-decoration: none
}

.more-btn img {
    position: relative;
    left: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.more-btn:hover {
    cursor: pointer
}

.more-btn:hover img {
    left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.digits-font-family {
    font-family: "DIN Alternate","Segoe UI",sans-serif !important
}

.h1 {
    margin-bottom: 20px;
    font-size: 42px;
    color: #35373B;
    font-weight: 600
}

.h2 {
    font-size: 32px;
    color: #35373B;
    font-weight: 600
}

.h3 {
    font-size: 24px;
    color: #35373B;
    font-weight: 600
}

.h4 {
    font-size: 18px;
    color: #576575;
    line-height: 2;
    font-weight: 400
}

.h5 {
    font-size: 16px;
    color: #35373B;
    font-weight: 400
}

.h6 {
    font-size: 16px;
    color: #576575
}

.h7 {
    font-size: 14px;
    color: #41464F
}
@media screen and (min-width: 320px)and (max-width: 1024px) {
	.h1 {
	    font-size: 32px;
	}
	.h2{
		font-size: 24px;
	}
}
.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.more a {
    text-decoration: none;
    color: #0078ff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px
}

.more img {
    position: relative;
    left: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.more:hover {
    cursor: pointer
}

.more:hover img {
    left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@-webkit-keyframes show-item {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes show-item {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes hide-item {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes hide-item {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.show-item {
    -webkit-animation: show-item .2s ease forwards;
    animation: show-item .2s ease forwards
}

.hide-item {
    -webkit-animation: show-item .2s ease forwards;
    animation: show-item .2s ease forwards
}

html {
    position: relative
}

#reservation-form-wraper{
    display: none
}

#complete-form-wraper{
    display: none
}

#complete-form-wraper .close-btn{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 350px
}

#complete-form-wraper .close-btn:hover{
    cursor: pointer
}

#complete-form-wraper .close-btn::before,
#complete-form-wraper .close-btn::after {
    position: absolute;
    content: " ";
    background-color: #26292d;
    top: 14px;
    left: 20px;
    width: 2px;
    height: 12px
}

#complete-form-wraper .close-btn::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#complete-form-wraper .close-btn::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.reservation-form-wraper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 2000
}

.reservation-form-wraper .reservation-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
    background-color: #fff;
    border-radius: 20px
}

.reservation-form-wraper .reservation-form .close-btn{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 550px
}

.reservation-form-wraper .reservation-form .close-btn:hover{
    cursor: pointer
}

.reservation-form-wraper .reservation-form .close-btn::before,
.reservation-form-wraper .reservation-form .close-btn::after{
    position: absolute;
    content: " ";
    background-color: #26292d;
    top: 14px;
    left: 19px;
    width: 2px;
    height: 12px
}

.reservation-form-wraper .reservation-form .close-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reservation-form-wraper .reservation-form .close-btn::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.reservation-form-wraper .reservation-form>h1{
    margin-bottom: 40px;
    color: #26292d;
    font-weight: 600
}

.reservation-form-wraper .reservation-form .form-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reservation-form-wraper .reservation-form .form-row .form-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .no-require{
    color: #35373B;
    font-weight: 400;
    font-size: 14px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item>.h7{
    color: #35373B;
    font-weight: 400;
    font-size: 14px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item>.h7::after{
    margin-left: 6px;
    color: red;
    content: "*"
}

.reservation-form-wraper .reservation-form .form-row .form-row-item>input{
    margin-top: 6px;
    padding: 10px 20px;
    width: 210px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #e1e6ee;
    outline: none;
    background-color: rgba(255,255,255,0)
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box{
    display: inline-block;
    width: 252px;
    height: 42px;
    padding-top: 6px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .title{
    position: relative;
    width: 0;
    height: 38px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .arrow{
    top: 8px;
    left: 232px;
    position: absolute;
    display: inline;
    height: 20px;
    line-height: 20px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .title .arrow .down{
    border: solid #c4cbd4;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .title input{
    display: block;
    width: 252px;
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    border: 1px solid #e1e6ee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #757575
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .title input:hover{
    cursor: pointer
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .form-option-list{
    position: relative;
    z-index: 10;
    margin-top: 4px;
    padding: 10px 0;
    list-style: none;
    width: 252px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 32px rgba(22,25,29,.07),0px 16px 64px rgba(22,25,29,.08),inset 2px 2px 1px #fff;
    box-shadow: 0px 8px 32px rgba(22,25,29,.07),0px 16px 64px rgba(22,25,29,.08),inset 2px 2px 1px #fff
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .form-option-list .option{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .form-option-list .option span{
    margin: 0 12px;
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .form-option-list .option span:hover{
    cursor: pointer;
    background-color: #eaf2ff;
    color: #0078ff;
    border-radius: 8px
}

.reservation-form-wraper .reservation-form .btn{
    margin: 40px 0;
    padding: 0 24px;
    line-height: 48px;
	width: 544px;
}

.reservation-form-wraper .reservation-form .btn:hover{
    cursor: pointer;
	background: #3FB2F1;
   /* -webkit-box-shadow: 0px 10px 20px #9fbcdd;
    box-shadow: 0px 10px 20px #9fbcdd */
}
.reservation-form-wraper .reservation-form .bottomTip{
	text-align: center;
	background-color: #F4F7FC;
	color: #35373B;
	padding: 25px 0;
	width: 100%;
	border-radius: 0 0 20px 20px;
}
.reservation-form-wraper .reservation-form .bottomTip svg{
	vertical-align: middle;
}
.reservation-form-wraper .reservation-form .bottomTip span{
	color: #0082CA;
}
.registration-form-wraper .form-description {
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #35373B;
    margin-bottom: 40px
}

.complete-form-dialog {
    position: relative;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 400px;
    height: 210px;
    background: #fff;
    border-radius: 20px
}

.complete-form-dialog .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.complete-form-dialog .title .img {
    margin-bottom: 20px;
    width: 56px;
    height: 56px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: is-show .3s ease forwards;
    animation: is-show .3s ease forwards
}

@-webkit-keyframes is-show {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes is-show {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.complete-form-dialog .title p {
    font-weight: 400;
    font-weight: 400;
    font-size: 16px
}

.complete-form-dialog .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.complete-form-dialog .content img {
    width: 128px;
    height: 128px;
    margin-bottom: 20px
}

.complete-form-dialog .content p {
    font-weight: 400;
    font-size: 14px
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    body {
        overflow:auto
    }

    .reservation-form-wraper {
        width: 100vw;
        overflow: auto
    }

    .reservation-form-wraper .reservation-form {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-42vw, 0%);
        transform: translate(-42vw, 0%);
        width: 84vw
    }

    .reservation-form-wraper .reservation-form .form-row
	{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reservation-form-wraper .reservation-form .close-btn{
        margin-left: calc(84vw - 50px)
    }

    .reservation-form-wraper .reservation-form .form-row,.reservation-form-wraper .reservation-form .btn{
        width: 68vw
    }

    .reservation-form-wraper .reservation-form .form-row .form-row-item input{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 68vw
    }

    .reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box{
		width: 68vw
    }

    .reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box .title .arrow{
		left: calc(68vw - 30px)
    }

    .reservation-form-wraper .reservation-form .form-row .form-row-item .form-select-box input{
		width: 68vw !important
    }

    .reservation-form-wraper .reservation-form .form-row .form-row-item .form-option-list{
		width: 68vw !important
    }
	

    #complete-form-wraper .close-btn{
        margin-left: calc(84vw - 45px);
        padding-top: 40px;
        height: 20px
    }

    .complete-form-dialog {
        width: 84vw;
        height: auto;
        padding-bottom: 20px
    }

    .complete-form-dialog .title {
        margin: 0 auto 20px;
        text-align: center;
        width: 68vw;
        line-height: 26px;
        font-size: 16px;
        font-weight: 400
    }
}

.rise-module {
    display: block;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.rise-module-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
    -webkit-transition: opacity 1s ease,-webkit-transform .5s ease;
    transition: opacity 1s ease,-webkit-transform .5s ease;
    transition: opacity 1s ease,transform .5s ease;
    transition: opacity 1s ease,transform .5s ease,-webkit-transform .5s ease
}

.customer-case-anchor-card {
    position: relative;
    background: #fff;
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.customer-case-anchor-card .anchor-card__arrow {
    top: 32px;
    right: 32px;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    background: #0078ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.customer-case-anchor-card .anchor-card__arrow .arrow {
    position: absolute;
    top: 42px;
    right: 42px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.customer-case-anchor-card:hover {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    top: -10px;
    background: #0078ff;
    color: #fff;
    -webkit-box-shadow: 0px 16px 64px 0px rgba(22,25,29,.08),0px 8px 32px 0px rgba(22,25,29,.07),1px 1px 0px 0px rgba(255,255,255,.9) inset;
    box-shadow: 0px 16px 64px 0px rgba(22,25,29,.08),0px 8px 32px 0px rgba(22,25,29,.07),1px 1px 0px 0px rgba(255,255,255,.9) inset
}

.customer-case-anchor-card:hover .anchor-card__arrow {
    width: 50px;
    height: 50px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.customer-case-anchor-card:hover .anchor-card__arrow .arrow {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    right: 0
}
.icon-check-line{
	color: #0082CA;    padding-right: 5px; font-size: 20px;
}

.jxh-container{
	margin: 0 auto;
	    width: 100%;
	    background-color: #0078ff;
	    height: 250px;
}
.jxh-container .jxh-content{
	    margin: 0 auto;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    height: 250px;
		background-image: url("/assets/product/yuyue_back.jpg");
		background-size: cover;
		background-position: center;

}
.jxh-container .title{
	    font-size: 32px;
	    font-family: PingFang SC, PingFang SC;
	    color: #FFFFFF;
	    letter-spacing: 3px;
	    margin-bottom: 32px;

}
.jxh-container .try-btn{
	    color: #2AA7EC;
	    background: #FFFFFF;
}
.jxh-container .try-btn:hover{
	background: #E8F7FF;
}
@media screen and (min-width: 320px)and (max-width: 1024px) {
	.jxh-container .title {
	    font-size: 24px;
	}
}