<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family:'HanSansSC';
	src: url(../fonts/SourceHanSansSC-Light.otf);
	}
	html {}
	
	body {
		position: relative;
		background-image: -webkit-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -moz-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -o-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -ms-linear-gradient(top, #4229d9, #35b1ff);
		background-image: linear-gradient(top, #4229d9, #35b1ff);
		background: #4229d9;
		font-family:'HanSansSC'
	}
	
	.bg {
		/*background:url('../images/pc.png.html') no-repeat;*/
		background: url('../images/home/sp.png') no-repeat;
		-webkit-background-size: 40em auto;
		-moz-background-size: 40em auto;
		-ms-background-size: 40em auto;
		-o-background-size: 40em auto;
		background-size: 40em auto;
	}
	
	@-webkit-keyframes zoomin {
		0% {
			-webkit-transform: scale(5);
			opacity: 0
		}
		100% {
			-webkit-transform: scale(1);
			opacity: 1
		}
	}
	
	@-moz-keyframes zoomin {
		0% {
			-moz-transform: scale(5);
			opacity: 0
		}
		100% {
			-moz-transform: scale(1);
			opacity: 1
		}
	}
	
	@-ms-keyframes zoomin {
		0% {
			-ms-transform: scale(5);
			opacity: 0
		}
		100% {
			-ms-transform: scale(1);
			opacity: 1
		}
	}
	
	@keyframes zoomin {
		0% {
			transform: scale(5);
			opacity: 0
		}
		100% {
			transform: scale(1);
			opacity: 1
		}
	}
	
	@-webkit-keyframes zoomout {
		0% {
			-webkit-transform: scale(0);
			opacity: 0
		}
		100% {
			-webkit-transform: scale(1);
			opacity: 1
		}
	}
	
	@-moz-keyframes zoomout {
		0% {
			-moz-transform: scale(0);
			opacity: 0
		}
		100% {
			-moz-transform: scale(1);
			opacity: 1
		}
	}
	
	@-ms-keyframes zoomout {
		0% {
			-ms-transform: scale(0);
			opacity: 0
		}
		100% {
			-ms-transform: scale(1);
			opacity: 1
		}
	}
	
	@keyframes zoomout {
		0% {
			transform: scale(0);
			opacity: 0
		}
		100% {
			transform: scale(1);
			opacity: 1
		}
	}
	
	@-webkit-keyframes fadein_up {
		0% {
			-webkit-transform: translateY(200px);
			opacity: 0
		}
		100% {
			-webkit-transform: translateY(0%);
			opacity: 1
		}
	}
	
	@-moz-keyframes fadein_up {
		0% {
			-moz-transform: translateY(200px);
			opacity: 0
		}
		100% {
			-moz-transform: translateY(0%);
			opacity: 1
		}
	}
	
	@-ms-keyframes fadein_up {
		0% {
			-ms-transform: translateY(200px);
			opacity: 0
		}
		100% {
			-ms-transform: translateY(0%);
			opacity: 1
		}
	}
	
	@keyframes fadein_up {
		0% {
			transform: translateY(200px);
			opacity: 0
		}
		100% {
			transform: translateY(0%);
			opacity: 1
		}
	}
	
	@-webkit-keyframes fadein_left {
		0% {
			-webkit-transform: translateX(100%);
			opacity: 0
		}
		100% {
			-webkit-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@-moz-keyframes fadein_left {
		0% {
			-moz-transform: translateX(100%);
			opacity: 0
		}
		100% {
			-moz-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@-ms-keyframes fadein_left {
		0% {
			-ms-transform: translateX(100%);
			opacity: 0
		}
		100% {
			-ms-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@keyframes fadein_left {
		0% {
			transform: translateX(100%);
			opacity: 0
		}
		100% {
			transform: translateX(0%);
			opacity: 1
		}
	}
	
	@-webkit-keyframes fadein_right {
		0% {
			-webkit-transform: translateX(-100%);
			opacity: 0
		}
		100% {
			-webkit-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@-moz-keyframes fadein_right {
		0% {
			-moz-transform: translateX(-100%);
			opacity: 0
		}
		100% {
			-moz-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@-ms-keyframes fadein_right {
		0% {
			-ms-transform: translateX(-100%);
			opacity: 0
		}
		100% {
			-ms-transform: translateX(0%);
			opacity: 1
		}
	}
	
	@keyframes fadein_right {
		0% {
			transform: translateX(-100%);
			opacity: 0
		}
		100% {
			transform: translateX(0%);
			opacity: 1
		}
	}
	
	
	/***************pic scroll*****************/
	
	.i-banner {
		height: 39.375em;
		padding-top: 5.625em;
	}
	
	.device {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 8888;
	}
	
	.device .arrow-left,
	.device .arrow-right {
		position: absolute;
		top: 50%;
		width: 3em;
		height: 4.9375em;
		margin-top: -2.46875em;
		z-index: 10;
	}
	
	.device .arrow-left {
		background-position: -12em 0;
		left: 1.25em;
	}
	
	.device .arrow-left:hover {
		background-position: -16em 0;
	}
	
	.device .arrow-left:active {
		background-position: -20em 0;
	}
	
	.device .arrow-right {
		background-position: -26em 0;
		right: 1.25em;
	}
	
	.device .arrow-right:hover {
		background-position: -30em 0;
	}
	
	.device .arrow-right:active {
		background-position: -34em 0;
	}
	
	.swiper-container {
		max-width: 1160px;
		height: 100%;
		margin: 0 auto;
	}
	
	.swiper-wrapper {
		height: 100%;
	}
	
	.pagination {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: 1.875em;
		width: 100%;
		z-index: 1;
	}
	
	.sns {
		position: absolute;
		left: 50%;
		margin-left: 428px;
		bottom: 2.1875em;
		width: 8.4375em;
		z-index: 1;
	}
	
	.sns a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 2em;
		height: 2em;
		margin-right: 0.625em;
	}
	
	.sns .facebook {
		background-position: 0 0;
	}
	
	.sns .facebook:hover {
		background-position: -4em 0;
	}
	
	.sns .facebook:active {
		background-position: -8em 0;
	}
	
	.sns .twitter {
		background-position: 0 -4em;
	}
	
	.sns .twitter:hover {
		background-position: -4em -4em;
	}
	
	.sns .twitter:active {
		background-position: -8em -4em;
	}
	
	.sns .google {
		background-position: 0 -8em;
	}
	
	.sns .google:hover {
		background-position: -4em -8em;
	}
	
	.sns .google:active {
		background-position: -8em -8em;
	}
	
	.swiper-pagination-switch {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		background-position: -12em -6em;
		width: 0.875em;
		height: 0.875em;
		margin: 0 5px;
		cursor: pointer;
	}
	
	.swiper-active-switch {
		background-position: -14em -6em;
		width: 0.88em;
		height: 0.875em;
	}
	
	.content-slide {
		visibility: hidden;
	}
	
	.swiper-slide-active .content-slide {
		visibility: visible;
	}
	
	
	/*==sk1==*/
	
	.index-block1 {
		padding-top: 8.4em;
	}
	
	.index-block1 .micon {
		width: 8em;
		height: 6em;
		background-position: 0 -12em;
		-moz-animation-delay: .3s;
		-moz-animation-delay: .3s;
		-ms-animation-delay: .3s;
		animation-delay: .3s;
	}
	
	.index-block1 .t1 {
		width: 32em;
		height: 6em;
		background-position: 0 -18em;
		margin-top: 1em;
		margin-bottom: 2em;
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		-ms-animation-delay: .6s;
		animation-delay: .6s;
	}
	
	.index-block1 .t2 {
		width: 28em;
		height: 4em;
		background-position: 0 -24em;
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		-ms-animation-delay: .9s;
		animation-delay: .9s;
	}
	
	.index-block1 .micon,
	.index-block1 .t1,
	.index-block1 .t2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.swiper-slide-active .index-block1 .micon,
	.swiper-slide-active .index-block1 .t1,
	.swiper-slide-active .index-block1 .t2 {
		-webkit-animation-name: fadein_left;
		-webkit-animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: backwards;
		-moz-animation-name: fadein_left;
		-moz-animation-duration: .5s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: backwards;
		-ms-animation-name: fadein_left;
		-ms-animation-duration: .5s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: backwards;
		animation-name: fadein_left;
		animation-duration: .5s;
		animation-timing-function: ease;
		animation-fill-mode: backwards;
	}
	
	.swiper-slide-active .index-block1 .micon {
		-webkit-animation-name: zoomin;
		-moz-animation-name: zoomin;
		-ms-animation-name: zoomin;
		animation-name: zoomin;
	}
	
	
	/*==sk1_end==*/
	
	
	/*==sk2==*/
	
	.index-block2 {
		padding-top: 5em;
		height: 100%;
		position: relative;
	}
	
	.index-block2 .micon {
		width: 28em;
		height: 28em;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -18em 0 0 2em;
		background-position: 0 -28em;
		-webkit-animation-delay: .3s;
		-moz-animation-delay: .3s;
		-ms-animation-delay: .3s;
		animation-delay: .3s;
	}
	
	.index-block2 .t1 {
		width: 30em;
		height: 4em;
		background-position: 0 -64em;
		position: absolute;
		top: 50%;
		right: 50%;
		margin-top: -12em;
		margin-left: 0em;
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		-ms-animation-delay: .6s;
		animation-delay: .6s;
	}
	
	.index-block2 .t2 {
		width: 30em;
		height: 4em;
		position: absolute;
		top: 50%;
		right: 50%;
		margin-top: -7em;
		background-position: 0 -68em;
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		-ms-animation-delay: .9s;
		animation-delay: .9s;
	}
	
	.index-block2 .ggplay {
		width: 14em;
		height: 4.2em;
		position: absolute;
		top: 50%;
		right: 50%;
		margin-top: 2em;
		background-position: 0 -58em;
		-webkit-animation-delay: 1.2s;
		-moz-animation-delay: 1.2s;
		-ms-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}
	
	.ablock {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.swiper-slide-active .index-block2 .micon,
	.swiper-slide-active .index-block2 .t1,
	.swiper-slide-active .index-block2 .t2,
	.swiper-slide-active .index-block2 .ggplay {
		-webkit-animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: backwards;
		-moz-animation-duration: .5s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: backwards;
		-ms-animation-duration: .5s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: backwards;
		animation-duration: .5s;
		animation-timing-function: ease;
		animation-fill-mode: backwards;
	}
	
	.swiper-slide-active .index-block2 .micon {
		-webkit-animation-name: zoomin;
		-moz-animation-name: zoomin;
		-ms-animation-name: zoomin;
		animation-name: zoomin;
	}
	
	.swiper-slide-active .index-block2 .t1,
	.swiper-slide-active .index-block2 .t2 {
		-webkit-animation-name: fadein_right;
		-moz-animation-name: fadein_right;
		-ms-animation-name: fadein_right;
		animation-name: fadein_right;
	}
	
	.swiper-slide-active .index-block2 .ggplay {
		-webkit-animation-name: fadein_up;
		-moz-animation-name: fadein_up;
		-ms-animation-name: fadein_up;
		animation-name: fadein_up;
	}
	
	
	/*==sk2_end==*/
	
	
	/*==sk3==*/
	
	.index-block3 {
		padding-top: 10em;
	}
	
	.index-block3 .micon {
		width: 40em;
		height: 18em;
		background-position: 0 -74em;
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		-ms-animation-delay: .9s;
		animation-delay: .9s;
	}
	
	.index-block3 .t1 {
		width: 18em;
		height: 4em;
		background-position: 0 -92em;
		/*	margin-top:1em;
		margin-bottom:2em;*/
		-webkit-animation-delay: .3s;
		-moz-animation-delay: .3s;
		-ms-animation-delay: .3s;
		animation-delay: .3s;
	}
	
	.index-block3 .t2 {
		width: 20em;
		height: 4em;
		background-position: 0 -96em;
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		-ms-animation-delay: .6s;
		animation-delay: .6s;
	}
	
	.index-block3 .micon {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.index-block3 .t1,
	.index-block3 .t2 {
		position: relative;
		left: 50%;
		margin-left: -19em;
	}
	
	.index-block4 {
		padding-top: 6em;
	}
	
	.swiper-slide-active .index-block3 .micon,
	.swiper-slide-active .index-block3 .t1,
	.swiper-slide-active .index-block3 .t2 {
		-webkit-animation-name: fadein_left;
		-webkit-animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: backwards;
		-moz-animation-name: fadein_left;
		-moz-animation-duration: .5s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: backwards;
		-ms-animation-name: fadein_left;
		-ms-animation-duration: .5s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: backwards;
		animation-name: fadein_left;
		animation-duration: .5s;
		animation-timing-function: ease;
		animation-fill-mode: backwards;
	}
	
	.swiper-slide-active .index-block3 .micon {
		-webkit-animation-name: zoomout;
		-moz-animation-name: zoomout;
		-ms-animation-name: zoomout;
		animation-name: zoomout;
	}
	
	
	/*==sk3_end==*/
	
	
	/***************content*****************/
	
	.i-news-wrap {
		position: relative;
		width: 100%;
		height: 11.625em;
		z-index: 8888;
	}
	
	.i-news-wrap .i-news {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 11.625em;
		margin-top: -5.8125em;
	}
	
	.i-news-wrap .i-mid {
		position: absolute;
		top: 0;
		left: 50%;
		padding: 1.5em 4.25em;
		width: 18.125em;
		height: 8.125em;
		margin-left: -13.3125em;
		background: rgba(255, 255, 255, 0.1);
		z-index: 9999;
	}
	
	.i-news-wrap .i-mid img {
		height: 64px;
	}
	
	.i-news-wrap .i-left,
	.i-news-wrap .i-right {
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		z-index: 8888;
	}
	
	.i-news-wrap .i-left {
		left: 0;
	}
	
	.i-news-wrap .i-right {
		right: 0;
	}
	
	.i-news-wrap .i-left .i-con,
	.i-news-wrap .i-right .i-con {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		height: 8.125em;
		background: rgba(255, 255, 255, 0.1);
	}
	
	.i-news-wrap .i-left .i-con {
		margin-right: 13.4375em;
		padding-right: 4.125em;
	}
	
	.i-news-wrap .i-right .i-con {
		margin-left: 13.4375em;
		padding-left: 4.125em;
	}
	
	.i-news-wrap .i-left .i-con-left {
		float: right;
		max-width: 20em;
		height: 100%;
		padding-left: 1.5em;
	}
	
	.i-news-wrap .i-left .i-con-left img {
		height: 64px;
	}
	
	.i-news-wrap .i-right .i-con-right {
		max-width: 20.4375em;
		height: 100%;
		padding-right: 1.5em;
	}
	
	.i-news-wrap .i-right .i-con-right img {
		height: 64px;
	}
	
	.i-news-wrap .i-news h2 {
		margin-bottom: 0.25em;
	}
	
	.i-news-wrap .i-news .i-mid h2 {
		line-height: .75em;
	}
	
	.i-news-wrap .i-news .i-left h2 {
		line-height: 1.2em;
	}
	
	.i-news-wrap .i-news .i-right h2 {
		line-height: .95em;
	}
	
	.i-news-wrap .i-news h2 span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-size: .88em;
		color: #fff200;
		margin-left: 1em;
	}
	
	.i-news-wrap .i-news p {
		font-size: 0.9375em;
		color: #e5e5e5;
		line-height: 1.375em;
	}
	
	
	/**************background color***************/
	
	.i-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
		background-repeat: no-repeat;
		-webkit-background-size: 100% 600px;
		background-size: 100% 600px;
	}
	
	.i-bg1 {
		background-image: -webkit-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -moz-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -o-linear-gradient(top, #4229d9, #35b1ff);
		background-image: -ms-linear-gradient(top, #4229d9, #35b1ff);
		background-image: linear-gradient(top, #4229d9, #35b1ff);
		background-color: #35b1ff;
	}
	
	.i-bg2 {
		background-image: -webkit-linear-gradient(top, #291f87, #4c52d4);
		background-image: -moz-linear-gradient(top, #291f87, #4c52d4);
		background-image: -o-linear-gradient(top, #291f87, #4c52d4);
		background-image: -ms-linear-gradient(top, #291f87, #4c52d4);
		background-image: linear-gradient(top, #291f87, #4c52d4);
		background-color: #4c52d4;
	}
	
	.i-bg3 {
		background-image: -webkit-linear-gradient(top, #21ba76, #13b375);
		background-image: -moz-linear-gradient(top, #21ba76, #13b375);
		background-image: -o-linear-gradient(top, #21ba76, #13b375);
		background-image: -ms-linear-gradient(top, #21ba76, #13b375);
		background-image: linear-gradient(top, #21ba76, #13b375);
		background-color: #13b375;
	}
	
	.hd.nav0 {
		background-color: #2361BB;
		background-color: rgba(35, 97, 187, .8);
	}
	
	.hd.nav1 {
		background-color: #3A2FAA;
		background-color: rgba(58, 47, 170, 0.9);
	}
	
	.hd.nav2 {
		background-color: #2A9C91;
		background-color: rgba(42, 156, 145, .8);
	}
	
	.footer {
		background-color: transparent;
	}
	
	@media only screen and (min-width:1024px) and (max-width:1280px) {
		.i-news-wrap .i-mid {
			padding: 1.5em 3.25em;
			margin-left: -12.3125em;
		}
		.i-news-wrap .i-right .i-con {
			margin-left: 12.4375em;
		}
		.i-news-wrap .i-left .i-con {
			margin-right: 12.4375em;
		}
		.i-news-wrap .i-right .i-con {
			padding-left: 2.125em;
		}
		.i-news-wrap .i-left .i-con {
			padding-right: 2em;
		}
		.i-news-wrap .i-news h2 span {
			margin-left: 0.2em;
		}
	}
	
	@media only screen and (max-width:1132px) {
		.sns {
			margin-left: 0;
			left: auto;
			right: 3em;
		}
	}
	
	@media only screen and (min-width:768px) and (max-width:1023px) {
		.i-banner {
			font-size: 90%;
		}
		.pagination,
		.sns {
			font-size: 16px;
		}
		.i-news-wrap .i-mid {
			padding: 1.5em 2.25em 1.5em 2.25em;
			width: 190px;
			height: 9em;
			margin-left: -128px;
		}
		.i-news-wrap .i-news h2 span {
			font-size: .76em;
		}
		.i-news-wrap .i-right .i-con {
			margin-left: 137px;
		}
		.i-news-wrap .i-left .i-con {
			margin-right: 131px;
		}
		.i-news-wrap .i-right .i-con {
			padding-left: 2.125em;
		}
		.i-news-wrap .i-left .i-con {
			padding-right: 1.125em;
		}
		.i-news-wrap .i-news h2 span {
			margin-left: 0em;
		}
		.i-news-wrap .i-left .i-con,
		.i-news-wrap .i-right .i-con {
			height: 9em;
		}
	}
	
	
	/*æœ€å°å±å¹•åœ¨768px*/
	
	@media only screen and (min-width:768px) {
		.banner {
			width: 32em;
			display: block;
			margin: 0 auto;
		}
		.banner1 {
			width: 35em;
			display: block;
			margin: 0 auto;
		}
		.tools-content {
			position: relative;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(top, #21ba76, #13b375);
			padding-top: 5.625em;
		}
		.tools-item {}
		.tools-item img {
			/*width: 40%;
			margin-left: 10%;*/
			/*padding: 8em 0 4em 0;*/
		}
		/*.counter {
			display: inline-block;
			vertical-align: top;
			margin-top: 16em;
			margin-left: 6em;
		}
		.tools-item h1 {
			color: #fff;
			font-size: 3em;
		}
		.tools-item .title-name {
			color: #ffd200;
		}
		.tools-item .fun {
			color: #fff;
			font-size: 1.2em;
			margin-top: 1em;
		}
		.counter a {
			margin-top: 1em;
			background-image: -webkit-linear-gradient(-87deg, #4229d9, #35b1ff 100%);
			background-image: -moz-linear-gradient(-87deg, #4229d9, #35b1ff 100%);
			background-image: -o-linear-gradient(-87deg, #4229d9, #35b1ff 100%);
			background-image: -ms-linear-gradient(-87deg, #4229d9, #35b1ff 100%);
			background-image: linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			color: #fff;
			display: inline-block;
			text-align: center;
			width: 160px;
			height: 50px;
			line-height: 50px;
			font-size: 26px;
		}*/
	}
	
	
	/*
	*mobile
	*/
	
	@media only screen and (max-width:767px) {
		#raise .bg {
			background-image: url('../images/home/phone_sp.png');
			-webkit-background-size: 20em auto;
			-moz-background-size: 20em auto;
			-ms-background-size: 20em auto;
			-o-background-size: 20em auto;
			background-size: 20em auto;
		}

		#raise .bg2 {
			background-image: url('../images/pic-logo2.png');
			-webkit-background-size: 7em auto;
			-moz-background-size: 7em auto;
			-ms-background-size: 7em auto;
			-o-background-size: 7em auto;
			background-size: 7em auto;
			background-position: center center !important;
		}

		#raise .container {
			padding-top: 0;
		}
		#raise .i-banner {
			height: 25em;
			padding-top: 3em;
			/*margin-bottom: 2em;*/
		}
		#raise .device .arrow-left,
		#raise .device .arrow-right {
			display: none;
		}
		#raise .swiper-container {
			width: 100%;
		}
		/*==sk1==*/
		.index-block1 {
			padding-top: 4em;
		}
		.index-block1 .banner {
			width: 16em;
			display: block;
			margin: 0 auto;
		}
		.index-block1 .t1 {
			width: 16em;
			height: 3em;
			background-position: 0 -9em;
		}
		.index-block1 .t2 {
			width: 14em;
			height: 2em;
			background-position: 0 -12em;
		}
		/*==sk1_end==*/
		/*==sk2==*/
		.index-block2 {
			padding-top: 3em;
		}
		.index-block2 .banner {
			width: 16em;
			display: block;
			margin: 0 auto;
		}
		.index-block1 .banner1 {
			width: 15em;
			display: block;
			margin: 0 auto;
		}
		.index-block2 .t1 {
			width: 15em;
			height: 2em;
			background-position: 0 -30em;
			position: absolute;
			top: 0%;
			right: auto;
			left: 50%;
			margin-top: 1.5em;
			margin-left: -7.5em;
		}
		.index-block2 .t2 {
			width: 6em;
			height: 4em;
			position: absolute;
			top: 50%;
			right: 62%;
			background-position: -12em -33em;
		}
		.index-block2 .ggplay {
			width: 7em;
			height: 2.1em;
			position: absolute;
			top: 50%;
			right: 62%;
			margin-top: 1em;
			background-position: 0 -32em;
		}
		/*==sk2_end==*/
		/*==sk3==*/
		.index-block3 {
			padding-top: 8em;
		}
	
		.index-block4 {
			padding-top: 6em;
		}
	
		.index-block4 .banner4 {
			width: 20em;
			display: block;
			margin: 0 auto;
		}
	
		.index-block3 .banner3 {
			width: 20em;
			display: block;
			margin: 0 auto;
		}
		.index-block3 .t1 {
			width: 9em;
			height: 2em;
			background-position: 0 -46em;
		}
		.index-block3 .t2 {
			width: 10em;
			height: 2em;
			background-position: 0 -48em;
		}
		.index-block3 .t1,
		.index-block3 .t2 {
			position: relative;
			left: 50%;
			margin-left: -9.5em;
		}
		/*==sk3_end==*/
		#raise .pagination {
			bottom: 4em;
		}
		#raise .swiper-pagination-switch {
			background-position: -16em -3em;
			width: 1em;
			height: 1em;
		}
		#raise .swiper-active-switch {
			background-position: -17em -3em;
			width: 1em;
			height: 1em;
		}
		#raise .sns {
			text-align: center;
			left: 0;
			margin-left: 0;
			bottom: 0;
			width: 100%;
		}
		#raise .sns a {
			width: 2.1875em;
			height: 2.1875em;
		}
		#raise .sns .facebook {
			background-position: -8em 0;
		}
		#raise .sns .facebook:active {
			background-position: -11em 0;
		}
		#raise .sns .twitter {
			background-position: -14em 0;
		}
		#raise .sns .twitter:active {
			background-position: -17em 0;
		}
		#raise .sns .google {
			background-position: -8em -3em;
		}
		#raise .sns .google:active {
			background-position: -11em -3em;
		}
		#raise .i-news-wrap {
			height: auto;
			z-index: 8888;
		}
		#raise .i-news-wrap .i-news h2 {
			text-align: center;
			margin-bottom: .8em;
		}
		#raise .i-news-wrap .i-news h2 span {
			display: none;
		}
		#raise .i-news-wrap .i-news p {
			font-size: .96em;
			line-height: 1.36em;
			text-align: center;
		}
		#raise .i-news-wrap .i-news {
			position: static;
			width: 100%;
			height: auto;
			margin-top: 0;
		}
		#raise .i-news-wrap .i-left {
			position: static;
			width: 100%;
			height: auto;
			margin-bottom: .3em;
		}
		#raise .i-news-wrap .i-left .i-con-left {
			width: 100%;
			height: auto;
			float: none;
			padding-left: 0;
		}
		#raise .i-news-wrap .i-mid {
			position: static;
			width: auto;
			height: auto;
			margin-left: 0;
			background: rgba(255, 255, 255, 0.1);
			padding: 2em 1.5em 2.5em;
			margin-bottom: .3em;
		}
		#raise .i-news-wrap .i-right {
			position: static;
			width: 100%;
			height: auto;
		}
		#raise .i-news-wrap .i-left .i-con {
			margin-right: 0;
			padding-right: 0;
			padding: 2em 1.5em 2.5em;
			height: auto;
		}
		#raise .i-news-wrap .i-right .i-con {
			margin-left: 0;
			padding-left: 0;
			padding: 2em 1.5em 2.5em;
			height: auto;
		}
		#raise .i-news-wrap .i-right .i-con-right {
			width: 100%;
			padding-right: 0;
		}
	}
	
	/* å˜æ›´å¯¼èˆª  2022/12/12 */
	@media only screen and (min-width:768px) {
		.dropdown1 {
			background: url('../images/drop_down.png') no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left: -10px;
			top: 50px;
			width: 140px;
			padding-left: 20px;
			display: none
		}
		
		.dropdown1::-webkit-scrollbar {
			width: 3px;
		}
		
		.dropdown1::-webkit-scrollbar-thumb {
			background: #d8d8d8;
			border-radius: 10px;
		}
		
		.dropdown1::-webkit-scrollbar-track-piece {
			background: transparent;
		}
		
		.dropdown2 {
			background: url('../images/drop_down.png') no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left: -20px;
			top: 50px;
			width: 120px;
			padding-left: 20px;
			display: none
		}
		
		.drop-item {
			padding-top: 10px;
			width: 100%;
		}
		
		.nav-wrap .drop-item .tools {
			font-size: 14px;
			line-height: 30px;
		}
		
		.drop-item:last-child {
			padding-bottom: 10px;
		}
		
		.f-right {
			text-align: right;
		}
		
		.f-left {
			text-align: left;
		}
	}
	/*è®¡ç®—å™¨è¯¦æƒ…é¡µ*/
	/*1280pxä»¥ä¸Šå°ºå¯¸*/
	
	@media only screen and (min-width:1280px) {
		/*é¦–é¡µè½®æ’­å›¾*/
		.index-block2 .banner{
			width:33.125em;
			display:block;
			/* margin-left:2.875em; */
			margin-top:1.875em;
		}
		
		.describle{
			display:inline-block;
			margin-top:12.5em;
			margin-left:5em;
		}
		.describle h1{
			font-size:1.875em;
			color:#ffd200;
			text-align:right;
			margin-bottom:1em;
		}
		.describle h2{
			font-size:1.5em;
			color:#fff;
			text-align:right;
		}
		
		/*å·¥å…·é¡µé¢*/
		.tools-list li .content-center {
			max-width:1140px;
			margin:0 auto;
		}
		.tools-list .tools-item{
			
		}
		.tools-item .tools-logo{
			width:34.8125em;
			margin-top:7.5625em;
			display:inline-block;
		}
		.tools-item .counter{
			float:right;
			margin-top:14.75em;
			padding: 0 4em 0 0;
		}
		.tools-item .counter .title{
			color:#fff;
			font-size:2.9375em;
		}
		.tools-item .counter .fun{
			color:#fff;
			margin-top:1em;
			font-size:1.5em;
		}
		.tools-item .counter a{
			margin-top:1em;
			font-size:1.625em;
			background-image: -webkit-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -moz-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -o-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -ms-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			padding:0.5em 1.75em;
			color:#fff;
			display:inline-block;
		}
		/*å·¥å…·è¯¦æƒ…é¡µé¢*/
		.detial-title {
			background-color: rgba(0, 0, 0, 0.4);
			width: 100%;
			height: 3.5em;
			margin-top: 5.625em;
		}
		.title-content {
			max-width: 1140px;
			margin: 0 auto;
			line-height: 3.5em;
			height: 100%;
			color: #fff;
			position: relative;
			left: 0;
			top: 0;
		}
		.title-name {
			color: #ffd200;
		}
		.title-fun {
			font-size: 14px;
		}
		.title-content .androidBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor: pointer;
		}
		.title-content .iosBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor: pointer;
		}
		.title-content a {
			float: right;
			color: #333;
			background: url(../images/download.png) no-repeat;
			background-size: 100% 100%;
			font-size: 16px;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			padding: 0 2.4em;
			margin-top: 0.75em;
		}
		.detial-content {
			margin: 0 auto;
		}
		.detial-list {}
		.detial-item {
			overflow: hidden;
			display: table;
			/* height: 41.25em; */
			margin: 2em auto;
			width: 71.25em;
		}
		.detial-item .calculator1 {
			/* margin-top: 5.75em; */
			margin-top: 0.5em;
			width: 34.8125em;
			margin-left: 2em;
	
			display: inline-block;
			/* transform:translate(0px,160px) */
		}
		.detial-item .calculator2 {
			margin-top: 4.625em;
			width: 34.8125em;
		}
		.item-font .calculator2{
			margin-top: 4.625em;
			width: 34.8125em;
			margin-left:4em;
		}
		.detial-item-even .calculator4 {
			width: 39em;
			margin-top: 7.9375em;
			/*margin-left: 2em;*/
		}
		.detial-item .calculator {
			width: 34.8125em;
		}
		.detial-item .calculator5 {
			width: 58.625em;
			margin-top: 5.8125em;
		}
		.detial-item-even .calculator6 {
			width: 31.8125em;
			margin-top: 5.8125em;
			margin-left:5em;
		}
		.detial-item .counter {
			color: #fff;
			display: inline-block;
			margin-top: 0em;
			margin-left:0;
			vertical-align: middle;
			/* float:right; 	 */
		}
		.detial-item .counter .counter-inner {
			display: inline-block;
		}
		.detial-item .counter .compute-logo {
			width: 6em;
			margin-left:0.5em;
		}
		.detial-item .counter .title {
			text-align: left;
		}
		.detial-item-even .counter .title {
			text-align: left;
		}
		.detial-item .counter .fun,
		.detial-item-even .counter .fun {
			font-size: 1.3em;
			margin-top: 1em;
		}
		.detial-item .detial2 {
			width: 90%;
			display: block;
			margin: 0 auto;
		}
		.turn {
			width: 85%;
			margin: 0;
			position: relative;
			left: 0;
			top: 0;
			height: 41.25em;
		}
		.turn .calculator5 {
			width: 50.625em;
		}
		.turn .counter {
			position: absolute;
			right: 0;
			bottom: 21.4375em;
		}
		.detial-item-even {
			width:1140px;
			margin: 0 auto;
			overflow: hidden;
			display: table;
			height: 41.25em;
		}
		.detial-item-even .calculator {
			width: 29.6875em;
			display: inline-block;
			margin-top: 5.8125em;
			margin-left: 10.5625em;
		}
		.detial-item-even .counter {
			color: #fff;
			display: table-cell;
			vertical-align: middle;
			
		}
		.vioce .counter{
			padding-left:4em;
		}
		.history .counter{
			padding-left:4em;
		}
		.detial-item .counter{
			padding-right:4em;
		}
		.compute .counter{
			padding-right:4em;
		}
		.distinguish {
			height: 20em;
			line-height: 25em;
		}
		.compute .counter .title{
			text-align:right;	
		}
		.compute .counter .fun{
			text-align:right;
		}
		.detial-item-even .calculator6{
			float:right;
		}
		.detial-item-even .calculator{
			float:right;
		}
		.capacity{
			margin-top:5em;
		}
	}
	
	
	@media only screen and (min-width:1024px) and (max-width:1280px) {
		/*é¦–é¡µè½®æ’­å›¾*/
		.index-block2 {
			width:80%;
			margin:0 auto;
		}
		.index-block2 .banner{
			width:26.5em;
			display:block;
			margin-top:1.875em;
		}
		.index-block3 .banner3{
			width:60em;
			display:block;
			margin:1.875em auto 0 auto;
		}
	
		.index-block4 .banner4 {
			width:60em;
			display:block;
			margin:1.875em auto 0 auto;
		}
	
		.describle{
			display:inline-block;
			margin-top:10.5em;
			float:right;
			/*margin-left:3em;*/
		}
		.describle h1{
			font-size:1.575em;
			color:#ffd200;
			text-align:right;
			margin-bottom:1em;
		}
		.describle h2{
			font-size:1.3em;
			color:#fff;
			text-align:right;
		}
		/*å·¥å…·é¡µé¢*/
		.tools-list li .content-center {
			max-width:1024px;
			margin:0 auto;
		}
		.tools-list .tools-item{
			
		}
		.tools-item .tools-logo{
			width:27.875em;
			margin-top:7.5625em;
			display:inline-block;
		}
		.tools-item .counter{
			float:right;
			margin-top:12em;
			padding-right:4em;
		}
		.tools-item .counter .title{
			color:#fff;
			font-size:2.6em;
		}
		.tools-item .counter .fun{
			color:#fff;
			margin-top:0.8em;
			font-size:1.3em;
		}
		.tools-item .counter a{
			margin-top:0.8em;
			font-size:1.4em;
			background-image: -webkit-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -moz-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -o-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -ms-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			padding:0.5em 1.35em;
			color:#fff;
			display:inline-block;
		}
		
		/*å·¥å…·è¯¦æƒ…é¡µé¢*/
		.detial-title {
			background-color: rgba(0, 0, 0, 0.4);
			width: 100%;
			height: 3.5em;
			margin-top: 5.625em;
		}
		.title-content {
			max-width: 1024px;
			margin: 0 auto;
			line-height: 3.5em;
			height: 100%;
			color: #fff;
			position: relative;
			left: 0;
			top: 0;
		}
		
		.title-name {
			color: #ffd200;
		}
		.title-fun {
			font-size: 14px;
		}
		.title-content .androidBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor:pointer;
		}
		.title-content .iosBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor: pointer;
		}
		.title-content a {
			float: right;
			color: #333;
			background: url(../images/download.png) no-repeat;
			background-size: 100% 100%;
			font-size: 16px;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			padding: 0 2.4em;
			margin-top: 0.75em;
		}
		.detial-item {
			overflow: hidden;
			display: table;
			/* height: 33em; */
			width:1024px;
			margin: 0 auto;
		}
		.detial-item .calculator1 {
			/* margin-top: 3.75em; */
			width: 27.875em;
		}
		.detial-item .calculator2 {
			margin-top: 4.625em;
			width: 27.875em;
		}
		.detial-item .calculator {
			width: 27.875em;
		}
		.detial-item .calculator5 {
			width: 46.875em;
			margin-top: 5.8125em;
		}
		.detial-item-even .calculator6 {
			width: 25.4375em;
			margin-top: 5.8125em;
			margin-left:5em;
		}
		.detial-item-even .calculator{
			width: 27.875em;
		}
		.detial-item-even .calculator4 {
			width: 34em;
			margin-top: 7.9375em;
			/*margin-left: 2em;*/
		}
		.detial-item .counter {
			color: #fff;
			display: inline-block;
			/* margin-top: 12em; */
			margin: 2em 0;
			/* margin-left:0; */
			vertical-align: middle;
			/* float:right; */
			padding-right:4em;
		}
		.detial-item .counter .counter-inner {
			display: inline-block;
		}
		.detial-item .counter .compute-logo {
			width: 5.5em;
			margin-top:0.5em;
			margin-left:0.5em;
		}
		.detial-item .counter .title {
			text-align: left;
			font-size:2.3em;
		}
		.detial-item .counter .fun,.detial-item-even .counter .fun {
			margin-top: 1em;
			font-size:1.15em;
			color:#fff;
		}
		.detial-item-even .counter{
			display:inline-block;
		}
		.detial-item-even .counter .title {
			text-align: left;
		}
		.detial-item .detial2 {
			width: 90%;
			display: block;
			margin: 0 auto;
		}
		.turn {
			width: 85%;
			margin: 0;
			position: relative;
			left: 0;
			top: 0;
			height: 33em;
		}
		.turn .calculator5{
			width:43em;	
		}
		.turn .counter {
			position: absolute;
			right: 0;
			top: 0;
		}
		.distinguish {
			height: 20em;
		}
		.detial-item-even {
			overflow: hidden;
			display: table;
			height: 33em;
			margin: 0 auto;
			width: 64em;
		}
		.detial-item-even .calculator {
			width: 29.6875em;
			display: inline-block;
			margin-top: 5.8125em;
			margin-left: 8em;
		}
		.detial-item-even .counter {
			color: #fff;
			display: inline-block;
			/*margin-left: 6em;*/
			/*margin-left:6em;*/
			margin-top:14em;
			vertical-align: middle;
		}
		.item-font .calculator2{
			margin-left:4em;
		}
		.vioce .counter{
			padding-left:4em;
		}
		.history .counter{
			padding-left:4em;
		}
		.compute .counter{
			float:right;
			padding-right:4em;
		}
		.compute .counter .title{
			text-align:right;	
		}
		.compute .counter .fun{
			text-align:right;
		}
		.detial-item-even .calculator6{
			float:right;
		}
		.detial-item-even .calculator{
			float:right;
		}
		.capacity{
			margin-top:5em;
		}
	}
	@media only screen and (min-width:768px) and (max-width:1023px){
		/*é¦–é¡µè½®æ’­å›¾*/
		.index-block2 {
			width:80%;
			margin:0 auto;
		}
		.index-block1 .banner1{
			width:30em;
			display:block;
			margin:3.875em auto 0 auto;
		}
		.index-block2 .banner{
			width:23.375em;
			display:block;
			margin-top:5em;
		}
		.index-block3 .banner3{
			width:50em;
			display:block;
			margin:4em auto 0 auto;
		}
	
		.index-block4 .banner4 {
			width:50em;
			display:block;
			margin:4em auto 0 auto;
		}
		.describle{
			display:inline-block;
			margin-top:12em;
			float:right;
			/*margin-left:3em;*/
		}
		.describle h1{
			font-size:1.275em;
			color:#ffd200;
			text-align:right;
			margin-bottom:1em;
		}
		.describle h2{
			font-size:1em;
			color:#fff;
			text-align:right;
		}
		/*å·¥å…·é¡µé¢*/
		.tools-list li .content-center {
			max-width:750px;
			margin:0 auto;
		}
		.tools-list .tools-item{
			
		}
		.tools-item .tools-logo{
			width:20.375em;
			margin-top:7.5625em;
			display:inline-block;
		}
		.tools-item .counter{
			float:right;
			padding-right:2em;
			margin-top:12em;
		}
		.tools-item .counter .title{
			color:#fff;
			font-size:2em;
		}
		.tools-item .counter .fun{
			color:#fff;
			margin-top:0.6em;
			font-size:1em;
		}
		.tools-item .counter a{
			margin-top:0.6em;
			font-size:1.2em;
			background-image: -webkit-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -moz-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -o-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -ms-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			padding:0.3em 0.8em;
			color:#fff;
			display:inline-block;
		}
		
		.detial-title {
			background-color: rgba(0, 0, 0, 0.4);
			width: 100%;
			height: 3.5em;
			margin-top: 5.625em;
		}
		.title-content {
			max-width: 750px;
			margin: 0 auto;
			line-height: 3.5em;
			height: 100%;
			color: #fff;
			position: relative;
			left: 0;
			top: 0;
		}
		.title-name {
			color: #ffd200;
		}
		.title-fun {
			font-size: 14px;
		}
		.title-content .androidBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor:pointer;
		}
		.title-content .iosBtn{
			float: right;
			display:inline-block;
			margin-top:1em;
			margin-right:1em;
			width:6em;
			cursor: pointer;
		}
		.title-content a {
			float: right;
			color: #333;
			background: url(../images/download.png) no-repeat;
			background-size: 100% 100%;
			font-size: 16px;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			padding: 0 2.4em;
			margin-top: 0.75em;
		}
		.detial-item {
			overflow: hidden;
			display: table;
			/* height: 24.125em; */
			margin: 0 auto;
			width:46.875em;
		}
		.js_counter .counter{
			padding-right:2em;
		}
		.detial-item .calculator1 {
			margin-top: 3.75em;
			width: 22em;
		}
		.detial-item .calculator2 {
			margin-top: 4.625em;
			width: 20.375em;
		}
		.detial-item .calculator5 {
			width: 30.375em;
			margin-top: 5.8125em;
		}
		.detial-item-even .calculator6 {
			width: 20.625em;
			margin-top: 5.8125em;
			margin-left:2em;
		}
		.detial-item-even .calculator4 {
			width: 24.875em;
			margin-top: 7.9375em;
		}
		.detial-item .counter {
			color: #fff;
			display: inline-block;
			/* margin-top: 10em;
			margin-left:0; */
			margin: 2em 0;
			vertical-align: middle;
			/* float:right; */
		}
		.detial-item .counter .counter-inner {
			display: inline-block;
		}
		.detial-item .counter .compute-logo {
			width: 4em;
			margin-top:0.5em;
			margin-left:0.5em;
		}
		.detial-item .counter .title {
			text-align: left;
			font-size:2em;
		}
		.detial-item .counter .fun,.detial-item-even .counter .fun{
			font-size:1em;
			margin-top: .5em;
			color:#fff;
		}
		.detial-item .detial2 {
			width: 90%;
			display: block;
			margin: 0 auto;
		}
		.distinguish {
			height: 14.625em;
		}
		.turn {
			width:85%;
			margin: 0;
			position: relative;
			left: 0;
			top: 0;
			height: 24.125em;
		}
		.turn .counter {
			position: absolute;
			right: 0;
			top: 1em;
		}
		.detial-item-even {
			overflow: hidden;
			display: table;
			height: 24.125em;
			margin: 0 auto;
			width:46.875em;
			/*width: 46.875em;*/
		}
		.detial-item-even .calculator {
			width: 20.375em;
			display: inline-block;
			margin-top: 5.8125em;
			margin-left: 6em;
		}
		.detial-item-even .counter {
			color: #fff;
			display: inline-block;
			/*margin-left: 6em;*/
			margin-left:0;
			margin-top:10em;
			vertical-align: middle;
		}
		.compute .counter .title{
			text-align:right;	
		}
		.compute .counter .fun{
			text-align:right;
		}
		.detial-item-even .calculator6{
			float:right;
		}
		.detial-item-even .calculator{
			float:right;
		}
		.vioce .title{
			text-align:left;
		}
		.compute .counter{
			float:right;
		}
		.item-font .calculator2{
			width:23em;
		}
	}
	/*å±å¹•åœ¨767ä¸‹æ‰‹æœºç«¯*/
	@media only screen and (max-width:767px){
		/*é¦–é¡µè½®æ’­å›¾*/
		.index-block2 {
			width:80%;
			margin:0 auto;
		}
		.index-block2 .banner{
			width:12em;
			display:block;
			margin:0 auto;
		}
		.describle{
			display:block;
			margin-top:2em;
			/*margin-left:3em;*/
		}
		.describle h1{
			font-size:1em;
			color:#ffd200;
			text-align:center;
			margin-bottom:1em;
		}
		.describle h2{
			font-size:0.8em;
			color:#fff;
			text-align:center;
		}
		/*å·¥å…·é¡µé¢*/
		.tools-content{
			padding-top:4.2em;
		}
		.tools-list .tools-item{
			/* margin-top:2em; */
		}
		.tools-list .tools-item .tools-logo{
			width:70%;
			display:block;
			margin:0 auto;
		}
		.tools-list .tools-item .counter{
			margin-top:1em;
			text-align:center;
		}
			.tools-item .counter .title{
				color:#fff;
				font-size:1em;
				text-align:center;
			}
			.tools-item .counter .fun{
				color:#fff;
				font-size:0.6em;
				text-align:center;
				margin-top:0.5em;
			}
			.tools-item .counter a{
				margin-top:0.5em;
				display:inline-block;
				font-size:0.7em;
				color:#fff;
				background-image: -webkit-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -moz-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -o-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: -ms-linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			background-image: linear-gradient(-87deg, #ef5534 0%, #f56f29 100%);
			padding:0.2em 0.6em;
			}
		/*å·¥å…·è¯¦æƒ…é¡µé¢*/
		.detial-title{
			display:none;
		}
		.detial-content{
			margin-top: 3.625em;
		}
		.detial-item .calculator1{
			width:70%;
			display:block;
			margin:0 auto;
		}
		.detial-item{
			padding: 2em 0 0 0;
		}
		.item-font{
			padding: 2em 0 2em 0;
		}
		
		.detial-item:first-child{
			padding:2em 0;
		}
		.detial-item-even{
			padding:2em 0 2em 0;
		}
		.detial-item .counter{
			color:#fff;
			text-align:center;
			margin-top:1em;
		}
		.detial-item .bigFont{
			margin-top:2em;
		}
		.detial-item .counter .counter-inner{
			/* display:inline-block; */
		}
		
		.detial-item .counter .title{
			font-size:1em;
		}
		.detial-item .counter .fun{
			font-size:0.5em;
			text-align:center;
		}
		.title-name{
			color:#ffd200;
		}
		.compute-logo{
			width:10%;
		}
		.distinguish{
			width:80%;
			margin:0 auto;
			padding:1em 0;
		}
		.distinguish .detial2{
			width:100%;
		}
		.detial-item .calculator2{
			width:60%;
			display:block;
			margin:0 auto;
		}
		.item-font .calculator2{
			width:65%;
			display:block;
			margin:0 auto;
		}
		.detial-item-even .calculator{
			width:65%;
			display:block;
			margin:0 auto;
		}
		.calculator6,.detial-item-even .calculator4{
			width:70%;
			display:block;
			margin:0 auto;
		}
		.calculator5{
			width:90%;
			display:block;
			margin-bottom:1em;
		}
		.detial-item .counter .title{
			font-size:1em;
			text-align:center;
		}
		.detial-item .counter .fun{
			font-size:0.5em;
			text-align:center;
			margin-top:0.5em;
		}
		.detial-item-even .counter .title{ 
			font-size:1em;
			text-align:center;
		}
		.detial-item-even .counter .fun{
			font-size:0.5em;
			text-align:center;
			color:#fff;
			margin-top:0.5em;
		}
	
		/* å˜æ›´ç§»åŠ¨ç«¯å¯¼èˆª2022/12/12 */
		.dropdown1 {
			position: absolute;
			width: 100%;
			left: 0;
			top: 0;
			padding: 0 0;
			background-color: rgba(0,0,0,1);
			display: none;
			float: right;
			list-style: none;
		}
		
		.dropdown1::-webkit-scrollbar {
			width: 3px;
		}
		
		.dropdown1::-webkit-scrollbar-thumb {
			background: #d8d8d8;
			border-radius: 10px;
		}
		
		.dropdown1::-webkit-scrollbar-track-piece {
			background: transparent;
		}
		
		.dropdown2 {
			background: url('../images/drop_down.png') no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left: -20px;
			top: 50px;
			width: 120px;
			padding-left: 20px;
			display: none
		}
		
		.drop-item {
			/* padding-top: 10px; */
			width: 70%;
			padding-left: 0.8em;
			box-sizing: border-box;
		}
		
		.nav-wrap .drop-item .tools {
			font-size: 14px;
			line-height: 30px;
		}
		
		.drop-item:last-child {
			padding-bottom: 10px;
		}
		
		.f-right {
			text-align: right;
		}
		
		.f-left {
			text-align: left;
		}
	}</pre></body></html>