:root {
	--view-width: 63%;
	--font-num: 56px;
	--font-num2: 34px;
	--font-0: 36px;
	--font-1: 30px;
	--font-2: 26px;
	--font-3: 24px;
	--font-4: 22px;
	--font-5: 20px;
	--font-6: 18px;
	--font-7: 16px;
	--font-8: 14px;
	--font-9: 12px;
}

@media (max-width: 1440px) {
	:root {
		--view-width: 80%;

	}
}

@media (max-width: 1280px) {
	:root {
		--view-width: 84%;

	}
}

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

	}

}

@media (max-width: 768px) {
	:root {
		--view-width: 98%;
	}
}

/* 动画 */
@keyframes scaleInOut {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(-6px);
	}


	75% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0px);
	}
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	overflow-x: hidden;
	user-select: none;
}


.topbanner img,
.banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* 共同样式*/
.section_title,
.section_title_name {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_title_name_img {
	margin-right: 6px
}

.section_title_name_text {
	font-size: var(--font-0, 36px);
}

.section_title_name_text span {
	color: #075EBD;
	font-weight: 600;
}

.section_title_symbol {
	width: 15px;
	height: 25px;
}

.section_title .symbol1 {
	margin-right: 12px;
}

.section_title .symbol2 {
	transform: rotateY(180deg) rotateX(180deg);
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 0px;
}

/* tips */
.tips {
	text-align: center;
	font-size: var(--font-8, 14px);
}

/* 白色光圈 */
.lightbox {
	width: 160px;
	height: 160px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 60%);
	border-radius: 50%;
}

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

/* section1 25万欧元起购房，一家三代获得一家三代获得欧盟身份*/
.section1 {
	padding-top: 100px;
	padding-bottom: 44px;
	background: #F0F9FF;
}

.section1 .section_title_name_img {
	width: 108px;
	height: 70px;
}

.cards {
	width: var(--view-width, 63%);
	padding-top: 60px;
	padding-bottom: 40px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 50px;
	row-gap: 36px;
}

.card_item {
	width: 100%;
	height: 298px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0px 0px 10px 6px rgba(160, 160, 160, 0.3);
	transition: transform 0.3s;
}

.card_item:hover {
	transform: translateY(-20px);
}

.card_item_top {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.card_item_top_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.card_item_top_text {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: var(--font-2, 26px);
	background: linear-gradient(0deg, #2068E3 0%, #519BF7 100%);
	opacity: 0.9;
}

.card_item_desc {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: var(--font-6);
	line-height: 28px;
	color: #000000;
}


.cards .card_item:nth-child(even) .card_item_top_text {
	background: linear-gradient(0deg, #805700, #EEBF66);
}

/* section2希腊低成本撬动华侨生身份  */
.section2 {
	padding-top: 100px;
	background-color: #ffffff;
	background-image: url("../../assets/images/bg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ocid {
	width: var(--view-width, 63%);
	height: 500px;
	box-sizing: border-box;
	display: flex;
	position: relative;
}

/* 图片定位 */
.ocid_img {
	width: 382px;
	height: 496px;
	position: absolute;
	left: -10%;
	bottom: 0px;
	z-index: 3;
}

.ocid_img .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;

}

.ocid_img .lightbox1 {
	position: absolute;
	left: 124px;
	bottom: 98px;
}

.ocid_img .lightbox2 {
	position: absolute;
	right: 0px;
	top: 70px;
}

.ocid_img .lightbox2 {
	position: absolute;
	right: 30px;
	top: 100px;
}

/* ocid_detail */
.ocid_detail {
	width: 100%;
	height: 100%;
	padding-left: 180px;
	box-sizing: border-box;
	display: flex;
}


/*ocid_detail左边盒子  */
.ocid_detail_box_wrap {
	flex: 1;
	padding-top: 122px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.ocid_detail_box_wrap .tips {
	text-align: left;
	margin-left: 90px;
	margin-top: 20px;
}

.ocid_detail_box_wrap .ocid_detail_box {
	width: 100%;
	height: 278px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	background: linear-gradient(0deg, rgba(229, 246, 255, 0.2) 0%, #FFFFFF 100%);
	box-shadow: 4px 0px 6px 2px rgba(177, 178, 178, 0.5);
	border-radius: 30px;
	transition: all 1.5s;
}

.ocid_detail_box_wrap .ocid_detail_box:hover {
	z-index: 4;
	animation: scaleInOut 1.5s ease 1;
}


.ocid_detail_box_wrap .ocid_detail_box .ocid_detail_box_inner {
	min-width: 510px;
	height: 278px;
	padding-top: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	/* background: linear-gradient(0deg, rgba(229, 246, 255, 0.2)0%, #FFFFFF 100%); */
	position: relative;
}

.box_nail {
	width: 70px;
	height: 72px;
	position: absolute;
	right: 50px;
	top: 0px;
}

.box_title {
	font-size: var(--font-1, 30px);
	padding-bottom: 10px;
}

.box_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 10px;
}

.box_list_item {
	width: fit-content;
	display: flex;
	align-items: center;
	position: relative;
}

.box_list_item .title {
	font-size: var(--font-4, 22px);
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.box_list_item .num {
	margin-left: 8px;
	font-size: var(--font-num, 56px);
	font-weight: 700;
	background: linear-gradient(0deg, #084BB3 0%, #25C9FF 98.92578125%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}

.box_list_item .line {
	width: 100%;
	height: 15px;
	background: #FFF2D6;
	border-radius: 7px;
	position: absolute;
	left: 0px;
	bottom: 6px;
	z-index: 1;
}

/*ocid_detail右边圆圈  */
.ocid_detail_info {
	width: 342px;
	height: 324px;
	padding-top: 52px;
	padding-left: 55px;
	margin-left: 20px;
	box-sizing: border-box;
	background-image: url("../../assets/images/roundBg.png");
	background-repeat: no-repeat;
	background-size: auto;
}

.ocid_detail_info {
	animation: float 3s linear infinite;
}

.info_item {
	width: max-content;
	margin-bottom: 6px;
}

.info_item .year {
	width: 94px;
	height: 30px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	font-size: var(--font-5, 20px);
	background: linear-gradient(to bottom, #FFE899, #FFBB09);
	border-radius: 15px;
}

.info_item .desc {
	color: #ffffff;
	font-size: var(--font-5, 20px);
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

.info_item .desc span {
	font-size: var(--font-num2, 34px);
	font-weight: 700;
	background: linear-gradient(0deg, #FFBB09 0%, #FFE899 73.095703125%, #FFFBEF 87.5732421875%, #FFEDAD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* section3华侨生联考PK内地高考  */
.section3 {
	height: 830px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../../assets/images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section3 .section_title_name_img {
	width: 127px;
	height: 86px;
	margin-left: 6px;
}

.section3 .section_title_name_text {
	color: #ffffff;
}

.section3 .tips {
	color: rgba(255, 255, 255, 0.85);
}

.column {
	width: var(--view-width, 63%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.column_item {
	width: 100%;
	padding: 16px 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #D7D7D7, #FFFFFF);
	box-shadow: inset 0px -1px 4px 2px rgba(90, 90, 90, 0.27);
	border-radius: 32px;
}

.column_item:hover {
	animation: scaleInOut 1s ease 1;
}

.column_item_name {
	width: 178px;
	height: 46px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	font-size: var(--font-3, 24px);
	background: linear-gradient(0deg, #094EB5, #25C7FE);
	box-shadow: 1px 2px 5px 0px rgba(90, 90, 90, 0.65);
	border-radius: 22px;
}

.column_item_left,
.column_item_right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-5, 20px);
}

/* 报考人数 本科上线率*/
.column_item_left .numbox,
.column_item_right .numbox {
	display: flex;
	align-items: center;
}

.column_item_left .numbox .numbox_num {
	margin: 0px 6px;
	font-size: var(--font-0, 35px);
	font-weight: 900;
	background: linear-gradient(to bottom, #FD3B42 0%, #860006 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.column_item_right .numbox .numbox_num {
	margin: 0px 6px;
	font-size: var(--font-0, 35px);
	font-weight: 900;
	background: linear-gradient(to bottom, #DABC8A 0%, #9C6C1C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 题目难度 */
.progress {
	width: max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.progress_item {
	width: max-content;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	font-size: var(--font-5, 20px);
}

.progress_item_label {
	width: 80px;
	text-align: right;
}

.progress_item_ratio {
	width: 60px;
	text-align: right;
}

.progress_item_box {
	width: 72px;
	height: 16px;
	margin: 0 16px;
	box-sizing: border-box;
	overflow: hidden;
}

.progress_item_box div {
	height: 100%;
}

.progress .progress_item:nth-child(1) .progress_item_box div {
	background: #C00000;
}

.progress .progress_item:nth-child(2) .progress_item_box div {
	background: #548235;
}

.progress .progress_item:nth-child(3) .progress_item_box div {
	background: #FFC000;
}

/* 考试科目 */

.descbox .descbox_title {
	font-weight: 600;
}

.descbox .descbox_text {
	padding-top: 6px;
}

/* 底部 */
.streamer {
	width: 73%;
	height: 67px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-2, 25px);
	font-style: italic;
	background-image: url("../../assets/images/box.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.streamer:hover {
	animation: scaleInOut 1s ease 1;
}

.streamer_point {
	padding-right: 10px;
	font-weight: 700;
	font-size: var(--font-0, 40px);
	color: #FFFFFF;
	font-style: italic;
	background: linear-gradient(-10deg, #CA0000 0%, #F95854 50%, #CA0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.streamer_point_light {
	position: absolute;
	bottom: 0px;
}

/* section4 选择景鸿集团，选择完善的一站式服务 */
.section4 {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #F0F9FF;
}

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

.rely_title1,
.rely_title2 {
	color: #ffffff;
	text-align: center;
	font-size: var(--font-2, 26px);
}

.rely_title1 {
	width: 646px;
	height: 44px;
	margin-top: 40px;
	box-sizing: border-box;
	line-height: 44px;
	background-image: url("../../assets/images/box2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.rely_title2 {
	width: 1020px;
	height: 44px;
	margin-top: 10px;
	box-sizing: border-box;
	line-height: 44px;
	background-image: url("../../assets/images/box3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.rely_list {
	width: var(--view-width, 63%);
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.rely_list_item {
	width: 25%;
	min-height: 270px;
	padding: 0px 32px;
	box-sizing: border-box;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 90%, rgba(231, 235, 242, 0.25) 100%);
	border-right: 1px solid rgba(231, 235, 242, 0.5);
	transition: transform 0.3s ease;
}

.rely_list_item_title {
	padding: 20px 0px;
	color: #272727;
	font-size: var(--font-5, 20px);
	font-weight: 600;
}

.rely_list_item_desc {
	width: 100%;
	color: #272727;
	text-align: center;
	line-height: 32px;
	font-size: var(--font-7, 16px);
}

.rely_list_item:hover {
	transform: translateY(-16px);
}

/* 兼容处理 */

@media (max-width: 1440px) {
	.section2 .ocid_img {
		width: 344px;
		height: 446px
	}

	.section2 .ocid_img .lightbox1 {
		left: 110px;
		bottom: 83px;
	}

	.section2 .ocid_img .lightbox2 {
		right: -12px;
		top: 45px;
	}
}

@media (max-width: 1280px) {
	.section2 .ocid_img {
		width: 306px;
		height: 396px
	}

	.section2 .ocid_detail_box_wrap .ocid_detail_box .ocid_detail_box_inner {
		padding-right: 0px;
		padding-left: 20px;
	}
	.section2 .ocid_detail_box_wrap .ocid_detail_box .ocid_detail_box_inner  .box_list {
		column-gap: 10px;
		row-gap: 6px;
	}
	.section4 .rely_list_item {
		height: 294px;
		padding: 0px 10px;
	}
}
