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

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


a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul {
	list-style: none;
}


#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, 93%);
	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: #002C55;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(0, 44, 85, 0.50);
	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 {
	text-indent: 2em;
	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: 1200px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ffffff;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
}

.require {
	width: var(--view-width, 93%);
	padding-top: 34px;
	box-sizing: border-box;
}

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


.require_items::after {
	content: '';
	width: 100%;
	min-width: 574px;
	height: 634px;
	background: #002C55;
	border-radius: 18px;
	position: absolute;
	left: 0px;
	bottom: 68px;
	z-index: 1;
}

.require_item {
	width: 100%;
	min-width: 264px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.require_item_title {
	padding-left: 40px;
	margin-bottom: 20px;
	color: #002C55;
	font-size: 18px;
	font-weight: 600;
	background-image: url("../images/box3.png");
	background-repeat: no-repeat;
	background-size: 31px auto;
	background-position: left center;
	transform: translateX(-6px);
}

.require_items .require_item:nth-child(2) .require_item_title {
	color: #AC874C;
	background-image: url("../images/box4.png");
}

.require_item_columns {
	width: 100%;
	height: 812px;
	padding-top: 20px;
	background-image: url("../images/box1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require_items .require_item:nth-child(2) .require_item_columns {
	background-image: url("../images/box2.png");
}

.require_item_column {
	width: 100%;
	padding-top: 20px;
	padding-left: 14px;
	padding-right: 10px;
}

.require_item_column_title {
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
}

.require_item_column_title .text {
	width: max-content;
	height: 30px;
	padding: 0px 9px;
	margin-right: 8px;
	background: #DCE8F3;
	border-radius: 6px;
	color: #002C55;
}

.require_item_column_title .text-ell {
	letter-spacing: -1px;
	margin-right: 0px;
	padding: 0 8px;
}

.require_item_column_title .desc {
	color: #AC874C;
}

.require_items .require_item:nth-child(2) .require_item_column_title .text {
	background: #F3E8E1;
	color: #AC874C;
}

.require_item_column_ul {
	padding-top: 10px;
}

.require_item_column_li {
	min-height: 20px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
}

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

.require_item_column_li .text {
	flex: 1;
}

.require_item_column_li .text span {
	color: #000000;
}

.require_item_column_li .text .point {
	color: #DA291C;
}

/* 申请要求按钮 */
.require_item_btn {
	width: 222px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-top: 36px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	background: #002C55;
	box-shadow: 5px 5px 5px 0px rgba(0, 44, 85, 0.29);
	border-radius: 54px;
	transition: all 0.5s ease;
	cursor: pointer;
}

.require_items .require_item:nth-child(2) .require_item_btn {
	background: #D18E22;
	box-shadow: 5px 5px 5px 0px rgba(209, 142, 34, 0.33);
}

/*  */
.require .openBtn {
	color: rgba(255, 255, 255, 0.9);
	background: #002C55;
	padding: 2px 4px;
}

/* section3澳门大学读书费用*/
.section3 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ffffff;
}

.cost {
	width: var(--view-width, 93%);
	padding-top: 34px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost_top {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: #002C55;
	border-radius: 16px 16px 0px 0px;
	position: relative;
}

.cost_top div {
	color: #ffffff;
	padding-left: 48px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
}

.cost_top .triangle {
	width: 26px;
	height: 15px;
	position: absolute;
	bottom: -15px;
}

.cost_top .leftTriangle {
	transform: rotateY(180deg);
	left: 0px;
}

.cost_top .rightTriangle {
	right: 0px;
}

.cost_table {
	width: calc(100% - 52px);
	border-radius: 0px 0px 16px 16px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cost_table .tr {
	width: 100%;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #002C55;
	font-size: 15px;
}

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

.cost_table .tr_label_type {
	margin-right: 18px;
}

.cost_table .tr_label_subType {
	font-size: 14px;
	color: #002C55;
}

.cost_table .tr_value {
	text-align: right;
}

.cost_tips {
	width: 100%;
	padding: 0px 20px 30px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost_tips .tips_item {
	padding-top: 24px;
	padding-bottom: 24px;
}

/* section4澳门大学院系设置 */
.section4 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
}

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

.swiper_college,
.swiper-wrapper {
	width: 100%;
}

.college_item {
	width: 100%;
	height: 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 12px;
}

.college_item_img {
	width: 100%;
	height: 86px;
	object-fit: cover;
	border-radius: 12px;
}

.college_item_title {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #002C55;
	font-size: 14px;
	font-weight: 600;
}

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

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

.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: rgba(255, 2552, 255, 0.4);
}

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

/* table_body 圆角处理 */
.section5 .table_body .tr:first-child .td {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.section5 .table_body .tr:last-child .td {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 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;
	justify-content: center;
}

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

/* section6  澳门大学 申请成功案例*/
.section6 {
	padding-top: 70px;
	padding-bottom: 40px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/bg3.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;
	cursor: pointer;
}

.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: #002C55;
	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 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #002C55;
}

.section8 .section_title .section_title_mainText {
	color: #ffffff;
}

.section8 .section_title .section_title_subText {
	color: #FF5D51;
}

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

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