:root {
	--view-width: 88%;
}

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

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

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

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

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

.topbanner_wrap .topbanner_logo {
	width: 96px;
	height: 25px;
}

.topbanner_btn {
	text-align: center;
	padding: 6px 20px;
	font-size: 14px;
	color: #ffffff;
	background: #E84249;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(232, 66, 73, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

.banner {
	position: relative;
}

.banner_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.bannerbtn {
	width: fit-content;
	min-width: 149px;
	height: 36px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 40px;
	color: #ffffff;
}

.banner_btns .bannerbtn:nth-child(1) {
	background: linear-gradient(85deg, rgba(207, 214, 36, 0.44) 0%, rgba(251, 135, 43, 0.8) 100%);
	margin-right: 12px;
}

.banner_btns .bannerbtn:nth-child(2) {
	background: linear-gradient(to right, rgba(230, 41, 43, 0.8) 0%, rgba(244, 128, 89, 0.8) 100%);
}

/* 共同样式*/
.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-bottom: 50px;
}

.intro {
	width: 100%;
	padding-top: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro_img {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
}

.intro_img .img {
	width: 100%;
	height:100%;
	box-sizing: border-box;
	position: absolute;
	left: -20px;
	bottom: 0px;
	z-index: 2
}

.intro_img .locate {
	width: 32px;
	height: 44px;
	position: absolute;
	top: 22px;
	right: 34px;
	z-index: 3;
	animation: float 3s linear infinite;
}

.linebox {
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(to left, #F5845B 0%, #E52328 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.section1 .line1 {
	height: 26px;
	bottom: 104px;
}

.section1 .line2 {
	height: 67px;
}

.intro_desc {
	width: var(--view-width, 88%);
	margin-top: -162px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 4;
}

.intro_desc_p {
	padding: 0px 10px;
	font-size: 14px;
	line-height: 22px;
	background: #ffffff;
	text-align: justify;
}

.intro_desc_p span {
	font-weight: 600;
}

.intro_desc_p .openBtn {
	font-weight: normal;
}

.intro_desc_p1 {
	width: 204px;
	padding-top: 10px;
	border-radius: 12px 12px 0px 0px;
}

/* section2 香港岭南大学申请要求 */
.section2 {
	padding-top: 20px;
	padding-bottom: 40px;
	background: #F8F8F8;
}

.require_wrap {
	width: 100%;
	box-sizing: border-box;
	overflow-x: scroll;
}

.require {
	padding-top: 36px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	position: relative;
}

.require_book {
	width: 44px;
	height: 596px;
	padding: 104px 0px;
	box-sizing: border-box;
	position: absolute;
	top: 45px;
	left: 296px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.require_item {
	width: 295px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.require_item .require_box {
	width: 100%;
	height: 630px;
	margin-bottom: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}

/* item title */
.require_item .require_box_title {
	width: max-content;
	padding-top: 30px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.require_item .require_box_title .titleBg {
	width: 188px;
	height: 22px;
	border-radius: 0px 0px 28px 28px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 60%, #FFD3D4 100%);
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.require_item .require_box_title .titleIcon {
	width: 38px;
	height: 38px;
	position: absolute;
	right: 34px;
	bottom: 1px;
}

.require_item:nth-child(2) .require_box_title .titleBg {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 60%, #E5E7B5 100%);
}

.require_item:nth-child(2) .require_box_title .titleIcon {
	width: 86px;
	height: 35px;
	right: 20px;
	bottom: 9px;
}

/* item column */
.require_box_columns {
	width: 100%;
	padding: 10px 8px;
	box-sizing: border-box;
}

.require_box_column {
	width: 100%;
	padding: 10px 4px 10px 10px;
	margin-top: 14px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #E29FA2;
}

.require_item .require_box_column_title {
	padding-left: 16px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.require_box_column_title span {
	color: #E84249;
}

.require_box_column_title:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #E84249;
	position: absolute;
	left: 0px;
	top: 4px;
}

.require_item:nth-child(2) .require_box_column {
	border: 1px solid #ABAE48
}

.require_item:nth-child(2) .require_box_column_title span {
	color: #7F813B
}

.require_item:nth-child(2) .require_box_column_title:after {
	border-bottom: 12px solid #7F813B;
}

.require_box_column_ul {
	width: 100%;
	padding-top: 6px;
	box-sizing: border-box;
	font-size: 14px;
}

.require_box_column_ul_li {
	display: flex;
	align-items: flex-start;
}

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

/* item 按钮 */
.require_item .require_btn {
	width: 222px;
	height: 34px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	background: linear-gradient(to right, #E84249 1%, #F5885D 100%);
	box-shadow: 0px 2px 6px 0px rgba(237, 81, 64, 0.5);
	border-radius: 54px;
	transition: all 0.3s;
	cursor: pointer;
}

.require_item:nth-child(2) .require_btn {
	background: linear-gradient(to right, #ACAF49 0%, #F5835A 100%);
	box-shadow: 0px 2px 6px 0px rgba(197, 200, 93, 0.53);
}


.require_tips {
	width: var(--view-width, 90%);
	box-sizing: border-box;
	padding-top: 20px;
}


/* section3 香港岭南大学读书费用 */
.section3 {
	height: 596px;
	padding-top: 20px;
	box-sizing: border-box;
	background-image: url("../images/bg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section3 .section_title .section_title_Chname {
	color: #ffffff;
}

.section3 .section_title .section_title_EN,
.section3 .section_title .section_title_EnnName {
	color: #898989;
}

.cost {
	width: var(--view-width, 88%);
	margin-top: 36px;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: saturate(80%) blur(4px);
	-webkit-backdrop-filter: saturate(80%) blur(4px);
}

.cost_th {
	width: 100%;
	height: 50px;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 50px;
	background: linear-gradient(270deg, #E52328 0%, #F6895D 100%);
}

.cost_tr {
	width: 100%;
	padding: 20px 40px 0px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cost_tr_label {
	display: flex;
	align-items: flex-start;
}

.cost_tr_label_type {
	font-size: 15px;
	margin-right: 18px;
}

.cost_tr_label_type span,
.cost_tr_label_subType {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.cost_tr_value div {
	width: 68px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #000000;
}

.cost_tr_label_subType div:nth-child(1),
.cost_tr_value div:nth-child(1) {
	margin-bottom: 8px;
}

.cost_footer {
	width: 100%;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.cost_footer .tips {
	color: #CACACA;
}

/*section4 香港岭南大学院系设置 */
.section4 {
	padding-top: 20px;
	padding-bottom: 50px;
}

.college {
	width: var(--view-width, 90%);
	padding-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 12px;
}

.college_item {
	width: 100%;
	height: 133px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.college_item_img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.college_item_name {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 3;
}

.college_item_mask {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0px 0px 8px 8px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 90%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

/* section5香港岭南大学研究生课程 */
.section5 {
	padding-top: 20px;
	padding-bottom: 50px;
	box-sizing: border-box;
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section5 .section_title .section_title_Chname {
	color: #ffffff;
}

.section5 .section_title .section_title_EN,
.section5 .section_title .section_title_EnnName {
	color: #AAD1BA;
}

.section5 ::-webkit-scrollbar {
	width: 0px;
}


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

.course .whiteblock {
	width: 32px;
	height: 52px;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	right: 0px;
	top: 28px;
	z-index: 3;
}

.course_tabs_wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
}

.course_tabs_wrap:after {
	content: '';
	width: 575px;
	height: 56px;
	background: #ffffff;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
	position: absolute;
	left: 0px;
	top: 26px;
	z-index: 0;
}

.course_tabs {
	width: 100%;
	height: 56px;
	margin: 26px 0px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;

}

.course_tabs .course_tabs_item {
	height: 56px;
	padding: 0px 16px;
	box-sizing: border-box;
	background: #ffffff;
	line-height: 56px;
	text-align: center;
	color: #DB8488;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	letter-spacing: 0px;
	z-index: 2;
}

.course_tabs .active_tab {
	color: #E84249;
	font-weight: 700;
	font-size: 16px;
}

.course_tabs .course_tabs_item .activeIcon {
	width: max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	z-index: 9;
}

.course_tabs .course_tabs_item .activeIcon .line {
	width: 33px;
	height: 10px;
}

.course_tabs .course_tabs_item .activeIcon .horn {
	width: 33px;
	height: 15px;
}

/* 表格 */
.table {
	width: var(--view-width, 88%);
	box-sizing: border-box;
	padding: 0px 10px;
	border-radius: 8px;
	background: linear-gradient(42deg, #E52328 0%, #F5825A 100%);
}

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

.table_header .th {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

.swiper_course .swiper-slide {
	height: 480px;
}

/* 轮播 */
.swiper {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #F7968C;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFFFFF;
}


.table_header .th .td,
.table_body .tr .td {
	margin-right: 1%;
}
/* .table_header .th .td:last-child,
.table_body .tr .td:last-child{
	margin-right: 0px;
} */

.table_body .tr {
	display: flex;
	align-items: center;
}

.table_body .tr .td {
	height: 64px;
	box-sizing: border-box;
	font-size: 13px;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.table_body .tr .td:nth-child(1) {
	padding-left: 8px;
}

.table_body .tr .td:nth-child(2),
.table_body .tr .td:nth-child(3) {
	text-align: center;
	justify-content: center;
}

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

.course_tips {
	width: var(--view-width, 88%);
	padding-top: 20px;
	box-sizing: border-box;
}

.course_tips .tips_title,
.course_tips .tips_item .point,
.course_tips .tips_item .tips {
	color: rgba(132, 130, 82, 0.85);
}

.course_tips .openBtn {
	font-weight: 700 !important;
	color: #5D5B36 !important;
}

.course_tips .section_btn {
	margin: 0 auto;
	margin-top: 16px;
}

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

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


/* section6 香港岭南大学申请成功案例 */
.section6 {}

.case {
	width: 100%;
	height: 420px;
	box-sizing: border-box;
	position: relative;
}

.case .tips {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}

.swiper_case {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.swiper_case .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}

.swiper_case .swiper-slide {
	width: 209px;
	/*当设置了 slidesPerView时，会自动计算宽度，此时width设置的值无效*/
	height: 276px;
	padding: 8px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.swiper_case .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

/* 扇形样式 */
.swiper-slide0 {
	opacity: 1 !important;
}

.swiper-slide1 {
	opacity: 1 !important;
	transform: rotate(-10deg) translateY(15px) translateX(-40px);
}


.swiper-slide-1 {
	opacity: 1 !important;
	transform: rotate(10deg) translateY(15px) translateX(40px);
}


.swiper-slide-other {
	opacity: 0;
}

/* section7 香港岭南大学申请常见问题 */
.section7 {
	padding-bottom: 50px;
}

.section7 .issue_wrap {
	width: var(--view-width);
	padding: 20px 0px 10px 0px;
	margin-top: 32px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
}

.issue_column {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.issue_detail {
	padding: 6px 8px;
	margin-right: 40px;
	display: flex;
	align-items: center;
	font-size: 13px;
	white-space: nowrap;
	color: #E84249;
	background: #FFF5F4;
	border: 1px solid #E84249;
	border-radius: 8px;
	box-shadow: 0px 4px 10px 0px rgba(194, 52, 58, 0.26);
	position: relative;
	cursor: pointer;
}

/* .issue_detail:hover .horn {
	bottom: -14px;
} */

.issue_detail .icon {
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}

.issue_detail .horn {
	width: 18px;
	position: absolute;
	left: 10%;
	bottom: -9px;
}

.issue .issue_column:nth-child(1) {
	margin-left: 10px;
}

.issue .issue_column:nth-child(2) {
	margin-left: 80px;
}

.issue .issue_column:nth-child(3) {
	margin-left: 120px;
}

.issue {
	animation: move 20s linear infinite;
}

@keyframes move {
	0% {
		transform: translateX(30px);
	}

	100% {
		transform: translateX(-870px);
	}
}

/* section8 景鸿香港岭南大学申请服务优势 */
.section8 {
	padding-top: 20px;
	padding-bottom: 50px;
	background: #000000;
}

.section8 .section_title .section_title_Chname {
	color: #ffffff;
}

.section8 .section_title .section_title_EN,
.section8 .section_title .section_title_EnnName {
	color: #898989;
}

.adva {
	width: 100%;
	box-sizing: border-box;
}

.adva_column {
	width: 100%;
	height: 146px;
	margin-top: 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-image: url("../images/box.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.adva_item_icon {
	width: 59px;
	height: 59px;
	margin-top: -16px;
	animation: float 3s linear infinite;
}

.adva_item {
	flex: 1;
	height: 200px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.adva_item_detail {
	width: 100%;
	height: 146px;
	padding-top: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF;
	font-size: 14px;
}

.adva_item_detail_order {
	font-size: 24px;
	padding-bottom: 8px;
}

.adva_item_detail_desc {
	font-weight: 700;
	line-height: 24px;
}

.adva_column .adva_item:nth-child(1) {
	transform: translateX(4px);
}

.adva_column .adva_item:nth-child(2) {
	transform: translateX(-4px);
}

/* 不同分辨率处理 */
@media (min-width: 414px) {
	.section6 .case {
		height: 450px;
	}

	.section6 .swiper_case .swiper-slide {
		height: 300px;
	}
}