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

@media (max-width: 375px) {
	:root {
		--view-width: 94%;
	}
}

@media (min-width: 430px) {
	body {
		align-items: center;
	}
}

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

#app {
	width: 100%;
	max-width: 430px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}


a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul {
	list-style: none;
}

/*#banner*/
#banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#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, 93%);
	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: #006426;
	border-radius: 54px;
	box-shadow: 0px 2px 6px 0px rgba(0, 100, 38, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

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

.section1 .intro {
	width: var(--view-width, 90%);
	padding-top: 20px;
	box-sizing: border-box;
	text-align: justify;
	line-height: 22px;
}

.intro .intro_desc {
	transition: all 0.5s;
	text-indent: 2em;
}

.intro_desc span {
	font-weight: 600;
}

.intro .hidden {
	display: none;
}

.intro .show {
	display: block
}

.intro_desc_mask {
	width: 100%;
	height: 40px;
	margin-top: -40px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.73) 0%, #FFFFFF 73%);
	transition: all 0.5s;
	position: relative;
}

.intro_desc_mask .img {
	width: 20px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -10px;
	animation: float 3s linear infinite;
}

.intro_desc_mask2 {
	margin-top: -2px;
	transform: scaleY(-1);
	background: transparent;
}

/* section2  港恒生大学 申请要求 */
.section2 {
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}

.require_wrap {
	width: 100%;
	overflow: hidden;
}

.require {
	width: 100%;
	padding-top: 30px;
	display: flex;
	overflow-x: auto;
}

.require_item {
	width: 298px;
	min-width: 298px;
	height: 700px;
	padding-top: 44px;
	margin-left: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/box1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.require .require_item:nth-child(2) {
	background-image: url("../images/box2.png");
}

.require_item_title {
	width: 240px;
	height: 40px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
	background-image: url(../images/box3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require .require_item:nth-child(2) .require_item_title {
	background-image: url("../images/box4.png");
}

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

.require_item_column {
	padding-top: 24px;
}

.column_title {
	width: fit-content;
	min-width: 216px;
	height: 24px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #006426;
	font-size: 14px;
	font-weight: 700;
	background-image: url("../images/box5.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column_title span {
	color: #BB5B2A;
}

.require .require_item:nth-child(1) .require_item_columns .require_item_column:nth-child(3) {
	letter-spacing: 0px;
}

.require .require_item:nth-child(2) .column_title {
	color: #BB5B2A;
	background-image: url("../images/box6.png");
}

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

.column_ul {
	width: 100%;
	padding-top: 12px;
}

.column_ul_li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 22px;
}

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

.require_btn {
	width: 222px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background: #439964;
	box-shadow: 5px 5px 5px 0px rgba(19, 85, 16, 0.5);
	border-radius: 27px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	cursor: pointer;
}

.require .require_item:nth-child(2) .require_btn {
	background: #BB5B2A;
	box-shadow: 10px 10px 10px 0px rgba(144, 49, 35, 0.38);
}

.require_tips {
	width: var(--view-width, 93%);
	padding-top: 10px;
}

.require_tips .tips_title,
.require_tips .tips_item .point,
.require_tips .tips_item .tips {
	color: rgba(255, 255, 255, 0.85);
}
.section2 .openBtn {
	color: #B5F359;
}

/* section3 香港恒生大学读书费用  */
.section3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cost {
	width: var(--view-width, 89%);
	padding-top: 34px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost_top {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: #006426;
	border-radius: 16px 16px 0px 0px;
	position: relative;
}

.cost_top div {
	color: #ffffff;
	padding-left: 48px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
}

.cost_top .triangle {
	width: 26px;
	height: 15px;
	position: absolute;
	bottom: -15px;
}

.cost_top .leftTriangle {
	transform: rotateY(180deg);
	left: 0px;
}

.cost_top .rightTriangle {
	right: 0px;
}

.cost_table {
	width: calc(100% - 52px);
	border-radius: 0px 0px 16px 16px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cost_table .tr {
	width: 100%;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #006426;
	font-size: 15px;
}

.cost_table .tr_label {
	display: flex;
	align-items: flex-start;
}

.cost_table .tr_label_type {
	margin-right: 18px;
}

.cost_table .tr_label_subType {
	font-size: 14px;
	color: #78A176;
}

.cost_table .tr_value {
	text-align: right;
}

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

.cost_tips .tips_item {
	padding-top: 24px;
	padding-bottom: 24px;
}



/* 香港恒生大学 院系设置  */
.section4 {
	padding-top: 50px;
	height: 376px;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section4 .college,
.section4 .swiper_college,
.section4 .swiper-wrapper {
	width: 100%;
	height: 216px;
}

.section4 .swiper-wrapper {
	padding-left: 20px;
}

.section4 .swiper-wrapper .swiper-slide {
	width: 163px;
	height: 216px;
	padding-right: 10px;
}

.college {
	padding-top: 24px;
}

.college_item {
	width: 153px;
	height: 216px;
	padding-top: 18px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/college_box.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	border-radius: 16px;
	border: 1px solid #92B09C;
}

.college_item_title {
	color: #006426;
	font-size: 16px;
	font-weight: 600;
}

.college_item_img {
	width: 135px;
	height: 147px;
	border-radius: 12px;
}

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

/* .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: 540px;
	height: 56px;
	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: #39704E;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	letter-spacing: 0px;
	z-index: 2;
}

.course_tabs .active_tab {
	color: #006426;
	font-weight: 600;
	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;
}



/* 表格 */
.section5 .table {
	width: var(--view-width, 93%);
	box-sizing: border-box;
	border-radius: 8px;
	background: #006426;
}

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

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

.section5 .swiper_course .swiper-slide {
	height: 394px;
}

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

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

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

.section5 .table_body {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.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: 64px;
	box-sizing: border-box;
	font-size: 13px;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.section5 .table_header .th .td:nth-child(1),
.section5 .table_body .tr .td:nth-child(1) {
	margin-left: 2%;
}

.section5 .table_header .th .td,
.section5 .table_body .tr .td {
	margin-right: 2%;
}

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

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

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

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

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

.course_btns {
	padding-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

/*section6 香港恒生大学申请成功案例 */
.section6 {
	padding-top: 50px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bg3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.case {
	--item-width: 192px;
	--item-height: 258px;
	--item-gap: 2px;
	width: 100%;
	height: calc(var(--item-height) + 80px);
	margin-top: 34px;
	box-sizing: border-box;
	overflow: hidden;
}

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


.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: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	position: absolute;
	opacity: 0;
	transition: all 0.6s;
}

.case_item_img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

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

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

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

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

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

/* section7 香港恒生大学-申请常见问题*/
.issue_wrap {
	width: var(--item-width, 93%);
	padding-top: 20px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
}

.issue_img {
	width: 100%;
	height: auto;
}

.issue {
	width: 100%;
	height: 270px;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 18px;
	padding-bottom: 20px;
	margin-top:-10px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../images/issueBg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.issus_list_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.issus_list {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	animation: move 26s linear infinite;
}

.issus_list_item {
	height: 32px;
	line-height: 32px;
	padding: 0px 6px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	color: #006426;
	font-size: 14px;
	white-space: nowrap;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 0px 4px 2px rgba(171, 184, 217, 0.4);
}

.issus_list_item .icon {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

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

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

/* section8香港恒生大学景鸿申请优势 */
.section8 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("../images/bg4.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}

.section8 .section_title .section_title_lines::before,
.section8 .section_title .section_title_lines::after {
	background: #ffffff;
}

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

.section8 .section_title .section_title_subText {
	color: #FFC3A5
}

.section8 .section_title .section_title_subText::after {
	background: #9F6345;
}

.adva {
	width: var(--view-width, 93%);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 0px;
	row-gap: 0px;
}

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

.adva_item_box {
	width: 166px;
	height: 166px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.adva_item_box .icon {
	width: 36px;
	height: 36px;
	position: relative;
	z-index: 2;
}

.adva_item_box .tri {
	width: 20px;
	height: 14px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -10px;
	animation: float 3s linear infinite;
}

.adva_item_box .bgIcon_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	animation: rotateBg 68s linear infinite;

}

.adva_item_box .bgIcon {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.adva .adva_item:nth-child(1) .adva_item_box .bgIcon {
	transform: rotate(0deg);
}

.adva .adva_item:nth-child(2) .adva_item_box .bgIcon {
	transform: rotate(40deg);
}

.adva .adva_item:nth-child(3) .bgIcon {
	transform: rotate(50deg);
}

.adva .adva_item:nth-child(4) .bgIcon {
	transform: rotate(-10deg);
}

.adva_item_desc {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	color: #006426;
	line-height: 20px;
	font-size: 15px;
}
