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

@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 {
	max-width: 430px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

* {
	box-sizing: border-box;
}

/* #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: #1162AB;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(17, 98, 171, 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;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.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 {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg2.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: 20px;
	padding-bottom: 14px;
	overflow-x: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
}

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

.require_item .require_box {
	width: 100%;
	height: 738px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	background-image: url("../images/boxbg1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.require_item:nth-child(2) .require_box {
	background-image: url("../images/boxbg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require_box_title {
	width: max-content;
	height: 58px;
	box-sizing: border-box;
	text-align: center;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 2px 2px 0px #024576;
	position: relative;
}

.require_box_title .text {
	position: relative;
	z-index: 2;
}

.require_box_title::after {
	content: '';
	width: 70px;
	height: 8px;
	background: #34EAC0;
	position: absolute;
	right: -2px;
	top: 34px;
	z-index: 1
}

.require_item:nth-child(2) .require_box_title::after {
	background: #33CCFF;
}

.require_box_columns {
	width: 100%;
	padding-top: 40px;
	padding-left: 28px;
	padding-right: 18px;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.require_box_column {
	width: 100%;
}

.require_box_column_title {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	line-height: 30px;
	background: linear-gradient(90deg, #CCE9FD 0%, rgba(204, 233, 253, 0) 100%);
	border-radius: 10px 0px 0px 10px;
}

.require_item:nth-child(2) .require_box_column_title {
	background: linear-gradient(90deg, #CCFDDD 0%, rgba(204, 233, 253, 0) 100%);
}

.require_box_column_title .text {
	width: max-content;
	height: 30px;
	padding-left: 14px;
	padding-right: 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	background: #3192D9;
	border-radius: 10px;
}

.require_item:nth-child(2) .require_box_column_title .text {
	background: #00AB84;
}

.require_box_column_title .desc {
	color: #3192D9;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.require_box_column_ul {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 14px;
}

.require_box_column_ul .require_box_column_ul_li {
	display: flex;
	align-items: flex-start;
	color: #04325B;
	font-size: 14px;
	line-height: 24px;
}

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

.require_box_column_ul .require_box_column_ul_li span {
	color: #00AB84;
}

/* 申请按钮 */
.require_item .require_btn {
	width: 200px;
	height: 34px;
	margin-top: 26px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	background: #3192D9;
	box-shadow: 0px 4px 10px 0px rgba(49, 146, 217, 0.46);
	border-radius: 54px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
}

.require_item .require_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0px 4px 10px 0px rgba(49, 146, 217, 0.46), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}

.require_item:nth-child(2) .require_btn {
	background: #00AB84;
	box-shadow: 0px 4px 10px 0px rgba(0, 121, 94, 0.55);
}

.require_item:nth-child(2) .require_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0px 4px 10px 0px rgba(0, 121, 94, 0.55), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}


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

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

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

/* section3 香港珠海学院 读书费用*/
.section3 {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

.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-start;
	justify-content: space-between;
	color: #3192D9;
}

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



.cost .table .tr_label_type {
	font-size: 15px;
	margin-right: 18px;
}

.cost .table .tr_label_subType {
	font-size: 14px;
	color: #627F99;
}

.cost .table .tr_value {
	text-align: right;
}


.cost .table .tr1 .tr_label_type {
	color: #00AB84;
}

.cost .table .tr1 .tr_label_subType {
	color: #5AAA98;
}

.cost .table .tr1 .tr_value {
	color: #00AB84;
}

.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: #0079C1;
	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 {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg4.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

.college_item {
	width: 100%;
	height: 106px;
	display: flex;
	margin-bottom: 14px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}

.college_item_img {
	width: 104px;
	height: 106px;
	min-width: 104px;
}

.college_item_img .img {
	width: 100%;
	height: 100%;
}

.college_item_info {
	flex: 1;
	padding: 16px 12px 10px 12px;
}

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

.college_item_desc {
	padding-top: 10px;
	color: #999999;
	font-size: 13px;
}

.college_item_btn {
	text-align: right;
	color: #3192D9;
	font-size: 13px;
}

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

.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: #7FB3D9 ;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	letter-spacing: 0px;
	z-index: 2;
}

.course_tabs .active_tab {
	color: #3192D9 ;
	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;
}

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

.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 .swiper_course .swiper-slide {
	height: 356px;
}

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

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

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

/* 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;
}

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

/* section6 香港珠海学院  申请成功案例 */
.section6{
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg6.jpg");
	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: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bgimg7.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.issue {
	width: var(--view-width, 90%);
	height: auto;
	padding-bottom: 10px;
	margin-top: 80px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	position: relative;
}

.issue_img {
	width: 74%;
	height: auto;
	margin-top: -30px;

}

.issus_list_wrap {
	width: 100%;
	height: 184px;
	padding: 0px 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 32px;
	position: relative;
}

.issus_list {
	width: 100%;
	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: 20px;
	color: #1162AB;
	font-size: 14px;
	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(60px);
	}

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

.issue .issue_btn {
	width: 90%;
	min-width: 200px;
	height: 40px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #1162AB;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #F1F9FF;
	border-radius: 68px;
	border: 1px solid #1162AB;
	transition: all 0.3s;
}

/* section8 香港珠海学院 景鸿申请服务优势*/
.section8 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("../images/bgimg8.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}
.section8 .section_title .section_title_Ch_text1,
.section8 .section_title .section_title_EN{
  color:#ffffff;
}

.adva {
	width: var(--view-width, 89%);
	/* padding-top: 80px; */
	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: #3192D9 ;
	line-height: 20px;
	font-size: 15px;
}

.adva .adva_item:nth-child(even) .adva_item_desc {
	color:#00AB84;
}