@media screen and (min-width: 751px) {
	.pc{display:block;}.wap{display:none;}
	body {
		background-color: #fcf8f5;
	}

	.wrapper {
		background: url(../images/bg.jpg) center no-repeat;
		background-size: cover;
		min-height: 100vh;
		position: relative;
	}

	img {
		width: 100%;
	}

	.wellcome-text {
		position: absolute;
		top: 8%;
		right: 45%;
		min-width: 550px;
	}

	.btn-group {
		display: flex;
		flex-direction: column;
		position: absolute;
		right: 15%;
		top: 8%;
		align-items: center;
		/* max-width: 260px; */
	}

	.btn-group .logo {
		margin-bottom: 2rem;
	}

	.btn {
		/* background-color: #131313; */
		border-radius: 999px;
		display: inline-block;
	}

	li+li {
		margin-top: 10px;
	}

	.home-btn {
		position: relative;
	}

	.home-btn-bubble {
		width: 40px;
		position: absolute;
		top: 24px;
		right: 20px;
	}

	.btn-group li {
		position: relative;
	}

	.btn-group .jsBox {
		margin-left: -289px;
		width: 578px;
		position: absolute;
		left: 50%;
		top: 100%;
		box-sizing: border-box;
		display: none;
		z-index: 999;
	}

	.btn-group>li:hover .jsBox {
		display: block;
	}

	.btn-group .jsBox .ulList {
		padding: 15px;
		border-radius: 5px;
		border: 2px solid #efbc30;
		background: #fcf8f5;
		position: relative;
	}

	.ulList h2 {
		font-size: 1.2rem;
		font-weight: 600;
	}

	.ulList:after,
	.ulList:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.ulList:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fcf8f5;
		border-width: 10px;
		margin-left: -10px;
	}

	.ulList:before {
		border-color: rgba(163, 124, 60, 0);
		border-bottom-color: #efbc30;
		border-width: 13px;
		margin-left: -13px;
	}

	.btn-group .jsBox li {
		margin-bottom: 10px;
		overflow: hidden;
		zoom: 1;
		color: #414755;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
	}

	.btn-group .jsBox li .ms {
		margin-right: 11px;
		width: 72px;
		display: block;
		float: left;
		border: 1px solid #bf9121;
		background: #fff;
		border-radius: 5px;
	}

	.btn-group .jsBox li img {
		margin: 14px 10px 0 0;
		display: block;
		float: left;
		width: 40px;
	}

	.btn-group .jsBox li .url {
		width: 47%;
		float: left;
		display: block;
		box-sizing: border-box;
		border: 1px solid #bf9121;
		background: #fff;
		border-radius: 5px;
	}

	.btn-group .jsBox li a {
		display: block;
		float: right;
		width: 136px;
		color: #bf9121;
		box-sizing: border-box;
		border: 2px solid #efbc30;
		background: #fcf8f5;
		text-decoration: none;
		border-radius: 5px;
		font-weight: 600;
	}

	.btn-group .jsBox li a:hover {
		border: 2px solid #fff;
		background: #bf9121;
		color: #fff;
	}

	.btn-group .jsBox li:last-child {
		margin-bottom: 0px;
	}

	.hidden {
		display: none;
	}

	.text-below {
		margin: 20px 0px 0px 10px;
	}

	.shake {
		animation: tilt-n-move-shaking 0.6s infinite linear;
	}

	.text-below:hover {
		animation: tilt-n-move-shaking 0.5s infinite linear;
	}

	@keyframes tilt-n-move-shaking {
		0% {
			transform: scale(1.1);
		}
		50% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1);
		}
	}

	@media screen and (max-width: 1280px) {
		.btn-group {
			right: 8%;
		}
	}

	@media screen and (max-width: 750px) {
		.btn-group {
			top: 35vh;
		}
		.wellcome-text {
			min-width: 300px;
			top: 13%;
			right: 0%;
		}
		.btn-group .jsBox {
			margin-left: -43vw;
			width: 370px;
		}
		.btn-group .jsBox .ulList {
			padding: 10px;
		}
		.btn-group .jsBox li .ms {
			margin-right: 5px;
			width: 44px;
		}
		.btn-group .jsBox li img {
			margin: 14px 5px 0 0;
			width: 30px;
		}
		.btn-group .jsBox li .url {
			width: 45%;
		}
		.btn-group .jsBox li a {
			width: 90px;
		}
	}
}
@media screen and (max-width: 750px) {
	.pc{display:none;}.wap{display:block;}
	.body {
		margin: 0;
		padding: 0;
		background: url(../images/bg.jpg) center repeat-y;
		background-color: #fcf8f5;
		background-size: cover;
		position: relative;
	}

	.content {
		width: 100%;
		max-width: 750px;
		margin: 0.65rem auto 0.8rem;
	}

	.top {
		width: 100%;
		height: 70px;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top .row {
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top .row .title {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}

	.middle {
		width: 100%;
	}

	.hidden {
		display: none;
	}

	.btn-group {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		position: relative;
	}

	.home-bubble {
		position: absolute;
		width: 30px;
		top: -17px;
		left: 65vw;
	}

	.btn-group .jsBox {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		box-sizing: border-box;
		display: none;
		z-index: 999;
	}


	.btn-group>li:hover .jsBox {
		display: block;
	}

	.btn-group .jsBox .ulList {
		padding: 7px;
		border-radius: 5px;
		border: 2px solid #efbc30;
		background: #fcf8f5;
		position: relative;
	}

	.ulList h2 {
		font-size: 0.75rem;
		font-weight: 600;
	}

	.ulList:after,
	.ulList:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.ulList:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #fcf8f5;
		border-width: 10px;
		margin-left: -10px;
	}

	.ulList:before {
		border-color: rgba(163, 124, 60, 0);
		border-top-color: #efbc30;
		border-width: 13px;
		margin-left: -13px;
	}

	.btn-group .jsBox li {
		margin-bottom: 7px;
		overflow: hidden;
		zoom: 1;
		color: #414755;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
	}

	.btn-group .jsBox li:last-child {
		margin-bottom: 0px;
	}

	.btn-group .jsBox li .ms {
		margin-right: 5px;
		width: 44px;
		display: block;
		float: left;
		border: 1px solid #bf9121;
		background: #fff;
		font-size: 0.9rem;
		border-radius: 5px;
	}

	.btn-group .jsBox li img {
		margin: 15px 3px 10px 2px;
		display: block;
		float: left;
		width: 30px;
	}

	.btn-group .jsBox li .url {
		width: 47%;
		float: left;
		display: block;
		box-sizing: border-box;
		border: 1px solid #bf9121;
		background: #fff;
		font-size: 0.9rem;
		border-radius: 5px;
	}

	.btn-group .jsBox li a {
		display: block;
		float: right;
		width: 25%;
		color: #bf9121;
		box-sizing: border-box;
		border: 2px solid #efbc30;
		background: #fcf8f5;
		text-decoration: none;
		border-radius: 5px;
		font-weight: 600;
		margin-left: 5px;
		font-size: 0.9rem;
		line-height: 37px;
	}

	.btn-group .jsBox li a:hover {
		border: 1px solid #fff;
		background: #bf9121;
		border: 2px solid #bf9121;
		color: #fff;
	}

	.hidden {
		display: none;
	}

	.btn-group>li {
		max-width: 50vw;
	}

	.btn-group li img {
		width: 100%;
	}

	.btn-group>li+li {
		margin-top: 10px;
	}

	.shake {
		animation: tilt-n-move-shaking 0.6s infinite linear;
	}

	.text-below:hover {
		animation: tilt-n-move-shaking 0.5s infinite linear;
	}

	@keyframes tilt-n-move-shaking {
		0% {
			transform: scale(1.1);
		}
		50% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1);
		}
	}

	.swiper-pagination-bullet {
		background: #fff;
	}

	.swiper-pagination-bullet-active {
		background: #f9f17e;
	}

	.swiper-slide img {
		max-width: 100%;
	}

	.swiper-container {
		height: fit-content;
	}

	@media only screen and (min-width: 768px) {
		.content {
			margin: 1rem auto 1.2rem;
		}
		.top {
			margin-bottom: 1rem;
		}
	}
}