.index-banner {
	height: 100vh;
}

.index-banner .swiper-wrapper,
.index-banner .swiper-slide {
	height: 100%;
}

.index-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
}

.index-banner .warper {
	height: 100%;
	position: relative;
}

.index-banner .content {
	color: #FFF;
	position: absolute;
	top: 44%;
	transform: translateY(-44%);
}

.index-banner .content .text {
	font-size: 60px;
	letter-spacing: 4px;
}

.index-banner .content .text2 {
	font-size: 28px;
	margin-top: 16px;
	letter-spacing: 2px;
}

.index-banner .content .btn {
	width: 180px;
	color: #000;
	display: block;
	background-color: #FFF;
	border-radius: 54px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	margin-top: 80px;
}

.index-banner .content .btn:hover {
	background-color: #fafafa;
}

.index-banner .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 20px;
	background: #84EFDB;
	opacity: 1;
}

.index-banner .mini-prod {
	position: absolute;
	width: 260px;
	height: 200px;
	z-index: 99;
	bottom: 60px;
	right: 40px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.index-banner .mini-prod img {
	max-height: 100%;
}

.banner-text {
	display: none;
}


.gonggao-main {
	padding: 60px 0 0;
}

.gonggao-main .gonggao-swiper {
	width: 1200px;
	color: #333333;
	background: #84EFDB;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	border-radius: 16px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}


.gonggao-main .gonggao-swiper img {
	margin-right: 8px;
	width: 20px;
}


.gonggao-main .scroll-content {
	display: flex;
}

.gonggao-main .scroll-content .scroll-item {
	width: auto;
	margin-right: 40px;

}

.part1-content {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.part1-content .part1-left {
	padding-right: 160px;
	flex: 1;
}

.part1-content .part1-left .qsjh-title {
	padding: 40px 0 30px;
}

.part1-content .part1-left .qsjh-title sup {
	font-size: 36px;
}

.part1-content .part1-left span {
	font-size: 18px;
	/*margin-top: 24px;*/
	/*display: flex;*/
	align-items: center;
	margin: 0 20px 0 0;
}

.part1-content .part1-left p i {
	font-size: 22px;
	margin-right: 10px;
}

.part1-content .part1-left p:first-child {
	margin-top: 0;
}

.part1-content .part1-right {
	width: 50%;
}

.part1-content .part1-right img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.index-part2 {
	padding: 80px 0;
}

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

.fmsl-content .fmsl-left {
	max-width: 560px;
}

.fmsl-content .fmsl-left .qsjh-text {
	margin: 20px 0 40px;
}

.fmsl-content .fmsl-right {
	max-width: 500px;
}

.fmsl-content .fmsl-right .num-text:nth-child(3) {
	border-bottom: none;
}

.fmsl-content .fmsl-right .num-text {
	font-size: 22px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	border-bottom: 1px solid #f7f7f7;
	padding: 30px 0;
}

.fmsl-content .fmsl-right .num-text:last-child:first-child {
	padding-top: 0;
}

.fmsl-content .fmsl-right .num-text:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.fmsl-content .fmsl-right .num-text .num {
	font-size: 160px;
	margin-right: 100px;
	font-family: 'plight';
	width: 200px;
	text-align: center;
	line-height: 1;
}

.fmsl-content .fmsl-right .num-text .other-text {
	font-size: 16px;

}

.cpjz-content1 .swiper-container .swiper-slide {
	width: 400px;
	height: 300px;
	background: #EDF9F9;
	border-radius: 16px;
	padding: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #EDF9F9;
	box-sizing: border-box;
	cursor: pointer;
}

.cpjz-content1 .swiper-container .swiper-slide:hover,
.cpjz-content1 .swiper-container .swiper-slide.cpjz-active {
	background: #FFF;
}

.cpjz-content1 .swiper-container .swiper-slide:hover .arrow,
.cpjz-content1 .swiper-container .swiper-slide.cpjz-active .arrow {
	background: #333;
}

.cpjz-content1 .swiper-container .swiper-slide:hover .arrow i,
.cpjz-content1 .swiper-container .swiper-slide.cpjz-active .arrow i {
	color: #FFF;
}

.cpjz-content1 .detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cpjz-content1 .detail img {
	width: 160px;
}

.cpjz-content1 .detail .arrow {
	width: 32px;
	height: 32px;
	background: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cpjz-content1 .detail .arrow i {
	font-size: 26px;
	color: #333;
}

.cpjz-content2 {
	margin-top: 120px;
}

.cpjz-content2 .swiper-container {
	position: relative;
}

.cpjz-content2 .swiper-container .swiper-slide {
	width: 470px;
	height: 630px;
	background: #F7F7F7;
	border-radius: 12px;
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;

}

.cpjz-content2 .xl-name {
	color: #FFF;
	font-size: 40px;
	padding: 24px;
}

.cpjz-content2 .pro-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cpjz-content2 .pro-top {
	padding: 24px 24px 0;
}

.cpjz-content2 .pro-top .p-name {
	font-size: 24px;
}

.cpjz-content2 .pro-top .p-desc {
	font-size: 12px;
}

.cpjz-content2 .pro-img img {
	width: 220px;
	height: 314px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

.cpjz-content2 .pro-bot {
	padding: 0 24px 24px;
	display: flex;
	justify-content: space-between;
}

.cpjz-content2 .pro-bot a {
	width: 200px;
	height: 54px;
	background: #000000;
	border-radius: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	color: #FFF;
	line-height: 1;

}

.cpjz-content2 .pro-bot a:hover {
	opacity: 0.7;
}

.cpjz-content2 .pro-bot .btn2 {
	background-color: transparent;
	color: #000
}



.index-part4 .qsjh-title,
.index-part5 .qsjh-title {
	line-height: 1.4;
	margin: 30px 0;
}

.jxpl-btn {
	width: 88px;
	height: 34px;
	display: flex;
	align-items: center;
	background: #D4D4D4;
	border-radius: 17px;
	justify-content: center;
}

.index-part3 {
	padding: 100px 0;
}

.index-part3 .qsjh-title {
	margin-bottom: 40px;
}

.cpjz-other {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cpjz-other .qsjh-text {
	max-width: 800px;
	/*display: none;*/
}

.cpjz-other .qsjh-text.active {
	display: block
}

.cpjz-other .go-product {
	display: flex;
	align-items: center;
	font-size: 24px;
}

.cpjz-other .go-product img {
	width: 40px;
	height: 40px;
	margin-left: 20px;
}

.index-part4 {
	background: #EDF9F9;
	width: 100%;
	position: relative;
	height: 996px;
	overflow: hidden;
}

.index-part4 .warper {
	height: 100%;
}

.index-part4 .part4-content {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-part4 .jxpl-swiper {
	display: flex;
	position: absolute;
	top: 0;
	right: 60px;
	height: 100%;
}

.index-part4 .jxpl-left-swiper {
	margin-right: 16px;
}

.index-part4 .jxpl-left-swiper,
.index-part4 .jxpl-right-swiper {
	width: 340px;
	position: relative;
}

.index-part4 .jxpl-left-swiper .roll__list_item,
.index-part4 .jxpl-right-swiper .roll__list_item {
	margin: 16px 0;
	width: 100%;
	height: 455px;
}
.index-part4 .jxpl-left-swiper .roll__list_item:last-child,
.index-part4 .jxpl-right-swiper .roll__list_item:last-child{margin-bottom: 0}
.index-part4 .jxpl-left-swiper .roll__list_item img,
.index-part4 .jxpl-right-swiper .roll__list_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.index-part5 {
	padding: 80px 0 120px;
}

.index-part5 .warper {
	display: flex;
	justify-content: space-between;
}

.index-part5 .part5-content {
	width: 50%;
}

.index-part5 .jxpl-swiper {
	position: relative;
	margin-bottom: 80px;
}

.index-part5 .jxpl-swiper .swiper-slide {
	background: #F7F7F7;
	border-radius: 16px;
	padding: 24px;
	width: auto;
}

.index-part5 .jxpl-img {
	display: flex;
}

.index-part5 .jxpl-img .top-img {
	position: relative;
}

.index-part5 .jxpl-img .top-img img {
	width: 176px;
	height: 176px;
	border-radius: 8px;
}

.index-part5 .jxpl-img .top-img:last-child {
	margin-left: 12px;
}

.index-part5 .jxpl-img .top-img .time {
	width: 60px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 12px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 12px;
	top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-part5 .jxpl-text {
	margin-top: 20px;
	max-width: 350px;
	height: 52px;
}

.index-part5 .jxpl-user {
	display: flex;
	margin-top: 50px;
}

.index-part5 .jxpl-user .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}

.index-part5 .jxpl-user .name {
	font-weight: bold;
}

.index-part5 .jxpl-user .yz {
	color: #969797;
	font-size: 12px;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.index-part5 .jxpl-user .yz img {
	width: 12px;
	height: 15px;
	margin-right: 2px;
}


.index-part5 .other-text {
	color: #969797;
	max-width: 800px;
}

.index-part5 .qsjh-btn2 {
	display: none;
}

.brand-intro,
.dev-history,
.brand-strength {
	padding: 80px 0
}

/* 品牌简介 */
.small-title {
	font-size: 12px;
}

.brand-intro .i-logo {
	margin: 24px 0;
	display: block;
}

.brand-intro .i-content {
	max-width: 75%;
	font-size: 18px;
	margin-top: 20px;
}

.brand-intro .i-img {
	margin-top: 20px;
}

.brand-intro .i-img img {
	max-width: 100%;
	border-radius: 10px;
}

.brand-intro .qsjh-title {
	margin: 24px 0;
}

/* 发展历程 */
.search-all {
	width: 200px;
	height: 54px;
	background: #000000;
	border-radius: 27px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-all:hover {
	opacity: 0.7;
}

.history-container {
	margin-top: 80px;
}

.history-container .history-item {
	width: 470px;
	padding: 24px 36px;
	background: #F7F7F7;
	border-radius: 16px;
}

.history-container .history-item .year {
	font-size: 40px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}

.history-container .history-item .month-list {
	height: 410px;
	overflow: hidden;
}

.history-container .history-item .month-item {
	margin-top: 40px;
	font-size: 18px;
}

.history-container .history-item .month-item .num-month {
	color: #333;
	font-weight: bold;
}

.history-container .history-item .month-item .jianjie {
	color: #666;
	height: 58px;
	margin-top: 10px;
}

.history-container .history-item .search-all {
	margin: 40px auto 0;
}


/* 发展历程详情 */
.history-detail {
	padding: 80px 0;
}

.history-detail .history-item {
	color: #333;
	padding-bottom: 40px;
	padding-left: 32px;
	border-left: 1px solid #84EFDB;
	position: relative;

}

.history-detail .history-item:last-child {
	border-left: 1px solid transparent;
}

.history-detail .history-item::before {
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 2px solid #84EFDB;
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	left: -11px;
}


.history-detail .qsjh-title {
	line-height: 1;
	margin: 24px 0 40px;
}

.history-detail .history-item .month {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 24px;

}

.history-detail .history-item .trajectory {
	font-size: 18px;
	margin-top: 12px;
}

.history-detail .history-item .trajectory.small {
	color: #666;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.history-detail .history-item .trajectory.small::before {
	width: 6px;
	height: 6px;
	background: #000000;
	border-radius: 50%;
	display: block;
	content: "";
	margin-right: 12px;
}

/* 品牌实力 */
.brand-strength .strength-content .strength-item {
	display: flex;
	justify-content: space-between;
	margin-top: 80px
}

.brand-strength .strength-content .strength-item .left {
	margin-top: 120px;
	max-width: 680px
}

.brand-strength .strength-content .strength-item .left .title {
	font-size: 32px;
	color: #333
}

.brand-strength .strength-content .strength-item .left .desc {
	color: #333;
	font-size: 18px;
	margin-top: 24px
}

.brand-strength .strength-content .strength-item .left .content {
	color: #666;
	font-size: 18px;
	margin-top: 40px;
}

.brand-strength .strength-content .strength-item .right {
	width: 800px;
	height: 800px;
}

.brand-strength .strength-content .strength-item .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px
}

.brand-strength .strength-content .strength-item:nth-child(even) {
	flex-direction: row-reverse;
}

.brand-strength .strength-content .strength-item .left .content2 p {
	margin-top: 12px;
	position: relative;
	padding-left: 18px;
	color: #666;
}

.brand-strength .strength-content .strength-item .left .content2 p::before {
	width: 6px;
	height: 6px;
	background: #000000;
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.brand-strength .strength-content .strength-item .search-all {
	margin-top: 40px;
}

.brand-strength .strength-content .strength-item .none-part {
	display: none;
}

/* 产品系列 */
.prod-join-game {
	display: none;
	padding: 120px 0;
	align-items: center;
}

.prod-join-game .game-left {
	width: 800px;

}

.prod-join-game .game-left h3 {
	color: #333;
	font-size: 32px;
	margin-bottom: 12px;
}

.prod-join-game .game-left p {
	color: #666;
	font-size: 24px;
	margin-top: 12px;
}

.prod-join-game .game-right {
	margin-left: 160px;
}

.prod-join-game .game-right p {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.prod-join-game .game-right span {
	display: inline-block;
	width: 90px;
	margin-right: 20px
}

.prod-join-game .game-right p:first-child {
	margin-top: 0;
}

.prod-join-game .game-right .icon-duihao {
	margin-right: 12px;
}

.prod-skip-doctor {
	display: none;
	padding-bottom: 80px;
}

.prod-skip-doctor .doctor-left {
	width: 800px;
}

.prod-skip-doctor .doctor-left img {
	max-width: 100%;
	border-radius: 12px;
}

.prod-skip-doctor .doctor-right {
	margin-left: 160px;
	margin-top: 60px;
	flex: 1;
}


.prod-skip-doctor .doctor-right .title {
	font-size: 40px;
}

.prod-skip-doctor .doctor-right .right-item {
	margin-top: 60px;
}

.prod-skip-doctor .doctor-right .top-p {
	font-size: 24px;
}

.prod-skip-doctor .doctor-right .bot-p {
	font-size: 18px;
	color: #666;
	margin-top: 12px;
}

.product-main {
	padding-bottom: 120px;
}

.product-main .cpjz-content1 {
	padding-bottom: 80px
}

.download-main {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.download-main .download-left {
	width: 66%;
}

.download-main .download-left img {
	max-width: 100%;
	border-radius: 12px;
}

.download-main .download-right {
	font-size: 24px;
	display: flex;
	align-items: center;
}

.download-main .download-right span {
	text-decoration: underline;
}

.download-main .download-right img {
	width: 40px;
	height: 40px;
	transform: rotate(90deg);
	margin-left: 16px;
}

/* 蓝皮书动画视频展示区 */
.video-area {
	padding: 80px 0;
}

.video-area .video-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.video-area .video-list .list_item {
	width: 33.333%;
	margin-top: 80px;
}

.video-area .video-list .list_item a {
	margin: 0 20px;
	display: block;
}

.video-area .video-list .list_item .img-part {
	position: relative;
	overflow: hidden;
}

.video-area .video-list .list_item:hover .img-part::after {
	border-radius: 16px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 98;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.video-area .video-list .list_item:hover .bf-img {
	opacity: 1;
}

.video-area .video-list .list_item .video-img {
	width: 100%;
	height: 284px;
	border-radius: 12px;
	object-fit: cover;
}

.video-area .video-list .list_item .bf-img {
	width: 80px;
	height: 80px;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.video-area .video-list .list_item .title {
	margin-top: 24px;
	font-size: 24px;
}

.video-area .video-list .list_item:hover .title {
	text-decoration: underline;
}

.video-area .video-list .list_item:hover .title {
	text-decoration: underline;
}


.article-top {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.article-top .top-left {
	width: 66%;
	overflow: hidden;
}

.article-top .top-left .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;


}

.article-top .top-left .img img {
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-width: 100%;
}

.article-top .top-left .text {
	color: #969797;
}

.article-top .top-left .img img:hover {
	transform: scale(1.01);
}

.article-top .top-left .qsjh-title:hover {
	text-decoration: underline;
}

.article-top .top-right {
	flex: 1;
	margin-left: 40px;
}

.article-top .top-right .right-item {
	margin-top: 40px;
}

.article-top .top-right .right-item:first-child {
	margin-top: 0;
}

.article-top .top-right .right-item .title {
	font-size: 24px;
}

.article-top .top-right .right-item .text {
	color: #969797;
	margin-top: 12px;
}

.article-top .top-right .right-item:hover .title {
	text-decoration: underline;
}

.article-top .top-right .right-item:hover .i-right img {
	transform: scale(1.01);
}

.article-top .top-right .right-item a {
	display: flex;
}

.article-top .top-right .right-item .i-right {
	width: 160px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.article-top .top-right .right-item .i-right img {
	width: 100%;
	height: 90px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}

.article-top .top-right .right-item .i-left {
	flex: 1;
	margin-right: 10px;
}

.article-area {
	padding: 80px 0;
}

.article-area .search-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-area .search-top .top-input {
	display: flex;
	width: 376px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #F7F7F7;
	align-items: center;
	padding: 0 12px;
}

.article-area .search-top .top-input img {
	width: 22px;
	cursor: pointer;
}

.article-area .search-top .top-input input {
	border: none;
	flex: 1;
	outline: none;
}

.article-area .search-top .top-input:hover {
	border: 1px solid #000;
}

.article-area .article-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.article-area .article-list .list_item {
	width: 33.3333%;
	margin-top: 80px;
}

.article-area .article-list .list_item:hover .title {
	text-decoration: underline;
}

.article-area .article-list .list_item:hover .img img {
	transform: scale(1.05);
}

.article-area .article-list .list_item a {
	display: block;
	margin: 0 20px;
}

.article-area .article-list .list_item .img img {
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.article-area .article-list .list_item .img {
	width: 100%;
	height: 284px;
	border-radius: 16px;
	overflow: hidden;

}

.article-area .article-list .list_item .title {
	font-size: 24px;
	margin-top: 24px;
}

.article-area .article-list .list_item .text {
	color: #969797;
	margin-top: 16px;
}

.news-detail {
	padding: 80px 0;
}

.news-detail .qsjh-title {
	max-width: 68%;
}

.news-detail .detail-content {
	margin-top: 40px;
	font-size: 18px;
}

.page-fenye {
	margin-top: 80px;
}

.page-fenye ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-fenye ul li {
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #F7F7F7;
	line-height: 46px;
	text-align: center;
	margin: 0 5px;
}

.page-fenye ul li a {
	color: #969797;
	display: block;
}

.page-fenye ul li:hover {
	border: 1px solid #84EFDB;
}

.page-fenye ul li:hover a {
	color: #84EFDB;
}

.page-fenye .ul2 {
	display: none;
}

.product-detail .warper {
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px 0;
}

.product-detail .detail-left {
	width: 68%;
	height: 950px;
	position: relative;
}

.product-detail .detail-left #bigImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.product-detail .detail-left .thumbnail {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-detail .detail-left .thumbnail .smallImg {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	cursor: pointer;
	margin: 0 10px;
}

.product-detail .detail-right {
	margin-top: 40px;
	margin-left: 40px;
	flex: 1;
}

.product-detail .detail-right .logo-title {
	margin-top: 12px;
}

.product-detail .detail-right .pro-title {
	margin-top: 8px;
}

.product-detail .detail-right .logo-title,
.product-detail .detail-right .pro-title {
	font-size: 32px;
}

.product-detail .detail-right .small-title {
	font-size: 14px;
}

.product-detail .detail-right .pro-intro {
	margin-top: 24px;
	color: #666666;
}

.product-detail .detail-right .pro-content {
	margin-top: 40px;
}

.product-detail .detail-right .pro-content h4 {
	font-size: 18px;
	color: #333;
}

.product-detail .detail-right .pro-content p {
	display: flex;
	align-items: center;
	margin-top: 16px;
	font-size: 14px;
}

.product-detail .detail-right .pro-content img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.product-detail .detail-right .go-buy {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-detail .detail-right .go-buy a {
	width: 208px;
	height: 54px;
	display: flex;
	align-items: center;
	border-radius: 27px;
	border: 1px solid #000000;
	justify-content: center;
}

.product-detail .detail-right .go-buy img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.product-detail .detail-right .go-buy .btn1 {
	background: #000;
	color: #FFF;
	margin-right: 40px;
}

.product-detail .detail-right .go-buy .btn1:hover {
	opacity: 0.7;
}

.product-detail .detail-right .go-buy .btn2:hover {
	background: #000;
	color: #FFF;
}

.self-test {
	padding: 130px 0 120px;
}

.self-test .part1 {
	font-size: 52px;
}

.self-test .part2 {
	font-size: 24px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.self-test .part2::before {
	content: "";
	display: block;
	width: 3px;
	background: #84EFDB;
	height: 64px;
	margin-right: 12px;
}

.self-test .part3 {
	font-size: 12px;
	color: #969797;
	margin-top: 24px;
}

.self-test .part4 {
	font-size: 32px;
}

.self-test .part5 {
	background: #FFFFFF;
	box-shadow: 0 8px 40px 0 rgba(0, 10, 40, 0.12);
	border-radius: 16px;
	margin-top: 40px;
}

.self-test .part5 p {
	padding: 24px 0;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	margin: 0 24px 0 46px;
}

.self-test .part5 p::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	border: 1px solid #84EFDB;
}

.self-test .part5 p:first-child::before {
	background: #84EFDB;
}

.self-test .part5 p:first-child::after {
	width: 2px;
	height: 63px;
	display: block;
	content: "";
	position: absolute;
	top: 40px;
	left: -19px;
	background: linear-gradient(180deg, #84EFDB 0%, rgba(132, 239, 219, 0) 100%);
}

.self-test .part5 p:last-child {
	border-bottom: none;
}

.self-test .test-content {
	min-height: 520px;
}

.self-test .part6 {
	margin-top: 40px;
}

.self-test .part6 p {
	border: 1px solid #F7F7F7;
	padding: 24px;
	margin-top: 24px;
	cursor: pointer;
}

.self-test .part6 p:hover {
	border: 1px solid #84EFDB;
}

.self-test .part6 p:first-child {
	margin-top: 0;
}

.self-test .part6 p.active {
	border: 1px solid #84EFDB;
}

.self-test .part7 {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.self-test .part7 .icon-duihao {
	color: #84EFDB;
	font-size: 40px;
}

.self-test .part7 .p1 {
	font-size: 32px;
	margin-top: 24px;
}

.self-test .part7 .p2 {
	margin-top: 24px;
	color: #666666;
}

.self-test .part7 .code {
	width: 160px;
	height: 160px;
	margin-top: 40px;
}

.self-test .part7 .icon {
	width: 80px;
	height: 80px;
}

.self-test .self-btn {
	margin-top: 100px;
	text-align: center;
}

.self-test .self-btn .tips {
	font-size: 14px;
	color: #969797;
	text-align: center;
}

.self-test .self-btn a {
	max-width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	background: #000000;
	border-radius: 27px;
	color: #FFF;
	margin: 24px auto 0;
}

.video-layer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
}

.video-layer video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	object-fit: cover;
}

.product-part-item .cpjz-other .qsjh-text {
	display: block;
}

.index-part4 .jxpl-left-swiper ul,
.index-part4 .jxpl-right-swiper ul {
	background: #EDF9F9;
}

@media screen and (max-width:1680px) {
	.index-banner .content .text {
		font-size: 56px;
	}

	.index-banner .content .text2 {
		font-size: 24px;
	}

	.index-banner .content .btn {
		margin-top: 60px;
	}

	.index-banner .mini-prod {
		width: 240px;
		height: 180px;
	}

	.part1-content .part1-left {
		padding-right: 140px;
	}

	.index-part3 {
		padding: 80px 0;
	}

	.fmsl-content .fmsl-right .num-text .num {
		font-size: 140px;
	}

	.fmsl-content .fmsl-right .num-text {
		font-size: 20px
	}

	.cpjz-content1 .swiper-container .swiper-slide {
		width: 380px;
		height: 285px;
		padding: 20px;
	}

	.cpjz-content1 .detail img {
		width: 130px;
	}

	.cpjz-content2 {
		margin-top: 100px;
	}

	.cpjz-content2 .swiper-container .swiper-slide {
		width: 440px;
		height: 590px;
	}

	.cpjz-content2 .xl-name {
		padding: 20px;
		font-size: 36px;
	}

	.cpjz-content2 .pro-bot a {
		width: 48%;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 310px;
	}

	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		height: 415px;
	}

	.index-part5 .jxpl-img .top-img img {
		width: 166px;
		height: 166px;
	}

	.index-part5 .jxpl-swiper .swiper-slide {
		padding: 20px;
	}

	.index-part5 .jxpl-text {
		max-width: 340px;
	}

	.index-part5 .jxpl-user {
		margin-top: 40px;
	}

	.index-part5 {
		padding: 80px 0 100px;
	}

	.index-part5 .jxpl-swiper {
		margin-bottom: 60px;
	}

	.brand-intro,
	.dev-history,
	.brand-strength,
	.video-area,
	.article-area {
		padding: 60px 0;
	}

	.product-main .cpjz-content1 {
		padding-bottom: 0.6rem
	}

	.brand-intro .i-content {
		max-width: 80%;
	}

	.history-container .history-item {
		width: 440px;
		padding: 24px 30px;
	}

	.history-container .history-item .year {
		font-size: 36px;
	}

	.history-container {
		margin-top: 60px;
	}

	.brand-strength .strength-content .strength-item .left {
		max-width: 600px;
	}

	.brand-strength .strength-content .strength-item .right {
		width: 700px;
		height: 700px;
	}

	.video-area .video-list .list_item .bf-img {
		width: 70px;
		height: 70px;
	}

	.article-top .top-left {
		width: 60%;
	}

	.article-area .article-list,
	.video-area .video-list {
		margin: 0 -15px;
	}

	.article-area .article-list .list_item,
	.video-area .video-list .list_item {
		margin-top: 60px;
	}

	.article-area .article-list .list_item a,
	.video-area .video-list .list_item a {
		margin: 0 15px;
	}

	.article-area .article-list .list_item .img,
	.video-area .video-list .list_item .video-img {
		height: 280px;
	}

	.article-area .article-list .list_item .title,
	.video-area .video-list .list_item .title {
		margin-top: 20px;
		font-size: 22px;
	}



	.self-test {
		padding: 110px 0 100px;
	}

	.self-test .part1 {
		font-size: 48px;
	}

	.self-test .part7 .p1 {
		font-size: 30px;
	}

	.prod-join-game {
		padding: 100px 0;
	}

	.prod-join-game .game-left h3 {
		font-size: 28px
	}

	.prod-join-game .game-left p,
	.prod-skip-doctor .doctor-right .top-p {
		font-size: 20px
	}

	.prod-skip-doctor .doctor-right .title {
		font-size: 36px
	}

	.prod-skip-doctor .doctor-right .bot-p {
		font-size: 16px
	}


	.prod-join-game .game-left,
	.prod-skip-doctor .doctor-left {
		width: 55%;
	}

	.prod-join-game .game-right,
	.prod-skip-doctor .doctor-right {
		margin-left: 140px;
	}

	.product-detail .warper {
		padding: 20px 60px 80px;
	}

	.product-detail .detail-left {
		width: 65%;
		height: 886px;
	}

}


@media screen and (max-width:1440px) {

	.fmsl-content .fmsl-right .num-text .num {
		font-size: 130px;
	}

	.fmsl-content .fmsl-right .num-text {
		font-size: 20px
	}

	.index-banner .content .text {
		font-size: 50px;
	}

	.index-banner .content .text2 {
		font-size: 22px;
	}

	.index-banner .content .btn {
		margin-top: 50px;
	}

	.index-banner .mini-prod {
		width: 220px;
		height: 160px;
	}

	.part1-content .part1-left {
		padding-right: 120px;
	}

	.index-part3 {
		padding: 70px 0;
	}


	.cpjz-content1 .swiper-container .swiper-slide {
		width: 360px;
		height: 270px;
	}

	.cpjz-content1 .detail img {
		width: 110px;
	}

	.cpjz-content2 {
		margin-top: 80px;
	}

	.cpjz-content2 .swiper-container .swiper-slide {
		width: 420px;
		height: 560px;
	}

	.cpjz-content2 .xl-name {
		font-size: 32px;
	}


	.index-part4 .part4-content,
	.index-part5 .part5-content {
		width: 45%;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 300px;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 310px;
	}

	.index-part5 .jxpl-img .top-img img {
		width: 156px;
		height: 156px;
	}

	.index-part5 .jxpl-swiper .swiper-slide {
		padding: 20px;
	}

	.index-part5 .jxpl-text {
		max-width: 320px;
	}

	.index-part5 {
		padding: 70px 0 80px;
	}


	.brand-intro .i-content {
		max-width: 80%;
	}

	.history-container .history-item {
		width: 400px;
		padding: 24px 24px;
	}

	.history-container .history-item .year {
		font-size: 36px;
	}

	.history-container {
		margin-top: 60px;
	}

	.history-container .history-item .month-item {
		margin-top: 30px;
	}

	.history-container .history-item .month-list {
		height: 380px;
	}

	.brand-strength .strength-content .strength-item .left {
		max-width: 580px;
	}

	.brand-strength .strength-content .strength-item .right {
		width: 600px;
		height: 600px;
	}


	.video-area .video-list .list_item .bf-img {
		width: 60px;
		height: 60px;
	}

	.article-top .top-left {
		width: 60%;
	}

	.article-area .article-list,
	.video-area .video-list {
		margin: 0 -12px;
	}


	.article-area .article-list .list_item a,
	.video-area .video-list .list_item a {
		margin: 0 12px;
	}

	.article-area .article-list .list_item .img,
	.video-area .video-list .list_item .video-img {
		height: 235px;
	}

	.article-area .article-list .list_item .title,
	.video-area .video-list .list_item .title {
		margin-top: 16px;
		font-size: 20px;
	}

	.article-top .top-right .right-item .title {
		font-size: 20px;
	}

	.self-test {
		padding: 100px 0 100px;
	}

	.self-test .part1 {
		font-size: 42px;
	}

	.self-test .part7 .p1 {
		font-size: 30px;
	}

	.self-test .part2 {
		font-size: 20px;
	}

	.page-fenye {
		margin-top: 60px;
	}

	.prod-join-game {
		padding: 80px 0;
	}

	.prod-join-game .game-left {
		font-size: 24px;
	}

	.prod-join-game .game-right,
	.prod-skip-doctor .doctor-right {
		margin-left: 100px;
	}

	.product-detail .warper {
		padding: 20px 50px 60px;
	}

	.product-detail .detail-left {
		width: 62%;
		height: 725px;
	}

	.product-detail .detail-right .go-buy a {
		width: 200px;
		height: 50px;
		border-radius: 25px;
	}

	.product-detail .detail-right .go-buy .btn1 {
		margin-right: 30px;
	}
}

@media screen and (max-width:1366px) {
	.fmsl-content .fmsl-left {
		max-width: 45%;
	}

	.fmsl-content .fmsl-right .num-text .num {
		font-size: 120px;
	}

	.fmsl-content .fmsl-right .num-text {
		font-size: 18px
	}


	.index-banner .mini-prod {
		width: 200px;
		height: 140px;
	}

	.part1-content .part1-left {
		padding-right: 120px;
	}

	.index-part3 {
		padding: 60px 0;
	}


	.cpjz-content1 .swiper-container .swiper-slide {
		width: 340px;
		height: 250px;
	}

	.cpjz-content1 .detail img {
		width: 100px;
	}

	.cpjz-content2 {
		margin-top: 60px;
	}

	.cpjz-content2 .swiper-container .swiper-slide {
		width: 400px;
		height: 540px;
	}

	.cpjz-content2 .xl-name {
		font-size: 28px;
	}


	.index-part4 .part4-content,
	.index-part5 .part5-content {
		width: 42%;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 270px;
	}

	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		height: 360px;
	}

	.index-part4 .jxpl-swiper {
		right: 40px;
	}

	.index-part5 .jxpl-img .top-img img {
		width: 146px;
		height: 146px;

	}

	.index-part5 .jxpl-swiper .swiper-slide {
		padding: 20px;
	}

	.index-part5 .jxpl-text {
		max-width: 300px;
	}

	.index-part5 {
		padding: 70px 0 80px;
	}

	.index-part5 .jxpl-user {
		margin-top: 30px;
	}

	.index-part5 .jxpl-user .avatar {
		width: 44px;
		height: 44px;
	}

	.index-part5 .jxpl-user .name {
		font-size: 14px;
	}

	.index-part5 .jxpl-user .yz {
		margin-top: 2px;
	}

	.brand-intro .i-content {
		max-width: 80%;
	}

	.brand-intro .qsjh-title {
		margin: 20px 0;
	}

	.history-container .history-item {
		width: 360px;
		padding: 20px;
	}

	.history-container .history-item .year {
		font-size: 36px;
	}

	.history-container {
		margin-top: 50px;
	}

	.history-container .history-item .month-item {
		margin-top: 30px;
	}

	.brand-strength .strength-content .strength-item .left {
		max-width: 45%;
	}

	.video-area .video-list .list_item .bf-img {
		width: 50px;
		height: 50px;
	}

	.article-top .top-left {
		width: 56%;
	}

	.article-area .article-list,
	.video-area .video-list {
		margin: 0 -10px;
	}


	.article-area .article-list .list_item a,
	.video-area .video-list .list_item a {
		margin: 0 10px;
	}

	.article-area .article-list .list_item .img,
	.video-area .video-list .list_item .video-img {
		height: 230px;
	}

	.page-fenye {
		margin-top: 50px;
	}


	.prod-join-game {
		padding: 60px 0;
	}

	.prod-join-game .game-left h3 {
		font-size: 24px
	}

	.prod-join-game .game-left p,
	.prod-skip-doctor .doctor-right .top-p {
		font-size: 18px
	}

	.prod-skip-doctor .doctor-right .title {
		font-size: 32px
	}

	.prod-skip-doctor .doctor-right .bot-p {
		font-size: 16px
	}

	.prod-skip-doctor .doctor-right .right-item {
		margin-top: 40px
	}

	.prod-join-game .game-right,
	.prod-skip-doctor .doctor-right {
		margin-left: 80px;
	}

	.product-detail .warper {
		padding: 20px 40px 60px;
	}

	.product-detail .detail-left {
		height: 696px;
	}

}

@media screen and (max-width:1280px) {
	.index-banner {
		height: 800px;
	}

}

@media screen and (max-width:1024px) {
	.index-banner {
		height: 600px;
	}

	.index-banner .content .text {
		font-size: 44px;
	}

	.index-banner .content .text2 {
		font-size: 18px;
	}

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

	.index-banner .mini-prod {
		width: 100px;
		height: 80px;
		padding: 20px;
		bottom: 30px;
		right: 30px;
	}



	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		margin: 12px 0;
		height: 295px;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 220px;
	}

	.index-part4 .jxpl-left-swiper {
		margin-right: 12px;
	}
}

@media screen and (max-width:768px) {
	.banner-text {
		background: #FFF;
		border-radius: 0.24rem 0.24rem 0 0;
		position: relative;
		top: -0.24rem;
		z-index: 99;
		padding: 0.4rem 0 0;
		display: block;

	}

	.banner-text .text {
		font-size: 0.6rem;
	}

	.banner-text .text2 {
		color: #969797;
		font-size: 0.28rem;
		margin-top: 0.24rem;
	}

	.banner-text .btn {
		width: 100%;
		height: 0.88rem;
		border-radius: 0.44rem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		background: #000;
		margin-top: 0.4rem;
	}

	.banner-text .btn:hover {
		opacity: 0.7;
	}

	.index-banner {
		height: 4.2rem;
		margin-top: 0.88rem;
	}

	.index-banner .content {
		display: none;
	}

	.index-banner .mini-prod {
		width: 1.6rem;
		height: 1.2rem;
		bottom: 0.3rem;
		right: 0.3rem;
		padding: 0.2rem 0;
		border-radius: 0.12rem;
	}

	.gonggao-main {
		padding: 0.6rem 0 0;
	}

	.gonggao-main .gonggao-swiper {
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.12rem;
		width: auto;
	}

	.gonggao-main .scroll-content .scroll-item {
		margin-right: 0.4rem;
	}

	.gonggao-main .gonggao-swiper a {
		font-size: 0.22rem;
	}

	.gonggao-main .gonggao-swiper img {
		width: 0.24rem;
		margin-right: 0.1rem;
	}

	.part1-content {
		padding: 0.8rem 0;
		flex-direction: column;
	}

	.part1-content .part1-left .qsjh-title sup {
		font-size: 0.36rem;
	}

	.part1-content .part1-left .qsjh-title {
		padding: 0 0 0.2rem
	}

	.part1-content .part1-left .qsjh-title sup {
		font-size: 0.36rem;
	}

	.part1-content .part1-left {
		padding-right: 0;
	}

	.part1-content .part1-left p {
		font-size: 0.3rem;
		margin-top: 0.24rem;
	}

	.part1-content .part1-left p i {
		font-size: 0.3rem;
		position: relative;
		top: 2px;
	}

	.part1-content .part1-right {
		width: 100%;
		height: 100%;
		margin-top: 0.4rem;
	}

	.part1-content .part1-right img {
		border-radius: 0.24rem;
	}

	.index-part2,
	.index-part3,
	.index-part4,
	.index-part5,
	.brand-intro,
	.dev-history,
	.brand-strength,
	.prod-join-game,
	.video-area {
		padding: 0.8rem 0;
	}

	.product-main .cpjz-content1 {
		padding-bottom: 0.8rem
	}

	.fmsl-content {
		flex-direction: column;
		position: relative;
	}

	.fmsl-content .fmsl-left {
		max-width: 100%;
	}

	.fmsl-content .fmsl-left .qsjh-text {
		font-size: 0.28rem;
		margin: 0.24rem 0 0.4rem;
	}

	.fmsl-content .fmsl-left .qsjh-btn {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-size: 0.28rem;
	}

	.fmsl-content .fmsl-right {
		padding-bottom: 1.6rem;
		width: 100%;
	}

	.fmsl-content .fmsl-right .num-text .num {
		font-size: 1.6rem;
		width: 2rem;
		margin-right: 1rem;
	}

	.fmsl-content .fmsl-right .num-text {
		padding: 0.4rem 0;
		margin-bottom: 0.4rem;
		font-size: 0.28rem;
	}

	.index-part3 .qsjh-title {
		margin-bottom: 0.4rem;
	}

	.cpjz-content1 .swiper-container .swiper-slide {
		padding: 0.24rem 0.3rem 0.2rem;
		width: 3.2rem;
		height: 2.4rem;
		border-radius: 0.12rem;
	}

	.cpjz-content1 .detail img {
		width: 1rem;
	}

	.cpjz-content1 .name {
		font-size: 0.28rem;
	}

	.cpjz-content1 .detail .arrow {
		width: 0.32rem;
		height: 0.32rem;
	}

	.cpjz-content1 .detail .arrow i {
		font-size: 0.3rem;
	}

	.cpjz-content2 {
		margin-top: 0.4rem;
	}

	.cpjz-content2 .swiper-container .swiper-slide {
		width: 5.6rem;
		height: 7.5rem;
		border-radius: 0.12rem;
	}

	.cpjz-content2 .xl-name {
		padding: 0.24rem;
		font-size: 0.44rem;
	}

	.cpjz-content2 .pro-top .p-name {
		font-size: 0.36rem;
	}

	.cpjz-content2 .pro-top .p-desc {
		font-size: 0.24rem;
	}

	.cpjz-content2 .pro-img img {
		width: 2.2rem;
		height: 3.15rem;
	}

	.cpjz-content2 .pro-bot {
		padding: 0 0.24rem 0.24rem;
	}

	.cpjz-content2 .pro-bot a {
		width: 2.4rem;
		height: 0.88rem;
		background: #000000;
		border-radius: 0.44rem;
		font-size: 0.28rem;
	}

	.cpjz-other {
		margin-top: 0.4rem;
		flex-direction: column;
		align-items: flex-end;
	}

	.cpjz-other .qsjh-text {
		max-width: 100%;
		font-size: 0.28rem;
	}

	.cpjz-other .go-product {
		margin-top: 0.4rem;
		font-size: 0.32rem;
	}

	.cpjz-other .go-product img {
		width: 0.4rem;
		height: 0.4rem;
		margin-left: 0.24rem;
	}

	.index-part4 {
		height: auto;
	}

	.index-part4 .part4-content,
	.index-part5 .part5-content {
		width: 100%;
	}

	.index-part4 .qsjh-title,
	.index-part5 .qsjh-title {
		margin: 0.4rem 0 0.8rem;
	}

	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		margin: 0;
	}

	.index-part4 .jxpl-swiper {
		left: 0;
		right: 0;
		position: relative;
		flex-direction: column;
		height: 7.32rem;
		margin-top: 0.8rem;
	}

	.index-part4 .jxpl-left-swiper,
	.index-part4 .jxpl-right-swiper {
		width: 100%;
		height: 3.6rem;
		overflow: hidden;
	}

	.index-part4 .jxpl-right-swiper {
		margin-top: 0.12rem;
	}

	.index-part4 .jxpl-left-swiper ul,
	.index-part4 .jxpl-right-swiper ul {
		height: 3.6rem;
		display: flex;
		overflow: hidden;
		background: #EDF9F9;
	}

	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		margin: 0 0.1rem;


	}

	.index-part4 .jxpl-left-swiper .roll__list_item img,
	.index-part4 .jxpl-right-swiper .roll__list_item img {
		width: 2.7rem;
		height: 3.6rem;
		object-fit: cover;
	}

	.index-part4 .jxpl-left-swiper .roll__list_item,
	.index-part4 .jxpl-right-swiper .roll__list_item {
		width: 2.7rem;
		height: 3.6rem;
	}

	.index-part4 .qsjh-btn,
	.index-part5 .qsjh-btn {
		position: relative;
	}

	.index-part5 .jxpl-swiper {
		padding: 0 0.3rem;
		margin-top: 0.4rem;
	}

	.index-part5 .jxpl-swiper .swiper-slide {
		padding: 0.24rem;
		width: 5rem;
	}

	.index-part5 .jxpl-img .top-img img {
		width: 2.4rem;
		height: 2.4rem
	}

	.index-part5 .jxpl-img .top-img .time {
		width: 0.88rem;
		height: 0.44rem;
		font-size: 0.24rem;
		border-radius: 0.44rem;
		left: 0.24rem;
		top: 0.24rem;
	}

	.index-part5 .jxpl-swiper {
		margin-bottom: 0.4rem;
	}

	.index-part5 .jxpl-text {
		font-size: 0.28rem;
		margin-top: 0.24rem;
	}

	.index-part5 .jxpl-user {
		margin-top: 0.5rem;
	}

	.index-part5 .jxpl-user .avatar {
		width: 0.8rem;
		height: 0.8rem;
	}

	.index-part5 .jxpl-user .name {
		font-size: 0.28rem;
	}

	.index-part5 .jxpl-user .yz {
		font-size: 0.24rem;
	}

	.index-part5 .jxpl-user .yz img {
		width: 0.22rem;
		height: 0.28rem;
	}

	.index-part5 .other-text {
		font-size: 0.24rem;
	}

	.index-part5 .qsjh-btn1 {
		display: none;
	}

	.index-part5 .qsjh-btn2 {
		display: flex;
		margin-bottom: 0.4rem;
	}

	.index-part5 .warper {
		flex-direction: column;
	}

	.brand-intro .i-content {
		max-width: 100%;
		margin-top: 0.24rem;
		font-size: 0.28rem;
	}

	.brand-intro .i-img {
		margin-top: 0.24rem;
	}

	.brand-intro .i-img img {
		border-radius: 0.12rem;
	}

	.history-container {
		margin-top: 0.4rem;
	}

	.history-container .history-item {
		padding: 0.4rem 0.24rem;
		width: 5.2rem;
	}

	.history-container .history-item .year {
		font-size: 0.44rem;
		margin-bottom: 0.6rem;
	}

	.history-container .history-item .month-list {
		height: 5.2rem;
	}

	.history-container .history-item .month-item {
		margin-top: 0.4rem;

	}

	.history-container .history-item .month-item:first-child {
		margin-top: 0
	}

	.history-container .history-item .month-item .num-month,
	.history-container .history-item .month-item .jianjie {
		font-size: 0.28rem;
	}

	.history-container .history-item .month-item .jianjie {
		height: 0.92rem;
		margin-top: 0.12rem;
	}

	.history-container .history-item .search-all {
		margin: 0.4rem auto 0;
		width: 100%;
		height: 0.88rem;
		font-size: 0.28rem;
	}

	.history-detail .qsjh-title {
		margin: 0.24rem 0 0.4rem;
	}

	.history-detail .history-item::before {
		width: 0.16rem;
		height: 0.16rem;
		left: -0.11rem;
	}

	.history-detail .history-item {
		padding-bottom: 0.4rem;
		padding-left: 0.24rem;
	}

	.history-detail .history-item .month {
		font-size: 0.36rem;
	}

	.history-detail .history-item .trajectory {
		font-size: 0.32rem;
		margin-top: 0.12rem;
	}

	.history-detail .history-item .trajectory.small {
		font-size: 0.28rem;
	}

	.brand-strength .strength-content .strength-item {
		margin-top: 0.8rem;
		flex-direction: column;
	}

	.brand-strength .strength-content .strength-item .left {
		max-width: 100%;
		margin-top: 0;
	}

	.brand-strength .strength-content .strength-item .left .title {
		font-size: 0.36rem;
	}

	.brand-strength .strength-content .strength-item .left .desc {
		font-size: 0.28rem;
		margin-top: 0.24rem;
	}

	.brand-strength .strength-content .strength-item .left .content {
		font-size: 0.28rem;
		margin-top: 0.4rem;
	}

	.brand-strength .strength-content .strength-item .right {
		width: 100%;
		height: auto;
		margin-top: 0.4rem;
	}

	.brand-strength .strength-content .strength-item:nth-child(even) {
		flex-direction: column;
	}

	.brand-strength .strength-content .strength-item .search-all {
		width: 100%;
		margin-top: 0.4rem;
	}

	.brand-intro .qsjh-title {
		margin: 0.24rem 0;
	}

	.prod-join-game {
		flex-direction: column;
		align-items: flex-start;
	}

	.prod-join-game .game-left {
		width: auto;
	}

	.prod-join-game .game-left h3 {
		font-size: 0.4rem
	}

	.prod-join-game .game-left p,
	.prod-skip-doctor .doctor-right .top-p {
		font-size: 0.32rem
	}

	.prod-skip-doctor .doctor-right .title {
		font-size: 0.4rem
	}

	.prod-skip-doctor .doctor-right .bot-p {
		font-size: 0.28rem
	}

	.prod-skip-doctor .doctor-right .right-item {
		margin-top: 0.6rem
	}

	.prod-join-game .game-right {
		margin-left: 0;
		margin-top: 0.4rem;
		font-size: 0.28rem;

	}

	.prod-join-game .game-right span {
		width: 1.8rem;
		margin-right: 0.1rem
	}

	.prod-join-game .game-right .icon-duihao {
		margin-right: 0.1rem
	}

	.prod-skip-doctor {
		padding-bottom: 0.8rem;
		flex-direction: column;
	}

	.prod-skip-doctor .doctor-left img {
		max-width: 100%;
	}

	.prod-skip-doctor .doctor-right {
		margin-left: 0;
	}

	.product-main {
		padding-bottom: 1rem;
	}

	.download-main {
		margin-top: 0.4rem;
		flex-direction: column;
		align-items: flex-end
	}

	.download-main .download-left {
		width: 100%;
	}

	.download-main .download-left img {
		border-radius: 0.12rem;
	}

	.download-main .download-right {
		font-size: 0.28rem;
		margin-top: 0.4rem;
	}

	.download-main .download-right img {
		width: 0.4rem;
		height: 0.4rem;
		margin-left: 0.2rem;
	}

	.video-area .video-list {
		margin: 0;
	}

	.video-area .video-list .list_item {
		width: 100%;
		margin-top: 0.4rem;
	}

	.video-area .video-list .list_item a {
		padding: 0;
	}

	.video-area .video-list .list_item .video-img {
		height: auto;
		border-radius: 0.12rem;
	}

	.video-area .video-list .list_item .title {
		font-size: 0.32rem;
		margin-top: 0.24rem;
	}

	.video-layer video {
		width: 90%;
	}

	.page-fenye {
		margin-top: 0.8rem;
	}

	.page-fenye .pager {
		display: none
	}

	.page-fenye .ul2 {
		display: flex
	}

	.page-fenye .ul2 li {
		width: auto;
		height: 0.64rem;
		line-height: 0.64rem;
	}

	.page-fenye .ul2 li a {
		font-size: 0.28rem;
		padding: 0 0.24rem;
	}

	.article-top {
		margin-top: 0.4rem;
		flex-direction: column;
	}

	.article-top .top-left {
		width: 100%;
	}

	.article-top .top-left .img {
		border-radius: 0.12rem;
	}

	.article-top .top-left .img img {
		border-radius: 0.12rem;
	}

	.article-top .qsjh-title,
	.article-area .article-list .list_item .title,
	.article-top .top-right .right-item .title {
		font-size: 0.32rem;
	}

	.article-top .top-left .text,
	.article-area .article-list .list_item .text,
	.article-top .top-right .right-item .text {
		font-size: 0.28rem;
	}

	.article-top .top-right {
		margin-left: 0;
		margin-top: 0.6rem;
	}

	.article-top .top-right .right-item .i-right {
		margin-left: 0.2rem;
		width: 2.4rem;
		height: 1.35rem;
	}

	.article-top .top-right .right-item .i-right img,
	.article-area .article-list .list_item .img img {
		width: 100%;
		height: 100%;
		border-radius: 0.08rem;
	}

	.article-top .top-right .right-item {
		margin-top: 0.4rem;
	}

	.article-area .search-top {
		flex-direction: column;
		align-items: flex-start;

	}

	.article-area .search-top .top-input {
		width: calc(100% - 0.48rem);
		height: 0.88rem;
		border-radius: 0.08rem;
		padding: 0 0.24rem;
		margin-top: 0.4rem;
	}

	.article-area .search-top .top-input input {
		font-size: 0.28rem;
	}

	.article-area .search-top .top-input img {
		width: 0.32rem;
	}

	.article-area .article-list .list_item {
		width: 100%;
		margin-top: 0.6rem;
	}

	.article-area .article-list .list_item a,
	.article-area .article-list {
		margin: 0;
	}

	.article-area .article-list .list_item .title {
		margin-top: 0.24rem;
	}

	.article-area .article-list .list_item .text {
		margin-top: 0.16rem;
	}

	.article-area .article-list .list_item .img {
		height: auto;
	}

	.news-detail .qsjh-title {
		max-width: 100%;
	}

	.news-detail .detail-content {
		margin-top: 0.8rem;
		font-size: 0.28rem;
	}

	.article-top .top-left .img img:hover,
	.article-top .top-right .right-item:hover .i-right img,
	.article-area .article-list .list_item:hover .img img {
		transform: scale(1);
	}

	.self-test {
		padding: 1.2rem 0;
	}

	.self-test .part1 {
		font-size: 0.6rem;
	}

	.self-test .part2 {
		font-size: 0.32rem;
		margin-top: 0.4rem;
	}

	.self-test .part2::before {
		width: 0.1rem;
		height: 0.8rem;
	}

	.self-test .part3 {
		font-size: 0.24rem;
	}

	.self-test .test-content {
		min-height: 5.2rem;
	}

	.self-test .self-btn a {
		max-width: 100%;
		font-size: 0.28rem;
		height: 0.88rem;
		border-radius: 0.44rem;
		margin: 0.24rem auto 0;
	}

	.self-test .part4 {
		font-size: 0.44rem;
	}

	.self-test .part5 {
		margin-top: 0.4rem;
		border-radius: 0.24rem;
	}

	.self-test .part5 p {
		padding: 0.24rem 0;
		font-size: 0.28rem;
		margin: 0 0.24rem 0 0.6rem;
	}

	.self-test .part5 p:first-child::after {
		width: 2px;
		height: 2rem;
		top: 0.4rem;
		left: -0.36rem;
	}

	.self-test .part6 {
		margin-top: 0.4rem;
	}

	.self-test .part6 p {
		padding: 0.24rem;
		font-size: 0.28rem;
	}

	.self-test .part7 .icon {
		width: 0.8rem;
		height: 0.8rem;
	}

	.self-test .part7 .p1 {
		font-size: 0.44rem;
		margin-top: 0.4rem;
	}

	.self-test .part7 .p2 {
		margin-top: 0.24rem;
		font-size: 0.28rem;
	}

	.self-test .part7 .code {
		width: 4rem;
		height: 4rem;
		margin-top: 1rem;
	}

	.self-test .self-btn {
		margin-top: 1.2rem;
	}

	.product-detail .detail-left {
		height: auto;
	}

	.product-detail .warper {
		flex-direction: column;
	}

	.product-detail .warper {
		padding: 0.2rem 0.3rem 0.8rem;
	}

	.product-detail .detail-left,
	.prod-join-game .game-left,
	.prod-skip-doctor .doctor-left {
		width: 100%;
	}

	.product-detail .detail-left #bigImg {
		border-radius: 0.16rem;
	}

	.product-detail .detail-right {
		margin-top: 0.4rem;
		margin-left: 0;
	}

	.product-detail .detail-left .thumbnail {
		bottom: 0.2rem;
	}

	.product-detail .detail-left .thumbnail .smallImg {
		width: 0.6rem;
		height: 0.6rem;
		margin: 0 0.1rem;
	}

	.product-detail .detail-right .go-buy {
		margin-top: 0.8rem;
		flex-direction: column;
	}

	.product-detail .detail-right .go-buy .btn {
		width: 100%;
	}

	.product-detail .detail-right .go-buy .btn1 {
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
}
