.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;
}

.clean-theme #oc-container {
	padding-top: 70px;
	padding-bottom: 0;
}

.member-info-xs, #benefits-card {
	display: none;
}

.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);
}

.benefitLodig {
	height: 38vh;
	position: relative;
}

.benefitLodig img {
	position: absolute;
	width: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.center-banner {
	/* width: 13.12rem; */
	max-width: 1312px;
	margin: 0 auto;
}

.whilt-comtaner {
	padding-top: 0.92rem;
	background-color: #f8f8f8;
}

.member-info {
	display: flex;
  justify-content: space-between;
	max-width: 1216px;
  padding: 0.48rem;
  background-color: #fff;
	border-radius: 2px;
}

.member-info >div {
	display: inline-block;
	text-align: center;
	padding: 0.43rem 0.13rem;
	margin-right: 0.5rem;
	overflow: hidden;
}

.user-base .user-img {
	width: 0.64rem;
  height: 0.64rem;
  max-width: 64px;
  max-height: 64px;
	margin: 0 auto 0.16rem;
	border-radius: 50%;
	background-color: #f8f8f8;
	overflow: hidden;
}

.user-base .user-img img {
	width: 100%;
}

.user-base a {
	display: inline-block;
	padding: 4px 0;
	border-bottom: 1px solid #000;
}

.user-base a:hover {
	opacity: 0.78;
	border-bottom: 1px solid rgba(0, 0, 0, 0.78);
}

.user-base p {
	margin-bottom: 4px;
	line-height: 150%;
}

.member-info .btn-link {
	display: block;
	padding: 0.08rem 0.16rem;
	border: 1px solid #000;
	border-radius: 2px;
	margin-top: 0.2rem;
}

.member-info .btn-link:hover {
	opacity: 0.6;
	border: 1px solid rgba(0, 0, 0, 0.6);
}

.member-info .font-42 {
	margin-bottom: 0.04rem;
	line-height: 120%;
}

.member-info .font-16 {
	opacity: 0.78;
}

.member-card-pad {
	display: none;
}

#member-card {
	position: relative;
	height: 224px;
	padding: 0 0.52rem;
	margin: 0;
}

#member-card .member-button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #EFEFEF;
	background-image: unset;
}

#member-card .member-button:hover {
	background: #F6F6F6;
}

#member-card .member-button:hover svg {
	opacity: 0.56;
}

#member-card .member-button-next {
	right: 0;
}

#member-card .member-button-prev {
	left: 0;
	right: auto;
}

.member-button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.member-info .member-container {
	width: 100%;
	height: 2.24rem;
	max-width: 424px;
	max-height: 224px;
	border-radius: 8px;
	overflow: hidden;
}

.member-container .swiper-slide {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	border-radius: 8px;
	text-align: left;
	background-size: cover;
}

.member-container .swiper-slide:nth-child(4) {
	background-image: url(/content/dam/oppo/common/membership/membercenter/pc/diamond.png);
}

.member-container .swiper-slide:nth-child(4) .top {
	background: linear-gradient(95.68deg, #E8E9FF -0.96%, #DAD9FB 35.03%, #E7EFFF 62.63%, #D2DAFF 97.16%);
}

.member-container .swiper-slide:nth-child(3) {
	background-image: url(/content/dam/oppo/common/membership/membercenter/pc/golden.png);
}

.member-container .swiper-slide:nth-child(3) .top {
	background: linear-gradient(95.68deg, #FFFBEF 6.17%, #F7EAC0 35.03%, #FFFBEC 60.32%, #F6E9BE 97.16%);
}

.member-container .swiper-slide:nth-child(2) {
	background-image: url(/content/dam/oppo/common/membership/membercenter/pc/sliver.png);
}

.member-container .swiper-slide:nth-child(2) .top {
	background: linear-gradient(95.68deg, #FDFDFD 6.17%, #E1E1E1 35.03%, #FEFEFE 60.32%, #CFCFCF 97.16%);
}

.member-container .swiper-slide:nth-child(1) {
	background-image: url(/content/dam/oppo/common/membership/membercenter/pc/standard.png);
}

.member-container .swiper-slide:nth-child(1) .top {
	background: linear-gradient(95.68deg, #D9F5E8 6.17%, #C4EBD8 35.03%, #D7FDEB 60.32%, #B8E1CE 97.16%);
}

.member-container .swiper-slide .top {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 2px 12px;
	border-radius: 0 8px 0 8px;
}

.member-container .swiper-slide .lv {
	padding: 22px 0 0 24px;
	font-size: 22px;
	line-height: 150%;
	text-align: left;
}

.member-container .swiper-slide .lv span {
	padding: 0 4px 1px;
	font-size: 14px;
	line-height: 170%;
	height: 22px;
	color: #F4F4F2;
	background: #55554B;
	border-radius: 2px;
	bottom: 3px;
  position: relative;
}

.member-container .swiper-slide .time {
	font-size: 14px;
	line-height: 170%;
	padding: 8.5px 24px 0;
}

.member-container .swiper-slide .points {
	font-size: 14px;
	line-height: 170%;
	padding-top: 8.5px;
	padding: 90px 24px 2px;
}

.member-container .current .points {
	padding: 70px 24px 2px;
}

.member-container .swiper-slide .point-line {
	display: flex;
	padding: 0 24px;
}

.member-container .swiper-slide .point-line .right {
	width: auto;
	padding-left: 12px;
	font-size: 12px;
	line-height: 170%;
	text-align: right;
}

.member-container .swiper-slide .point-line .left {
	position: relative;
	flex: 1;
	height: 8px;
	background: #E8D07E;
	opacity: .3;
	margin-top: 6px;
}

.member-container .swiper-slide .point-line .left span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #FEFAD9;
	height: 8px;
	max-width: 100%;
}

.member-container .swiper-slide .point-line .empty {
	font-size: 12px;
	line-height: 170%;
}

.member-container img {
	width: 100%;
}

.benefits {
	padding: 0.52rem 0 0.28rem;
}

.member-title {
	font-size: 28px;
	line-height: 120%;
	padding-bottom: 24px;
	color: #111111;
}

.benefits ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.benefits ul li {
	width: calc((100% - 232px) / 4);
	padding: 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;
}

.benefits ul li .text {
	flex: 1;
	padding-left: 0.12rem;
}

.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.52rem; */
	padding: 0.52rem 0 0.28rem;
}

.exclusive ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.exclusive ul li {
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	overflow: hidden;
}

.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;
}

.exclusive ul li p:last-child {
	font-size: 16px;
	padding-top: 4px;
	line-height: 150%;
	opacity: 0.78;
}

.exclusive ul li:last-child {
	margin-right: 0;
}

.exclusive .btn-container {
	text-align: center;
	margin-top: 0.52rem;
}

.exclusive .exclusive-btn {
	font-size: 18px;
	padding: 9.5px 24px;
	border: 1px solid #000000;
	display: inline-block;
	line-height: 150%;
	border-radius: 2px;
}

.exclusive .exclusive-btn:hover {
	opacity: 0.6;
	border: 1px solid rgba(0, 0, 0, 0.6);
}

.reward {
	background-color: #fff;
	padding: 0.52rem 0 1.16rem;
}

.reward ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}

.reward ul li {
	width: calc((100% - 240px) / 3);
	margin-right: 24px;
	border-radius: 2px;
	overflow: hidden;
	padding: 25px 32px;
}

.reward ul li:last-child {
	margin-right: 0;
}

.reward ul li > div {
	display: inline-block;
}

.reward .left p {
	color: #fff;
	font-size: 16px;
	line-height: 150%;
}

.reward .left p:last-child {
	margin-top: 2px;
	font-size: 14px;
}

.reward .left {
	max-width: 68%;
}

.reward .right {
	position: relative;
	width: 30%;
	height: 100%;
 float: right;
}

.reward .right a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px 16px;
	background: #fff;
	line-height: 20px;
	border-radius: 2px;
}

.reward .right a:hover {
	background: #EAEAEA;
	color: rgba(0, 0, 0, 0.78);
}

.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;
}

#member-card .swiper-pagination-bullet {
	opacity: 0.3;
}

#member-card .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
	.toast {
		padding: 8px 40px;
	}

	.clean-theme #oc-container {
		padding-top:64px
	}

	.whilt-comtaner {
		padding-top: 0.64rem;
	}

  .benefits {
		padding: 0.52rem 0.3rem 0.28rem;
	}

	.exclusive {
		/* padding: 0 0.3rem 0.52rem; */
		padding: 0.52rem 0.3rem 0.28rem;
	}

	.reward {
		padding: 0.52rem 0.3rem 1.16rem;
	}

	.member-info >div {
		margin-right: 0.1rem;
	}

	.member-info .btn-link {
		display: inline-block;
		padding: 0.08rem 0.16rem;
	}

	.tips .tips-container {
		padding: 40px 30px;
	}
}

.member-container .swiper-slide {
	opacity: 0;
	transition: all .3s;
}

.member-container .swiper-slide.current {
	opacity: 1;
}

.member-container .swiper-slide-active {
	opacity: 1;
	transition: all .3s;
}

@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: 768px) and (max-width: 1024px) {
	body.clean-theme #oc-container {
		margin-top: 0;
	}

	.member-info >div {
		margin-right: 0.2rem;
		flex: 1;
		padding: 0 0.2rem;
		overflow: visible;
	}

	.member-card-pad {
		display: block;
	}

	.center-banner {
		max-width: 896px;
	}

	.member-info #member-card {
		display: none;
	}

	#member-card {
		margin: 0 auto;
		background-color: #fff;
		padding-bottom: 0.72rem;
		max-width: 765px;
	}

	.whilt-comtaner {
		padding-top: 0.64rem;
	}

	.member-info {
		padding: 0.41rem 0.41rem 0.43rem;
		margin: 0 auto;
		max-width: 787px;
	}

	.member-container {
		width: 424px;
		height: 224px;
		margin: 0 auto;
	}

	#member-card .member-button {
		display: none;
	}

	#member-card .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0.36rem;
	}

	.benefits ul li {
		width: calc((100% - 152px) / 3);
		padding: 20px;
		margin-bottom: 16px;
		margin-right: 16px;
	}

	.benefits ul li:nth-child(3n) {
		margin-right: 0;
	}	

	.benefits ul li:nth-child(4n) {
		margin-right: 16px;
	}

	.member-title {
		padding-bottom: 20px;
		font-size: 24px;
	}

	.benefits {
		padding: 0.4rem 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 .btn-container {
		margin-top: 0.16rem;
	}

	.exclusive {
		padding: 0.4rem 0.2rem 0.24rem;
	}

	.exclusive .exclusive-btn {
		padding: 8px 24px;
		font-size: 14px;
	}

	.reward {
		padding: 0.4rem 0.2rem 0.64rem;
	}

	.reward ul li {
		width: calc((100% - 98px) / 2);
		padding: 25px 20px;
		margin-bottom: 16px;
		margin-right: 16px;
	}

	.reward ul li:nth-child(2n) {
		margin-right: 0;
	}

	.tips .tips-container {
		padding: 52px 0;
	}

	.reward .right a {
		font-size: 12px;
	}

	.member-container .swiper-slide {
		opacity: 0.54;
		transition: all .3s;
	}

	.member-container .swiper-slide-active {
    opacity: 1;
    transition: all .3s;
	}
}

@media (max-width: 768px) {
	.member-info {
		display: none;
	}

	.whilt-comtaner {
		padding-top: 0;
		padding-bottom: 32px;
	}

	.member-title {
		font-size: 16px;
		margin-top: 24px;
		padding-bottom: 8px;
	}

	.center-banner {
		width: auto;
		padding: 0 20px;
	}

	.reward {
		margin: 24px 0 56px;
	}

	.reward ul {
		display: block;
	}

	.reward ul li {
		position: relative;
		width: auto;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 8px;
	}

	.reward .left p {
		font-size: 14px;
		line-height: 18px;
    padding-bottom: 5px;
	}

	.reward .left p:last-child {
		font-size: 12px;
		transform: scale(0.83);
		margin-left: -10%;
		padding-bottom: 0;
		margin-top: 0;
	}

	.reward .right {
		width: 40%;
		position: static;
	}

	.reward .right a {
		font-size: 12px;
		right: 20px;
	}

	.tips .tips-container {
		padding: 40px 0;
		margin: 0 20px;
	}

	.exclusive ul {
		display: block
	}

	.exclusive ul li {
		width: 100%;
	}

	.exclusive ul li img {
		width: 100%;
		height: 136px;
	}

	.exclusive ul li p {
		padding-top: 5px;
		padding-bottom: 2px;
		font-size: 12px;
	}

	.exclusive ul li p:last-child {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 24px;
	}

	.exclusive .btn-container {
		margin-top: 16px;
	}

	.exclusive .exclusive-btn {
		width: 100%;
		padding: 8px 0;
		font-size: 14px;
	}

	.member-info-xs {
		display: block;
		padding: 24px 20px 0;
		background: #000;
		color: #fff;
	}

	.member-info-xs img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 8px;
	}

	.member-info-xs a {
		color: #fff;
	}

	.member-info-xs .set {
		float: right;
		font-size: 12px;
		line-height: 40px;
	}

	.member-info-xs .set a {
		border-bottom: 1px solid #fff ;
	}

	.user-points {
		display: flex;
		padding: 24px 0 34px;
	}

	.user-points >div {
		flex: 1;
	}

	.user-points .right {
		padding-left: 30px;
	}

	.user-points >div p:first-child {
		font-size: 32px;
		padding-bottom: 4px;
		line-height: 120%;
	}

	.user-points >div p:first-child span {
		font-size: 14px;
		color: #999999;
		line-height: 0;
	}

	.user-points >div p:last-child a {
		font-size: 12px;
	}

	.user-points >div p:last-child a::after {
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotateZ(45deg);
		margin-left: 8px;
	}

	.member-card-pad {
		display: block;
	}

	#member-card .member-button {
		display: none;
	}

	#member-card {
		position: relative;
		width: 80%;
		padding: 0;
		margin: 0 auto;
		padding-bottom: 18px;
    height: 100%;
	}

	.member-card-bg {
		position: absolute;
		height: 94px;
		width: 150%;
		background-color: #000;
		top: 0;
		left: -25%;
		border-radius: 0 0 50% 50%;
	}

	.member-card-pad .swiper-pagination-bullet {
		width: 6px;
    height: 6px;
		opacity: .16;
	}

	.member-card-pad .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -6px;
	}

	.benefits ul {
		display: none;
	}

	.benefits svg {
		position: absolute;
		width: 24px;
		height: 24px;
		top: 50%;
		left: 8px;
		transform: translateY(-50%);
	}

	.member-container .swiper-slide {
		opacity: 0.54;
		height: 140px;
		width: 308px;
		transition: all .3s;
	}

	.member-container .swiper-slide-active {
    opacity: 1;
    transition: all .3s;
	}

	.member-container .swiper-slide:nth-child(4) {
		background-image: url(/content/dam/oppo/common/membership/membercenter/mobile/diamond.png);
	}
	
	.member-container .swiper-slide:nth-child(3) {
		background-image: url(/content/dam/oppo/common/membership/membercenter/mobile/golden.png);
	}
	
	.member-container .swiper-slide:nth-child(2) {
		background-image: url(/content/dam/oppo/common/membership/membercenter/mobile/sliver.png);
	}
	
	.member-container .swiper-slide:nth-child(1) {
		background-image: url(/content/dam/oppo/common/membership/membercenter/mobile/standard.png);
	}

	#benefits-card {
		display: block;
		width: 208px;
	}

	#benefits-card .swiper-slide {
		position: relative;
		background-color: #fff;
		padding: 8px 0;
	}

	#benefits-card .text {
		display: inline-block;
		margin-left: 36px;
	}

	#benefits-card .text p {
		font-size: 12px;
		line-height: 20px;
		color: #262626;
	}

	#benefits-card .text p:last-child {
		margin-top: 2px;
	}

	.member-container .swiper-slide .top {
		padding: 1px 10px 1.5px;
		font-size: 12px;
	}

	.member-container .swiper-slide .top span {
		transform: scale(0.83);
    display: block;
	}

	.member-container .swiper-slide .lv {
		padding: 16px 0 0 16px;
    font-size: 16px;
	}

	.member-container .swiper-slide .lv span {
		padding: 1px 4px;
		font-size: 12px;
		transform: scale(0.83);
		display: inline-block;
		bottom: 0;
		height: auto;
		line-height: 120%;
	}

	.member-container .swiper-slide .time {
		padding: 0 0 0 16px;
	}

	.member-container .swiper-slide .time span {
		display: inline-block;
		font-size: 12px;
		transform: scale(0.83);
		margin-left: -3%;
	}

	.member-container .swiper-slide .points {
		padding: 42px 16px 0;
	}

	.member-container .current .points {
		padding: 22px 16px 0;
		font-size: 12px;
	}

	.member-container .swiper-slide .point-line {
		padding: 0 16px;
	}

	.member-container .swiper-slide .point-line .left {
		height: 6px;
		margin-top: 7px;
	}

	.member-container .swiper-slide .point-line .right {
		transform: scale(0.83);
		padding-left: 0;
		margin-right: -8px;
	}

	.member-container .swiper-slide .point-line .empty {
		line-height: 150%;
		transform: scale(0.83);
		margin-left: -4%;
	}

	.reward ul li > div {
		max-width: 200px;
	}
}

/* @media (min-width: 440px) and (max-width: 768px) {
	.member-container .swiper-slide {
		height: 250px;
	}
} */








