/* cuhk.css */
:root {
	--view-width: 89%;
	--font-bold: "AlibabaPuHuiTi-2-95-ExtraBold";
}

@font-face {
	font-family: "AlibabaPuHuiTi-2-35-Thin";
	src: url("../fonts/alibabapuhuiti-2-35-Thin.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
	src: url("../fonts/alibabapuhuiti-2-95-ExtraBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "AlibabaPuHuiTi-2-35-Thin", sans-serif;
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;
}

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

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

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

/* 共同样式：字体超出 */
.text_over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 共同样式:标题 */
.section_title p {
	font-size: 24px;
	font-weight: bolder;
	margin-top: -16px;
	font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
}

.section_title img {
	max-width: 70%;
}

.blue_title {
	color: #4c5eae;
}

.white_title {
	color: #ffffff;
}

/* 共同样式: 更多热门专业推荐 按钮 */
.more_btns {
	width: var(--view-width);
	display: flex;
	align-items: center;
	justify-content: center;
}

.more_btns>div {
	width: 50%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

.more_btns div:nth-child(1) {
	color: #4c5eae;
	border: 1px solid #4c5eae;
	background: #ffffff;
	margin-right: 16px;
}

.more_btns div:nth-child(2) {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: transparent;
}

/* 公共样式：查看更多 */
.seemore>div {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #4C5EAE;
	padding-right: 20px;
}

.seemore .icon {
	cursor: pointer;
	margin-left: 2px;
}

/* 公共样式：表格 */
.table_wrap {
	width: var(--view-width);
	padding: 20px;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: linear-gradient(180deg, #fdf0d4 0%, #ffffff 40%);
	box-sizing: border-box;
}

.table {
	text-align: left;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #c5d6ff;
	box-sizing: border-box;
	overflow: hidden;
}

.table .th {
	display: flex;
	align-items: center;
	height: 42px;
	line-height: 42px;
	background: rgb(220, 231, 255, 1);
	font-weight: bold;
	font-size: 16px;
}

.table .tr {
	display: flex;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

.table_body {
	max-height: 426px;
	font-size: 14px;
	overflow-y: auto;
	background: rgb(220, 231, 255, 0.35);
}

.table .td {
	flex: 1;
	display: flex;
	align-items: center;
}

/* .table .th .td div {
	border-right: 1px solid #c5d6ff;
} */


/* .table .th .td:last-child div:last-child {
	border-right: none;
} */

.table .tr:nth-child(2n) {
	border-top: 1px solid #c5d6ff;
	border-bottom: 1px solid #c5d6ff;
	/* background: rgb(220, 231, 255, 0.35); */
}

.table .tr:last-child {
	border-bottom: none;
}

/* .table .tr:nth-child(2n) .td div {
	border-right: 1px solid #c5d6ff;
}

.table .tr:nth-child(2n) .td:last-child div:last-child {
	border-right: none;
} */

.table_wrap p {
	margin: 0;
	padding: 0;
	color: #4c5eae;
	font-size: 12px;
	text-align: right;
}



/*section1 香港理工大学学校简介 */
.section1 {
	background: url("../../imgs/bg_01.png") center/cover no-repeat;
}

.intro {
	width: var(--view-width);
	line-height: 24px;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: linear-gradient(180deg, #fdf0d4 0%, rgba(255, 251, 245, 0.42) 40%);
}

.intro_desc {
	margin: 20px 20px 0px 20px;
	text-align: left;
}

.intro_order {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #4c5eae;
	padding: 0px 6px;
	border-radius: 24px;
	box-sizing: border-box;
	position: relative;
}

.intro_order_item {
	width: 50%;
	padding: 16px 0px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

.intro_order .intro_order_item:nth-child(3) {
	padding-top: 13px;
	width: 100%;
}

.intro_order_item .num {
	color: #fdcb6e;
	font-size: 20px;
	font-weight: bolder;
}

.intro_order_item .sub {
	font-size: 12px;
	padding-top: 6px;
}

.intro_order .line1 {
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -1px;
}

.intro_order .line2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: 2px
}



/* section2 世界学科排名 */
.section2 {
	background: url("../../imgs/bg_02.jpg") center/cover no-repeat;
}

.rank_tabs {
	width: var(--view-width);
	padding: 4px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 167px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
	box-sizing: border-box;
}

.rank_tabs>div {
	flex: 1;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 354px;
	color: #4c5eae;
	cursor: pointer;
	transition: all 0.3s linear 0s;
}

.rank_tabs div:nth-child(1) {
	margin-right: 20px;
}

.rank_tabs .active {
	background: #4c5eae;
	color: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
}

/* .section2 .table_body{
	max-height: ;
} */

/*section 3 香港理工大学申请要求 */
.section3 .require {
	width: var(--view-width);
	background-color: #fdf0d4;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 24px;
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
	box-sizing: border-box;
	overflow: hidden;
}

.require_tabs {
	width: var(--view-width);
	padding: 4px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 167px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
	box-sizing: border-box;
}

.require_tabs>div {
	flex: 1;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 354px;
	color: #4c5eae;
	cursor: pointer;
	transition: all 0.3s linear 0s;
}

.require_tabs div:nth-child(1) {
	margin-right: 20px;
}

.require_tabs .active {
	background: #4c5eae;
	color: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
}

.require_box {
	/* width:100%; */
	color: #ffffff;
	border-radius: 24px;
	box-sizing: border-box;
	overflow: hidden;

}

.require_box .detail {
	padding-top: 25px;
	padding-bottom: 20px;
}

.require_box .detil_title {
	font-size: 18px;
	font-weight: bolder;
}

.require_box .detail_item {
	margin-left: 16px;
}

.require_box .detail_item p {
	/* max-width: 90%; */
	height: 28px;
	line-height: 28px;
	margin: 20px 0px 16px 0px;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	border-radius: 35px;
}

.require_box .detail_item ul {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: left;
}

.require_box .detail_item ul li {
	display: flex;
	align-items: flex-start;
}

.require_box .redbox {
	background: linear-gradient(90deg, #e55241 1%, rgba(255, 255, 255, 0.16) 62%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
}

.require_box .bluebox {
	background: linear-gradient(90deg, #3734A9 1%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.04);
}

.require_notes {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 20px 20px;
	margin: 0;
	list-style: none;
	background: linear-gradient(180deg, #FDF0D4 0%, #FFFFFF 40%);
}

.require_notes li {
	display: flex;
	align-items: flex-start;
	line-height: 24px;
	color: #333333;
}

.section3 .more_btns div:nth-child(1),
.section6 .more_btns div:nth-child(1),
.section8 .more_btns div:nth-child(1) {
	color: #FFFFFF;
	background: #4c5eae;
	border: 1px solid #4c5eae;
}

.section3 .more_btns div:nth-child(2),
.section6 .more_btns div:nth-child(2),
.section8 .more_btns div:nth-child(2) {
	color: #4c5eae;
	background: transparent;
	border: 1px solid #E5E5E5;
}

/* 香港理工大学读书费用*/
.section4 {
	background: url("../../imgs/bg_03.jpg") center/cover no-repeat;
}

.section4 .fee_wrap {
	width: var(--view-width);
	font-size: 14px;
	padding: 20px;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: linear-gradient(180deg, #fdf0d4 0%, #ffffff 40%);
	box-sizing: border-box;
}

.fee_wrap .columns {
	border-radius: 6px;
	background: #FFFFFF;
	overflow: hidden;
}

.fee_wrap .column {
	display: flex;
	margin-bottom: 4px;
}

.fee_wrap .column .column_title {
	width: 40%;
	padding: 14px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #DCE7FF;
}

.fee_wrap .column .column_value {
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
}

.fee_wrap .block {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.fee_wrap .block>div {
	height: 72px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fee_wrap .block>div:nth-child(1) {
	background: #DCE4FF;
	margin-right: 4px;
}

.fee_wrap .block>div:nth-child(2) {
	background: #B1BFFF;
}

.fee_wrap .tip {
	font-size: 12px;
	color: #4C5EAE;
	text-align: left;
}

/* .section4 .table .tr:nth-child(2n) .td {
	border-right: 1px solid #c5d6ff;
}

.section4 .table .tr:nth-child(2n) .td:last-child {
	border-right: none;
}

.section4 .table .tr:nth-child(2n) .td div {
	border-right: none;
} */

.section4 .cost_btn {
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

/* section5 香港理工大学本科院系设置 */
.section5 .setting_list {
	max-width: var(--view-width);
}

.setting_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	padding: 20px 10x 0 10px;
	border-radius: 24px;
	border: 1px solid #E5E5E5;
	background: linear-gradient(180deg, #FDF0D4 0%, #FFFFFF 40%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
}

.setting_list .card {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.setting_list .card .img {
	width: 100%;
	height: 100%;
}

.setting_list .card .title {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #4C5EAE;
	font-size: 12px;
}


/* section6 香港理工大学研究生课程 */
.section6 {
	background: url("../../imgs/bg_04.png") center/cover no-repeat;
}

.section6 .course_tabs {
	width: var(--view-width);
	height: 32px;
	display: flex;
	flex-wrap: nowrap;
	color: #4C5EAE;
	overflow-x: auto;
}

.section6 .course_tabs>div {
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	padding: 0px 16px;
	margin-right: 6px;
	cursor: pointer;
	box-sizing: border-box;
}

.section6 .active_tab {
	background: #4C5EAE;
	border-radius: 34px;
	color: #FFFFFF;
}

.section6 .course {
	width: var(--view-width);
	background: #fdf0d4;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 24px;
	border: 1px solid rgb(229, 229, 229, 1);
	overflow: hidden;
}

.course_table_wrap {
	/* width: var(--view-width); */
	width: 100%;
	padding: 20px 0px 0px 0px;
	border-radius: 24px;
	border: 1px solid #E5E5E5;
	background: linear-gradient(180deg, #FDF0D4 10%, #FFFFFF 40%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1)
}

.course_table {
	margin: 0 6px;
	border-radius: 10px;
	border: 1px solid #c5d6ff;
	overflow: hidden;
	background: #FFFFFF;
}

.course_table .th {
	display: flex;
	align-items: center;
	background: #dce7ff;
	padding: 6px 0;
	font-weight: bold;
}

.course_table_body {
	max-height: 350px;
	font-size: 12px;
	overflow-y: auto;
	background: rgb(220, 231, 255, 0.35);
}

.course_table .tr {
	display: flex;
	align-items: center;
	border-top: 1px solid #c5d6ff;
	height: 44px;
	line-height: 44px;
}

.course_table .td {
	text-align: center;
	margin-left: 10px;
}

/* .course_table .tr .td {
	border-right: 1px solid #c5d6ff;
}

.course_table .tr .td:last-child {
	border-right: none;
} */

.course_table_body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}


.course_table_body::-webkit-scrollbar-track {
	background: transparent;
	box-shadow: none;
}


.course_table_body::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: rgb(78, 89, 105, 0.2);
}

.course_table_body::-webkit-scrollbar-thumb:hover {
	background-color: #dce7ff;
}

.course_tips {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px 10px 20px 20px;
	text-align: left;
	line-height: 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, #FDF0D4 1%, #FFFFFF 40%);
}

.course_tips li {
	display: flex;
	/* align-items: center; */
}

.course_tips li div:nth-child(1) {
	/* width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333333;
	margin-right: 4px; */
}


/* section7 香港理工大学申请成功案例 */
.section7 {
	background: url("../../imgs/bg_05.jpg") center/cover no-repeat;
}

.case_box_wrap {
	width: var(--view-width);
	padding: 0 10px;
	border-radius: 24px;
	border: 1px solid #E5E5E5;
	background: linear-gradient(180deg, #FDF0D4 0%, #FFFFFF 40%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1)
}

/* 修改指示器样式 */
.section7 .case_box_wrap .el-carousel__button {
	width: 12px;
	height: 12px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background-color: #4C5EAE;
	opacity: 1;
	box-sizing: border-box;

}

.section7 .case_box_wrap .el-carousel__indicator.is-active .el-carousel__button {
	border: 2px solid #4C5EAE;
	background: #FFFFFF;
}


/* section8 香港理工大学申请常见问题 s*/
.section8 .issue_wrap {
	width: var(--view-width);
	padding-top: 30px;
	border-radius: 24px;
	border: 1px solid #E5E5E5;
	background: linear-gradient(180deg, #FDF0D4 0%, #FFFFFF 40%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
}

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

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


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

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

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

.issue_column {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	transform: translateX(30px);
}

.issue_detail {
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 30px;
	padding-right: 40px;
	margin-right: 40px;
	white-space: nowrap;
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #DBDFEC;
	border-radius: 322px;
	box-shadow: -5px 0px 10px 0px rgba(190, 190, 190, 0.25), 5px 5px 10px 0px rgba(190, 190, 190, 0.25);
	cursor: pointer;
}

.issue_detail .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border: 1px solid #DBDFEC;
	border-radius: 50%;
	box-sizing: border-box;
}

.issue_detail .icon img {
	width: 20px;
	height: 20px;
}

.issue_detail:hover {
	background: #4C5EAE;
	color: #FFFFFF;
}

.issue_detail:hover .icon img {
	content: url('../../imgs/icon_a.png');
}


/* 景鸿香港理工大学申请服务优势 */
.section9 .advantage_wrap {
	width: var(--view-width);
}

.advantage_wrap .cards {
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 每行 2 列，每列等宽 */
	gap: 12px;
	/* 设置元素之间的间隙 */
}

.advantage_wrap .cards .card {
	display: flex;
	align-items: center;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	background: linear-gradient(180deg, #FDF0D4 20%, #FFFFFF 40%);
	box-shadow: 0px 7px 15px 0px rgba(216, 48, 49, 0.1);
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.advantage_wrap .cards .card .card_img {
	transform: translateX(-19px);
}

.advantage_wrap .cards .card .card_desc {
	transform: translateX(-8px);
}

.advantage_wrap .cards .card .card_line {
	width: 20px;
	height: 4px;
	background: #4C5EAE;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-5px)
}