.font-42 {
	font-size: 42px;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

#main-container {
	position: relative;
}

.toast {
	position: absolute;
	text-align: center;
	padding: 13px 42px;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #F50514;
	background: #F8EFEF;
}

[v-cloak] {
	display: none;
}

.toast p {
	font-size: 12px;
	line-height: 20px;
	color: #F34141;
}

.center-banner {
	max-width: 1312px;
	margin: 0 auto;
}

.loding {
	position: relative;
	height: 80vh;
	width: 100%;
}

.loding div {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loding img {
	width: 48px;
}

.loding p {
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.3);
}

.clean-theme #oc-container {
	padding-top: 80px;
}

.whilt-comtaner {
	padding-top: 0.64rem;
	background-color: #f8f8f8;
}

.member-nav-xs {
	display: none;
}

.member-nav a {
	font-size: 12px;
	line-height: 170%;
	padding-left: 4px;
}

.member-nav span {
	padding: 0 4px;
}

.member-nav a:first-child {
	border-bottom: 1px solid #000;
	padding-left: 0;
	padding-right: 4px;
}

.benefits {
	padding: 0.65rem 0 0.28rem;
}

.member-title {
	font-size: 28px;
	line-height: 120%;
	padding: 0.65rem 0 0.28rem;
}

.benefits ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.benefits ul li {
	position: relative;
	width: calc((100% - 232px) / 4);
	padding: 0 20px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 24px;
	margin-right: 24px;
}

.benefits ul li:nth-child(4n) {
	margin-right: 0;
}	

.benefits ul li a {
	display: flex;
}

.benefits ul li:last-child {
	margin-right: 0;
}

.benefits svg {
	width: 48px;
	padding: 20px 0;
}

.benefits ul li .text {
	position: absolute;
	flex: 1;
	top: 50%;
  transform: translateY(-50%);
  left: 80px;
}

.benefits ul li .text p {
	line-height: 170%;
}

.benefits ul li .text .font-14 {
	color: #262626;
}

.benefits ul li .text .font-12 {
	color: #999999;
}

.exclusive {
	padding-bottom: 0.96rem;
}

.exclusive ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.exclusive ul li {
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
}

.exclusive ul li:nth-child(3n) {
	margin-right: 0;
}

.exclusive ul li .img-box {
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

.exclusive ul li img {
	width: 100%;
	transform: scale(1);
	transition: all .3s;
}

.exclusive ul li img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.exclusive ul li p {
	padding-top: 8px;
	font-size: 16px;
	padding-bottom: 2px;
	line-height: 150%;
}

.exclusive ul li p:last-child {
	color: rgba(0, 0, 0, 0.56);
	padding-bottom: 24px;
}

.exclusive ul li:last-child {
	margin-right: 0;
}

.exclusive .exclusive-btn {
	font-size: 18px;
	padding: 6.5px 24px;
	border: 1px solid #000000;
	display: inline-block;
	line-height: 150%;
	border-radius: 2px;
}

.tips {
	background-color: #121212;
}

.tips .tips-container {
	padding: 40px 0;
	border-bottom: 1px solid #333333;
}

.tips p {
	font-size: 12px;
	line-height: 170%;
	color: #666666;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
	.member-nav {
		padding:  0 0.3rem;
	}

	.clean-theme #oc-container {
		padding-top:64px
	}

	.benefits {
		padding: 0.52rem 0.3rem 0.28rem;
	}

	.member-title {
		padding: 0.52rem 0.3rem 0.28rem;
	}

	.exclusive {
		padding: 0 0.3rem 0.52rem;
	}

	.reward {
		padding: 0.52rem 0.3rem 1.16rem;
	}

	.tips .tips-container {
		padding: 40px 30px;
	}
}

@media(max-width: 1023.98px) {
	.toast {
		width: calc(100% - 40px);
		padding: 9px 0;
	}

	.toast p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.clean-theme #oc-container {
		padding-top: 0;
		margin-top: 0;
	}
}

@media (min-width: 768.02px) and (max-width: 1024px) {
  .center-banner {
		max-width: 896px;
	}

	.whilt-comtaner {
		padding-top: 0.52rem;
	}

	.benefits ul li {
		width: calc((100% - 104px) / 3);
		padding: 0 12px;
		margin-bottom: 16px;
		margin-right: 16px;
	}

	.exclusive ul li p {
		padding-bottom: 0;
	}

	.benefits ul li:nth-child(3n) {
		margin-right: 0;
	}	

	.benefits ul li:nth-child(4n) {
		margin-right: 16px;
	}

	.member-title {
		/* padding-bottom: 20px; */
		padding: 0.41rem 0 0.24rem;
		font-size: 24px;
		line-height: 150%;
	}

	.benefits {
		padding: 0.41rem 0 0.24rem;
	}

	.exclusive ul li {
		width: calc((100% - 18px) / 2);
		padding-bottom: 0.24rem;
		margin-right: 9px;
	}

	.exclusive ul li img {
		width: 100%;
	}

	.exclusive {
		padding-bottom: 0.68rem;
	}

	.exclusive .exclusive-btn {
		padding: 8px 24px;
		font-size: 14px;
	}

	.tips .tips-container {
		padding: 52px 0;
	}

	.reward .right a {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.member-nav {
		display: none;
	}

	.whilt-comtaner {
		padding-top: 0;
		padding-bottom: 48px;
	}

	.member-title {
		font-size: 16px;
		margin-top: 24px;
		padding-bottom: 8px;
	}

	.center-banner {
		width: auto;
		padding: 0 20px;
	}

	.tips .tips-container {
		padding: 40px 0;
		margin: 0 20px;
	}

	.exclusive ul {
		display: block
	}

	.exclusive ul li {
		width: 100%;
	}

	.exclusive ul li p:last-child {
		padding-top: 0;
	}

	.exclusive ul li img {
		width: 100%;
		height: 136px;
	}

	.exclusive .exclusive-btn {
		width: 100%;
		padding: 8px 0;
		font-size: 14px;
	}

	.benefits svg {
		padding: 17px 8px 17px 12px;
		width: 24px;
		height: 24px;
	}

	.benefits .member-title, .exclusive .member-title {
		margin-top: 0;
		padding-top: 0;
	}


	.benefits ul li {
		width: 100%;
		height: 58px;
		padding: 0;
		margin: 0 0 8px;
	}

	.benefits ul li:last-child {
		margin: 0;
	}

	.benefits ul li a {
		position: relative;
		height: 100%;
	}

	.benefits ul li .text {
		left: 44px;
		max-width: 80%;
	}

	.benefits ul li .text p {
		font-size: 12px;
		line-height: 20px;
	}

	.member-nav-xs {
		display: block;
		position: relative;
		text-align: center;
		padding: 26px 20px 32px;
	}

	.member-nav-xs p {
		font-size: 16px;
		line-height: 24px;
	}

	.member-nav-xs a {
		position: absolute;
		width: 8px;
		height: 8px;
		top: 50%;
		left: 20px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		transform: translateY(-50%) rotateZ(-45deg);
	}
}








