*,:after,:before{
    vertical-align: baseline;
    font-size: 100%;
    border: 0 none;
    outline: 0 none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	color:#282828;
	font-family:Roboto,PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	display:block
}
ul,li {
	list-style:none
}
em,i{
    font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
audio,
canvas,
iframe,
img,
svg,
video,
input,
select{
 	vertical-align: middle;
}
img {
	max-width:100%;
}
a{
	color:#383838;
	-webkit-transition:color .3s;
	transition:color .3s;
	text-decoration:none
}
svg:not(html) {
    overflow: hidden;
}
[class*="hint--"] {
    position: relative;
    display: inline-block;
}
[class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}
[class*="hint--"]:after {
    background-color:#383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    line-height:1.5;
    width:160px;
    border-radius:3px;
    text-align:left;
}
[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}
.hint--right:before,
.hint--right:after{
    left: 120%;
    bottom:0;
}
.hint--right:before {
    margin-left:-11px;
    margin-bottom:10px;
}
.hint--right:before {
    border-right-color: #383838; 
}
.hint--bounce:before, .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.public-inner,
.inner-m{
    width: calc(100% - 240px);
    margin-left: 240px;
    margin-right: 0;
    padding-right: 4vw;
}
#header {
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 8px 32px 0 rgb(31 38 135 / 5%);
}
#header .header-wrap {
    height: 100%;
    padding: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: relative;
    overflow: hidden;
}
#header .header-wrap .header-aside{
	flex:1;
}
#header .header-wrap .logo a {
    display: block;
	text-align: center;
	position: relative;
}
#header .header-wrap .logo a::after{
	position: absolute;
	content: "";
    display: block;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    animation: shine 3s ease-in-out infinite;
    filter: blur(0.5rem);
}
@keyframes shine {
	0% {
		transform: translate(-1rem, 0) skew(-30deg);
	}
	100% {
		transform: translate(8rem, 0) skew(-30deg);
	}
}
#header .header-wrap .logo img{
	width: 100px;
	height: 100px;
}
#header .header-wrap .global-menu {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top:30px;
}
#header .header-wrap .global-menu li a:hover { 
	color: #1a73e8;
}
#header .header-wrap .global-menu li{
	position:relative;
}
#header .header-wrap .global-menu .nav-list-main li a {
    display: block;
	line-height: 3.2;
    position: relative;
	font-weight: 500;
}
#header .header-wrap .global-menu .nav-list-main li a span {
    position: relative;
}
#header .header-wrap .global-menu .nav-list-main li a span::after{
	content: '';
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%,8px);
    width: 5px;
    height: 5px;
    background-color: rgba(12,26,35,0);
    border-radius: 50%;
    transition: all .4s ease-out;
}
#header .header-wrap .global-menu .nav-list-main li a span::before,
#header .header-wrap .global-menu .nav-list-main li.current-menu-item a span::before,
#header .header-wrap .global-menu .nav-list-main li.current-category-ancestor a span::before,
#header .header-wrap .global-menu .nav-list-main li.current-post-ancestor a span::before{
	position: absolute;
    content: "";
	left: -25px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a73e8;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease-in-out;
}
#header .header-wrap .global-menu .nav-list-main li a:hover span::before,
#header .header-wrap .global-menu .nav-list-main li.current-menu-item a span::before,
#header .header-wrap .global-menu .nav-list-main li.current-category-ancestor a span::before,
#header .header-wrap .global-menu .nav-list-main li.current-post-ancestor a span::before{
	opacity: 1;
	transform:translate(10px,-50%);
}
#header .header-wrap .global-menu .nav-list-main li.current-menu-item a,
#header .header-wrap .global-menu .nav-list-main li.current-category-ancestor a,
#header .header-wrap .global-menu .nav-list-main li.current-post-ancestor a{
	color:#1a73e8;
}
#header .header-wrap .entry{
	margin: auto;
	width: 86%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#header .header-wrap .entry .register,
#header .header-wrap .entry .login{
	width: 100%;
	display: block;
	color:#fff;
	line-height: 38px;
	text-align: center;
	padding: 0 10px;
	border-radius: 2px;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
	transition: all .25s;
}
#header .header-wrap .entry .register{
	background-color: #00aa72;
	animation:pulse 2.5s infinite cubic-bezier(.66,0,0,1);
	box-shadow:0 0 0 0 rgba(0,170,114,.3);
}
@keyframes pulse {
	to {
		box-shadow:0 0 0 10px rgba(255,255,255,0);
	}
}
#header .header-wrap .entry .login{
	margin-top: 20px;
	background-color: #155bd4;
}
#header .header-wrap .entry .register:hover,
#header .header-wrap .entry .login:hover{
	opacity: .9;
}
#header .sp_menu,
#header .hamburger_btn {
    display: none;
}
.page-wrap {
    overflow: hidden;
}
.home-slider{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 460px;
    margin: 15px 15px 0 240px;
    overflow: hidden;
	border-radius: 12px 12px 0 0;
	padding:0 60px;
	position: relative;
}
.gallery-inner {
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.gallery-bgs {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.gallery-bg {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:1;
}
.gallery__greed-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery__greed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
.gallery__greed__tr {
    display: flex;
    width: 100%;
    height: 25%;
	border-bottom: 1px solid rgba(240,240,240,0.1);
}
.gallery__greed__td {
    width: 25%;
    border-right: 1px solid rgba(240,240,240,0.1);
}
.gallery-bg:nth-child(n + 2) {
	z-index:0;
}
.gallery-bg:before,
.gallery-bg:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
}
.gallery-bg:nth-child(1):before {
	background:linear-gradient(90deg,#1a73e8,#0b70fc);
}
.gallery-bg:nth-child(1):after {
	background:linear-gradient(90deg,#1a73e8,#0b70fc);
}
.gallery-bg:nth-child(2):before {
	background:linear-gradient(90deg,#54bd62,#35a344);
}
.gallery-bg:nth-child(2):after {
	background:linear-gradient(90deg,#54bd62,#35a344);
}
.gallery-bg.anime-on{
	z-index:2;
	-webkit-animation:gallery-bg-on-anime 1s cubic-bezier(0.08,0.72,0.42,1.06) 0s both;
	animation:gallery-bg-on-anime 1s cubic-bezier(0.08,0.72,0.42,1.06) 0s both;
}
.gallery-bg.anime-prev{
	z-index:1;
	-webkit-animation:gallery-bg-off-anime 1s cubic-bezier(0.08,0.72,0.42,1.06) 0s both;
	animation:gallery-bg-off-anime 1s cubic-bezier(0.08,0.72,0.42,1.06) 0s both;
}
@-webkit-keyframes gallery-bg-on-anime {
	0% {
		-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
		clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@keyframes gallery-bg-on-anime {
	0% {
		-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
		clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
	}
		100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@-webkit-keyframes gallery-bg-off-anime {
		0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);
		clip-path:polygon(0 0,100% 0,100% 0,0 0);
	}
}
@keyframes gallery-bg-off-anime {
	0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);
		clip-path:polygon(0 0,100% 0,100% 0,0 0);
	}
}
.gallery-items {
	position:absolute;
	z-index:2;
	width:363px;
	height:480px;
	right:15%;
	top:15%;
}
.gallery-item {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	border-radius: 20px;
}
.gallery-item:nth-child(n + 2) {
	opacity:0;
}
.gallery-item.anime-on:nth-child(n + 2){
	opacity: 1;
}
.gallery-item.anime-other {
	z-index:0;
	opacity:0;
}
.gallery-item.anime-prev {
	z-index:1;
	-webkit-animation:gallery-item-off-anime 1s ease 0s both;
	animation:gallery-item-off-anime 1s ease 0s both;
}
.gallery-item.anime-on {
	z-index:2;
	-webkit-animation:gallery-item-on-anime 1s ease 0s both;
	animation:gallery-item-on-anime 1s ease 0s both;
}
@-webkit-keyframes gallery-item-on-anime {
	0% {
		-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
		clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@keyframes gallery-item-on-anime {
	0% {
		-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
		clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@-webkit-keyframes gallery-item-off-anime {
	0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);
		clip-path:polygon(0 0,100% 0,100% 0,0 0);
	}
}
@keyframes gallery-item-off-anime {
	0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);
		clip-path:polygon(0 0,100% 0,100% 0,0 0);
	}
}
.gallery-txts {
	position:absolute;
	z-index:3;
	top:25%;
	left:5%;
}
.gallery-txt {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	white-space:nowrap;
}
.gallery-txt-inlineBlock {
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.gallery-txt:nth-child(n + 2) {
	z-index:0;
	opacity:0;
}
.gallery-txt.anime-other {
	z-index:0;
	opacity:0;
}
.gallery-txt.anime-prev {
	z-index:1;
	-webkit-animation:gallery-txt-off-anime 1s ease 0s both;
	animation:gallery-txt-off-anime 1s ease 0s both;
}
.gallery-txt.anime-on {
	z-index:2;
	opacity:1;
}
.gallery-txt.anime-on .gallery-txt-inlineBlock {
	-webkit-animation:gallery-txt-on-anime 0.5s cubic-bezier(0.23,0.72,0.72,0.89) 1s both;
	animation:gallery-txt-on-anime 0.5s cubic-bezier(0.23,0.72,0.72,0.89) 1s both;
}
.gallery-txt.anime-on .gallery-txt-inlineBlock:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background-color:rgba(255, 255, 255, 1);
	-webkit-animation:gallery-txt-clip-anime 0.5s cubic-bezier(0.64,0.35,0.86,0.66) 1.5s both;
	animation:gallery-txt-clip-anime 0.5s cubic-bezier(0.64,0.35,0.86,0.66) 1.5s both;
	z-index:3;
}
.gallery-txt-ttl {
	color:#fff;
	font-size:26px;
}
.gallery-txt-ttl .gallery-txt-inlineBlock {
	position:relative;
}
.gallery-txt-ttl .gallery-txt-inlineBlock span {
	position:relative;
	z-index:2;
}
.gallery-txt:nth-child(1) .gallery-txt-ttl .gallery-txt-inlineBlock:before {
	background-color:#fff;
}
@-webkit-keyframes gallery-txt-on-anime {
	0% {
		-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);
		clip-path:polygon(0 0,0 0,0 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@keyframes gallery-txt-on-anime {
	0% {
		-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);
		clip-path:polygon(0 0,0 0,0 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
}
@-webkit-keyframes gallery-txt-off-anime {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes gallery-txt-off-anime {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@-webkit-keyframes gallery-txt-clip-anime {
	0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
		clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
	}
}
@keyframes gallery-txt-clip-anime {
	0% {
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	}
	100% {
		-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
		clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
	}
}
@media screen and (max-width:768px) {
	.js--gallery-slider {
		min-height:0;
	}
	.gallery-inner {
		width:-webkit-calc(100% - 50px);
		width:calc(100% - 50px);
		height:-webkit-calc(100% - 50px);
		height:calc(100% - 50px);
		top:25px;
		left:25px;
		min-height:0;
	}
	.gallery-items {
		display: none;
	}
	.gallery-txts {
		top:30%;
		left: 10%;
	}
	.gallery-txt-ttl {
		font-size:.85rem;
	}
	.gallery-details {
		bottom:10px;
		right:10px;
		width:140px;
		height:48px;
	}
	@-webkit-keyframes gallery-detail-on-anime {
		0% {
		-webkit-transform:translate(0,120%);
		transform:translate(0,120%);
		}
	100% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
		}
	}
	@keyframes gallery-detail-on-anime {
		0% {
		-webkit-transform:translate(0,120%);
		transform:translate(0,120%);
		}
	100% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
		}
	}
}
@media screen and (max-width:375px) {
	.gallery-inner {
		width:-webkit-calc(100% - 20px);
		width:calc(100% - 20px);
		height:-webkit-calc(100% - 20px);
		height:calc(100% - 20px);
		top:10px;
		left:10px;
		min-height:0;
	}
	.gallery-items {
		width:196px;
		height:247px;
		top:15%;
		right: 5%;
		display: none;
	}
	.gallery-txt-number {
		margin:0 0 5px 0;
	}
	.gallery-txts {
		top:25%;
		left:10%;
	}
	.gallery-txt-ttl {
		margin:0 0 5px 0;
	}
	.gallery-contributor figure img {
		width:60px;
	}
	.gallery-contributor figure::after {
		left:-5px;
		bottom:-5px;
	}
	.gallery-contributors {
		left:15px;
		bottom:55px;
		z-index:4;
	}
}
.waves {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 4em;
	margin-bottom: -0.25em;
	min-height: 3em;
	max-height: 4em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.waves {
	  height: 3em;
	  min-height: 2em;
	  max-height: 3em;
	}
}
.waves__parallax > use {
	-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
			animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
	fill: #fff;
}
.waves__parallax > use:nth-of-type(1) {
	-webkit-animation-delay: -1s;
			animation-delay: -1s;
	-webkit-animation-duration: 3.2s;
			animation-duration: 3.2s;
	opacity: 0.7;
}
.waves__parallax > use:nth-of-type(2) {
	-webkit-animation-delay: -1.5s;
			animation-delay: -1.5s;
	-webkit-animation-duration: 5s;
			animation-duration: 5s;
	opacity: 0.5;
}
.waves__parallax > use:nth-of-type(3) {
	-webkit-animation-delay: -2s;
			animation-delay: -2s;
	-webkit-animation-duration: 6.5s;
			animation-duration: 6.5s;
	opacity: 0.3;
}
.waves__parallax > use:nth-of-type(4) {
	-webkit-animation-delay: -2.5s;
			animation-delay: -2.5s;
	-webkit-animation-duration: 10s;
			animation-duration: 10s;
}
@-webkit-keyframes move-forever {
	0% {
	  -webkit-transform: translate3d(-90px, 0, 0);
			  transform: translate3d(-90px, 0, 0);
	}
	100% {
	  -webkit-transform: translate3d(85px, 0, 0);
			  transform: translate3d(85px, 0, 0);
	}
}
@keyframes move-forever {
	0% {
	  -webkit-transform: translate3d(-90px, 0, 0);
			  transform: translate3d(-90px, 0, 0);
	}
	100% {
	  -webkit-transform: translate3d(85px, 0, 0);
			  transform: translate3d(85px, 0, 0);
	}
}
.apply-scene,
.module-scene,
.loop-scene,
.service-scene,
.client-scene,
.news-scene{
	padding:60px 0;
}
.apply-scene .apply-inner,
.module-scene .module-inner,
.loop-scene .loop-inner,
.service-scene .service-inner,
.client-scene .client-inner,
.news-scene .news-inner{
	width: 100%;
}
.apply-scene .apply-inner .title,
.module-scene .module-inner .title,
.loop-scene .loop-inner .title,
.service-scene .service-inner .title,
.client-scene .client-inner .title,
.news-scene .news-inner .title,
.solution-block .title{
	font-size: 26px;
	font-weight: 500;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #1a73e8), color-stop(90%, #1a73e8), color-stop(90%, transparent), to(transparent));
    background: linear-gradient(transparent 75%, #1a73e8 75%, #1a73e8 90%, transparent 90%, transparent 100%);
}
.apply-scene .apply-inner .small,
.module-scene .module-inner .small,
.loop-scene .loop-inner .small,
.service-scene .service-inner .small,
.client-scene .client-inner .small{
	color:#999;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
.apply-scene .apply-inner .small::before,
.module-scene .module-inner .small::before,
.loop-scene .loop-inner .small::before,
.service-scene .service-inner .small::before,
.client-scene .client-inner .small::before{
	content: "";
    width: 1px;
    height: 80px;
    background: #cdcdcd;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
.apply-scene .apply-content,
.module-scene .module-content,
.loop-scene .loop-content,
.service-scene .service-content,
.client-scene .client-content,
.news-scene .news-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 60px 0;
	position: relative;
}
.news-scene .news-content{
	margin: 30px auto;
}
.news-scene .news-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news-scene .c-category__box{
	position: relative;
    width: max-content;
    display: flex;
    gap: 8px;
	padding: 4px 6px;
	margin-left: 50px;
    cursor: pointer;
    z-index: 2;
	background:rgba(171, 190, 234, .15);
	border-radius: 25px;
	box-shadow: inset 1px 1px 5px rgba(100,100,100,.1);
}
.news-scene .c-category__box li .cat_btn {
    padding: 5px 20px;
    display: block;
    font-size: 14px;
    transition: all 0.4s;
    position: relative;
}
.news-scene .c-category__box .slide_bg {
    background-color: #fff;
	border-radius: 25px;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
}
.news-scene .news_list{
	width: 90%;
}
.apply-scene .apply-content .item{
	flex:1;
	padding:20px;
	position: relative;
	margin-right: 40px;
}
.apply-scene .apply-content .item:last-child{
	margin-right: 0;
}
.apply-scene .apply-content .item::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 0 40px 0 40px;
    -webkit-box-shadow: 2.5px 4.33px 20px 0px rgb(0 0 0 / 8%);
    box-shadow: 2.5px 4.33px 20px 0px rgb(0 0 0 / 8%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 800ms ease, height 800ms ease, border-radius 800ms ease;
    transition: width 800ms ease, height 800ms ease, border-radius 800ms ease;
}
.apply-scene .apply-content .item:hover::before{
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border-radius:40px 40px 40px 40px;
}
.apply-scene .apply-content .item .inner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:15px;
}
.apply-scene .iconfont {
    font-size: 78px;
    color: #787878;
}
.apply-scene .item-content p {
    padding-top: 10px;
    font-size: 15px;
    color: #787878;
}
.apply-scene .gooey-bg {
	position: absolute;
	inset: 0 auto 0 calc(-20px / 2 * -1);
	margin: auto;
	width: calc(100px + -20px);
	height: calc(100px + -20px / 0.9);
}
@media all and (min-width: 1280px) {
	.apply-scene .gooey-bg {
		top: 30px;
		bottom: auto;
	}
}
.apply-scene .item svg {
	width: 78px;
	height: 78px;
}
.apply-scene .item:nth-child(1):hover .gooey-bg .gooey__obj {
	color: #e8f0fe;
}
.apply-scene .item:nth-child(1) .gooey-bg .gooey__obj,
.apply-scene .item:nth-child(1):hover .gooey-bg .gooey__obj {
	color: #e8f0fe;
}
.apply-scene .item:nth-child(2) .gooey-bg .gooey__obj,
.apply-scene .item:nth-child(2):hover .gooey-bg .gooey__obj {
	color: #fce8e6;
}
.apply-scene .item:nth-child(3) .gooey-bg .gooey__obj,
.apply-scene .item:nth-child(3):hover .gooey-bg .gooey__obj {
	color: #e6f4ea;
}
.apply-scene .item:nth-child(4) .gooey-bg .gooey__obj,
.apply-scene .item:nth-child(4):hover .gooey-bg .gooey__obj {
	color: #fef7e0;
}
.svgEffects {
	overflow: hidden;
	display: block;
	width: 0;
	height: 0;
}
.gooey {
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.gooey__obj {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-bottom: 3px;
	z-index: 2;
}
.gooey__obj-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	animation: rotateanm var(--duration) cubic-bezier(.86,0,.07,1) infinite;
}
.gooey__obj-inner::before {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: 2s cubic-bezier(.45,.05,.55,.95);
	transition-property: width, height, background, left, top, right, bottom, transform;
}
.apply-scene .item:hover .gooey-bg .gooey__obj-inner::before {
	transition-duration: 0.5s;
}
.apply-scene .item:hover .gooey-bg .gooey__obj:nth-child(1) .gooey__obj-inner::before {
	width: 120%;
	height: 120%;
	transform: translate(-25%, -25%);
}
.gooey-bg {
	position: relative;
	width: 100%;
	height: 100%;
	filter: url('#gooey-effect');
	z-index: 1;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.gooey__obj:nth-child(1) .gooey__obj-inner {
	animation-timing-function: linear;
}
.gooey__obj:nth-child(1) .gooey__obj-inner::before {
	width: 100%;
	height: 97.5%;
	transition-duration: 0.5s;
}

.gooey__obj:nth-child(2) .gooey__obj-inner::before {
	left: var(--l);
	top: var(--t);
	width: calc(var(--size) * 1);
	height: calc(var(--size) * 1);
}

.gooey__obj:nth-child(3) .gooey__obj-inner::before {
	left: var(--l);
	top: var(--t);
	width: calc(var(--size) * 3);
	height: calc(var(--size) * 3);
}
@keyframes rotateanm {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}
.module-scene,
.service-scene{
	background-color: #f0f4f7;
}
.module-scene .module-content{
	margin: 60px 0 0;
}
.module-scene .module-content .item{
	width: calc((100% - 60px) / 2 );
	margin: 0 60px 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6eaed;
}
.module-scene .module-content .item:nth-child(2n){
	margin-right: 0;
}
.module-scene .module-content .item:nth-child(11),
.module-scene .module-content .item:nth-child(12){
	margin-bottom: 0;
	border-bottom: 0;
}
.module-scene .module-content .item .inner{
	width: 100%;
	display: flex;
}
.module-scene .module-content .item .ico{
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.module-scene .module-content .item .inner .cont{
	flex: 1;
}
.module-scene .module-content .item .ico-1{
	background-image: url("assets/img/ico-1.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-2{
	background-image: url("assets/img/ico-2.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-3{
	background-image: url("assets/img/ico-3.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-4{
	background-image: url("assets/img/ico-4.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-5{
	background-image: url("assets/img/ico-5.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-6{
	background-image: url("assets/img/ico-6.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-7{
	background-image: url("assets/img/ico-7.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-8{
	background-image: url("assets/img/ico-8.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-9{
	background-image: url("assets/img/ico-9.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-10{
	background-image: url("assets/img/ico-10.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-11{
	background-image: url("assets/img/ico-11.png");
	background-size: cover;
}
.module-scene .module-content .item .ico-12{
	background-image: url("assets/img/ico-12.png");
	background-size: cover;
}
.module-scene .module-content .item .tit{
	display: flex;
	align-items: center;
	font-weight: bold;
	position: relative;
}
.module-scene .module-content .item .tit .wait{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding:0 6px;
	background:#ff5110;
	color:#fff;
	border-radius:25px 25px 25px 0;
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
.module-scene .module-content .item p{
	margin-top: 5px;
	font-size: 15px;
	color:#585858;
}
.service-content .item{
	flex:0 0 20%;
	max-width: 20%;
	padding-right: 20px;
}
.service-content .item:last-child{
	padding-right:0;
}
.service-content .item .inner{
	padding:0 15px;
	position: relative;
}
.service-content .item .inner .tit{
	font-weight: bold;
	padding-bottom: 15px;
}
.service-content .item .inner .cont{
	font-size: 15px;
	position: relative;
	z-index: 1;
}
.service-content .item .inner .num{
	position: absolute;
	top: 25%;
	right: 5%;
	color:#fff;
	font-size: 78px;
	text-shadow: 1px 0 3px rgba(25,25,25,.1);
}
.loop-content{
	justify-content: space-between;
}
.loop-content .loop-box{
	flex: 1;
}
.loop-content .loop-box h3{
	font-weight: normal;
	font-size: 23px;
}
.loop-content .loop-box p{
	margin-top: 20px;
	padding-right: 50px;
}
.loop-content .loop-process{
	width: 900px;
    height: 372px;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	position: relative;
}
.loop-content .step_tab .tab_cell {
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.loop-content .step_tab .current {
    color: #fff;
}
.loop-content .step_tab #step_tab_1 {
    top: 0px;
    left: 65%;
    height: 40px;
    line-height: 40px;
}
.loop-content .step_tab #step_tab_2 {
    right: 4.5%;
    top: 45%;
    width: 20px;
}
.loop-content .step_tab #step_tab_3 {
    bottom: 3px;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    line-height: 40px;
}
.loop-content .step_tab #step_tab_4 {
    left: 4.5%;
    top: 45%;
    width: 20px;
}
.loop-content .step_tab #step_tab_5 {
    top: 0px;
    left: 25%;
    height: 40px;
    line-height: 40px;
}
.loop-content .step_tab .iconfont{
    font-size:18px;
    font-weight:600;
    vertical-align:-.05rem;
}
.loop-content .step {
    cursor: pointer;
    fill: #e0ecfc;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
}
.loop-content .step.step_current {
    -webkit-animation: change_current 1s linear forwards;
    animation: change_current 1s linear forwards;
}
.loop-content .step.step_next {
    -webkit-animation: change_next 3s linear infinite;
    animation: change_next 3s linear infinite;
}
@keyframes change_current {
  0% {
    fill: #e0ecfc;
  }
  100% {
    fill: #00ac47;
  }
}
.loop-content .step_content ul li {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
	text-align: center;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.loop-content .step_content ul li.current {
    top: 100px;
    opacity: 1;
    z-index: 2;
    background: #fff;
}
.loop-content .step_content ul li h3{
	font-size: 18px;
	margin:5px auto;
}
.loop-content .step_content .iconfont{
    font-size:48px;
}
.loop-content .step_content p{
    font-size:15px;
}
.client-scene{
	padding: 60px 0 0;
}
.client-content .item img{
	width: 200px;
}
.section-banner{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 15px 0 240px;
	background-color: #e3e4eb;
	height: 360px;
    padding: 0 60px;
	border-radius: 12px 12px 0 0;
	position: relative;
}
.section-banner .section-text{
	width: 45%;
}
.section-banner .section-text h2{
	font-size: 26px;
	margin-bottom: 20px;
}
.section-banner .section-text p{
	font-size: 15px;
}
.section-banner .section-image{
	position: absolute;
    width: 53%;
	max-width: 763px;
	margin-right: 2%;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.solution_img{
	position: absolute;
    left: 0;
    bottom: 0;
}
.section-banner .section-image img{
	width: 100%;
}
.price-block,
.download-block{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.price-block.model{
	padding:60px 0;
	height: 1200px;
    overflow: hidden;
    transition: height .5s linear;
}
.price-block .title{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2;
	text-align: center;
}
.price-block .title .price{
	color:#ff6a56;
}
.price-block .table{
	width: 100%;
	font-size: 14px;
	margin-bottom: 60px;
}
.price-block .table .tit{
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	background-color: #f0f4f7;
}
.price-block .colspan{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 140px;
}
.price-block .table .orange{
	color:#ff6a56;
	font-weight: 500;
}
.price-block .table th{
	border-color:#dce1e3;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:8px;
	font-weight: normal;
	word-break:normal;
}
.price-block .table td{
	text-align: center;
	border-color:#dce1e3;
	border-style:solid;
	border-width:1px;
	padding:8px;
	word-break:normal;
	position: relative;
}
.price-block .table .full{
	position: absolute;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-block .table .odd{
	background-color: #fbfbfb;
}
.price-block .read-more {
    position: absolute;
    bottom: 0;
    padding-top: 150px;
    width: 100%;
    height: 280px;
    display: block;
    cursor: pointer;
    text-align: center;
    z-index: 66;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}
.price-block .read-more .more {
    width: 200px;
    margin: auto;
    border: 1px solid #1a73e8;
    border-radius: 3px;
    color: #1a73e8;
    height: 48px;
    line-height: 46px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.price-block .read-more .more:hover{
    color:#fff;
    background-color:#1a73e8;
}
.goods-block,
.applet-block,
.solution-block{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
}
.goods-block{
	justify-content: space-between;
	align-items: center;
}
.goods-block:nth-child(2n){
	flex-direction: row-reverse;
}
.goods-block .feature-text{
	flex:1;
	padding: 0 5%;
}
.goods-block .feature-text .title{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.goods-block .feature-text p{
	line-height: 2;
}
.goods-block .feature-img{
	width: 800px;
}
.applet-block:first-child{
	padding-bottom: 0;
}
.applet-block .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.applet-block .list .item{
	width: 260px;
	padding:30px;
	border:1px solid rgba(220,225,227,.7);
	transition: .35s;
	cursor: pointer;
	position: relative;
}
.applet-block .list .item:hover{
	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 3%);
}
.applet-block .list .item:last-child{
	margin-left: -1px;
}
.applet-block .list .item .object{
	width: 120px;
	height: 120px;
	margin: 30px auto;
	position: relative;
}
.applet-block .list .item .object .ico{
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.applet-block .list .item .manage .ico,
.applet-block .list .item .delivery .ico{
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.applet-block .list .item .manage .ico{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAYFBMVEUAAAD/SBb9RRv+RRv9RRv9RRz+RRz+RRz7RBz9RRv8RRv/RRr/Qxv/QBv9RRz/////6OL9USr9XDj/8/H+0Mb9c1X+rpz+inH+uar+oo3+ln/9aEb/3NT9c1T+xbj+f2MvyHIlAAAADnRSTlMAD+uyl/Te1Ip6YDsmHN+AdHEAAAMTSURBVGjetNFbCsMgFITh4yVRo06uEFK6/3WWhFKRtk9xvg38MCMVFYNxGrdoZ0JU8k/yPRrpfZJfsu3QUGezfBk0GtOD1JQFgVVVw4DCKHqjrljQ2M/nIHq/nzWIdCaPVQZLHai6JCIeZF5E9SDrlUTQRQmgC2JAZ8SBzokGnRaA735kXlBhRB7rOB0oGJF9PO0oCJHtijxR0CIrCkLkuCITCkJkXs/IBmBZUDSKzC/W6i3HQRgIougOqtx+Y4ew/11OwgyOJ4pl1OH8grhAN6KuFQ+BDxHWk6ZeGZGUHZ98AgrJFWYfjVwUkS0avhiLzXis3KULIhKi57sECBbulm8joXjHTwKAO3f2m4gt2XHECODbg+giktoQBpbfiAtQRSTEG6cckOkWgSYi0fGUAFsF0ESK40kRO0Vk4Wk3bSRxxrERXcSaScLY7pyki2ROVACBf7IuYjiBp/bmVJGVM+Hf3KomkjhjNqDwUDSR5dR3XnnwmkhhE2298xMLuFYURWTjIQ/XoPQ7GBQR4SENF9r3o4uqFZ4/ievv5aaJxP6t2MEW93VRRMLbtQZDea1EUkTE9T++yE9yfyArIvD9gLdRZHlNSBMpbAQyimQ2VhEJbH56NbdchWEYiO7ASZzEaRsK+9/l1eXHxBQlmkqeP4TEAT+Qq5kXUZn2JBwAhLQp8uNv5hwmoiCQzS6EVSTqQZUTADmGIX5+Q5qZugpAeKgE54vrIQ37IwCE4vAlmy0W204VBCLjuduyZXTDTQCkftYmjQeM6GtVByApGAqd2/tzo9TLo6kBECqmPv9i7kmP2PsQu4Eb61u1XC0nAqnBqOwnM3HTax9uvCqHReEjrGu+poZBDvyHrEM4rCsyCKGIM9YhslwrJhhSlwhZKtECBB/isithCkGu+ygvXUAckuLPGm1NAQBk+oCanweT6jaEejSASRMgCPGmhIdUUyMcYjF7iSE/ZN4EHHJfLtaGi0njYje5GGcuFqCLmelhy7oYzB5WuYvp7xFf8AhiuERKPMIxHjEfh8CSR/TKN0TmEof7A6RNIGaUNNpVAAAAAElFTkSuQmCC);
}
.applet-block .list .item .delivery .ico{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAaVBMVEUAAAD/vS//vTL/vDD/vTD/vTD/vjD/vTD/vTH/vS//vDD/vjD/vTD/vjD/vC//vy7/vyD/vTD/////9+X/5rH/xUr/+/L/3pf/wT3/zWT/1n3/7sv/4qT/2or/0nD/yVf/8tj/6r7/89i8pPfeAAAAEXRSTlMAlw/07eje1LKyinpgOyYcCBITtXUAAAKlSURBVGje5ZrpktowDICT5VpgOeQrPnKx7/+QHVqKnEKIsWJPO/3+wTDzJb4kLBUDzof9drMEEsvNdn84F2Mcd2uYifXu+FRxKhcwI4vy9Oj4WsHMrL6KIR8lJKD8GDg+IQmfHxEOiqWEZJT3OYeE3Gb/tIKErE6JBwsH7LiApCyue38HidkVxXkNiVmfiwMk51DsITn7YgvJ2RYbSM6mWEJylgVk4D+UyK61lTWdBmRWiTa1Yr/p6y6BRAvFhnA7s0RXqBjRkCUGFUO+5WySio3C5UwSwV6gmlkkNXtNO4OkYhMoSZZYNgnXRInkbBpBlAgWgiFJJAvCkSSChWEIEs0CEQSJDZUoHS+5sFBMvEQFS+poiWTBuGiJCZfwaEkbLlHRkoaFo2MlFQtH5pDwO70lSMLRhNUVjHzvWKnFDfWOJDa5q1k4blpCHzn7pkQGRxaEv3l2cUwSNA91yPd3vEUjwTGxT6z3cVqjKg1xEsRUtRiA6/sihKgMKiIl47i4swtDfAXTXIeRFE8ETEOKJ911rAF5kTj1pBiv/NXl0eM4GlKMh95PduxYFiRisxVcXvXYGdn6897FS4yfHDYPb4I/4pSEW3mLWI6cg5yYC0Pjv8qF+TT+VMlICT5m/eyI/Pa/FECStPjQA4vT3pHCJU0Cjvlrx/a/FGaQ0FQQL8GnVy1ubynlH6FfAFUCnRp9WO3wHzZBgjtdPI674RgKqRJo1TONcXhPRJfgqnJNd7/Eu30lNBAlaBG40Z3jyr8ioktQ40azBroEsRfFfHgtAaFKECMc//kK/FIZQOaSIFJq8PlHb7gpZCltZCnSZCk3ZSmcZSkBZilm5ijLZikw5yiVZyn652hfyNGIQWgp+ZsaV9CRss0nQ8NSjtarvE1kWdrhfgAR/I6re2DC0gAAAABJRU5ErkJggg==);
}
.applet-block .list .item .item-hover-object{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.4, 1.4);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.applet-block .list .item .manage-qcode,
.applet-block .list .item .delivery-qcode{
	width: 120px;
	height: 120px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.applet-block .list .item .manage-qcode{
	background-image: url("assets/img/manage-qcode.png");
}
.applet-block .list .item .delivery-qcode{
	background-image: url("assets/img/delivery-qcode.png");
}
.applet-block .list .item .download-desc{
    position: relative;
    font-size: 13px;
    color: #4b4b4b;
    line-height: 20px;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid rgba(220,225,227,.7);
    overflow: hidden;
}
.applet-block .list .item .item-desc {
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}
.applet-block .list .item .item-desc-hover {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #afafaf;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translate(0, 100%);
}
.applet-block .list .item:hover .ico{
    opacity:0;
    transform:scale(.5,.5);
}
.applet-block .list .item:hover .item-hover-object{
    transform:scale(1, 1);
    opacity:1;
}
.applet-block .list .item:hover .item-desc{
    transform:translate(0, -100%);
    opacity:0;
}
.applet-block .list .item:hover .item-desc-hover{
    transform:translate(0, 0);
    opacity:1;
}
.applet-block .list .tit{
	padding-bottom: 15px;
	text-align: center;
	border-bottom:1px solid rgba(220,225,227,.7);
}
.applet-block .title{
	width: 100%;
	display: block;
	font-size: 22px;
	margin-bottom: 20px;
}
.applet-block .ask{
	width: 100%;
	display: block;
}
.applet-block .ask .section{
	width: 100%;
	position: relative;
    float: left;
    z-index: 5;
}
.applet-block .ask dl.accordion .title-open:hover a{
	color:#00349d;
}
.applet-block .ask dl.accordion dt,
.applet-block .ask dl.accordion dd{
	width: 100%;
    display: block;
    position: relative;
}
.applet-block .ask dl.accordion dt.selected a{
	color:#00349d;
}
.applet-block .ask dl.accordion dt:before{
	width: 30px;
    height: 2px;
    top: 37px;
    left: 18px;
}
.applet-block .ask dl.accordion dt:after{
	width: 2px;
    height: 30px;
    top: 23px;
    left: 32px;
}
.applet-block .ask dl.accordion dt.selected:after{
	transform: rotate(90deg);
}
.applet-block .ask dl.accordion dt a{
	display: block;
    position: relative;
    padding: 25px 0 26px 100px;
}
.applet-block .ask dl.accordion dt a:before{
	height: 1px;
    content: "";
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 100px;
    right: 0;
    pointer-events: none;
    background: rgba(220,225,227,.7);
}
.applet-block .ask dl.accordion dt:after,
.applet-block .ask dl.accordion dt::before{
	content: "";
    position: absolute;
    overflow: hidden;
    background: #dce1e3;
    transition: all .2s ease-out;
}
.applet-block .ask dl.accordion dt:hover:after,
.applet-block .ask dl.accordion dt:hover:before{
	background: rgba(0,52,157,.7);
}
.applet-block .ask dl.accordion dd p{
	margin-top: 16px;
    padding: 0 0 15px 100px;
	font-size: 15px;
    letter-spacing: -.33px;
    line-height: 34px;
}
.solution-block .solution-intro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution-block .solution-intro .item{
	width: calc((100% - 60px) / 3);
	margin-top: 30px;
}
.solution-block .solution-intro .item:nth-child(3n){
	margin-right: 0;
}
.solution-block .solution-intro .inner{
	position: relative;
    padding: 25px;
    background: #fff;
    box-shadow: 0 16px 16px 0 rgb(55 69 103 / 2%), 0 8px 8px 0 rgb(235 240 252 / 2%);
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 1px solid #ebf0fc;
	border-radius: 8px;
}
.solution-block .solution-intro .inner .tit{
	margin-bottom: 15px;
	font-weight: bold;
}
.solution-block .solution-intro .inner .ico{
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.solution-block .solution-intro .inner .icon-1{
	background-image: url("assets/img/sico-1.png");
	background-size: cover;
}
.solution-block .solution-intro .inner .icon-2{
	background-image: url("assets/img/sico-2.png");
	background-size: cover;
}
.solution-block .solution-intro .inner .icon-3{
	background-image: url("assets/img/sico-3.png");
	background-size: cover;
}
.solution-block .solution-intro .inner .icon-4{
	background-image: url("assets/img/sico-4.png");
	background-size: cover;
}
.solution-block .solution-intro .inner .icon-5{
	background-image: url("assets/img/sico-5.png");
	background-size: cover;
}
.solution-block .solution-intro .inner .icon-6{
	background-image: url("assets/img/sico-6.png");
	background-size: cover;
}
.solution-block .solution-intro .inner p{
	font-size: 14px;
	line-height: 2;
}
.solution-block .solution-step{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0 0;
	position: relative;
    z-index: 1;
}
.solution-block .solution-step .item{
	position: relative;
    border: 1px solid #c1c4cb;
}
.solution-block .solution-step .item{
	width: 28%;
	min-height: 260px;
    border-left: none;
	padding:0 40px 30px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.solution-block .solution-step .item:after{
	content: "";
    position: absolute;
    background: no-repeat bottom #fff;
}
.solution-block .solution-step .item:after {
    top: 55px;
    right: -14px;
    width: 14px;
    height: 70px;
    background-image: url("assets/img/step_bg.svg");
    background-position: right -85px;
}
.solution-block .solution-step .item:last-child:after{
	background:none;
}
.solution-block .solution-step .item.step2{
    flex-shrink: 0;
	margin:0 5%;
}
.solution-block .solution-step .item .number{
	position: absolute;
    top: -0.3em;
    left: 0;
    padding: 0 20px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
    transform: translateX(-50%);
}
.solution-block .solution-step .item .ico{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:15px 0 0;
}
.solution-block .solution-step .item .iconfont{
	font-size: 64px;
	color:#00349d;
}
.solution-block .solution-step .item .tit{
	font-weight: bold;
	color:#00349d;
}
.solution-block .solution-step .item .text{
	display: flex;
	flex-direction:column;
	margin-top: 20px;
	padding-top: 20px;
    border-top: 1px solid #e9ebf3;
}
.solution-block .solution-step .item .txt{
	padding-left: 15px;
	font-size: 14px;
	line-height: 2;
	position: relative;
}
.solution-block .solution-step .item .txt:before {
	position: absolute;
	content:"";
	top:50%;
	left:0;
    width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background-color: rgba(25,25,25,.35);
}
.news-content .item,
.list-news .list-article{
	width: 100%;
	position: relative;
    cursor: pointer;
	margin-top: -1px;
	border-bottom: 1px solid #e6eaed;
	transition: .25s;
}
.news-content .item:hover,
.list-news .list-article:hover{
    background-color:#f9f9f9;
}
.news-content .item:hover .news-article,
.list-news .list-article:hover .news-article{
	color: #00349d;
}
.news-content .news-block,
.list-news .news-block{
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
	padding: 0 20px;
}
.news-content .news-archive,
.list-news .news-archive{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    padding: 20px 0;
}
.list-news .news-archive{
	width: auto;
	min-width:auto;
}
.news-content .news-archive .date,
.list-news .news-archive .date{
    display: inline-block;
    color: #00349d;
    font-size: 14px;
    line-height:2;
	font-family: 'dincyr';
}
.news-content .news-archive .flag {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
	margin-left: 20px;
}
.news-content .news-archive .column{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(27,60,126,0.24);
    width: 90px;
	line-height: 28px;
    font-size: 13px;
}
.news-content .news-cont,
.list-news .news-cont{
    flex: 1;
    padding: 20px 0;
}
.news-content .news-cont .news-article,
.list-news .news-cont .news-article{
    flex: 1;
	padding-left: 20px;
    font-size: 15px;
}
.news-content .news-cont .istop{
	display: inline-block;
	margin-left: 8px;
	line-height: 24px;
	height: 24px;
	color:#fff;
	font-size: 13px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #fe0034;
}
.news-content .news-cont .new,
.list-news .news-cont .new{
    color: #af9049;
    font-family: 'dincyr';
    font-size: 11px;
    font-weight: 300;
	vertical-align: text-top;
}
.show-article{
	padding:30px 0;
}
.show-article .list-news{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.show-article .list-news .block{
	width: 100%;
}
.show-article .list-news .block .tit{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	line-height: 2;
}
.show-article .list-news .block .iconfont{
	margin-right: 10px;
    font-size: 28px;
    vertical-align: -.05rem;
}
.show-article .list-news .block .tit .more{
	position: relative;
    display: inline-block;
    margin: 1.5rem 0;
    letter-spacing: .08em;
	font-size: 15px;
	padding-right: 30px;
    transition: color .3s ease;
}
.show-article .list-news .block .tit .more:hover{
	color:#00349d;
}
.show-article .list-news .block .tit .more::before {
    position: absolute;
	content: "";
    top: 0;
    right: 3px;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background: transparent url("assets/img/icon_arrow.svg") no-repeat center center;
    background-size: 14px 14px;
}
.show-article .list-news .block .tit .more::after {
    position: absolute;
	content: "";
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: auto;
    margin-bottom: auto;
    background: #00349d;
    border-radius: 2.7rem;
	transition: transform .3s ease;
}
.show-article .list-news .block .tit .more:hover::after{
	transform:scale(1.2)
}
.show-article .list-news .block .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0;
}
.show-article .list-news .block .inner .item{
	width: calc((100% - 80px)/3);
	min-height: 135px;
	margin: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
	padding:20px;
    border: 1px solid rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 3%);
}
.show-article .list-news .block .inner .item:nth-child(3n){
	margin-right: 0;
}
.show-article .list-news .block .inner .item .title{
	font-size: 15px;
}
.show-article .list-news .block .inner .item .title a:hover{
	color: #00349d;
}
.show-article .list-news .block .inner .item .foot{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.show-article .list-news .block .inner .item .foot .date{
	font-size: 14px;
	color:#999;
	font-family: "dincyr";
}
.show-article .list-news .block .inner .item .foot .more{
	font-size: 14px;
}
.show-article .list-news .block .inner .item .foot .btn{
	position: relative;
    z-index: 3;
    display: inline-block;
	padding:3px 15px;
	font-size: 13px;
    color: #00349d;
	border:1px solid rgba(194,198,211,.5);
    border-radius:25px;
	transition: .25s;
}
.show-article .list-news .block .inner .item .foot .btn:hover{
	background-color: rgba(194,198,211,.1);
}
.show-article .list-inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 5px 13px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    margin: 0 8px;
    border-radius: 3px;
    transition: .3s;
}
.pagination a:hover{
    border:1px solid #00349d;
}
.pagination .current {
    color: #fff;
    background-color: #00349d;
    border: 1px solid #00349d;
}
.show-article .crumb {
    font-size: 14px;
    vertical-align: middle;
	margin-bottom: 10px;
}
.crumb .crumbs ul li {
    display: inline-block;
    padding: 10px 20px 10px 0;
    position: relative;
}
.crumb .crumbs ul li a:hover{
	color:#00349d;
}
.crumb .crumbs ul li .icon-home{
	margin-right: 5px;
	vertical-align: middle;
}
.crumb .crumbs ul li:before {
    position: absolute;
    content: '\e8f1';
    font-family: "iconfont";
    font-size: 22px;
    right: 0;
	line-height: 1;
    text-align: center;
}
.show-detail{
	padding:30px 0;
	border-top: 1px solid #e6eaed;
}
.show-detail h1{
	font-size: 20px;
	font-weight: 500;
}
.show-detail .date{
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	font-family: "dincyr";
}
.show-detail .content{
	padding:20px 0 0;
}
.show-detail .content p{
	text-indent: 2rem;
	padding:10px 0;
	font-size: 15px;
	line-height: 1.8;
}
.show-detail .content img{
    display: block;
    margin: auto;
    text-align: center;
}
.show-detail .content .origin{
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}
.help-header{
	width: 100%;
    height: 65px;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
	background: #fff;
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
    transition: background 0.4s, transform 0.4s;
}
.help-header .logo{
	display: block;
	width: 200px;
	height: 60px;
}
.help-header .nav-menu{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.help-header .nav-menu .item{
	padding:0 25px;
	font-size: 14px;
}
.container{
    position: relative;
    z-index: 2;
}
.container .sidebar_sec{
	padding-left: 260px;
    padding-bottom: 60px;
    position: relative;
}
.container .section_sec{
	padding-top: 100px;
}
.container .section_sec .content{
	width: 75%;
}
.container .section_sec .content .title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	line-height: 3;
	border-bottom: 1px solid #efefef;
}
.container .section_sec .content .title .tit{
	font-size: 22px;
}
.container .section_sec .content .lasttime{
	font-size: 13px;
	color:#cdcdcd;
}
.container .section_sec .content .summary{
	margin: 30px 0;
	padding:20px;
	font-size: 14px;
	color:#00349d;
	border-radius: 4px;
	background-color: #f8f8f8;
	border:1px solid #f0f0f0;
}
.container .section_sec .content p{
	font-size: 14px;
	padding:10px 0;
	line-height: 1.8;
}
.container .section_sec .content h2{
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
}
.container .section_sec .content h3{
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0;
}
.container pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    overflow: auto;
    word-break: break-all;
    word-wrap: break-word;
	margin: 15px auto;
}
.container .hljs{
    font-family:"Mono","Misans";
    background:#fefbec!important;
    border-radius:4px;
	color:#00349d !important;
    padding:15px !important;
    font-size: 13px;
    line-height: 19px;
    position:relative;
}
.container td.hljs-ln-numbers{
    font-size:12px;
    transform:scale(.9);
    text-align:center;
    border-right: 1px solid rgba(0,52,157,.7);
    vertical-align:top;
    padding-right:10px !important;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.container td.hljs-ln-code {
    padding-left:10px !important;
}
.container code {
    white-space:pre-wrap;
    overflow:auto;
}
.container #warning{
	margin:20px 0;
	background:#feefe3;
	color:#bf360c;
	border-radius: 4px;
	padding:15px 15px 15px 50px;
	position: relative;
}
.container #warning::after{
	position: absolute;
	content:"\e722";
	top:20px;
	left:15px;
	font-family: "iconfont";
	font-size: 26px;
	color:#bf360c;
}
.container .whether-help{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.container .whether-help a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.container .whether-help .iconfont{
	font-size: 20px;
	color:#faad14;
}
.container .whether-help #upscount,
.container .whether-help #ups{
	font-size: 12px;
}
#Catalog_box{
    position: fixed;
    bottom: 120px;
    right:5%;
    border-left:2px solid #efefef;
}
#Catalog_box .cate-item2{
    padding-left: 20px;
}
#Catalog_box dd{
    font-size:14px;
    padding-bottom:10px;
}
#Catalog_box dd a{
    color:#383838;
    position:relative;
    padding-left:10px;
}
#Catalog_box dd.active a{
    color:#0067ed;
}
#Catalog_box dd.active a:after{
    position:absolute;
    content:"";
    top:0;
    left:-2px;
    width:2px;
    height:100%;
    background:#0067ed;
}
#Catalog_box dd.cate-item2.active a:after{
	left:-22px;
}
.container .all_sidebar {
    width: 200px;
    height: calc(100vh - 65px);
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 3;
    display: flex;
    flex-direction: column;
	justify-content: center;
    border-right: 1px rgba(29, 43, 59, 0.08) solid;
    overflow: auto;
    transition: padding-top 0.4s ease;
}
.container .all_sidebar.scroll::-webkit-scrollbar{
    width:8px;
}
.container .all_sidebar.scroll::-webkit-scrollbar-thumb{
    background-color:#e1e3e4;
    background-clip:content-box;
    border-top:5px solid rgba(255,255,255,0);
    border-bottom:5px solid rgba(255,255,255,0);
    border-right:5px solid rgba(255,255,255,0);
}
.container .all_sidebar.scroll::-webkit-scrollbar-track{
	background-color:#fff; 
}
@media (max-width: 1350px){
	.container .all_sidebar {
    	height: calc(100vh - 64px);
    	top: 64px;
	}
}
.container .all_sidebar_list > li {
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}
.container .all_sidebar_list a {
    display: block;
    font-size: 14px;
}
.container .all_sidebar_list > li > a {
    padding: 15px 30px;
    position: relative;
}
.container .all_sidebar_list ._accordion {
    position: relative;
}
.container .all_sidebar_list ._accordion:after {
    content: "\e8f1";
    font-family: "iconfont";
    position: absolute;
    right: 34px;
    top: 20%;
	font-size: 20px;
    display: block;
	transform: rotate(0deg);
    transition: transform 0.4s ease;
}
.container .all_sidebar_list ._accordion._open:after {
	transform: rotate(90deg);
}
.container .all_sidebar_list ._sub_list {
    margin-top: -8px;
    padding: 0 0 20px;
    display: none;
}
.container .all_sidebar_list ._sub_list a {
	width: 95%;
    padding: 0 0 0 30px;
	line-height: 32px;
	height: 32px;
    position: relative;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.container .all_sidebar_list ._sub_list._on {
	display: block;
}
@media (hover: hover) {
	.container .all_sidebar_list ._sub_list a:hover {
	  opacity: 1;
	  background-color: #f1f3f4;
	  border-radius: 0 25px 25px 0;
	}
}
.container .all_sidebar_list ._sub_list a._on {
	color: #00349d;
	opacity: 1;
	background-color: #d7effe;
	border-radius: 0 25px 25px 0;
}

.ui-shadow{
	box-shadow: 11px 11px 16px -6px rgb(0 0 0 / 2%), 13px 11px 17px -10px rgb(0 0 0 / 15%);
}
.mr50{
	margin-right: 50px;
}
@media (min-width: 740px) {
	.swiper-container{
		overflow: visible !important;
	}
	.solution-intro .content {
	  flex:1;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding-left: 10%;
	}
	.solution-slide{
		width: 100%;
	}
	.slide-wrap{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.solution-intro .image{
	  flex:1;
	  height: 460px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	}
	.solution-intro .image .p1{
		width: 520px;
		height: 460px;
	}
	.solution-intro .image .p2{
		width: 520px;
		height: 460px;
		border-radius: 6px;
	}
	.solution-intro .iconfont{
		position: absolute;
		top:50%;
		left:220px;
		z-index: 10;
	}
	.solution-intro .text {
	  width: 50%;
	  position: relative;
	}
	.solution-intro .text h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.solution-intro .text p{
		width: 80%;
		line-height: 2;
	}
	.solution-intro .swiper-button-next,
	.solution-intro .swiper-button-prev {
	  display: none;
	}
	.solution-intro .swiper-count {
	  width: 100%;
	  transform: rotate(-90deg);
	  padding: 0 30px 0 0;
	  margin: 20px 0;
	}
	.solution-intro .swiper-count:after {
	  height: 7vw;
	}
	.solution-intro .loader {
	  margin: 0 auto;
	  position: relative;
	  top: 25%;
	  transform: translateY(-50%);
	}
	.solution-intro .swiper-pagination {
	  width: 100%;
	  height: 50%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: flex-end;
	  transform-origin: left 0;
	  margin-top: 80px;
	}
	.solution-intro .swiper-pagination span {
	  margin-top: 8px;
	}
	.solution-intro .controller {
	  border-right: none;
	  position: absolute;
	  top:30px;
	  width: 8%;
	  height: 50%;
	  z-index: 10;
	  left: 0;
	}
	.solution-intro.right .swiper-slide:after {
	  content: '';
	  left: auto;
	  right: 0;
	}
	.solution-intro.right .content {
	  left: auto;
	  right: 0;
	  padding: 0 25% 0 0;
	}
	.solution-intro.right .content:after {
	  left: auto;
	  right: 33.3%;
	}
	.solution-intro.right:after {
	  display: none;
	}
	.solution-intro.right .controller {
	  left: auto;
	  right: 17%;
	  bottom: 10%;
	  border: 1px solid rgba(224, 224, 224, 0.6);
	  border-left: none;
	}
	.solution-intro.transparent .content-wrap:after {
	  background-color: transparent;
	}
	.solution-intro.short .content-wrap {
	  height: 40vw;
	  min-height: 300px;
	}
	.solution-intro.short .content {
	  height: 40vw;
	  min-height: 300px !important;
	}
	.solution-intro.full .content-wrap {
	  height: 70vh;
	}
	.solution-intro.full .content {
	  height: 100%;
	}
	.section-slide.full .controller {
	  height: 75%;
	}
	.solution-intro.vh-100 .content {
	  min-height: 100vh !important;
	}
	.solution-intro.static .content-wrap {
	  height: auto;
	  padding-top: 30vh;
	}
	.solution-intro.static .content {
	  position: relative;
	  min-height: 500px;
	  margin: 0;
	}
	.solution-intro.static .content:after {
	  display: none !important;
	}
	.solution-intro.no-border .content:after {
	  display: none !important;
	}
	.line-animation .overlay-line i:before {
		right: 100%;
		bottom: 0;
		left: 0;
	}
	.line-animation .overlay-line i:after {
		right: 0;
		bottom: 0;
		left: 100%;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.solution-intro img {
		display: block;
		height: auto;
	}
}
  .loader {
	height: 40px;
	position: relative;
	width: 40px;
  }
  .loader span {
	display: block;
  }
  .loader .circle {
	transform: rotate(-90deg);
	transform-origin: center;
	stroke-dasharray: 75.39;
	stroke-dashoffset: 75.39;
	transition: all 0.3s ease;
	stroke: #ddd;
	stroke-width: 2px;
  }
  .loader.active span {
	transition: transform 0s;
  }
  .loader.active .circle {
	animation: circle 9.5s;
	stroke: #00349d;
  }
  @keyframes circle {
	0% {
	  stroke-dashoffset: 75.39;
	}
	to {
	  stroke-dashoffset: 0;
	}
  }
  @keyframes loader {
	99% {
	  background: linear-gradient(90deg, #ddd 50%, #000 50%);
	}
	to {
	  background: #000;
	}
  }
.solution-intro .framework{
	width: 1200px;
	height: 506px;
	margin: 30px auto;
}
.footer{
	width: 100%;
	padding:60px 0;
	background-color: #f0f4f7;
	position: relative;
}
.footer .service{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6eaed;
}
.footer .service .item{
	flex:1;
	display: flex;
	align-items: center;
}
.footer .service .ico{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.footer .service .ico-1{
	background-image: url("assets/img/fico-1.png");
	background-size: cover;
}
.footer .service .ico-2{
	background-image: url("assets/img/fico-2.png");
	background-size: cover;
}
.footer .service .ico-3{
	background-image: url("assets/img/fico-3.png");
	background-size: cover;
}
.footer .service .ico-4{
	background-image: url("assets/img/fico-4.png");
	background-size: cover;
}
.footer .service .cont{
	display: flex;
	flex-direction: column;
}
.footer .service .txt{
	font-size: 15px;
	font-weight: 500;
}
.footer .service .desc{
	font-size: 14px;
}
.footer .footer-info{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #999;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 30px;
}
.footer .footer-info .sp-tel{
    display: none;
}
.footer .footer-info .site-info a {
    color: #999;
    display: inline-block;
    margin-right: 15px;
}
.footer .footer-info .site-info img {
    margin-right: 5px;
}
.fixed-bar{
	position: fixed;
    bottom: 235px;
    height: 168px;
    display: flex;
    flex-flow: wrap;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fixed-bar .aside-bar{
    width: 42px;
    height: 100%;
    position: relative;
}
.fixed-bar .aside-bar .bar-item{
	width: 100%;
	height: 42px;
	line-height: 42px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.fixed-bar .aside-bar .bar-item:hover .bar-item-desc{
    display: block;
}
.fixed-bar .aside-bar .bar-item:hover i{
	color:#fff;
}
.fixed-bar .aside-bar .bar-item:hover .icon-wechat{
    color: #ff3b3b;
}
.fixed-bar .aside-bar .bar-item i{
    font-size: 22px;
    color: #5f6575;
    position: relative;
    z-index: 2;
}
.fixed-bar .aside-bar .bar-item-desc{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #fff;
    padding: 15px 45px 14px 8px;
    font-size: 13px;
    border-radius: 25px 0 0 25px;
    display: none;
    line-height: 1;
    width: 146px;
	background: #ff3b3b;
}
.fixed-bar .aside-bar .bar-item-desc.bar-qrcode-box{
    width: 400px;
}
.fixed-bar .aside-bar .bar-qrcode-box{
    bottom: -65px;
    top: inherit;
    background: 0 0;
    padding-right: 0;
    right: 45px;
	transition: .3s;
}
.fixed-bar .aside-bar .bar-item-desc ul{
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: flex-end;
}
.fixed-bar .aside-bar .bar-item-desc li{
	width: 120px;
    margin-right: 10px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
	border-radius: 4px;
}
.fixed-bar .aside-bar .bar-item-desc p{
    font-size: 12px;
    text-align: center;
	color:#282828;
    margin:5px 0;
}
.floating-btn {
	position: fixed;
    z-index: 777;
    width: 100%;
    bottom: -65px;
    left: 0;
    padding: 0 0 0 240px;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.floating-btn.js__fixed {
    bottom: 0;
}
.floating-btn ul{
	display: flex;
	align-items: center;
}
.floating-btn ul li {
    width:calc(100% / 3);
}
.floating-btn ul li:nth-child(1) a{
	background: #00aa72;
}
.floating-btn ul li:nth-child(2) a{
	background: #155bd4;
}
.floating-btn ul li:nth-child(3) a{
	background: #ff6a56;
}
.floating-btn ul li a.btn{
	width: 100%;
	height: 55px;
	line-height: 55px;
    padding:0 10px;
    display:block;
	color:#fff;
    position:relative;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.floating-btn ul li:nth-child(1) a.btn:before,
.floating-btn ul li:nth-child(2) a.btn:before,
.floating-btn ul li:nth-child(3) a.btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.floating-btn ul li:nth-child(1) a.btn:before{
	background: #00be2e;
}
.floating-btn ul li:nth-child(2) a.btn:before{
	background: #1e90ff;
}
.floating-btn ul li:nth-child(3) a.btn:before{
	background: #ff7f50;
}
.floating-btn ul li a.btn:hover:before{
    -webkit-transform:scaleY(1);
    transform:scaleY(1)
}
.floating-btn .floating-btn-in {
    text-align: center;
    width: 100%;
    display: block;
}
.floating-btn .floating-btn-in i {
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.floating-btn .icon-free::before{
	content:"\e780";
}
.floating-btn .icon-login::before{
	content:"\e70a";
}
.floating-btn .icon-scan::before{
	content:"\e637";
}
.floating-btn .floating-btn-in .txt{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.floating-btn .scan{
	position: relative;
}
.floating-btn .demo-list{
	position: absolute;
    transform-origin: top;
    bottom: 55px;
    overflow: hidden;
	visibility: hidden; 
    height: 0;
    background-color: #fff;
	border-radius: 20px 20px 0 0;
	width: 100%;
	display: flex;
    justify-content: space-around;
    align-items: center;
	text-align: center;
    transition: height 0.3s ease, visibility 0.3s ease;
	z-index: 10;
	box-shadow: 0px 10px 30px 0 rgb(0 0 0 / 10%);
}
.floating-btn .demo-list p{
	font-size: 14px;
}
.floating-btn .scan:hover .demo-list{
	height: 160px; 
	visibility: visible;
}
.floating-btn .scan .inner{
	overflow: hidden;
	transition: height 0.3s ease;
}
.floating-btn .scan:hover .demo-list .item{
	text-align: center;
}
.floating-btn .scan:hover .demo-list .item img{
	width: 100px;
	height: 100px;
}
.floating-btn .scan:hover .demo-list .item p{
	font-size: 14px;
	margin-top: 10px;
}
.header-doc{
    position: fixed;
    top:0;
    left:0;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	background: hsla(0, 0%, 100%, .7);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid #ebeced;
	z-index: 9999;
}
.header-doc .logo{
	width: 120px;
	height: 50px;
	display: block;
	background-image: url("assets/img/doc-logo.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.header-doc .menu-topmenu-container{
	margin-left: 120px;
}
.header-doc .nav-list-main{
	display: flex;
	align-items: center;
}
.header-doc .nav-list-main li{
	position: relative;
}
.header-doc .nav-list-main li a{
	padding: 0 30px;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list{
    top: 90px;
    bottom: 0;
    padding-bottom: 30px;
	margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.wedocs-shortcode-wrap{
	padding: 60px 0;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a{
	width: 100%;
	display: block;
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	transition: .2s;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a:hover{
	background-color: #f5f5f5;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a::after{
	position: absolute;
	content:"";
	top:50%;
	left:10px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:hover{
	color:#00349d;
	background-color: #f9f9f9;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a{
	font-size: 14px;
	display: block;
	padding: 10px;
}
.tablepress strong{
	font-size: 15px !important;
}
.tablepress .column-1{
	min-width: 100px;
}
.tablepress .column-2,
.tablepress .column-3{
	min-width: 140px;
}
.tablepress tr td{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tablepress>:not(caption)>*>*{
	vertical-align: middle !important;
}
.sp_menu_list.mobile-only {
    display: none;
}
@media screen and (min-width: 1700px){
	.inner-m {
    	width: 65vw;
    	margin-left: auto;
    	margin-right: auto;
    	padding-right: 0;
	}
}
@media screen and (max-height: 800px) and (min-width: 961px){
	#header .header-wrap {
    	padding: 25px 25px 12px;
	}
	#header .header-wrap .logo a {
		width: 120px;
	}
	#header .header-wrap .global-menu {
		margin-top: 40px;
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#header .header-wrap .global-menu .nav-list-main li a {
		line-height: 2.2;
		font-size: 13px;
	}
}
@media only screen and (max-width:768px){
	#header{
		width: 100%;
		height: 68px;
		display: flex;
		align-items: center;
		backdrop-filter:none;
		box-shadow: none;
		border:none;
		backdrop-filter: blur(4px);
		transition:1s;
		transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
	}
	header.viewed {
		opacity: 1;
		transform: translateX(0);
	}
	#header .header-wrap{
		height: auto;
		padding: 0 15px;
		flex-direction:row;
    	justify-content:baseline;
	}
	#header .header-wrap .header-aside{
		flex:none;
	}
	#header .header-wrap .header-aside .logo{
		position: relative;
		z-index: 9999;
	}
	#header .header-wrap .logo img{
		width: 68px;
		height: 68px;
	}
	#header .sp_menu {
		display: block;
		visibility: hidden;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
	}
	#header .header-wrap .nav-cont,
	#header .header-wrap .entry,
	.fixed-bar,
	.floating-btn{
		display: none !important;
	}
	#header .sp_menu .sp_menu_bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: all 0.4s;
		background-color: #fff;
		transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
		opacity: 0;
		transform: translateY(-100%);
	}
	#header .sp_menu .sp_menu_wrap {
		position: absolute;
		top: 68px;
		margin: auto;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 7vw 5vw 0;
		z-index: 1999;
		border-top: 1px solid #efefef;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list {
		width: calc((100% - 15%) / 2);
		margin-right: 7.5%;
		margin-bottom: 1rem;
		transform: translateY(5vw);
		opacity: 0;
		visibility: hidden;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list:nth-child(2n){
		margin-right: 0;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list:first-child {
		margin-top: 0;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list.is_show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: .5s;
		display: block;
		border:1px solid #ededed;
		border-radius: 4px;
		text-align: center;
		padding: 10px 0 15px;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list a {
		padding: 0;
		display: block;
		transition: all 0.2s;
	}
	#header .sp_menu .sp_menu_wrap .sp_menu_list .tit{
		font-size: .85rem;
		font-weight: bold;
	}
	#header .sp_menu .sp_menu_wrap .iconfont{
		font-size: 36px;
	}
	#header .sp_menu .sp_menu_wrap .goods:before{
		content:"\e6b4";
	}
	#header .sp_menu .sp_menu_wrap .solutio:before{
		content:"\e659";
	}
	#header .sp_menu .sp_menu_wrap .price:before{
		content:"\e672";
	}
	#header .sp_menu .sp_menu_wrap .apply:before{
		content:"\e65c";
	}
	#header .sp_menu .sp_menu_wrap .help:before{
		content:"\e663";
	}
	#header .sp_menu .sp_menu_wrap .news:before{
		content:"\e61a";
	}
	#header .sp_menu .sp_menu_wrap .customer:before{
		content:"\e616";
	}
	#header .sp_menu .sp_menu_wrap .tel:before{
		content:"\e614";
	}
	#header .sp_menu.is_show {
		visibility: visible;
	}
	#header .sp_menu .sp_menu_bg.is_show {
		opacity: 1;
		transform: none;
	}
	#header .hamburger_btn {
		display: block;
		position: absolute;
		right: 5vw;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 20px;
		z-index: 9999;
		cursor: pointer;
	}
	#header .hamburger_btn .menu_trigger {
		pointer-events: auto;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#header .hamburger_btn .menu_trigger span {
		position: absolute;
		right: 0;
		margin: auto;
		height: 2px;
		transition: all 0.4s;
		background-color: #535B68;
	}
	#header .hamburger_btn .menu_trigger span:nth-of-type(1) {
		width: 100%;
		top: 0;
		right: 0;
	}
	#header .hamburger_btn .menu_trigger span:nth-of-type(2) {
		width: 100%;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#header .hamburger_btn .menu_trigger span:nth-of-type(3) {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	#header .hamburger_btn .active span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#header .hamburger_btn .active span:nth-of-type(2) {
		display: none;
	}
	#header .hamburger_btn .active span:nth-of-type(3) {
		width: 100%;
		transform: translateY(-9px) rotate(45deg);
	}
	.home-slider{
		margin: 25px 15px 0 15px;
		height: 230px;
	}
	.public-inner,
	.inner-m{
		width: auto;
		margin: 0 15px;
		padding: 0;
	}
	.apply-scene, 
	.module-scene,
	.loop-scene, 
	.service-scene,
	.client-scene, 
	.news-scene,
	.footer{
		padding: 30px 0;
	}
	.apply-scene .apply-content, 
	.module-scene .module-content, 
	.loop-scene .loop-content, 
	.service-scene .service-content, 
	.client-scene .client-content, 
	.news-scene .news-content{
		margin: 15px 0 0;
	}
	.apply-scene .apply-inner .title, 
	.module-scene .module-inner .title, 
	.loop-scene .loop-inner .title, 
	.service-scene .service-inner .title, 
	.client-scene .client-inner .title, 
	.news-scene .news-inner .title, 
	.solution-block .title{
		font-size: 1.1rem;
	}
	.apply-scene .apply-inner .small,
	.module-scene .module-inner .small,
	.loop-scene .loop-inner .small,
	.service-scene .service-inner .small,
	.client-scene .client-inner .small{
		display: none;
	}
	.apply-scene .apply-content .item{
		width: calc((100% - 20px ) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
		flex: none;
	}
	.apply-scene .apply-content .item::before{
		border-radius:0;
	}
	.apply-scene .apply-content .item:hover::before{
		width:calc(100% - 10px);
		height:calc(100% - 10px);
		border-radius:20px;
	}
	.apply-scene .apply-content .item:nth-child(3),
	.apply-scene .apply-content .item:nth-child(4),
	.footer .service .item:nth-child(3),
	.footer .service .item:nth-child(4),
	.footer .footer-info{
		margin-bottom: 0;
	}
	.apply-scene .apply-content .item:nth-child(2n){
		margin-right: 0;
	}
	.apply-scene .apply-content .item .inner{
		padding: 0;
	}
	.apply-scene .iconfont{
		font-size: 48px;
	}
	.apply-scene .item-content h2,
	.module-scene .module-content .item .tit{
		font-size: .85rem;
	}
	.apply-scene .item-content p,
	.module-scene .module-content .item p{
		font-size: .8rem;
	}
	.module-scene .module-content .item{
		width: 100%;
		margin: 0 0 15px;
		padding-bottom: 15px;
	}
	.module-scene .module-content .item:nth-child(11){
		margin-bottom: 15px;
		border-bottom: 1px solid #e6eaed;
	}
	.module-scene .module-content .item:nth-child(12){
		padding-bottom: 0;
	}
	.module-scene .module-content .item .ico{
		width: 48px;
		height: 48px;
	}
	.module-scene .module-content .item p{
		margin-top: 5px;
	}
	.loop-content .loop-box{
		width: 100%;
	}
	.loop-content .loop-box h3{
		display: none;
	}
	.loop-content .loop-box p{
		font-size: 13px;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.loop-content .loop-process{
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-left: 0;
	}
	.loop-content .step_tab #step_tab_1{
        height:18px;
        line-height:18px;
        font-size:.75rem;
    }
    .loop-content .step_tab #step_tab_2{
        right:0;
        font-size:12px;
        line-height:18px;
    }
    .loop-content .step_tab #step_tab_3{
        font-size:12px;
        height:18px;
        line-height:18px;
		margin-left: -15px;
		bottom: 0;
    }
    .loop-content .step_tab #step_tab_4{
        left:0;
        font-size:12px;
        line-height:18px;
    }
    .loop-content .step_tab #step_tab_5{
        height:18px;
        line-height:18px;
        font-size:12px;
    }
    .loop-content .step_content ul li{
        width: 260px;
        height: 80px;
        top:40px;
        margin:0 -130px 0;
        z-index:-1;
    }
    .loop-content .step_content ul li.current{
        top:45px;
        background:transparent;
    }
    .loop-content .step_tab .iconfont,
    .loop-content .step_content .iconfont{
        display:none;
    }
	.loop-content .step_content ul li h3{
		font-size: .85rem;
	}
    .loop-content .step_content p{
        font-size:12px;
        line-height:1.5;
    }
	.service-content .item .inner{
		padding: 0;
	}
	.service-content .item{
		width: 100%;
		flex: none;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.service-content .item:last-child{
		margin-bottom: 0;
	}
	.service-content .item .inner .num{
		top: -12px;
		right: 0;
		font-size: 42px;
	}
	.service-content .item .inner .tit{
		padding-bottom: 0;
		font-size: .85rem;
	}
	.service-content .item .inner .cont,
	.news-content .news-archive .date, 
	.list-news .news-archive .date{
		font-size: 13px;
	}
	.news-scene .news-inner h2,
	.news-scene .news_list{
		width: 100%;
	}
	.news-scene .c-category__box{
		width: 100%;
		margin:15px 0 0 0;
	}
	.news-scene .c-category__box li .cat_btn{
		font-size: 13px;
		padding: 5px 8px;
	}
	.news-content .news-block, .list-news .news-block{
		padding: 0;
	}
	.news-content .item, .list-news .list-article{
		padding: 10px 0 0;
	}
	.news-content .news-cont, .list-news .news-cont{
		padding: 0;
	}
	.news-content .news-archive, .list-news .news-archive{
		width: auto;
		flex: 0 0 80px;
		padding: 0;
	}
	.news-content .news-archive .flag{
		display: none;
	}
	.news-content .news-cont .news-article,
	.list-news .news-cont .news-article{
		width: 230px;
		font-size: .85rem;
		padding: 0 0 0 10px;
		overflow: hidden;
		display: inline-block;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-content .news-cont .istop{
		position: relative;
		top:-8px;
	}
	.footer{
		padding: 30px 0 15px;
	}
	.footer .service{
		margin-bottom: 15px;
		padding-bottom:15px;
	}
	.footer .service .item{
		flex:0 0 50%;
		margin-bottom: 15px;
	}
	.footer .service .ico{
		width: 28px;
		height: 28px;
	}
	.footer .service .txt{
		font-size: .85rem;
	}
	.footer .service .desc{
		font-size: .75rem;
	}
	.footer .footer-info{
		font-size: .75rem;
		text-align: center;
	}
	.footer .footer-info .sp-tel{
	    width: 100%;
	    text-align: center;
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .footer-info .sp-tel a{
        color:#f60;
        font-family: "dincyr";
        font-weight: 600;
        letter-spacing: 1px;
    }
	.footer .footer-info .copyright{
		width: 100%;
		text-align: center;
	}
	.footer .footer-info .site-info img{
		width: 18px;
		height: 18px;
	}
	.footer .site-info{
		width: 100%;
	}
	.section-banner{
		margin: 25px 15px 0 15px;
		height: 180px;
		padding: 0 30px;
	}
	.section-banner .section-text{
		width: auto;
	}
	.section-banner .section-text p{
		display: none;
	}
	.section-banner .section-text h2{
		font-size: 1.1rem;
		margin-bottom: 80px;
	}
	.section-banner .section-image{
		width: 80%;
	}
	.goods-block, 
	.applet-block, 
	.solution-block{
		padding: 20px 0 0;
	}
	.goods-block:last-child{
		padding: 30px 0;
	}
	.goods-block .feature-text{
		padding: 0;
	}
	.goods-block .feature-text .title{
		font-size: 1rem;
		margin-bottom: 15px;
	}
	.goods-block .feature-text p{
		font-size: .85rem;
		line-height: 1.6;
	}
	.solution-block .solution-intro .item{
		width: 100%;
		margin-top: 15px;
	}
	.solution-block .solution-intro .inner{
		padding: 10px;
	}
	.solution-block .solution-intro .inner .ico{
		width: 29px;
		height: 29px;
		margin-right: 10px;
	}
	.solution-block .solution-intro .inner .tit{
		font-size: .85rem;
		margin-bottom: 5px;
	}
	.solution-block .solution-intro .inner p{
		font-size: .75rem;
	}
	.solution-intro .framework{
		height: auto;
	}
	.solution-block .solution-step{
		margin: 30px 0;
	}
	.solution-block .solution-step .item{
		width: 100%;
		min-height: auto;
		padding: 15px;
		margin-bottom: 20px;
	}
	.solution-block .solution-step .item:last-child{
		margin-bottom: 0;
	}
	.solution-block .solution-step .item:after{
		display: none;
	}
	.solution-block .solution-step .item .number{
		transform: none;
	}
	.solution-block .solution-step .item .ico{
		padding: 0;
	}
	.solution-block .solution-step .item .iconfont{
		font-size: 32px;
	}
	.solution-block .solution-step .item .tit{
		font-size: .85rem;
	}
	.solution-block .solution-step .item .text{
		margin-top: 10px;
		padding-top: 10px;
	}
	.solution-block .solution-step .item .txt{
		font-size: .8rem;
	}
	.solution-block .solution-step .item.step2{
		margin: 0 0 20px 0;
	}
	.price-block.model{
		padding: 30px 0;
	}
	.price-block .title{
		font-size: .8rem;
	}
	.price-block .table{
		margin-bottom: 0;
		font-size: .75rem;
	}
	.price-block .colspan{
		padding: 0 10px;
	}
	.price-block .colspan>div{
		font-size: .85rem;
	}
	.price-block .table .tit{
		line-height: normal;
	}
	.price-block .read-more{
		padding-top: 75px;
		height: 180px;
	}
	.price-block .read-more .more{
		font-size: .8rem;
		height: 38px;
    	line-height: 36px;
	}
	.applet-block .list .item{
		width: 50%;
		padding: 15px;
	}
	.applet-block .list .tit{
		font-size: .75rem;
	}
	.applet-block .list .item .qcode{
		width: 90px;
		height: 90px;
		margin: 10px auto 0;
	}
	.slide-wrap{
		margin-top: 15px;
	}
	.slide-wrap h3{
		font-size: .9rem;
		margin-bottom: 10px;
	}
	.slide-wrap p{
		font-size: .8rem;
		margin-bottom: 10px;
	}
	.swiper-container{
		padding-bottom: 60px !important;
	}
	.solution-intro .controller{
		position: absolute;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
   		width: 100%;
    	height: 40px;
		bottom: 0;
    	z-index: 10;
    	left: 0;
	}
	.swiper-button-prev,
	.swiper-button-next{
		display:none !important;
	}
	.solution-intro .swiper-pagination{
    	height: 32px;
    	display: flex;
    	align-items: center;
    	transform-origin: left 0;
	}
	.swiper-count{
		flex:1;
		font-size: .75rem;
	}
	.swiper-pagination-clickable .swiper-pagination-bullet{
		margin-right: 8px;
	}
	.wedocs-shortcode-wrap{
		padding: 30px 0;
	}
	.show-detail{
		border: 0;
		padding: 0;
	}
	.show-detail h1{
		font-size: 1rem;
	}
	.show-detail .content{
		padding: 0;
	}
	.show-detail .content p{
		font-size: .85rem;
	}
	.show-article .list-news .block .inner{
		margin: 15px 0;
	}
	.show-article .list-news .block .tit{
		font-size: 1rem;
	}
	.show-article .list-news .block .iconfont{
		font-size: 1.1rem;
	}
	.show-article .list-news .block .tit .more{
		margin:10px 0;
		font-size: .75rem;
		padding-right: 15px;
	}
	.show-article .list-news .block .tit .more::after{
		width: 12px;
		height: 12px;
	}
	.show-article .list-news .block .tit .more::before{
		width: 8px;
		height: 8px;
		background-size: 6px 6px;
	}
	.show-article .list-news .block .inner .item{
		width: 100%;
		min-height: 90px;
		margin: 0 0 15px 0;
		padding: 10px;
	}
	.show-article .list-news .block .inner .item:last-child{
		margin-bottom: 0;
	}
	.show-article .list-news .block .inner .item .title{
		font-size: .85rem;
	}
	.show-article .list-news .block .inner .item .foot .date{
		font-size: .75rem;
	}
	.show-article .list-news .block .inner .item .foot .btn{
		font-size: .75rem;
	}
	.crumb{
		display: none;
	}
	.sp_menu_list.mobile-only {
        display: block;
    }
}