: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;
}

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

#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);
	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: #004296;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(0, 66, 150, 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: 30px;
	padding-bottom: 30px;
}

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

.intro .intro_img {
	width: 190px;
	height: 162px;
	margin-right: -20px;
	float: right;
}

.intro .intro_desc {
	transition: all 0.5s;
}

.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 {
	min-height: 986px;
	padding-top: 60px;
	padding-bottom: 80px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../images/bgimg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

.require {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 40px;
	padding-bottom: 14px;
	overflow-x: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px
}

.require_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.require_item .require_box {
	width: 294px;
	height: 664px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #F5F9FF;
	border-radius: 16px;
	position: relative;
}

.require_item_img {
	position: absolute;
	top: -22px;
	left: 10px;
}

.require_item_title {
	width: 100%;
	padding-top: 44px;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.require_item_title .title1 {
	color: #2A8A1D;
}

.require_item_title .title2 {
	height: 26px;
	line-height: 26px;
	color: #ffffff;
	background: #2A8A1D;
	padding: 0px 10px;
	margin-left: 10px;
}

.require .require_item:nth-child(2) .require_item_title .title1 {
	color: #DC7517;
}

.require .require_item:nth-child(2) .require_item_title .title2 {
	background: #DC7517;
}

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

.require_item_column {
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

.require_item_column .column_title {
	color: #2A8A1D;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 4px;
	border-bottom: 2px solid #2A8A1D;
}

.require .require_item:nth-child(2) .require_item_column .column_title {
	color: #DC7517;
	border-bottom: 2px solid #DC7517;
}

.require_item_column .column_title p {
	padding-left: 10px;
}

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

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

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

.require_btn {
	width: 222px;
	height: 34px;
	margin-top: 26px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	background: #4EAA40;
	border-radius: 54px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
}

.require .require_item:nth-child(2) .require_btn {
	background: #ed8322;
}


.require_tips {
	width: var(--view-width, 90%);
	padding-top: 16px;
	transition: all 1s;
	margin: 0 auto;
}

.require_tips .tips,
.require_tips .tips_title,
.require_tips .tips_item,
.require_tips .tips_item .point {
	color: #ffffff;
}

.require_wrap .showTips {
	max-height: 500px;
}

.require_tips .openBtn {
	display: inline-block;
	background: #ffffff;
	color: #004296;
	padding: 2px 4px;
}

.require_wrap .hiddentips {
	max-height: 70px;
	overflow: hidden;
}

/* 隐藏滚动条*/
.require::-webkit-scrollbar {
	height: 6px;
}

.require::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}

.require::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 3px;
}

.require::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* section3 香港树仁大学-读书费用*/
.section3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section3 .cost {
	width: var(--view-width, 90%);
}

.cost .table_wrap {
	width: 100%;
	padding-top: 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.cost .table_wrap .table {
	width: calc(100% - 14px);
	box-sizing: border-box;
	overflow: hidden;
	transform: translateY(8px);
	font-size: 14px;
	color: #004296;
	background: #ffffff;
	border-radius: 12px 12px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgba(8, 45, 106, 0.1);
}

.cost .table_header {
	width: 100%;
	box-sizing: border-box;
	background: #004296;
}

.cost .table_header .th {
	width: 100%;
	height: 50px;
	padding-left: 24px;
	line-height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}

.cost .tr {
	width: 100%;
	padding: 20px 24px 0px 24px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-center;
	justify-content: space-between;
	color: #004296;
}

.cost .tr1 {
	color: #4DA83F;
}

.cost .table_footer {
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost .bgline {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.cost .bgline_inner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	background: #004296;
	border-radius: 0px 0px 12px 12px;
	box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.3);
}

.cost .bgline_triangle_left {
	width: 7px;
	height: 8px;
	position: absolute;
	left: 0px;
	bottom: 40px;
	transform: rotateY(180deg);
}

.cost .bgline_triangle_right {
	width: 7px;
	height: 8px;
	position: absolute;
	right: 0px;
	bottom: 40px;
}

/* section4 香港树仁大学-院系设置 */
.section4 {
	width: 100%;
	height: 470px;
	padding-top: 60px;
	background-color: #ffffff;
	background-image: url("../images/bgimg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.college {
	width: var(--view-width, 90%);
	padding-top: 20px;
}

.college_items {
	width: 100%;
	height: 340px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.college_item_wrap{
	transition: all 0.5s ease;
}

/* 中间 */
.college_item_wrap:nth-child(2) {
	width: 218px;
	height: 340px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	z-index: 4;
}

.college_item_wrap:nth-child(2) .college_item {
	width: 100%;
	height: 340px;
	position: relative;
}

.college_item_wrap:nth-child(2) .college_item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.college_item_wrap:nth-child(2) .college_item_mask {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(34, 88, 155, 0.2) 0%, rgba(34, 88, 155, 0.8) 60%, rgba(34, 88, 155, 1) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	z-index: 3;
	transition: opacity 0.8s ease;
}

.college_item_wrap:nth-child(2) .college_item_mask_icon {
	width: 24px;
	height: 20px;
	/* margin-bottom: 10px; */
}

.college_item_wrap:nth-child(2) .college_item_mask p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 26px;
	opacity: 0;
	transform: translateY(6px);
	opacity: 1;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.college_item_wrap:nth-child(2) .college_item_mask p:nth-child(1) {
	transition-delay: 0.2s;
}

.college_item_wrap:nth-child(2) .college_item_mask p:nth-child(2) {
	transition-delay: 0.3s;
}

.college_item_wrap:nth-child(2) .college_item_mask p:nth-child(3) {
	transition-delay: 0.4s;
}

.college_item_wrap:nth-child(2) .college_item_mask p:nth-child(4) {
	transition-delay: 0.5s;
}

.college_item_wrap:nth-child(2) .college_item_mask p:nth-child(5) {
	transition-delay: 0.6s;
}

.college_item_wrap:nth-child(2) .college_item_name {
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FF8B22;
	font-size: 18px;
	font-weight: 600;
	background: #004296;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

/* 左右边项 */
.college_item_wrap:nth-child(1),
.college_item_wrap:nth-child(3) {
	width: 182px;
	height: 260px;
	position: absolute;
	bottom: 24px;
	z-index:1;
}

.college_item_wrap:nth-child(1) {
	transform: rotate(-15deg);
	left: 56px;
}

.college_item_wrap:nth-child(3) {
	transform: rotate(15deg);
	right: 56px;
}

.college_item_wrap:nth-child(1) .college_item,
.college_item_wrap:nth-child(3) .college_item {
	width: 100%;
	height: 100%;
	position: relative;
}

.college_item_wrap:nth-child(1) .college_item .college_item_img,
.college_item_wrap:nth-child(3) .college_item .college_item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.college_item_wrap:nth-child(1) .college_item_mask,
.college_item_wrap:nth-child(1) .college_item_mask p,
.college_item_wrap:nth-child(1) .college_item_name,
.college_item_wrap:nth-child(3) .college_item_mask,
.college_item_wrap:nth-child(3) .college_item_mask p,
.college_item_wrap:nth-child(3) .college_item_name {
	opacity: 0;
}


/* section5 香港树仁大学-研究生课程 */
.section5 {
	padding-top: 50px;
	padding-bottom: 40px;
}

.section5 .table {
	width: var(--view-width, 90%);
	padding-bottom: 12px;
	margin-top: 20px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #22589B;
}

.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: 700;
}

.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: #E3EEFC;
}

/* 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, 90%);
	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 {
	height: 512px;
	padding-top: 60px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../images/bgimg3.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 香港树仁大学-申请常见问题*/
.section7 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.issue_wrap {
	width: var(--item-width, 90%);
	padding-top: 20px;
	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;
	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: #004296;
	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 {
	height: 576px;
	padding-top: 70px;
	background-image: url("../images/bgimg4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

.adva_column {
	width: 100%;
	height: 146px;
	margin-top: 70px;
	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);
}

.adva_column .adva_item:nth-child(1) .adva_item_icon {
	margin-left: 10px;
}

.adva_column .adva_item:nth-child(2) .adva_item_icon {
	margin-right: 10px;
}