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

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

body {
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #3D3D3D;
	margin: 0;
	overflow-x: hidden;
	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: #CE0259;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(206, 2, 89, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

.banner {
	position: relative;
}

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

.bannerbtn {
	width: 205px;
	height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 40px;
	color: #ffffff;
	background: rgba(191, 22, 94, 0.84);
}

.banner_btns .bannerbtn:nth-child(1) {
	margin-bottom: 12px;
}


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

/* section1 香港城市大学学校简介*/
.section1 {
	padding-top: 32px;
	padding-bottom: 40px;
}

.intro {
	width: var(--view-width);
	padding-top: 24px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: justify;
}

.introbox {
	line-height: 24px;
	transition: all 0.3s;
}

/* .intrText{
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
} */

.intro_hidden {
	height: 0px;
	display: none;
}


.intro_list {
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.intro_list_item {
	width: 100%;
	height: 110px;
	padding: 14px 12px 0px 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ce0259;
	background: #fff1f7;
	border-radius: 9px;
	border: 1px solid #ce0259;
	cursor: pointer;
	transition: transform 0.3s;
}

.intro_list_num {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.intro_list_desc {
	font-size: 12px;
	text-align: center;
}

/*section2 香港城市大学全球排名 */
.section2 {
	padding-top: 40px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background-image: url("../images/bg1.jpg");
	background-size: 100% 242px;
}

.rank {
	width: var(--view-width);
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rank_tabs {
	width: 100%;
	/* height: 90px; */
	padding: 12px 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
	border-radius: 45px;
}

.rank_tabs .rank_tabs_item:nth-child(1) {
	margin-right: 10px;
}

.rank_tabs_item {
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #d9739e;
	border-radius: 26px;
	transition: all 0.5s;
	cursor: pointer;
}

.rank_tabs .activeTab {
	color: #ffffff;
	background: #ce0259;
	box-shadow: 0px 4px 6px 0px rgba(206, 2, 89, 0.4);
}


/* section3 香港城市大学申请要求*/
.section3 {
	padding-top: 20px;
	padding-bottom: 40px;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
}

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

.require_boxs_wrap {
	width: 100%;
	overflow-x: auto;
}

.require_boxs {
	min-width: 600px;
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

/* item-wrap */
.require_box_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* item-box */
.require_box {
	width: 280px;
	height: 650px;
	padding: 8px 10px;
	margin: 40px 8px 0px 8px;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #ce0259;
	box-shadow: 0px 4px 6px 4px rgba(206, 2, 89, 0.1);
	position: relative;
}

.require_box_title {
	width: 246px;
	height: 54px;
	padding-top: 20px;
	box-sizing: border-box;
	color: #ffffff;
	line-height: 38px;
	font-size: 16px;
	font-weight: 700;
	background-image: url(../images/box1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
}

.require_box_columns {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #ffc5de;
}

.require_box_column {
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #FFDAEA 0%, rgba(255, 229, 240, 0) 20%, rgba(255, 229, 240, 0) 100%);
}

.require_box_column_title {
	font-size: 14px;
	color: #ce0259;
}

.require_box_column_title span {
	font-weight: 700;
}

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

.require_box_column_ul_li {
	display: flex;
	align-items: flex-start;
	line-height: 26px;
	font-size: var(--font-7);
}

.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_li span {
	font-weight: 700;
}

.require_boxs .require_box_wrap:nth-child(2) .require_box_title {
	background-image: url(../images/box2.png);
}

.require_boxs .require_box_wrap:nth-child(2) .require_box_column_title {
	color: #ee2323;
}

.require_boxs .require_box_wrap:nth-child(2) .require_btn {
	background: #ee2323;
}

.require_boxs .require_box:nth-child(2) .require_box_column {
	background: linear-gradient(to bottom, #FFD8D8 0%, rgba(255, 229, 240, 0) 20%, rgba(255, 229, 240, 0) 100%);
}

.require_btn {
	width: 200px;
	margin-top: 12px;
}



/* section4 香港城市大学读书费用*/
.section4 {
	padding-top: 40px;
	padding-bottom: 38px;
	background-image: url("../images/bg1.jpg");
	background-size: 100% 242px;
}

/*section5  香港城市大学本科院系 */
.section5 {
	padding-bottom: 32px;
}

.section5_bg {
	width: 100%;
	height: 168px;
	padding-top: 42px;
	box-sizing: border-box;
	background: #ce0259;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.college {
	width: 100%;
	margin-top: -60px;
	box-sizing: border-box;
	overflow: hidden;
}

.college_column {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-bottom: 16px;
}

.college_column_item {
	display: inline-block;
	min-width: 130px;
	min-height: 130px;
	width: 130px;
	height: 130px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.college_item_icon img {
	width: 30px;
	margin-bottom: 6px;
}

.college_column1 {
	padding-left: 30px;
	animation: toLeftove 15s linear infinite;
}

.college_column2 {
	padding-right: 30px;
	animation: toRightMove 15s linear infinite;
}

.college_column .college_column_item:nth-last-child() {
	margin-right: 0px;
}


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

	50% {
		transform: translateX(-350px);
	}

	100% {
		transform: translateX(30px);
	}
}

@keyframes toRightMove {
	0% {
		transform: translateX(-350px);
	}

	50% {
		transform: translateX(30px);
	}

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

/*section6  香港城市大学研究生课程*/
.section6 {
	padding-bottom: 60px;
}

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

.course_tabs_wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
	/* box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13); */
}

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

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



.course_tabs .course_tabs_item {
	height: 56px;
	padding: 0px 16px;
	box-sizing: border-box;
	line-height: 56px;
	text-align: center;
	color: #BF165E;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}

.course_tabs .active_tab {
	color: #EE2323;
}

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

/*  sectiin7 香港城市大学申请成功案例*/
.section7 {
	padding-top: 10px;
	padding-bottom: 30px;
	background: #ffffff;
}

/*section8 香港城市大学申请常见问题 */
.section8 {
	padding-top: 40px;
	padding-bottom: 42px;
	box-sizing: border-box;
	background-image: url("../images/bg1.jpg");
	background-size: 100% 242px;
}

.section8 .section_title {
	padding-bottom: 30px;
}

.section8 .issue_wrap {
	width: var(--view-width);
	padding: 20px 0px 10px 0px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 12px 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: #ce0259;
	background: #fff1f7;
	border: 1px solid #ce0259;
	border-radius: 8px;
	box-shadow: 0px 4px 6px 0px rgba(149, 1, 64, 0.21);
	/* transition: all 0.3s; */
	position: relative;
	cursor: pointer;
}

/* .issue_detail:hover {
	transform: scale(1.1);
} */

.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;
	/* transform: translateX(-100%); */
}

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

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

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

/* section9 景鸿香港城市大学申请服务优势*/
.section9 {
	padding-bottom: 80px;
}

.section9 .section9_bg {
	width: 100%;
	height: 78px;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	background: #ce0259;
	border-radius: 0px 0px 80px 80px;
	overflow: hidden;
	position: relative;
}

.section9_bg .build {
	width: 55px;
	height: 65px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 1;
}

.section9 .section_title {
	width: max-content;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.card {
	width: var(--view-width);
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 20px;
}

.card_item {
	width: 100%;
	height: 185px;
	padding-top: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-image: url("../images/box3.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.card_item_order {
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ce0259;
	font-size: 24px;
	font-weight: 700;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.card_item_icon {
	width: 28px;
	margin-bottom: 8px;
}

.card_item_desc {
	font-size: 14px;
	color: #84033a;
	line-height: 20px;
}

@media (max-width: 375px) {
	.section7 .swiper-slide_box {
		height: 116px;
	}
}