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

@media (max-width: 400px) {}

body {
	font-family: "AlibabaPuHuiTi-2-35-Thin", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	user-select: none;
	font-size: 14px;
	color: #000000;
}

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


/* 共同样式 */
.section_title {
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

.white {
	color: #ffffff;
}

.tips {
	text-align: center;
	font-size: 10px;
}

/* 白色光圈 */
.lightbox {
	width: 80px;
	height: 80px;
	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: 40px;
	padding-bottom: 50px;
	background: #F0F9FF;
}

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

.card_item {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(181, 181, 181, 0.5);
	border-radius: 6px;
	margin-bottom: 12px;
}

.card_item_title {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: linear-gradient(to left, #A7CFFD, #378BED, #1F60B1);
}

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

.card_item_desc {
	width: 100%;
	padding: 8px 0px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

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

.ocid {
	width: var(--view-width, 93%);
	padding-left: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	display: flex;
}

.ocid_box {
	flex: 1;
}

.ocid_box_title {
	font-size: 15px;
	padding-bottom: 10px;
}
.ocid_box .tips{
	padding-top:20px;
	text-align: left;
}

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

.ocid_box_item .title {
	margin-top: 8px;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.ocid_box_item .num {
	margin-left: 8px;
	font-size: 36px;
	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;
}

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

.ocid_info {
	width: 135px;
	height: 201px;
	background-image: url("../../assets/images/roundBg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}

.ocid_info .lightbox1 {
	width: 100px;
	height: 100px;
	position: absolute;
	right: -30px;
	top: 18px;
}

.info_items {
	width: max-content;
	margin-top: 74px;
	margin-left: 25px;
}

.info_item {
	width: 100%;
	margin-bottom: 6px;
}

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

.info_item .desc {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

.info_item .desc span {
	font-size: 18px;
	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 {
	padding-top: 50px;
	background-image: url("../../assets/images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section3 .section_title_img {
	width: 62px;
	height: 44px;
	margin: 0px 6px;
}

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

.column .redBg {
	width: 92px;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(to bottom, #FD3B42, #860006);
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.column_item {
	width: 100%;
	padding: 8px 0px;
	margin-bottom: 10px;
	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: 8px;
}

.column_item_name {
	width: 92px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.column_item_left,
.column_item_right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

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

.column_item_left .numbox .numbox_num {
	margin: 0px 4px;
	font-size: 18px;
	font-weight: 700;
	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 4px;
	font-size: 18px;
	font-weight: 700;
	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;
}

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

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

.progress_item_box {
	width: 32px;
	height: 8px;
	margin: 0 6px;
	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-size: 13px;
	font-weight: 600;
	text-align: center;
}

.descbox .descbox_text {
	padding-top: 4px;
	text-align: center;
}

.streamer {
	width: 100%;
	height: 54px;
	padding-top: 6px;
	margin-top: 20px;
	box-sizing: border-box;
	background-image: url("../../assets/images/box.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 54px;
}

.streamer_point {
	padding-right: 10px;
	font-weight: 700;
	font-size: 20px;
	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;
}


/* section4 选择景鸿集团，选择完善的一站式服务*/
.section4 {
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url("../../assets/images/bg3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rely{
	width:100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rely_title1,
.rely_title2 {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

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

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

.rely_list {
	width: var(--view-width, 93%);
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rely_list_item {
	width:100%;
	padding-top:20px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 12px;
	color:#ffffff;
	line-height: 20px;
	position: relative;
}

.rely_list_item_title {
	width:128px;
	padding: 6px 10px 6px 20px;
	box-sizing: border-box;
	font-size: 14px;
	color:#000000;
	border-radius: 0px  32px 0px 0px;
	background: linear-gradient(90deg, #C79A64, #E1C793, #F8EDC7, #D5B480);
	position: absolute;
	left:0px;
	top:0px;
}

.rely_list_item_desc {
	width: 100%;
	padding: 16px 10px 14px 20px;
	box-sizing: border-box;
	background: linear-gradient(0deg, #0F41A4, #60BAFF);
	border-radius: 12px;
}