:root {
	--view-width: 1200px;
	--font-0: 40px;
	--font-1: 36px;
	--font-2: 32px;
	--font-3: 30px;
	--font-4: 28px;
	--font-5: 24px;
	--font-6: 22px;
	--font-7: 20px;
	--font-8: 18px;
	--font-9: 16px;
	--font-10: 14px;
}

@media (max-width: 1440px) {
	:root {}
}

@media (max-width: 1280px) {
	:root {}
}

body {
	min-width: 1200px;
	letter-spacing: 1px;
	color: #3d3d3d;
	margin: 0;
	overflow-x: hidden;
	user-select: none;
	font-family: "Microsoft YaHei", sans-serif;
}

* {
	box-sizing: border-box;
}

/* #topbanner, */
#banner {
	height: auto;
	overflow: hidden;
}

/* #topbanner img, */
#banner img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

/* 页面顶部 */
.topbanner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topbanner_wrap {
	width: var(--view-width);
	padding: 16px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbanner_wrap .topbanner_logo {
	width: 207px;
	height: 55px;
}

.topbanner_wrap .topbanner_btn {
	text-align: center;
	padding: 8px 26px;
	font-size: 18px;
	color: #ffffff;
	background: #1162AB;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(17, 98, 171, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

.topbanner_wrap .topbanner_btn:hover {
	box-shadow: 0px 4px 10px 4px rgba(17, 98, 171, 0.2), inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
}


/* 共同样式*/
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

/* section1  香港都会大学学校简介*/
.section1 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
}

.section1 .intro {
	width: var(--view-width, 1200px);
	padding-top: 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

/* .intro .intro_img {
	width: 540px;
	height: 463px;
} */
.intro_img_wrap {
	width: 540px;
	height: 463px;
	display: flex;
	align-items: center;
}

.intro_img_wrap .intro_img_item {
	transition: all 0.3s;
}

.intro_img_wrap:hover .intro_img_item {
	margin-right: 0px !important;
}

.intro_img_wrap .intro_img_item:nth-child(1) {
	width: 120px;
	height: 340px;
	margin-right: 6px;
}

.intro_img_wrap .intro_img_item:nth-child(2) {
	width: 126px;
	height: 382px;
	margin-right: 6px;
}

.intro_img_wrap .intro_img_item:nth-child(3) {
	width: 140px;
	height: 462px;
	margin-right: 6px;
}

.intro_img_wrap .intro_img_item:nth-child(4) {
	width: 124px;
	height: 384px;
	margin-right: 6px;
}

.intro .intro_desc {
	flex: 1;
	margin-left: 20px;
}

.intro_desc_p {
	padding-bottom: 20px;
	font-size: var(--font-8, 18px);
	line-height: 28px;
	letter-spacing: 1px;
}

.intro_desc_p span {
	font-weight: 600;
}

/* section2  香港都会大学学申请要求*/
.section2 {
	padding-top: 180px;
	padding-bottom: 200px;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section2 .require {
	width: var(--view-width, 1200px);
	height: auto;
	min-height: 840px;
	margin-top: 80px;
	padding: 40px 0px 10px 0px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 60px;
	background-image: url(../images/boxbg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require_item {
	width: 100%;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.require_item_title {
	display: flex;
	align-items: center;
	padding-bottom: 6px;
}

.require_item_title_btn {
	width: 172px;
	height: 54px;
	box-sizing: border-box;
	color: #0079C1;
	font-size: var(--font-3, 30px);
	font-weight: 600;
	text-align: center;
	line-height: 54px;
	background: #FFFFFF;
	border-radius: 20px;
	margin-left: 26px;
}

.require_item_title_img {
	flex: 1;
	margin-top: -10px;
}

.require .require_item:nth-child(2) .require_item_title_btn {
	color: #7FC241;
}

.require_item_columns_wrap {
	width: 100%;
	padding: 0px 26px 20px 26px;
	box-sizing: border-box;
}

.require_item_columns {
	padding: 30px 10px 50px 20px;
	background: #ffffff;
	border-radius: 32px;
	transition: transform 0.3s;
}

.require_item_columns:hover {
	transform: translateY(-10px);
}

.require_item_column {
	padding-bottom: 30px;
}

.require_item .column_title {
	padding-bottom: 10px;
	color: #0079C1;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.require .require_item:nth-child(2) .column_title {
	color: #52A521;
}

.require_item .column_title span {
	color: #F29B54;
}

.require_item_column .column_ul {
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.require_item_column .column_ul_li {
	display: flex;
	align-items: flex-start;
	color: #04325B;
	font-size: var(--font-9, 16px);
	line-height: 24px;
}

.require .require_item:nth-child(2) .require_item_column .column_ul_li {
	color: #044313;
}

.require_item_column .column_ul_li span {
	color: #F29B54;
}

.require_item_column .column_ul_li .dot {
	width: 4px;
	height: 4px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #3d3d3d;
	transform: scale(0.8);
}

.require_item_btn {
	width: 350px;
	height: 50px;
	margin: 0 auto;
	color: #0079C1;
	font-size: var(--font-9, 16px);
	text-align: center;
	line-height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 89, 143, 0.87);
	border-radius: 54px;
	transition: transform 0.3s;
	cursor: pointer;
}

.require_item_btn:hover {
	transform: translateY(-2px);
}

.require .require_item:nth-child(2) .require_item_btn {
	color: #52A521;
	box-shadow: 0px 4px 10px 0px rgba(78, 135, 25, 0.6);
}

.require_tips {
	width: var(--view-width);
	padding-top: 30px;
}

/* section3 香港都会大学 读书费用*/
.section3 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
}

.cost {
	width: var(--view-width, 1200px);
	padding-top: 100px;
	box-sizing: border-box;
	display: flex;
}

.cost_left {
	width: 220px;
	padding: 29px;
	box-sizing: border-box;
	color: #ffffff;
	background: #0079C1;
	border-radius: 32px 0px 0px 32px;
	box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.cost_left div {
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.cost_left .triangle {
	width: 20px;
	height: 29px;
	position: absolute;
	right: -20px;

}

.cost_left .leftTriangle {
	top: 0px;
}

.cost_left .rightTriangle {
	transform: rotateX(180deg);
	bottom: 0px;
}

.cost_table_wrap {
	flex: 1;
	padding: 29px 0px;
	box-sizing: border-box;
}

.cost_table {
	width: 100%;
	box-sizing: content-box;
	display: flex;
	background: #ffffff;
	border-radius: 0px 32px 32px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}

.cost_table .cost_table_box {
	flex: 1;
	position: relative;
}

.cost_table .cost_table_box .li {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #1162AB;
	text-align: center;
	line-height: 70px;
	font-size: var(--font-8, 18px);
}

.cost_table .cost_table_box .li .li_item {
	width: 50%;
	max-width: 250px;
	min-width: 90px;
	height: 70px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 20px;
	border-right: 1px solid #1162AB;
}

.cost_table .cost_table_box .li .li_item:last-child {
	border-right-width: 0px;
}

/*
.cost_table .cost_table_box .li .li_item div:nth-child(1) {
	font-size: var(--font-9, 16px);
	font-weight: 500;
	padding-bottom: 6px;
} */

.cost_table .box1 .li {
	border-bottom: 1px solid #1162AB;
}

.cost_table .cost_table_box .li:last-child {
	border-bottom: none;
}

.cost_table .box2 {
	border-left: 1px solid #7FC241;
	min-width: 490px;
}

.cost_table .box2 .li {
	color: #52A521;
	border-bottom: 1px solid #7FC241;
}

.cost_table .box2 .li .li_item {
	border-right: 1px solid #52A521;
}

.cost_table .type {
	width: 180px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: var(--font-7, 20px);
	font-weight: 700;
	background: #0079C1;
	border-radius: 32px 32px 0px 0px;
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.cost_table .type2 {
	background: #7FC241;
}

.cost_table:hover {
	padding-left: 20px;
}

.cost_table .cost_table_box:hover .type {
	height: 60px;
	padding-bottom: 10px;
	transform: translateX(-50%) translateY(-10px);
}

.cost_tips {
	width: var(--view-width, 1200px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.const_btn {
	width: 100%;
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
}

/* section4   香港都会大学 院系设置*/
.section4 {
	padding-top: 180px;
	padding-bottom: 200px;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.college_wrap {
	width: 100%;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.college {
	width: var(--view-width, 1200px);
	height: 680px;
	--slide-item-width: 180px;
	--slide-item-height: 240px;
	border-radius: 16px;
	position: relative;
}

.college_item {
	width: var(--slide-item-width, 180px);
	height: var(--slide-item-height, 240px);
	display: inline-block;
	background-position: 50%, 50%;
	background-size: auto 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	transition: 0.5s ease-in;
	position: absolute;
	top: 60%;
}

.college_item:nth-child(1),
.college_item:nth-child(2) {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	box-shadow: none;
	background-size: cover;
}

.college_item:nth-child(1) .college_item_mask,
.college_item:nth-child(2) .college_item_mask {
	display: none;
	opacity: 0 !important;
}

.college_item:nth-child(3) {
	left: 62%;
}

.college_item:nth-child(4) {
	left: calc(62% + var(--slide-item-width) + 20px);
}

.college_item:nth-child(5) {
	left: calc(62% + 2 * var(--slide-item-width) + 40px);
}

.college_item:nth-child(6) {
	left: calc(62% + 3 * var(--slide-item-width) + 60px);
}

.college_item:nth-child(7) {
	left: calc(62% + 4 * var(--slide-item-width) + 80px);
	opacity: 0;
}

.college_item:nth-child(n + 8) {
	left: calc(62% + 5 * var(--slide-item-width) + 100px);
	opacity: 0;
}

.college_item_content {
	width: 400px;
	position: absolute;
	left: 50px;
	top: 35%;
	display: none;
}

.college_item_mask {
	width: var(--slide-item-width, 180px);
	height: 50px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	border-radius: 0px 0px 20px 20px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: var(--font-9, 16px);
}

.college_item:nth-child(2) .college_item_content {
	display: block;
}

.college_item_content .desc {
	color: #ffffff;
	font-size: var(--font-4, 28px);
	font-weight: 600;
	opacity: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.college_item_content .desc1 {
	animation: showcontent 1s ease-in-out 1 forwards;
}

.college_item_content .desc2 {
	animation: showcontent 1s ease-in-out 0.3s 1 forwards;
	padding-bottom: 16px;
}

.college_item_content .title {
	width: max-content;
	height: 58px;
	padding: 0px 16px;
	text-align: center;
	line-height: 58px;
	color: #000000;
	font-size: var(--font-3, 30px);
	font-weight: 600;
	background: rgba(220, 220, 220, 0.81);
	animation: showcontent 1s ease-in-out 0.6s 1 forwards;
	opacity: 0;
}

@keyframes showcontent {
	from {
		opacity: 0;
		transform: translateY(100px);
		filter: blur(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
		filter: blur(0px);
	}
}

/* college 按钮 */

.college .s_button {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	transition: all 0.3s;
	position: absolute;
	top:50%;
	margin-top:-30px;
}
.college .s_button .img {
	width: 11px;
	height: 22px;
}

.college .s_button_left .img {
	transform: scaleX(-1);
	left:30px;
}
.college .s_button_right{
	right:30px;
}

.college:hover .s_button {
	opacity: 1;
}

.college .s_button:hover {
	background: rgba(255, 255, 255, 0.8);
}

/* section5 香港都会大学 研究生课程*/
.section5 {
	padding-top: 70px;
	padding-bottom: 100px;
	background: #ffffff;
}

.course {
	width: var(--view-width, 1200px);
	padding-top: 80px;
	box-sizing: border-box;
}

.course_tabs {
	width: 100%;
	padding: 16px 0px 16px 16px;
	margin-bottom: 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.13);
	border-radius: 16px;
}

.course_tabs_item {
	margin: 10px 34px;
	padding: 8px 0px;
	color: #819DB6;
	font-size: var(--font-7, 20px);
	font-weight: 700;
	border-radius: 26px;
	cursor: pointer;
	transition: all 0.5s;
}

.course_tabs .active_tab {
	color: #ffffff;
	padding: 8px 24px;
	background: #1162AB;
	box-shadow: 0px 4px 10px 0px rgba(17, 98, 171, 0.44);
}

.section5 .table {
	width: 100%;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	border-radius: 16px;
	background: #1162AB;
}

.section5 .table_header {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
}

.section5 .table_header .th {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: var(--font-7, 20px);
	font-weight: 700;
}

.section5 .table_body {
	width: 100%;
	height: 560px;
	padding-right: 6px;
	color: #1A1A1A;
	font-size: var(--font-9, 16px);
	overflow-y: scroll;
}

.section5 .table_body .tr {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section5 .table_body .tr .td {
	height: 70px;
	margin-left: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.section5 .table_body .tr .td:nth-child(1),
.section5 .table_body .tr .td:nth-child(2) {
	padding-left: 18px;
}

.section5 .table_body .tr .td:nth-child(3),
.section5 .table_body .tr .td:nth-child(4) {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.section5 .table_body .tr .td:nth-child(4) {
	line-height: 16px;
}

.section5 .table_body .tr:nth-child(even) .td {
	background: #EBF4FC;
}

/* 滚动条 */
.section5 .table::-webkit-scrollbar-track {
	background: transparent;
	box-shadow: none;
}

.section5 .table_body::-webkit-scrollbar {
	width: 4px;
}

.section5 .table_body::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #CCD9BE;
}

/* table_body 圆角处理 */
.section5 .table_body .tr:first-child .td {
	border-radius: 12px 12px 0px 0px;
}

.section5 .table_body .tr:last-child .td {
	border-radius: 0px 0px 12px 12px;
}

.course_footer {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course_btns {
	display: flex;
	align-items: center;
}

.course_btns .section_btn2 {
	margin-right: 20px;
}

/* section6   香港都会大学 成功案例*/
.section6 {
	/* height:1270px; */
	padding-top: 180px;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.case {
	--item-width: 398px;
	--item-height: 524px;
	--item-gap: 10px;
	width: 100%;
	height: 886px;
	margin-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}

.case .tips {
	width: 100%;
	text-align: center;
	margin-top: -200px;
}

.case_items {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.case_item {
	width: var(--item-width);
	height: var(--item-height);
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 28px;
	position: absolute;
	opacity: 0;
	transition: all 1s;
}

.case_item_img {
	width: 100%;
	height: 100%;
	border-radius: 28px;
	transition: transform 0.3s;
}

.case_item_mask {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.5s;
}

.case_item:hover .case_item_img {
	cursor: pointer;
	transform: scale(1.02);
}

.case_items .case_item:nth-child(1) {
	opacity: 1;
	left: calc(50% - 3.8*var(--item-width) + var(--item-gap));
	top: 436px;
	transform: rotate(-30deg);
}

.case_items .case_item:nth-child(2) {
	opacity: 1;
	left: calc(50% - 2.8*var(--item-width) + var(--item-gap));
	top: 238px;
	transform: rotate(-30deg);
}

.case_items .case_item:nth-child(3) {
	opacity: 1;
	left: calc(50% - 1.7*var(--item-width) + var(--item-gap));
	top: 62px;
	transform: rotate(-15deg);
}

.case_items .case_item:nth-child(4) {
	opacity: 1;
	left: calc(50% - var(--item-width)/2);
	top: 0px;
	transform: rotate(0deg);
}

.case_items .case_item:nth-child(4) .case_item_mask {
	opacity: 0;
}

.case_items .case_item:nth-child(5) {
	opacity: 1;
	left: calc(50% + 0.7 * var(--item-width) - var(--item-gap));
	top: 62px;
	transform: rotate(15deg);
}

.case_items .case_item:nth-child(6) {
	opacity: 1;
	left: calc(50% + 1.8 * var(--item-width) - var(--item-gap));
	top: 240px;
	transform: rotate(30deg);
}

.case_items .case_item:nth-child(7) {
	opacity: 1;
	left: calc(50% + 2.8 * var(--item-width) - var(--item-gap));
	top: 436px;
	transform: rotate(30deg);
}

/* section7 香港都会大学常见问题*/
.section7 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
}

.issue {
	width: var(--view-width, 1200px);
	height: 400px;
	margin-top: 80px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.15);
	border-radius: 32px;
	position: relative;
}

.issue .issue_card {
	width: 476px;
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.issue_card .issue_card_btn {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	color: #1162AB;
	font-size: var(--font-8, 18px);
	text-align: center;
	line-height: 60px;
	background: #F1F9FF;
	border-radius: 68px;
	border: 1px solid #1162AB;
	transition: all 0.3s;
}

.issue_card .issue_card_btn:hover {
	transform: scale(1.02);
	cursor: pointer;
}

.issus_list_wrap {
	width: calc(100% - 536px);
	height: 400px;
	padding-top: 10px;
	padding-left: 80px;
	/* margin-left:80px; */
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 32px;
	position: relative;
}

.issus_list {
	width: 420px;
	animation: move 26s linear infinite;
}

.issus_list_mask {
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, #ffffff 90%);
}

.issus_list_item {
	padding-bottom: 40px;
	color: #1162AB;
	font-size: var(--font-7, 20px);
	transition: all 0.5s;
	cursor: pointer;
}

.issus_list:hover {
	animation-play-state: paused;
}

.issus_list_item:hover {
	transform: scale(1.1);
}

@keyframes move {
	0% {
		transform: translateY(300px);
	}

	100% {
		transform: translateY(-760px);
	}
}

/* section8 景鸿香港都会大学申请 服务优势 */
.section8 {
	height: 900px;
	padding-top: 100px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.adva {
	width: var(--view-width, 1200px);
	height: 570px;
	margin-top: 150px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}

.adva_item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.8s;

}

.adva_item_card {
	width: 100%;
	height: 360px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 9px -8px 0px 0px rgba(11, 77, 137, 0.1);
	border-radius: 32px;
}

.adva_item_card .adva_item_icon {
	width: 132px;
	height: 132px;
	margin-bottom: 40px;
	animation: float 3s linear infinite;
}

.adva_item_card .adva_item_desc {
	color: #1162AB;
	font-size: var(--font-6, 22px);
	line-height: 26px;
}

.adva .adva_item:nth-child(2) .adva_item_card .adva_item_desc,
.adva .adva_item:nth-child(4) .adva_item_card .adva_item_desc {
	color: #52A521;
}

.adva_item .adva_item_mask {
	width: 100%;
	flex: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 32px 32px 32px 32px;
}

.adva .adva_item:nth-child(odd) {
	padding-top: 80px;
}

.adva_item:hover {
	transform: translateY(-20px);
}

.adva_item:hover .adva_item_card .adva_item_icon {
	animation-play-state: paused;
}

/* 兼容 */