@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: comNum;
	src: url('../fonts/din/DIN-Regular_0.ttf');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

#baidu_jsapi_watermark {
	opacity: 0 !important;
}

html,
body {
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	/* font-weight: 400; */
	background: #ffffff;
	/* font-weight: lighter; */
}

section {
	position: relative;
	z-index: 4;
}

a {
	text-decoration: none;
	display: inline-block;
}

a:hover {
	color: var(--color1);
}

ul,
li {
	list-style: none;
}

a,
label,
button,
input,
select {
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	border: 0;
	user-select: none;
}

/* Chrome浏览器 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox浏览器 */
input[type='number'] {
	-moz-appearance: textfield;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: var(--placeholder-color);
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--placeholder-color);
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--placeholder-color);
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--dd4);
}

.int_search {
	color: var(--color1);
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
	-webkit-appearance: none;
	resize: none;
	border: 0;
	background: none;
	appearance: none;
}

.red {
	color: #ff0000;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

img {
	object-fit: cover;
}

/*清楚浮动*/
.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
}

.clearfix:after {
	clear: both;
}

.donghua {
	transition: all 0.4s;
}

.pic-box {
	position: relative;
	width: 100%;
	height: auto;
	transition: all 0.4s;
	overflow: hidden;
}

.pic-box img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s;
	object-fit: cover;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.showimg-props {
	width: 100% !important;
	height: 100% !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}

.showimg-props.on {
	opacity: 1;
	visibility: visible;
	z-index: 200;
}

.showimg-props .showimg-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.showimg-props .close-button {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.showimg-props .close-button:before,
.showimg-props .close-button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(45deg);
}

.showimg-props .close-button:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.showimg-props .showimg-main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 80%;
	max-width: 1300px;
	height: auto;
}

.showimg-props .showimg-main.v2 {
	max-width: 700px;

}

.showimg-props .showimg-main .showimg-img-box {
	width: 100%;
}

.showimg-props .showimg-main .showimg-img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.showimg-props .showimg-main .showimg-img.on {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

/*共享样式*/
:root {
	--color1: #c7a46d;
	--color1-rgba: 0, 93, 167;
	--colortt-rgba: 171, 202, 230;
	--color2: #f9c584;
	--color2-rgba: 249, 197, 132;
	--color3: #919191;
	--color4: #f1f6f9;
	--color5: #90b6c9;
	--color6: #dddddd;
	--color7: #4f8cbe;
	--coloricon: #bbc5cd;
	--tt: #292929;
	--tt2: #959595;
	--tt3: #404040;
	--dd: #616161;
	--dd2: #bababa;
	--dd3: #b1b1b1;
	--dd4: #9f9f9f;
	--dd5: #b0b0b0;
	--dd6: #5f5f5f;
	--placeholder-color: #c7c7c7;
	--dd7: #666666;
	--wrong: #e50000;
	--rich: #888888;
	--gridtt: #6f6f6f;
	--sj: #efefef;
	--gray: #c6c6c6;
	--line: #e9e9e9;
	--bg1: #f6f0e8;
	--bg2: #f5f5f5;
	--bg3: #f8f4ee;
	--timett: #aeaeae;
	--color5A: #5a5a5a;
	--color7F: #7f7f7f;
	--colorF5: #f5f5f5;
	--color72: #727272;
	--colorFF: #ffffff;
	--colorF2: #f2f2f2;
	--color22: #222222;
	--color26: #262626;
	--color78: #787878;
	--color60: #606060;
	--colorAA: #222222;
	--colorF4: #f4f4f4;
	--colorB6: #b6b6b6;
	--color8d: #8d8d8d;
	--colorDD: #787878;
	--color70: #707070;
	--colorE5: #e50000;
	--colorA0: #a0a0a0;
	--color39: #393939;
	--black65: rgba(0, 0, 0, 0.65);
	--fourLineTime: 0.1s;
	--fourLineCenterTime: 0.5s;
	--time01: 0.1s;
	--time02: 0.2s;
	--time03: 0.3s;
	--time04: 0.4s;
	--time05: 0.5s;
	--mobile-margin: 4%;
	--container-width: 92%;
	--navheight-default: 148px;
	--navheight: 90px;
	--downnavheight: -90px;
	--pagenavheight: 105px;
	--downpagenavheight: -105px;
	--toolsheight: 66px;
	--menuWidth: 100px;
	--logoTop-main: 46px;
	--logoTop: 60px;
	--logoBot: 50px;
	--logoPage: 70px;
	--border10: 10px;
	--border20: 20px;
	--border30: 30px;
	--border40: 40px;
	--border80: 80px;
	--fz90: 90px;
	--fz80: 80px;
	--fz72: 72px;
	--fz70: 70px;
	--fz60: 60px;
	--fz56: 56px;
	--fz52: 52px;
	--fz50: 50px;
	--fz48: 48px;
	--fz46: 46px;
	--fz40: 40px;
	--fz38: 38px;
	--fz36: 36px;
	--fz30: 30px;
	--fz28: 28px;
	--fz26: 26px;
	--fz24: 24px;
	--fz22: 22px;
	--fz20: 20px;
	--fz18: 18px;
	--fz16: 16px;
	--fz14: 14px;
	--fz12: 12px;
}

.yh {
	color: var(--tt);
}

.font1 {
	/* font-family: comNum; */
	font-family: "GLOWSANSJ" !important;
}

.color1 {
	color: var(--color1);
}

.color2 {
	color: var(--color2);
}

.color3 {
	color: var(--color3);
}

.color4 {
	color: var(--color4);
}

.color7 {
	color: var(--color7);
}

.bg1 {
	color: var(--bg1);
}

.bg2 {
	color: var(--bg2);
}

.bg3 {
	color: var(--bg3);
}

.timett {
	color: var(--timett);
}

.colortt {
	color: var(--tt);
}

.colortt2 {
	color: var(--tt2);
}

.colortt3 {
	color: var(--tt3);
}

.colordd {
	color: var(--dd);
}

.colordd2 {
	color: var(--dd2);
}

.colordd3 {
	color: var(--dd3);
}

.colordd4 {
	color: var(--dd4);
}

.colordd5 {
	color: var(--dd5);
}

.colordd6 {
	color: var(--dd6);
}

.colordd7 {
	color: var(--dd7);
}

.richtt {
	color: var(--rich);
}

.wrong {
	color: var(--wrong);
}

.gridtt {
	color: var(--gridtt);
}

.linecolor {
	color: var(--line);
}

.color7f {
	color: var(--color7F);
}

.gray {
	color: var(--gray);
}

.color8d {
	color: var(--color8d);
}

.color70 {
	color: var(--color70);
}

.colorE5 {
	color: var(--colorE5);
}

.color39 {
	color: var(--color39);
}

.color72 {
	color: var(--color72);
}

.colorFF {
	color: var(--colorFF);
}

.colorDD {
	color: var(--colorDD);
}

.colorA0 {
	color: var(--colorA0);
}

.color26 {
	color: var(--color26);
}

.color78 {
	color: var(--color78);
}

.color60 {
	color: var(--color60);
}

.bcolor65 {
	color: var(--black65);
}

/*图片通用样式*/
.img-common {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}

.norep {
	background-repeat: no-repeat;
}

.imgabs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
}

.clearfix:after {
	clear: both;
}

/**动画样式****/
.time02 {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.time03 {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.time04 {
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.time05 {
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all 0.5s;
}

.time08 {
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-ms-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	transition: all 0.8s;
}


.time1 {
	-webkit-transition: all ease-in-out 1s;
	-moz-transition: all ease-in-out 1s;
	-ms-transition: all ease-in-out 1s;
	-o-transition: all ease-in-out 1s;
	transition: all ease-in-out 1s;
}

.de01 {
	animation-delay: 0.1s;
}

.de02 {
	animation-delay: 0.2s;
}

.de03 {
	animation-delay: 0.3s;
}

.de04 {
	animation-delay: 0.4s;
}

.de05 {
	animation-delay: 0.5s;
}

.de10 {
	animation-delay: 1s;
}

.de15 {
	animation-delay: 1.5s;
}

.de2 {
	animation-delay: 2s;
}

.web {
	display: block;
}

.mobile {
	display: none;
}

.flex-web {
	display: flex;
}

.flex-mob {
	display: none;
}

.inflex-web {
	display: inline-flex;
}

/*94%的内容*/
.container {
	width: var(--container-width);
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

.container.w800 {
	max-width: 800px;
}

.container.w1000 {
	max-width: 1000px;
}

.container.w1250 {
	max-width: 1251px;
}

.container.w1400 {
	max-width: 1400px;
}

.container.w1440 {
	max-width: 1440px;
}

.container.w1460 {
	max-width: 1460px;
}

.container.w1400-1250 {
	z-index: 2;
	max-width: 1400px;
}

.container.w1560 {
	max-width: 1560px;
}

.container.w1520 {
	max-width: 1520px;
}

.container.w1600 {
	max-width: 1600px;
}

.container.w1660 {
	max-width: 1660px;
}

.container.isny {
	padding: 0 0.75rem;
	background-color: #ffffff;
}

.container.isny.ishistory {
	padding: 0 0 0 0.75rem;
}

.toggleshow.active .toshow {
	opacity: 0;
}

.toggleshow.active .tohide {
	opacity: 1;
}

.toggleshow .toshow {
	opacity: 1;
	transition: all 0.3s;
}

.toggleshow .tohide {
	opacity: 0;
	transition: all 0.3s;
}

.activeCss.active .activeWeb {
	display: block;
}

.activeCss.active .activeHide {
	display: none;
}

.activeCss.active .activeFweb {
	display: flex;
}

.activeCss.active .activeFhide {
	display: none;
}

.activeCss .activeWeb {
	display: none;
}

.activeCss .activeHide {
	display: inline-block;
}

.activeCss .activeFweb {
	display: none;
}

.activeCss .activeFhide {
	display: flex;
}

.lr-tb {
	display: flex;
}

.tb-lr {
	display: flex;
	flex-direction: column;
}

[class*='mygrid'] {
	display: grid;
}

.mygrid {
	display: grid;
}

.mygrid4,
.mygrid4-2 {
	grid-template-columns: repeat(4, 1fr);
}

.mygrid3,
.mygrid3-2 {
	grid-template-columns: repeat(3, 1fr);
}

.mygrid2 {
	grid-template-columns: repeat(2, 1fr);
}

.mygrid1 {
	grid-template-columns: repeat(1, 1fr);
}

.pd100 {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.max100 {
	width: 100%;
	height: 100%;
}

.mrta {
	margin-top: auto;
}

.mrt14 {
	margin-top: 1.4rem;
}

.mrt1 {
	margin-top: 1rem;
}

.mrt08 {
	margin-top: 0.8rem;
}

.mrt07 {
	margin-top: 0.7rem;
}

.mrt06 {
	margin-top: 0.6rem;
}

.mrt055 {
	margin-top: 0.55rem;
}

.mrt05 {
	margin-top: 0.5rem;
}

.mrt045 {
	margin-top: 0.45rem;
}

.mrt04 {
	margin-top: 0.4rem;
}

.mrt035 {
	margin-top: 0.35rem;
}

.mrt03 {
	margin-top: 0.3rem;
}

.mrt025 {
	margin-top: 0.25rem;
}

.mrt02 {
	margin-top: 0.2rem;
}

.mrt015 {
	margin-top: 0.15rem;
}

.mrt01 {
	margin-top: 0.1rem;
}

.mrt005 {
	margin-top: 0.05rem;
}

.mrt20 {
	margin-top: 20px;
}

.mrlauto {
	margin-left: auto;
}

.mrl02 {
	margin-left: 0.2rem;
}

.mrl025 {
	margin-left: 0.25rem;
}

.mrl01 {
	margin-left: 0.1rem;
}

.mrl015 {
	margin-left: 0.15rem;
}

.mrr02 {
	margin-right: 0.2rem;
}

.mrl04 {
	margin-left: 0.4rem;
}

.mrb0 {
	margin-bottom: 0 !important;
}

.pdt0 {
	padding-top: 0 !important;
}

.w50-100 {
	width: 50%;
}

.re {
	position: relative;
}

.z1 {
	z-index: 1;
}

.z2 {
	z-index: 2;
}

.z3 {
	z-index: 3;
}

.z4 {
	z-index: 4;
}

.z5 {
	z-index: 5;
}

.z6 {
	z-index: 6;
}

.z7 {
	z-index: 7;
}

.z8 {
	z-index: 8;
}

.z9 {
	z-index: 9;
}

.z10 {
	z-index: 10;
}

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

.flex-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

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

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

.flex {
	display: flex;
}

.flex0 {
	flex-shrink: 0;
}

.flex1 {
	flex: 1;
}

.alignS {
	align-items: flex-start;
}

.alignC {
	align-items: center;
}

.alignE {
	align-items: flex-end;
}

.justS {
	justify-content: flex-start;
}

.justC {
	justify-content: center;
}

.justA {
	justify-content: space-around;
}

.justB {
	justify-content: space-between;
}

.justE {
	justify-content: flex-end;
}

/*文字*/
/*文字溢出*/
.ell {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ell2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ell3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ell4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ell5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vcover {
	object-fit: cover;
}

.clicktoggle-li .clicktoggle,
.click-onlyone,
.addClass,
.pointer {
	cursor: pointer;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tdu {
	text-decoration: underline;
}

.oh {
	overflow: hidden;
}

.fw700 {
	font-weight: 700;
}

.lh1 {
	line-height: 1;
}

.lh11 {
	line-height: 1.1;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh17 {
	line-height: 1.7;
}

.lh18 {
	line-height: 1.8;
}

.lh2 {
	line-height: 2;
}

.lh22 {
	line-height: 2.2;
}

.lh25 {
	line-height: 2.5;
}

.vh100 {
	height: 100vh;
}

.vh100.hasnav {
	height: calc(100vh - var(--navheight));
}

.fz90 {
	font-size: var(--fz90);
}

.fz80 {
	font-size: var(--fz80);
}

.fz72 {
	font-size: var(--fz72);
}

.fz60 {
	font-size: var(--fz60);
}

.fz56 {
	font-size: var(--fz56);
}

.fz52 {
	font-size: var(--fz52);
}

.fz50 {
	font-size: var(--fz50);
}

.fz48 {
	font-size: var(--fz48);
}

.fz46 {
	font-size: var(--fz46);
}

.fz40 {
	font-size: var(--fz40);
}

.fz38 {
	font-size: var(--fz38);
}

.fz36 {
	font-size: var(--fz36);
}

.fz30 {
	font-size: var(--fz30);
}

.fz28 {
	font-size: var(--fz28);
}

.fz26 {
	font-size: var(--fz26);
}

.fz24 {
	font-size: var(--fz24);
}

.fz22 {
	font-size: var(--fz22);
}

.fz20 {
	font-size: var(--fz20);
}

.fz18 {
	font-size: var(--fz18);
}

.fz16 {
	font-size: var(--fz16);
}

.fz14 {
	font-size: var(--fz14);
}

.fz12 {
	font-size: var(--fz12);
}

.seemore-p .com-seemore .seemore-dd {
	margin-left: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color1);
	color: var(--colorFF);
	font-weight: 700;
	font-size: 20px;
}

[class*='rotateActive-'] {
	transition: all 0.5s;
}

.r-common.active .rotateActive-090 {
	transform: rotate(90deg);
}

.r-common.active .rotateActive-0180 {
	transform: rotate(180deg);
}

.r-common.active .rotateActive-0-90 {
	transform: rotate(-90deg);
}

.r-common.active .rotateActive-0-180 {
	transform: rotate(-180deg);
}

.autoHeight .swiper-wrapper {
	align-items: flex-start;
}

.autoHeight .swiper-wrapper .swiper-slide {
	height: auto;
}

[class*='hoverCss-'] {
	transition: all 0.5s;
}

[class*='hoverCss-']::after,
[class*='hoverCss-']::before {
	transition: all 0.5s;
}

.hoverCss:hover .hoverCss-color1,
.hoverCss.swiper-slide-active .hoverCss-color1,
.hoverCss.swiper-slide-thumb-active .hoverCss-color1,
.hoverCss.swiper-pagination-bullet-active .hoverCss-color1,
.hoverCss.active .hoverCss-color1 {
	color: var(--color1) !important;
}

.hoverCss:hover .hoverCss-fw700,
.hoverCss.swiper-slide-active .hoverCss-fw700,
.hoverCss.swiper-slide-thumb-active .hoverCss-fw700,
.hoverCss.swiper-pagination-bullet-active .hoverCss-fw700,
.hoverCss.active .hoverCss-fw700 {
	font-weight: 700 !important;
}

.hoverCss:hover .hoverCss-color2,
.hoverCss.swiper-slide-active .hoverCss-color2,
.hoverCss.swiper-slide-thumb-active .hoverCss-color2,
.hoverCss.swiper-pagination-bullet-active .hoverCss-color2,
.hoverCss.active .hoverCss-color2 {
	color: var(--color2) !important;
}

.hoverCss:hover .hoverCss-color3,
.hoverCss.swiper-slide-active .hoverCss-color3,
.hoverCss.swiper-slide-thumb-active .hoverCss-color3,
.hoverCss.swiper-pagination-bullet-active .hoverCss-color3,
.hoverCss.active .hoverCss-color3 {
	color: var(--color3) !important;
}

.hoverCss:hover .hoverCss-colorFF,
.hoverCss.swiper-slide-active .hoverCss-colorFF,
.hoverCss.swiper-slide-thumb-active .hoverCss-colorFF,
.hoverCss.swiper-pagination-bullet-active .hoverCss-colorFF,
.hoverCss.active .hoverCss-colorFF {
	color: var(--colorFF) !important;
}

.hoverCss:hover .hoverCss-bgcolor1,
.hoverCss.swiper-slide-active .hoverCss-bgcolor1,
.hoverCss.swiper-slide-thumb-active .hoverCss-bgcolor1,
.hoverCss.swiper-pagination-bullet-active .hoverCss-bgcolor1,
.hoverCss.active .hoverCss-bgcolor1 {
	background-color: var(--color1) !important;
}

.hoverCss:hover .hoverCss-letter2,
.hoverCss.swiper-slide-active .hoverCss-letter2,
.hoverCss.swiper-slide-thumb-active .hoverCss-letter2,
.hoverCss.swiper-pagination-bullet-active .hoverCss-letter2,
.hoverCss.active .hoverCss-letter2 {
	letter-spacing: 2px !important;
}

.hoverCss:hover .hoverCss-big05,
.hoverCss.swiper-slide-active .hoverCss-big05,
.hoverCss.swiper-slide-thumb-active .hoverCss-big05,
.hoverCss.swiper-pagination-bullet-active .hoverCss-big05,
.hoverCss.active .hoverCss-big05 {
	transform: scale(1.05);
}

.hoverCss:hover .hoverCss-big1,
.hoverCss.swiper-slide-active .hoverCss-big1,
.hoverCss.swiper-slide-thumb-active .hoverCss-big1,
.hoverCss.swiper-pagination-bullet-active .hoverCss-big1,
.hoverCss.active .hoverCss-big1 {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.hoverCss:hover .hoverCss-big15,
.hoverCss.swiper-slide-active .hoverCss-big15,
.hoverCss.swiper-slide-thumb-active .hoverCss-big15,
.hoverCss.swiper-pagination-bullet-active .hoverCss-big15,
.hoverCss.active .hoverCss-big15 {
	transform: scale(1.15);
}

.hoverCss:hover .hoverCss-zz::after,
.hoverCss.swiper-slide-active .hoverCss-zz::after,
.hoverCss.swiper-slide-thumb-active .hoverCss-zz::after,
.hoverCss.swiper-pagination-bullet-active .hoverCss-zz::after,
.hoverCss.active .hoverCss-zz::after {
	opacity: 1;
}

.hoverCss:hover .hoverCss-lrline::before,
.hoverCss.swiper-slide-active .hoverCss-lrline::before,
.hoverCss.swiper-slide-thumb-active .hoverCss-lrline::before,
.hoverCss.swiper-pagination-bullet-active .hoverCss-lrline::before,
.hoverCss.active .hoverCss-lrline::before {
	width: 100%;
	height: 1px;
	left: 0;
	right: inherit;
}

.hoverCss:hover .hoverCss-tbline::before,
.hoverCss.swiper-slide-active .hoverCss-tbline::before,
.hoverCss.swiper-slide-thumb-active .hoverCss-tbline::before,
.hoverCss.swiper-pagination-bullet-active .hoverCss-tbline::before,
.hoverCss.active .hoverCss-tbline::before {
	width: 1px;
	height: 100%;
	top: 0;
	bottom: inherit;
}

.hoverCss:hover .hoverCss-tdu,
.hoverCss.swiper-slide-active .hoverCss-tdu,
.hoverCss.swiper-slide-thumb-active .hoverCss-tdu,
.hoverCss.swiper-pagination-bullet-active .hoverCss-tdu,
.hoverCss.active .hoverCss-tdu {
	text-decoration: underline;
}

.hoverCss:hover .hoverCss-cline,
.hoverCss.swiper-slide-active .hoverCss-cline,
.hoverCss.swiper-slide-thumb-active .hoverCss-cline,
.hoverCss.swiper-pagination-bullet-active .hoverCss-cline,
.hoverCss.active .hoverCss-cline {
	width: 100%;
}

.hoverCss:hover .hoverCss-y-5,
.hoverCss.swiper-slide-active .hoverCss-y-5,
.hoverCss.swiper-slide-thumb-active .hoverCss-y-5,
.hoverCss.swiper-pagination-bullet-active .hoverCss-y-5,
.hoverCss.active .hoverCss-y-5 {
	transform: translateY(-5px);
}

.hoverCss:hover .hoverCss-y-10,
.hoverCss.swiper-slide-active .hoverCss-y-10,
.hoverCss.swiper-slide-thumb-active .hoverCss-y-10,
.hoverCss.swiper-pagination-bullet-active .hoverCss-y-10,
.hoverCss.active .hoverCss-y-10 {
	transform: translateY(-10px);
}

.hoverCss:hover .hoverCss-y-20,
.hoverCss.swiper-slide-active .hoverCss-y-20,
.hoverCss.swiper-slide-thumb-active .hoverCss-y-20,
.hoverCss.swiper-pagination-bullet-active .hoverCss-y-20,
.hoverCss.active .hoverCss-y-20 {
	transform: translateY(-20px);
}

.hoverCss:hover .com-gomore.b2,
.hoverCss.swiper-slide-active .com-gomore.b2,
.hoverCss.swiper-slide-thumb-active .com-gomore.b2,
.hoverCss.swiper-pagination-bullet-active .com-gomore.b2,
.hoverCss.active .com-gomore.b2 {
	background-color: var(--color2);
	border: 1px solid var(--color2);
}

.hoverCss:hover .com-gomore.b2 .tt,
.hoverCss.swiper-slide-active .com-gomore.b2 .tt,
.hoverCss.swiper-slide-thumb-active .com-gomore.b2 .tt,
.hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .tt,
.hoverCss.active .com-gomore.b2 .tt {
	color: var(--colorFF);
}

.hoverCss:hover .com-gomore.b2 .ii,
.hoverCss.swiper-slide-active .com-gomore.b2 .ii,
.hoverCss.swiper-slide-thumb-active .com-gomore.b2 .ii,
.hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .ii,
.hoverCss.active .com-gomore.b2 .ii {
	color: var(--colorFF);
}

.hoverCss:hover .com-gomore.bf,
.hoverCss.swiper-slide-active .com-gomore.bf,
.hoverCss.swiper-slide-thumb-active .com-gomore.bf,
.hoverCss.swiper-pagination-bullet-active .com-gomore.bf,
.hoverCss.active .com-gomore.bf {
	background-color: var(--colorFF);
	border: 1px solid var(--colorFF);
}

.hoverCss:hover .com-gomore.bf .tt,
.hoverCss.swiper-slide-active .com-gomore.bf .tt,
.hoverCss.swiper-slide-thumb-active .com-gomore.bf .tt,
.hoverCss.swiper-pagination-bullet-active .com-gomore.bf .tt,
.hoverCss.active .com-gomore.bf .tt {
	color: var(--color1);
}

.hoverCss:hover .com-gomore.bf .ii,
.hoverCss.swiper-slide-active .com-gomore.bf .ii,
.hoverCss.swiper-slide-thumb-active .com-gomore.bf .ii,
.hoverCss.swiper-pagination-bullet-active .com-gomore.bf .ii,
.hoverCss.active .com-gomore.bf .ii {
	color: var(--color1);
}

.hoverCss:hover .com-gomore.whiteB,
.hoverCss.swiper-slide-active .com-gomore.whiteB,
.hoverCss.swiper-slide-thumb-active .com-gomore.whiteB,
.hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB,
.hoverCss.active .com-gomore.whiteB {
	background-color: var(--color1);
	border: 1px solid var(--color1);
}

.hoverCss:hover .com-gomore.whiteB .tt,
.hoverCss.swiper-slide-active .com-gomore.whiteB .tt,
.hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .tt,
.hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .tt,
.hoverCss.active .com-gomore.whiteB .tt {
	color: var(--colorFF);
}

.hoverCss:hover .com-gomore.whiteB .ii,
.hoverCss.swiper-slide-active .com-gomore.whiteB .ii,
.hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .ii,
.hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .ii,
.hoverCss.active .com-gomore.whiteB .ii {
	color: var(--colorFF);
}

.hoverCss:hover .com-gomore.whiteB.grid,
.hoverCss.swiper-slide-active .com-gomore.whiteB.grid,
.hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid,
.hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid,
.hoverCss.active .com-gomore.whiteB.grid {
	background-color: var(--color1);
	border-color: var(--color2);
}

.hoverCss:hover .com-gomore.whiteB.grid .tt,
.hoverCss.swiper-slide-active .com-gomore.whiteB.grid .tt,
.hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid .tt,
.hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid .tt,
.hoverCss.active .com-gomore.whiteB.grid .tt {
	color: var(--color2);
}

.hoverCss:hover .com-gomore.news,
.hoverCss.swiper-slide-active .com-gomore.news,
.hoverCss.swiper-slide-thumb-active .com-gomore.news,
.hoverCss.swiper-pagination-bullet-active .com-gomore.news,
.hoverCss.active .com-gomore.news {
	background-color: var(--color1);
}

.hoverCss:hover .com-gomore.news .tt,
.hoverCss.swiper-slide-active .com-gomore.news .tt,
.hoverCss.swiper-slide-thumb-active .com-gomore.news .tt,
.hoverCss.swiper-pagination-bullet-active .com-gomore.news .tt,
.hoverCss.active .com-gomore.news .tt {
	color: var(--colorFF);
	text-decoration: underline;
}

.hoverCss:hover .com-gomore.news .ii,
.hoverCss.swiper-slide-active .com-gomore.news .ii,
.hoverCss.swiper-slide-thumb-active .com-gomore.news .ii,
.hoverCss.swiper-pagination-bullet-active .com-gomore.news .ii,
.hoverCss.active .com-gomore.news .ii {
	color: var(--colorFF);
}

.hoverCss:hover .com-gomore .ii,
.hoverCss.swiper-slide-active .com-gomore .ii,
.hoverCss.swiper-slide-thumb-active .com-gomore .ii,
.hoverCss.swiper-pagination-bullet-active .com-gomore .ii,
.hoverCss.active .com-gomore .ii {
	transform: translateX(4px);
}

.hoverCss:hover .hoverCss-readshow,
.hoverCss.swiper-slide-active .hoverCss-readshow,
.hoverCss.swiper-slide-thumb-active .hoverCss-readshow,
.hoverCss.swiper-pagination-bullet-active .hoverCss-readshow,
.hoverCss.active .hoverCss-readshow {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.hoverCss:hover .hoverCss-navtt::after,
.hoverCss.swiper-slide-active .hoverCss-navtt::after,
.hoverCss.swiper-slide-thumb-active .hoverCss-navtt::after,
.hoverCss.swiper-pagination-bullet-active .hoverCss-navtt::after,
.hoverCss.active .hoverCss-navtt::after {
	width: 20px;
}

.hoverCss .hoverCss-zz::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 7;
	transition: all 0.5s;
}

.hoverCss .hoverCss-zz.zz03::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.hoverCss .hoverCss-zz.zz035::after {
	background-color: rgba(0, 0, 0, 0.35);
}

.hoverCss .hoverCss-zz.zz05::after {
	background-color: rgba(0, 0, 0, 0.5);
}

.hoverCss .hoverCss-lrline {
	position: relative;
}

.hoverCss .hoverCss-lrline.istop::before {
	bottom: inherit;
	top: 0;
}

.hoverCss .hoverCss-lrline::before {
	position: absolute;
	content: '';
	right: 0px;
	left: inherit;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--color1);
	overflow: hidden;
}

.hoverCss .hoverCss-tbline {
	position: relative;
}

.hoverCss .hoverCss-tbline::before {
	position: absolute;
	content: '';
	bottom: 0px;
	top: inherit;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
	background-color: var(--color1);
	overflow: hidden;
}

.hoverCss .hoverCss-cline {
	position: relative;
}

.hoverCss .hoverCss-cline::after {
	position: absolute;
	content: '';
	width: 0;
	overflow: hidden;
	height: 4px;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 0);
	background: #b9e85c;
	border-radius: 2px;
	transition: all 0.3s;
}

.hoverCss .hoverCss-readshow {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.5);
}

.hoverCss .hoverCss-navtt {
	position: relative;
}

.hoverCss .hoverCss-navtt::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.16rem;
	width: 0;
	height: 3px;
	border-radius: 1px;
	transform: translate(-50%, 0%);
	background-color: var(--color2);
}

.hoverCss-color1.active,
.hoverCss-color1:hover {
	color: var(--color1) !important;
}

.hoverCss-color2:hover {
	color: var(--color2) !important;
}

.hoverCss-colorFF:hover {
	color: var(--colorFF) !important;
}

.hoverCss-bgcolor1:hover {
	background-color: var(--color1) !important;
}

.hoverCss-bgcolor7:hover {
	background-color: var(--color7) !important;
}

.hoverCss-y-5:hover {
	transform: translateY(-5px);
}

.hoverCss-y-10:hover {
	transform: translateY(-10px);
}

.hoverCss-y-20:hover {
	transform: translateY(-20px);
}

.hoverCss-tdu:hover {
	text-decoration: underline;
}

[class*='icon-']::after,
[class*='icon-']::before {
	transition: all 0s;
}

.tabzz.lr::after,
.tabzz.lr::before {
	content: '';
	position: absolute;
	top: 0;
	width: 44px;
	height: 100%;
	z-index: 5;
}

.tabzz.lr::before {
	left: 0;
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.tabzz.lr::after {
	right: 0;
	background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.haszz .myzz {
	position: relative;
	z-index: 5;
}

.haszz .myzz::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 6;
}

.haszz .myzz.zz05::after {
	background-color: rgba(0, 0, 0, 0.05);
}

.haszz .myzz.zz2::after {
	background-color: rgba(0, 0, 0, 0.2);
}

.haszz .myzz.zz3::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.haszz .myzz.zz4::after {
	background-color: rgba(0, 0, 0, 0.4);
}

.haszz .myzz.zz5::after {
	background-color: rgba(0, 0, 0, 0.5);
}

.haszz .myzz.zz65::after {
	background-color: rgba(0, 0, 0, 0.65);
}

/*三角形伪类*/
.sj-p {
	position: relative;
	display: inline-block;
}

.sj-p.cover {
	z-index: 5;
}

.sj-p.cover .sj-l {
	border-left-color: var(--colorFF);
}

.sj-p.cover .sj-r {
	border-right-color: var(--colorFF);
}

.sj-p.cover .sj-t {
	border-top-color: var(--colorFF);
}

.sj-p.cover .sj-b {
	border-bottom-color: var(--colorFF);
}

.sj-p.iscolor1 .sj-l {
	border-left-color: var(--color1);
}

.sj-p.iscolor1 .sj-r {
	border-right-color: var(--color1);
}

.sj-p.iscolor1 .sj-t {
	border-top-color: var(--color1);
}

.sj-p.iscolor1 .sj-b {
	border-bottom-color: var(--color1);
}

.sj-p .sj-com {
	position: relative;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	z-index: 4;
}

.sj-p .sj-l {
	left: 0;
	border-left-color: var(--sj);
}

.sj-p .sj-r {
	right: 0;
	border-right-color: var(--sj);
}

.sj-p .sj-t {
	top: 0;
	border-top-color: var(--sj);
}

.sj-p .sj-b {
	bottom: 0;
	border-bottom-color: var(--sj);
}

.jj-kk-a,
.jj-kt-a,
.jj-kb-a,
.jj-kl-a,
.jj-kr-a {
	position: relative;
}

.jj-kk-a::after,
.jj-kt-a::after,
.jj-kb-a::after,
.jj-kl-a::after,
.jj-kr-a::after {
	content: '';
	position: absolute;
	z-index: 1;
}

.jj-kk-b,
.jj-kt-b,
.jj-kb-b,
.jj-kl-b,
.jj-kr-b {
	position: relative;
}

.jj-kk-b::before,
.jj-kt-b::before,
.jj-kb-b::before,
.jj-kl-b::before,
.jj-kr-b::before {
	content: '';
	position: absolute;
	z-index: 1;
}

.jj-kk-a:after,
.jj-kk-b:before {
	border: 1px solid var(--line);
	top: 0;
	left: 0;
}

.jj-kt-a:after,
.jj-kt-b:before {
	background: var(--line);
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
}

.jj-kl-a:after,
.jj-kl-b:before {
	background: var(--line);
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
}

.jj-kr-a:after,
.jj-kr-b:before {
	background: var(--line);
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}

.jj-kb-a:after,
.jj-kb-b:before {
	background: var(--line);
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.threeline-box {
	width: 20px;
	height: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.threeline-box::after {
	position: absolute;
	left: 2px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	content: '';
}

.threeline-box.active .threeline-1 {
	transform: translateY(350%) rotate(-45deg);
}

.threeline-box.active .threeline-3 {
	transform: translateY(-350%) rotate(45deg);
}

.threeline-box.active .threeline-2 {
	width: 0;
}

.threeline-box .threeline {
	height: 2px;
	background-color: var(--color1);
	transition: all 0.3s;
	position: relative;
}

.threeline-box .threeline-1 {
	width: 100%;
}

.threeline-box .threeline-2 {
	width: 100%;
}

.threeline-box .threeline-3 {
	width: 100%;
}

.fourLine {
	position: relative;
}

.fourLine.trbl:hover .myline-top,
.fourLine.trbl:hover .myline-bot {
	width: 100%;
}

.fourLine.trbl:hover .myline-left,
.fourLine.trbl:hover .myline-right {
	height: 100%;
}

.fourLine.trbl:hover .myline-top {
	transition: all var(--fourLineTime) ease-in-out 0s;
}

.fourLine.trbl:hover .myline-right {
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 1);
}

.fourLine.trbl:hover .myline-bot {
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 2);
}

.fourLine.trbl:hover .myline-left {
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 3);
}

.fourLine.trbl .myline-top,
.fourLine.trbl .myline-bot {
	width: 0%;
	height: 1px;
}

.fourLine.trbl .myline-left,
.fourLine.trbl .myline-right {
	width: 1px;
	height: 0%;
}

.fourLine.trbl .myline {
	position: absolute;
	background: var(--color1);
	z-index: 1;
}

.fourLine.trbl .myline-top {
	left: 0;
	top: 0;
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 3);
}

.fourLine.trbl .myline-right {
	right: 0;
	top: 0;
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 2);
}

.fourLine.trbl .myline-bot {
	right: 0;
	bottom: 0;
	transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime) * 1);
}

.fourLine.trbl .myline-left {
	left: 0;
	bottom: 0;
	transition: all var(--fourLineTime) ease-in-out 0s;
}

.fourLine.center:hover .myline-top,
.fourLine.center:hover .myline-bot {
	width: 100%;
}

.fourLine.center:hover .myline-left,
.fourLine.center:hover .myline-right {
	height: 100%;
}

.fourLine.center .myline-top,
.fourLine.center .myline-bot {
	width: 0%;
	height: 1px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.fourLine.center .myline-left,
.fourLine.center .myline-right {
	width: 1px;
	height: 0%;
	top: 50%;
	transform: translate(0%, -50%);
}

.fourLine.center .myline {
	position: absolute;
	background: var(--color1);
	z-index: 1;
	transition: all var(--fourLineCenterTime) ease-in-out 0s;
}

.fourLine.center .myline-top {
	top: 0;
}

.fourLine.center .myline-right {
	right: 0;
}

.fourLine.center .myline-bot {
	bottom: 0;
}

.fourLine.center .myline-left {
	left: 0;
}

.openline-p .openline {
	position: relative;
	width: 14px;
	height: 12px;
	cursor: pointer;
}

.openline-p.active .openline::before {
	top: 100%;
	opacity: 0;
}

.byuan {
	display: flex;
}

.byuan::before {
	position: relative;
	top: 10px;
	flex-shrink: 0;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--color1);
	margin-right: 0.1rem;
	transform: translate(0, -50%);
}

.navline {
	position: relative;
}

.navline.navline-l::after {
	right: inherit;
	left: 0;
}

.navline.navline-b::after {
	content: '';
	position: absolute;
	top: inherit;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 1px;
	background-color: var(--line);
	z-index: 2;
}

.viewline {
	position: relative;
}

.viewline::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #005da7, #f9c584);
}

.openline::after,
.openline::before {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}

.openline::after {
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.openline::before {
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
	opacity: 1;
}

.left-line {
	position: relative;
}

.left-line::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	height: 12px;
}

.x-noscroll::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.y-noscroll::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
}

.hasscroll {
	overflow-x: auto;
}

.hasscroll::-webkit-scrollbar {
	height: 4px;
	border-radius: 2px;
}

.hasscroll::-webkit-scrollbar-track {
	background: var(--color1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.hasscroll::-webkit-scrollbar-thumb {
	height: 4px;
	border-radius: 2px;
	background-color: #e6e6e6;
	opacity: 1;
}

.hasscroll::-webkit-scrollbar-thumb:window-inactive {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.y-hasscroll {
	padding-right: 10px;
	overflow-y: auto;
}

.y-hasscroll::-webkit-scrollbar {
	width: 4px;
	border-radius: 2px;
}

.y-hasscroll::-webkit-scrollbar-track {
	background-color: #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.y-hasscroll::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 2px;
	background: var(--color2);
	opacity: 1;
}

/**页脚****/
.footer-page {
	margin-top: 0.5rem;
	flex-shrink: 0;
}

.footer-page .page-box {
	display: flex;
	justify-content: center;
}

.footer-page .layui-laypage-zidingyileiming {
	margin: 0;
}

.footer-page .layui-laypage-zidingyileiming a {
	padding: 0;
	border-radius: 50%;
}

.footer-page .layui-laypage-zidingyileiming a i {
	font-size: 14px;
}

.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

.footer-page div.select,
.footer-page div.f-right {
	display: none;
}

.footer-page a.null {
	display: none;
}

.footer-page a.dian {
	font-weight: 700;
}

.footer-page a {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 2px;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-page a span {
	transition: all 0.5s;
}

.footer-page a.on {
	border-color: var(--color1);
	background-color: var(--color1);
}

.footer-page a.on span {
	color: var(--colorFF);
}

.footer-page a:hover {
	border-color: var(--color1);
	background-color: var(--color1);
	color: var(--colorFF);
}

.footer-page a:hover span {
	color: var(--colorFF);
}

.footer-page a.prev,
.footer-page a.next {
	border: 1px solid #d9d9d9;
	font-family: '宋体';
	color: #777777;
}

.footer-page a.prev {
	margin-right: 20px;
}

.footer-page a.next {
	margin-left: 20px;
}

.footer-page a.two {
	margin: 0 2px;
}

.footer-page a.rotate180 {
	transform: rotate(180deg);
}

.videobox {
	cursor: pointer;
}

.videobox .videoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	opacity: 0.8;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.videobox .videoBtn .tt {
	margin-top: 14px;
	color: var(--colorFF);
}

.videobox:hover .videoBtn {
	opacity: 1;
}

.otherimg {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 99999;
	display: none;
}

.otherimg::before {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
}

.otherimg.posvideo::before {
	background: rgba(0, 0, 0, 0.7);
}

.otherimg.on {
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
}

.otherimg img,
.otherimg iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
	max-height: var(--container-width);
	max-width: var(--container-width);
}

.otherimg video {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 1440px;
	transform: translate(-50%, -50%);
}

.r-numul .r-numli {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: comNum;
}

.r-numul .r-numli .nn {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}

.r-numul .r-numli .nn .numCX {
	position: relative;
}

.r-numul .r-numli .nn .other {
	position: absolute;
	right: -18px;
	top: 6px;
}

.com-gomore {
	cursor: pointer;
	flex-shrink: 0;
	height: 48px;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 0 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color1);
	transition: all 0.5s;
}

.com-gomore.product {
	border-radius: 4px;
}

.com-gomore.b2 {
	background-color: transparent;
	border: 1px solid var(--color2);
}

.com-gomore.b2 .tt {
	color: var(--color2);
}

.com-gomore.b2 .ii {
	color: var(--color2);
}

.com-gomore.b2:hover {
	background-color: var(--color2);
	border: 1px solid var(--color2);
}

.com-gomore.b2:hover .tt {
	color: var(--colorFF);
}

.com-gomore.b2:hover .ii {
	color: var(--colorFF);
}

.com-gomore.bf {
	background-color: transparent;
	border: 1px solid var(--colorFF);
}

.com-gomore.bf .tt {
	color: var(--colorFF);
}

.com-gomore.bf .ii {
	color: var(--colorFF);
}

.com-gomore.bf:hover {
	background-color: var(--colorFF);
	border: 1px solid var(--colorFF);
}

.com-gomore.bf:hover .tt {
	color: var(--color1);
}

.com-gomore.bf:hover .ii {
	color: var(--color1);
}

.com-gomore.whiteB {
	background-color: transparent;
	border: 1px solid var(--color1);
}

.com-gomore.whiteB .tt {
	color: var(--color1);
}

.com-gomore.whiteB .ii {
	color: var(--color1);
}

.com-gomore.whiteB.grid {
	height: 34px;
	padding: 0 11px;
}

.com-gomore.whiteB:hover {
	background-color: var(--color1);
	border: 1px solid var(--color1);
}

.com-gomore.whiteB:hover .tt {
	color: var(--colorFF);
}

.com-gomore.whiteB:hover .ii {
	color: var(--colorFF);
}

.com-gomore.fontIcon {
	background-color: transparent;
}

.com-gomore.fontIcon.nobtn {
	padding: 0;
	height: auto;
}

.com-gomore.fontIcon.iscolor2 .tt {
	color: var(--color2);
}

.com-gomore.fontIcon.iscolor2 .ii {
	color: var(--color2);
}

.com-gomore.fontIcon .tt {
	color: var(--color1);
}

.com-gomore.fontIcon .ii {
	color: var(--color1);
}

.com-gomore.news {
	background-color: var(--colorFF);
}

.com-gomore.news .tt {
	color: var(--color1);
}

.com-gomore.news .ii {
	color: var(--color1);
}

.com-gomore.news:hover {
	background-color: var(--color1);
}

.com-gomore.news:hover .tt {
	color: var(--colorFF);
	text-decoration: underline;
}

.com-gomore.news:hover .ii {
	color: var(--colorFF);
}

.com-gomore:hover .ii {
	transform: translateX(4px);
}

.com-gomore .tt {
	color: var(--colorFF);
	transition: all 0.3s;
}

.com-gomore .ii {
	margin-left: 14px;
	font-size: 16px;
	color: var(--colorFF);
	transition: all 0.3s;
}

.my-popup {
	position: fixed;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.my-popup .mask {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
}

.my-popup.active {
	opacity: 1;
	visibility: visible;
}

.my-popup.active .mask {
	display: block;
}

.my-popup .abs-box {
	width: var(--container-width);
	max-width: 780px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.my-popup .pop-c {
	width: 100%;
	background-color: var(--colorFF);
	transition: all ease-in-out 0.4s;
}

.my-popup .pop-c.recruit {
	padding: 0 0.5rem;
}

.my-popup .pop-c.recruit .mytt {
	padding-top: 0.5rem;
}

.my-popup .pop-c.recruit .myclose {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #cccccc;
}

.my-popup .pop-c.recruit .mylink {
	padding: 0.3rem 0;
}

.my-popup .pop-c.recruit .mylink .com-gomore {
	height: 45px;
	width: 110px;
	padding: 0;
}

.com-tabb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com-tabb.default {
	padding: 0.36rem 0;
	border-top: 1px solid var(--line);
	margin-top: 0.8rem;
}

.com-tabb.default .tab {
	width: 45%;
}

.com-tabb.default .tabb-l,
.com-tabb.default .tabb-r {
	display: flex;
	align-items: center;
}

.com-tabb.default .tabb-l:hover .h-icon,
.com-tabb.default .tabb-r:hover .h-icon {
	color: var(--colorFF);
}

.com-tabb.default .tabb-l .h-icon,
.com-tabb.default .tabb-r .h-icon {
	font-size: var(--fz36);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	flex-shrink: 0;
}

.com-tabb.default .tabb-l .text,
.com-tabb.default .tabb-r .text {
	margin: 0 0.3rem;
}

.com-tabb.default .tabb-l .text .t1,
.com-tabb.default .tabb-r .text .t1 {
	color: var(--colortt);
}

.com-tabb.default .tabb-l .text .t2,
.com-tabb.default .tabb-r .text .t2 {
	color: var(--colordd);
}

.com-tabb.default .tabb-l .text .t1 {
	text-align: right;
}

.com-tabb.default .tabb-r {
	justify-content: flex-end;
}

.com-tabb.default .tabb-r .text .t1 {
	text-align: left;
}

.com-tabb.default .tabb-r .text .t2 {
	text-align: left;
}

.com-tabb.default .backimg {
	width: 60px;
	height: 60px;
}

.com-tabb.doctor {
	padding: 0.3rem 0.5rem;
	border-top: 1px solid var(--line);
}

.com-tabb.doctor .tab {
	width: 110px;
}

.com-tabb.doctor .tabb-l,
.com-tabb.doctor .tabb-r {
	display: flex;
	align-items: center;
}

.com-tabb.doctor .tabb-l:hover .h-icon,
.com-tabb.doctor .tabb-r:hover .h-icon {
	color: var(--colorFF);
}

.com-tabb.doctor .tabb-l .h-icon,
.com-tabb.doctor .tabb-r .h-icon {
	font-size: var(--fz36);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	flex-shrink: 0;
}

.com-tabb.doctor .tabb-l .text,
.com-tabb.doctor .tabb-r .text {
	margin: 0 10px;
}

.com-tabb.doctor .tabb-l .text .t1,
.com-tabb.doctor .tabb-r .text .t1 {
	color: var(--color8d);
}

.com-tabb.doctor .tabb-l .text .t2,
.com-tabb.doctor .tabb-r .text .t2 {
	color: var(--colordd);
}

.com-tabb.doctor .tabb-l .text .t1 {
	text-align: right;
}

.com-tabb.doctor .tabb-r {
	justify-content: flex-end;
}

.com-tabb.doctor .tabb-r .text .t1 {
	text-align: left;
}

.com-tabb.doctor .tabb-r .text .t2 {
	text-align: left;
}

.com-tabb.doctor .backimg {
	width: 60px;
	height: 60px;
}

.com-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
}

.com-dots.recruit .swiper-pagination-bullet {
	background: var(--color1);
	border: 2px solid var(--color1);
	margin: 0 3px;
	opacity: 0.5;
	box-sizing: border-box;
	flex-shrink: 0;
}

.com-dots.recruit .swiper-pagination-bullet.swiper-pagination-bullet-active,
.com-dots.recruit .swiper-pagination-bullet:hover {
	background-color: var(--colorFF);
	opacity: 1;
}

.com-dots .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 6px;
	opacity: 1;
	transition: all 0.5s;
	box-sizing: content-box;
}

.com-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.com-dots .swiper-pagination-bullet:hover {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

.backgFont {
	position: absolute;
}

.backgFont .fontbox .backgFontSpan {
	font-size: 2rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
	user-select: none;
	font-family: 'Poppins-Regular';
	transition: all 1s ease 0.4s;
}

.backgFont .fontbox .backgFontSpan+.backgFontSpan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate(-8px, 6px);
	color: rgba(255, 255, 255, 0.8);
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
}

.sec-tt {
	flex-shrink: 0;
	width: 180px;
	height: 32px;
	transition: all 0.5s;
	position: relative;
	padding: 0 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sec-tt.about {
	width: 140px;
	height: 26px;
	padding: 0 18px;
}

.sec-tt.about .tt {
	color: var(--colorFF);
	font-size: var(--fz16);
}

.sec-tt .ttbg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.sec-tt .ttbg .ttspan {
	border-radius: 16px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			rgba(var(--colortt-rgba), 0.55),
			rgba(var(--color1-rgba), 0.55),
			rgba(var(--color1-rgba), 0.6),
			rgba(var(--color1-rgba), 0.8));
}

.sec-tt .ttbg+.ttbg {
	z-index: 4;
}

.sec-tt .ttbg+.ttbg .ttspan {
	transform: translate(6.6%, 29.1%);
	background-image: linear-gradient(90deg,
			rgba(var(--color2-rgba), 0.4),
			rgba(var(--color2-rgba), 0.3),
			rgba(var(--color2-rgba), 0.3),
			rgba(var(--color2-rgba), 0.2));
}

.sec-tt::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--color1);
}

.sec-tt .tt {
	color: var(--colorFF);
	font-size: var(--fz20);
}

.timebox {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.timebox .ttbg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.timebox .ttbg .ttspan {
	border-radius: var(--border10);
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(241, 246, 251, 0.85),
			rgba(var(--color1-rgba), 0.85));
}

.timebox .ttbg+.ttbg {
	z-index: 4;
}

.timebox .ttbg+.ttbg .ttspan {
	transform: translate(7.1%, 7.1%);
	background: linear-gradient(120deg, rgba(var(--color2-rgba), 1), #f6eee4);
}

.towPres {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	transition: all 0.5s;
}

.towPres.isexpert {
	width: 1.2rem;
	height: 2.54rem;
	bottom: inherit;
	top: 0;
}

.towPres.isexpert .mypre {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.towPres.isexpert .mypre .prespan {
	border-radius: 0 0 0.6rem 0.6rem;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(360deg,
			rgba(var(--color1-rgba), 0.8),
			rgba(var(--color1-rgba), 0.5),
			rgba(var(--color1-rgba), 0.045),
			rgba(var(--color1-rgba), 0.03));
}

.towPres.isexpert .mypre+.mypre {
	z-index: 4;
	animation-delay: 0.6s;
}

.towPres.isexpert .mypre+.mypre .prespan {
	width: calc(70 / 120 * 100%);
	height: calc(146 / 254 * 100%);
	transform: translate(-76%, 0%);
	background-image: linear-gradient(360deg,
			rgba(var(--color2-rgba), 0.8),
			rgba(var(--color2-rgba), 0.5),
			rgba(var(--color2-rgba), 0.045),
			rgba(var(--color2-rgba), 0.03));
}

.towPres.ispage {
	height: var(--toolsheight);
	bottom: 55.5%;
}

.towPres.ispage.ismore {
	height: 35px;
	bottom: 0;
}

.towPres.ispage.ismore .mypre {
	width: calc(373 / 417 * 100%);
}

.towPres.ispage.ismore .mypre .prespan {
	border-radius: 18px 0 0 18px;
}

.towPres.ispage .mypre {
	position: absolute;
	left: inherit;
	right: 0;
	bottom: 0;
	width: calc(660 / 1920 * 100%);
	height: 100%;
	z-index: 5;
}

.towPres.ispage .mypre .prespan {
	border-radius: calc(var(--toolsheight) / 2) 0 0 calc(var(--toolsheight) / 2);
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			rgba(var(--color1-rgba), 0.8),
			rgba(var(--color1-rgba), 0.5),
			rgba(var(--color1-rgba), 0.1),
			rgba(var(--color1-rgba), 0.1));
}

.towPres.ispage .mypre+.mypre {
	animation-delay: 0.6s;
}

.towPres.ispage .mypre+.mypre .prespan {
	transform: translate(39.14%, 55.5%);
	background-image: linear-gradient(90deg,
			rgba(var(--color2-rgba), 0),
			rgba(var(--color2-rgba), 0.4),
			rgba(var(--color2-rgba), 0.8),
			rgba(var(--color2-rgba), 0.8));
}

.towPres.ishidebanner {
	bottom: inherit;
	top: 0;
	height: calc(157 / 66 * 100%);
}

.towPres.ishidebanner .mypre {
	position: absolute;
	left: 0;
	top: var(--toolsheight);
	height: 100%;
	width: calc(1230 / 1920 * 100%);
	z-index: 5;
	animation-name: fadeInLeft;
}

.towPres.ishidebanner .mypre .prespan {
	border-radius: 0 calc(var(--toolsheight) * 1.19) calc(var(--toolsheight) * 1.19) 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			rgba(var(--color1-rgba), 0.3),
			rgba(var(--color1-rgba), 0.6),
			rgba(var(--color1-rgba), 0.8),
			rgba(var(--color1-rgba), 0.8));
}

.towPres.ishidebanner .mypre+.mypre {
	left: inherit;
	right: 0;
	animation-delay: 0.6s;
	top: 0;
	z-index: 4;
	animation-name: fadeInRight;
}

.towPres.ishidebanner .mypre+.mypre .prespan {
	border-radius: 0;
	transform: translate(0%, 0%);
	background-image: linear-gradient(90deg,
			rgba(var(--color2-rgba), 0),
			rgba(var(--color2-rgba), 0.3),
			rgba(var(--color2-rgba), 0.5),
			rgba(var(--color2-rgba), 0.8));
}

.towPres .mypre {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 67.7%;
	height: 100%;
}

.towPres .mypre .prespan {
	border-radius: 0 56px 56px 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			rgba(var(--color1-rgba), 0.8),
			rgba(var(--color1-rgba), 0.5),
			rgba(var(--color1-rgba), 0.1),
			rgba(var(--color1-rgba), 0.1));
}

.towPres .mypre+.mypre {
	animation-delay: 0.6s;
}

.towPres .mypre+.mypre .prespan {
	transform: translate(6.6%, 29.1%);
	background-image: linear-gradient(90deg,
			rgba(var(--color2-rgba), 0),
			rgba(var(--color2-rgba), 0.1),
			rgba(var(--color2-rgba), 0.4),
			rgba(var(--color2-rgba), 0.6));
}

.com-statebox.clr {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 6;
}

.com-statebox.clr .twoBtn .maxl {
	transform: translateX(-150%);
}

.com-statebox.clr .twoBtn .maxr {
	transform: translateX(150%);
}

.com-statebox.cmax {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: var(--container-width);
	z-index: 6;
}

.com-state.mainbanner .h-icon {
	color: #ffffff;
}

.com-state.mainmore .h-icon {
	color: #111111;
}

.com-state.mainmore .progressbox {
	width: 100%;
	margin-left: 0;
}

.com-state.mainmore .progressbox .com-progress {
	flex: 1;
	width: auto;
	height: 2px;
}

.com-state.mainmore .progressbox .com-num {
	width: auto;
	margin: 0 0.5rem;
}

.com-state .twoBtn.max .maxl {
	transform: translateX(-100%);
}

.com-state .twoBtn.max .maxr {
	transform: translateX(100%);
}

.com-state .twoBtn.transparent .h-icon {
	background: transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	border: 1px solid #e7e7e7;
	color: #d2d2d2;
}

.com-state .twoBtn.transparent .h-icon:hover {
	background-color: var(--color1);
	color: #ffffff;
	border: 1px solid var(--color1);
}

.com-state .twoBtn .h-icon {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	border: 1px solid #e6e6e6;
	color: var(--color1);
	transition: all ease-in-out 0.3s;
}

.com-state .twoBtn .h-icon.swiper-button-disabled {
	background-color: #f7f7f7;
	color: #d2d2d2;
	opacity: 1;
}

.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
	border: 1px solid #e6e6e6;
	background-color: #f7f7f7;
	color: #d2d2d2;
}

.com-state .twoBtn .h-icon:hover {
	border: 1px solid var(--color1);
	background-color: var(--color1);
	color: #ffffff;
}

.com-state .line-box {
	position: relative;
}

.com-state .line-box.isexpert::after {
	height: 0.86rem;
	opacity: 0.4;
}

.com-state .line-box::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1rem;
	background-color: #ececec;
}

.com-state .line-box .c-icon {
	cursor: pointer;
}

.com-state .line-box .c-icon:hover {
	color: var(--color1);
}

.com-state .line-box .c-icon+.c-icon {
	margin-left: 0.56rem;
}

.com-state .com-pause.canplay::before {
	content: '';
}

.com-state .com-num {
	line-height: 1;
	font-family: comNum;
}

.com-state .progressbox {
	position: relative;
	margin-left: 0.3rem;
}

.com-state .progressbox.m-product {
	width: 140px;
}

.com-state .progressbox.m-product .com-num {
	display: flex;
	justify-content: space-between;
}

.com-state .progressbox.m-product .com-progress {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 3px;
}

.com-state .com-progress {
	position: relative;
	width: 80px;
	height: 3px;
	background-color: rgba(36, 36, 36, 0.15);
}

.com-state .com-progress .swiper-pagination-progressbar-fill {
	background-color: var(--color1);
}

.com-state .com-progress .proess {
	height: 100%;
	width: 0%;
	transition: all 1s;
	background-color: var(--color1);
}

.com-lrbtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	border: 1px solid #e6e6e6;
	color: var(--color1);
	transition: all ease-in-out 0.3s;
}

.com-lrbtn.swiper-button-disabled {
	background-color: #f7f7f7;
	color: #d2d2d2;
	opacity: 1;
}

.com-lrbtn.swiper-button-disabled:hover {
	border: 1px solid #e6e6e6;
	background-color: #f7f7f7;
	color: #d2d2d2;
}

.com-lrbtn:hover {
	border: 1px solid var(--color1);
	background-color: var(--color1);
	color: #ffffff;
}

.swiper-button-disabled {
	opacity: 0.4;
	cursor: not-allowed !important;
}

[class*='aniBox-'] {
	transition: all ease-in-out 0.8s;
}

.aniBox.active .aniBox-botTop {
	transform: translate(0, 0);
	opacity: 1;
}

.aniBox.active .aniBox-leftRight {
	transform: translate(0, 0);
	opacity: 1;
}

.aniBox.active .aniBox-leftRight100 {
	transform: translate(0, 0);
	opacity: 1;
}

.aniBox.active .aniBox-rightLeft {
	transform: translate(0, 0);
	opacity: 1;
}

.aniBox.active .aniBox-opacity0-1 {
	opacity: 1;
}

.aniBox .aniBox-botTop {
	transform: translate(0, 50%);
	opacity: 0;
}

.aniBox .aniBox-leftRight {
	transform: translate(-50%, 0);
	opacity: 0;
}

.aniBox .aniBox-leftRight100 {
	transform: translate(-100%, 0);
	opacity: 0;
}

.aniBox .aniBox-rightLeft {
	transform: translate(50%, 0);
	opacity: 0;
}

.aniBox .aniBox-opacity0-1 {
	opacity: 0;
	transition: all 0.3s;
}

@media only screen and (min-width: 1921px) {

	/* update-content */
	html {
		font-size: 114px;
	}

	/* update-content-end */
	body {
		line-height: 1.6;
	}
}

@media only screen and (max-width: 1921px) {
	html {
		font-size: 100px;
	}

	body {
		line-height: 1.6;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 90px;
	}

	/*共享样式*/
	:root {
		--border10: 10px;
		--border20: 20px;
		--border30: 30px;
		--border40: 40px;
		--border80: 80px;
		--fz90: 75px;
		--fz80: 66px;
		--fz70: 58px;
		--fz60: 50px;
		--fz56: 46px;
		--fz52: 43px;
		--fz50: 41px;
		--fz48: 40px;
		--fz46: 38px;
		--fz40: 30px;
		--fz38: 33px;
		--fz36: 33px;
		--fz30: 26px;
		--fz28: 26px;
		--fz26: 24px;
		--fz24: 22px;
		--fz22: 20px;
		--fz20: 18px;
		--fz18: 16px;
		--fz16: 14px;
		--fz14: 14px;
		--fz12: 12px;
	}
}

@media only screen and (max-width: 1400px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (max-width: 1280px) {
	html {
		font-size: 55px;
	}

	/*共享样式*/
	:root {
		--border10: 10px;
		--border20: 20px;
		--border30: 30px;
		--border40: 40px;
		--border80: 80px;
		--fz90: 60px;
		--fz80: 50px;
		--fz70: 46px;
		--fz60: 42px;
		--fz56: 40px;
		--fz52: 38px;
		--fz50: 36px;
		--fz48: 36px;
		--fz46: 34px;
		--fz40: 30px;
		--fz38: 30px;
		--fz36: 30px;
		--fz30: 28px;
		--fz28: 28px;
		--fz26: 24px;
		--fz24: 22px;
		--fz22: 20px;
		--fz20: 18px;
		--fz18: 16px;
		--fz16: 14px;
		--fz14: 14px;
		--fz12: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 55px;
	}

	.wmrt1 {
		margin-top: 1rem;
	}

	.wmrt08 {
		margin-top: 0.8rem;
	}

	.wmrt07 {
		margin-top: 0.7rem;
	}

	.wmrt06 {
		margin-top: 0.6rem;
	}

	.wmrt05 {
		margin-top: 0.5rem;
	}

	.wmrt045 {
		margin-top: 0.45rem;
	}

	.wmrt04 {
		margin-top: 0.4rem;
	}

	.wmrt03 {
		margin-top: 0.3rem;
	}

	.wmrt025 {
		margin-top: 0.25rem;
	}

	.wmrt02 {
		margin-top: 0.2rem;
	}

	.wmrt01 {
		margin-top: 0.1rem;
	}

	.wmrt20 {
		margin-top: 20px;
	}

	.mygrid4-2 {
		grid-template-columns: repeat(3, 1fr);
	}

	.mygrid4,
	.mygrid3,
	.mygrid3-2,
	.mygrid2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.lr-tb {
		display: flex;
		flex-direction: column;
	}

	.lr-tb .order2 {
		order: 2;
	}

	.lr-tb .order1 {
		order: 1;
	}

	.tb-lr {
		display: flex;
		flex-direction: row;
	}

	.tb-lr .order2 {
		order: 2;
	}

	.tb-lr .order1 {
		order: 1;
	}

	.mow100 {
		width: 100% !important;
	}

	.mow50 {
		width: 50% !important;
	}

	.w50-100 {
		width: 100%;
	}

	.web {
		display: none;
	}

	.mobile {
		display: block;
	}

	.flex-web {
		display: none;
	}

	.inflex-web {
		display: none;
	}

	.flex-mob {
		display: flex;
	}

	/*共享样式*/
	:root {
		--navheight-default: 148px;
		--navheight: 66px;
		--downnavheight: -66px;
		--pagenavheight: 66px;
		--downpagenavheight: -66px;
		--toolsheight: 50px;
		--inputheight: 40px;
		--menuWidth: 66px;
		--logoTop-main: 40px;
		--logoTop: 46px;
		--logoBot: 40px;
		--logoPage: 50px;
		--mmt: 0.4rem;
		--mmt2: 0.8rem;
		--mmt3: 1rem;
		--border10: 10px;
		--border20: 10px;
		--border30: 20px;
		--border40: 20px;
		--border80: 45px;
		--fz90: 50px;
		--fz80: 40px;
		--fz70: 40px;
		--fz60: 40px;
		--fz56: 36px;
		--fz52: 36px;
		--fz50: 34px;
		--fz48: 34px;
		--fz46: 30px;
		--fz40: 28px;
		--fz38: 28px;
		--fz36: 28px;
		--fz30: 20px;
		--fz28: 20px;
		--fz26: 20px;
		--fz24: 18px;
		--fz22: 18px;
		--fz20: 18px;
		--fz18: 16px;
		--fz16: 14px;
		--fz14: 14px;
		--fz12: 12px;
	}

	.mmt {
		margin-top: var(--mmt);
	}

	.mmt2 {
		margin-top: var(--mmt2);
	}

	.mmt3 {
		margin-top: var(--mmt3);
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 40px;
	}

	.mygrid4-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mygrid4,
	.mygrid3,
	.mygrid2 {
		grid-template-columns: repeat(1, 1fr);
	}

	.vh100.mvw50 {
		height: 50vw;
	}

	.vh100.mvw65 {
		height: 65vw;
	}

	.vh100.mvw70 {
		height: 70vw;
	}

	.vh100.mvw100 {
		height: 100vw;
	}

	.backgFont {
		position: absolute;
	}

	.backgFont .fontbox .backgFontSpan {
		font-size: 15vw;
	}

	.backgFont .fontbox .backgFontSpan+.backgFontSpan {
		transform: translate(-3px, 3px);
	}

	/*共享样式*/
	:root {
		--border10: 10px;
		--border20: 10px;
		--border30: 20px;
		--border40: 20px;
		--border80: 45px;
		--fz90: 32px;
		--fz80: 32px;
		--fz70: 32px;
		--fz60: 32px;
		--fz56: 32px;
		--fz52: 24px;
		--fz50: 24px;
		--fz48: 22px;
		--fz46: 22px;
		--fz40: 22px;
		--fz38: 22px;
		--fz36: 22px;
		--fz30: 20px;
		--fz28: 18px;
		--fz26: 18px;
		--fz24: 18px;
		--fz22: 16px;
		--fz20: 16px;
		--fz18: 14px;
		--fz16: 14px;
		--fz14: 14px;
		--fz12: 12px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
		line-height: 1.4;
	}
}

.pagemain {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

.pagemain.inslid {
	background-image: linear-gradient(90deg, var(--bg3), #ffffff);
}

.pagemain.isdepartment {
	background-color: var(--bg3);
}

.ny-content {
	position: relative;
	z-index: 1;
	padding: 0.75rem 0 1rem;
}

.ny-content::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	max-height: 1024px;
	background-image: linear-gradient(180deg, var(--bg3), #ffffff);
}

.ny-content .pagecontent {
	width: calc(100% - 260px);
	display: flex;
}

.ny-content .pagecontent .mycontent {
	padding: 0.8rem 0 0;
	flex: 1;
}

.ny-content .pagecontent .ny-top {
	margin-bottom: 0.35rem;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line {
	width: 24px;
	height: 6px;
	position: relative;
	background-color: #fdebd4;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after,
.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
	position: absolute;
	content: '';
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--color1);
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after {
	left: 0;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
	right: 0;
}

.ny-content .pagecontent .about-history-tab {
	width: 150px;
	flex-shrink: 0;
	min-height: 950px;
}

.max50bg {
	position: relative;
}

.max50bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70%;
	max-height: 1024px;
	background-image: linear-gradient(180deg, var(--bg3), #ffffff);
	z-index: 1;
}

#main-linelist {
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#main-linelist.ishide {
	display: none;
}

#main-linelist.color1 .mline.swiper-pagination-bullet-active {
	opacity: 1;
}

#main-linelist.color1 .mline.swiper-pagination-bullet-active .leftline::before {
	background-color: var(--color1);
}

#main-linelist.color1 .mline:hover {
	opacity: 1;
}

#main-linelist.color1 .mline:hover .leftline::before {
	background-color: var(--color1);
}

#main-linelist.color1 .mline .mline-tt {
	color: var(--color1);
}

#main-linelist.color1 .mline .leftline::before {
	background-color: #d2d2d2;
}

#main-linelist.color2 .mline.swiper-pagination-bullet-active {
	opacity: 1;
}

#main-linelist.color2 .mline:hover {
	opacity: 1;
}

#main-linelist.color2 .mline .mline-tt {
	color: var(--color2);
}

#main-linelist.color2 .mline .leftline::before {
	background-color: var(--color2);
}

#main-linelist .mline {
	position: relative;
	width: auto;
	height: 32px;
	border-radius: 0;
	background: transparent;
	opacity: 0.8;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#main-linelist .mline.swiper-pagination-bullet-active {
	opacity: 1;
}

#main-linelist .mline.swiper-pagination-bullet-active .mline-tt {
	visibility: visible;
	transition: all 0.3s;
}

#main-linelist .mline.swiper-pagination-bullet-active .leftline::before {
	width: 100%;
}

#main-linelist .mline:hover {
	opacity: 1;
}

#main-linelist .mline:hover .mline-tt {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

#main-linelist .mline:hover .leftline::before {
	width: 100%;
}

#main-linelist .mline .leftline {
	margin-right: 20px;
	z-index: 5;
	display: inline-block;
	content: '';
	width: 50px;
	height: 1px;
	opacity: 0.7;
	border-radius: 1px;
	position: relative;
}

#main-linelist .mline .leftline::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: var(--colorFF);
	transition: all 0.3s;
}

#main-linelist .mline .mline-tt {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	font-size: 14px;
	color: var(--colorFF);
}

#main-linelist .mline::after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 32px;
}

.top-100 {
	position: relative;
	top: -100px;
}

.submitform {
	padding: 70px 0 116px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.submitform.hasdd {
	padding: 0;
}

.submitform.hasdd::after {
	background-color: #f2f2f2;
	height: 210px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.submitform.hasdd .container {
	padding: 40px 100px 90px;
	border-radius: var(--border20);
	background-color: #fff;
}

.submitform .tt {
	font-weight: 700;
	text-align: center;
	color: var(--color22);
}

.submitform .container {
	z-index: 6;
	padding: 0 100px;
}

.common-form.shop .myinfo {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.common-form.shop .myinfo .my-inline-block {
	padding: 0.2rem 0;
	display: flex;
	position: relative;
	align-items: flex-start;
	border-bottom: 1px solid var(--line);
}

.common-form.shop .myinfo .my-inline-block:nth-child(1) {
	border-top: 1px solid var(--line);
}

.common-form.shop .myinfo .my-inline-block.w100 {
	width: 100%;
}

.common-form.shop .myinfo .layui-input-inline {
	position: relative;
	float: inherit;
	flex: 1;
	margin-right: 0px;
}

.common-form.shop .myinfo .layui-input-inline+.layui-input-inline {
	margin-left: 10px;
}

.common-form.shop .myinfo .layui-input-inline .h-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.common-form.shop .myinfo .layui-input-inline .layui-form-select dl {
	top: 64px;
}

.common-form.shop .myinfo .my-label {
	max-width: 350px;
	height: 60px;
	flex: 1;
	padding: 0 0.4rem 0 0.2rem;
}

.common-form.shop .myinfo .my-label .labreq {
	font-size: var(--fz12);
	background-color: #f9c584;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	line-height: 2;
	padding: 0 10px;
}

.common-form.shop .myinfo .my-input {
	width: calc(640 / 990 * 100%);
	position: relative;
	display: flex;
	align-items: center;
}

.common-form.shop .myinfo .my-input.yzm .inp {
	max-width: 200px;
}

.common-form.shop .myinfo .my-input .yzmimg {
	margin-left: 12px;
	width: 130px;
	height: 50px;
	z-index: 6;
}

.common-form.shop .myinfo .my-input .text {
	width: 100%;
	height: 310px;
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px;
	transition: all 0.3s;
}

.common-form.shop .myinfo .my-input .text:focus {
	border: 1px solid var(--color1) !important;
}

.common-form.shop .myinfo .my-input .text::placeholder {
	color: #cecece;
	font-size: 16px;
}

.common-form.shop .myinfo .inp,
.common-form.shop .myinfo .layui-input {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	font-size: 16px;
	transition: all 0.3s;
	z-index: 5;
}

.common-form.shop .myinfo .inp:focus,
.common-form.shop .myinfo .layui-input:focus {
	border: 1px solid var(--color1) !important;
}

.common-form.shop .myinfo .inp::placeholder,
.common-form.shop .myinfo .layui-input::placeholder {
	color: #bfbfbf;
	font-size: var(--fz16);
}

.common-form.shop .myinfo .layui-input {
	padding: 0 44px 0 20px;
}

.common-form.shop .myinfo .layui-edge {
	display: none;
}

.common-form.recruit .myinfo {
	margin-top: 30px;
	grid-column-gap: 22px;
	grid-row-gap: 20px;
}

.common-form.recruit .myinfo .my-inline-block {
	height: 55px;
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0.2rem;
	background-color: #f0f0f2;
}

.common-form.recruit .myinfo .my-label {
	flex-shrink: 0;
}

.common-form.recruit .myinfo .my-label .labreq {
	font-size: var(--fz12);
	background-color: #f9c584;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	line-height: 2;
	padding: 0 10px;
}

.common-form.recruit .myinfo .my-label .labtt {
	color: #9d9d9d;
	font-size: var(--fz16);
}

.common-form.recruit .myinfo .my-input {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.common-form.recruit .myinfo .inp,
.common-form.recruit .myinfo .layui-input {
	background-color: #f0f0f2;
	width: 100%;
	height: 55px;
	line-height: 55px;
	z-index: 5;
}

.common-form.recruit .myinfo .layui-input {
	padding: 0 44px 0 20px;
}

.common-form.recruit .myinfo .layui-edge {
	display: none;
}

.common-form.recruit .linkbtn {
	padding: 0.35rem 0;
}

.common-form.recruit .linkbtn .btn-tj {
	background-color: var(--color1);
	border-radius: 5px;
	width: 280px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-form.default .myinfo {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.common-form.default .myinfo .my-inline-block {
	position: relative;
	width: calc((100% - 10px) / 2);
}

.common-form.default .myinfo .my-inline-block:nth-child(n + 3) {
	margin-top: 10px;
}

.common-form.default .myinfo .my-inline-block.w100 {
	width: 100%;
}

.common-form.default .myinfo .layui-input-inline {
	position: relative;
	float: inherit;
	flex: 1;
	margin-right: 0px;
}

.common-form.default .myinfo .layui-input-inline+.layui-input-inline {
	margin-left: 10px;
}

.common-form.default .myinfo .layui-input-inline .h-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.common-form.default .myinfo .layui-input-inline .layui-form-select dl {
	top: 64px;
}

.common-form.default .myinfo .my-label {
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--color22);
	line-height: 1.1;
}

.common-form.default .myinfo .my-label .xin {
	color: #e70000;
}

.common-form.default .myinfo .my-input {
	width: 100%;
	position: relative;
}

.common-form.default .myinfo .my-input .yzmimg {
	position: absolute;
	right: 8px;
	top: 10px;
	width: 100px;
	height: 40px;
	z-index: 6;
}

.common-form.default .myinfo .my-input .text {
	width: 100%;
	height: 150px;
	border: 1px solid #dcdcdc;
	padding: 20px;
	font-size: 16px;
	transition: all 0.3s;
}

.common-form.default .myinfo .my-input .text:focus {
	border: 1px solid var(--color1) !important;
}

.common-form.default .myinfo .my-input .text::placeholder {
	color: #cecece;
	font-size: 16px;
}

.common-form.default .myinfo .inp,
.common-form.default .myinfo .layui-input {
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	transition: all 0.3s;
	z-index: 5;
}

.common-form.default .myinfo .inp:focus,
.common-form.default .myinfo .layui-input:focus {
	border: 1px solid var(--color1) !important;
}

.common-form.default .myinfo .inp::placeholder,
.common-form.default .myinfo .layui-input::placeholder {
	color: #cecece;
	font-size: 16px;
}

.common-form.default .myinfo .inp.yzm,
.common-form.default .myinfo .layui-input.yzm {
	padding: 0 116px 0 20px;
}

.common-form.default .myinfo .layui-input {
	padding: 0 44px 0 20px;
}

.common-form.default .myinfo .layui-edge {
	display: none;
}

.common-form .layui-form-item {
	margin-bottom: 0;
}

.common-form .layui-form-select dl dd,
.common-form .layui-form-select dl dt {
	line-height: 60px;
	padding: 0 20px !important;
}

.common-form .layui-form-select dl dd.layui-this {
	background-color: var(--color3);
}

.common-form .layui-form-select dl::-webkit-scrollbar {
	width: 4px;
	border-radius: 2px;
}

.common-form .layui-form-select dl::-webkit-scrollbar-track {
	background-color: #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.common-form .layui-form-select dl::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 2px;
	background: #e4002b;
	-webkit-box-shadow: inset 0 0 6px pink;
	opacity: 1;
}

.common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
	background: #e4002b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.common-form .submitbtn {
	cursor: pointer;
	margin: 0.5rem auto 0;
	width: 320px;
	height: 76px;
	border-radius: 5px;
	background: var(--color1);
	color: var(--colorFF);
}

.common-form .submitbtn .btn-tj {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.j-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.j-form .j-form-item {
	width: calc(280 / 990 * 100%);
}

.j-form .j-form-item.hasserch {
	width: calc(400 / 990 * 100%);
}

.j-form .j-form-item .item-show {
	position: relative;
}

.j-form .j-form-item .item-show .item-label {
	font-size: var(--fz14);
	color: var(--rich);
	line-height: 1;
	margin-bottom: 12px;
}

.j-form .j-form-item .item-show .item-views {
	display: flex;
	justify-content: space-between;
}

.j-form .j-form-item .item-show .item-views .views-p {
	flex: 1;
	padding: 0 12px;
	background-color: var(--colorFF);
	border: 1px solid var(--line);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.j-form .j-form-item .item-show .item-views .views-p .views {
	width: 100%;
	font-size: var(--fz16);
	color: var(--colortt);
	line-height: 2.875;
	cursor: pointer;
}

.j-form .j-form-item .item-show .item-views .views-p .views-icon {
	margin-left: 12px;
	font-size: var(--fz20);
}

.j-form .j-form-item .item-show .item-views .views-btn {
	margin-left: 14px;
	flex-shrink: 0;
	background-color: var(--color1);
	border-radius: 5px;
	padding: 0 38px;
	font-size: var(--fz14);
	color: var(--colorFF);
}

.com-down {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	padding: 14px 0 20px;
	background: #fff;
	z-index: 1;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.com-down .li-bot-a {
	font-weight: 300;
	color: #333;
	transition: all 0.2s;
	display: block;
	padding: calc(var(--toolsheight) / 6) 0.35rem;
	cursor: pointer;
}

.newsbanner {
	padding: 0.6rem 0 0.7rem;
	background-color: var(--colorF2);
}

.newsbanner .tt {
	font-weight: 700;
}

.newsbanner .share {
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsbanner .share .timer {
	display: flex;
	align-items: center;
}

.newsbanner .share .timer .dd {
	line-height: 1;
	font-size: 16px;
	color: #828282;
	margin-left: 5px;
}

.newsbanner .share .sharelist {
	display: flex;
	align-items: center;
}

.newsbanner .share .sharelist .stt {
	color: #9fa0a0;
	margin-right: 10px;
}

.section-tt {
	position: relative;
	display: flex;
	justify-content: center;
}

.section-tt.hasdd {
	flex-direction: column;
	align-items: center;
}

.section-tt .ttb {
	display: inline-block;
	position: relative;
}

.section-tt .ttb .tt {
	height: 100%;
	font-weight: bold;
	color: var(--color22);
	display: flex;
	align-items: center;
}

.section-tt .dd {
	margin-top: 34px;
	font-size: 16px;
	color: #828282;
}

.section-tt .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateX(-50%);
}

.section-tt .line::before {
	content: '';
	width: 24%;
	height: 100%;
	background-color: var(--color2);
	border-radius: 1px;
}

.section-tt .line::after {
	content: '';
	width: 72%;
	height: 100%;
	background-color: var(--color1);
	border-radius: 1px;
}

.section-tt.ff .tt {
	color: var(--colorFF);
}

.section-tt.left {
	justify-content: flex-start;
}

.section-tt.left .line {
	position: absolute;
	left: 0;
	transform: translateX(0%);
}

.section-tt.right {
	justify-content: flex-end;
}

.section-tt.right .line {
	position: absolute;
	left: inherit;
	right: 0;
	transform: translateX(0%);
}

.section-tt.notop .tt {
	align-items: flex-start;
}

.searchpage .searchpage-top {
	width: 100%;
}

.searchpage .searchpage-top .product-form {
	width: 100%;
	margin-top: 1rem;
}

.searchpage .searchpage-top .product-form-input .inp {
	padding: 0 0.2rem;
}

.searchpage .search-list {
	background-color: #ffffff;
	margin-top: 0.8rem;
	padding: 0.4rem 0.8rem 0.8rem;
}

.searchpage .search-list .search-ul .search-li {
	padding: 0.5rem 0;
}

.searchpage .search-list .search-ul .search-li .img {
	width: 18.4%;
}

.searchpage .search-list .search-ul .search-li .text {
	padding: 0.2rem 0.4rem;
	flex: 1;
}

.guide-page {
	width: 100vw;
	height: 100vh;
}

.guide-page-container .guide-top {
	padding: 0.5rem 0;
}

.guide-page-container .guide-top .pagelogo {
	height: var(--logoPage);
}

.guide-page-container .guide-top .pagetools .tools {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: rgba(0, 93, 167, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	line-height: 1;
}

.guide-page-container .guide-top .pagetools .tools+.tools {
	margin-left: 14px;
}

.guide-page-container .guide-top .pagetools .tools .tools-icon {
	margin-right: 14px;
}

.guide-page-container .guide-bot .bot-tt {
	padding: 0.3rem 0;
}

.guide-page-container .guide-bot .bot-tt p,
.guide-page-container .guide-bot .bot-tt a {
	color: #ffffff;
}

.three_rukou {
	display: grid;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
}

.three_rukou .rukou_item {
	position: relative;
	border-radius: 4px;
}

.three_rukou .rukou_item:nth-child(1) {
	background-color: rgba(0, 93, 167, 0.85);
}

.three_rukou .rukou_item:nth-child(2) {
	background-color: rgba(50, 155, 223, 0.85);
}

.three_rukou .rukou_item:nth-child(3) {
	background-color: rgba(218, 162, 91, 0.9);
}

.three_rukou .rukou_item .you-icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

.three_rukou .rukou_item .lang {
	position: absolute;
	right: 20px;
	top: 40px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.2);
	padding: 0 13px;
}

.three_rukou .rukou_item .lang .ii {
	padding: 0 8px;
	line-height: 1;
}

.three_rukou .rukou_item .lang .ii::after {
	height: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.three_rukou .rukou_item .info {
	padding: 0.3rem 0.3rem 0.15rem 0.3rem;
}

.three_rukou .rukou_item .info .tt {
	margin-top: 15px;
}

.three_rukou .rukou_item .info .rukou_icon {
	height: 48px;
}

.three_rukou .rukou_item .dd {
	opacity: 0.7;
	padding: 0 0.3rem 0.4rem 0.3rem;
}

.three_rukou .rukou_item .links {
	height: 50px;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.three_rukou .rukou_item .links .links-a {
	flex: 1;
}

.three_rukou .rukou_item .links .links-a+.links-a {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.homecc .bannerSwipers .swiper-slide {
	height: auto;
}

.homecc .homeTools {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.homecc .homeTools .bannerSwipers-ele {
	bottom: 0.35rem;
}

.home-Subject-container {
	padding: 1.2rem 0 1rem;
	width: 86.5%;
	margin-right: auto;
	position: relative;
}

.home-Subject-container::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85.4%;
	background-color: var(--bg2);
	z-index: 1;
}

.home-Subject-container .backgFont {
	right: 0;
	top: 70px;
}

.home-Subject-container .left-swiper {
	width: calc(57.8% + 20px);
	overflow: hidden;
}

.home-Subject-container .left-swiper .myswiper-subject {
	width: calc(100% - 20px);
	margin: 0;
	overflow: visible;
}

.home-Subject-container .left-swiper .myswiper-subject .swiper-slide .slideitem {
	width: 100%;
	padding-top: calc(770 / 960 * 100%);
	position: relative;
	opacity: 0.2;
	transition: all 0.5s;
	transform-origin: 100% 50% 0;
	transform: scale(0.96);
}

.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-next .slideitem,
.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-prev .slideitem {
	opacity: 0.3;
	transform: scale(0.98);
}

.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-active .slideitem {
	opacity: 1;
	transform: scale(1);
}

.home-Subject-container .right-tab {
	width: calc(42.2% - 20px);
	padding: 0.5rem 0.75rem 0.25rem 0.8rem;
}

.home-Subject-container .right-tab .myswiper-subject-thumbs-ele {
	display: flex;
	flex-wrap: wrap;
}

.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt {
	position: relative;
	padding-right: 20px;
}

.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt::after {
	display: none;
}

.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt+.tt {
	padding-left: 20px;
}

.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt+.tt::after {
	display: inline-block;
}

.home-Subject-container .right-tab .slideitem .cc {
	padding-right: 0.3rem;
}

.home-expert {
	position: relative;
}

.home-expert-container {
	position: relative;
}

.home-expert-container .backgFont {
	left: 68px;
	top: -18px;
}

.home-expert-container .expert-tt {
	position: absolute;
	left: 3.8rem;
	top: 0;
}

.home-expert-container .expert-tt .expert-cc {
	position: absolute;
	left: -0.5rem;
	top: 2.6rem;
}

.home-expert-container .expert-tt .expert-cc .cc {
	writing-mode: lr-tb;
	line-height: 1.1;
}

.home-expert-container .expert-tt .expert-cc .cc::before {
	content: '';
	position: absolute;
	right: -0.58rem;
	top: -0.62rem;
	width: 1px;
	height: 1.24rem;
	background-color: #dcdcdc;
	z-index: 1;
}

.home-expert-container .expert-tt .expert-cc .cc::after {
	content: '';
	position: absolute;
	right: -0.58rem;
	top: 0.62rem;
	width: 1px;
	height: 0.5rem;
	background-color: #dcdcdc;
	z-index: 1;
	transform: rotate(30deg);
	transform-origin: center top;
}

.home-expert-container .left-box {
	width: calc(1070 / 1920 * 100%);
	background-color: var(--bg1);
}

.home-expert-container .right-box {
	width: calc(850 / 1920 * 100%);
	background-color: var(--color1);
}

.home-expert-container .left-cc {
	width: calc(810 / 1070 * 100%);
	overflow: hidden;
	padding-bottom: 0.75rem;
}

.home-expert-container .left-cc .myswiper-expert {
	width: 100%;
	margin: 0;
}

.home-expert-container .left-cc .myswiper-expert .swiper-wrapper {
	align-items: flex-end;
}

.home-expert-container .left-cc .myswiper-expert .swiper-slide {
	transition: all 0.5s;
}

.home-expert-container .left-cc .myswiper-expert .swiper-slide .slideitem {
	width: 100%;
	padding-top: calc(250 / 195 * 100%);
	position: relative;
	transition: all 0.5s;
}

.home-expert-container .right-cc {
	position: relative;
	left: calc(-220 / 850 * 100%);
	padding: 1rem 0 0.5rem;
}

.home-expert-container .right-cc .swiper-wrapper {
	align-items: flex-start;
}

.home-expert-container .right-cc .swiper-slide {
	height: auto;
	transition: all 0.5s;
}

.home-expert-container .right-cc .swiper-slide.swiper-slide-active .slideitem {
	position: relative;
}

.home-expert-container .right-cc .swiper-slide.swiper-slide-active .slideitem .info {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.home-expert-container .right-cc .swiper-slide .slideitem {
	width: 100%;
	position: relative;
}

.home-expert-container .right-cc .swiper-slide .slideitem .img {
	width: calc(440 / 770 * 100%);
	padding-top: calc(564 / 770 * 100%);
}

.home-expert-container .right-cc .swiper-slide .slideitem .info {
	opacity: 0;
	visibility: hidden;
	padding: 0 0.5rem;
}

.home-expert-container .right-cc .myswiper-expert-thumbs-tools {
	width: 56%;
}

.home-survey {
	background-repeat: no-repeat;
	background-position: center 58px;
	background-size: 78.4%;
}

.home-survey-container {
	padding: 0.8rem 0;
	margin-right: auto;
	position: relative;
}

.survey-dd {
	width: 55.2%;
	text-align: center;
}

.survey-list {
	grid-row-gap: 0.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.survey-list .survey-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.survey-list .survey-item::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 190px;
	height: 4px;
	background-color: rgba(36, 36, 36, 0.12);
	border-radius: 50%;
}

.survey-list .survey-item:nth-child(-n + 3) .survey-cc {
	background-image: linear-gradient(135deg, #005da7, #85abd1);
}

.survey-list .survey-item .abs-cc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150%;
	overflow: hidden;
}

.survey-list .survey-item .movebox {
	top: 0.35rem;
}

.survey-list .survey-item .survey-cc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: 35px;
	padding-bottom: 20px;
	background: linear-gradient(10deg, #fad5a7, #f5b96e);
	width: 2rem;
	height: 2rem;
	min-width: 160px;
	min-height: 160px;
	border-radius: 50%;
}

.survey-list .survey-item .survey-cc .r-numli .cc {
	display: flex;
	align-items: flex-start;
	line-height: 1;
}

.survey-list .survey-item .survey-cc .r-numli .cc .other {
	margin-left: 4px;
}

.survey-list .survey-item .survey-cc .r-numli .nn .numCX {
	font-size: 52px;
}

.survey-list .survey-item .survey-cc .r-numli .tt {
	margin-top: 4px;
}

.home-news {
	background-color: var(--bg1);
	position: relative;
}

.home-news .backgFont {
	transform: rotate(90deg);
	transform-origin: 0% 100%;
	top: -2rem;
	left: 0;
}

.home-news-container {
	padding: 0.8rem 0;
}

.home-news-container .news-top .scroll-news {
	flex: 1;
	max-width: 943px;
}

.home-news-container .news-top .scroll-news .scroll-views {
	height: 102px;
}

.home-news-container .news-top .scroll-news .myswiper-news {
	height: 100%;
}

.home-news-container .news-top .scroll-news .myswiper-news .slideitem {
	height: 100%;
	border-bottom: 1px dashed var(--line);
}

.home-news-container .news-top .scroll-news .myswiper-news .slideitem .info {
	height: 100%;
	padding-bottom: 20px;
}

.home-news-container .news-top .scroll-news .myswiper-news .slideitem .info .tt {
	line-height: 1;
	font-size: 12px;
	border: 1px solid var(--color1);
	display: none;
	align-items: center;
	justify-content: center;
	color: var(--color1);
	padding: 3px 6px;
	margin-right: 14px;
}

.home-news-container .news-tab .three-tab {
	width: calc(830 / 1250 * 100%);
}

.home-news-container .news-tab .three-tab .left-tab .item {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	background-color: var(--color1);
	font-size: var(--fz24);
	color: var(--colortt);
}

.home-news-container .news-tab .three-tab .left-tab .item:nth-child(2) {
	background-color: var(--color2);
}

.home-news-container .news-tab .three-tab .left-tab .item:nth-child(3) {
	background-color: var(--color6);
}

.home-news-container .news-tab .three-tab .right-info {
	flex: 1;
	height: 100%;
	background-color: var(--colorFF);
}

.home-news-container .news-tab .three-tab .right-info .cc {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.home-news-container .news-tab .three-tab .right-info .info-li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.4rem 0.4rem 0.28rem 0.4rem;
	opacity: 0;
	visibility: hidden;
}

.home-news-container .news-tab .three-tab .right-info .info-li.active {
	opacity: 1;
	visibility: visible;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc {
	width: 100%;
	height: 100%;
	position: relative;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-top .li-img {
	width: calc(235 / 550 * 100%);
	padding-top: calc(150 / 550 * 100%);
	position: relative;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-top .li-info {
	padding: 0 0 20px 20px;
	position: relative;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item {
	width: 100%;
	padding: 13px 18px;
	border-bottom: 1px solid #e8e8e8;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item:nth-child(1) {
	border-top: 1px solid #e8e8e8;
}

.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item:nth-child(2n) {
	background-color: #fafafa;
}

.home-news-container .news-tab .link-videos {
	width: calc(420 / 1250 * 100%);
}

.home-news-container .news-tab .link-videos .link-videos-top {
	padding: 0 0.4rem;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #e2e8ec;
}

.home-news-container .news-tab .link-videos .link-videos-top .videott {
	color: #000000;
	opacity: 0.1;
}

.home-health {
	position: relative;
	background-color: #ffffff;
}

.home-health::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56%;
	background-color: var(--bg2);
	z-index: 1;
}

.home-health-container {
	padding: 0.8rem 0;
	position: relative;
	z-index: 2;
}

.home-health-container .left-cc {
	flex: 2;
	overflow: hidden;
	padding-top: 0.7rem;
}

.home-health-container .left-cc .health-tt {
	padding-right: 0.35rem;
}

.home-health-container .left-cc .health-tt .myname {
	position: relative;
}

.home-health-container .left-cc .health-tt .myname .com-state {
	position: absolute;
	left: 0;
	top: 172%;
}

.home-health-container .left-cc .health-cc .myswiper-health {
	width: 100%;
	margin: 0;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-wrapper {
	align-items: flex-end;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide {
	max-width: 417px;
	height: 516px;
	border-bottom: 1px solid #e6e6e6;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem {
	padding-top: 130px;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-img {
	position: relative;
	width: 100%;
	padding-top: calc(266 / 417 * 100%);
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info {
	border-left: 1px solid #e6e6e6;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info .info-t .dd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info .info-b {
	display: none;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem {
	padding-top: 0px;
	transition: all 1s ease;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem::before {
	z-index: 3;
	height: 4px;
	background-color: var(--color2);
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-img {
	position: relative;
	width: 100%;
	padding-top: calc(266 / 417 * 100%);
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-info {
	border-right: 1px solid #e6e6e6;
	background-color: #ffffff;
	position: relative;
	padding: 0.25rem 0.5rem 0.3rem;
}

.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-info .dd {
	transition: all 1s ease;
}

.home-health-container .right-cc {
	flex: 1;
}

.home-health-container .right-cc .health-img {
	width: 100%;
	padding-top: calc(290 / 417 * 100%);
	position: relative;
}

.home-health-container .right-cc .health-news {
	padding: 0.55rem 0.5rem 0.3rem;
	background-color: var(--color1);
	background-position: 27px 178px;
}

.home-health-container .right-cc .health-news .health-news-h1 {
	writing-mode: lr-tb;
	line-height: 1.1;
	width: var(--fz30);
}

.home-health-container .right-cc .health-news .health-news-cc {
	width: 78%;
}

.home-health-container .right-cc .health-news .health-news-cc .health-news-list .health-news-item+.health-news-item {
	margin-top: 0.3rem;
}

.home-health-container .right-cc .health-news .health-news-cc .health-news-list .health-news-item .dd {
	color: #fff;
	opacity: 0.35;
}

.home-more {
	position: relative;
}

.home-more-container {
	padding: 0 0 1rem;
	position: relative;
	z-index: 2;
}

.home-more-container .left-show {
	width: calc(286 / 1250 * 100%);
	overflow: hidden;
}

.home-more-container .left-show .lbot .sliditem {
	max-width: 309px;
	width: 100%;
	padding-top: calc(436 / 286 * 100%);
	position: relative;
}

.home-more-container .left-show .lbot .sliditem .info {
	position: absolute;
	left: var(--mobile-margin);
	bottom: var(--mobile-margin);
	width: var(--container-width);
}

.home-more-container .right-swiper {
	width: calc(926 / 1250 * 100%);
}

.home-more-container .right-swiper .mySwiper-more .sliditem {
	max-width: 309px;
	width: 100%;
	padding-top: calc(436 / 308 * 100%);
	position: relative;
}

.home-more-container .right-swiper .mySwiper-more .sliditem .info {
	position: absolute;
	left: var(--mobile-margin);
	bottom: var(--mobile-margin);
	width: var(--container-width);
}

.about-profile .top-img {
	width: 100%;
	padding-top: calc(412 / 990 * 100%);
}

.about-profile .top-img .top-info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38.4%;
	height: 42%;
	padding: 0 0.44rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90deg, #005da7, #61a1d5);
}

.about-profile .top-img .top-info .tt {
	font-size: var(--fz20);
	line-height: 2;
}

.about-profile .top-num {
	padding: 0.44rem 0;
	border-bottom: 1px solid var(--bg2);
	grid-row-gap: 0.44rem;
}

.about-honor .top-tab {
	border-bottom: 1px solid var(--line);
}

.about-honor .top-tab .swiper-slide {
	width: auto;
	padding: 0 0.4rem;
}

.about-honor .top-tab .swiper-slide:last-child {
	padding: 0 0 0 0.4rem;
}

.about-honor .top-tab .swiper-slide:first-child {
	padding: 0 0.4rem 0 0;
}

.about-honor .top-tab .swiper-slide::after {
	height: 18px;
}

.about-honor .top-tab .slideitem {
	position: relative;
	padding: 0.3rem 0;
}

.about-honor .top-tab .slideitem::before {
	height: 3px;
}

.honor-news-list .honor-news-item {
	width: 100%;
	padding: 20px 16px;
	background-color: var(--colorFF);
}

.honor-news-list .honor-news-item:nth-child(2n) {
	background-color: var(--bg2);
}

.honor-news-img {
	grid-column-gap: 0.14rem;
	grid-row-gap: 0.14rem;
}

.honor-news-img .news-img {
	border: 1px solid #e6e6e6;
}

.honor-news-img .news-img .icc {
	padding-top: calc(227 / 320 * 100%);
	background-color: var(--bg2);
}

.about-show .show-news-img {
	grid-column-gap: 0.15rem;
	grid-row-gap: 0.5rem;
}

.about-show .show-news-img .show-item .myimg {
	width: 100%;
	padding-top: calc(213 / 319 * 100%);
}

.about-show .show-news-img .show-item .myinfo {
	padding: 0.2rem;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.about-culture .top-img {
	grid-column-gap: 0.22rem;
	grid-row-gap: 0.22rem;
}

.about-culture .top-img .news-img {
	border-radius: 50%;
	padding: 5px;
	background-color: var(--colorFF);
	border: 1px solid #e6e6e6;
}

.about-culture .top-img .news-img .icc {
	border-radius: 50%;
}

.about-culture .top-img .news-img::before,
.about-culture .top-img .news-img::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: var(--color2);
}

.about-culture .top-img .news-img::before {
	top: calc(100% + 6px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.about-culture .top-img .news-img::after {
	top: calc(100% + 14px);
	width: 2px;
	height: 100px;
}

.about-culture .top-img .tt {
	background: #ffffff;
	border: 3px solid #005da7;
	border-radius: 30px;
	height: 60px;
}

.about-culture .top-img .dd {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 0 28px;
	min-height: 140px;
}

.about-culture .desc-rich-item {
	margin-bottom: 0.15rem;
}

.about-history .about-history-richitem {
	display: none;
}

.about-history .about-history-richitem.active {
	display: block;
}

.about-history .about-history-richitem .history-tt {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--line);
}

.about-history .about-history-richitem .history-rich {
	padding-right: 0.3rem;
}

.about-history-tab {
	position: relative;
	padding: 0.8rem 0;
}

.about-history-tab::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-color: var(--line);
	z-index: 1;
}

.about-history-tab::before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 7px;
	height: 7px;
	background: #d9d9d9;
	border-radius: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.about-history-tab .history-tab-item {
	position: relative;
	z-index: 3;
	width: 100%;
}

.about-history-tab .history-tab-item .tt {
	padding: 0.14rem 10px;
}

.about-history-tab .history-tab-item .tt::before {
	width: 3px;
}

.topnews {
	padding-bottom: 0.5rem;
}

.topnews .topviews {
	background: #ffffff;
	border-radius: 0 0 var(--border40) 0;
	display: flex;
	overflow: hidden;
}

.topnews .topviews .topviews-l {
	width: calc(650 / 990 * 100%);
	padding-top: calc(416 / 990 * 100%);
	position: relative;
	overflow: hidden;
}

.topnews .topviews .topviews-r {
	flex: 1;
	padding: 0.28rem 0 0 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mynewsList-container {
	overflow: hidden;
}

.mynewsList-container .cc {
	grid-column-gap: 0.24rem;
	grid-row-gap: 0.5rem;
}

.mynewsList-container .ptbox:nth-child(3n + 1) {
	z-index: 6;
}

.mynewsList-container .ptbox:nth-child(3n + 1) .line {
	background-color: #e6e6e6;
}

.mynewsList-container .ptbox:nth-child(1) {
	z-index: 6;
}

.mynewsList-container .ptbox:nth-child(1) .line {
	background-color: transparent;
}

.mynewsList-container .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000%;
	height: 1px;
}

.mynews-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.mynews-item .imgbox {
	position: relative;
	width: 100%;
	padding-top: calc(200 / 314 * 100%);
	overflow: hidden;
}

.mynews-item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 0.15rem 0 0;
}

.mynews-item .info .info-t1 {
	color: #393939;
}

.newsview-cc {
	padding-top: 0.25rem;
}

.newsview-cc .newsview-tips {
	width: 100%;
	height: 60px;
	background-color: var(--bg2);
	padding: 0 5px;
}

.newsview-cc .newsview-tips .tips-item {
	position: relative;
	padding: 0 15px;
}

.mynoticeList-container {
	overflow: hidden;
}

.mynoticeList-container .cc {
	grid-row-gap: 0.3rem;
}

.mynotice-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	padding: 0.2rem 0.5rem 0.2rem 0.56rem;
}

.mynotice-item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.mynotice-item .info .info-t1 {
	color: #393939;
	padding: 0.2rem 0;
}

.mynotice-item .info .info-t2 {
	border-top: 1px solid var(--line);
	padding: 0.2rem 0;
}

.mynotice-item .info .info-t2 .time {
	position: relative;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
}

.myquestionList-container {
	overflow: hidden;
}

.myquestionList-container .cc {
	grid-row-gap: 0.3rem;
}

.myquestion-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	padding: 0.3rem 0.5rem 0.4rem;
}

.myquestion-item.active .movebox {
	transform: translateY(0%);
}

.myquestion-item.active .state {
	color: #ababab;
}

.myquestion-item.active .openline::after,
.myquestion-item.active .openline::before {
	background-color: #ababab;
}

.myquestion-item .movebox {
	transform: translateY(-50%);
}

.myquestion-item .openline {
	width: 6px;
	height: 6px;
	margin-left: 6px;
}

.myquestion-item .openline::after,
.myquestion-item .openline::before {
	background-color: var(--color1);
}

.myquestion-item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.myquestion-item .info .info-t1 {
	padding: 0 0 0.2rem 0;
	border-bottom: 1px solid var(--line);
}

.myquestion-item .info .info-t1 .title {
	margin-top: 0.12rem;
}

.myquestion-item .info .info-t2 {
	padding: 0.2rem 0;
}

.myquestion-item .info .info-t2 .dd {
	margin-top: 0.12rem;
}

.myquestion-item .info .mybtn .state {
	height: 20px;
	overflow: hidden;
}

.topwonderful {
	padding-bottom: 0.5rem;
}

.topwonderful .topviews {
	background: #ffffff;
	display: flex;
	overflow: hidden;
}

.topwonderful .topviews .topviews-l {
	width: calc(720 / 990 * 100%);
	padding-top: calc(440 / 990 * 100%);
	position: relative;
	overflow: hidden;
}

.topwonderful .topviews .topviews-r {
	background-position: center;
	background-size: cover;
	flex: 1;
	padding: 0.35rem 0.26rem 0.35rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.topwonderful .topviews .topviews-r .myabs {
	width: 70px;
	height: 70px;
}

.mywonderfulList-container {
	overflow: hidden;
}

.mywonderfulList-container .cc {
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
}

.mywonderful-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.mywonderful-item .myabs {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 62px;
	height: 62px;
}

.mywonderful-item .imgbox {
	position: relative;
	width: 100%;
	padding-top: calc(287 / 470 * 100%);
	overflow: hidden;
}

.mywonderful-item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 0.25rem 0.1rem;
	border-bottom: 1px solid var(--line);
}

.mywonderful-item .info .info-t1 {
	color: #414141;
}

.topjournal .topviews {
	background-color: #ffffff;
	display: flex;
	overflow: hidden;
	background-position: top center;
	background-size: 100%;
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--line);
}

.topjournal .topviews .topviews-l {
	width: calc(320 / 990 * 100%);
	padding-top: calc(460 / 990 * 100%);
	position: relative;
	overflow: hidden;
}

.topjournal .topviews .topviews-r {
	width: calc(420 / 990 * 100%);
	padding: 0rem 0.7rem 0.75rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.topjournal .topviews .topviews-r .myabs {
	position: absolute;
	left: 26px;
	top: 35px;
	width: 70px;
	height: 70px;
}

.myjournalList {
	margin-top: 0.5rem;
}

.myjournalList-container {
	overflow: hidden;
}

.myjournalList-container .cc {
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
}

.myjournal-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.myjournal-item .myabs {
	background-color: rgba(var(--color1-rgba), 0.85);
	padding-top: 20px;
}

.myjournal-item .myabs .readbox .add {
	width: 110px;
	height: 110px;
}

.myjournal-item .imgbox {
	position: relative;
	width: 100%;
	padding-top: calc(425 / 296 * 100%);
	overflow: hidden;
}

.myjournal-item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 0.2rem 0.1rem 0;
}

.myjournal-item .info .info-t1 {
	color: #414141;
}

.news-video .video-news-img {
	grid-column-gap: 0.24rem;
	grid-row-gap: 0.5rem;
}

.news-video .video-news-img .video-item .myimg {
	width: 100%;
	padding-top: calc(200 / 314 * 100%);
}

.news-video .video-news-img .video-item .myimg .myabs .readbox .add {
	width: 60px;
	height: 60px;
}

.news-video .video-news-img .video-item .myinfo {
	padding: 0.26rem 0.3rem;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.server-appointment .appointment-live .live-info {
	padding-right: 0.5rem;
}

.server-appointment .appointment-tel .tel-info {
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}

.server-appointment .appointment-tel .tel-info .item {
	padding: 0.3rem 0.4rem;
	background-color: var(--bg2);
}

.server-map {
	padding-bottom: 1.4rem;
	background: url('/phone/images/serverbg3.png') no-repeat bottom center;
}

.server-map .map {
	position: relative;
	width: 100%;
	padding-top: calc(600 / 990 * 100%);
}

.server-map-myinfo {
	padding: 0.3rem 0.35rem;
	background-color: var(--bg2);
}

.server-map-myinfo .info-l {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
}

.server-map-myinfo .item {
	margin-left: 0.4rem;
}

.server-floor .top-tab {
	border: 1px solid var(--line);
	border-bottom: none;
}

.server-floor .top-tab .swiper-slide {
	width: auto;
}

.server-floor .top-tab .swiper-slide::after {
	height: 100%;
}

.server-floor .top-tab .slideitem {
	position: relative;
	padding: 0.24rem 0;
	z-index: 5;
}

.server-floor .top-tab .slideitem::before {
	height: 4px;
	background-color: var(--color2);
}

.server-floor .bot-list .swiper-wrapper {
	align-items: flex-start;
}

.server-floor .bot-list .swiper-wrapper .swiper-slide {
	height: auto;
}

.server-floor .bot-list .news-img {
	width: 100%;
	padding-top: calc(465 / 990 * 100%);
}

.server-floor .bot-list .floor-list .floor-item .floor-number {
	line-height: 0.8;
	font-weight: 700;
	width: 13%;
}

.server-floor .bot-list .floor-list .floor-item .room-list {
	padding: 0 0 32px 17px;
	grid-column-gap: 17px;
	grid-row-gap: 17px;
}

.server-floor .bot-list .floor-list .floor-item .room-list::after {
	height: 100%;
	background-color: var(--color1);
}

.server-floor .bot-list .floor-list .floor-item .room-list .room {
	position: relative;
	padding: 6px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.server-floor .bot-list .floor-list .floor-item .room-list .room .roomlink .img {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 9px;
	height: 8px;
}

.navigation-search-container {
	padding: 0.8rem 0;
}

.server-cate .cate-tab {
	padding-bottom: 0.4rem;
	border-bottom: 1px solid var(--line);
}

.server-cate .top-tab {
	width: 74%;
}

.server-cate .top-tab .swiper-slide {
	width: auto;
}

.server-cate .top-tab .slideitem {
	position: relative;
	padding: 0 20px;
	z-index: 5;
}

.server-cate .bot-list .slideitem.isseemore .cate-item:nth-child(n + 7) {
	display: flex;
}

.server-cate .bot-list .slideitem .cate-item:nth-child(n + 7) {
	display: none;
}

.server-cate .bot-list .news-img {
	width: 100%;
	padding-top: calc(400 / 990 * 100%);
}

.server-cate .bot-list .cate-list {
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--line);
	grid-column-gap: 0.4rem;
	grid-row-gap: 0.4rem;
}

.server-cate .bot-list .cate-list .cate-item .cate-left {
	flex: 1;
	padding: 16px 0.7rem 16px 0.4rem;
	border-left: 3px solid var(--color1);
}

.server-cate .bot-list .cate-list .cate-item .cate-left .room-list {
	grid-column-gap: 17px;
	grid-row-gap: 17px;
}

.server-cate .bot-list .cate-list .cate-item .cate-left .room-list .room {
	position: relative;
	padding: 12px 0;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.server-cate .bot-list .cate-list .cate-item .cate-right {
	display: none;
	width: calc(380 / 1250 * 100%);
	padding-top: calc(244 / 1250 * 100%);
}

.retrieval-search {
	padding: 0.8rem 0 1rem;
	background-color: var(--bg3);
}

.retrieval-cate .com-l {
	width: calc(290 / 1250 * 100%);
}

.retrieval-cate .com-r {
	width: calc(960 / 1250 * 100%);
	border-left: 1px solid var(--color1);
}

.retrieval-cate .cate-tab {
	padding-bottom: 10px;
	border-top: 2px solid var(--color1);
	border-bottom: 1px solid var(--line);
}

.retrieval-cate .cate-tab .l,
.retrieval-cate .cate-tab .r {
	padding: 20px;
}

.retrieval-cate .bot-list {
	border-top: 1px solid var(--line);
}

.retrieval-cate .bot-list .cate-list {
	padding: 0.3rem 0 0.4rem;
	border-bottom: 1px solid var(--line);
	position: relative;
	z-index: 5;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right {
	padding: 0 20px 32px 20px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list {
	grid-column-gap: 18px;
	grid-row-gap: 20px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item.active .roomshow {
	top: 141%;
	opacity: 1;
	visibility: visible;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .room {
	z-index: 4;
	position: relative;
	padding: 11px 4%;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .room .roomlink .img {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 9px;
	height: 8px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow {
	z-index: 5;
	position: absolute;
	left: 0;
	top: 180%;
	width: 210%;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid var(--color1);
	opacity: 0;
	visibility: hidden;
	transition: top 0.3s;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .re {
	padding: 20px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .re::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	transform: translateY(-100%);
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .sj-p {
	position: absolute;
	left: 23.8%;
	top: 0;
	transform: translate(0, -100%);
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .sj-p.cover {
	transform: translate(0, -94%);
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist .myitem {
	align-items: center;
	color: #464646;
}

.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist .myitem::before {
	top: 0;
	transform: translate(0%, 0%);
}

.navigation-doctor-container {
	padding: 0.8rem 0 1rem;
}

.server-doctor .doctor-tab {
	padding-bottom: 0.4rem;
}

.server-doctor .top-tab {
	width: 74%;
}

.server-doctor .top-tab .swiper-slide {
	width: auto;
}

.server-doctor .top-tab .slideitem {
	position: relative;
	padding: 0 20px;
	z-index: 5;
}

.server-doctor .bot-list .news-img {
	width: 100%;
	padding-top: calc(400 / 990 * 100%);
}

.server-doctor .bot-list .doctor-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}

.server-doctor .bot-list .doctor-list .doctor-ele {
	width: 100%;
	padding-top: calc(707 / 488 * 100%);
	position: relative;
}

.server-doctor .bot-list .doctor-list .doctor-ele:nth-child(n + 26) {
	display: none;
}

.server-doctor .bot-list .doctor-list .doctor-tt {
	font-size: var(--fz14);
}

.server-doctor .bot-list .doctor-list .doctor-dd {
	font-size: var(--fz14);
	margin-top: 2px;
}

.server-doctor .bot-list .doctor-list .doctor-item .doctor-info {
	padding: 0 6%;
	background-color: var(--bg2);
}

.server-doctor .bot-list .doctor-list .doctor-item .doctor-info .zc {
	padding-right: 10px;
}

.server-doctor .bot-list .doctor-list .doctor-item .doctor-info .mc {
	padding-left: 10px;
}

.server-doctor .bot-list .doctor-list .doctor-item .doctor-img {
	padding-top: calc(550 / 488 * 100%);
}

.pic_img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.department {
	padding: 2.5rem 0 0.8rem;
}

.department-container .pdbox {
	max-height: 100vh;
}

.department-cc .title {
	position: relative;
	width: 100%;
	padding: 0.3rem 0.5rem;
}

.department-cc .cc {
	padding: 0.5rem 0.2rem 0.5rem 0.5rem;
	background-color: var(--colorFF);
}

.department-cc .cc .pdbox {
	padding-right: 0.4rem;
}

.department-cc .cc .pdbox .img {
	width: 100%;
	padding-top: calc(425 / 1126 * 100%);
}

.department-cc .cc .pdbox .ctt {
	line-height: 1.8;
}

.department-cc .cc .pdbox .clist .citem {
	padding: 0.4rem 0;
	border-top: 1px solid var(--line);
	display: flex;
}

.department-cc .cc .pdbox .clist .citem .iteml {
	width: calc(200 / 1120 * 100%);
	padding-right: 50px;
	display: flex;
	justify-content: center;
}

.department-cc .cc .pdbox .clist .citem .itemr {
	flex: 1;
}

.department-cc .cc .pdbox .clist .citem .itemr .dd {
	line-height: 1.8;
}

.department-cc .cc .pdbox .clist .citem .itemr .span1 {
	margin-bottom: 10px;
}

.my-doctor {
	background-color: var(--colorFF);
	padding: 0.8rem 0 1.2rem;
}

.my-doctor-container .myswiper-doctor .swiper-slide {
	max-width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox {
	border-color: var(--color1);
	padding-bottom: 0;
}

.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox .line {
	background-color: var(--color1);
}

.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox .yuan {
	display: block;
}

.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .sj-p {
	display: block;
}

.my-doctor-container .myswiper-doctor .slideitem {
	position: relative;
	width: 100%;
	padding-top: calc(350 / 250 * 100%);
}

.my-doctor-container .myswiper-doctor .slideitem .info {
	position: absolute;
	left: 6.5%;
	bottom: 6%;
	width: 87%;
}

.my-doctor-container .myswiper-doctor .slideitem::after {
	height: 50%;
	top: inherit;
	bottom: 0;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0),
			rgba(0, 0, 0, 0.4));
}

.my-doctor-container .myswiper-doctor .activebox {
	margin-top: 0.25rem;
	width: 25px;
	height: 68px;
	position: relative;
	border-top: 1px solid #d0e1ed;
	padding-bottom: 24px;
}

.my-doctor-container .myswiper-doctor .activebox .line {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	background-color: #d0e1ed;
	height: 100%;
}

.my-doctor-container .myswiper-doctor .activebox .yuan {
	display: none;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: var(--color1);
	border-radius: 50%;
	left: 50%;
	bottom: 0%;
	transform: translateX(-50%);
}

.my-doctor-container .myswiper-doctor .sj-p {
	display: none;
}

.my-doctor-container .myswiper-doctor .sj-p .sj-b {
	border-bottom-width: 12px;
}

.my-doctor-container .myswiper-doctor-thumbs .slideitem {
	background: #efefef;
	border-radius: 5px;
	padding: 20px 35px;
}

.my-doctor-container .btnbox {
	position: absolute;
	left: 0;
	bottom: 86px;
	width: 100%;
}

.my-doctor-container .btnline {
	position: absolute;
	left: 0;
	bottom: 105px;
	width: 100%;
	height: 1px;
	background-color: #d0e1ed;
}

.index-pop {
	position: fixed;
	right: 10px;
	bottom: 18px;
	font-size: 18px;
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
	background-color: #eff6fd;
	padding: 20px;
	z-index: 99;
	color: #474747;
	width: 320px;
	font-weight: 700;
}

.doctorview {
	padding: 2.3rem 0 1rem;
}

.doctorview-container {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}

.doctorview-container .view-top {
	display: flex;
}

.doctorview-container .view-top .view-t-l {
	position: relative;
	width: calc(328 / 1251 * 100%);
	padding: 16px 0.5rem 0.5rem;
}

.doctorview-container .view-top .view-t-l::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	border: 16px solid transparent;
	border-left-color: #4483b6;
	border-bottom-color: #4483b6;
	transform: translate(0, -100%);
}

.doctorview-container .view-top .view-t-l .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(537 / 503 * 100%);
}

.doctorview-container .view-top .view-t-l .img {
	position: relative;
	width: 100%;
	padding-top: calc(290 / 226 * 100%);
}

.doctor-view-t-r {
	flex: 1;
	padding: 0.5rem 0.5rem 0.6rem 0.5rem;
}

.doctor-view-t-r .view-item {
	min-height: 90px;
	padding: 20px 30px;
	line-height: 1.5;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	background-color: var(--colorFF);
}

.doctor-view-t-r .view-item:nth-child(1) {
	border-top: 1px solid #e6e6e6;
}

.doctor-view-t-r .view-item:nth-child(2n) {
	background-color: var(--bg2);
}

.doctor-view-t-r .view-item .view-item-l {
	flex-shrink: 0;
	margin-right: 30px;
	font-weight: 700;
}

.doctor-view-t-r .view-item .view-item-r {
	flex: 1;
}

.myscienceList-container {
	overflow: hidden;
}

.myscienceList-container .cc {
	grid-row-gap: 0.3rem;
}

.myscience-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	padding: 0.2rem 0;
}

.myscience-item .info {
	flex: 1;
}

.myscience-item .info .info-t1 {
	padding: 0 0.2rem;
}

.myscience-item .info .info-t1::after {
	height: 56%;
}

.myscience-item .info .info-t2 {
	flex: 1;
	padding: 0 0.2rem;
}

.myscience-item .info .info-t2 .time {
	position: relative;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
}

.medical-view .top-img {
	width: 100%;
	padding-top: calc(412 / 990 * 100%);
}

.medical-view .top-img .top-info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45.4%;
	height: 50%;
	padding: 0 0.44rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #005da7, #61a1d5);
}

.medical-view .top-num {
	padding: 0.44rem 0;
	border-bottom: 1px solid var(--bg2);
}

.recruit-container {
	padding: 0.8rem 0 1rem;
}

.server-recruit .recruit-tab {
	padding-bottom: 0.3rem;
}

.server-recruit .top-tab .swiper-wrapper {
	height: auto;
}

.server-recruit .top-tab .swiper-slide {
	width: auto;
}

.server-recruit .top-tab .slideitem {
	position: relative;
	padding: 0 20px;
	z-index: 5;
}

.news-recruit {
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.news-recruit .news-left {
	width: 50%;
	padding-top: calc(440 / 1250 * 100%);
}

.news-recruit .news-right {
	padding: 0.6rem;
	background-color: var(--bg2);
}

.news-recruit .news-right .info-t1,
.news-recruit .news-right .cate {
	padding-right: 20px;
}

.list-header {
	height: 56px;
}

.list-header .laber {
	color: var(--color1);
}

.com-grid {
	display: grid;
	grid-template-columns:
		calc(110 / 990 * 100%) calc(144 / 990 * 100%) calc(162 / 990 * 100%) calc(144 / 990 * 100%) calc(148 / 990 * 100%) calc(68 / 990 * 100%) calc(110 / 990 * 100%) calc(92 / 990 * 100%);
}

.com-grid .laber {
	display: flex;
	align-items: center;
	font-size: var(--fz14);
	line-height: 1.5;
	padding-right: 10px;
}

.com-grid .laber:first-child {
	padding-left: 12px;
}

.com-grid .laber:last-child {
	padding-right: 12px;
}

.com-grid .laber.pr4 {
	padding-right: 0.4rem;
}

.com-grid .laber .gtt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.myrecruitList-container {
	overflow: hidden;
}

.myrecruit-item {
	overflow: hidden;
	z-index: 5;
	background: #ffffff;
	padding: 14px 0;
	width: 100%;
}

.myrecruitList-mob-container {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.myrecruit-mob-item {
	z-index: 5;
	background: #ffffff;
	width: 100%;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 15px 10px;
	border-radius: 10px;
}

.myrecruit-mob-item .time {
	padding: 15px 0 0;
}

.myrecruit-mob-item .list {
	display: flex;
	flex-wrap: wrap;
}

.myrecruit-mob-item .list .desc {
	background-color: #f6f6f6;
	padding: 6px 8px;
	color: var(--tt2);
	font-size: var(--fz16);
	border-radius: 4px;
	margin: 0 6px 6px 0;
}

.recruitview-cc {
	padding-top: 0.25rem;
}

.recruitview-cc .recruitview-tt {
	padding: 0 20px;
}

.recruitview-cc .recruitview-tips {
	width: 100%;
	background-color: var(--bg2);
	padding: 12px 14px 2px 14px;
	display: flex;
	flex-wrap: wrap;
}

.recruitview-cc .recruitview-tips .tips-item {
	position: relative;
	height: 36px;
	padding: 0 15px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 0;
}

.recruitview-cc .metry {
	margin-top: 0.6rem;
	padding: 0.25rem 0;
	border-top: 1px solid var(--line);
}

.linian-cc .linian-top {
	padding-bottom: 1rem;
}

.linian-cc .linian-top .absimg {
	position: absolute;
	right: 36px;
	bottom: 0;
	border: 10px solid #ffffff;
}

.y-100 {
	transform: translateY(-100%);
}

.showson {
	cursor: pointer;
}

.showson.active .isshowson {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.showson .isshowson {
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.y-10 {
	cursor: pointer;
}

.y-10.active .isshowson {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.y-10 .isshowson {
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.hoverson {
	cursor: pointer;
}

.hoverson.active .ishoverson {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.hoverson .ishoverson {
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.navhide {
	display: block;
}

.navshow {
	display: none;
}

.isshowmap .navhide {
	display: none;
}

.isshowmap .navshow {
	display: block;
}

.shide {
	display: block;
}

.sshow {
	display: none;
}

.isshow .shide {
	display: none;
}

.isshow .sshow {
	display: block;
}

.isshow2 .shide {
	display: none;
}

.isshow2 .sshow {
	display: block;
}

.casetips {
	padding: 1rem 0 0 0;
}

.casetips .tt {
	color: #6c6c6c;
}

.nav-header {
	height: var(--navheight);
	z-index: 10;
	position: relative;
	transition: all 0.3s;
}

.nav-header.ismain {
	height: var(--navheight);
}

.nav-header.ispageshow {
	height: calc(var(--navheight));
}

.nav-header.ondown .nav-hader-content {
	transform: translateY(var(--downpagenavheight));
}

.nav-header.iswhiteBg .h-icon {
	color: var(--color1);
}

.nav-header.iswhiteBg .h-tt {
	color: var(--color22);
}

.nav-header.isshow {
	opacity: 1;
}

.nav-header.isshow .h-icon {
	color: var(--color1);
}

.nav-header.isshow .h-tt {
	color: var(--color22);
}

.nav-header.isshow .nav-hader-content {
	background-color: var(--colorFF);
	height: var(--navheight);
}

.nav-header.isshow .nav-hader-content .other .showMenu .navView {
	border-left: 1px solid #ebebeb;
}

.nav-header.isshow .nav-hader-content .other .showMenu .navView .gray {
	margin-right: 10px;
}

.nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline {
	background-color: var(--color1);
}

.nav-header .h-icon {
	color: var(--colorFF);
	font-size: var(--fz18);
}

.nav-header .h-icon.search {
	font-size: var(--fz26);
	font-weight: 400;
}

.nav-header .h-icon.hover {
	color: var(--color1) !important;
}

.nav-header .nav-hader-content {
	width: 100%;
	height: var(--navheight);
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.nav-header .nav-hader-content.isshowmap {
	background-color: var(--colorFF);
	height: var(--navheight);
}

.nav-header .nav-hader-content.isshowmap .h-icon {
	color: var(--colorFF);
}

.nav-header .nav-hader-content.isshowmap .h-tt {
	color: var(--color22);
}

.nav-header .nav-hader-content .logo {
	z-index: 5;
	padding: 0 0.3rem 0 0.6rem;
}

.nav-header .nav-hader-content .colorlogo {
	height: var(--logoTop);
}

.nav-header .nav-hader-content .colorlogo.isdc {
	height: var(--logoTop-main);
}

.nav-header .nav-hader-content .other {
	height: 100%;
	z-index: 5;
	display: flex;
	align-items: center;
}

.nav-header .nav-hader-content .other .navul {
	height: 100%;
	position: relative;
	z-index: 5;
}

.nav-header .nav-hader-content .other .navul .navli {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 4;
	margin: 0 0.22rem;
}

.nav-header .nav-hader-content .other .navul .navli:hover .navtt {
	color: var(--color1);
}

.nav-header .nav-hader-content .other .navul .navli:hover .navtt::after {
	width: 20px;
}

.nav-header .nav-hader-content .other .navul .navli:hover .navbox {
	opacity: 1;
	visibility: visible;
}

.nav-header .nav-hader-content .other .navul .navli:hover .navbox .navbox-cc {
	transform: translateY(0%);
}

.nav-header .nav-hader-content .other .navul .navli.active .navtt {
	color: var(--color1);
}

.nav-header .nav-hader-content .other .navul .navli.active .navtt::after {
	width: 20px;
}

.nav-header .nav-hader-content .other .navul .navli .navtt {
	position: relative;
	color: #282828;
	transition: all 0.3s;
}

.nav-header .nav-hader-content .other .navul .navli .navtt::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.16rem;
	width: 0;
	height: 3px;
	border-radius: 1px;
	transform: translate(-50%, 0%);
	background-color: var(--color2);
	transition: all 0.3s;
}

.nav-header .nav-hader-content .other .navul .navli .navbox {
	position: fixed;
	top: var(--navheight);
	left: 0;
	width: 100vw;
	opacity: 1;
	visibility: hidden;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc {
	width: 100%;
	padding: 0.5rem 0;
	background-color: var(--color4);
	background-repeat: no-repeat;
	background-position: left bottom;
	transform: translateY(-100%);
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navleft {
	width: calc(335 / 1440 * 100%);
	padding: 0 0.5rem 0 0.75rem;
	position: relative;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navleft .navttbg {
	width: 20px;
	height: 9px;
	position: absolute;
	left: 0.75rem;
	bottom: -28px;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navright {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 0.25rem;
	grid-row-gap: 0.25rem;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navright .link-li {
	border: 1px solid #d8dde2;
	position: relative;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navright .link-li:hover .linkbg {
	opacity: 1;
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navright .link-li .linkbg {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(90deg, #005da7, #005da7, #f9c584);
}

.nav-header .nav-hader-content .other .navul .navli .navbox .navbox-cc .navbox-container .navright .link-li .linkcc {
	position: relative;
	z-index: 2;
	padding: 18px 14px;
}

.nav-header .nav-hader-content .other .tabul {
	position: relative;
	z-index: 6;
}

.nav-header .nav-hader-content .other .tabul .tabli {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 4;
	margin: 0 0.25rem;
}

.nav-header .nav-hader-content .other .tabul .tabli .tablia {
	position: relative;
	z-index: 5;
	color: #ffffff;
	cursor: pointer;
}

.nav-header .nav-hader-content .other .tabul .tabli .tablia.active {
	z-index: 5;
}

.nav-header .nav-hader-content .other .tabul .tabli.search {
	margin: 0 0.18rem 0 0;
	width: 46px;
	height: 100%;
}

.nav-header .nav-hader-content .other .tabul .tabli.search.active .search-input {
	opacity: 1;
	width: 378px;
	padding: 0 46px 0 0.3rem;
}

.nav-header .nav-hader-content .other .tabul .tabli.search.active .h-icon {
	color: var(--color1);
}

.nav-header .nav-hader-content .other .tabul .tabli.search .search-form {
	width: 100%;
}

.nav-header .nav-hader-content .other .tabul .tabli.search .tablia {
	width: 100%;
}

.nav-header .nav-hader-content .other .tabul .tabli .search-input {
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 100%;
	padding: 0;
	background-color: #f5f5f5;
	z-index: 4;
}

.nav-header .nav-hader-content .other .tabul .tabli .search-input .enterInp {
	color: var(--colorAA);
	width: 100%;
	height: 100%;
}

.nav-header .nav-hader-content .other .showMenu {
	position: relative;
	z-index: 7;
	height: 100%;
	width: var(--menuWidth);
	background-color: #ffffff;
}

.nav-header .nav-hader-content .other .showMenu .navView {
	width: 100%;
}

.nav-header .nav-hader-content .other .showMenu .navView.active {
	border-left: 1px solid rgba(235, 235, 235, 0.2);
	background-color: var(--color1);
}

.nav-header .nav-hader-content .other .showMenu .navView.active .threeline {
	background-color: var(--colorFF) !important;
}

.nav-header .nav-hader-content .other .showMenu .showbox {
	position: absolute;
	top: 0;
	right: var(--menuWidth);
	width: calc(100vw - var(--menuWidth));
	height: 100vh;
	opacity: 0;
	visibility: hidden;
}

.nav-header .nav-hader-content .other .showMenu .showbox.active {
	opacity: 1;
	visibility: visible;
}

.nav-header .nav-hader-content .other .showMenu .showbox.active .fiveSpan {
	z-index: 1;
}

.nav-header .nav-hader-content .other .showMenu .showbox.active .fiveSpan .myspan .views {
	transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
	transform: translateX(0%);
}

.nav-header .nav-hader-content .other .showMenu .showbox.active .bgandlist {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0.61s;
}

.nav-header .nav-hader-content .other .showMenu .showbox.active .maplist .mapcol.active {
	z-index: 6;
}

.nav-header .nav-hader-content .other .showMenu .showbox.active .maplist .mapcol.active .col-more .more-ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.nav-header .nav-hader-content .other .showMenu .showbox .container {
	max-width: none;
	width: 100%;
}

.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
}

.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan .myspan {
	flex: 1;
	height: 100%;
	overflow: hidden;
}

.nav-header .nav-hader-content .other .showMenu .showbox .fiveSpan .myspan .views {
	transform: translateX(-101%);
	transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
	background-color: var(--color1);
}

.nav-header .nav-hader-content .other .showMenu .showbox .bgandlist {
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.nav-header .nav-hader-content .other .showMenu .showbox .mapbg {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.nav-header .nav-hader-content .other .showMenu .showbox .mapbg .maplogo {
	height: var(--navheight);
	padding: 0 0.3rem 0 0.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .mapTools {
	background-color: var(--color1);
}

.nav-header .nav-hader-content .other .showMenu .showbox .mapTools .mapTools-top {
	padding: 0 0.5rem 0 1rem;
	height: var(--navheight);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist {
	padding: 1rem;
	overflow: hidden;
	position: relative;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapbox {
	width: 40%;
	max-width: 284px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 5;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-tt .active-tt {
	left: -14px;
	opacity: 1;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
	color: var(--color2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
	left: 100%;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
	color: var(--colorFF);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
	z-index: 4;
	opacity: 0;
	transition: all 0.3s;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
	display: flex;
	z-index: 6;
	margin-bottom: 0.45rem;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt .active-tt {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 21px;
	height: 6px;
	border-radius: 3px;
	opacity: 0;
	transition: all 0.3s;
	background-image: linear-gradient(90deg,
			rgba(var(--color1-rgba), 1),
			rgba(var(--color2-rgba), 0.3),
			rgba(var(--color2-rgba), 1));
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
	position: relative;
	display: flex;
	transition: all 0.3s;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title:hover {
	color: var(--color2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
	padding-left: 0.5rem;
	position: absolute;
	left: 120%;
	top: 0%;
	width: calc(100% + 0.5rem);
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
	margin-bottom: 0.25rem;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
	padding-bottom: 0.15rem;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
	background-color: var(--color2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
	cursor: pointer;
	transition: all 0.3s;
	color: var(--colorFF);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
	padding: 0.2rem 30px;
	width: 100%;
	background-color: var(--colorF2);
	display: none;
	border-radius: 10px;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
	position: relative;
	display: block;
	line-height: 1.4;
	color: var(--color22);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t+.li-show-t {
	margin-top: 9px;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
	color: var(--color2);
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
	content: '';
	position: absolute;
	left: -11px;
	top: 8px;
	width: 5px;
	height: 5px;
	background-color: var(--color2);
	border-radius: 50%;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
	display: flex;
	flex-direction: column;
}

.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
	font-weight: 500;
	height: 52px;
	line-height: 52px;
}

.ny-banner {
	position: relative;
	z-index: 5;
}

.ny-banner .ny-bg {
	position: relative;
	z-index: 5;
	max-height: 410px;
	height: 60vw;
}

.ny-banner .ny-info {
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ny-banner .ny-info .ny-info-tt {
	color: #ffffff;
}

.ny-banner .ny-info .ny-info-dd {
	margin-top: 0.1rem;
	color: var(--color1);
	font-weight: 700;
}

.ny-banner .ny-info .ny-info-tip {
	color: #ffffff;
	opacity: 0.5;
	margin-top: 0.05rem;
}

.ny-navtools {
	position: relative;
	z-index: 6;
	left: 0;
	width: 100%;
	height: var(--toolsheight);
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.ny-navtools #link_anchor {
	position: absolute;
	top: var(--downnavheight);
}

.ny-navtools .cc {
	height: 100%;
	z-index: 5;
}

.ny-navtools .cc .home {
	position: relative;
	width: var(--toolsheight);
	height: 100%;
	background-color: #ffffff;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.ny-navtools .cc .home .h-img {
	width: 20px;
	height: auto;
	display: block;
}

.ny-navtools .cc .home .h-icon {
	font-size: 22px;
	color: var(--color1);
}

.ny-navtools .cc .toolsul {
	flex: 1;
	position: relative;
	padding: 0 0.2rem;
}

.ny-navtools .cc .toolsul .myswiper-tools {
	width: 100%;
	overflow: visible;
}

.ny-navtools .cc .toolsul .myswiper-tools .swiper-slide {
	width: auto;
}

.ny-navtools .cc .toolsul .myswiper-tools-mob {
	width: 100%;
	overflow: visible;
}

.ny-navtools .cc .toolsul .myswiper-tools-mob .swiper-slide {
	width: auto;
}

.ny-navtools .cc .toolsul .toolsli {
	width: auto;
	position: relative;
}

.ny-navtools .cc .toolsul .toolsli .li-top {
	position: relative;
	padding: 0 0.35rem;
	min-width: 130px;
}

.ny-navtools .cc .toolsul .toolsli .li-top:hover .toolsli-a,
.ny-navtools .cc .toolsul .toolsli .li-top.active .toolsli-a {
	color: #2eafc1;
	font-weight: 700;
}

.ny-navtools .cc .toolsul .toolsli .li-top .toolsli-a {
	line-height: 1;
	width: 100%;
	height: var(--toolsheight);
	position: relative;
	color: #686868;
}

.ny-navtools .cc .toolsul .toolsli .li-top .n-icon {
	margin-left: 18px;
	width: 18px;
	height: 18px;
	background: #e0e0e0;
	border-radius: 50%;
	font-size: 12px;
}

.ny-navtools .cc .toolsul .toolsli .li-top .n-icon::before {
	transform: scale(0.75) translate(0px, 2px);
}

.ny-navtools .mytt {
	top: 100%;
	transform: translate(0, -30%);
}

.ny-pagetools {
	width: 260px;
	padding-right: 50px;
}

.ny-pagetools .pageul {
	position: relative;
}

.ny-pagetools .pageul .toolsbg {
	position: absolute;
	left: 0;
	top: -36px;
	width: 100%;
	height: 36px;
}

.ny-pagetools .pageul .toolsbg .img {
	width: 100%;
	height: 36px;
}

.ny-pagetools .pageul .pageli.active .li-top .li-top-bg {
	width: 230px;
}

.ny-pagetools .pageul .pageli .li-top {
	background-color: var(--color1);
	padding: 0 15px;
	height: 60px;
	position: relative;
}

.ny-pagetools .pageul .pageli .li-top .li-top-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 0 30px 30px 0;
	background: linear-gradient(90deg, #005da7, #a1c1db);
}

.ny-pagetools .pageul .pageli .li-top .pageli-a {
	height: 100%;
}

.ny-pagetools .pageul .pageli .li-top .mybtn {
	width: 30px;
	height: 100%;
}

.ny-pagetools .pageul .pageli .li-top .mybtn .openline {
	width: 9px;
	height: 9px;
}

.ny-pagetools .pageul .pageli .li-bot {
	padding: 20px 0;
	background-color: var(--colorFF);
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box {
	padding: 0 20px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box+.li-a-box {
	margin-top: 15px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box .cate {
	margin-right: 3px;
	color: #c0c9d1;
	font-size: 14px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box .li-bot-a {
	line-height: 1.1;
}

.ny-pagetools .p-cc-footer {
	margin-top: 0.35rem;
}

.ny-pagetools .p-cc-footer .tt {
	color: #7a7a7a;
}

.ny-pagetools .p-cc-footer .dd {
	color: #c4c4c4;
}

.ny-pagetools .p-cc-footer .ttbg2 {
	height: 160px;
}

.ny-pagetools .p-cc-footer .ttbg2 .fbg {
	max-width: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 233px;
	height: 100%;
}

.total-search {
	padding: 0.2rem 0 0.28rem;
	border-top: 1px solid var(--line);
}

.total-search .mysearch {
	height: 40px;
	width: 140px;
	display: flex;
	align-items: center;
	position: relative;
}

.total-search .mysearch .mysearch-input {
	flex: 1;
	height: 100%;
}

.total-search .mysearch .mysearch-input .inp {
	height: 100%;
	width: 100%;
	padding: 0 40px 0 15px;
	border: 1px solid #f5f5f5;
	transition: all ease-in-out 0.5s;
	border-radius: 20px;
}

.total-search .mysearch .mysearch-input .inp:focus {
	border: 1px solid var(--color1);
}

.total-search .mysearch .mysearch-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.n-search {
	height: 90px;
	width: 100%;
	padding: 20px 20px 20px 30px;
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 4px 15px 0px rgba(4, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}

.n-search .n-search-type {
	width: 140px;
	height: 100%;
	padding-right: 20px;
}

.n-search .n-search-type .item-show {
	flex: 1;
	position: relative;
}

.n-search .n-search-type .item-show .views-p {
	padding: 0 0.25rem;
}

.n-search .n-search-type .item-show .views-p::after {
	height: 50%;
	top: 50%;
	transform: translate(0, -50%);
}

.n-search .n-search-input {
	flex: 1;
	height: 100%;
}

.n-search .n-search-input .inp {
	height: 100%;
	width: 100%;
	padding: 0 0.3rem 0 0;
}

.n-search .n-search-btn {
	width: 140px;
	height: 50px;
	background: var(--color1);
	border-radius: 10px;
}

.n-search .n-search-btn .h-icon {
	margin-left: 10px;
}

.catetabForm {
	display: flex;
	width: 100%;
}

.catetabForm .tabbox {
	width: 26%;
	height: 52px;
}

.catetabForm .product-tab {
	width: 50%;
	height: 100%;
	border: 1px solid #f5f5f5;
	border-right: none;
}

.catetabForm .product-tab::before {
	height: 3px;
}

.catetabForm .product-tab:hover {
	color: var(--color1);
}

.catetabForm .product-tab:active {
	color: var(--color1);
}

.catetabForm .product-form {
	flex: 1;
	height: 52px;
}

.product-form {
	height: 82px;
	display: flex;
	align-items: center;
	position: relative;
}

.product-form .product-form-input {
	flex: 1;
	height: 100%;
}

.product-form .product-form-input .inp {
	height: 100%;
	width: 100%;
}

.kefu_box {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 1111;
	transition: all 0.5s;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

.kefu_box:hover {
	transition: transform 0.3s ease 0s;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
}

.kefu_box.isshowmap {
	transition: top 0.5s ease 0s, width 0.5s ease 0s, height 0.5s ease 0s,
		background-color 0.5s ease 0s, transform 0.3s ease 0.5s;
	display: block !important;
	top: var(--navheight);
	width: var(--menuWidth);
	height: calc(100vh - var(--navheight));
	background-color: #ffffff;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}

.kefu_box.isshowmap .cc {
	box-shadow: none;
}

.kefu_box.isshowmap .cc::after {
	display: none;
}

.kefu_box.isshowmap .tools-top .t-item:hover {
	background: var(--colorFF);
}

.kefu_box.isshowmap .tools-top .t-item:hover .h-icon {
	color: var(--color1);
}

.kefu_box.isshowmap .tools-top .t-item:hover .tt {
	color: var(--colortt);
}

.kefu_box.isshowmap .tools-bot {
	opacity: 0;
	visibility: hidden;
}

.kefu_box .cc {
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}

.kefu_box .cc .tools-show {
	position: absolute;
	left: -1px;
	top: 50%;
	width: 30px;
	height: 100px;
	background-color: var(--color1);
	transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.kefu_box .cc .tools-show .tt {
	writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
}

.kefu_box .tools-top .t-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 10px;
	background: #ffffff;
	transition: all 0.5s;
}

.kefu_box .tools-top .t-item+.t-item:hover .item-cc::after {
	display: none;
}

.kefu_box .tools-top .t-item:hover {
	background: var(--color1);
}

.kefu_box .tools-top .t-item:hover .h-icon {
	color: var(--colorFF);
}

.kefu_box .tools-top .t-item:hover .tt {
	color: var(--colorFF);
}

.kefu_box .tools-top .t-item .h-icon {
	color: var(--coloricon);
}

.kefu_box .tools-top .t-item .tt {
	transition: all 0.5s;
	margin-top: 5px;
}

.kefu_box .tools-top .t-item+.t-item .item-cc::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 77.7%;
	height: 1px;
	background-color: #e9e9e9;
}

.kefu_box .tools-top .t-item .item-cc {
	padding: 10px 0;
}

.kefu_box .tools-top .t-item:hover .abs {
	opacity: 1;
	visibility: visible;
}

.kefu_box .tools-top .t-item .abs {
	position: absolute;
	right: 140%;
	top: 50%;
	width: 78px;
	height: auto;
	max-width: none;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.kefu_box .tools-top .t-item .abs:hover {
	opacity: 1 !important;
	visibility: visible;
}

.kefu_box .tools-top .t-item .tel.abs {
	width: auto;
	padding: 8px 15px;
	background-color: #000000;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.kefu_box .tools-bot .b-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background-color: var(--coloricon);
}

.kefu_box .tools-bot .b-item.c5 {
	background-color: var(--color5);
}

.kefu_box .tools-bot .b-item.c1 {
	background-color: var(--color1);
}

.kefu_box .tools-bot .b-item.c2 {
	background-color: var(--color2);
}

.kefu_box .tools-bot .b-item .h-icon {
	margin-left: 10px;
}

.slideDownward {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 10;
	transform: translateX(100%);
}

.slideDownward .tt {
	writing-mode: tb-rl;
	letter-spacing: 2px;
	color: #ffffff;
	margin-left: 10px;
}

.slideDownward .bg {
	position: relative;
	width: 1px;
	height: 105px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
}

.slideDownward .bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42%;
	animation: slideDownwardAni 3s linear 0s infinite alternate forwards;
	background-color: #ffffff;
}

@keyframes slideDownwardAni {
	0% {
		top: 0;
	}

	50% {
		top: 61px;
	}

	100% {
		top: 0;
	}
}

.nav-footer {
	position: relative;
	z-index: 6;
}

.nav-footer .logotop {
	background: var(--bg2);
	padding: 0.25rem 0;
}

.nav-footer .logotop .footerlogo {
	height: var(--logoBot);
}

.nav-footer .logotop .logo-r .rbtn {
	background-color: var(--colorFF);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 12px;
}

.nav-footer .footer-top .pbox {
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
}

.nav-footer .footer-top .info-address {
	color: #ffffff;
	line-height: 2;
}

.nav-footer .footer-top .info-qrcode {
	z-index: 5;
	display: flex;
}

.nav-footer .footer-top .info-qrcode .qrcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.nav-footer .footer-top .info-qrcode .qrcode+.qrcode {
	margin-left: 24px;
}

.nav-footer .footer-top .info-qrcode .qrcode .img {
	width: 110px;
}

.nav-footer .footer-top .info-qrcode .qrcode .code-t {
	text-align: center;
	margin-top: 10px;
}

.nav-footer .footer-links {
	padding: 0.2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-footer .footer-links .cateli.active .myuls {
	height: auto;
}

.nav-footer .footer-links .cateli .myname {
	height: 31px;
	color: #a3bad6;
}

.nav-footer .footer-links .cateli .myuls {
	flex: 1;
	height: 31px;
	overflow: hidden;
	flex-wrap: wrap;
	align-items: flex-start;
}

.nav-footer .footer-links .cateli .myuls .mylis {
	display: flex;
	align-items: center;
	padding: 0 14px;
	line-height: 2.2;
	color: rgba(255, 255, 255, 0.7);
	transition: all ease-in-out 0.5s;
}

.nav-footer .footer-links .cateli .myuls .mylis:nth-child(1)::after {
	display: none;
}

.nav-footer .footer-links .cateli .myuls .mylis:hover {
	color: white;
}

.nav-footer .footer-links .cateli .mybtn {
	width: 58px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

.nav-footer .footer-bot {
	display: flex;
}

.nav-footer .footer-bot .bot-info {
	width: 100%;
	padding: 0.22rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
}

.nav-footer .footer-bot .bot-info a {
	color: rgba(255, 255, 255, 0.5);
}

.nav-footer .footer-bot .footermap .ftt {
	padding: 0 14px;
}

.nav-footer .footer-bot .footermap .ftt:hover {
	color: white;
}

.swiperprev,
.swipernext {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.swiperprev {
	left: 0;
	transform: translate(-0.75rem, -50%);
}

.swipernext {
	right: 0;
	transform: translate(0.75rem, -50%);
}

@media only screen and (max-width: 1600px) {
	/* 公共样式自适应start*/
	/* 公共样式自适应end*/
}

@media only screen and (max-width: 1500px) {
	/* 公共样式自适应start*/
	/* 公共样式自适应end*/
}

@media only screen and (max-width: 1400px) {
	/* 公共样式自适应start*/
	/* 公共样式自适应end*/
}

@media only screen and (max-width: 1280px) {

	/* 公共样式自适应start*/
	.com-gomore {
		height: 40px;
		padding: 0 12px;
	}

	.nav-header .nav-hader-content .menu .mul .mli {
		margin: 0 0.16rem;
	}

	.nav-header .nav-hader-content .other .lang {
		padding: 0 0.16rem;
	}

	/* 公共样式自适应end*/
}

@media only screen and (max-width: 1024px) {
	.nav-footer .footer-links .cateli .myname {
		width: auto;
	}

	.ny-navtools .cc .toolsul {
		flex: 0 1 auto;
		width: 100%;
	}

	.ny-navtools .cc .toolsul .toolsli .li-top {
		min-width: auto;
	}

	.kefu_box {
		position: fixed;
		right: 0;
		top: inherit;
		bottom: 0;
		z-index: 1111;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		width: var(--menuWidth);
	}

	.kefu_box.isshowmap {
		display: block;
		top: var(--navheight);
		bottom: inherit;
		width: var(--menuWidth);
		height: calc(100vh - var(--navheight));
		background-color: #ffffff;
	}

	.kefu_box.isshowmap .cc {
		box-shadow: none;
	}

	.kefu_box.isshowmap .tools-top .t-item:hover {
		background: var(--colorFF);
	}

	.kefu_box.isshowmap .tools-top .t-item:hover .h-icon {
		color: var(--color1);
	}

	.kefu_box.isshowmap .tools-top .t-item:hover .tt {
		color: var(--colortt);
	}

	.kefu_box.isshowmap .tools-bot {
		opacity: 0;
		visibility: hidden;
	}

	.kefu_box .cc {
		box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	}

	.kefu_box .tools-top .t-item {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		padding: 0;
		background: #ffffff;
		transition: all 0.5s;
	}

	.kefu_box .tools-top .t-item+.t-item:hover .item-cc::after {
		display: none;
	}

	.kefu_box .tools-top .t-item:hover {
		background: var(--color1);
	}

	.kefu_box .tools-top .t-item:hover .h-icon {
		color: var(--colorFF);
	}

	.kefu_box .tools-top .t-item:hover .tt {
		color: var(--colorFF);
	}

	.kefu_box .tools-top .t-item .h-icon {
		color: var(--coloricon);
	}

	.kefu_box .tools-top .t-item .tt {
		transition: all 0.5s;
		margin-top: 5px;
		font-size: 12px;
	}

	.kefu_box .tools-top .t-item+.t-item .item-cc::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
		width: 77.7%;
		height: 1px;
		background-color: #e9e9e9;
	}

	.kefu_box .tools-top .t-item .item-cc {
		padding: 10px 0;
	}

	.kefu_box .tools-top .t-item:hover .abs {
		opacity: 1;
		visibility: visible;
	}

	.kefu_box .tools-top .t-item .abs {
		position: absolute;
		right: 130%;
		top: 50%;
		width: 78px;
		height: auto;
		max-width: none;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
	}

	.kefu_box .tools-top .t-item .abs:hover {
		opacity: 1 !important;
		visibility: visible;
	}

	.kefu_box .tools-top .t-item .tel.abs {
		width: auto;
		padding: 8px 15px;
		background-color: #000000;
		color: #ffffff;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}

	.kefu_box .tools-bot .b-item {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		background-color: var(--coloricon);
	}

	.kefu_box .tools-bot .b-item+.b-item {
		background-color: var(--color5);
	}

	.kefu_box .tools-bot .b-item .h-icon {
		margin-left: 10px;
	}

	.kefu_box .tools-top .t-item .tt {
		font-size: 12px;
	}

	.kefu_box .tools-top .t-item {
		padding: 0;
	}

	.searchpage .searchpage-top {
		width: 100%;
	}

	.searchpage .searchpage-top .product-form {
		width: 100%;
		margin-top: 1rem;
	}

	.searchpage .searchpage-top .product-form-input .inp {
		padding: 0 0.2rem;
	}

	.searchpage .search-list {
		background-color: #ffffff;
		margin-top: 0.8rem;
		padding: 0.4rem 0.8rem 0.8rem;
	}

	.searchpage .search-list .search-ul .search-li {
		padding: 0.5rem 0;
	}

	.searchpage .search-list .search-ul .search-li .img {
		width: 100%;
	}

	.searchpage .search-list .search-ul .search-li .text {
		width: 100%;
		padding: 14px 14px 0 14px;
		flex: 1;
	}

	.guide-page {
		width: 100vw;
		height: 100vh;
	}

	.guide-page-container .guide-top {
		flex: 1;
		padding: 0.5rem 0;
		flex-direction: column;
	}

	.guide-page-container .guide-top .pagelogo {
		height: var(--logoPage);
	}

	.guide-page-container .guide-top .pagetools {
		margin-top: 0.5rem;
	}

	.guide-page-container .guide-top .pagetools .tools {
		display: flex;
		align-items: center;
		padding: 15px 20px;
		background: rgba(0, 93, 167, 0.45);
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		line-height: 1;
	}

	.guide-page-container .guide-top .pagetools .tools+.tools {
		margin-left: 14px;
	}

	.guide-page-container .guide-top .pagetools .tools .tools-icon {
		margin-right: 14px;
	}

	.guide-page-container .guide-bot .bot-tt {
		padding: 0.3rem 0;
	}

	.footer-page a.null {
		display: none;
	}

	.footer-page a.dian {
		font-weight: 700;
	}

	.footer-page a {
		width: 34px;
		height: 34px;
		text-align: center;
		color: #b0b0b0;
		cursor: pointer;
		border-radius: 50%;
		margin: 0 2px;
		transition: all 0.5s;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-page a span {
		transition: all 0.5s;
	}

	.footer-page a.on {
		border-color: var(--color1);
		background-color: var(--color1);
	}

	.footer-page a.on span {
		color: var(--colorFF);
	}

	.footer-page a:hover {
		border-color: var(--color1);
		background-color: var(--color1);
		color: var(--colorFF);
	}

	.footer-page a:hover span {
		color: var(--colorFF);
	}

	.footer-page a.prev,
	.footer-page a.next {
		border: 1px solid #d9d9d9;
		font-family: '宋体';
		color: #777777;
	}

	.footer-page a.prev {
		margin-right: 20px;
	}

	.footer-page a.next {
		margin-left: 20px;
	}

	.footer-page a.two {
		margin: 0 2px;
	}

	.footer-page a.rotate180 {
		transform: rotate(180deg);
	}

	.home-Subject-container {
		padding: 3.5rem 0 1rem;
		width: 100%;
		margin-right: auto;
		position: relative;
	}

	.home-Subject-container::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--bg2);
		z-index: 1;
	}

	.home-Subject-container .backgFont {
		right: var(--mobile-margin);
		top: var(--mobile-margin);
	}

	.home-Subject-container .left-swiper {
		width: var(--container-width);
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}

	.home-Subject-container .left-swiper .myswiper-subject {
		width: 99%;
		margin: 0;
		overflow: visible;
	}

	.home-Subject-container .left-swiper .myswiper-subject .swiper-slide .slideitem {
		width: 100%;
		padding-top: calc(770 / 960 * 100%);
		position: relative;
		opacity: 0.2;
		transition: all 0.5s;
		transform-origin: 100% 50% 0;
		transform: scale(0.96);
	}

	.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-next .slideitem,
	.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-prev .slideitem {
		opacity: 0.3;
		transform: scale(0.98);
	}

	.home-Subject-container .left-swiper .myswiper-subject .swiper-slide.swiper-slide-active .slideitem {
		opacity: 1;
		transform: scale(1);
	}

	.home-Subject-container .right-tab {
		width: var(--container-width);
		padding: 0;
		margin: 0 auto;
	}

	.home-Subject-container .right-tab .sec-tt {
		position: absolute;
		top: 6%;
	}

	.home-Subject-container .right-tab .myswiper-subject-thumbs-ele {
		display: flex;
		flex-wrap: wrap;
	}

	.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt {
		position: relative;
		padding-right: 10px;
	}

	.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt::after {
		display: none;
	}

	.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt+.tt {
		padding-left: 10px;
	}

	.home-Subject-container .right-tab .myswiper-subject-thumbs-ele .tt+.tt::after {
		display: inline-block;
	}

	.home-Subject-container .right-tab .slideitem .cc {
		padding-right: 0.3rem;
	}

	.home-expert {
		position: relative;
	}

	.home-expert-container {
		position: relative;
	}

	.home-expert-container .backgFont {
		left: var(--mobile-margin);
		top: var(--mobile-margin);
	}

	.home-expert-container .expert-tt {
		position: absolute;
		left: 1.8rem;
	}

	.home-expert-container .expert-tt .expert-cc {
		position: absolute;
		left: -0.5rem;
		top: 2.6rem;
	}

	.home-expert-container .expert-tt .expert-cc .cc {
		writing-mode: lr-tb;
		line-height: 1.1;
	}

	.home-expert-container .expert-tt .expert-cc .cc::before {
		content: '';
		position: absolute;
		right: -0.58rem;
		top: -0.62rem;
		width: 1px;
		height: 1.24rem;
		background-color: #dcdcdc;
		z-index: 1;
	}

	.home-expert-container .expert-tt .expert-cc .cc::after {
		content: '';
		position: absolute;
		right: -0.58rem;
		top: 0.62rem;
		width: 1px;
		height: 0.5rem;
		background-color: #dcdcdc;
		z-index: 1;
		transform: rotate(30deg);
		transform-origin: center top;
	}

	.home-expert-container .left-box {
		width: 100%;
		padding: 0 0 0;
		background-color: var(--bg1);
	}

	.home-expert-container .right-box {
		z-index: 2;
		width: 100%;
		padding: 3.5rem 0 0;
		background-color: var(--bg1);
	}

	.home-expert-container .left-cc {
		width: var(--container-width);
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 0.75rem;
	}

	.home-expert-container .left-cc .myswiper-expert {
		width: 100%;
		margin: 0;
	}

	.home-expert-container .left-cc .myswiper-expert .swiper-wrapper {
		align-items: flex-end;
	}

	.home-expert-container .left-cc .myswiper-expert .swiper-slide {
		max-width: none;
		transition: all 0.5s;
	}

	.home-expert-container .left-cc .myswiper-expert .swiper-slide .slideitem {
		width: 100%;
		padding-top: calc(250 / 195 * 100%);
		position: relative;
		transition: all 0.5s;
	}

	.home-expert-container .right-cc {
		width: 61%;
		left: inherit;
		right: var(--mobile-margin);
		margin-left: auto;
		padding: 0 0 0.5rem;
	}

	.home-expert-container .right-cc .swiper-slide {
		transition: all 0.5s;
	}

	.home-expert-container .right-cc .swiper-slide.swiper-slide-active .slideitem {
		width: 100%;
		position: relative;
	}

	.home-expert-container .right-cc .swiper-slide.swiper-slide-active .slideitem .info {
		opacity: 1;
		visibility: visible;
		transition: all 0.5s;
	}

	.home-expert-container .right-cc .swiper-slide .slideitem {
		width: 100%;
		position: relative;
		background-color: var(--color1);
	}

	.home-expert-container .right-cc .swiper-slide .slideitem .img {
		width: 100%;
		padding-top: calc(250 / 195 * 100%);
	}

	.home-expert-container .right-cc .swiper-slide .slideitem .info {
		opacity: 0;
		visibility: hidden;
		padding: 15px;
	}

	.home-expert-container .right-cc .myswiper-expert-thumbs-tools {
		width: 100%;
		background-color: var(--color1);
		padding: 0 15px;
	}

	.home-expert-container .right-cc .myswiper-expert-thumbs-tools .now-num {
		color: var(--color2);
	}

	.home-news {
		background-color: var(--bg1);
		position: relative;
	}

	.home-news .backgFont {
		transform: rotate(90deg);
		transform-origin: 0% 100%;
		top: -1rem;
		left: 0;
	}

	.home-news-container {
		padding: 0.8rem 0;
	}

	.home-news-container .news-top .scroll-news {
		flex: 1;
		max-width: 943px;
	}

	.home-news-container .news-top .scroll-news .scroll-views {
		height: 102px;
	}

	.home-news-container .news-top .scroll-news .myswiper-news {
		height: 100%;
	}

	.home-news-container .news-top .scroll-news .myswiper-news .slideitem {
		height: 100%;
		border-bottom: 1px dashed var(--line);
	}

	.home-news-container .news-top .scroll-news .myswiper-news .slideitem .info {
		height: 100%;
		padding-bottom: 20px;
	}

	.home-news-container .news-top .scroll-news .myswiper-news .slideitem .info .tt {
		line-height: 1;
		font-size: 12px;
		border: 1px solid var(--color1);
		align-items: center;
		justify-content: center;
		color: var(--color1);
		padding: 3px 6px;
		margin-right: 14px;
	}

	.home-news-container .news-tab .three-tab {
		width: 100%;
	}

	.home-news-container .news-tab .three-tab .left-tab {
		display: flex;
	}

	.home-news-container .news-tab .three-tab .left-tab .item {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		height: var(--navheight);
		background-color: var(--color1);
		font-size: var(--fz24);
		color: var(--colortt);
	}

	.home-news-container .news-tab .three-tab .left-tab .item:nth-child(2) {
		background-color: var(--color2);
	}

	.home-news-container .news-tab .three-tab .left-tab .item:nth-child(3) {
		background-color: var(--color6);
	}

	.home-news-container .news-tab .three-tab .right-info {
		flex: 1;
		height: 100%;
		background-color: var(--colorFF);
	}

	.home-news-container .news-tab .three-tab .right-info .cc {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		opacity: 0;
		visibility: hidden;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li.active {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-top .li-img {
		width: 100%;
		padding-top: calc(150 / 235 * 100%);
		position: relative;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-top .li-info {
		padding: 14px;
		position: relative;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list {
		margin-top: 0;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item:nth-child(1) {
		border-top: 1px solid #e8e8e8;
	}

	.home-news-container .news-tab .three-tab .right-info .info-li .li-cc .li-cc-list .list-item:nth-child(2n) {
		background-color: #fafafa;
	}

	.home-news-container .news-tab .link-videos {
		width: 100%;
		flex-direction: row;
	}

	.home-news-container .news-tab .link-videos .link-videos-top {
		padding: 0 0.4rem;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-color: #e2e8ec;
	}

	.home-news-container .news-tab .link-videos .link-videos-top .videott {
		color: #000000;
		opacity: 0.1;
	}

	.home-health {
		position: relative;
		background-color: #ffffff;
	}

	.home-health::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--bg2);
		z-index: 1;
	}

	.home-health-container {
		padding: 0.8rem 0;
		position: relative;
		z-index: 2;
	}

	.home-health-container .left-cc {
		flex: 2;
		overflow: hidden;
		padding-top: 0.7rem;
	}

	.home-health-container .left-cc .health-tt {
		padding-right: 0.35rem;
	}

	.home-health-container .left-cc .health-tt .myname {
		position: relative;
	}

	.home-health-container .left-cc .health-tt .myname .com-state {
		position: relative;
		left: 0;
		top: 0%;
	}

	.home-health-container .left-cc .health-cc .myswiper-health {
		width: 100%;
		margin: 0;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-wrapper {
		align-items: inherit;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide {
		max-width: none;
		height: auto;
		border-bottom: 1px solid #e6e6e6;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem {
		padding-top: 0;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-img {
		position: relative;
		width: 100%;
		padding-top: calc(266 / 417 * 100%);
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info {
		border-left: 1px solid #e6e6e6;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info .info-t .dd {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide.swiper-slide-active .slideitem .swiper-info .info-b {
		display: block;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem {
		padding-top: 0px;
		transition: all 1s ease;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem::before {
		height: 4px;
		background-color: var(--color2);
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-img {
		position: relative;
		width: 100%;
		padding-top: calc(266 / 417 * 100%);
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-info {
		border-right: 1px solid #e6e6e6;
		position: relative;
		padding: 0.25rem 0.5rem 0.3rem;
	}

	.home-health-container .left-cc .health-cc .myswiper-health .swiper-slide .slideitem .swiper-info .dd {
		transition: all 1s ease;
	}

	.home-health-container .right-cc {
		flex: 1;
	}

	.home-health-container .right-cc .health-img {
		width: 100%;
		padding-top: 70%;
		position: relative;
	}

	.home-health-container .right-cc .health-news {
		padding: 0.55rem 0.5rem 0.3rem;
		background-color: var(--color1);
		background-position: 27px 178px;
	}

	.home-health-container .right-cc .health-news .health-news-h1 {
		writing-mode: lr-tb;
		line-height: 1.1;
		width: auto;
	}

	.home-health-container .right-cc .health-news .health-news-cc {
		width: 78%;
	}

	.home-health-container .right-cc .health-news .health-news-cc .health-news-list .health-news-item+.health-news-item {
		margin-top: 0.3rem;
	}

	.home-health-container .right-cc .health-news .health-news-cc .health-news-list .health-news-item .dd {
		color: #fff;
		opacity: 0.35;
	}

	.home-more {
		position: relative;
	}

	.home-more-container {
		padding: 1rem 0;
		position: relative;
		z-index: 2;
	}

	.home-more-container .left-show {
		width: calc(286 / 1250 * 100%);
		overflow: hidden;
	}

	.home-more-container .left-show .lbot .sliditem {
		max-width: none;
		width: 100%;
		padding-top: 50%;
		position: relative;
	}

	.home-more-container .left-show .lbot .sliditem .info {
		position: absolute;
		left: var(--mobile-margin);
		bottom: var(--mobile-margin);
		width: var(--container-width);
	}

	.home-more-container .right-swiper {
		width: calc(926 / 1250 * 100%);
	}

	.home-more-container .right-swiper .mySwiper-more .sliditem {
		max-width: 309px;
		width: 100%;
		padding-top: calc(436 / 308 * 100%);
		position: relative;
	}

	.home-more-container .right-swiper .mySwiper-more .sliditem .info {
		position: absolute;
		left: var(--mobile-margin);
		bottom: var(--mobile-margin);
		width: var(--container-width);
	}

	.survey-list .survey-item::after {
		width: 170px;
		height: 2px;
	}

	.home-survey-container .tab-top {
		align-items: flex-start;
	}

	.home-survey-container .com-gomore {
		margin-left: auto;
		margin-right: auto;
	}

	.survey-dd {
		width: 100%;
		margin-top: 0.5rem;
	}

	.doctorview-container {
		box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
	}

	.doctorview-container .view-top {
		display: flex;
	}

	.doctorview-container .view-top .view-t-l {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 16px 0.5rem 0.5rem;
	}

	.doctorview-container .view-top .view-t-l::after {
		display: none;
		content: '';
		position: absolute;
		left: 100%;
		top: 0;
		border: 16px solid transparent;
		border-left-color: #4483b6;
		border-bottom-color: #4483b6;
		transform: translate(0, -100%);
	}

	.doctorview-container .view-top .view-t-l .bg {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.doctorview-container .view-top .view-t-l .imgp {
		width: 40%;
	}

	.doctorview-container .view-top .view-t-l .info {
		padding: 0 4%;
	}

	.doctorview-container .view-top .view-t-l .img {
		position: relative;
		width: 100%;
		padding-top: calc(290 / 226 * 100%);
	}

	.doctor-view-t-r {
		flex: 1;
		padding: 0.5rem 0.5rem 0.6rem 0.5rem;
	}

	.doctor-view-t-r .view-item {
		min-height: 90px;
		padding: 20px 30px;
		line-height: 1.5;
		display: flex;
		border-bottom: 1px solid #e6e6e6;
		background-color: var(--colorFF);
	}

	.doctor-view-t-r .view-item:nth-child(1) {
		border-top: 1px solid #e6e6e6;
	}

	.doctor-view-t-r .view-item:nth-child(2n) {
		background-color: var(--bg2);
	}

	.doctor-view-t-r .view-item .view-item-l {
		flex-shrink: 0;
		margin-right: 30px;
	}

	.doctor-view-t-r .view-item .view-item-r {
		flex: 1;
	}

	.topnews {
		padding-bottom: 0.5rem;
	}

	.topnews .topviews {
		background: #ffffff;
		border-radius: 0 0 var(--border40) 0;
		display: flex;
		overflow: hidden;
	}

	.topnews .topviews .topviews-l {
		width: 100%;
		padding-top: calc(200 / 314 * 100%);
		position: relative;
		overflow: hidden;
	}

	.topnews .topviews .topviews-r {
		flex: 1;
		padding: 0.28rem 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.news-recruit {
		box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
		border-radius: 4px;
	}

	.news-recruit .news-left {
		width: 100%;
		padding-top: 50vw;
	}

	.news-recruit .news-right {
		padding: 0.6rem;
		background-color: var(--bg2);
	}

	.news-recruit .news-right .info-t1,
	.news-recruit .news-right .cate {
		padding-right: 20px;
	}

	.my-popup .pop-c.recruit .mylink {
		align-items: flex-start;
	}

	.j-form {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.j-form .j-form-item {
		width: calc(280 / 990 * 100%);
	}

	.j-form .j-form-item.hasserch {
		width: calc(400 / 990 * 100%);
	}

	.j-form .j-form-item.is50 {
		width: 49%;
	}

	.j-form .j-form-item.is100 {
		width: 100%;
	}

	.j-form .j-form-item .item-show {
		position: relative;
	}

	.j-form .j-form-item .item-show .item-label {
		font-size: var(--fz14);
		color: var(--rich);
		line-height: 1;
		margin-bottom: 12px;
	}

	.j-form .j-form-item .item-show .item-views {
		display: flex;
		justify-content: space-between;
	}

	.j-form .j-form-item .item-show .item-views .views-p {
		flex: 1;
		padding: 0 12px;
		background-color: var(--colorFF);
		border: 1px solid var(--line);
		border-radius: 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.j-form .j-form-item .item-show .item-views .views-p .views {
		width: 100%;
		font-size: var(--fz16);
		color: var(--colortt);
		line-height: 2.875;
		cursor: pointer;
	}

	.j-form .j-form-item .item-show .item-views .views-p .views-icon {
		margin-left: 12px;
		font-size: var(--fz20);
	}

	.j-form .j-form-item .item-show .item-views .views-btn {
		margin-left: 14px;
		flex-shrink: 0;
		background-color: var(--color1);
		border-radius: 5px;
		padding: 0 38px;
		font-size: var(--fz14);
		color: var(--colorFF);
	}

	.slideDownward {
		display: none;
	}

	.com-lrbtn {
		cursor: pointer;
		width: 30px;
		height: 30px;
		background: #ffffff;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		border: 1px solid #e6e6e6;
		color: var(--color1);
		transition: all ease-in-out 0.3s;
		font-size: var(--fz16);
	}

	.com-lrbtn.swiper-button-disabled {
		background-color: #f7f7f7;
		color: #d2d2d2;
		opacity: 1;
	}

	.com-lrbtn.swiper-button-disabled:hover {
		border: 1px solid #e6e6e6;
		background-color: #f7f7f7;
		color: #d2d2d2;
	}

	.com-lrbtn:hover {
		border: 1px solid var(--color1);
		background-color: var(--color1);
		color: #ffffff;
	}

	.com-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		bottom: 0;
	}

	.com-dots.recruit .swiper-pagination-bullet {
		background: var(--color1);
		border: 2px solid var(--color1);
		margin: 0 3px;
		opacity: 0.5;
		box-sizing: border-box;
	}

	.com-dots.recruit .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.com-dots.recruit .swiper-pagination-bullet:hover {
		background-color: var(--colorFF);
		opacity: 1;
	}

	.com-dots .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #ffffff;
		border-radius: 50%;
		margin: 0 3px;
		opacity: 1;
		transition: all 0.5s;
		box-sizing: content-box;
	}

	.com-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.com-dots .swiper-pagination-bullet:hover {
		background-color: transparent;
		box-shadow: 0 0 0 1px white;
	}

	/*94%的内容*/
	.container {
		width: var(--container-width);
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
	}

	.container.isny {
		padding: 0 4%;
		background-color: #ffffff;
		min-height: 50vh;
	}

	.container.isny.ishistory {
		padding: 0 0 0 4%;
	}

	.ny-content {
		position: relative;
		z-index: 1;
		padding: 0.75rem 0 1rem;
	}

	.ny-content::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 50%;
		max-height: 1024px;
		background-image: linear-gradient(180deg, var(--bg3), #ffffff);
	}

	.ny-content .pagecontent {
		width: 100%;
		display: flex;
	}

	.ny-content .pagecontent .mycontent {
		padding: 0.8rem 0 0;
		flex: 1;
	}

	.ny-content .pagecontent .ny-top.alignE {
		align-items: flex-start;
	}

	.ny-content .pagecontent .ny-top .ny-top-tt .tt-line {
		margin-top: 15px;
		width: 24px;
		height: 6px;
		position: relative;
		background-color: #fdebd4;
	}

	.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after,
	.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
		position: absolute;
		content: '';
		top: 0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: var(--color1);
	}

	.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after {
		left: 0;
	}

	.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
		right: 0;
	}

	.ny-content .pagecontent .about-history-tab {
		width: auto;
		flex-shrink: 0;
		min-height: 80vw;
	}

	.ny-banner .ny-navtools .mytt div {
		color: var(--tt);
	}

	.nav-header.isshow .nav-hader-content .other .showMenu .navView {
		border-left: none;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
		padding: 0.3rem 30px;
	}

	.com-state.mainbanner .h-icon {
		color: #ffffff;
	}

	.com-state.mainmore .h-icon {
		color: #111111;
	}

	.com-state.mainmore .progressbox {
		width: 100%;
		margin-left: 0;
	}

	.com-state.mainmore .progressbox .com-progress {
		flex: 1;
		width: auto;
		height: 2px;
	}

	.com-state.mainmore .progressbox .com-num {
		width: auto;
		margin: 0 0.5rem;
	}

	.com-state .twoBtn.max .maxl {
		transform: translateX(-100%);
	}

	.com-state .twoBtn.max .maxr {
		transform: translateX(100%);
	}

	.com-state .twoBtn.transparent .h-icon {
		background: transparent;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		border: 1px solid #e7e7e7;
		color: #d2d2d2;
	}

	.com-state .twoBtn.transparent .h-icon:hover {
		background-color: var(--color1);
		color: #ffffff;
		border: 1px solid var(--color1);
	}

	.com-state .twoBtn .h-icon {
		width: 40px;
		height: 40px;
		background: #ffffff;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		color: var(--color1);
		transition: all ease-in-out 0.3s;
		font-size: 12px;
	}

	.com-state .twoBtn .h-icon.swiper-button-disabled {
		background-color: #f7f7f7;
		color: #d2d2d2;
		opacity: 1;
	}

	.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
		background-color: #f7f7f7;
		color: #d2d2d2;
	}

	.com-state .twoBtn .h-icon:hover {
		background-color: var(--color1);
		color: #ffffff;
	}

	.com-state .h-icon {
		cursor: pointer;
	}

	.com-state .h-icon+.h-icon {
		margin-left: 0.2rem;
	}

	.com-state .com-pause.canplay::before {
		content: '';
	}

	.com-state .progressbox {
		position: relative;
		margin-left: 0.3rem;
	}

	.com-state .progressbox.m-product {
		width: 140px;
	}

	.com-state .progressbox.m-product .com-num {
		display: flex;
		justify-content: space-between;
	}

	.com-state .progressbox.m-product .com-progress {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 3px;
	}

	.com-state .com-progress {
		position: relative;
		width: 80px;
		height: 3px;
		background-color: rgba(36, 36, 36, 0.15);
	}

	.com-state .com-progress .swiper-pagination-progressbar-fill {
		background-color: var(--color1);
	}

	.com-state .com-progress .proess {
		height: 100%;
		width: 0%;
		transition: all 1s;
		background-color: var(--color1);
	}

	.nav-footer .footer-top .left-list {
		width: auto;
	}

	.nav-footer .footer-top .left-list .list-li {
		padding-right: 0.8rem;
	}

	.nav-footer {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.nav-footer .footer-top .pbox {
		padding: 30px 0;
	}

	.nav-footer .footer-top .pbox.ismain {
		padding: 35px 0;
	}

	.nav-footer .footer-top .left-list {
		width: 100%;
		flex-direction: column;
	}

	.nav-footer .footer-top .left-list .list-li {
		padding-right: 0;
	}

	.nav-footer .footer-top .left-list .list-li+.list-li {
		margin-top: 0.3rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0.3rem;
		grid-row-gap: 0.3rem;
	}

	.nav-footer .footer-top .left-list .list-li .item+.item {
		margin-top: 0;
	}

	.nav-footer .footer-top .right-info {
		width: 100%;
		margin-top: 0.5rem;
		display: flex;
		flex-direction: column;
	}

	.nav-footer .footer-top .right-info .info-qrcode {
		justify-content: center;
	}

	.nav-footer .footer-bot {
		display: flex;
		flex-direction: column;
	}

	.nav-footer .footer-bot .bot-logo {
		padding-right: 0;
		width: 100%;
		background-color: var(--color2);
		border-radius: var(--border20) var(--border20) 0px 0px;
		justify-content: center;
	}

	.nav-footer .footer-bot .bot-info {
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0.3rem;
		margin-left: 0;
		width: 100%;
		border-radius: 0;
	}

	.nav-footer .footer-bot .bot-info .info-l {
		width: 80%;
		text-align: center;
	}

	.nav-footer .footer-bot .bot-info .info-select {
		margin-top: 0.3rem;
	}

	.section-tt {
		position: relative;
		display: flex;
		justify-content: center;
	}

	.section-tt.hasdd {
		flex-direction: column;
		align-items: center;
	}

	.section-tt .ttb {
		display: inline-block;
		position: relative;
	}

	.section-tt .ttb .tt {
		height: 100%;
		font-weight: bold;
		color: var(--color22);
		display: flex;
		align-items: center;
		text-align: center;
	}

	.section-tt .dd {
		margin-top: 34px;
		font-size: 16px;
		color: #828282;
	}

	.section-tt .line {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 2px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transform: translateX(-50%);
	}

	.section-tt .line::before {
		content: '';
		width: 24%;
		height: 100%;
		background-color: var(--color2);
		border-radius: 1px;
	}

	.section-tt .line::after {
		content: '';
		width: 72%;
		height: 100%;
		background-color: var(--color1);
		border-radius: 1px;
	}

	.section-tt.ff .tt {
		color: var(--colorFF);
	}

	.section-tt.left {
		justify-content: flex-start;
	}

	.section-tt.left .line {
		position: absolute;
		left: 0;
		transform: translateX(0%);
	}

	.section-tt.right {
		justify-content: flex-end;
	}

	.section-tt.right .line {
		position: absolute;
		left: inherit;
		right: 0;
		transform: translateX(0%);
	}

	.section-tt.notop .tt {
		align-items: flex-start;
	}

	.submitform.hasdd .container {
		z-index: 6;
		padding: 4%;
	}

	.submitform.hasdd .container .ttb {
		height: 80px;
	}

	.submitform .container {
		z-index: 6;
		padding: 0;
	}

	.nav-header .nav-hader-content .logo {
		padding: 0 0 0 0.4rem;
	}

	.nav-header .nav-hader-content .menu {
		display: none;
	}

	.nav-header .nav-hader-content .other {
		display: flex;
	}

	.nav-header .nav-hader-content .other .tabul .tabli.search {
		width: auto;
	}

	.nav-header .nav-hader-content .other .tabul .tabli.search.active .search-input {
		width: 40vw;
		padding: 0 0.3rem;
	}

	.nav-header .nav-hader-content .other .lang {
		padding: 0 0.6rem;
	}

	.nav-header .nav-hader-content .other .showMenu {
		border: none;
		width: var(--menuWidth);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .mapTools .mapTools-top {
		padding: 0 4%;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist {
		padding: 4%;
		overflow: hidden;
		position: relative;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapbox {
		width: 100%;
		max-width: none;
		border-right: none;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		z-index: 5;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
		color: var(--color2);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
		left: 0%;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
		color: var(--colorFF);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
		z-index: 4;
		opacity: 0;
		transition: all 0.3s;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 6;
		margin: 0.2rem 0;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
		position: relative;
		display: flex;
		transition: all 0.3s;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt {
		width: 100%;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
		display: none;
		padding-left: 0;
		position: relative;
		left: 0%;
		top: 0%;
		width: 97%;
		height: auto;
		opacity: 1;
		visibility: visible;
		transition: all 0s;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
		margin-bottom: 0;
		margin-top: 0.15rem;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:nth-child(1) {
		margin-top: 0.35rem;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
		padding-bottom: 0.15rem;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
		background-color: var(--color2);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
		cursor: pointer;
		transition: all 0.3s;
		color: var(--colorFF);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
		padding: 0.2rem 30px;
		width: 100%;
		background-color: var(--colorF2);
		display: none;
		border-radius: 10px;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
		position: relative;
		display: block;
		line-height: 1.4;
		color: var(--color22);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t+.li-show-t {
		margin-top: 9px;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
		color: var(--color2);
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
		content: '';
		position: absolute;
		left: -11px;
		top: 8px;
		width: 5px;
		height: 5px;
		background-color: var(--color2);
		border-radius: 50%;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
		display: flex;
		flex-direction: column;
	}

	.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
		font-weight: 500;
		height: 52px;
		line-height: 52px;
	}

	/* 公共样式自适应end*/
}

@media only screen and (max-width: 920px) {
	/* 公共样式自适应start*/
	/* 公共样式自适应end*/
}

@media only screen and (max-width: 768px) {
	.about-profile {
		margin-top: 0.5rem;
	}

	.about-profile .top-img {
		width: 100%;
		padding-top: 100%;
	}

	.about-profile .top-img .top-info {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 45.4%;
		height: 50%;
		padding: 0 0.44rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: linear-gradient(90deg, #005da7, #61a1d5);
	}

	.about-profile .top-img .top-info .tt {
		font-size: 16px;
	}

	.about-profile .top-num {
		padding: 0.44rem 0;
		border-bottom: 1px solid var(--bg2);
		grid-row-gap: 0.44rem;
	}

	.about-profile .myrich .rich-item {
		margin-top: 0.7rem;
	}

	.about-profile .myrich .rich {
		margin-top: 0.5rem;
	}

	.about-culture .top-img {
		grid-column-gap: 0.44rem;
		grid-row-gap: 0.44rem;
	}

	.about-culture .top-img .news-img {
		border-radius: 50%;
		padding: 5px;
		background-color: var(--colorFF);
		border: 1px solid #e6e6e6;
	}

	.about-culture .top-img .news-img .icc {
		border-radius: 50%;
	}

	.about-culture .top-img .news-img::before,
	.about-culture .top-img .news-img::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		background-color: var(--color2);
	}

	.about-culture .top-img .news-img::before {
		top: calc(100% + 6px);
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.about-culture .top-img .news-img::after {
		top: calc(100% + 14px);
		width: 2px;
		height: 100px;
	}

	.about-culture .top-img .tt {
		background: #ffffff;
		border: 3px solid #005da7;
		border-radius: 30px;
		height: 60px;
	}

	.about-culture .top-img .dd {
		background: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 10px;
		padding: 0 28px;
		min-height: 140px;
	}

	.about-culture .culture-desc {
		margin-top: 0.7rem;
	}

	.about-culture .culture-desc .culture-desc-img {
		margin-top: 0.5rem;
	}

	.about-culture .culture-desc .colortt {
		margin-top: 0.4rem;
	}

	.about-culture .culture-desc .desc-rich {
		margin-top: 0.4rem;
	}

	.about-culture .desc-rich-item {
		margin-bottom: 0.15rem;
	}

	.topwonderful {
		padding-bottom: 0.5rem;
	}

	.topwonderful .topviews {
		background: #ffffff;
		display: flex;
		overflow: hidden;
	}

	.topwonderful .topviews .topviews-l {
		width: 100%;
		padding-top: calc(287 / 470 * 100%);
		position: relative;
		overflow: hidden;
	}

	.topwonderful .topviews .topviews-r {
		background-position: center;
		background-size: cover;
		flex: 1;
		padding: 4%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}

	.mywonderful-item .info {
		padding: 4%;
	}

	.topjournal .topviews {
		background-color: #ffffff;
		display: flex;
		flex-direction: row;
		overflow: hidden;
		background-position: top center;
		background-size: 100%;
		padding: 0.5rem 0;
		border-bottom: 1px solid var(--line);
	}

	.topjournal .topviews .topviews-l {
		position: relative;
		overflow: hidden;
	}

	.topjournal .topviews .topviews-r {
		padding: 4%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
	}

	.topjournal .topviews .topviews-r .myabs {
		position: absolute;
		left: 26px;
		top: 35px;
		width: 70px;
		height: 70px;
	}

	.server-appointment .appointment-live .live-info {
		padding-right: 0.5rem;
	}

	.server-appointment .appointment-live .live-img {
		margin-top: 0.5rem;
	}

	.server-appointment .appointment-tel {
		margin-top: 0.5rem;
	}

	.server-appointment .appointment-tel .tel-info {
		grid-column-gap: 1px;
		grid-row-gap: 1px;
	}

	.server-appointment .appointment-tel .tel-info .item {
		padding: 0.3rem 0.4rem;
		background-color: var(--bg2);
	}

	.server-appointment .appointment-web .web-info .item {
		flex-direction: column;
	}

	.server-map-myinfo {
		padding: 0.3rem 0.35rem;
		background-color: var(--bg2);
	}

	.server-map-myinfo .info-l {
		flex-shrink: 0;
		width: var(--toolsheight);
		height: var(--toolsheight);
	}

	.server-map-myinfo .item {
		margin-left: 0.4rem;
	}

	.n-search {
		height: auto;
		width: 100%;
		padding: 2% 4%;
		display: flex;
		align-items: center;
		background: #ffffff;
		box-shadow: 0px 4px 15px 0px rgba(4, 0, 0, 0.1);
		border-radius: 10px;
		position: relative;
	}

	.n-search .n-search-input {
		flex: 1;
		height: 100%;
	}

	.n-search .n-search-input .inp {
		height: 100%;
		width: 100%;
		padding: 0 0.3rem 0 0;
	}

	.n-search .n-search-btn {
		width: auto;
		height: 36px;
		padding: 0 12px;
		background: var(--color1);
		border-radius: 10px;
	}

	.n-search .n-search-btn .h-icon {
		margin-left: 10px;
	}

	.server-cate .cate-tab {
		padding-bottom: 0.4rem;
		border-bottom: 1px solid var(--line);
		align-items: flex-start;
	}

	.server-cate .top-tab {
		width: 100%;
	}

	.server-cate .top-tab .swiper-slide {
		width: auto;
	}

	.server-cate .top-tab .slideitem {
		position: relative;
		padding: 0 20px;
		z-index: 5;
	}

	.server-cate .bot-list .slideitem.isseemore .cate-item:nth-child(n + 7) {
		display: flex;
	}

	.server-cate .bot-list .slideitem .cate-item:nth-child(n + 7) {
		display: none;
	}

	.server-cate .bot-list .news-img {
		width: 100%;
		padding-top: calc(400 / 990 * 100%);
	}

	.server-cate .bot-list .cate-list {
		padding: 0.8rem 0;
		border-bottom: 1px solid var(--line);
	}

	.server-cate .bot-list .cate-list .cate-item+.cate-item {
		margin-top: 0.8rem;
	}

	.server-cate .bot-list .cate-list .cate-item .cate-left {
		flex: 1;
		padding: 2% 4%;
		border-left: 3px solid var(--color1);
	}

	.server-cate .bot-list .cate-list .cate-item .cate-left .room-list {
		grid-column-gap: 17px;
		grid-row-gap: 17px;
	}

	.server-cate .bot-list .cate-list .cate-item .cate-left .room-list .room {
		position: relative;
		padding: 12px 0;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
	}

	.server-cate .bot-list .cate-list .cate-item .cate-right {
		width: 100%;
		padding-top: 50vw;
	}

	.server-doctor .doctor-tab {
		padding-bottom: 0.4rem;
		align-items: flex-start;
	}

	.server-doctor .top-tab {
		width: 74%;
	}

	.server-doctor .top-tab .swiper-slide {
		width: auto;
	}

	.server-doctor .top-tab .slideitem {
		position: relative;
		padding: 0 20px;
		z-index: 5;
	}

	.server-doctor .bot-list .news-img {
		width: 100%;
		padding-top: calc(400 / 990 * 100%);
	}

	.server-doctor .bot-list .doctor-list {
		display: grid;
		grid: none;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	.server-doctor .bot-list .doctor-list .doctor-ele {
		width: 100%;
		padding-top: calc(800 / 488 * 100%);
		position: relative;
	}

	.server-doctor .bot-list .doctor-list .doctor-ele:nth-child(1) {
		grid-area: auto;
	}

	.server-doctor .bot-list .doctor-list .doctor-ele:nth-child(1) .doctor-tt {
		font-size: var(--fz24);
	}

	.server-doctor .bot-list .doctor-list .doctor-ele:nth-child(1) .doctor-dd {
		font-size: var(--fz16);
	}

	.server-doctor .bot-list .doctor-list .doctor-tt {
		font-size: var(--fz14);
	}

	.server-doctor .bot-list .doctor-list .doctor-dd {
		font-size: var(--fz14);
		-webkit-line-clamp: 2;
	}

	.server-doctor .bot-list .doctor-list .doctor-item .doctor-info {
		padding: 6%;
		background-color: var(--bg2);
	}

	.server-doctor .bot-list .doctor-list .doctor-item .doctor-info .zc {
		padding-right: 10px;
	}

	.server-doctor .bot-list .doctor-list .doctor-item .doctor-info .mc {
		padding-left: 10px;
	}

	.server-doctor .bot-list .doctor-list .doctor-item .doctor-img {
		padding-top: calc(550 / 488 * 100%);
	}

	.my-doctor-container .myswiper-doctor .swiper-slide {
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox {
		border-color: var(--color1);
		padding-bottom: 0;
	}

	.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox .line {
		background-color: var(--color1);
	}

	.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .activebox .yuan {
		display: block;
	}

	.my-doctor-container .myswiper-doctor .swiper-slide.swiper-slide-thumb-active .sj-p {
		display: block;
	}

	.my-doctor-container .myswiper-doctor .slideitem {
		position: relative;
		width: 100%;
		padding-top: calc(295 / 230 * 100%);
	}

	.my-doctor-container .myswiper-doctor .slideitem .info {
		position: absolute;
		left: 6.5%;
		bottom: 6%;
		width: 87%;
	}

	.my-doctor-container .myswiper-doctor .activebox {
		margin-top: 0.25rem;
		width: 25px;
		height: 68px;
		position: relative;
		border-top: 1px solid #d0e1ed;
		padding-bottom: 24px;
	}

	.my-doctor-container .myswiper-doctor .activebox .line {
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 1px;
		background-color: #d0e1ed;
		height: 100%;
	}

	.my-doctor-container .myswiper-doctor .activebox .yuan {
		display: none;
		position: absolute;
		width: 7px;
		height: 7px;
		background-color: var(--color1);
		border-radius: 50%;
		left: 50%;
		bottom: 0%;
		transform: translateX(-50%);
	}

	.my-doctor-container .myswiper-doctor .sj-p {
		display: none;
	}

	.my-doctor-container .myswiper-doctor .sj-p .sj-b {
		border-bottom-width: 12px;
	}

	.my-doctor-container .myswiper-doctor-thumbs .slideitem {
		background: #efefef;
		border-radius: 5px;
		padding: 20px 35px;
	}

	.my-doctor-container .btnbox {
		position: absolute;
		left: 0;
		bottom: 86px;
		width: 100%;
	}

	.my-doctor-container .btnline {
		position: absolute;
		left: 0;
		bottom: 105px;
		width: 100%;
		height: 1px;
		background-color: #d0e1ed;
	}

	.medical-view .top-img {
		width: 100%;
		padding-top: 50vw;
	}

	.medical-view .top-img .top-info {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 45.4%;
		height: 50%;
		padding: 0 0.44rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: linear-gradient(90deg, #005da7, #61a1d5);
	}

	.medical-view .top-num {
		padding: 0.44rem 0;
		border-bottom: 1px solid var(--bg2);
	}

	.survey-list .survey-item .survey-cc {
		min-width: 110px;
		min-height: 110px;
	}

	.home-expert-container .right-box {
		padding: 2.5rem 0 0;
	}

	.retrieval-search {
		padding: 0.8rem 0 1.5rem;
		background-color: var(--bg3);
	}

	.retrieval-cate .com-l {
		width: auto;
	}

	.retrieval-cate .com-r {
		width: 100%;
		border-left: 1px solid var(--color1);
	}

	.retrieval-cate .cate-tab {
		padding-bottom: 10px;
		border-top: 2px solid var(--color1);
		border-bottom: 1px solid var(--line);
	}

	.retrieval-cate .cate-tab .l,
	.retrieval-cate .cate-tab .r {
		padding: 10px;
	}

	.retrieval-cate .bot-list {
		border-top: 1px solid var(--line);
	}

	.retrieval-cate .bot-list .cate-list {
		padding: 0.3rem 0 0.4rem;
		border-bottom: 1px solid var(--line);
		position: relative;
		z-index: 5;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right {
		padding: 0 10px 10px 10px;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list {
		grid-column-gap: 5px;
		grid-row-gap: 10px;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item.active .roomshow {
		top: 141%;
		opacity: 1;
		visibility: visible;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .room {
		z-index: 4;
		position: relative;
		padding: 8px 4%;
		background: #ffffff;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow {
		z-index: 5;
		position: absolute;
		left: 0;
		top: 180%;
		width: 210%;
		background: #ffffff;
		border-radius: 5px;
		border: 1px solid var(--color1);
		opacity: 0;
		visibility: hidden;
		transition: top 0.3s;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .re {
		padding: 10px;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .sj-p {
		position: absolute;
		left: 23.8%;
		top: 0;
		transform: translate(0, -100%);
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .sj-p.cover {
		transform: translate(0, -94%);
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist {
		grid-column-gap: 6px;
		grid-row-gap: 6px;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist .myitem {
		align-items: center;
		color: #464646;
	}

	.retrieval-cate .bot-list .cate-list .cate-item .cate-right .room-list .room-item .roomshow .mylist .myitem::before {
		top: 0;
		transform: translate(0%, 0%);
	}

	.com-tabb {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.com-tabb.default {
		padding: 0.36rem 0;
		border-top: 1px solid var(--line);
		margin-top: 0.8rem;
	}

	.com-tabb.default .tab {
		width: 45%;
	}

	.com-tabb.default .tabb-l,
	.com-tabb.default .tabb-r {
		display: flex;
		align-items: center;
	}

	.com-tabb.default .tabb-l:hover .h-icon,
	.com-tabb.default .tabb-r:hover .h-icon {
		color: var(--colorFF);
	}

	.com-tabb.default .tabb-l .h-icon,
	.com-tabb.default .tabb-r .h-icon {
		font-size: var(--fz36);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.5s;
		flex-shrink: 0;
	}

	.com-tabb.default .tabb-l .text,
	.com-tabb.default .tabb-r .text {
		margin: 0 0.3rem;
	}

	.com-tabb.default .tabb-l .text .t1,
	.com-tabb.default .tabb-r .text .t1 {
		color: var(--colortt);
	}

	.com-tabb.default .tabb-l .text .t2,
	.com-tabb.default .tabb-r .text .t2 {
		display: none;
		color: var(--colordd);
	}

	.com-tabb.default .tabb-l .text .t1 {
		text-align: left;
	}

	.com-tabb.default .tabb-r {
		justify-content: flex-end;
	}

	.com-tabb.default .tabb-r .text .t1 {
		text-align: right;
	}

	.com-tabb.default .tabb-r .text .t2 {
		text-align: right;
	}

	.com-tabb.default .backimg {
		width: var(--toolsheight);
		height: var(--toolsheight);
	}

	.com-tabb.doctor {
		padding: 0.3rem 0.5rem;
		border-top: 1px solid var(--line);
	}

	.com-tabb.doctor .tab {
		width: 110px;
	}

	.com-tabb.doctor .tabb-l,
	.com-tabb.doctor .tabb-r {
		display: flex;
		align-items: center;
	}

	.com-tabb.doctor .tabb-l:hover .h-icon,
	.com-tabb.doctor .tabb-r:hover .h-icon {
		color: var(--colorFF);
	}

	.com-tabb.doctor .tabb-l .h-icon,
	.com-tabb.doctor .tabb-r .h-icon {
		font-size: var(--fz36);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.5s;
		flex-shrink: 0;
	}

	.com-tabb.doctor .tabb-l .text,
	.com-tabb.doctor .tabb-r .text {
		margin: 0 10px;
	}

	.com-tabb.doctor .tabb-l .text .t1,
	.com-tabb.doctor .tabb-r .text .t1 {
		color: var(--color8d);
	}

	.com-tabb.doctor .tabb-l .text .t2,
	.com-tabb.doctor .tabb-r .text .t2 {
		color: var(--colordd);
	}

	.com-tabb.doctor .tabb-l .text .t1 {
		text-align: right;
	}

	.com-tabb.doctor .tabb-r {
		justify-content: flex-end;
	}

	.com-tabb.doctor .tabb-r .text .t1 {
		text-align: left;
	}

	.com-tabb.doctor .tabb-r .text .t2 {
		text-align: left;
	}

	.com-tabb.doctor .backimg {
		width: var(--toolsheight);
		height: var(--toolsheight);
	}

	.otherimg video {
		max-width: 96%;
		max-height: 96%;
	}

	.otherimg.posvideo:before {
		background: rgba(0, 0, 0, 0.9);
	}

	.videobox {
		cursor: pointer;
	}

	.videobox .videoBtn {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.8;
		transition: all 0.5s;
	}

	.videobox .videoBtn img {
		width: 40px;
		height: 40px;
	}

	.videobox:hover .videoBtn {
		opacity: 1;
	}

	#main-linelist {
		display: none;
	}

	.swiperprev {
		left: 0;
		transform: translate(-80%, -50%);
	}

	.swipernext {
		right: 0;
		transform: translate(80%, -50%);
	}

	.newsview-cc {
		margin-top: 30px;
		padding-top: 20px;
	}

	.newsview-cc .newsview-tips {
		width: 100%;
		height: auto;
		background-color: var(--bg2);
		padding: 10px 5px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newsview-cc .newsview-tips .tips-item {
		position: relative;
		padding: 0 5px;
	}

	/* 公共样式自适应end*/
	.nav-header .h-tt {
		display: none;
	}

	.nav-footer .footer-top .left-list .list-li {
		padding-right: 0 !important;
	}

	.nav-footer {
		min-height: auto;
	}
}

@media only screen and (max-width: 640px) {

	/* 公共样式自适应start*/
	.common-form.shop .myinfo {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.common-form.shop .myinfo .my-inline-block {
		padding: 0.2rem 0;
		display: flex;
		position: relative;
		align-items: flex-start;
		border-bottom: 1px solid var(--line);
	}

	.common-form.shop .myinfo .my-inline-block:nth-child(1) {
		border-top: 1px solid var(--line);
	}

	.common-form.shop .myinfo .my-inline-block.w100 {
		width: 100%;
	}

	.common-form.shop .myinfo .layui-input-inline {
		position: relative;
		float: inherit;
		flex: 1;
		margin-right: 0px;
	}

	.common-form.shop .myinfo .layui-input-inline+.layui-input-inline {
		margin-left: 10px;
	}

	.common-form.shop .myinfo .layui-input-inline .h-icon {
		position: absolute;
		right: 0;
		top: 0;
		width: 44px;
		height: var(--inputheight);
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
	}

	.common-form.shop .myinfo .layui-input-inline .layui-form-select dl {
		top: 64px;
	}

	.common-form.shop .myinfo .my-label {
		max-width: 350px;
		height: var(--inputheight);
		flex: 1;
		padding: 0 0.4rem 0 0.2rem;
		justify-content: flex-start;
	}

	.common-form.shop .myinfo .my-label .labreq {
		font-size: var(--fz12);
		background-color: #f9c584;
		color: #ffffff;
		align-items: center;
		justify-content: center;
		line-height: 2;
		padding: 0 10px;
	}

	.common-form.shop .myinfo .my-input {
		width: calc(700 / 990 * 100%);
		position: relative;
		display: flex;
		align-items: center;
	}

	.common-form.shop .myinfo .my-input.yzm .inp {
		max-width: 200px;
	}

	.common-form.shop .myinfo .my-input .yzmimg {
		margin-left: 12px;
		width: 130px;
		height: 50px;
		z-index: 6;
	}

	.common-form.shop .myinfo .my-input .text {
		width: 100%;
		height: 310px;
		background: #f5f5f5;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		font-size: 16px;
		padding: 15px;
		transition: all 0.3s;
	}

	.common-form.shop .myinfo .my-input .text:focus {
		border: 1px solid var(--color1) !important;
	}

	.common-form.shop .myinfo .my-input .text::placeholder {
		color: #cecece;
		font-size: 16px;
	}

	.common-form.shop .myinfo .inp,
	.common-form.shop .myinfo .layui-input {
		width: 100%;
		background: #f5f5f5;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		height: var(--inputheight);
		line-height: var(--inputheight);
		padding: 0 15px;
		font-size: 16px;
		transition: all 0.3s;
		z-index: 5;
	}

	.common-form.shop .myinfo .inp:focus,
	.common-form.shop .myinfo .layui-input:focus {
		border: 1px solid var(--color1) !important;
	}

	.common-form.shop .myinfo .inp::placeholder,
	.common-form.shop .myinfo .layui-input::placeholder {
		color: #bfbfbf;
		font-size: var(--fz16);
	}

	.common-form.shop .myinfo .layui-input {
		padding: 0 44px 0 20px;
	}

	.common-form.shop .myinfo .layui-edge {
		display: none;
	}

	.common-form.recruit .myinfo {
		margin-top: 12px;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.common-form.recruit .myinfo .my-inline-block {
		height: var(--inputheight);
		display: flex;
		position: relative;
		align-items: center;
		padding: 0 0.2rem;
		background-color: #f0f0f2;
	}

	.common-form.recruit .myinfo .my-label {
		flex-shrink: 0;
	}

	.common-form.recruit .myinfo .my-label .labreq {
		font-size: var(--fz12);
		background-color: #f9c584;
		color: #ffffff;
		align-items: center;
		justify-content: center;
		line-height: 2;
		padding: 0 10px;
	}

	.common-form.recruit .myinfo .my-label .labtt {
		color: #9d9d9d;
		font-size: var(--fz16);
	}

	.common-form.recruit .myinfo .my-input {
		flex: 1;
		position: relative;
		display: flex;
		align-items: center;
	}

	.common-form.recruit .myinfo .inp,
	.common-form.recruit .myinfo .layui-input {
		background-color: #f0f0f2;
		width: 100%;
		height: var(--inputheight);
		line-height: var(--inputheight);
		z-index: 5;
	}

	.common-form.recruit .myinfo .layui-input {
		padding: 0 44px 0 20px;
	}

	.common-form.recruit .myinfo .layui-edge {
		display: none;
	}

	.common-form.recruit .linkbtn {
		padding: 0.35rem 0;
	}

	.common-form.recruit .linkbtn .btn-tj {
		background-color: var(--color1);
		border-radius: 5px;
		width: 280px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.common-form.default .myinfo {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.common-form.default .myinfo .my-inline-block {
		position: relative;
		width: calc((100% - 10px) / 2);
	}

	.common-form.default .myinfo .my-inline-block:nth-child(n + 3) {
		margin-top: 10px;
	}

	.common-form.default .myinfo .my-inline-block.w100 {
		width: 100%;
	}

	.common-form.default .myinfo .layui-input-inline {
		position: relative;
		float: inherit;
		flex: 1;
		margin-right: 0px;
	}

	.common-form.default .myinfo .layui-input-inline+.layui-input-inline {
		margin-left: 10px;
	}

	.common-form.default .myinfo .layui-input-inline .h-icon {
		position: absolute;
		right: 0;
		top: 0;
		width: 44px;
		height: var(--inputheight);
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
	}

	.common-form.default .myinfo .layui-input-inline .layui-form-select dl {
		top: 64px;
	}

	.common-form.default .myinfo .my-label {
		margin-bottom: 20px;
		font-size: 16px;
		color: var(--color22);
		line-height: 1.1;
	}

	.common-form.default .myinfo .my-label .xin {
		color: #e70000;
	}

	.common-form.default .myinfo .my-input {
		width: 100%;
		position: relative;
	}

	.common-form.default .myinfo .my-input .yzmimg {
		position: absolute;
		right: 8px;
		top: 10px;
		width: 100px;
		height: 40px;
		z-index: 6;
	}

	.common-form.default .myinfo .my-input .text {
		width: 100%;
		height: 150px;
		border: 1px solid #dcdcdc;
		padding: 20px;
		font-size: 16px;
		transition: all 0.3s;
	}

	.common-form.default .myinfo .my-input .text:focus {
		border: 1px solid var(--color1) !important;
	}

	.common-form.default .myinfo .my-input .text::placeholder {
		color: #cecece;
		font-size: 16px;
	}

	.common-form.default .myinfo .inp,
	.common-form.default .myinfo .layui-input {
		width: 100%;
		border: 1px solid #dcdcdc;
		height: var(--inputheight);
		line-height: var(--inputheight);
		padding: 0 20px;
		font-size: 16px;
		transition: all 0.3s;
		z-index: 5;
	}

	.common-form.default .myinfo .inp:focus,
	.common-form.default .myinfo .layui-input:focus {
		border: 1px solid var(--color1) !important;
	}

	.common-form.default .myinfo .inp::placeholder,
	.common-form.default .myinfo .layui-input::placeholder {
		color: #cecece;
		font-size: 16px;
	}

	.common-form.default .myinfo .inp.yzm,
	.common-form.default .myinfo .layui-input.yzm {
		padding: 0 116px 0 20px;
	}

	.common-form.default .myinfo .layui-input {
		padding: 0 44px 0 20px;
	}

	.common-form.default .myinfo .layui-edge {
		display: none;
	}

	.common-form .layui-form-item {
		margin-bottom: 0;
	}

	.common-form .layui-form-select dl dd,
	.common-form .layui-form-select dl dt {
		line-height: var(--inputheight);
		padding: 0 20px !important;
	}

	.common-form .layui-form-select dl dd.layui-this {
		background-color: var(--color3);
	}

	.common-form .layui-form-select dl::-webkit-scrollbar {
		width: 4px;
		border-radius: 2px;
	}

	.common-form .layui-form-select dl::-webkit-scrollbar-track {
		background-color: #e6e6e6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.common-form .layui-form-select dl::-webkit-scrollbar-thumb {
		width: 4px;
		border-radius: 2px;
		background: #e4002b;
		-webkit-box-shadow: inset 0 0 6px pink;
		opacity: 1;
	}

	.common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
		background: #e4002b;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.common-form .submitbtn {
		cursor: pointer;
		margin: 0.5rem auto 0;
		width: 100%;
		height: var(--toolsheight);
		border-radius: 5px;
		background: var(--color1);
		color: var(--colorFF);
	}

	.common-form .submitbtn .btn-tj {
		cursor: pointer;
		width: 100%;
		height: 100%;
	}

	.concept-list {
		padding: 40px 0 0;
	}

	.concept-list .conceptul {
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.concept-list .conceptul .conceptli {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.concept-list .conceptul .conceptli:nth-child(-n + 1) {
		margin: 0 0 0 0;
	}

	.concept-list .conceptul .conceptli:nth-child(3n) {
		margin-right: 0;
	}

	.concept-list .conceptul .conceptli:nth-child(n + 2) {
		margin: 5px 0 0 0;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
		width: 64px;
		height: 64px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
		width: 40px;
		height: 40px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
		width: 10px;
		height: 10px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
		font-size: 30px;
		margin-top: 0;
		color: #9fa0a0;
		z-index: 5;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
		color: var(--color1);
		z-index: 5;
	}

	/* 公共样式自适应end*/
}

@media only screen and (max-width: 500px) {
	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
		width: 64px;
		height: 64px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
		width: 40px;
		height: 40px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
		width: 10px;
		height: 10px;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
		font-size: 28px;
		margin-top: 0;
		color: #9fa0a0;
		z-index: 5;
	}

	.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
		color: var(--color1);
		z-index: 5;
	}

	.myhistory .myhistorybox .viewbox .viewtab {
		z-index: 6;
		position: absolute;
		right: 6%;
		top: 2%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.myhistory .myhistorybox .viewbox .viewtab .yeartab {
		margin-top: 20px;
		display: flex;
	}

	.myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 415px) {
	/* 公共样式自适应start*/
	/* 公共样式自适应end*/
}

.hover_test {
	display: flex;
	flex-direction: column;
	position: relative;
}

.hover_test.active .line {
	opacity: 1;
}

.hover_test .item {
	height: 200px;
}

.hover_test .line {
	opacity: 0;
	position: absolute;
	width: 0;
	left: 0;
	width: 6px;
	background-color: var(--color1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}