@font-face {
	font-family: "Poppins";
	font-display: swap;
	src: url('Poppins-Medium.otf');
}

@font-face {
	font-family: "Poppins-ExtraBold";
	font-display: swap;
	src: url('Poppins-ExtraBold.otf');
}

@font-face {
	font-family: "AvenirLTStd-Light";
	font-display: swap;
	src: url('AvenirLTStd-Light.otf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins";
}

html,
body {
	font-family: "Poppins";
	color: #222222;
}

input,
textarea,
select,
button,
area {
	font-family: "Poppins";
}

.section {
	width: 88%;
	margin: auto;
	max-width: 1540px;
}

.main-more a {
	display: inline-block;
	line-height: 42px;
	font-size: 20px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	padding: 0 70px 0 35px;
	color: #fff;
	background-color: #f1a6c7;
}

.after {
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -18.5px;
	background: #fff;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.main-more a:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.main-more a:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.main-more a:hover {
	box-shadow: 0 0 18px #f1a6c7;
}

.header {
	width: 100%;
	position: fixed;
	transition: 0.4s;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 156px;
	height: 120px;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 830px;
	float: right;
	margin-right: 240px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li.menu-li:nth-child(3):before {
	width: 11px;
	height: 7px;
	content: '';
	display: block;
	position: absolute;
	left: 108%;
	top: 50%;
	margin-top: -3px;
	background: url(../menu-span.png);
}

.header .menu ul li a.menu-a {
	display: block;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	line-height: 120px;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 235px;
	left: 0;
	padding: 10px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

.header .menu li .drop li a {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #f1a6c7;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.header .menu li .drop li a:hover:before {
	width: 100%;
}

.header .menu li .drop li::after {
	display: none;
}

.header .menu .img-box {
	width: 100%;
	display: none;
	overflow: hidden;
	margin: 20px 0;
	border-radius: 12px;
}

.header .menu .img-box img {
	width: 100%;
}

.header-locator {
	position: absolute;
	right: 0;
	top: 31px;
	z-index: 10;
	display: block;
	padding: 0 25px;
	font-size: 16px;
	line-height: 52px;
	border: 1px solid #000;
	border-radius: 30px;
	cursor: pointer;
}

.header-locator:hover {
	color: #fff;
	border: 1px solid #f1a6c7;
	background: #f1a6c7;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	height: 85px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 20px;
	height: 2px;
	border-radius: 5px;
	background: #f1a6c7;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-2px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(0) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.header .menu ul li.on a.menu-a,
.header .menu ul li a.menu-a:hover {
	color: #f1a6c7
}

.index-title {
	width: 100%;
}

.index-title h2 {
	font-family: "Poppins-ExtraBold";
}

.banner-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 120px;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 13%;
	color: #121212;
}

.swiper-slide-txt .content {
	width: 50%;
}

.swiper-slide-txt h1 {
	font-size: 3.4vw;
	animation-delay: 0.3s;
	font-weight: bold;
	font-family: "Poppins-ExtraBold";
}

.swiper-slide-txt h2 {
	font-size: 1.2vw;
	line-height: 1;
	animation-delay: 0.6s;
}

.swiper-slide-txt .b-main-more {
	animation-delay: 0.9s;
	margin-top: 90px
}

.index-banner-img {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ecedef;
	background-size: cover;
}

.swiper-slide-active .index-banner-img {
	transition: all 2.5s ease;
}

.mpindex-banner {
	display: none;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .b-main-more {
	animation-name: fadeInUp;
}

.banner-next,
.banner-prev {
	top: 50%;
	width: 36px;
	height: 54px;
	background: #fff;
	margin-top: -27px;
	transition: 0.4s;
}

.banner-next {
	right: 4%;
}

.banner-prev {
	left: 4%;
}

.banner-next:after,
.banner-prev:after {
	font-size: 20px;
	font-weight: bold;
	color: #f1a6c7;
}

.banner-next:hover,
.banner-prev:hover {
	background: #f1a6c7;
}

.banner-next:hover:after,
.banner-prev:hover:after {
	color: #fff;
}

/*ume-Safe*/
.ume-Store {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.ume-Store-content {
	margin: auto;
	max-width: 760px;
}

.Store-hd {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

.Store-hd .txt {
	width: 42%;
	float: left;
	color: #8d8d8d;
}

.indexStore-hd ul {
	float: right;
	display: flex;
	width: 40%;
	border-radius: 25px;
	background-color: #f2f2f2;
}

.innerStore-hd ul {
	display: flex;
	width: 100%;
	max-width: 616px;
	margin: auto;
	border-radius: 30px;
	background-color: #f2f2f2;
}

.Store-hd ul li {
	width: 20%;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 58px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	animation-delay: 0.9s;
	cursor: pointer;
	color: #f1a6c7;
}

.Store-hd ul li.on a,
.Store-hd ul li:hover a {
	color: #fff;
}

.Store-hd ul li.on,
.Store-hd ul li:hover {
	background-color: #f1a6c7;
	color: #fff;
}

.Store-middle {
	position: relative;
	width: 100%;
}

.indexStore-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #121212;
	border-radius: 14px;
	padding: 20px 25px;
	min-height: 295px;
	background-color: #f1f1f1;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 50px;
}

.innerStore-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #121212;
	border-radius: 14px;
	padding: 20px 25px;
	background-color: #fff;
	cursor: pointer;
	transition: 0.5s;
	margin-bottom: 20px;
}

.Store-slide .content {
	width: 100%;
	position: relative;
}

.indexStore-slide .content h3 {
	font-size: 18px;
	min-height: 44px;
	line-height: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
}

.innerStore-slide a {
	position: absolute;
	right: 15px;
	z-index: 20;
	display: inline-block;
	top: 15px;
	width: 115px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	background: #f1a6c7;
	color: #fff;
	border-radius: 30px;
}

.Store-slide .content .txt {
	font-weight: 300;
	font-family: 'AvenirLTStd-Light';
}

.indexStore-slide:hover {
	background: #f1a6c7;
	color: #fff;
	margin-top: 20px;
}

.Store-slide:hover span {
	background: #fff;
	color: #f1a6c7;
}

.Store-button {
	width: 115px;
	height: 54px;
	position: relative;
	margin: 30px auto;
}

.Store-next,
.Store-prev {
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.Store-next {
	right: 0;
}

.Store-prev {
	left: 0;
}

.Store-next img,
.Store-prev img {
	width: 100%;
}

.Store-next:after,
.Store-prev:after {
	display: none;
}

.Store-next:hover img,
.Store-prev:hover img {
	filter: brightness(100);
}

.Store-next:hover,
.Store-prev:hover {
	background: #f1a6c7;
}

.Store-main-more {
	text-align: center;
}

.ume-Orde {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 50px 0 10px 0;
}

.Orde-content {
	background: #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	border-radius: 26px;
	padding: 80px 20px 60px 75px;
}

.Orde-content .box {
	position: relative;
	z-index: 20;
}

.Orde-content h3 {
	font-weight: bold;
	width: 55%;
	line-height: 70px;
	font-family: 'Poppins-ExtraBold';
	color: #121212;
}

.Orde-content .txt {
	color: #8d8d8d;
	width: 65%;
	line-height: 22px;
	font-weight: 300;
}

.num-box {
	width: 100%;
	overflow: hidden;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.num-box ul li.num-icon {
	display: flex;
	margin: 0 30px;
	align-items: center;
	justify-content: center;
}

.num-box ul li .num-img img {
	max-width: 100%;
}

.num-box ul li .con {
	display: flex;
}

.num-box ul li .counter {
	font-weight: 600;
}

.num-box ul li .num {
	color: #f1a6c7;
	font-size: 3.4vw;
	line-height: 66px;
}

.num-box ul li .img {
	margin-left: 10px;
	color: #f1a6c7;
	font-size: 22px;
	line-height: 28px;
}

.num-box ul li .img i {
	display: block;
	font-style: normal;
	margin-top: 4px;
}

.num-box ul li .img em {
	display: block;
	font-style: normal;
}

.num-box ul li span {
	color: #8d8d8d;
	font-size: 12px;
	display: block;
	position: relative;
}

.Orde-content img.orde-img {
	position: absolute;
	right: 8.75%;
	bottom: 33px;
	z-index: 10;
}

.cateringnum-box {
	display: none;
}

.cateringnum-box ul {
	justify-content: space-between;
}

/*ume-Safe*/
.ume-product {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.product-hd {
	width: 100%;
	overflow: hidden;
}

.product-hd .txt {
	width: 42%;
	float: left;
	color: #8d8d8d;
}

.product-hd ul {
	float: right;
	display: flex;
	width: 50%;
}

.product-hd ul li {
	width: 24%;
	margin-left: 1%;
	border-radius: 10px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	position: relative;
	overflow: hidden;
	animation-delay: 0.9s;
	cursor: pointer;
}

.product-hd ul li.on,
.product-hd ul li:hover {
	background-color: #f1a6c7;
	border: 1px solid #f1a6c7;
	color: #fff;
}

.product-middle {
	position: relative;
	width: 100%;
}

.product-middle-swiper {
	position: relative;
	width: 100%;
}

.productmySwiper-box {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.productmySwiper-box .content {
	width: 68%;
	float: right;
}

.product-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #121212;
	cursor: pointer;
	transition: 0.6s;
}

.product-slide .box {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #f1a6c7;
}

.product-slide .memo {
	width: 100%;
	position: relative;
	padding: 15px 0;
}

.product-slide .memo h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 8px;
	font-family: 'Poppins-ExtraBold';
}

.product-slide .memo .txt {
	font-weight: 300;
	color: #a5a5a5;
	width: 70%;
	font-family: 'AvenirLTStd-Light';
	margin-bottom: 10px;
}

.product-slide .memo a {
	display: inline-block;
	font-size: 16px;
	padding: 0 32px;
	line-height: 40px;
	border: 1px solid #222;
	border-radius: 30px;
}

.product-slide .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-slide:hover img {
	transform: scale(1.1, 1.1);
}

.product-slide:hover .memo a {
	background: #f1a6c7;
	color: #fff;
	border: 1px solid #f1a6c7;
}

.product-slide:hover h3 {
	color: #f1a6c7;
}

.product-slide:hover .productcontent {
	background: #f1a6c7;
	color: #fff;
}

.product-button {
	width: 145px;
	height: 66px;
	position: absolute;
	left: 10%;
	top: 38%;
	z-index: 20;
}

.product-next,
.product-prev {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid #f1a6c7;
}

.product-next {
	right: 0;
}

.product-prev {
	left: 0;
}

.product-next:after,
.product-prev:after {
	font-size: 24px;
	font-weight: bold;
	color: #f1a6c7;
}

.product-next:hover,
.product-prev:hover {
	background: #f1a6c7;
}

.product-next:hover:after,
.product-prev:hover:after {
	color: #fff;
}

.StoreoutBox .bd {
	position: relative;
}

.StoreoutBox .bd:before {
	content: '';
	display: block;
	background-image: url(../icon10.png);
	width: 134px;
	height: 198px;
	left: 6%;
	top: -198px;
	position: absolute;
}

.StoreinBox {
	display: flex;
	justify-content: space-between;
}

.Storeform {
	border-radius: 30px;
	overflow: hidden;
	background: #ffffff;
	padding: 10px 10px;
}

.Storeform form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Storeform form .search_input {
	border: none;
	outline: none;
	width: 80%;
	font-size: 16px;
	color: #111;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 38px;
	background: none;
	background-color: #fff;
}

.Storeform form .search_input::placeholder {
	color: #c7c7c7;
}

.Storeform form .submit {
	width: 20%;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	border-radius: 30px;
	background-color: #f1a6c7;
}

.StoreinBox .inHd {
	width: 41%;
	padding: 20px 20px;
	border-radius: 25px;
	background-color: #f1f1f1;
}

.StoreinBox-ul {
	padding: 20px 0;
}

.StoreinBox-ul ul {
	height: 600px;
	overflow: auto;
}

.StoreinBox .inHd ul::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.StoreinBox .inHd ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #f1a6c7;
}

.StoreinBox .inHd ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.StoreinBox .inHd ul li {
	padding-right: 10px;
}

.StoreinBox .inBd {
	width: 56%;
}

.StoreinBox .inBd ul li img {
	width: 100%;
	border-radius: 25px;
}

.ume-store-product {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 170px 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.productt-next,
.productt-prev {
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -62px;
	border-radius: 50%;
	border: 1px solid #f1a6c7;
}

.productt-next {
	right: -80px;
}

.productt-prev {
	left: -80px;
}

.productt-next:after,
.productt-prev:after {
	font-size: 16px;
	font-weight: bold;
	color: #f1a6c7;
}

.productt-next:hover,
.productt-prev:hover {
	background: #f1a6c7;
}

.productt-next:hover:after,
.productt-prev:hover:after {
	color: #fff;
}

.product-main-more {
	text-align: center;
}

.ume-Journey {
	width: 100%;
	overflow: hidden;
	padding: 130px 0;
	background-color: #f1a6c7;
}

.ume-Journey .txt {
	max-width: 475px;
}

.Journey-content {
	width: 80.35%;
	max-width: 1237px;
	float: right;
}

.Journey-content .img-box img {
	width: 100%;
	border-radius: 18px;
}

.Journey-content .img01 {
	width: 42.845%;
	float: left;
}

.Journey-content .img02 {
	width: 28.698%;
	float: left;
}

.Journey-content .img03 {
	width: 26.192%;
	float: left;
}

.Journey-content .img01 ul {
	margin-top: 12px;
}

.Journey-content .img01 ul li {
	width: 49%;
	overflow: hidden;
	position: relative;
}

.Journey-content .img03 ul li:last-child {
	margin-top: 12px;
}

.ume-story {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 130px 0;
	background-color: #f1f1f1;
}

.ume-story .index-title h2 {
	line-height: 90px;
}

.color-f1a6c7 {
	color: #f1a6c7;
}

.storyimg {
	width: 100%;
	display: none;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
}

.storyimg img {
	width: 100%;
}

.story-txt {
	width: 30%;
	float: left;
}

.story-txt .txt {
	color: #8d8d8d;
}

.story-txt .content {
	color: #000000;
	line-height: 24px;
	margin-top: 100px;
	font-family: 'AvenirLTStd-Light';
}

.story-img {
	width: 38.5%;
	border-radius: 35px;
	overflow: hidden;
	float: right;
}

.story-img img {
	width: 100%;
}

.ume-Business {
	width: 100%;
	overflow: hidden;
	padding: 190px 0 170px 0;
	background-color: #ffffff;
}

.ume-Business .box {
	width: 100%;
	overflow: hidden;
}

.Business-txt01 {
	width: 48%;
	float: left;
}

.Business-txt01 .index-title h2 {
	line-height: 55px;
}

.Business-list01 {
	width: 38.5%;
	overflow: hidden;
	float: right;
}

.Business-list01 p {
	position: relative;
	background-color: #f1f1f1;
	color: #999999;
	border-radius: 8px;
	margin: 5px 0;
	font-size: 16px;
	padding: 15px 15px 15px 30px;
}

.Business-list01 p:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #f1a6c7;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 24px;
}

.Join-Our-Franchise {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.Join-Our-Franchise img.img04 {
	margin: auto;
}

.Join-Our-Franchise a {
	display: inline-block;
	border: 4px solid #f1a6c7;
	color: #f1a6c7;
	border-radius: 30px;
	line-height: 50px;
	position: relative;
	max-width: 660px;
	width: 100%;
}

.Join-Our-Franchise a img.img05 {
	position: absolute;
	top: 10px;
	right: 25px;
}

.Join-Our-Franchise a:hover {
	background-color: #f1a6c7;
	color: #ffffff;
}

.Join-Our-Franchise a:hover img.img05 {
	filter: brightness(100);
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
	position: relative;
	background: #fbe8f1;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
	z-index: 20;
	color: #252525;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner h2 {
	font-size: 6.5vw;
	font-weight: bold;
	position: relative;
	font-family: 'Poppins-ExtraBold';
}

.banner .txt {
	width: 60%;
	font-size: 1.2vw;
	max-width: 870px;
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	height: 680px;
}

.inner-banner-img img {
	width: 100%;
}

.mp-banner-img {
	display: none;
}

.Franchise-banner-img {
	width: 100%;
	overflow: hidden;
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Franchise-banner-img img {
	max-width: 75.77%;
	margin: auto;
}

.cateringbanner-content .section {
	padding-left: 120px;
}

/* inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 130px 0;
}

.inner-about .content {
	color: #4d4d4d;
}

.inner-about .content .txt01 {
	width: 22%;
}

.inner-about .content .txt02 {
	width: 47%;
}

.video-img {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.video-img img {
	width: 100%;
}

.video-icon {
	z-index: 20;
	width: 79px;
	height: 79px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -38.5px;
	margin-right: -38.5px;
	border: 2px solid #fff;
}

.video-icon img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
}

.video_lock01 {
	display: block;
	background: #f1a6c7;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.video_lock02 {
	display: block;
	background: #f1a6c7;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscal2 1.2s infinite;
	-moz-animation: playbtnscal2 1.5s infinite;
	animation: playbtnscal2 1.5s infinite;
}

.inner-about .img-box {
	display: none;
	overflow: hidden;
	width: 100%;
	border-radius: 15px;
}

.inner-about .img-box img {
	width: 100%;
}

/* inner-advertsing */
.inner-advertsing {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 130px 0;
}

.inner-advertsing .left {
	width: 23%;
	float: left;
}

.inner-advertsing .left .index-title h2 {
	line-height: 58px;
}

.inner-advertsing .right {
	width: 56.5%;
	float: right;
}

.advertsing-link {
	width: 48%;
}

.advertsing-link a {
	display: block;
	width: 100%;
	border-radius: 25px;
	position: relative;
	margin-bottom: 14px;
	cursor: pointer;
}

.advertsing-link a .content {
	position: absolute;
	left: 10%;
	width: 80%;
	bottom: 33px;
	z-index: 10;
}

.advertsing-link a.advertsing01 {
	height: 254px;
	color: #2f2f2f;
	background-color: #f1f1f1;
}

.advertsing-link a.advertsing02 {
	height: 423px;
	color: #2f2f2f;
	background-color: #fbe8f1;
}

.advertsing-link a.advertsing03 {
	height: 430px;
	color: #fff;
	background-color: #f1a6c7;
}

.advertsing-link a.advertsing04 {
	height: 244px;
	color: #2f2f2f;
	background-color: #f1f1f1;
}

.icon-img {
	max-width: 45px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	transition: 0.7s;
	position: absolute;
	z-index: 10;
}

.innerStore-slide .icon-img {
	max-width: 35px;
	right: 3px;
	top: 2px;
}

.advertsing-link a .icon-img {
	max-width: 45px;
	right: 25px;
	top: 22px;
}

.icon-img img {
	max-width: 100%;
}

.innerStore-slide:hover .icon-img {
	transform: rotate(90deg);
	background-color: #fff;
}

.advertsing-link a:hover .icon-img {
	transform: rotate(90deg);
	background-color: #f1a6c7;
}

.advertsing-link a:hover .icon-img img {
	filter: invert(1);
}

/* inner-Timeline */
.inner-Timeline {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}

.growth-time-box {
	width: 100%;
	padding-bottom: 200px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 2;
	background: #f1a6c7;
}

.growth-time-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 1;
	background: #f1f1f1;
}

.growth-time-box .section {
	position: relative;
	z-index: 20;
}

.time-title {
	cursor: pointer;
}

.time-title-icon {
	position: relative;
	width: 19px;
	height: 19px;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 50%;
}

.time-title-icon i {
	display: block;
	width: 12px;
	height: 12px;
	top: 3px;
	left: 3px;
	background: #f1a6c7;
	border-radius: 50%;
	z-index: 10;
	position: absolute;
}

.time-title-icon span {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #f1a6c7;
	border-radius: 50%;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.time-title h2 {
	color: #f1a6c7;
	margin: 25px 0 15px 0;
}

.time-title .txt {
	color: #636363;
	line-height: 18px;
}

.swiper-slide-active .time-title h2 {
	font-family: 'Poppins-ExtraBold';
}

.swiper-slide-active .time-title .time-title-icon span {
	display: block;
}

.growth-button {
	width: 190px;
	height: 46px;
	position: relative;
	margin: auto;
	z-index: 20;
}

.growth-next,
.growth-prev {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #f1a6c7;
}

.growth-next {
	right: 0;
}

.growth-prev {
	left: 0;
}

.growth-next:after,
.growth-prev:after {
	font-size: 20px;
	color: #f1a6c7;
}

.growth-next:hover,
.growth-prev:hover {
	background: #f1a6c7;
}

.growth-next:hover:after,
.growth-prev:hover:after {
	color: #fff;
}

.growth-pagination {
	font-size: 18px;
	color: #f1a6c7;
	line-height: 46px;
}

.inner-product {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0 250px 0;
}

.product-memo-class .memo {
	width: 19%;
	color: #8a8a8a;
}

.product-class a {
	display: inline-block;
	color: #222222;
	min-width: 175px;
	border: 1px solid #b5b5b5;
	margin: 5px 3px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
}

.product-class a.on,
.product-class a:hover {
	color: #fff;
	background-color: #f1a6c7;
	border: 1px solid #f1a6c7;
}

.products-CpQuery-list {
	width: 100%;
	overflow: hidden;
}

.products-CpQuery-list a {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.products-CpQuery-list a .box {
	overflow: hidden;
	border-radius: 10px;
}

.products-CpQuery-list a img {
	width: 100%;
	transition: 0.7s ease;
}

.products-CpQuery-list a:hover img {
	transform: scale(1.02, 1.02);
}

.product-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0;
	border-top: 1px solid #f1a6c7;
}

/* inner-join */
.inner-join {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fbe8f1;
}

.inner-join .index-title h2 {
	line-height: 110px;
}

.inner-join .txt {
	width: 50%;
	color: #5c5c5c;
	line-height: 26px;
}

.inner-join .section {
	position: relative;
	padding: 130px 0;
	overflow: hidden;
}

.inner-join .content {
	position: relative;
	z-index: 10;
}

.inner-join .join-icon-tn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

/* franchise-content */
.franchise-content {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f1a6c7;
}

.franchise-content ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.franchise-content ul li {
	width: 25%;
	text-align: center;
	padding: 56px 25px 50px 25px;
	border-right: 1px solid #f1a6c7;
}

.franchise-content ul li:last-child {
	border: 0;
}

.franchise-content ul li h3 {
	font-weight: bold;
	color: #f1a6c7;
}

.franchise-content ul li .txt {
	color: #8a8a8a;
}

.franchise-Business {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 165px 0 160px 0;
}

.Business-txt02 {
	width: 48%;
	float: left;
}

.Business-txt02 .index-title h2 {
	line-height: 55px;
}

.Business-list02 {
	width: 38.5%;
	overflow: hidden;
	float: right;
}

.Business-list02 p {
	position: relative;
	background-color: #f1f1f1;
	color: #999999;
	border-radius: 8px;
	margin: 5px 0;
	font-size: 16px;
	padding: 15px 15px 15px 30px;
}

.Business-list02 p:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #f1a6c7;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 24px;
}

.franchise-Business .content {
	position: relative;
	z-index: 10;
}

.franchise-Business .franchise-icon-Elevate {
	position: absolute;
	bottom: 0;
	left: 27%;
	z-index: 5;
}

.franchise-Applicants {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0;
	background: #fbe8f1;
}

.Applicants-list ul {
	display: flex;
	flex-wrap: wrap;
}

.Applicants-list ul li {
	width: 31%;
	margin: 15px 1%;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

.Applicants-list ul li .txt {
	line-height: 23px;
	min-height: 115px;
	color: #4a4a4a;
}

.Applicants-list ul li .content {
	padding: 28px 30px;
	background: #fff;
	width: 100%;
	border-radius: 25px;
}

.Applicants-list ul li.Applicants-list-li06 {
	display: none;
}

.Applicants-list ul li:nth-child(1),
.Applicants-list ul li:nth-child(2),
.Applicants-list ul li:nth-child(3) {
	background: #fff;
}

.Contactscontent {
	position: absolute;
	bottom: 0;
	left: 0;
}

.Contactscontent a:hover {
	color: #f1a6c7;
}

.franchise-num {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 55px 0;
	border-bottom: 1px solid #f1a6c7;
}

.franchise-num .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.franchise-num span {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-left: 38px;
}

.franchise-num i {
	font-size: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f1a6c7;
	color: #fff;
	text-align: center;
	font-style: normal;
}

.franchise-franchisemySwiper {
	display: none;
}

.franchise-UMetea {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 190px 0;
}

.franchise-UMetea .index-title h2 {
	line-height: 55px;
}

.UMetea-txt {
	width: 32%;
}

.UMetea-txt .box {
	overflow: hidden;
	border-radius: 25px;
}

.UMetea-txt .box img {
	width: 100%;
}

.UMetea-txt .txt {
	color: #4a4a4a;
}

.UMetea-form {
	width: 36.5%;
}

.UMetea-form ul li {
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}

.UMetea-form ul li input {
	line-height: 48px;
	width: 100%;
	font-size: 20px;
	padding: 0 30px;
	color: #353535;
	font-weight: 300;
	background: #fff;
	border: 1px solid #000;
	position: relative;
	border-radius: 30px;
}

.UMetea-form ul li input::placeholder {
	color: #353535;
}

.UMetea-form ul li .button {
	width: 100%;
	max-width: 225px;
	font-size: 16px;
	outline: none;
	color: #fff;
	padding: 0 10px;
	border-radius: 30px;
	border: 1px solid #f1a6c7;
	background-color: #f1a6c7;
}

.UMetea-form ul li span {
	display: none;
}

.franchise-UMetea .img-box {
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 25px;
}

.franchise-UMetea .img-box img {
	width: 100%;
}

.UMetea-list {
	width: 38.5%;
	overflow: hidden;
	float: right;
}

.inner-Event {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0 60px 0;
}

.inner-Event .index-title {
	max-width: 900px;
	margin: auto;
}

.inner-Event .index-title h2 {
	line-height: 70px;
}

.inner-Event .txt {
	max-width: 640px;
	line-height: 28px;
	margin: auto;
}

.inner-Event dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.inner-Event dl dt {
	width: 56%;
	overflow: hidden;
	border-radius: 30px;
	background-color: #f1f1f1;
}

.inner-Event dl dd {
	width: 43.45%;
	padding: 70px 55px;
	border-radius: 30px;
	background-color: #f1f1f1;
}

.inner-Event dl dd h3 {
	font-family: 'Poppins-ExtraBold';
}

.inner-quote {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0;
}

.quote-img {
	width: 27%;
}

.quote-img .img-box {
	border-radius: 15px;
	overflow: hidden;
}

.quote-img .img-box img {
	width: 100%;
}

.mp-img-box {
	display: none;
}

.quote-form {
	width: 65%;
}

.inner-Client {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 0 120px 0;
	display: none;
}

.Client-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #121212;
	border-radius: 14px;
	padding: 25px 25px;
	min-height: 305px;
	background-color: #f1f1f1;
	cursor: pointer;
	transition: 0.5s;
}

.Client-slide .img {
	width: 21%;
}

.Client-slide .txt {
	line-height: 23px;
	min-height: 184px;
}

.Client-slide dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.Client-slide dl dt {
	width: 17%;
	overflow: hidden;
	border-radius: 50%;
}

.Client-slide dl dt .img-box img {
	border-radius: 50%;
}

.Client-slide dl dd {
	width: 80%;
	padding: 10px 5px;
}

.Client-button {
	width: 100px;
	height: 46px;
	position: relative;
	margin: auto;
	z-index: 20;
}

.Client-next,
.Client-prev {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #f1a6c7;
}

.Client-next {
	right: 0;
}

.Client-prev {
	left: 0;
}

.Client-next:after,
.Client-prev:after {
	font-size: 24px;
	font-weight: bold;
	color: #f1a6c7;
}

.Client-next:hover,
.Client-prev:hover {
	background: #f1a6c7;
}

.Client-next:hover:after,
.Client-prev:hover:after {
	color: #fff;
}

.legal-container {
	width: 100%;
	overflow: hidden;
	padding: 120px 0 100px 0;
	background-color: #fff;
}

.legal-left {
	width: 13%;
	float: left;
}

.legal-left .index-title,
.legal-left .txt {
	display: none;
}

.legal-right {
	width: 82%;
	margin-left: 5%;
	float: left;
	padding-left: 60px;
	border-left: 1px solid #b5b5b5;
	background-color: #fff;
}

.legal-class {
	width: 100%;
	background: #fafafa;
}

.legal-class a {
	display: block;
	font-size: 16px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 18px;
	border: 1px solid #b5b5b5;
	border-radius: 8px;
}

.legal-class a.on,
.legal-class a:hover {
	color: #fff;
	border: 1px solid #f1a6c7;
	background: #f1a6c7;
}

#legalSelect {
	display: none;
	width: 100%;
	padding: 14px 15px;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	background-color: #fff;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background-image: url(../select01.png);
	background-repeat: no-repeat;
	background-position: 98% 54%;
}

#legalSelect:focus {
	outline: none;
}

.legal_box {
	width: 100%;
	overflow: hidden;
}

.legal_item {
	width: 100%;
	padding: 15px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid #f1a6c7;
}

.legal_item_title {
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	padding: 0 4px;
	position: relative;
}

.legal_item_title h3 {
	font-weight: bold;
	position: relative;
	color: #f1a6c7;
}

.legal_item_title::after {
	display: block;
	content: '';
	width: 18px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background-size: 100%;
	background-image: url(../plus.png);
}

.legal_item.active .legal_item_title::after {
	background-image: url(../reduce.png);
}

.legal_item_content {
	width: 100%;
	display: none;
	overflow: hidden;
}

.legal_item_content .content {
	font-size: 14px;
	color: #9c9c9c;
	line-height: 28px;
	padding: 20px 0;
}

.legal_item_content .content h4 {
	font-size: 16px;
	padding: 10px 0;
	color: #232323;
	font-weight: bold;
}

.legal_item_content .content img {
	max-width: 100%;
}

.legal_item_content .content ul li {
	position: relative;
	padding-left: 10px;
}

.legal_item_content .content ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #9c9c9c;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 13px;
}

.legal_item.active .legal_item_content {
	display: block;
}

/*联系我们*/
.inner-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0 250px 0;
}

.inner-contact .txt {
	color: #4d4d4d;
	line-height: 32px;
	font-family: 'AvenirLTStd-Light';
}

.contactus-txt {
	width: 40%;
	float: left;
}

.contactus-form {
	width: 50%;
	float: right;
}

.form-form {
	width: 100%;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 5px 0;
	position: relative;
}

.form-form ul li.name,
.form-form ul li.tel {
	width: 49%;
}

.form-form ul li.custom1,
.form-form ul li.custom2,
.form-form ul li.custom3,
.form-form ul li.custom7,
.form-form ul li.content,
.form-form ul li.button_li,
.form-form ul li.email {
	width: 100%;
}

.form-form ul li.button_li {
	margin-top: 30px;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 16px;
	padding: 0 20px;
	color: #000;
	font-weight: 300;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	position: relative;
	border-radius: 6px;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 8px 15px;
	font-size: 16px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	position: relative;
}

.form-form ul li select {
	width: 100%;
	color: #8d8d8d;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 25px;
	position: relative;
	line-height: 48px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: #f1f1f1;
	background-image: url(../select.png);
	background-repeat: no-repeat;
	background-position: 96% 54%;
	border: 1px solid #f1f1f1;
}

.form-form ul li input::placeholder {
	color: #bdbdbd;
}

.form-form ul li textarea::placeholder {
	color: #bdbdbd;
}

.quote-form ul li label,
.contactus-form ul li label {
	font-size: 20px;
	display: block;
	color: #565656;
	margin-bottom: 10px;
}

.form-form ul li .button {
	width: 100%;
	max-width: 370px;
	font-size: 20px;
	outline: none;
	color: #fff;
	padding: 0 60px 0 10px;
	border-radius: 10px;
	background-color: #f1a6c7;
}

.qt-pagination {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
}

.qt-pagination a {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	margin: 0 3px;
	color: #666666;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.qt-pagination img {
	display: inline-block;
	margin: 0 10px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	color: #006462;
}

.qt-pagination a:first-child {
	float: left;
	color: #fff;
	padding: 0 20px;
	background-color: #b8bbbb;
	border-radius: 5px;
}

.qt-pagination a:last-child {
	float: right;
	color: #fff;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #b8bbbb;
}

.qt-pagination a:first-child:hover,
.qt-pagination a:last-child:hover {
	background: #006462;
}

.foot-box {
	width: 100%;
	background: #f1a6c7;
	padding: 70px 0 8px 0;
	overflow: hidden;
}

.foot-box .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.navigation-menu ul li {
	width: 100%;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	font-family: "AvenirLTStd-Light";
}

.navigation-menu ul li a {
	color: #fff;
}

.navigation-menu ul li a:hover {
	opacity: 0.8;
}

.touch-box {
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	margin-top: -20px;
}

.touch-txt {
	width: 100%;
	color: #fff;
	font-family: "AvenirLTStd-Light";
}

.touch-form {
	width: 100%;
}

.touch-form a {
	display: block;
	width: 100%;
	max-width: 140px;
	line-height: 40px;
	font-size: 16px;
	outline: none;
	color: #f1a6c7;
	text-align: center;
	border-radius: 5px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #fff;
	transition: 0.5s;
}

.touch-form a:hover {
	background-color: #d84f8b;
	color: #fff;
	border: 1px solid #d84f8b;
}

.cky-consent {
	position: fixed;
	width: 100%;
	background: #ffffff;
	bottom: 0;
	z-index: 9999999;
	padding: 35px 0;
}

.cky-consent .section {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cky-notice-des {
	width: 80%;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cky-logo {
	width: 10%;
}

.cky-logo img {
	max-width: 100%;
}

.cky-content {
	width: 84%;
	margin-left: 4%;
}

.cky-title {
	width: 100%;
	overflow: hidden;
	color: #f1a6c7;
	font-weight: bold;
	font-size: 24px;
}

.cky-notice-btn-wrapper {
	width: 15%;
}

.cky-btn {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	padding: 0 5px;
	font-weight: bold;
	margin: 2px 0;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	border: 2px solid #f1a6c7;
}

.cky-btn-reject {
	color: #fff;
	background-color: #f1a6c7;
}

.cky-btn-accept {
	color: #f1a6c7;
	background-color: #ffffff;
}

.cky-notice-bj-img,
.cky-notice-close {
	display: none;
}

.footer {
	width: 100%;
	color: #fff;
	background: #f1a6c7;
	line-height: 35px;
	padding: 25px 0 45px 0;
	font-size: 14px;
	overflow: hidden;
	font-weight: 400;
	font-family: "AvenirLTStd-Light";
}

.footer .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-social-media-icon {
	overflow: hidden;
	display: flex;
}

.foot-social-media-icon a.icontxt {
	display: inline-block;
	background-color: #fff;
	border-radius: 25px;
	color: #f1a6c7;
	font-size: 16px;
	line-height: 39px;
	margin-right: 12px;
	padding: 0 28px;
}

.foot-social-media-icon a.icontxt:hover {
	color: #fff;
	background-color: #d84f8b;
}

.foot-social-media-icon a.iconclass {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	width: 39px;
	height: 39px;
	margin-right: 12px;
}

.foot-social-media-icon img {
	max-width: 100%;
}

.foot-social-media-icon a.iconclass:hover {
	color: #fff;
	background-color: #d84f8b;
}

.foot-Support {
	width: 271px;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 100%;
	display: flex;
	align-items: center;
}

.foot-Support .img.img01 {
	width: 65.31%;
}

.foot-Support .img.img02 {
	width: 25.1%;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer a {
	color: #fff;
}

@media (max-width:1620px) {
	.product-hd .txt {
		width: 35%;
	}

	.product-hd ul {
		width: 58%;
	}

	.inner-Event dl dd {
		padding: 50px 35px;
	}

	.num-box ul li.num-icon {
		margin: 0 15px;
	}
}

@media (max-width:1500px) {
	.header .menu {
		width: 800px;
		margin-right: 224px;
	}

	.franchise-num span {
		font-size: 20px;
	}

	.productt-next {
		right: 15px;
	}

	.productt-prev {
		left: 15px;
	}
}

@media (max-width:1450px) {
	.section {
		width: 92%;
	}

	.inner-Event dl dd {
		padding: 30px 20px;
	}

	.header .menu {
		width: 760px;
		margin-right: 195px;
	}

	.header-locator {
		padding: 0 18px;
		font-size: 15px;
	}

	.product-hd ul {
		width: 64%;
	}

	.product-hd ul li {
		font-size: 17px;
	}
}

@media (max-width:1300px) {
	.header .menu {
		width: 725px;
		margin-right: 180px;
	}

	.header-locator {
		padding: 0 14px;
		font-size: 14px;
	}

	.indexStore-hd ul {
		width: 50%;
	}

	.franchise-num span {
		font-size: 18px;
	}

	.swiper-slide-txt .b-main-more {
		margin-top: 60px;
	}
}

@media (max-width:1199px) {
	.header .menu .img-box {
		display: block;
	}

	.swiper-slide-txt .b-main-more {
		margin-top: 40px;
	}

	.cateringnum-box {
		display: block;
	}

	.cateringnum-box ul li {
		width: auto !important;
	}

	.inner-Event dl dt {
		border-radius: 14px;
	}

	.franchise-Business .franchise-icon-Elevate {
		display: none;
	}

	.legal-left,
	.legal-right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		border-left: 0;
	}

	.legal-right h4,
	.legal-right .txt {
		display: none;
	}

	.legal-left .index-title,
	.legal-left .txt {
		display: block;
	}

	.legal-class {
		display: none;
	}

	#legalSelect {
		display: block;
	}

	.legal_item {
		border-bottom: 1px solid #000;
	}

	.legal_item_title h3 {
		font-weight: normal;
		color: #000;
	}

	.legal_item_title::after {
		background-image: url(../plus01.png);
	}

	.legal_item.active .legal_item_title::after {
		background-image: url(../reduce01.png);
	}

	.inner-join .index-title h2 {
		line-height: 75px;
	}

	.header {
		height: 85px;
	}

	.section {
		width: 100%;
		padding: 0 24px;
	}

	.m_menu {
		right: 24px;
	}

	.header .section {
		width: 100%;
		padding: 0 24px;
	}

	.inner-join .section {
		padding: 130px 24px;
	}

	.header .menu ul li.menu-li:nth-child(3):before {
		left: auto;
		right: 0;
		top: 28px;
	}

	.header .menu ul li:hover .menu-a::after,
	.header .menu ul li.on .menu-a::after {
		display: none;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 85px;
		background: #fff;
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
		padding: 0 24px;
	}

	.header .menu ul {
		width: 100%;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #000;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		color: #000;
	}

	.header .menu ul li a.menu-a {
		line-height: 55px;
		display: inline-block;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding: 10px 20px;
	}

	.header .menu li .drop::before {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		width: 100px;
		height: 85px;
	}

	.header-locator {
		right: 67px;
		top: 24px;
		color: #f1a6c7;
		line-height: 38px;
		border: 1px solid #f1a6c7;
		padding: 0 14px;
		font-size: 13px;
	}

	.banner-swiper,
	.banner {
		margin-top: 85px;
	}

	.Store-hd .txt,
	.indexStore-hd ul,
	.product-hd .txt,
	.product-hd ul {
		width: 100%;
		margin: 15px 0;
	}

	.Orde-content {
		padding: 50px 20px 50px 50px;
	}

	.inner-product {
		padding: 80px 0;
	}

	.quote-img,
	.quote-form,
	.inner-Event dl dt,
	.UMetea-form,
	.Business-txt02,
	.Business-list02,
	.product-class,
	.contactus-txt,
	.contactus-form,
	.inner-advertsing .left,
	.inner-advertsing .right,
	.StoreinBox .inHd,
	.inner-about .content .txt02,
	.Journey-content,
	.story-txt,
	.Business-txt01,
	.Business-list01 {
		width: 100%;
	}

	.pc-img-box,
	.inner-Event dl dd,
	.UMetea-txt,
	.product-memo-class .memo,
	.inner-advertsing .left .txt,
	.inner-about .content .txt01,
	.story-txt .content,
	.story-txt .txt,
	.story-img,
	.StoreinBox .inBd {
		display: none;
	}

	.inner-Event dl dt img {
		width: 100%;
	}

	.navigation-menu {
		width: 60%;
	}

	.product-contact .contactus-txt {
		margin-bottom: 100px;
	}

	.quote-form {
		margin-top: 20px;
	}

	.swiper-slide-txt h1 {
		font-size: 40px;
	}

	.swiper-slide-txt h2 {
		font-size: 18px;
	}

	.main-more a {
		font-size: 18px;
	}

	.productmySwiper-box {
		width: 100%;
		padding: 0 24px;
		display: block;
	}

	.productmySwiper-box .content {
		width: 100%;
		overflow: hidden;
	}

	.product-button {
		position: relative;
		margin: auto;
		left: auto;
		top: auto;
		overflow: hidden;
	}

	.storyimg {
		display: block;
		margin-top: 40px;
	}

	.inner-advertsing .right {
		margin-top: 40px;
	}

	.story-main-more {
		text-align: center;
	}

	.num-box ul li .num {
		font-size: 55px;
	}

	.mp-img-box {
		display: block;
	}

	.franchise-franchisemySwiper {
		display: block;
	}

	.franchise-num .box {
		display: none;
	}

	.franchise-UMetea .img-box {
		display: block;
	}

	.Store-hd ul li,
	.product-hd ul li {
		font-size: 15px;
	}
}

@media (max-width:999px) {
	.Applicants-list ul li {
		width: 48%;
	}

	.Applicants-list ul li.Applicants-list-li04 {
		display: none;
	}

	.Applicants-list ul li.Applicants-list-li06 {
		display: block;
	}

	.inner-join .index-title h2 {
		line-height: 65px;
	}

	.inner-banner-img {
		height: 500px;
	}
}

@media (max-width:856px) {

	.foot-logo,
	.navigation-menu {
		width: 100%;
		margin: 15px 0;
	}

	.foot-social-media-icon,
	.footer-ButtomInfo {
		width: 100%;
		margin: 15px 0;
	}

	.foot-box .box {
		margin-bottom: 50px;
	}
}

@media (max-width:658px) {

	.productmySwiper-box,
	.header .section {
		padding: 0 14px;
	}

	.header .menu {
		padding: 0 14px;
	}

	.section {
		width: 100%;
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.header-locator {
		right: 49px;
		top: 24.5px;
		line-height: 34px;
		font-size: 13px;
	}

	.inner-join .section {
		padding: 130px 14px;
	}

	.banner-next,
	.banner-prev {
		width: 24px;
		height: 36px;
		margin-top: -18px;
	}

	.swiper-slide-txt {
		top: 7%;
	}

	.indexStore-slide {
		margin-top: 15px;
	}

	.Store-hd ul li {
		line-height: 40px;
	}

	.Store-button {
		margin: 15px auto;
	}

	.main-more a {
		font-size: 13px;
		line-height: 32px;
		padding: 0 42px 0 15px;
	}

	.product-slide .memo span {
		font-size: 14px;
		padding: 0 25px;
		line-height: 35px;
	}

	.ume-Journey {
		padding: 0 14px;
		background-color: #fff;
	}

	.ume-Journey .section {
		padding: 50px 20px;
		overflow: hidden;
		border-radius: 15px;
		background-color: #f1a6c7;
	}

	.ume-Journey .txt {
		display: none;
	}

	.ume-story .index-title h2 {
		line-height: 50px;
	}

	.ume-story {
		background-color: #fff;
	}

	.index-title h2,
	.Business-txt01 .index-title h2 {
		line-height: 38px;
	}

	.mpindex-banner {
		display: block;
	}

	.pcindex-banner {
		display: none;
	}

	.mp-banner-img {
		display: block;
	}

	.Franchise-banner-img,
	.pc-banner-img {
		display: none;
	}

	.inner-banner-img {
		height: auto;
	}

	.banner-content {
		height: auto;
		top: 35%;
	}

	.banner h2 {
		font-size: 35px;
	}

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

	.inner-advertsing,
	.inner-about {
		padding: 60px 0;
	}

	.video-icon {
		width: 42px;
		height: 42px;
		margin-top: -21px;
		margin-right: -21px;
	}

	.video-img {
		display: none;
	}

	.inner-about .img-box {
		display: block;
	}

	.advertsing-link a.advertsing01 {
		height: 179px;
	}

	.advertsing-link a.advertsing02 {
		height: 277px;
	}

	.advertsing-link a .icon-img {
		max-width: 32px;
		right: 15px;
		top: 12px;
	}

	.growth-time-box {
		width: 100%;
		padding-bottom: 60px;
	}

	.advertsing-link a.advertsing03 {
		height: 282px;
	}

	.advertsing-link a.advertsing04 {
		height: 172px;
	}

	.Orde-content {
		padding: 40px 20px 20px 20px;
	}

	.Orde-content .txt,
	.Orde-content h3 {
		width: 100%;
	}

	.Orde-content h3 {
		line-height: 38px;
	}

	.Orde-content img.orde-img {
		position: absolute;
		right: -3%;
		bottom: 0;
		z-index: 10;
		width: 55%;
	}

	.Join-Our-Franchise a {
		border: 2px solid #f1a6c7;
		line-height: 31px;
	}

	.Join-Our-Franchise a img.img05 {
		max-width: 17px;
		top: 8px;
		right: 15px;
	}

	.Join-Our-Franchise img.img04 {
		width: 40%;
	}

	.ume-Store {
		padding: 60px 0 20px 0;
	}

	.ume-story {
		padding: 60px 0;
	}

	.ume-Business {
		padding: 30px 0 80px 0;
	}

	.Business-list01 {
		margin-top: 40px;
	}

	.Business-list02 p:before,
	.Business-list01 p:before {
		width: 5px;
		height: 5px;
		left: 13px;
		top: 19px;
	}

	.Business-list02 p,
	.Business-list01 p {
		margin: 5px 0;
		font-size: 14px;
		padding: 11px 15px 11px 26px;
	}

	.Store-hd ul li,
	.product-hd ul li {
		font-size: 14px;
	}

	.StoreoutBox .bd:before {
		display: none;
	}

	.ume-product {
		padding: 50px 0;
	}

	.num-box ul li {
		width: 100%;
		margin: 10px 0;
	}

	.num-box ul li.num-icon {
		display: none;
	}

	.num-box ul li .img img {
		max-width: 30px;
	}

	.num-box ul li .img {
		font-size: 18px;
		line-height: 26px;
	}

	.product-hd ul li {
		width: auto;
		margin-right: 5px;
		padding: 0 2px;
		margin-left: 0;
		line-height: 36px;
	}

	.growth-button {
		width: 160px;
		height: 40px;
	}

	.growth-pagination {
		line-height: 40px;
	}

	.Client-button,
	.Store-button,
	.product-button {
		width: 82px;
		height: 36px;
	}

	.Client-next:after,
	.Client-prev:after,
	.growth-pagination,
	.growth-next:after,
	.growth-prev:after,
	.product-next:after,
	.product-prev:after {
		font-size: 15px;
	}

	.Client-next,
	.Client-prev,
	.productt-next,
	.productt-prev,
	.growth-next,
	.growth-prev,
	.Store-next,
	.Store-prev,
	.product-next,
	.product-prev {
		width: 36px;
		height: 36px;
	}

	.navigation-menu .navigation_contlis {
		width: 100%;
		max-width: 100%;
	}

	.navigation-menu .navigation_contlis ul {
		display: none;
		background: #f1a6c7;
		padding: 10px;
	}

	.navigation-menu .w2 li {
		width: 100%;
	}

	.foot-box h3 {
		font-weight: normal;
	}

	.navigation-menu h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.fold h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.navigation_contlis h3::after {
		content: '';
		display: block;
		width: 15px;
		height: 8px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.navigation-menu ul li a {
		color: #fff;
	}

	.inner-join .index-title h2 {
		line-height: 42px;
	}

	.swiper-slide-txt .content {
		color: #fff;
		width: 100%;
	}

	.swiper-slide-txt h1 {
		font-size: 30px;
	}

	.swiper-slide-txt h2 {
		font-size: 13px;
	}

	.swiper-slide-txt .content .main-more {}

	.products-CpQuery-list a {
		width: 100%;
		margin: 20px 0;
	}

	.product-memo-class .memo {
		width: 100%;
	}

	.product-memo-class .product-class {
		margin-top: 40px;
	}

	.franchise-UMetea,
	.product-contact {
		padding: 60px 0;
	}

	.franchise-content ul li {
		width: 50%;
		padding: 20px 10px;
		border: 0;
	}

	.franchise-content {
		border: 0;
		padding-top: 40px;
	}

	.cateringbanner-content .section {
		padding-left: 0;
		text-align: center;
	}

	.cateringbanner-content {
		top: 15%;
	}

	.cateringbanner-content .txt {
		display: none;
	}

	.inner-join {
		background-color: #fff;
	}

	.inner-join .section {
		padding: 130px 14px 50px 14px;
	}

	.inner-join .content {
		width: 63%;
		float: right;
	}

	.inner-join .content .txt {
		display: none;
	}

	.inner-join .join-icon-tn {
		width: 55%;
		left: 14px;
		right: auto;
	}

	.inner-join::after {
		content: "";
		display: block;
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		background: #fbe8f1;
	}

	.product-slide .box,
	.indexStore-slide {
		border-radius: 8px;
	}

	.storyimg {
		border-radius: 15px;
	}

	.Orde-content {
		border-radius: 10px;
	}

	.inner-advertsing .left .index-title h2 {
		line-height: 38px;
	}

	.product-class {
		display: flex;
		flex-wrap: wrap;
	}

	.product-class a {
		width: 48%;
		margin: 5px 1%;
		padding: 0;
		font-size: 16px;
		min-width: auto;
		line-height: 38px;
	}

	.product-contact .contactus-txt {
		margin-bottom: 40px;
	}

	.quote-form ul li label,
	.contactus-form ul li label {
		font-size: 16px;
	}

	.form-form ul li input {
		line-height: 38px;
		font-size: 15px;
		padding: 0 10px;
	}

	.franchise-Business {
		padding: 60px 0;
	}

	.Business-txt02 .index-title h2 {
		line-height: 40px;
	}

	.franchise-Business .txt {
		display: none;
	}

	.Business-list02 {
		margin-top: 40px;
	}

	.franchise-Business .franchise-icon-Elevate {
		width: 130px;
		bottom: auto;
		top: 52px;
		left: auto;
		right: 3%;
		display: block;
	}

	.franchise-UMetea .index-title h2 {
		line-height: 39px;
	}

	.UMetea-form ul li input {
		line-height: 40px;
		font-size: 16px;
	}

	.cky-consent {
		height: 100%;
		padding: 0 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, 0.65);
	}

	.cky-consent .section {
		padding: 55px 20px 35px 20px;
		background-color: #fff;
		position: relative;
	}

	.cky-content {
		width: 100%;
		margin: 0;
	}

	.cky-content .txt {
		width: 100%;
		text-align: center;
		margin: 20px 0 35px 0;
	}

	.cky-notice-des,
	.cky-notice-btn-wrapper {
		width: 100%;
		position: relative;
		z-index: 20;
	}

	.cky-title {
		font-size: 18px;
		text-align: center;
	}

	.cky-notice-des {
		font-size: 13px;
		color: #000;
	}

	.cky-btn-accept {
		width: 56%;
		font-size: 15px;
		line-height: 39px;
		margin-left: 10%;
		border-radius: 10px;
		color: #ffffff;
		font-weight: normal;
		background-color: #f1a6c7;
	}

	.cky-logo {
		display: none;
	}

	.cky-notice-bj-img {
		position: absolute;
		right: 18px;
		bottom: 0;
		width: 32.25%;
		z-index: 10;
		display: block;
	}

	.cky-notice-close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 12px;
		z-index: 10;
		display: block;
	}

	.cky-notice-close img,
	.cky-notice-bj-img img {
		width: 100%;
	}

	.Storeform {
		border-radius: 30px;
		overflow: hidden;
		background: #ffffff;
		padding: 5px 10px;
	}

	.Storeform form .submit,
	.Storeform form .search_input {
		font-size: 14px;
	}

	.innerStore-slide span {
		font-size: 13px;
		width: 92px;
		padding-left: 13px;
		line-height: 31px;
	}

	.innerStore-slide .icon-img {
		max-width: 27px;
	}

	.ume-store-product {
		padding: 50px 0 70px 0;
	}

	.form-form ul li .button {
		width: 80%;
		max-width: 356px;
		font-size: 15px;
	}

	.contactus-txt .txt {
		margin-top: 15px;
	}

	.inner-product {
		padding: 80px 0 40px 0;
	}

	.inner-quote,
	.inner-Client,
	.franchise-Applicants {
		padding: 60px 0;
	}

	.StoreinBox .inHd {
		padding: 10px 10px;
		border-radius: 10px;
	}

	.franchise-UMetea .img-box {
		border-radius: 14px;
	}

	.inner-Event .index-title h2 {
		line-height: 40px;
	}

	.inner-Event .txt {
		line-height: 22px;
	}

	.inner-contact {
		padding: 60px 0 110px 0;
	}

	.inner-contact .txt {
		line-height: 24px;
	}

	.inner-Event {
		padding: 70px 0 40px 0;
	}

	.Client-slide {
		border-radius: 9px;
		padding: 15px 15px;
	}

	.Client-slide dl dd {
		width: 80%;
		padding: 0 5px;
	}

	.franchisemySwiper .swiper-slide:nth-child(1) {
		width: 130px;
	}

	.franchisemySwiper .swiper-slide:nth-child(2) {
		width: 155px;
	}

	.franchisemySwiper .swiper-slide:nth-child(3) {
		width: 170px;
	}

	.franchisemySwiper .swiper-slide:nth-child(4) {
		width: 175px;
	}

	.franchisemySwiper .swiper-slide:nth-child(5) {
		width: 170px;
	}

	.franchisemySwiper .swiper-slide:nth-child(6) {
		width: 130px;
	}

	.franchisemySwiper .swiper-slide:nth-child(7) {
		width: 155px;
	}

	.Applicants-list ul li .content {
		padding: 12px 12px;
		border-radius: 12px;
	}

	.Applicants-list ul li {
		border-radius: 12px;
		background: #fff;
		margin: 7px 1%;
	}

	.Applicants-list ul li.Applicants-list-li06 img {
		width: 100%;
	}

	.swiper-slide-txt .b-main-more {
		margin-top: 20px;
	}

	.after {
		right: 5px;
		top: 50%;
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
}