@import "reset.css";
@import "font.css";

html,
body {
	padding: 0;
	/* min-width: 768px;*/
	max-width: 1920px;
	margin: 0 auto;
	font-family: Roboto;
	font-size: 16px;
}

[v-cloak] {
	display: none;
}

img {
	width: 100%;
	display: block;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.two_line_display {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.flex_row {
	display: flex;
}

.flex_col {
	display: flex;
	flex-direction: column;
}

.flex_col_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_2_item {
	width: 49.2%;
	margin-right: 1.6%;
}

.page_mobile .flex_2_item {
	margin-right: 3%;
	width: 48.5%;
}

.flex_2_item:nth-child(even) {
	margin-right: 0;
}

.flex_3_item {
	width: 32%;
	margin-right: 2%;
}

.flex_3_item:nth-child(3n) {
	margin-right: 0;
}

.flex_4_item {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.flex_4_item:nth-child(4n) {
	margin-right: 0;
}

.flex_5_item {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 0.25rem;
}

.flex_5_item:nth-child(5n) {
	margin-right: 0;
}

.more_icon_wrap {
	color: #E8C0A6;
	margin-top: 30px;
}

.more_icon_wrap .point1 {
	text-align: center;
	font-size: 12px;
	height: 6px;
	margin-top: 20px;
}

.more_icon_wrap .point2 {
	text-align: center;
	font-size: 20px;
	height: 6px;
}

.more_icon_wrap .point3 {
	text-align: center;
	font-size: 30px;
	height: 6px;
}

.more_icon_wrap .arrow {
	text-align: center;
	margin-top: 30px;
}

.more_icon_wrap .more_icon {
	text-align: center;
	margin-top: 10px;
	font-size: 0.25rem;
}

.more_icon_wrap .more_icon a {
	color: #E8C0A6;
}

.page_mobile .more_icon_wrap {
	margin-top: 0px;
}

.page_mobile .more_icon {
	font-size: 16px;
}

/* page_pc */
.page_pc .bg1 {
	background: radial-gradient(63.58% 63.58% at 50% 22.23%, #85005F 29.48%, #000000 100%);
	padding: 0 1.758rem;
}

.page_pc .bg2 {
	background: linear-gradient(180deg, #000000 -27.74%, #50175F 100%);
	padding: 0 1.758rem 1rem 1.758rem;
}

.page_pc .top_banner {
	position: relative;
	margin-bottom: 0.417rem;
}

.page_pc .logo {
	width: 2.258rem;
	padding: 0.458rem 0 0.333rem 0;
}

.page_pc .page_text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 0.233rem;
	line-height: 1.357;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
}

/* page_pc_video */
.page_pc .video {
	margin-bottom: 0.4rem;
}

.page_pc .video .prize_wrap {
	display: flex;
	margin-bottom: 0.2rem;
	margin-top: 0.18rem;
}

.page_pc .video .prize_wrap .prize {
	background: linear-gradient(77.54deg, #E7C43B 0.96%, #FDD67D 37.31%, #EEC775 54.55%, #DEAF4C 74.88%, #D4A033 90.8%, #D19B2A 100.23%, #FEDC55 117.21%);
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Almendra';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	font-size: 0.133rem;
	text-align: center;
	color: #A36200;
	margin-right: 0.2rem;
	padding: 0.1rem;
}

.page_pc .video .poster {
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}

.page_pc .video .center_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.675rem;
}

.page_pc .video .right_top {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.05rem 0.1rem;
	background: #121212;
	opacity: 0.76;
	border-radius: 0 0.1rem 0 0;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 500;
	color: #FFFFFF;
}

.page_pc .video .title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 20px 0 10px 0;
}

.page_pc .video .user {
	display: flex;
	align-items: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #C4C4C4;
}

.page_pc .video .user a {
	color: #C4C4C4;
}

.page_pc .video .user .img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	margin-right: 6px;
}

/**1rem=120px*/

@media screen and (max-width: 1400px) {
	.page_pc .video .prize_wrap .prize {
		font-size: 12px;
		padding: 5px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {}


/* page_mobile */
.page_mobile .bg1 {
	background: radial-gradient(63.58% 63.58% at 50% 22.23%, #85005F 29.48%, #000000 100%);
	padding: 0 20px;
}

.page_mobile .bg2 {
	background: linear-gradient(180deg, #000000 -27.74%, #50175F 100%);
	padding: 0 20px 50px 20px;
	padding-top: 1px;
	margin-top: -1px;
}

.page_mobile .top_banner {
	position: relative;
	margin-bottom: 10px;
}

.page_mobile .logo {
	width: 100px;
	padding: 20px 0 10px 0;
}

.page_mobile .page_text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 10px;
}

/* page_mobile_video */
.page_mobile .video {
	margin-bottom: 25px;
}

.page_mobile .video .prize {
	font-family: 'Almendra';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #E1C6AD;
	padding: 10px 0;
}

.page_mobile .video .poster {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.page_mobile .video .center_play {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
}

.page_mobile .video .right_top {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 8px;
	font-size: 12px;
	background: #121212;
	opacity: 0.76;
	border-radius: 0 4px 0 0;
	font-family: Roboto;
	font-weight: 500;
	color: #FFFFFF;
}

.page_mobile .video .title {
	margin: 10px 0 6px 0;
	font-size: 15px;
	font-family: Roboto;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.page_mobile .video .user {
	font-size: 13px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	font-family: Roboto;
	font-weight: 300;
	color: #000000;
}

.page_mobile .video .user a {
	color: #fff;
}

.page_mobile .video .user .img {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: block;
	margin-right: 6px;
}