html{
	overflow:hidden;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	overflow:scroll;
}

* {
	box-sizing: border-box;
	margin: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

input {
	outline: none;
	background: transparent;
	border: none;
	outline: medium;
	width: 100%;
}

input:focus {
	outline: none;
	background-color: transparent;
}

::-webkit-input-placeholder {
	color: #99A3AD;
}

:-moz-placeholder {
	color: #99A3AD;
}

::-moz-placeholder {
	color: #99A3AD;
}

:-ms-input-placeholder {
	color: #99A3AD;
}

a {
	color: #001A33;
}

a:hover {
	color: #0080FF;
}

@font-face {
	font-family: 'number';
	src: url('https://6.seowhy.com/templates/www/fonts/number.eot');
	src: local('number'), local('number'),
		url('https://6.seowhy.com/templates/www/fonts/number.eot?#iefix') format('embedded-opentype'),
		url('https://6.seowhy.com/templates/www/fonts/number.woff2') format('woff2'),
		url('https://6.seowhy.com/templates/www/fonts/number.woff') format('woff'),
		url('https://6.seowhy.com/templates/www/fonts/number.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

.header__wrapper {
	padding: 32px 40px;
	z-index: 6666;
}

/* flex begin */
.header,
.header .header__nav ul,
.header .header__account {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* flex end */

.header__wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
}

.header {
	width: 100%;
	justify-content: space-between;
	position: relative;
}

.header .header__logo img {
	display: block;
	/* width: 40px; */
	height: 46px;
	transform: translateY(0);
	transition: transform .3s ease;
}

.header .header__logo a:hover img {
	transform: translateY(0) scale(1.05);
}
.header .header__logo{
	display: flex;
	gap: 8px;
	justify-content: flex-start;
   }
   .header .logo__slogan{
	background: rgba(0, 128, 255, 0.1);
	border: 1px solid rgba(0, 128, 255, 0.1);
	border-radius: 8px 8px 8px 0px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	min-width: 85px;
   }
   .header .logo__slogan b{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: rgba(0, 128, 255, 1);
   }

.header .header__nav{
	min-width: 750px;
}

.header .header__nav ul li {
	position: relative;
	margin: 0 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.header__nav ul li.has__dropdown .header__dropdown {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 0);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.header__nav ul li.has__dropdown:focus-within .header__dropdown,
.header__nav ul li.has__dropdown:hover .header__dropdown {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 20px);
}

.header .header__nav ul li .header__dropdown .header__dropdown__content {
	margin-top: 20px;
	width: max-content;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 12px 40px -8px rgba(0, 0, 0, 0.16);
	border-radius: 12px;
	padding: 12px 0;
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.header .header__nav ul li .header__dropdown ul {
	flex-direction: column;
}

.header .header__nav ul li .header__dropdown ul li a {
	display: block;
	/* display: flex; */
	background-color: #fff;
	padding: 8px 20px;
	/* min-width: 120px; */
	color: rgba(0, 26, 51, 1);
	justify-content: center;
}

.header .header__nav ul li .header__dropdown ul li a:hover {
	background-color: rgba(0, 128, 255, .05);
	color: rgba(0, 128, 255, 1);
	border-radius: 8px;
}

.header .header__nav ul li a {
	padding: 8px 8px;
	display: flex;
	align-items: center;
	font-size:16px;
}


.header .header__nav ul li .header__dropdown .header__dropdown__case {
	padding-bottom: 4px;
}

.header .header__nav ul li .header__dropdown .header__dropdown__case ul li {
	margin-bottom: 8px;
}

.header .header__nav ul li .header__dropdown .header__dropdown__case ul li a {
	position: relative;
	min-width: 240px;
	padding: 0;
}

.header .header__nav ul li .header__dropdown .header__dropdown__case ul li a img {
	display: block;
	width: 240px;
	border-radius: 8px;
}

.header .header__nav ul li .header__dropdown .header__dropdown__case ul li a span {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.header .header__nav ul li .header__dropdown .header__dropdown__case ul li a:hover span {
	color: rgba(255, 255, 255, 1);
}

.header .header__nav ul li a svg.arrow {
	stroke: none;
	margin-left: 4px;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s cubic-bezier(.165, .84, .44, 1), -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
}

.header .header__nav ul li:hover a svg.arrow {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.header .header__nav ul li:hover a {
	color: rgba(0, 128, 255, 1);
}

.header .header__nav ul li a svg.arrow path {
	fill: rgba(0, 26, 51, .2);
}

.header .header__nav ul li:hover a svg.arrow path {
	fill: rgba(0, 128, 255, 1);
}

.header .header__account .button {
	margin-left: 12px;
	font-size:16px;
}

.header .header__account .button img {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	margin-right: 8px;
	/* border: 2px solid rgba(255, 255, 255, .2); */
	border: 1px solid rgba(255, 255, 255, .8);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
}

.is-white a {
	color: rgba(255, 255, 255, .8);
}

.is-white a:hover {
	color: rgba(255, 255, 255, 1);
}

.is-white .header__nav ul li:hover a {
	color: rgba(255, 255, 255, 1);
}

.is-white .header__nav ul li a svg.arrow path {
	fill: rgba(255, 255, 255, .6);
}

.is-white .header__nav ul li:hover a svg.arrow path {
	fill: rgba(255, 255, 255, 1);
}

.is-white .button__lightblue {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.is-white .button__lightblue:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
}

.is-white .logo__slogan{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.is-white .logo__slogan b{
    color: rgba(255, 255, 255, .8);
}

.is-scrolled {
	background: rgba(255, 255, 255, .6);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

/* 公用部分 */
.mian__wrapper {
	position: relative;
}

.mian__wrapper h1{
	font-family: Glow Sans SC;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 20px;
}
.mian__wrapper h2 {
	font-family: Glow Sans SC;
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 20px;
}

.page_index .hero__section__text p {
	font-size: 18px;
	color: #33485C;
}

.hero__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 95px 0 0;

}

.hero__section__text {
	max-width: 560px;
	text-align: center;
}

.hero__section__search {
	background: #FFFFFF;
	margin-top: 80px;
	width: 680px;
	position: relative;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}

.hero__section__search input {
	font-size: 18px;
	line-height: 26px;
	padding: 24px 100px 24px 24px;
}

.hero__section__search:focus-within {
	box-shadow: 0px 0px 2px #3692FF, 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
}

.hero__section__search .button {
	position: absolute;
	right: 17px;
	top: 17px;
}
.hero__section__result {
	/* width: 680px;
	margin-top: 20px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	padding: 40px;
	border-radius: 12px; */
	margin-top: 20px;
    border-radius: 12px;
}

.hero__section__result__title {
	border-bottom: 1px solid rgba(0, 26, 51, .08);
	padding-bottom: 24px;
	font-weight: 800;
	font-size: 18px;
}

.hero__section__result__title b {
	color: #0080FF;
}

.hero__section__result ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
}

.hero__section__result ul li div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hero__section__result ul li span {
	height: 24px;
}

.hero__section__result ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 26, 51, .08);
}

/* 授权查询页面 */
.page_license {
	min-height: 100vh;
	background-image: url(https://6.seowhy.com/templates/www/images/banner_bg_license.png);
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* index */
.page_index {
	background: url(https://6.seowhy.com/templates/www/images/blur_bg_index_left.svg) center 80px, url(https://6.seowhy.com/templates/www/images/blur_bg_index_right.svg) top center;
	/* background-position: 0 0; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 120px 0 40px;
}

.page_index:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 1200px;
	background-image: url(https://6.seowhy.com/templates/www/images/texture_grid.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%, auto;
	z-index: -1;
	opacity: .3;
}

.index__features__wrapper {
	position: relative;
	width: 100%;
	color: #fff;
	background: #001A33 url(https://6.seowhy.com/templates/www/images/blur_bg_index_left.svg) center 80px;
	/* background-position: 0 0; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 120px 0 60px;
}

.index__features__wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	top: -160px;
	right: auto;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/dark_bg_left.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__features__wrapper:after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	top: -160px;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/dark_bg_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__features__inner {
	width: 100%;
	position: relative;
}

.index__features {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding: 100px 0 120px;

}

.index__features:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 1200px;
	background-image: url(https://6.seowhy.com/templates/www/images/texture_grid.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%, auto;
	/* z-index: -1; */
	opacity: .05;
}

.index__features__text {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 6;
}

.index__features__text .tag__white {
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.index__features__text h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 24px 0;
	color: rgba(255, 255, 255, 1);
}

.index__features__text p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
	font-weight: normal;
}

.index__features__items {
	position: relative;
	z-index: 6;
	margin-top: 80px;


	width: 1120px;
	/* height: 800px; */
	display: grid;
	grid-gap: 20px;
	gap: 20px;
	grid-template-areas: "features__box__lt features__box__c features__box__rt"
		"features__box__lb features__box__c features__box__rb";
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;


}

.index__features__item {
	position: relative;
	overflow: hidden;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
	background-color: rgba(0, 26, 51, 0.8);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.2);
	transition: all 0.2s ease 0s;
}

.index__features__item:hover {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
	background-color: rgba(0, 26, 51, 0.8);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

.index__features__item:before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.07));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
}

.index__features__items .features__box__lt {
	grid-area: features__box__lt;
}

.index__features__items .features__box__c {
	grid-area: features__box__c;
}

.index__features__items .features__box__rb {
	grid-area: features__box__rb;
}

.index__features__items .features__box__lb {
	grid-area: features__box__lb;
}

.index__features__items .features__box__rt {
	grid-area: features__box__rt;
}

.features__box__c .features__box__bottom {
	position: absolute;
	top: 160px;
	bottom: auto;
	text-align: center;
}

.features__box__c .features__box__bottom img {
	width: 140px;
	height: 140px;
	margin: 0 auto 60px;
	user-select: none;
}

.features__box__c .features__box__bottom .button {
	margin-top: 60px;
	width: 100%;
}

.features__box__bottom {
	padding: 32px;
}

.features__box__bottom h6 {
	font-size: 20px;
	/* color: rgba(255, 255, 255, 1); */
	margin-bottom: 8px;

	background: linear-gradient(180deg, #fff, #aaa);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.features__box__bottom p {
	font-size: 16px;
	color: rgba(255, 255, 255, .4);
}

.index__features__item img {
	width: 360px;
	height: auto;
	user-select: none;
}


.features__box__tag {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: auto;
	left: auto;

	/* opacity: 0;
	overflow: hidden;
	transform: translate(0, -20px);
    transition: 350ms ease-in-out;
    transition-property: visibility, opacity, transform; */

	font-size: 14px;
	background-color: rgba(32, 104, 255, .2);
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 4px 12px;
	border-radius: 8px;


}


/* .index__features__item:hover .features__box__tag{
	display: block;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
} */

/* 功能宫格 */
.functions__boxes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;

	height: 1420px;
}

.functions__box__a {
	grid-area: 1 / 1 / 2 / 3;
}

.functions__box__b {
	grid-area: 1 / 3 / 2 / 7;
}

.functions__box__c {
	grid-area: 2 / 5 / 3 / 7;
}

.functions__box__d {
	grid-area: 2 / 1 / 3 / 5;
}

.functions__box__e {
	grid-area: 3 / 1 / 4 / 4;
}

.functions__box__f {
	grid-area: 3 / 4 / 4 / 7;
}

.index__functions__wrapper {
	padding: 100px 0;
}

.index__functions__inner {
	width: 1120px;
	margin: 0 auto;
}

.index__functions__header {
	padding: 60px 0;
}

.index__functions__header h3 {
	font-size: 32px;
	line-height: 46px;
	margin: 24px auto;
	color: rgba(0, 26, 51, 1);
	max-width: 700px;
	text-align: center;
}

.index__functions__header h3 span {
	color: rgba(0, 26, 51, .4);
}

.index__functions__content {}

.functions__boxes {}

.functions__boxes .functions__box {
	position: relative;
	z-index: 0;
	border-radius: 32px;
	padding: 50px 40px 0;
	color: rgba(255, 255, 255, 1);
}

.functions__boxes .functions__box p {
	color: rgba(255, 255, 255, 1);
}

.functions__boxes .functions__box p:nth-of-type(1) {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
	font-weight: 800;
}

.functions__boxes .functions__box p:nth-of-type(2) {
	opacity: .5;
	font-size: 18px;
}

.functions__boxes .functions__box__e p:first-of-type,
.functions__boxes .functions__box__f p:first-of-type {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.functions__boxes .functions__box__b p {
	color: rgba(0, 26, 51, 1)
}

.functions__boxes .functions__box__c p {
	color: rgba(0, 26, 51, 1)
}

.functions__boxes .functions__box p span {
	opacity: .4;
}

.functions__boxes .functions__box:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 460px;
	border-radius: 32px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%, auto;
}

.functions__boxes .functions__box:after {
	content: "";
	display: block;
	border-radius: 32px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	transition: 350ms ease-in-out;
	transition-property: box-shadow, opacity;
}

.functions__boxes .functions__box .functions__box__inner {
	z-index: 6;
}

.functions__boxes .functions__box:hover:after {
	opacity: 1;
}

.functions__boxes .functions__box__a {
	background: linear-gradient(150.64deg, #0083EF 0%, #4200DE 68.23%);
}

.functions__boxes .functions__box__a:after {
	box-shadow: 0 0 0 6px rgba(0, 131, 239, 0.15);
}

.functions__boxes .functions__box__b {
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 32px -8px rgba(0, 0, 0, 0.16);
}

.functions__boxes .functions__box__b:after {
	box-shadow: 0 0 0 6px rgba(0, 26, 51, 0.04);
}

.functions__boxes .functions__box__c {
	background: linear-gradient(146.91deg, #FFFFFF 0%, #EAEAF3 100%);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 32px -8px rgba(0, 0, 0, 0.16);
}

.functions__boxes .functions__box__c:after {
	box-shadow: 0 0 0 6px rgba(0, 26, 51, 0.04);
}

.functions__boxes .functions__box__d {
	background: linear-gradient(103.32deg, #EF4813 0%, #F2994A 100%);
}

.functions__boxes .functions__box__d:after {
	box-shadow: 0 0 0 6px rgba(239, 72, 19, 0.15);
}

.functions__boxes .functions__box__d sup {
	font-size: 14px;
	padding: 0 4px;
}

.functions__boxes .functions__box__e {
	background: linear-gradient(122.62deg, #0083EF 0%, #7F4EF0 100%);
}

.functions__boxes .functions__box__e:after {
	box-shadow: 0 0 0 6px rgba(0, 131, 239, 0.2);
}

.functions__boxes .functions__box__f {
	background: linear-gradient(122.62deg, #0083EF 0%, #7F4EF0 100%);
}

.functions__boxes .functions__box__f:after {
	box-shadow: 0 0 0 6px rgba(0, 131, 239, 0.2);
}

.functions__boxes .functions__box__a:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__a.png);
}

.functions__boxes .functions__box__a img {
	width: 58px;
	height: 58px;
	margin-bottom: 32px;
}

.functions__boxes .functions__box__a p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
	font-weight: 800;
}

.functions__boxes .functions__box__a p:not(:first-of-type) {
	opacity: .4;
	margin-bottom: 4px;
}

.functions__boxes .functions__box__b:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__b.png);
}

.functions__boxes .functions__box__c:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__c.png);
}

.functions__boxes .functions__box__d:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__d.png);
}

.functions__boxes .functions__box__e:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__e.png);
}

.functions__boxes .functions__box__f:before {
	background-image: url(https://6.seowhy.com/templates/www/images/functions__box__f.png);
}

.line__boxes {
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 660px;
	z-index: 6;
}

.line__box {
	position: relative;
	padding: 32px;
	border-radius: 32px 32px 0 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 0%;
	/* background: radial-gradient(ellipse at center,rgba(0,225,244,0.15),rgba(255,255,255,0)); */
	overflow: hidden;
	min-height: 120px;
}

.line__box:before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
}

.line__box:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/light_line_for_box.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
	height: 1px;
}

.line__box h5 {
	font-size: 18px;
	margin-bottom: 4px;
}

.line__box span {
	font-size: 12px;
	font-weight: normal;
	color: #33485C;
}

.line__box p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 8px;
	color: #fff;
	opacity: .6;
}

/* apps_index */
.index__apps__wrapper {
	position: relative;
	width: 100%;

	/* position: relative;
	width: 100%;
	background: #fff url(https://6.seowhy.com/templates/www/images/index_apps_bg.png) center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 80px 0 520px; */
}

.index__apps__wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/dark_bg_left__v.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__apps__wrapper:after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/dark_bg_right__v.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__apps__inner {
	padding: 160px 0 0;
}

.index__apps {
	width: 1120px;
	margin: 0 auto;
}

.index__apps .index__apps__text {
	width: 1120px;
	margin: 0 auto;
	position: relative;
	z-index: 6;

	display: flex;
	justify-content: space-between;
}

.index__apps .index__apps__text .index__apps__text__title h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 24px;
}

.index__apps .index__apps__text .index__apps__text__des {
	width: 620px;
}

.index__apps .index__apps__text .index__apps__text__des p {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.index__apps__inner .index__apps__img img {
	width: 100%;
	user-select: none;
	height: 440px;
	object-fit: cover;
}

/* .page_index:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 800px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://6.seowhy.com/templates/www/images/blur_bg_index.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: -1;
} */
.page_index h1 {
	margin-bottom: 8px;
}

.page_index h2 {
	color: #0080FF;
	margin-bottom: 32px;
}

.hero__section__button {
	margin: 40px auto;
	display: flex;
	gap: 20px;
	width: fit-content;
}

.hero__section__wechat {
	position: relative;
}

.sw__wechat {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 40px);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.sw__wechat__inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 12px 40px -8px rgb(0 0 0 / 16%);
	border-radius: 12px;

	padding: 20px;

	display: flex;
	gap: 12px;
}

.sw__wechat__inner img {
	width: 128px;
	height: 128px;
	padding: 8px;
	border: 1px solid rgba(0, 26, 51, 0.08);
	border-radius: 12px;
	margin-bottom: 8px;
}

.page_index .hero__section__text .sw__wechat__inner p {
	font-size: 14px;
	color: #667685;
}

.square__button {
	height: 48px;
	line-height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	background-color: rgba(255, 255, 255, 0.8);
}

.hero__section__wechat:focus-within .sw__wechat,
.hero__section__wechat:hover .sw__wechat {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 64px);
}

.index__chrome {
	width: 1200px;
	margin: 0 auto;
}

.index__chrome img {
	width: 1200px;
	height: auto;
	user-select: none;
}

.index__chrome__footer {
	width: 1040px;
	margin: -24px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #33485C;
}


.user__data {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0 120px;
}

.user__data .item {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
}

.user__data .item .item__data {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}

.user__data .item .item__data div:first-child {
	font-family: number;
	font-size: 76px;
	line-height: 76px;
	background: linear-gradient(180deg, #4200DE 0%, #2068FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.user__data .item .item__data div:last-child {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	padding: 4px 8px;
}

.user__data .item .item__data div:last-child span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	border: 1px solid rgba(0, 128, 255, 0.2);
	color: rgba(0, 108, 214, 1);
	padding: 6px;
	border-radius: 40px;
}

.user__data .item .item__info p {
	font-size: 16px;
	margin-top: 8px;
	color: #667685;
}

.user__data .item .item__info p:first-child {
	font-size: 18px;
	font-weight: 800;
	color: #001A33;
}



.index__ideas__wrapper {
	background-color: #F5F8FF;
	position: relative;
	border-radius: 0 0 120px 120px;
}

.index__ideas__wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/white_bg_left__v.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__ideas__wrapper:after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	background-image: url(https://6.seowhy.com/templates/www/images/white_bg_right__v.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
}

.index__ideas__inner {
	width: 1120px;
	margin: 0 auto;
	padding: 120px 0;
}

.index__ideas {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-around;
	padding: 0 120px;
}

.index__ideas__left {
	width: 380px;
}

.index__ideas__left img {
	width: 380px;
}

.index__ideas__right {
	width: 560px;
}

.index__ideas__right h3 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
}

.index__ideas__right p {
	font-size: 18px;
	line-height: 28px;
	color: #33485C;
	margin-bottom: 24px;
}

.index__ideas__right .button {
	margin-top: 40px;
}




.index__his__wrapper {
	margin: 80px auto;
}

.index__his__inner {
	width: 1120px;
	margin: 0 auto;
}

.index__his__items {

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index__his__items:nth-child(1) .index__his__item {
	position: relative;
	width: 100%;
	height: 140px;
	border-radius: 140px;
	background: linear-gradient(90deg, rgba(0, 26, 51, 0.1) 0%, rgba(0, 26, 51, 0) 100%);
	padding: 1px;
	margin-left: -20px;
}

.index__his__items:nth-child(2) .index__his__item {
	position: relative;
	width: 100%;
	height: 140px;
	border-radius: 140px;
	background: linear-gradient(90deg, rgba(0, 26, 51, 0) 0%, rgba(0, 26, 51, 0.1) 100%);
	padding: 1px;
	margin-left: 20px;
}

.index__his__item__inner {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.index__his__body {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 40px);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.index__his__item:hover .index__his__body {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 64px);
	z-index: 66;
}

.index__his__content {
	padding: 24px 20px;
	background: #FFFFFF;
	color: #33485C;
	font-size: 14px;
	text-align: center;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 12px 40px -8px rgb(0 0 0 / 16%);
	border-radius: 12px;
	width: 200px;
}

/* .index__his__item:after{
	content: "01";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	height: 40px;
	font-family: number;
	color: rgba(0, 26, 51, .1);
} */

.index__his__tit {
	font-size: 18px;
	font-weight: 800;
	color: rgba(0, 26, 51, 1);
}

.index__his__time {
	font-size: 14px;
	color: rgba(0, 26, 51, .4);
}

/* history */
/* .index__history__wrapper{}
.index__history__inner{
	width: 1120px;
	margin: 120px auto;
}
.index__history{}
.history__items{
	position: relative;
	height: 3rem;
	display: flex;
	justify-content: space-between;
}
.history__line{
	height: 4px;
	width: 100%;
	position: relative;
	z-index: 8;
	background-color: #0080FF;
	border-radius: 4px;
}
.history__item{
	position: relative;
	top: 0;
	flex: 1 0 2rem;
	width: 2rem;
}
.history__item >.history__item__inner{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
.history__item .history__item__title{
	display: inline-block;
	width: 15em;
	transform: rotate(-30deg);
    transform-origin: left bottom;
}
.history__item .history__item__title>span{
	border-bottom: 1px solid #ddd;
	padding: 0 12px;
}
.history__item .history__item__des{
	padding: 0;
    opacity: 0;
    display: inline-block;
    position: absolute;
	top: 60px;
    left: 0;
    transform: translateY(20%);
    max-width: 100%;
	font-size: 14px;
}
.history__item .history__item__des b{
	display: block;
}
.history__item .history__item__des div{
	width: 260px;
}
.history__item .history__item__des div span{
	display: block;
}
.history__item:hover .history__item__title>span{
	opacity: 1;
}
.history__item:hover .history__item__des{
	opacity: 1;
}
.history__year{
	position: relative;
	margin-left: -2em;
	margin-right: 2em;
	background-color: #fff;
	display: flex;
	width: 2px;
	flex: 0 0 0;
	align-items: flex-end;
} */
/* tpl */

.page__tpl {
	position: relative;
	background: url(https://6.seowhy.com/templates/www/images/blur_bg_tpl_left.svg) left 320px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 0 0 40px;
}

/* .page__tpl:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	z-index: 2;
	width: 800px;
	height: 800px;
	background-image: url(https://6.seowhy.com/templates/www/images/tpl_banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%, auto;
} */

.page__tpl__inner {
	width: 1120px;
	margin: 0 auto 20px;
	position: unset;
	z-index: 6;
}

.page__tpl .hero__section__text {
	margin: 0 auto;
    text-align: center;
    max-width: 620px;
}

.page__tpl .hero__section__text h1 {
	margin-bottom: 40px;
}
.page__tpl .hero__section__text p{
	color: #33485C;
}
.page__tpl__search {
	margin-top: 60px;
	max-width: 540px;

}

.tpl__search {
	width: 320px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.tpl__search__input {
	background: #FFFFFF;
	position: relative;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 12%), 0px 12px 40px -8px rgb(0 0 0 / 8%);
	border-radius: 8px;
	width: 100%;
	height: 38px;
}

.tpl__search__input:focus-within {
	box-shadow: 0px 0px 2px #3692ff, 0px 12px 40px -8px rgb(0 0 0 / 8%);
}

.tpl__search__input input {
	font-size: 14px;
	line-height: 22px;
	padding: 8px 16px;
}

/* .tpl__search__input:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 360px;
	height: 8px;
	background-image: url(https://6.seowhy.com/templates/www/images/tpl_search_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%, auto;
} */

.tpl__search__button .button {
	width: 40px;
	height: 38px;
	font-size: 14px;
	padding: 0px 12px;
}

.page__tpl__tags {
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 8px;
}

.page__tpl__tag {
	display: flex;
	align-items: center;
	gap: 6px;
	background: rgba(0, 26, 51, 0.04);
	color: rgba(0, 26, 51, 0.8);
	border-radius: 4px;
	padding: 6px 12px;
}

.page__tpl__tag:hover {
	background: rgba(0, 26, 51, 0.1);
	color: rgba(0, 26, 51, 1);
}

.page__tpl__tag b {
	width: 12px;
	height: 12px;
	border-radius: 12px;
}

b.blue {
	background: conic-gradient(from 180deg at 50% 50%, #010BFF 0deg, #0180FF 360deg);
}

b.red {
	background: conic-gradient(from 180deg at 50% 50%, #D10000 0deg, #FF947C 360deg);
}

/* tpl */
.tpl__category__wrapper {
	position: relative;
	margin: 40px auto;
}

.tpl__category__header {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.tpl__category__inner {
	width: 1120px;
	margin: 0 auto;
}

.tpl__category__inner h5 {
	font-size: 24px;
}

.tpl__categories {
	/* display: flex;
	flex-direction: row;
	gap: 20px; */
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 40px 0;
}

.tpl__categories .tpl__category {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 26, 51, 0.2);
	border-radius: 12px;
	padding: 0;
	position: relative;
}

.tpl__categories .tpl__category .left {
	max-width: 100%;
	font-size: 18px;
	display: flex;
	min-width: 50%;
	padding-top: 45px;
	padding-bottom: 45px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.tpl__categories .tpl__category .left:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tpl__categories .tpl__category .left b {
	font-family: number;
	font-size: 16px;
	color: rgba(0, 26, 51, .2);
}

.tpl__categories .tpl__category .right {
	width: 40%;
	height: 160px;
	transition: 450ms ease-in-out;
	transition-property: width;
}

.tpl__category .right .right__inner {
	display: flex;
	min-height: 100%;
}

.tpl__category .right .right__inner .right__item {
	padding-right: 0;
	padding-left: 0;
	flex: 1;
	box-shadow: -2px 0 28px 0 rgb(0 26 51 / 24%);
	user-select: none;
}

.tpl__category .right .right__inner .right__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 50%;
	user-select: none;
}

.tpl__categories .tpl__category:hover .right {
	width: 60%;
}

.tpl__recommend__wrapper {
	position: relative;
	margin: 40px auto;
}

.tpl__recommend {
	width: 1120px;
	margin: 0 auto;
}

.tpl__recommend .tpl__recommend__header {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.tpl__recommend .tpl__recommend__header h5 {
	font-size: 24px;
}

.tpl__recommend .tpl__recommend__header .button {
	display: flex;
	gap: 8px;
}

.tpl__recommend__content {
	padding: 40px 0;
}

.tpl__recommend__content .tpl__recommend__items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-end;
}

.tpl__recommend__items .tpl__recommend__item {
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #eee;
}


.tpl__recommend__items .tpl__recommend__item a img:nth-child(1) {
	border-radius: 8px;
	transform: translate(0, 0);
	transition: 350ms ease-in-out;
	transition-property: transform;
}

.tpl__recommend__items .tpl__recommend__item a:hover img:nth-child(1) {
	border-radius: 8px;
	transform: translate(0, -100px);
}

.tpl__recommend__items .tpl__recommend__item:nth-child(1) {
	height: 320px;
	/* child-height:304+100+12=416 */
}

.tpl__recommend__items .tpl__recommend__item:nth-child(2) {
	height: 280px;
	/* child-height:264+100+12=376 */
}

.tpl__recommend__items .tpl__recommend__item:nth-child(3) {
	height: 200px;
	/* child-height:184+100+12=296 */
}

.tpl__recommend__items .tpl__recommend__item:nth-child(4) {
	height: 280px;
	/* child-height:264+100+12=376 */
}

.tpl__recommend__items .tpl__recommend__item img:nth-child(1) {
	position: relative;
	z-index: 6;
	width: calc(100% - 32px);
	margin: 16px 16px 0;
}

.tpl__recommend__items .tpl__recommend__item img:nth-child(2) {
	position: absolute;
	width: 100%;
	inset: 0;
	z-index: 5;
}

.tpl__color__wrapper {
	position: relative;
	margin: 40px auto;
}

.tpl__color__inner {
	width: 1120px;
	margin: 0 auto;
}

.tpl__color__inner h5 {
	font-size: 24px;
}

.tpl__color__content {
	padding: 40px 0;
}

.tpl__color__content .tpl__color__items {
	display: flex;
	gap: 20px;
}

.tpl__color__content .tpl__color__items a {
	display: block;
	width: 100%;
	height: 100%;
}

.tpl__color__content .tpl__color__items a.tpl__color__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	/* border: 1px solid rgba(0, 26, 51, .1); */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	padding: 12px 12px 12px;
	border-radius: 20px;
}

.tpl__color__content .tpl__color__items a.tpl__color__item:hover {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 12px 40px -8px rgba(0, 0, 0, 0.12);
}

.tpl__color__content .tpl__color__items a.tpl__color__item span {
	font-size: 14px;
	color: rgba(0, 26, 51, 0.6);
}

.tpl__color__content .tpl__color__items a.tpl__color__item:hover span {
	font-weight: 800;
	color: rgba(0, 108, 214, 1);
}

.tpl__color__content .tpl__color__items a.tpl__color__item img {
	width: 48px;
	height: 48px;
	user-select: none;
	transition: all .6s ease;
	transform: rotate(0) translate(0, 0);
}

.tpl__color__content .tpl__color__items a.tpl__color__item:hover img {
	transform: rotate(-90deg) translate(0, 0) scale(1.2);
}


.tpl__latest__wrapper {
	position: relative;
	margin: 40px auto;
}

.tpl__latest__inner {
	width: 1120px;
	margin: 0 auto;
}

.tpl__latest__inner h5 {
	font-size: 24px;
}

.tpl__latest__header {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}
.tpl__latest__header span{
	margin-top: 10px;
    font-size: 14px;
}
.tpl__latest__content {
	padding: 40px 0;
}

.tpl__items {
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 25%));
	grid-template-rows: auto;

	margin-right: -10px;
	margin-left: -10px;
}

.tpl__item {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;

}

.tpl__item .tpl__item__inner {
	display: block;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 2px rgb(0 26 51 / 20%); */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}

.tpl__item .tpl_item__header {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	padding: 8px;
}

.tpl__item .tpl_item__header .tpl_item__header__button {
	position: absolute;
	z-index: 6;
	top: 12px;
	right: 12px;
	left: auto;
	bottom: auto;

	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	opacity: 0;
	transform: translate(16px, 0);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.tpl__item:hover .tpl_item__header .tpl_item__header__button {
	opacity: 1;
	transform: translate(0, 0px);
}

.tpl__item .tpl_item__header .tpl_item__header__button img {
	width: 20px;
	height: 20px;
}

.tpl_item__header__button a {
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	background-color: rgba(255, 255, 255, 1);

}

.tpl_item__header__button a:hover {
	background-color: #F5F6F7;
}

.tpl__item .tpl_item__header img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.tpl__item .tpl_item__content {
	padding: 16px;
	border-radius: 0 0 12px 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tpl__item .tpl_item__content .tpl_item__title {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
}

.tpl__item .tpl_item__content .tpl_item__title a {
	color: rgba(0, 26, 51, 0.8);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tpl__item .tpl_item__content .tpl_item__title a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.tpl_item__tags {
	display: flex;
	gap: 4px;
}

.tpl_item__tags span {
	border-radius: 4px;
	font-size: 12px;
	padding: 2px 4px;
	border: 1px solid rgba(0, 26, 51, .08);
	color: rgba(0, 26, 51, .4);
}

.tpl_item__price {
	display: flex;
	gap: 4px;
	font-family: number;
	color: #E84816;
}

.tpl_item__price em {
	font-style: normal;
	font-size: 12px;
}

.tpl_item__price__free {
	color: #118546;
}

/* pro tpl */



/* tplaa */

.page__tplall {
	position: relative;
	background: url(https://6.seowhy.com/templates/www/images/blur_bg_tplall_top.png) top center;
	/* background-position: 0 0; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.page__tplall .tpl__latest__wrapper {
	margin: 0 auto;
}

.page__tplall__inner {
	width: 1120px;
	margin: 0 auto;
}

.page__tplall__inner .hero__section__text {
	width: 100%;
	text-align: left;
}

.tpl__filter__section {
	width: 1120px;
	margin: 40px auto 0;
	position: relative;
	z-index: 66;
}
.tpl__filter__items{
	border-top: 1px solid rgba(0, 26, 51, .08);
}
.tpl__filter__item {
	display: flex;
	align-items: center;
	color: rgba(0, 26, 51, 1);
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 26, 51, .08);
}

.filter__item__name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.has__filter__selects,
.has__searchbar {
	justify-content: space-between;
}

.tpl__filter__item .filter__item__tit {
	color: rgba(0, 26, 51, .4);
	margin-right: 16px;
}

.tpl__filter__item .filter__item {
	display: flex;
	align-items: center;
}

.tpl__filter__item .filter__item a {
	margin-right: 4px;
	padding: 4px 12px;
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;

	transition-property: border-color, background-color, color;
	transition-duration: .1s;
	transition-timing-function: ease;
}

.tpl__filter__item .filter__item a:hover {}


.tpl__filter__item .filter__item a.active {
	color: rgba(0, 128, 255, 1);
	background-color: rgba(0, 128, 255, 0.08);
	border-color: rgba(0, 128, 255, 0.1);
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	font-weight: 800;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.filter__selects__buttons {
	display: flex;
	gap: 12px;
}

.filter__selects__button {
	position: relative;
}

.filter__selects__button .selects__button {
	display: flex;
	align-items: center;
	gap: 4px;
	border: 1px solid rgba(0, 26, 51, .1);
	padding: 6px 12px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.filter__selects__button .selects__button:hover {
	border: 1px solid rgba(0, 128, 255, .15);
	background-color: rgba(0, 128, 255, .02);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.filter__selects__button .selects__button.selected:hover,
.filter__selects__button .selects__button.selected {
	border: 1px solid rgba(0, 128, 255, .2);
}

.filter__selects__button .selects__button:hover span {
	color: rgba(0, 26, 51, 1);
}

.filter__selects__button .selects__button img {
	width: 24px;
	height: 24px;
	user-select: none;
}

.filter__selects__button .selects__button img:last-child {
	width: 16px;
	height: 16px;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s cubic-bezier(.165, .84, .44, 1), -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
}

.filter__selects__button:hover .selects__button img:last-child {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.selects__dropdown {
	z-index: 66;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 0);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.selects__dropdown__inner {
	margin-top: 8px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 12px 40px -8px rgb(0 0 0 / 16%);
	border-radius: 12px;
	padding: 12px 0;
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
	width: max-content;
}

.filter__selects__button:focus-within .selects__dropdown,
.filter__selects__button:hover .selects__dropdown {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 38px);
}

.filter__selects__button:hover .selects__button {
	border: 1px solid rgba(0, 128, 255, .15);
	background-color: rgba(0, 128, 255, .02);
}

.selects__dropdown__inner ul {
	display: flex;
	flex-direction: column;
}

.selects__dropdown__inner ul li {
	position: relative;
	margin: 0 12px;
	cursor: pointer;
}

.selects__dropdown__inner ul li a {
	display: flex;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	background-color: #fff;
	padding: 8px 16px;
	min-width: 120px;
	color: rgba(0, 26, 51, 1);
}

.selects__dropdown__inner ul li a img {
	width: 24px;
	height: 24px;
	transition: all .6s ease;
    transform: rotate(0) translate(0, 0);
}
.selects__dropdown__inner ul li a:hover img{
	transform: rotate(-90deg) translate(0, 0) scale(1.2);
}
.selects__dropdown__inner ul li a img.is_active {
	opacity: 0;
	display: none;
}

.selects__dropdown__inner ul li a.active img.is_active {
	opacity: 1;
	display: block;
}

.selects__dropdown__inner ul li a span {
	/* flex-shrink: 0; */
	flex: 1;
}

.selects__dropdown__inner ul li a:hover,
.selects__dropdown__inner ul li a.active {
	background-color: rgba(0, 128, 255, .05);
	color: rgba(0, 128, 255, 1);
	border-radius: 8px;
}

.selects__dropdown__inner ul li a:hover svg path,
.selects__dropdown__inner ul li a.active svg path {
	fill: rgba(0, 128, 255, 1);
}

.selects__dropdown__inner ul li a.active {
	font-weight: 800;
}

.selects__dropdown__color {
	width: 104px;
}

.selects__dropdown__color ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 270px;
	padding: 0 12px;
}

.selects__dropdown__color ul li {
	width: 40px;
	height: 40px;
	margin: 0;
}

.selects__dropdown__color ul li a {
	min-width: auto;
	padding: 8px;
	position: relative;
}

.selects__dropdown__color ul li a.active:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 14px;
	top: 14px;
	background: url(https://6.seowhy.com/templates/www/images/color_avtive.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	z-index: 66;
}

/* tpl 页面 */
/* .page__tpl{
	display: block;
}
.page__tpl .hero__section__text{
	text-align: left;
	max-width: 540px;
	margin-left: 60px;
}
.page__tpl .page__tpl__banners{
	position: absolute;
	top: 0;
	right: 0;
	height: 700px;
	overflow: hidden;
}
.page__tpl .page__tpl__banners .tpl__items{
	display: flex;
	flex-direction: row;
	gap: 20px;
	height: 700px;
}
.page__tpl .page__tpl__banners .tpl__item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page__tpl .page__tpl__banners .tpl__item img{
	width: 250px;
	height: 100%;
}
.page__tpl .page__tpl__banners .tpl__item:nth-child(1){
    -webkit-animation: 20s rowup linear infinite normal;
    animation: 20s rowup linear infinite normal;
    position: relative;
}
.page__tpl .page__tpl__banners .tpl__item:nth-child(2){
    -webkit-animation: 20s rowdown linear infinite normal;
    animation: 20s rowdown linear infinite normal;
    position: relative;
}
.page__tpl .page__tpl__banners .tpl__item:nth-child(3){
    -webkit-animation: 25s rowup linear infinite normal;
    animation: 25s rowup linear infinite normal;
    position: relative;
}
@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -700px, 0);
        transform: translate3d(0, -700px, 0);
    }
}
@keyframes rowdown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
    }
} */

/* 体验页面 */

.page__try__inner {
	display: flex;
	justify-content: space-between;
	height: 100vh;
	background: url(https://6.seowhy.com/templates/www/images/blur_bg_index_left.svg) center 80px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.page__try__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 320px);
}

.try__boxes {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.try__boxes .try__box {
	position: relative;
}

.try__boxes .try__box .try__box__header {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 12px 20px 36px;
	border-radius: 12px;
}

.try__boxes .try__box .try__box__header img {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	user-select: none;
}

.try__boxes .try__box .try__box__body {
	margin-top: -24px;
	background-color: #fff;
	color: #33485C;
	padding: 32px;
	border-radius: 12px;
	font-size: 14px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 12%), 0px 12px 40px -8px rgb(0 0 0 / 8%);
}

.try__boxes .try__box__saas .try__box__header {
	background-color: #0080FF;
}

.try__boxes .try__box__soft .try__box__header {
	background-color: #33485C;
}

.try__boxes .try__box .try__box__body .try__url__box {
	display: flex;
	justify-content: space-between;
	background-color: #EBEDEF;
	border-radius: 12px;
	align-items: center;
	padding: 8px 8px 8px 20px;
}

.try__boxes .try__box .try__box__body .try__url__box a {
	display: block;
	padding: 4px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .6);
}

.try__boxes .try__box .try__box__body .try__url__box a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.try__boxes .try__box .try__box__body img {
	width: 24px;
	height: 24px;
}

.try__box__body .try__check__list .check__title a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.try__box__body .try__check__list .check__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
}

.try__box__body .try__check__list {
	padding-top: 16px;
	text-align: left;
}

.try__box__body .try__check__list ul.check__items li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid #EBEDEF;
}

.page__try__content .try__content__header {
	padding: 40px 0 80px;
}

.page__try__content .try__content__header h2 {
	font-size: 38px;
	line-height: 52px;
}

.page__try__content .try__content__header p {
	margin-top: 12px;
	color: #33485C;
}

.page__try__content .try__content__header,
.page__try__content .try__content__body {
	width: 620px;
	text-align: center;
}

.page__try__side {
	width: 620px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(172.63deg, #0080FF 0%, #4200DE 94.28%), #0080FF;
	color: #fff;
}

.page__try__side:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://6.seowhy.com/templates/www/images/texture_grid.svg);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .1;
	z-index: 1;
}

.page__try__side img {
	width: 140px;
	height: 140px;
	margin-bottom: 60px;
	user-select: none;
	position: static;
	z-index: 6;
	filter: drop-shadow(0px 199px 160px rgba(0, 0, 0, 0.11)) drop-shadow(0px 83.1374px 80px rgba(0, 0, 0, 0.079074)) drop-shadow(0px 44.4493px 46px rgba(0, 0, 0, 0.0655718)) drop-shadow(0px 24.9179px 24px rgba(0, 0, 0, 0.055)) drop-shadow(0px 13.2337px 16px rgba(0, 0, 0, 0.0444282)) drop-shadow(0px 5.50684px 8px rgba(0, 0, 0, 0.030926));
}

.page__try__side h3 {
	font-size: 32px;
	background: linear-gradient(45deg, #fff 10%, #fff 50%, #00ECD0 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: static;
	z-index: 6;
}

.page__try__side h4 {
	font-size: 32px;
	background: linear-gradient(45deg, #00ECD0 10%, #fff 50%, #fff 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: static;
	z-index: 6;
}

.page__try__side p {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
	opacity: .4;
	position: static;
	z-index: 6;
}

/* 服务页面 */
.page__expert {
	position: relative;
}

.page__expert .hero__section {
	position: relative;
	background: linear-gradient(180deg, #4200DE 0%, rgba(66, 0, 222, 0) 100%);
	/* background: linear-gradient(180deg, #0080FF 0%, #6922FF 57.81%); */
	min-height: 860px;
	padding: 100px 0 0;
}

.page__expert .hero__section:after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 780px;
	background-image: url(https://6.seowhy.com/templates/www/images/texture_grid_expert.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%, auto;
	opacity: .06;
	z-index: 0;
}

.page__expert .hero__section {
	position: static;
	z-index: 6;
	margin: 0 auto;
}

.page__expert .hero__section__logo {
	position: static;
	margin-top:-130px;
	z-index: 6;
}

.page__expert .hero__section__text {
	position: static;
	z-index: 66;
}

.page__expert .hero__section__logo img {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	user-select: none;
}

.page__expert .hero__section__text {
	margin-top: 85px;
	color: #fff;
}

.page__expert .hero__section__text p {
	color: #fff;
}

.page__expert .hero__section__text h1 {
	position: relative;
	width: 488px;
	height: 110px;
}

.page__expert .hero__section__text h1 {
	background-image: url(https://6.seowhy.com/templates/www/images/design_line.svg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 80px;
	margin: 0 auto 20px;
}

/* .page__expert .hero__section__text h1:after{
	content: "";
	position: absolute;
	inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://6.seowhy.com/templates/www/images/design_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%, auto;
} */
.expert__boxes__wrapper {
	position: relative;
	z-index: 66;
}

.expert__boxes {
	width: 1120px;
	margin: -180px auto 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.expert__box {
	position: relative;
	/* cursor: pointer; */
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
	padding: 100px 32px 32px;
	border-radius: 32px;
}

.expert__box__title,
.expert__box__des,
.expert__box__icon {
	z-index: 6;
	position: relative;
}

.expert__box__title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}

p.expert__box__des {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 26, 51, 0.6);
}

.expert__box__icon {
	display: table;
	padding: 8px;
	border-radius: 60px;
	margin-bottom: 24px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 26, 51, 0.1);
}

.expert__box:hover .expert__box__icon {
	background-color: rgba(154, 119, 237, .06);
	border: 1px solid rgba(154, 119, 237, .15);
}

.expert__box__shine {
	position: absolute;
	border-radius: 32px;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}

.expert__box__shine:before {
	content: "";
	width: 150%;
	padding-bottom: 150%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 55%;
	filter: blur(35px);
	opacity: 0.3;
	transform: translateX(-50%);
	background-image: conic-gradient(from 205deg at 50% 50%,
			rgba(154, 119, 237, 0) 0deg,
			#9A77ED 25deg,
			rgba(154, 119, 237, 0.18) 295deg,
			rgba(154, 119, 237, 0) 360deg)
}

.expert__box__bg {
	border-radius: 32px;
	position: absolute;
	inset: 0;
	overflow: hidden;
	-webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
	mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}

.expert__box__bg .tiles {
	opacity: 0;
	transition: opacity 0.25s;
}

.expert__box__bg .tiles .tile {
	position: absolute;
	background-color: rgba(154, 119, 237, 0.05);
	animation-duration: 8s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.expert__box__bg .tiles .tile.tile-1 {
	top: 0;
	left: 0;
	height: 10%;
	width: 22.5%;
}

.expert__box__bg .tiles .tile.tile-2 {
	top: 0;
	left: 22.5%;
	height: 10%;
	width: 27.5%;
}

.expert__box__bg .tiles .tile.tile-3 {
	top: 0;
	left: 50%;
	height: 10%;
	width: 27.5%;
}

.expert__box__bg .tiles .tile.tile-4 {
	top: 0;
	left: 77.5%;
	height: 10%;
	width: 22.5%;
}

.expert__box__bg .tiles .tile.tile-5 {
	top: 10%;
	left: 0;
	height: 22.5%;
	width: 22.5%;
}

.expert__box__bg .tiles .tile.tile-6 {
	top: 10%;
	left: 22.5%;
	height: 22.5%;
	width: 27.5%;
}

.expert__box__bg .tiles .tile.tile-7 {
	top: 10%;
	left: 50%;
	height: 22.5%;
	width: 27.5%;
}

.expert__box__bg .tiles .tile.tile-8 {
	top: 10%;
	left: 77.5%;
	height: 22.5%;
	width: 22.5%;
}

.expert__box__bg .tiles .tile.tile-9 {
	top: 32.5%;
	left: 50%;
	height: 22.5%;
	width: 27.5%;
}

.expert__box__bg .tiles .tile.tile-10 {
	top: 32.5%;
	left: 77.5%;
	height: 22.5%;
	width: 22.5%;
}

.expert__box__bg .tiles .tile.tile-2,
.expert__box__bg .tiles .tile.tile-9 {
	animation-delay: -6s;
}

.expert__box__bg .tiles .tile.tile-3,
.expert__box__bg .tiles .tile.tile-5,
.expert__box__bg .tiles .tile.tile-8 {
	animation-delay: -4s;
}

.expert__box__bg .tiles .tile.tile-4,
.expert__box__bg .tiles .tile.tile-6,
.expert__box__bg .tiles .tile.tile-10 {
	animation-delay: -2s;
}

.expert__box__bg .line {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.35s;
}

.expert__box__bg .line:before {
	left: 0;
	right: 0;
	height: 1px;
	transform-origin: 0 50%;
	transform: scaleX(0);
}

.expert__box__bg .line:after {
	top: 0;
	bottom: 0;
	width: 1px;
	transform-origin: 50% 0;
	transform: scaleY(0);
}

.expert__box__bg .line-1:before {
	top: 10%;
}

.expert__box__bg .line-2:before {
	top: 32.5%;
}

.expert__box__bg .line-3:before {
	top: 55%;
}

.expert__box__bg .line-1:after {
	left: 22.5%;
}

.expert__box__bg .line-2:after {
	left: 50%;
}

.expert__box__bg .line-3:after {
	right: 22.5%;
}

.expert__box__bg .line:before,
.expert__box__bg .line:after {
	content: "";
	position: absolute;
	background-color: #F0EBFC;
	transition: transform 0.35s;
}

.expert__box__bg .line.line-1:before,
.expert__box__bg .line.line-1:after {
	transition-delay: 0.3s;
}

.expert__box__bg .line.line-2:before,
.expert__box__bg .line.line-2:after {
	transition-delay: 0.15s;
}

.expert__box:hover .expert__box__shine {
	opacity: 1;
	transition-duration: 0.5s;
	transition-delay: 0s;
}

.expert__box:hover .expert__box__bg .tiles {
	opacity: 1;
	transition-delay: 0.25s;
}

.expert__box:hover .expert__box__bg .tiles .tile {
	-webkit-animation-name: tile;
	animation-name: tile;
}

.expert__box:hover .expert__box__bg .line {
	opacity: 1;
	transition-duration: 0.15s;
}

.expert__box:hover .expert__box__bg .line-1:before,
.expert__box:hover .expert__box__bg .line-1:after {
	transition-delay: 0s;
}

.expert__box:hover .expert__box__bg .line:before {
	transform: scaleX(1);
}

.expert__box:hover .expert__box__bg .line:after {
	transform: scaleY(1);
}

@-webkit-keyframes tile {

	0%,
	12.5%,
	100% {
		opacity: 1;
	}

	25%,
	82.5% {
		opacity: 0;
	}
}

@keyframes tile {

	0%,
	12.5%,
	100% {
		opacity: 1;
	}

	25%,
	82.5% {
		opacity: 0;
	}
}

.service__wrapper {
	padding: 120px 0;
	position: relative;
	z-index: 66;
	background: url(https://6.seowhy.com/templates/www/images/blur_bg_expert_left.svg) center 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 180px 0 60px;
}

.service__wrapper .service__inner {
	width: 1120px;
	margin: 0 auto;
}

.service .service__header {
	position: relative;
	width: 700px;
}

.service .service__header h3 {
	font-size: 32px;
	line-height: 46px;
	background-image: url(https://6.seowhy.com/templates/www/images/design_line_h3.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 48px 12px 12px 12px;
}

.service .service__header p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 26, 51, .8);
	margin: 32px auto 40px;
}

.service__button {
	position: relative;
	max-width: fit-content;
	text-align: center;
}

.service__button .service__dropdown {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 0);
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.service__button:hover .service__dropdown,
.service__button:focus-within .service__dropdown {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 28px);
}

.service__button .service__dropdown .service__dropdown__inner {
	margin-top: 28px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 12px 40px -8px rgb(0 0 0 / 16%);
	border-radius: 12px;
	padding: 12px;
	transition: 350ms ease-in-out;
	transition-property: visibility, opacity, transform;
}

.service__dropdown img {
	width: 100%;
	height: 100%;
	padding: 8px;
	border: 1px solid rgba(0, 26, 51, 0.08);
	border-radius: 12px;
	margin-bottom: 8px;
}

.service__dropdown span {
	font-size: 14px;
	color: #667685;
}

.service__content {
	padding: 40px 0;
}

.service__content .service__items {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.service__content .service__item {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 20px 0;
}

.service__content .service__item:not(:last-of-type) {
	border-right: 1px dashed rgba(0, 128, 255, .2);
}

.service__content .service__item h5 {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 0 16px 40px;
	color: rgba(0, 128, 255, 1);
	border-top: 1px dashed rgba(0, 128, 255, .2);
	border-bottom: 1px dashed rgba(0, 128, 255, .2);
}

.service__content .service__item h5 img {
	width: 24px;
	height: 24px;
	user-select: none;
}

.service__content .service__item ul {
	border-bottom: 1px dashed rgba(0, 128, 255, .2);
	height: 100%;
}

.service__content .service__item li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 0 16px 40px;
}

.service__content .service__item li.service__item__blue {
	background-color: rgba(0, 128, 255, .04);
}

.service__content .service__item li img {
	width: 24px;
	height: 24px;
	user-select: none;
}

.worry__wrapper {
	position: relative;
	z-index: 66;
	padding: 120px 0;
}

.worry__inner {
	width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.worry__inner .worry__left {
	position: relative;
	width: 520px;
}

.worry__inner .worry__left h3,
.worry__inner .worry__left h4 {
	font-size: 32px;
	line-height: 46px;

	/* background-image: linear-gradient(45deg,#f83a3a 10%,#f13dd4 50%,#7000ff 90%); */
	/* background-image: linear-gradient(45deg, #4200DE 10%, #0080FF 50%, #788DFF 90%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent; */
}

.worry__inner .worry__left h4 {
	opacity: .4;
}

.worry__inner .worry__left p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 26, 51, .8);
	margin: 32px auto 40px;
}

.worry__inner .worry__right {}

.worry__inner .worry__right ul {}

.worry__inner .worry__right ul li {
	width: 460px;
	position: relative;
	background: #FFFFFF;
	color: rgba(0, 26, 51, 0.8);
	/* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08); */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 46px -8px rgba(0, 0, 0, 0.12);
	border-radius: 24px;
	/* transform: translate(0, 0) rotate(0); */
	transition: 350ms ease-in-out;
	transition-property: transform;
}

.worry__inner .worry__right ul li:hover {
	cursor: pointer;
}

.worry__inner .worry__right ul li:nth-of-type(1) {
	transform: translate(0, 0) rotate(2deg);
	padding: 32px 40px 60px;
}

.worry__inner .worry__right ul li:nth-of-type(1):hover {
	transform: translate(0, -12px) rotate(2deg);
}

.worry__inner .worry__right ul li:nth-of-type(2) {
	transform: translate(0, 0) rotate(-3deg);
	padding: 32px 40px 60px;
	margin-top: -30px;
	margin-left: -10px;
}

.worry__inner .worry__right ul li:nth-of-type(2):hover {
	transform: translate(0, -12px) rotate(-3deg);
}

.worry__inner .worry__right ul li:nth-of-type(3) {
	transform: translate(0, 0) rotate(-6deg);
	padding: 32px 40px 32px;
	margin-top: -50px;
	margin-left: 20px;
}

.worry__inner .worry__right ul li:nth-of-type(3):hover {
	transform: translate(0, -12px) rotate(-6deg);
}

.worry__inner .worry__right ul li:nth-of-type(1):after {
	content: "";
	width: 66px;
	height: 34px;
	position: absolute;
	top: 0;
	right: -80px;
	background: url(https://6.seowhy.com/templates/www/images/worry_nth1.png);
	background-size: 66px 34px;
}

.worry__inner .worry__right ul li:nth-of-type(2):after {
	content: "";
	width: 166px;
	height: 34px;
	position: absolute;
	top: 40px;
	right: -180px;
	background: url(https://6.seowhy.com/templates/www/images/worry_nth2.png);
	background-size: 166px 34px;
}

.worry__inner .worry__right ul li:nth-of-type(3):after {
	content: "";
	width: 66px;
	height: 34px;
	position: absolute;
	top: 50px;
	left: -80px;
	background: url(https://6.seowhy.com/templates/www/images/worry_nth3.png);
	background-size: 66px 34px;
}

.advantage__wrapper {
	margin-top: 80px;
}

.advantage__inner {
	width: 1120px;
	position: relative;
	margin: 0 auto;
	background: linear-gradient(180deg, #0080FF 0%, #0016DE 100%);
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
	border-radius: 32px;
	color: rgba(255, 255, 255, 1);
	padding: 300px 100px 120px;
}

.advantage__header {}

.advantage__header h3 {
	font-size: 32px;
	line-height: 46px;

	width: 420px;
}

.advantage__content {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 80px 0 0;
}

.advantage__content .advantage__items {
	display: flex;
	justify-content: space-between;
}

.advantage__content .advantage__item {
	width: 420px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.advantage__content .advantage__item span {
	font-size: 20px;
	line-height: 28px;
}

.advantage__content .advantage__item p {
	color: rgba(255, 255, 255, .6);
}

.advantage__logo {
	position: absolute;
	top: 120px;
	left: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	padding: 24px 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.advantage__logo span {
	font-family: number;
	opacity: .4;
}

.advantage__header:before {
	position: absolute;
	top: 120px;
	left: 0;
	display: block;
	width: 1120px;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
	content: "";
}

.advantage__header:after {
	position: absolute;
	top: 410px;
	left: 0;
	display: block;
	width: 1120px;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
	content: "";
}

.advantage__inner:before {
	position: absolute;
	top: 0;
	left: 100px;
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dashed rgba(255, 255, 255, .2);
	content: "";
}

.advantage__inner:after {
	position: absolute;
	top: 0;
	right: 100px;
	display: block;
	width: 1px;
	height: 100%;
	border-right: 1px dashed rgba(255, 255, 255, .2);
	content: "";
}

.advantage__items:before {
	position: absolute;
	top: 0;
	left: 520px;
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dashed rgba(255, 255, 255, .1);
	content: "";
}
.advantage__items:after {
	position: absolute;
	top: 0;
	left: 600px;
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dashed rgba(255, 255, 255, .1);
	content: "";
}
/* .advantage__content:before{
	position: absolute;
	top: 292px;
	left: 0;
	display: block;
	width: 1120px;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
	content: "";
}
.advantage__content:after{
	position: absolute;
	top: 408px;
	left: 0;
	display: block;
	width: 1120px;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, .2);
	content: "";
} */
.advantage__code{
	position: absolute;
    top: 121px;
    right: 100px;
}
.advantage__code img{
	width: 418px;
	height: 290px;
	user-select: none;
}
.stroke__ani1,
.stroke__ani2 {
	stroke: black;
	stroke-dashoffset: 240;
	transition: stroke-dasharray 0.25s;
	animation: strokeDance 6s infinite ease-in-out;
}

.stroke__ani1 {
	stroke-dasharray: 80, 16;
	stroke: #fff;
}

.stroke__ani2 {
	stroke-dasharray: 100, 16;
	stroke: #fff;
}

@keyframes strokeDance {
	0%,
	100% {
		stroke-dashoffset: 220;
	}

	50% {
		stroke-dashoffset: 0;
	}
}

.team__wrapper{
}
.team__inner {
    width: 1120px;
    margin: -140px auto 80px;
}
.team__header{
	text-align: center;
}
.team__wrapper img{
	width: 100%;
}
.team__header h3{
	font-size: 32px;
    line-height: 46px;
}
.team__header p{
	font-size: 18px;
    line-height: 28px;
    color: rgba(0, 26, 51, .8);
    margin: 32px auto 40px;
}
.team__items{
	padding: 40px 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.team__item{
	width: 220px;
	text-align: center;
}
.team__item{
	display: flex;
	flex-direction: column;
}
.team__item img{
	width: 220px;
	height: 220px;
	border-radius: 220px;
	margin-bottom: 24px;
}
.team__item span{
	font-size: 18px;
	font-weight: bold;
}
.team__item p{
	font-size: 16px;
	color: rgba(0, 26, 51, .8);
	margin-top: 16px;
}
/* blend__mode */
.blend__mode {
	color: #fff;
	mix-blend-mode: difference;
}

/* 组件 */
.button {
	position: relative;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	transition-property: border-color, background-color, color, box-shadow;
	transition-duration: .1s;
	transition-timing-function: ease;
}

.button__lightblue {
	min-width: 80px;
	height: 40px;
	color: #0080FF;
	background-color: rgba(0, 128, 255, 0.02);
	border-color: rgba(0, 128, 255, 0.1);
	border-width: 1px;
	border-style: solid;
	padding: 0px 16px;
	border-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.button__lightblue:hover {
	color: #0080FF;
	background-color: rgba(0, 128, 255, 0.05);
	border: 1px solid rgba(0, 128, 255, 0.15);
}

.button__white {
	min-width: 80px;
	height: 40px;
	color: rgba(0, 26, 51, 1);
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 26, 51, 0.1);
	border-width: 1px;
	border-style: solid;
	padding: 0px 16px;
	border-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.button__white:hover {
	color: rgba(0, 26, 51, 1);
	background-color: rgba(0, 26, 51, 0.04);
	border: 1px solid rgba(0, 26, 51, 0.1);
}

.button__blue {
	min-width: 80px;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 128, 255, 1);
	border-color: rgba(0, 128, 255, 1);
	border-width: 1px;
	border-style: solid;
	padding: 0px 16px;
	border-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}

.button__blue:hover {
	color: #fff;
	background-color: rgba(0, 108, 214, 1);
	border-color: rgba(0, 108, 214, 1);
	border-width: 1px;
	border-style: solid;
}

.button__larger {
	height: 48px;
	padding: 24px;
	width: 180px;
	border-radius: 12px;
	font-weight: 800;
}

.tag__blue {
	height: 20px;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0px 6px;
	background: none;
	border-radius: 10px;
	color: #2bafff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .2px;
	--size: 1.5px;
	--gradient: linear-gradient(to bottom right, rgba(5, 45, 255, .6), rgba(62, 243, 255, .6));
}

.tag__blue:before {
	position: absolute;
	padding: var(--size);
	background: var(--gradient);
	border-radius: inherit;
	content: "";
	inset: 0;
	-webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
	mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}


.tag__white {
	height: 20px;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0px 6px;
	background: none;
	border-radius: 10px;
	color: #2bafff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .2px;
	--size: 1.5px;
	/* --gradient: linear-gradient(to bottom right, rgba(255, 255, 255, .8), rgba(255, 255, 255, .1)); */
	--gradient: linear-gradient(170deg, hsla(0, 0%, 100%, .2) -6.28%, hsla(0, 0%, 100%, .4) 9.84%, #fff 38.59%, hsla(0, 0%, 100%, .4) 66.93%, hsla(0, 0%, 100%, 0) 122.67%);
}

.tag__white:before {
	position: absolute;
	padding: var(--size);
	background: var(--gradient);
	border-radius: inherit;
	content: "";
	inset: 0;
	-webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
	mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.tag__middle {
	height: 40px;
	padding: 4px 16px;
	font-size: 14px;
}
.tpl__latest__content #test1{
	margin-top: 20px;
    text-align: center;
}
#test1 .layui-laypage-curr .layui-laypage-em{
	background-color: #0080ff;
}
#test1 .layui-laypage a:hover,#test1 .layui-laypage-prev:hover{
	color: #0080ff;
}
.hero__section__result .query {
    transform: scale(0.567);
    transform-origin: top center;
	overflow: hidden;
}
.page_license .hero__section__result {
	height: calc(1800px*0.567);
	overflow: hidden;
	margin: 20px auto 40px;
}
.try__box__body .try-show{
	cursor: pointer;
}
.try__box__body .try-show:hover+.sw__wechat,
.service__header .button__larger:hover+.sw__wechat,
.worry__left .button__larger:hover+.sw__wechat{
    display: block;
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 20px);
}
.try__check__list .try-show-1 .sw__wechat__inner img{
	width:128px;
	height:128px;
}
.try__check__list .try-show{
	margin-left:10px;
}
.service__header .try-show-1 p,
.worry__left .try-show-1 p{
	margin:0;
	font-size:14px;
}

.service__header .try-show-1{
	position: absolute;
	top:190px;
	left:185px;
}
.worry__left .try-show-1{
	position: absolute;
	top:225px;
	left:5px;
}
.g-ft{display:none;}

/*分站页面样式*/
/* .yox_banner {
    background: url(https://6.seowhy.com/templates/www/images/bnr5.jpg) no-repeat center 0;
    height: 647px;
    overflow: hidden;
} */
.yox_banner img{
	width:100%;
}
.nycurmbs {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.curmbs {
    background: url(https://6.seowhy.com/templates/www/images/curmbs_ico.png) no-repeat 7px 7px;
    padding: 0 0 0 32px;
    position: absolute;
    left: 0;
    top: -53px;
    line-height: 32px;
    color: #fff;
}
.curmbs a {
    display: inline-block;
    padding: 0 12px 0 6px;
    color: #fff;
}
.yox_on1 {
    background: url(https://6.seowhy.com/templates/www/images/yox1bg.jpg) no-repeat center bottom;
    height: 765px;
}
.content2 {
    font-family: "wrjz","Microsoft Yahei";
    width: 1200px;
    margin: 0 auto;
}
.yox_on1 .tx_til {
    margin-bottom: 29px;
}
.tx_til {
    text-align: center;
    line-height: 100%;
    color: #333;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -3px;
}
.tx_til em{
	font-style: normal;
}
.tx_til i {
    color: #f5821f;
    display: inline-block;
    line-height: 100%;
    font-style: normal;
}
.yox_on1 .tx_til span {
    line-height: 35px;
    margin: 0 207px;
}
.tx_til span {
    display: block;
    display: block;
    color: #7a7e7f;
    font-size: 24px;
    font-weight: normal;
    padding: 26px 0 0 0;
    line-height: 100%;
    letter-spacing: 0;
}
.yx1_a {
    overflow: hidden;
    height: 359px;
}
.yx1_a li {
    float: left;
    width: 297px;
    margin-right: 3px;
    overflow: hidden;
    height: 306px;
    position: relative;
}
/* .yx1_a li:hover em {
    background: url(https://6.seowhy.com/templates/www/images/yx1_a.png) no-repeat;
} */
.yx1_a li img {
    width: 298px;
    height: 306px;
}
.yx1_a li em {
    display: inline-block;
    position: absolute;
    background: url(https://6.seowhy.com/templates/www/images/yx1_b.png) no-repeat 255px 38px;
    color: #fff;
    font-size: 18px;
    color: #fff;
    left: 0;
    bottom: 0;
    padding-left: 23px;
    box-sizing: border-box;
    width: 100%;
    height: 77px;
    padding-top: 19px;
}
.yx1_a li em span {
    display: block;
}
.yx1_b {
    overflow: hidden;
    padding: 0 12.5%;
}
.yx1_b li {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 19px;
    color: #000;
    line-height: 100%;
}
.yx1_b li em {
    display: block;
    color: #f5821f;
    padding-bottom: 13px;
}
.yx1_b li em i {
    display: inline-block;
    line-height: 100%;
    font-size: 60px;
    font-weight: bold;
}
.yox_on2 {
    overflow: hidden;
    background: url(https://6.seowhy.com/templates/www/images/yox2bg.jpg) no-repeat center 0;
    height: 879px;
    box-sizing: border-box;
    padding-top: 113px;
    margin-bottom: 95px;
}
.yox_on2 ul li {
    float: left;
    font-size: 22px;
    color: #666;
    position: relative;
}
.yox_on2 ul li:nth-child(1) {
    margin-left: 43px;
    margin-top: 206px;
}
.yox_on2 ul li:nth-child(2) {
    margin-left: 117px;
    margin-top: 166px;
}
.yox_on2 ul li:nth-child(3) {
    margin-left: 117px;
    margin-top: 78px;
}
.yox_on2 ul li:nth-child(4) {
    margin-left: 112px;
}
.yox_on2 ul li i {
    display: block;
    height: 267px;
    background: url(https://6.seowhy.com/templates/www/images/yox_on1.png) no-repeat 0 bottom;
    position: relative;
}
.yox_on2 ul li.cur i {
    font-weight: bold;
    color: #f5821f;
    background: url(https://6.seowhy.com/templates/www/images/yox_on2.png) no-repeat 0 bottom;
}
.yox_on2 ul li em {
    display: none;
}
.yox_on2 ul li.cur em {
    display: block;
    position: absolute;
    top: 305px;
    left: 0;
    background: url(https://6.seowhy.com/templates/www/images/yox_on3.png) no-repeat;
    width: 349px;
    height: 134px;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    box-sizing: border-box;
    padding: 39px 35px 0;
    letter-spacing: 1px;
}
.yox_on2 ul li b {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    padding-bottom: 14px;
    padding-top: 9px;
}
.yox2{
	display:none;
}
.yox_on3 {
    height: 930px;
}
.yox_on3 .tx_til {
    margin-bottom: 61px;
}
.case_m ul {
    width: 1200px;
    height: 595px;
    position: relative;
    margin: 0 auto;
}
.case_m ul li {
    width: 380px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    margin-top: 35px;
    height: 500px;
    float: left;
}
.case_m ul li.roundabout-in-focus {
    background: #f5821f;
    width: 457px;
    margin: 0 -10px 0;
    position: relative;
    z-index: 5;
    height: 586px;
}
.case_m ul li img {
    width: 100%;
}
.case_m ul li em {
    display: block;
    padding-top: 40px;
    color: #333333;
    font-size: 24px;
    text-align: center;
    height: 36px;
}
.case_m ul li.roundabout-in-focus em {
    color: #fff;
    position: relative;
    font-weight: bold;
    height: 76px;
}
.case_m ul li.roundabout-in-focus em:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    left: 47%;
    top: 89px;
    background: #fff;
}
.case_m ul li i {
    display: block;
    font-size: 14px;
    color: #848484;
    line-height: 29px;
    margin: 0 10%;
    margin-top: 45px;
}
.case_m ul li.roundabout-in-focus i {
    color: #fff;
    height: 151px;
}
.case_m ul li a {
    display: none;
    text-align: center;
}
.case_m ul li.roundabout-in-focus a {
    display: block;
}
.case_m ul li.roundabout-in-focus a img {
    width: 52px;
    margin: 0 auto;
}
.yox_on5 {
    background: url(http://www.pmptuan.com/pmp/pmppeixun_files/yx6.jpg) no-repeat center 0;
    height: 947px;
}
.yox_on5 .tx_til {
    margin-bottom: 61px;
}
.yox_on5 ul li {
    float: left;
    width: 370px;
    height: 215px;
    margin-bottom: 20px;
    border-radius: 7px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 0 0 25px;
    transition: all 0.2s;
}
.yox_on5 ul li:nth-of-type(2n) {
    margin-left: 459px;
}
.yox_on5 ul li:nth-of-type(5) {
    padding-top: 0;
    margin-top: -6px;
    margin-left: 387px;
    width: 423px;
    height: 149px;
}
.yox_on5 ul li i {
    display: block;
    overflow: hidden;
    height: 66px;
    overflow: hidden;
}
.yox_on5 ul li i span {
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 23px;
    color: #f5821f;
    border-bottom: 2px solid #000;
    margin-right: 19px;
}
.yox_on5 ul li i b {
    font-weight: normal;
    float: left;
    font-size: 24px;
    color: #000000;
    width: 288px;
    line-height: 100%;
    text-shadow: 1px 6px 0 #e5e5e5;
}
.yox_on5 ul li em {
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 23px;
    padding-right: 25px;
    padding-top: 6px;
}
.yox_on6 {
    height: 653px;
}
.yox_on6 .tx_til {
    margin-bottom: 48px;
}
.yox_on6 ul {
    overflow: hidden;
}
.yox_on6 ul li {
    float: left;
    width: 33.33%;
    padding-top: 16px;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.yox_on6 ul li img{
	margin:0 auto;
}
.yox_on6 ul li:nth-child(1), .yox_on6 ul li:nth-child(2), .yox_on6 ul li:nth-child(3) {
    border-bottom: 1px solid #efefef;
}
.yox_on6 ul li:nth-child(2), .yox_on6 ul li:nth-child(5) {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.yox_on6 ul li i {
    display: block;
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
    padding-top: 6px;
}
.yox_on6 ul li:hover i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(https://6.seowhy.com/templates/www/images/yox_on6c.jpg) no-repeat;
    width: 400px;
    height: 216px;
    box-sizing: border-box;
    padding: 37px 25% 0;
    line-height: 38px;
}
.yox_on7 {
    background: url(https://6.seowhy.com/templates/www/images/yox_on7.jpg) repeat;
    padding-top: 97px;
    height: 1088px;
}
.yox_on7 .tx_til {
    margin-bottom: 48px;
}
.yox_on71 ul li {
    float: left;
    margin-bottom: 12px;
    background: url(https://6.seowhy.com/templates/www/images/yx8_nav.jpg) no-repeat right 15px;
}
.yox_on71 ul li span {
    display: inline-block;
    color: #6b6c6d;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 28px;
    cursor: auto;
}
.yox_on72 ul li {
    overflow: hidden;
    float: left;
    width: 384px;
    text-align: center;
	margin-right: 16px;
	margin-bottom: 10px;
}
.yox_on72 ul li span {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    height: 240px;
}
.yox_on72 ul li img {
    display: block;
    width: 377px;
    border: 6px solid #dbdbdb;
}
.yox_on72 ul li i {
    display: block;
    text-align: center;
    background: url(https://6.seowhy.com/templates/www/images/yx8_navbg.jpg) no-repeat center 0;
    height: 81px;
    box-sizing: border-box;
    padding-top: 26px;
    font-size: 18px;
	color: #000;
	font-style: normal;
}
.yox_on7 h4 {
    text-align: center;
}
.yox_on7 h4 a {
    display: inline-block;
    width: 277px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #6a6b6b;
    border-radius: 55px;
    font-size: 24px;
    font-weight: normal;
    transition: all 0.2s;
    color: #333;
}
.yox_on7 h4 a:hover {
    color: #fff;
    background: #f5821f;
    border: 1px solid #f5821f;
}
.yox_on8 {
    padding: 97px 0;
}
.yox_on8 ul {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
}
.yox_on8 ul li {
    float: left;
    width: 555px;
}
.yox_on8 ul li:nth-of-type(2n) {
    float: right;
}
.yox_on8 ul li a {
    display: block;
    overflow: hidden;
    height: 115px;
    border-bottom: 1px dashed #dcdcdc;
    transition: all 0.2s;
    padding: 25px 20px 0;
}
.yox_on8 ul li a:hover {
    background: #f5821f;
}
.yox_on8 ul li em {
    display: block;
    float: left;
    overflow: hidden;
    width: 400px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 23px;
}
.yox_on8 ul li a:hover em {
    color: #fbd3bc;
}
.yox_on8 ul li em span {
    display: block;
    color: #010101;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
}
.yox_on8 ul li a:hover span {
    color: #fff;
}
.yox_on8 ul li i {
    display: inline-block;
    float: right;
    text-align: center;
    color: #231815;
    font-size: 50px;
    line-height: 100%;
}
.yox_on8 ul li a:hover i {
    color: #fef3e9;
}
.yox_on8 ul li i span {
    color: #666160;
    font-size: 16px;
    display: block;
    line-height: 100%;
    padding-bottom: 5px;
}
.yox_on8 h4 {
    text-align: center;
}
.yox_on8 h4 a {
    display: inline-block;
    width: 277px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #6a6b6b;
    border-radius: 55px;
    font-size: 24px;
    font-weight: normal;
    transition: all 0.2s;
    color: #333;
}
.yox_on8 h4 a:hover {
    color: #fff;
    background: #f5821f;
    border: 1px solid #f5821f;
}
.yox_on9 {
    height: 808px;
    background: url(https://6.seowhy.com/templates/www/images/y_about.jpg) no-repeat center 0;
    box-sizing: border-box;
    padding-top: 145px;
}
.yox_on9 h3 {
	padding-top:20px;
    line-height: 100%;
    text-align: center;
    height: 435px;
    color: #333;
    font-size: 55px;
    font-weight: normal;
}
.yox_on9 h3 i {
	color: #f5821f;
	font-style: normal;
}
.yox_on9 h3 span {
    display: block;
    color: #7a7e7f;
    font-size: 24px;
    font-weight: normal;
    padding: 80px 0 65px 0;
}
.yox_on9 h3 em a {
    display: inline-block;
    width: 277px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #6a6b6b;
    border-radius: 55px;
    font-size: 24px;
    font-weight: normal;
    transition: all 0.2s;
    color: #333;
}
.yox_on9 p {
    overflow: hidden;
}
.yox_on9 p i {
    display: inline-block;
    float: left;
    padding-left: 42px;
}
.yox_on9 p em {
    display: inline-block;
    float: right;
    width: 858px;
    padding: 5px 35px 0 0;
    font-size: 16px;
    color: #666;
	line-height: 29px;
	font-style: normal;
}
.yox_on9 p em span a {
    color: #f5821f;
}
.yox_on9 h3 em a:hover {
    color: #fff;
    background: #f5821f;
    border: 1px solid #f5821f;
}
.yox_link {
    overflow: hidden;
    padding-bottom: 42px;
}
.yox_link h3 {
    background: url(https://6.seowhy.com/templates/www/images/y_link.jpg) no-repeat center bottom;
    float: left;
    width: 200px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #000;
    line-height: 100%;
    padding-bottom: 25px;
}
.yox_link p {
    float: left;
    width: 1000px;
    padding-top: 18px;
}
.yox_link p a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 42px;
}
.city_about{
	margin-bottom:40px;
	padding:20px;
	box-shadow: 0px 5px 20px rgba(4, 0, 0, 0.25);
	overflow: hidden;
}
.city-left img{
	padding-right:20px;
	width:50%;
}
.city-left p{
	line-height: 36px;
	color: #666;
	text-indent: 2em;
}

/*城市文章内页*/
.nycurmbs {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.curmbs {
    background: url(https://6.seowhy.com/templates/www/images/curmbs_ico.png) no-repeat 7px 7px;
    padding: 0 0 0 32px;
    position: absolute;
    left: 0;
    top: -53px;
    line-height: 32px;
    color: #fff;
}
.curmbs a {
    display: inline-block;
    background: url(https://6.seowhy.com/templates/www/images/curmbs_ico1.png) no-repeat right center;
    padding: 0 12px 0 6px;
    color: #fff;
}
.zixu {
    padding-top: 60px;
}
.zixu .zixu_tit {
    text-align: center;
}
.zixu .zixu_tit h1 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3px;
    padding-bottom: 43px;
    color: #333;
}
.zixu .zixu_tit em {
    display: block;
    height: 54px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    line-height: 100%;
}
.zixu .zixu_tit em span {
    display: inline-block;
    padding: 0 26px;
    margin: 0 26px;
    border-left: 1px solid #bbcbdc;
    border-right: 1px solid #bbcbdc;
    line-height: 100%;
}
.zixu1 {
    background: #f0f5f8;
    padding: 45px 100px 45px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: "Microsoft Yahei";
    margin-bottom: 30px;
}
#cntrBody {
    font-size: 15px;
	line-height: 24px;
	color: #6e7379;
}
.zixu3 {
    overflow: hidden;
    margin-left: 442px;
    padding-bottom: 27px;
    padding-top: 57px;
}
.zixu3 ul li {
    line-height: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
}
.zixu3 ul li em {
    display: inline-block;
    float: left;
    width: 64px;
}
.zixu3 ul li em a {
    color: #333;
}
.zixu3 ul li i {
    display: inline-block;
    float: left;
    font-size: 14px;
}
.zixu3 ul li i a {
    color: #6e6e6e;
}
.zixu3 ul li i a:hover {
    color: #f1592a;
}
.zixu4 {
    overflow: hidden;
    height: 70px;
    text-align: center;
    position: relative;
}
.zixu4:before {
    content: "";
    left: 0;
    position: absolute;
    top: 24px;
    width: 517px;
    height: 1px;
    background: #d5e0e6;
}
.zixu4:after {
    content: "";
    right: 0;
    position: absolute;
    top: 24px;
    width: 517px;
    height: 1px;
    background: #d5e0e6;
}
.zixu5 {
    overflow: hidden;
    border-bottom: 1px solid #d3dee9;
    margin-bottom: 43px;
}
.zixu5 h5 {
    line-height: 100%;
    color: #333333;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 9px;
    padding-bottom: 56px;
}
.zixu5 ul li {
    float: left;
    width: 24%;
    margin-right: 112px;
    height: 168px;
    border-bottom: 1px solid #d3dee9;
    margin-bottom: 42px;
}
.zixu5 ul li i {
    display: block;
    padding-bottom: 13px;
}
.zixu5 ul li i a {
    display: block;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 24px;
}
.zixu5 ul li i a:hover {
    color: #ee642a;
}
.zixu5 ul li em {
    display: block;
    color: #707070;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
}

/*城市页面右侧客服样式*/
.izl-rmenu{
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 2px;
	top: 65%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index:999;
}
.izl-rmenu .consult{    
background-image: url(https://6.seowhy.com/templates/www/images/consult_icon.gif);
background-repeat: no-repeat;
background-position: center -77px;
display: block;
height: 76px;
width: 82px;
}
.izl-rmenu .consult .phone {
background-color: rgb(247,247,255);
position: absolute;
width: 160px;
left: -160px;
top: 0px;
line-height: 73px;
color: #000;
font-size: 18px;
text-align: center;
display: none;
box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
background-image: url(https://6.seowhy.com/templates/www/images/consult_icon.gif);
background-repeat: no-repeat;
background-position: center bottom;
display: block;
height: 16px;
width: 16px;
font-size: 12px;
line-height: 16px;
color: #45BDFF;
text-align: center;
padding-top: 30px;
padding-right: 34px;
padding-bottom: 47px;
padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
background-image: url(https://6.seowhy.com/templates/www/images/float_top.gif);
background-repeat: no-repeat;
background-position: center top;
display: block;
height: 39px;
width: 82px;
-webkit-transition: all 0s ease-in-out;
-moz-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
background-image: url(https://6.seowhy.com/templates/www/images/float_top.gif);
background-repeat: no-repeat;
background-position: center bottom;
}
.izl-rmenu .cart .pic {
display:none;
position: absolute;
left: -160px;
top: 65px;
width: 160px;
height: 160px;
background:url(https://6.seowhy.com/templates/www/images/kefu.jpg);
background-size: 160px 160px;
}
#udesk-feedback-tab {
position: fixed;
right: 2px;
top: 65%;
margin-top: -76px;
-webkit-box-shadow: #DDD 0px -1px 5px;
-moz-box-shadow: #DDD 0px -1px 5px;
box-shadow: #DDD 0px -1px 5px;
z-index: 10000;
cursor: pointer;
background-image: url(https://6.seowhy.com/templates/www/images/consult_icon.gif);
background-repeat: no-repeat;
background-position: center top;
display: block;
height: 76px;
width: 82px;
background-color: #FFF!important;
z-index:999;
}
.city_about .other a{
	color: #f5821f;
}
.city_about .other a:hover{
	color: #0080FF;
}
.other span:last-child{
	display:none;
}

/*城市页面样式结束*/

/*城市页面手机界面样式 开始*/

@media screen and (max-width:1320px){
    .header .header__nav ul li a {
            padding: 2px 2px;
    }
}

@media (max-width: 767px) {
	html{
		font-size:16px;
	}
	i, em {
		font-style: normal;
	}
	.header__wrapper{
		position:static;
		padding:2%;
	}
	.header .header__nav,.header .header__account,.yox_on2,.izl-rmenu,.yox_on7 h4,.yox_on9 p i,.fcon{
		display:none;
	}
	.yox_on1{
		padding-top:3rem!important;
		height:auto;
	}
	.content2{
		width:100%;
	}
	.tx_til{
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.tx_til span{
		padding: 1.5rem 0 0;
		line-height: 2rem;
		font-size: 1.5rem;
		color: #667685;
	}
	.tx_til i{
		color:#f5821f;
	}
	.yox_on1 .tx_til span{
		padding:1rem 1rem 0;
		margin:0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.yx1_a {
		padding:0 2%;
		height:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.yx1_a li{
		width:48%;
		height:auto;
		margin-bottom:2%;
	}
	.yx1_a li img{
		width:100%;
		height: auto;
	}
	.yx1_a li em{
		padding:1% 3%;
		background-color: #f5821f;
		height:auto;
		font-size:1.35rem;
	}
	.yx1_b{
		margin-top:2rem;
		padding:0;
	}
	.yx1_b li em i{
		font-size:2.95rem;
	}
	.yx1_b li span{
		font-size:1.187rem;
	}
	.yox2 {
		display:block;
		margin-top:3rem;
		background:#f5821f;
		padding:3.3rem 6.8% 2.8rem;
		margin-bottom:4.6rem;
	}
	.yox2 h3 {
		font-size: 2.5rem;
		text-align:center;
		font-weight: normal;
		color:#000;
	}
	.yox2 h3 i{
		color:#fff;
		font-style: normal;
	}
	.yox2 h3 span {
		display:block;
		padding:1rem 0 2.95rem 0;
		font-size:1.5rem;
		letter-spacing:0.2rem;
	}
	.yox2 ul {
		overflow:hidden;
	}
	.yox2 ul li {
		background:#fff;
		border-radius:2.2rem;
		margin-bottom:1.5rem;
		float:left;
		width:47.35%;
		height: 21rem;
		overflow:hidden;
		padding-top:2.9rem;
	}
	.yox2 ul li:nth-of-type(2n) {
		float:right;
	}
	.yox2 ul li img {
		display:block;
		width:4.2rem;
		margin:0 auto;
	}
	.yox2 ul li i {
		display:block;
		text-align:center;
		font-weight:bold;
		font-size:1.6rem;
		color:#000000;
		font-weight:bold;
		padding-bottom:1.6rem;
	}
	.yox2 ul li em {
		display:block;
		margin:0 6%;
		color:#333333;
		font-size:1.2rem;
		min-height:7.6rem;
		text-align:center;
		line-height:140%;
	}
	.yox2 ul li em  strong {
		display:block;
		text-align:center;
		color:#f5821f;
		font-weight:bold;
		padding-bottom:1rem;
	}
	.yox_on3{
		height:auto;
		overflow: hidden;
	}
	.yox_on3 .tx_til{    
		padding: 1rem;
		line-height: 140%;
		margin-bottom:3rem;
	}
	.yox_on3 .case_m ul{
		width:100%;
		height:auto;
	}
	.yox_on3 .case_m li {
		overflow: hidden;
		margin-bottom: 1.7rem;
		width:100%;
		height:auto;
		border: 1px solid #ccc;
		overflow: hidden;
		border-top: 0.4rem solid #f5821f;
		padding: 1.8rem 0;
	}
	.yox_on3 .case_m .img{
		float:left;
		width:40%;
	}
	.yox_on3 .case_m .remark{
		float: right;
		width: 60%;
		box-sizing: border-box;
		padding: 0 2.5%;
	}
	.case_m ul li em{
		padding:0;
		text-align:left;
		height: auto;
    	font-size: 1.5rem;
	}
	.case_m ul li i{
		margin:0.5rem 0;
		font-size:1.15rem;
		line-height: 1.8rem;
	}
	.case_m ul li.roundabout-in-focus {
		background:none;
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 5;
		height: auto;
	}
	.case_m ul li.roundabout-in-focus em {
		color: #333333;
		height: auto;
	}
	.case_m ul li.roundabout-in-focus em:before {
		content: "";
		position: absolute;
		height: 0;
		width: 0;
		left: 0;
		top: 0;
		background: none;
	}
	.case_m ul li.roundabout-in-focus i {
		color: #848484;
		height: auto;
	}
	.case_m ul li.roundabout-in-focus .img{
		float:right;
	}
	.yox_on5{
		margin-top:3rem;
		background: none;
		height: auto;
		overflow: hidden;
	}
	.yox_on5 .tx_til{
		margin-bottom:3rem;
	}
	.yox_on5 .tx_til em{
		display: inline-block;
		padding-top: 1rem;
		font-size: 2.2rem;
		color: #666;
		line-height:120%;
	}
	.yox_on5 .tx_til span{
		font-size:1.17rem;
	}
	.yox_on5 h3 {
		padding-left: 12rem;
		background: url(http://www.pmptuan.com/pmp/pmppeixun_files/yox4q.jpg) no-repeat 0 0;
		background-size: 12rem auto;
		height: 14.9rem;
	}
	.yox_on5 ul {
		position: relative;
	}
	.yox_on5 ul li {
		position: relative;
		margin-left: 13.5%;
		margin-right: 3.5%;
		margin-bottom: 1.5rem;
		width:83%;
		height:auto;
		background: #fff;
		border-radius: 0.5rem;
		border: 1px solid #e3e3e3;
		box-sizing: border-box;
		padding: 1.7rem 1.7rem 0.8rem;
		box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.2);
		font-size: 1.2rem;
		color: #7e7e7e;
		overflow:visible;
	}
	.yox_on5 ul li:nth-of-type(1), .yox_on5 ul li:nth-of-type(3), .yox_on5 ul li:nth-of-type(5) {
		background: #f5821f;
		border: 1px solid #f5821f;
		color: #fff;
	}
	.yox_on5 ul li:before {
		position: absolute;
		left: -3.3rem;
		top: 4rem;
		background: #f5821f;
		content: "";
		height: 1rem;
		width: 1rem;
		border-radius: 1rem;
		border: 0.2rem solid #fff;
		z-index: 9;
	}
	.yox_on5 ul li:after {
		position: absolute;
		content: "";
		left: -2.65rem;
		top: 0;
		background: #eee;
		height: 100%;
		width: 0.063rem;
	}
	.yox_on5 ul li:nth-of-type(2n) {
		margin-left: 13.5%;
	}
	.yox_on5 ul li i span {
		color: #f5821f;
		font-weight: bold;
		padding-right: 0.45rem;
		font-size: 1.65rem;
		text-shadow: none;
		border-bottom:none;
	}
	.yox_on5 ul li:nth-of-type(1) i span, .yox_on5 ul li:nth-of-type(3) i span, .yox_on5 ul li:nth-of-type(5) i span {
		color: #fff;
	}
	.yox_on5 ul li:nth-of-type(5) {
		padding: 1.7rem 1.7rem 0.8rem;
		margin-top: 0;
		margin-left: 13.5%;
		width:83%;
		height: auto;
	}
	.yox_on5 ul li i{
		height:auto;
	}
	.yox_on5 ul li i b{
		width:auto;
		font-size: 1.5rem;
		color: #fff;
		text-shadow: 0 0;
	}
	.yox_on5 ul li em{
		padding:0;
		font-size:1rem;
		color: #fff;
	}
	.yox_on5 ul li:nth-child(2n) b{
		color: #000000;
	}
	.yox_on5 ul li:nth-child(2n) em{
		color: #7e7e7e;
	}
	.yox_on6{
		margin-top:3rem;
		height:auto;
	}
	.yox_on6 ul li {
		float: left;
		padding:1rem 0;
		width: 50%;
		height:15rem;
		box-sizing: border-box;
		border-left: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: center;
	}
	.yox_on6 ul li:hover i {
		width: 100%;
		height: 100%;
		font-size:1.5rem;
		padding: 2.312rem 20% 0;
		line-height: 2.375rem;
		background: url(https://6.seowhy.com/templates/www/images/yox_on6c.jpg) no-repeat center;
	}
	.yox_on6 ul li i{
		font-size:1.4rem;
		padding-top: 0.375rem;
	}
	.yox_on6 ul li{
		border: 0.063rem solid #efefef;
	}
	.yox_on7{
		margin-top:3rem;
		height:auto;
		overflow:hidden;
	}
	.yox_on7 .tx_til{
		margin-bottom:2rem;
	}
	.yox_on71{
		overflow:hidden;
	}
	.yox_on71 ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.yox_on71 ul li{
		margin-bottom:0.75rem;
		flex: 20%;
    	float: none;
	}
	.yox_on71 ul li span{
		padding: 0 1rem;
		font-size:1rem;
		height:1.75rem;
		line-height:1.75rem;
	}
	.yox_on72 ul li {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.yox_on72 ul li:nth-child(2n){
		float:right;
	}
	.yox_on72 ul li span{
		height:15rem;
	}
	.yox_on72 ul li i{
		font-size:1.125rem;
		height: 5rem;
		box-sizing: border-box;
		padding-top: 1.5rem;
	}
	.yox_on72 ul li img {
		width: 100%;
		height: 100%;
		border: 0.375rem solid #dbdbdb;
	}
	.yox_on8{
		padding:3rem 0;
	}
	.yox_on8 ul li{
		width:100%;
	}
	.yox_on8 ul li a{
		height:auto;
		padding:1rem;
	}
	.yox_on8 ul li em{
		width:80%;
		font-size:1rem;
		line-height:1.375rem;
	}
	.yox_on8 ul li em span{
		margin-bottom:0.5rem;
		font-size:1.125rem;
	}
	.yox_on8 ul li i{
		padding-bottom:0.4rem;
		font-size:2.5rem;
	}
	.yox_on8 ul li i span{
		font-size:1rem;
	}
	.yox_on9 {
		overflow: hidden;
		padding-top: 19rem;
		padding-bottom: 4rem;
		background: url(https://6.seowhy.com/templates/www/images/about.jpg) no-repeat center 0;
		background-size: 100% 57.2rem;
		height: 37rem;
		box-sizing: border-box;
		margin-bottom: 3rem;
	}
	.yox_on9 h3{
		font-size:2.5rem;
		height:auto;
	}
	.yox_on9 h3 span {
		padding: 1rem 0;
		font-size:1.5rem;
	}
	.yox_on9 p{
		font-size:1.25rem;
	}
	.yox_on9 p em{
		width:auto;
		padding: 1rem 3rem;
		font-size: 1.125rem;
    	line-height: 1.8rem;
	}
	.about h2 span {
		font-size: 1.3rem;
	}
	.city-left{
		color: #666;
		font-size:1.125rem;
	}
	.city-left p{
		line-height:1.8rem;
	}
	.g-ft {
		display:block;
		padding: 2rem 0 4rem;
		position: relative;
		z-index: 11;
		font-size: 1.2rem;
		line-height: 2.4rem;
		color: #b1b4b8;
		margin: 0 auto;
		background: #3c434e;
		z-index: 9;
	}
	.g-ft:before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 20.7rem;
		background: #2c2f33;
		z-index: -1;
	}
	.f_con {
		padding: 2rem 5.33%;
		text-align: center;
		position: relative;
	}
	.f_pho {
		position: absolute;
		width: 50%;
		left: 25%;
		top: 4.5rem;
		background: url(https://6.seowhy.com/templates/www/images/f_pho.png) no-repeat center 0;
		background-size: 2.2rem 2.2rem;
		padding: 2.5rem 0 0;
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	.g-ft a {
		color: #b1b4b8;
	}
	.f_pho b {
		display: block;
		color: #fff;
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
	.f_wz {
		display: block;
		height: 9.45rem;
		line-height: 3.4rem;
		text-align: center;
		font-size: 0.9rem;
	}
	.ontop {
		display: block;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.1rem;
		color: #fff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-animation: bounceY 2s infinite;
		-moz-animation: bounceY 2s infinite;
		-o-animation: bounceY 2s infinite;
		-ms-animation: bounceY 2s infinite;
		animation: bounceY 2s infinite;
	}
	.ontop span {
		display: inline-block;
		background: url(https://6.seowhy.com/templates/www/images/ontop.png) no-repeat right center;
		background-size: 1.5rem 0.9rem;
		padding: 0 3.2rem 0 0;
		color: #fff;
	}
	.fnav {
		position: fixed;
		bottom: 0;
		padding:0;
		min-width: 320px;
		max-width: 750px;
		width: 100%;
		height: 4.25rem;
		background: #e7e7e7;
		z-index: 12;
		line-height: 4.25rem;
		text-align: left;
		border-top: 0px solid #d7d7d7;
		border-bottom: 0px solid #d7d7d7;
		overflow: hidden;
	}
	.fnav ul{
		width:100%;
	}
	.fnav li {
		width: 25%;
		float: left;
		height: 4.25rem;
		position: relative;
		font-size: 1.3rem;
	}
	.fnav li a {
		width: 100%;
		font-size:1.25rem;
		color: #333;
		display: inline-block;
	}
	.fnav li em {
		display: block;
		float: left;
		width: 2rem;
		margin: 1rem 0.5rem 0 2.35rem;
		height: 2.05rem;
	}
	.fnav li em img {
		display: block;
		width: 100%;
	}
	.fnav .ontop{
		color:#fff;
	}
	.topadcs img{
		width:100%;
	}
	.zixu .zixu_tit h1{
		font-size:2.5rem;
		line-height:3.125rem;
		padding-bottom:2.5rem;
	}
	.zixu .zixu_tit em{
		height:3.3rem;
	}
	#cntrBody{
		padding:0 1rem;
		font-size:1rem;
		line-height:1.5rem;
	}
	.zixu1{
		padding: 2rem;
		line-height: 1.875rem;
		margin-bottom: 1.875rem;
	}
	.zixu3{
		margin: 2rem 1rem;
		padding:0;
	}
	.zixu3 ul li em{
		padding-right: 1rem;
		width:auto;
		font-size:1rem;
	}
	.nycurmbs{
		width:100%;
	}
	.curmbs {
		background: url(https://6.seowhy.com/templates/www/images/curmbs_ico.png) no-repeat 0.437rem 0.4377rem;
		padding: 0 0 0 2rem;
		position: absolute;
		left: 0;
		top: -3.3rem;
		line-height: 2rem;
		color: #fff;
	}
	.curmbs a {
		display: inline-block;
		background: url(https://6.seowhy.com/templates/www/images/curmbs_ico1.png) no-repeat right center;
		padding: 0 0.75rem 0 0.375rem;
		color: #fff;
	}

	@keyframes bounceY {
		0%,100% {
		transform:translateY(0);
		}
		50% {
		transform:translateY(-0.5rem);
		}
	}

}
@media screen and (max-width:560px) {
	html {
	font-size:14.93333333333333px;
	}
}
@media  screen and (max-width:440px) {
	html{
		font-size:10px;
	}
}
@media screen and (max-width:320px) {
	html {
	font-size:8.5333px;
	}
}
/*城市页面手机界面样式 结束*/