/* @font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MyriadPro-Regular.otf') format('woff2'),
       url('fonts/MyriadPro-Regular.otf') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
 */
}


/* html,body {
  font-family: 'MyriadPro';
} */
.logo img {
	display: block;
	width: 100% !important;
}

.main-header {
	z-index: 99 !important;
}

/* 导航基础布局 */
.main-header {
	display: flex;
	align-items:anchor-center;
	justify-content: space-between;
}

/* 	 .main-header .logo {
	   flex-shrink: 0;
	 } */
.main-header .nav {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.2rem;
}

.main-header .nav li a {
	color: #333;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

/* 选中样式：红色 + 下划线 */
.main-header .nav li.active a {
	color: #e63946;
	/* 红色 */
}

.main-header .nav li.active a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #e63946;
}

/* 右侧 Return to Bestzyme */
.main-header .return-to {
	color: #333;
	text-decoration: none;
	flex-shrink: 0;
	display: flex;
	align-items: anchor-center;
	/* font-family: 'MyriadPro'; */
}

.main-header .return-to img {
	margin-left: 0.1rem
}

/* 锚点跳转预留顶部空间，防止被 header 遮挡 */
[id^="section-"] {
	scroll-margin-top: 80px;
	/* 这个值和你 header 的高度保持一致 */
}

/*  */

.mellia_banner {
	width: 95%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 0 130px;
	-webkit-border-radius: 0 0 0 130px;
	z-index: 2;
}

.mellia_banner img {
	width: 100%;
	animation: changeScale 1 2.5s;
	position: relative;
	z-index: 1;
}

.mellia_banner .posBox {
	position: absolute;
	left: 1.25rem;
	top: 28%;
	z-index: 2;
}

.mellia_banner .text {
	font-size: 0.8rem;
	line-height: 1.1rem;
	color: #fd7072;
	font-weight: bold;
	text-align: left;
	/* 	font-family: "Myriad Pro !important"; */
	margin-bottom: 0.4rem;

}

.mellia_banner .text span {
	width: 100%;
	font-size: 0.24rem;
	line-height: 0.3rem;
	text-align: right;
	display: inline-block;
}

.mellia_banner .btn {
	width: 3.7rem;
	height: 0.82rem;
	cursor: pointer;
	margin-top: 0.4rem;
	font-size: 0.26rem;
	border-radius: 0.15rem 0 0.2rem 0;
	font-weight: bold;
	background: #fd7072;
	color: #fff;
	display: flex;
	border-bottom: 0.07rem solid #fedfdf;
	border-right: 0.07rem solid #fedfdf;
	justify-content: center;
	align-items: center;
	margin-left: 0 !important;
}

.mellia_banner .btn img {
	width: 0.21rem;
	display: inline-block;
	margin-left: 0.25rem;
	transition-duration: .5s;
}

.mellia_banner .btn:hover img {
	transform: rotate(180deg);
}

.mellia_warp {
	width: 77%;
	margin: 0 auto;
}

.pageone {
	padding: 0.7rem 0 1rem 0;
}

.melliaBit {
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #1da094;
	font-size: 0.44rem;
	line-height: 0.64rem;
	margin-bottom: 0.4rem;
}

.melliaBit span {
	color: #fd7072;
}

.melliaText {
	width: 100%;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #333333;
	padding-bottom: 0.3rem;
}

.page_one_List {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1rem 0 0.6rem 0;

}

.page_one_List dl {
	width: 23.5%;
	background: #fff;
	box-shadow: 0 0 10px #e3e3e3;
	border-radius: 0.15rem;
	position: relative;
	cursor: pointer;
	top: 0;
	transition-duration: .5s;
}

.page_one_List dl dt {
	width: 1.42rem;
	height: 1.42rem;
	position: absolute;
	top: -0.71rem;
	left: 50%;
	transform: translateX(-50%);
}

.page_one_List dl dt:after {
	width: 1.67rem;
	height: 1.67rem;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	background: #ffe4e4;
	z-index: 1;
	transition-duration: .5s;
}

.page_one_List dl dt .icon {
	position: relative;
	width: 1.42rem;
	height: 1.42rem;
	z-index: 2;
	border-radius: 100%;
	background: #fd7072;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_one_List dl dt .icon img {
	display: inline-block;
	width: 1rem;
	transition-duration: .5s;
}

.page_one_List dl:hover dt .icon img {
	transform: rotateY(360deg);
}

.page_one_List dl dd {
	width: 100%;
	min-height: 3.8rem;
	padding: 1rem 0.35rem 0.35rem 0.35rem;
}

.page_one_List dl:nth-child(3) dd {
	padding: 1rem 0.15rem 0.35rem 0.15rem;
}

.page_one_List dl dd h2 {
	width: 100%;
	text-align: center;
	line-height: 0.48rem;
	color: #fd7072;
	font-size: 0.3rem;
	margin-bottom: 0.15rem;
}

.page_one_List dl:nth-child(3) dd h2 {
	font-size: 0.27rem;
}

.page_one_List dl dd p {
	width: 100%;
	text-align: center;
	font-size: 0.19rem;
	line-height: 0.27rem;
	color: #333333;
}

.page_one_List dl dd p span {
	font-weight: bold;
}

.page_one_List dl:hover dt:after {
	width: 1.8rem;
	height: 1.8rem;
}

.page_one_List dl:hover {
	top: -8px;
	box-shadow: 0 0 15px #c3c3c3;
}

.btn {
	width: 3rem;
	height: 0.56rem;
	cursor: pointer;
	font-size: 0.2rem;
	border-radius: 0.15rem 0 0.2rem 0;
	background: #fd7072;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.btn img {
	margin-left: 0.35rem;
	width: 11px;
	transition-duration: .5s;
}
.btn:hover{color: #fff;}
.btn:hover img {
	transform: rotate(180deg);
}

.pagetwo {
	width: 100%;
	background: #f6f6f6;
	padding: 0.7rem 0 1rem 0;
}

.advantageBox {
	width: 100%;
	background: #fff;
	border-radius: 0.1rem;
	position: relative;
	padding: 0.45rem 0.95rem 0.5rem 0.95rem;
	margin-top: 0.95rem;
	margin-bottom: 30px;
}

.advantageBox h2 {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* 	background: #fd7072; */
	color: #fd7072;
	padding: 0 0.35rem;
	font-size: 0.32rem;
	margin-bottom: 0.6rem;
	border-radius: 0.2rem 0;
	font-family: 'syhtB';
	position: relative;
}

.advantageBox h2:after {
	width: 3.7rem;
	height: 1px;
	background: #fd7072;
	position: absolute;
	content: "";
	left: 0.1rem;
}

.advantageBox h2:before {
	width: 3.7rem;
	height: 1px;
	background: #fd7072;
	position: absolute;
	content: "";
	right: 0.1rem;
}

.advantageBox h2 img {
	margin: 0 0.2rem;
}

.advcontent {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.advantageBox .item1 {
	width: 3.2rem;
	min-height: 3.1rem;
	border-radius: 0.15rem;
	overflow: hidden;
	background: #e8f5f4;
}

.advantageBox .item1 .bit {
	width: 100%;
	color: #fff;
	height: 1.02rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0.35rem;
}

.advantageBox .item1 .bit .num {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	background: #fff;
	border-radius: 100%;
	color: #1da094;
	font-size: 0.26rem;
	font-weight: bold;
	margin-right: 0.14rem;
}

.advantageBox .item1 .bit .pText {
	width: calc(95% - 0.5rem);
	font-size: 0.24rem;
	line-height: 0.25rem;
	font-weight: bold;
	line-height: 0.26rem;
}

.advantageBox .item1 .bit .pText span {
	font-weight: normal;
	font-size: 0.18rem;
	display: inline-block;
	width: 100%;
}

.adv-color1 {
	background: #1da094;
}

.adv-color2 {
	background: #05357e;
}

.adv-color3 {
	background: #e6eaf2 !important;
}

.advantageBox .item2 {
	width: 4.1rem;
	min-height: 4.2rem;
	background: #ffe2e3;
	overflow: hidden;
	border-radius: 0.5rem 0;
	color: #fff;
}

.advantageBox .item2 .bit {
	width: 100%;
	height: 1.15rem;
	background: #fd7072;
	padding-left: 0.45rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0 0 0.5rem 0;
}

.advantageBox .item2 .bit .pText {
	font-size: 0.32rem;
	line-height: 0.36rem;
	font-weight: bold;
}

.advantageBox .item2 .bit img {
	margin-left: 0.2rem;
	width: 0.63rem;
}

.advBox {
	width: 100%;
	padding: 0.1rem 0.4rem;
	min-height: 2.1rem;
}

.advBox img {
	display: table;
	margin: 0 auto 5px;
	width: 1.05rem;
}

.advBox .pText {
	width: 100%;
	padding-left: 0.15rem;
	position: relative;
	line-height: 0.3rem;
	font-size: 0.19rem;
}

.advBox .pText:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #333333;
	position: absolute;
	content: "";
	left: 0;
	top: 0.15rem;
}

.advBox1 {
	width: 100%;
	padding: 0.3rem 0.45rem;
	min-height: 3.1rem;
}

.advBox1 img {
	margin-bottom: 0.2rem;
	width: 1.85rem;
}

.advBox1 .pText {
	width: 100%;
	line-height: 0.24rem;
	padding-left: 0.45rem;
	background: url(../images/adv-icon7.png) no-repeat left top;
	background-size: 0.39rem 0.36rem;
	color: #fd7072;
	font-size: 0.19rem;
	margin-bottom: 0.15rem;
}

.advBox1 .pText span {
	display: inline-block;
	font-weight: bold;
	width: 100%;
}

.twoText {
	width: 100%;
	font-size: 0.2rem;
	line-height: 0.3rem;
	margin: 0.3rem 0 0.75rem 0;
	color: #333333;
}

.advTitle {
	width: 100%;
	padding-left: 0.35rem;
	line-height: 0.44rem;
	font-weight: bold;
	color: #ea6f70;
	font-size: 0.32rem;
	position: relative;
	margin-bottom: 0.3rem;
}

.advTitle:after {
	width: 19px;
	height: 16px;
	border-radius: 0.07rem 0;
	position: absolute;
	left: 0;
	top: 0.14rem;
	background: #1da094;
	content: "";
}

.pagetwo .btn {
	width: 3rem;
	height: 0.56rem;
	cursor: pointer;
	font-size: 0.2rem;
	border-radius: 0.15rem 0 0.2rem 0;
	background: #fd7072;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.pagetwo .btn:hover{color: #fff;}
.pagetwo .btn img {
	margin-left: 0.35rem;
	width: 11px;
	transition-duration: .5s;
}

.pagetwo .btn:hover img {
	transform: rotate(180deg);
}

.mellia_hight {
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.9rem;
}

.mellia_hight .left {
	width: 37.5%;
	background: #fd7072;
	padding: 0 0.27rem;
	display: flex;
	flex-wrap: wrap;
}

.mellia_hight .left dl {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 33.333%;
	border-bottom: 1px solid #ffffff;
	padding: 0.4rem 0;
	color: #fff;
	min-height: 2.4rem;
	cursor: pointer;
}

.mellia_hight .left dl:nth-child(2),.mellia_hight .left dl:nth-child(3) {
	border-bottom: none;
}

.mellia_hight .left dl dt {
	width: 1.17rem;
	height: 1.17rem;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mellia_hight .left dl dt img {
	transition-duration: .5s;
}

.mellia_hight .left dl:hover dt img {
	transform: rotateY(180deg);
}

.mellia_hight .left dl dd {
	width: calc(95% - 1.17rem);
}

.mellia_hight .left dl dd h2 {
	width: 100%;
	line-height: 0.4rem;
	font-size: 0.24rem;
}

.mellia_hight .left dl dd .pText {
	font-size: 0.19rem;
	line-height: 0.26rem;
	margin-top: 0.1rem;
}

.mellia_hight .right {
	width: 62.5%;
	background: #fff;
	padding: 0.25rem 0.3rem 0.3rem 0.7rem;
}

.mellia_hight .right h2 {
	width: 100%;
	text-align: center;
	line-height: 0, 4rem;
	font-size: 0.22rem;
}

.highPic ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.highPic ul li {
	width: 50%;
	position: relative;
}

.highPic ul li img {
	/* 	display: block; */
	width: 100%;
}

.highText {
	margin-top: 0.2rem;
	position: relative;
}

.highText:after {
	width: 0.48rem;
	height: 0.14rem;
	position: absolute;
	content: "";
	top: -0.14rem;
	background: url(../images/m-top.jpg)no-repeat;
	left: 50%;
	transform: translateX(-50%);
}

.highText ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.2rem;
	background: #f5f5f5;
	border-radius: 0.5rem;
	position: relative;
}

.highText ul li {
	line-height: 0.38rem;
	font-weight: bold;
	font-size: 0.15rem;
	color: #2d2523;
	font-weight: bold;
	padding-left: 0.3rem;
	position: relative;
}

.highText ul li:after {
	width: 0.2rem;
	height: 0.04rem;
	position: absolute;
	content: "";
	left: 0;
	top: 0.16rem;
}

.highText ul li:nth-child(1):after {
	background: #ececeb;
}

.highText ul li:nth-child(2):after {
	background: #b4b3b3;
}

.highText ul li:nth-child(3):after {
	background: #e96d6f;
}

.highP {
	font-size: 16px;
	margin: 0.18rem 0 0.12rem 0;
	color: #595757;
}

.highP span {
	text-decoration: underline;
	font-weight: bold;
}

.highP1 {
	font-size: 16px;
	line-height: 0.22rem;
	padding-top: 0.12rem;
	border-top: 1px dashed #989493;
	color: #595757;
}

.applicationBox {
	padding: 0.7rem 0 1.3rem 0;
}




.mellia_down {
	margin-top: 0.5rem;
}

.downList .swiper-slide {
	padding: 5px;
}

.downList .swiper-slide dl {
	width: 100%;
	box-shadow: 0 0 5px #d6d6d6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 0.16rem;
	border-radius: 0.15rem;
}

.downList .swiper-slide dl dt {
	width: 1.18rem;
}

.downList .swiper-slide dl dt img {
	display: block;
	width: 100%;
}

.downList .swiper-slide dl dd {
	width: calc(95% - 1.18rem);
	padding-top: 0.15rem;
}

.downList .swiper-slide dl dd .title {
	height: 0.9rem;
}

.downList .swiper-slide dl dd .title h2 {
	font-size: 0.2rem;
	line-height: 0.24rem;
	margin-bottom: 5px;
	font-weight: normal;
}

.downList .swiper-slide dl dd .title .pdf {
	line-height: 0.26rem;
	color: #b5b5b5;
	font-size: 14px;
}

.downList .swiper-slide dl dd .downBtn {
	width: 1.47rem;
	height: 0.37rem;
	border-radius: 0.15rem 0;
	color: #fff;
	background: #ea6f70;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.17rem;
}

.downList .swiper-slide dl dd .downBtn img {
	margin-left: 0.1rem;
	width: 13px;
}

/* 弹窗 */
/* 弹窗遮罩层 */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	align-items: center;
	justify-content: center;
}

/* 弹窗主体 */
.modal {
	background: #fff;
	width: 65%;
	height: auto;
	overflow-y: auto;
	border-radius: 8px;
	padding: 0.45rem 0.7rem;
	position: relative;
	border-top: 2px solid #22b8a6;
}

/* 关闭按钮 */
.modal .close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}

.modal h2 {
	text-align: center;
	color: #22b8a6;
	margin: 0 0 0.3rem;
	font-size: 0.32rem;
}

/* 表单布局 */
.form .form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.form .form-col {
	flex: 1;
}

.form input,
.form select,
.form textarea {
	width: 100%;
	padding: 0.1rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	color: #333;
	font-family: "Myriad Pro" !important;
}

.form .form-col input {
	border-radius: 0.2rem 0;
	line-height: 0.36rem;
}

.form .form-col select {
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 0.2rem 0;
	color: #333;
	/* select 默认选中文字颜色 */
}

.form textarea {
	min-height: 1rem;
	resize: vertical;
	border-radius: 0.2rem 0;
	overflow: hidden;
	font-family: "Myriad Pro";
}

/* ========== 关键：placeholder（默认提示文字）颜色 #333333 ========== */
.form input::placeholder,
.form textarea::placeholder {
	color: #333333;
	opacity: 1;
	/* 防止Firefox默认透明 */
}

/* 兼容旧版浏览器 */
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #333333;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
	color: #333333;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
	color: #333333;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #333333;
}

.form .radio-group {
	margin: 0 0 20px 0;
}

.form .radio-group p {
	font-weight: 500;
}

.form .radio-group label {
	display: flex;
	cursor: pointer;
	color: #555;
}

.form .radio-group label input {
	width: auto !important;
	margin-right: 5px;
}

.form .submit-btn {
width:180px;
	display: table;
	margin: 20px auto 0;
	background: #ff6b6b;
	color: #fff;
	border: none;
	padding: 12px 40px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

/* 弹窗打开时禁止背景滚动 */
body.modal-open {
	overflow: hidden;
}

/* 红色提示文字 */
.form .tip-text {
	color: #ff6b6b;
	font-size: 0.24rem;
	margin: 15px 0;
}

/* application */
.applicationList {
	margin: 0.2rem 0.4rem 0.5rem 0.7rem;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.applicationList .swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
	top: inherit !important;
	bottom: 0;
}

.applicationList .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fd7072;
}

/* .applicationList .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: #000;
	right: 0;
	top: -15px;
} */

.appList dl {
	width: 100%;
	overflow: hidden;
	border-radius: 0.15rem;
	position: relative;
	background: #fd7072;
	color: #fff;
	cursor: pointer;
}

.appList dl dt {
	width: 100%;
	position: relative;
	z-index: 1;
}

.appList dl dt img {
	display: block;
	width: 100%;
	transition-duration: 1s;
}

.appList dl:hover dt img {
	opacity: 0.2;
	transform: scale(1.1);
	/* transform: rotateY(180deg); */
}

.appList dl dd {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 3.05rem 0.4rem 0.4rem 0.4rem;
	transition-duration: 1s;
}

.appList dl:hover dd {
	padding-top: 1.1rem;
}

.appList dl dd .icon {
	width: 1.21rem;
	height: 1.21rem;
	margin: 0 auto;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff6b6b;
	transition-duration: .5s;
	background-size: 0.9rem 0.9rem !important;
}

.appList .swiper-slide:nth-child(1) dl dd .icon {
	background: url(../images/app-icon1.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(1) dl:hover dd .icon {
	background: url(../images/app-icon1-1.png)no-repeat center center #fff;
}

.appList .swiper-slide:nth-child(2) dl dd .icon {
	background: url(../images/app-icon2.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(2) dl:hover dd .icon {
	background: url(../images/app-icon2-1.png)no-repeat center center #fff;
}

.appList .swiper-slide:nth-child(3) dl dd .icon {
	background: url(../images/app-icon3.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(3) dl:hover dd .icon {
	background: url(../images/app-icon3-1.png)no-repeat center center #fff;
}

.appList .swiper-slide:nth-child(4) dl dd .icon {
	background: url(../images/Candy.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(4) dl:hover dd .icon {
	background: url(../images/Candy-1.png)no-repeat center center #fff;
}

.appList .swiper-slide:nth-child(5) dl dd .icon {
	background: url(../images/Chocolate.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(5) dl:hover dd .icon {
	background: url(../images/Chocolate-1.png)no-repeat center center #fff;
}

.appList .swiper-slide:nth-child(6) dl dd .icon {
	background: url(../images/Ice-Cream.png)no-repeat center center #ff6b6b;
}

.appList .swiper-slide:nth-child(6) dl:hover dd .icon {
	background: url(../images/Ice-Cream-1.png)no-repeat center center #fff;
}

.appList dl dd .title {
	width: 100%;
	margin-top: 13px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 0.54rem;
	font-size: 0.28rem;
}

.appList dl dd .ftitle {
	width: 100%;
	margin-top: 13px;
	text-align: center;
	color: #fff;
	line-height: 0.24rem;
	font-size: 0.18rem;
	opacity: 1;
	transition-duration: .5s;
}

.appList dl:hover dd .ftitle {
	opacity: 0;
	height: 0;

}

.appList dl dd .banner {
	width: 100%;
	position: relative;
	opacity: 0;
	height: 0;
	transition-duration: .5s;
}

.appList dl dd .banner .pText {
	display: table;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #1da094;
	border-radius: 0.15rem 0;
	padding: 0 0.25rem;
	font-size: 0.2rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.appList dl dd .banner:after {
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	content: "";
	top: 50%;
	z-index: 1;
	transition-duration: .5s;
}

.appList dl:hover dd .banner {
	opacity: 1;
	height: auto;
}

.appList dl:hover dd .icon {
	background: #fff;
}

.appList dl dd .jia {
	width: 21px;
	height: 23px;
	position: absolute;
	bottom: 33px;
	left: 50%;
	transform: translateX(-50%);
}

.appList dl dd .jia img {
	display: block;
	width: 100%;
	transition-duration: 1s;
}

.appList dl:hover dd .jia img {
	transform: rotate(180deg);
	opacity: 0;
}

.appList dl dd .small {
	width: 100%;
	display: none;
	opacity: 0;
	transition-duration: .5s;
	margin-top: 0.2rem;
}

.appList dl dd .small p {
	width: 100%;
	font-size: 0.2rem;
	position: relative;
	line-height: 0.24rem;
	padding-bottom: 0.2rem;
	color: #fff;
	padding-left: 15px;
}

.appList dl dd .small p:after {
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
}

.appList dl dd .small p span {
	font-weight: bold;
}

.appList dl:hover dd .small {
	display: block;
	opacity: 1;
}

/*  */
.block_img {
	display: block;
}

.none_img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.highPic ul li:hover .block_img {
	display: none;
}

.highPic ul li:hover .none_img {
	display: block;
}

@media only screen and (max-width: 1600px) {
	.logo {
		width: 185px !important;
		height: 46px !important;
	}
}

@media only screen and (max-width: 760px) {
	.mellia_banner {
		width: 100%;
		margin-left: 0;
		border-radius: 0 0 0 30px;
		-webkit-border-radius: 0 0 0 30px;
	}

	.mellia_banner .text {
		font-size: 24px;
		line-height: 40px;
	}

	.mellia_banner .posBox {
		left: 10%;
	}

	.main-header .nav {
		display: none;
	}

	/* 
     	.logo {
     		width: 150px;
     		height: 37px;
     	} */

	.mellia_warp {
		width: 94%;
		margin: 0 auto;
	}

	.melliaText {
		font-size: 15px;
		line-height: 26px;
	}

	.page_one_List dl {
		width: 47%;
		margin-bottom: 70px;
	}

	.page_one_List dl:nth-child(3),
	.page_one_List dl:nth-child(4) {
		margin-bottom: 10px;
	}

	.page_one_List dl dd p {
		font-size: 15px;
		line-height: 22px;
	}

	.btn,
	.pagetwo .btn {
		width: 240px;
		height: 40px;
		font-size: 15px;
	}

	.advantageBox h2 {
		width: 100%;
		height: 40px;
		font-size: 18px;
	}

	.advantageBox {
		width: 100%;
		padding: 0.7rem 20px 0.5rem 20px;
	}

	.advantageBox .item1 {
		width: 100%;
		margin-bottom: 15px;
	}

	.advantageBox .item2 {
		width: 100%;
	}

	.advantageBox .item1 .bit {
		height: 80px;
	}

	.advantageBox .item1 .bit .pText {
		width: calc(95% - 60px);
		font-size: 18px;
		line-height: 20px;
	}

	.advantageBox .item1 .bit .num {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		margin-right: 15px;
	}

	.advBox {
		width: 100%;
		padding: 25px 15px;
	}

	.advBox .pText {
		line-height: 28px;
		font-size: 16px;
	}

	.advBox .pText:after {
		top: 13px;
	}

	.advBox1 .pText {
		width: 100%;
		line-height: 24px;
		padding-left: 32px;
		font-size: 16px;
		margin-bottom: 0.15rem;
	}

	.twoText {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.mellia_hight .left,
	.mellia_hight .right {
		width: 100%;
	}

	.mellia_hight .left dl dt img {
		width: 70%;
	}

	.mellia_hight .left dl dd .pText {
		font-size: 16px;
		line-height: 24px;
	}

	.highText ul li {
		width: 100%;
	}

	.highText ul {
		width: 100%;
		padding: 10px;
		border-radius: 0.1rem;
	}

	.highText ul li {
		line-height: 36px;
		font-size: 15px;
	}

	.mellia_hight .right {
		padding: 15px;

	}

	.highText ul li:after {
		top: 17px;
	}

	.highP1 {
		font-size: 16px;
		line-height: 25px;
		padding-top: 12px;
	}

	.downList .swiper-slide dl dt {
		width: 118px;
	}

	.downList .swiper-slide dl dd {
		width: calc(95% - 118px);
	}

	.downList .swiper-slide dl dd .title {
		height: 100px;
	}

	.downList .swiper-slide dl dd .title h2 {
		font-size: 17px;
		line-height: 26px;
	}

	.downList .swiper-slide dl dd .title h2 {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.appList dl:hover dd {
		padding-top: 30px;
	}

	.appList dl dd {
		padding-top: 100px;
	}

	.appList dl dd .ftitle {
		line-height: 22px;
		font-size: 14px;
	}

	.appList dl dd .small p {
		font-size: 14px;
		line-height: 22px;
	}

	.modal {
		background: #fff;
		width: 92%;
		padding: 20px 10px;
	}

	.form .form-col select,
	.form .form-col input {
		height: auto;
		line-height: 26px;
		padding: 10px 0;
	}

	.form textarea {
		min-height: 90px;
	}

	.downList .swiper-slide dl dd .downBtn {
		width: 120px;
		height: 36px;
		font-size: 15px;
	}

	.form .tip-text {
		font-size: 20px;
		margin: 15px 0;
	}
}