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

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

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

.banner {
	position: relative;
}

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

.bannerbtn {
	width: fit-content;
	min-width: 149px;
	height: 36px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 40px;
	color: #ffffff;
}

.banner_btns .bannerbtn:nth-child(1) {
	background: rgba(219, 156, 97, 0.8);
	margin-right: 12px;
}

.banner_btns .bannerbtn:nth-child(2) {
	background: rgba(49, 87, 196, 0.8);
}

/* 共同样式*/
.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;
}

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

.intro_desc {
	width: var(--view-width, 90%);
	text-align: justify;
	line-height: 22px;
}

.intro_desc_people {
	width: 134px;
	float: left;
}

.intro_desc_p span {
	font-weight: 700;
}

.intro_list {
	width: 100%;
	height: 96px;
	padding: 0px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #103C86;
	position: relative;
}

.intro_list_item {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro_list_item .intro_list_num {
	padding-bottom: 8px;
	color: #F0B46A;
	font-size: 20px;
	font-weight: 700;
}

.intro_list_item .intro_list_desc {
	color: rgba(255, 255, 255, .85);
	font-size: 12px;
}

.intro_list::before {
	content: '';
	width: 1px;
	height: 48px;
	background: rgba(8, 37, 85, 0.8);
	position: absolute;
	top: 50%;
	left: 33%;
	transform: translateY(-50%);
}

.intro_list::after {
	content: '';
	width: 1px;
	height: 48px;
	background: rgba(8, 37, 85, 0.8);
	position: absolute;
	top: 50%;
	right: 34%;
	transform: translateY(-50%);
}

/*section2 香港浸会大学全球排名 */
.section2 {
	padding-top: 50px;
}


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

.rank_tabs {
	width: 100%;
	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_item {
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #5671B0;
	border-radius: 26px;
	transition: all 0.5s;
	cursor: pointer;
	letter-spacing: 0px;
}

.rank_tabs .activeTab {
	color: #ffffff;
	background: #103C86;
	box-shadow: 0px 2px 4px 0px rgba(16, 60, 134, 0.49);
}

/* section3  */
.section3 {
	padding-top: 68px;
	padding-bottom: 40px;
	background: #F5F9FF;
}

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

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

.require_item {
	width: 296px;
	height: 576px;
	padding-top: 20px;
	margin-left: 16px;
	margin-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #F6F0E7;
	border-radius: 14px;
	border: 1px solid #7286BC;
	position: relative;
}

.require_couple {
	width: 21px;
	height: 55px;
	transform: rotate(-25deg);
	position: absolute;
	top: -18px;
	left: 36px;
}

.require_btn {
	width: 222px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	color: #472607;
	font-weight: 700;
	font-size: 14px;
	background: #E5B98E;
	box-shadow: 0px 4px 10px 0px rgba(150, 122, 57, 0.3);
	border-radius: 34px;
	position: absolute;
	bottom: -15px;
	cursor: pointer;
}

.require_item_title {
	min-width: 356px;
	min-height: 36px;
	padding-bottom: 4px;
	position: relative;
}

.require_item_title .text {
	width: max-content;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.require_item_title:after {
	content: '';
	width: 210px;
	height: 15px;
	background: #E4C887;
	border-radius: 4px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

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

.require_item_column {
	padding-bottom: 20px;
}

.require_item_column .column_title {
	color: #604300;
	font-weight: 700;
	font-size: 14px;
	padding-left: 12px;
	position: relative;
}

.require_item_column .column_title:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #604300;
	position: absolute;
	left: 0px;
	top: 4px;
}

.require_item_column .column_ul {
	padding-top: 8px;
	padding-right: 6px;
}

.require_item_column .column_ul_li {
	display: flex;
	align-items: flex-start;
	line-height: 20px;
}

.require_item_column .column_ul_li span {
	font-weight: 700;
}

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


.require_item_column .column_title span {
	color: #D37919;
}

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

.require .require_item:nth-child(2) .require_item_title:after {
	background: #9EC7F1;
}

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

.require .require_item:nth-child(2) .require_item_column .column_title:after {
	border-left: 10px solid #103395
}

.require .require_item:nth-child(2) .require_btn {
	color: #ffffff;
	background: #3157C4;
	box-shadow: 0px 4px 10px 0px rgba(16, 51, 149, 0.5);
}

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

.require_tips_item {
	display: flex;
	align-items: flex-start;
	line-height: 26px;
}

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

/* section4  香港浸会大学读书费用*/
.section4 {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

/* section5 */
.section5 {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #103C86;
}

.college {
	width: var(--view-width, 90%);
	padding-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3列*/
	grid-template-rows: repeat(2, 1fr);
	/* 2行*/
	column-gap: 14px;
	/* 列间距 */
	row-gap: 18px;
}

.college_item {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.college_item_img {
	width: 103px;
	height: 133px;
	border-radius: 8px;
	overflow: hidden;
}

.college_item_name {
	padding-top: 8px;
	color: #F0B46A;
	font-size: 14px;
	text-align: center;
}

/* section6  香港浸会大学研究生课程*/
.section6 {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #F5F9FF;
}

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

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

.course_box {
	width: var(--view-width, 90%)
}

.section6 .require_tips {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* section7 香港浸会大学申请成功案例 */
.section7 {
	padding-top: 32px;
	padding-bottom: 50px;
}

.section7 .section_title .section_title_text {
	letter-spacing: 1px;
}

.section7 .section_title_img {
	width: 60px;
}

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

/* section8 香港浸会大学申请常见问题 */
.section8 {
	padding-bottom: 50px;
}

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

.section8 .section_title .section_title_text {
	letter-spacing: 1px;
}

.section8 .section_title_img {
	width: 60px;
}

.section8 .issue_wrap {
	width: var(--view-width);
	padding: 20px 0px 10px 0px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 0px 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: #103C86;
	background: #F5F9FF;
	border: 1px solid rgba(16, 60, 134, 0.6);
	border-radius: 8px;
	box-shadow: 0px 4px 10px 0px rgba(8, 45, 106, 0.09);
	position: relative;
	cursor: pointer;
}

/* .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: -8px;
}

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

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

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

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

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

.section9 .section9_bg {
	width: 100%;
	height: 78px;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	background: #103C86;
	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);
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.card_item {
	width: 50%;
	height: 156px;
	padding-top: 48px;
	margin-bottom: 20px;
	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: #103C86;
	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: -12px;
	left: 50%;
	transform: translateX(-50%);
}

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

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