@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-07-05 15:53:41
 * @LastEditTime: 2024-10-24 17:53:38
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 新版英文首页个性化布局
 */
.g-header {
	min-height: 816px;
	background: url(../../../img/en/index/top-bg.png) no-repeat center top;
	background-size: cover;
}

/* ==================== 分割线 =========================== */

.m-hd-wrap .u-lang-qa-box .u-lang {
	width: 29px;
	height: 29px;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	background-color: #698fb9;
	text-align: center;
	border: solid 1px #698fb9;
	border-radius: 20px;
	text-decoration: none;
	transition: .4s all;
}

.m-hd-wrap .u-lang-qa-box .u-qa {
	margin-left: 8px;
}

.m-hd-wrap .u-lang-qa-box .u-lang:hover,
.m-hd-wrap .u-lang-qa-box .u-lang.z-crt {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.m-hd-wrap {
	position: relative;
	height: 90px;
	background: none;
}

.m-hd-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

.m-hd-wrap .hd-con {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-hd-wrap img {
	display: block;
}

.m-hd-wrap .hd-con .hd-logo {
	display: flex;
	align-items: center;
}

.m-hd-wrap .hd-con .hd-logo .u-line {
	margin: 0 20px;
	width: 1px;
	height: 25px;
	background-color: rgba(255, 255, 255, .2);
}

.m-hd-wrap .hd-bar {
	display: flex;
	align-items: center;
}

.m-hd-wrap .hd-bar .u-search {
	display: flex;
	position: relative;
	background-color: rgba(255, 255, 255, .2);
	width: 430px;
	border-radius: 18px;
	height: 36px;
	line-height: 36px;
	padding: 0 18px 0 40px;
	color: #FFFFFF;
}

.m-hd-wrap .hd-bar .u-search .ciiefont {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	transform: translateY(-50%);
}

.m-hd-wrap .hd-bar .u-search::before,
.m-hd-wrap .hd-bar .u-search::after {
	content: "";
	position: absolute;
	top: -2px;
	height: 36px;
	width: 18px;
	border-color: #FFFFFF;
	border-style: solid;
}

.m-hd-wrap .hd-bar .u-search::before {
	left: -2px;
	border-radius: 19px 0 0 19px;
	border-width: 2px 0 2px 2px;
}

.m-hd-wrap .hd-bar .u-search::after {
	right: -2px;
	border-radius: 0 19px 19px 0;
	border-width: 2px 2px 2px 0;
}

.m-hd-wrap .hd-bar .u-search input {
	border: 0;
	outline: none;
	flex: 1 1 0;
	height: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
}

.m-hd-wrap .hd-bar .u-search input::placeholder {
	color: rgba(255, 255, 255, .6);
}

.m-hd-wrap .hd-bar .u-search input:focus {
	box-shadow: none;
}


/* ==================== 分割线 =========================== */

.m-nav-wrap {
	position: relative;
	height: 62px;
}

.m-nav-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

.m-nav-wrap .nav-con {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #b4c3d2;
	font-size: 15px;
}

.m-nav-wrap .nav-con .nav-item>a {
	position: relative;
	color: #b4c3d2;
	display: block;
	line-height: 50px;
}

.m-nav-wrap .nav-con .nav-item {
	height: 100%;
	padding: 5px 0 0 0;
}

.m-nav-wrap .nav-con .nav-item>a::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #ffffff;
	border-radius: 2px;
	margin: 0 auto;
}

.m-nav-wrap .nav-con a>span {
	margin-left: 5px;
}

.m-nav-wrap .nav-con .nav-item:hover>a::after,
.m-nav-wrap .nav-con .nav-item.active>a::after {
	width: 30px;
	transition: all .3s;
}

.m-nav-wrap .nav-con .nav-item:hover>a,
.m-nav-wrap .nav-con .nav-item.active>a {
	color: #FFFFFF;
	font-weight: 600;
}

.m-nav-wrap .drop-menu {
	display: none;
	position: absolute;
	left: 0;
	padding: 24px 30px;
	width: 100%;
	top: 60px;
	bottom: auto;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.902);
	box-shadow: 0px 0px 11.04px 0.96px rgba(0, 0, 0, 0.1);
	text-align: left;
	z-index: 999;
}

.m-nav-wrap .drop-menu li {
	position: relative;
	margin-right: 25px;
	display: inline-block;
	padding-left: 16px;
	line-height: 36px;
	font-size: 16px;
}

.m-nav-wrap .drop-menu li a {
	color: #000;
	transition: .4s;
}

.m-nav-wrap .drop-menu li::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
	background: #78aaf0;
}

.m-nav-wrap .drop-menu li.u-split-line {
	padding: 0;
	margin: 0 26px;
	width: 1px;
	height: 18px;
	line-height: 18px;
	background: rgba(211, 211, 211, 1);
	vertical-align: middle;
}

.m-nav-wrap .drop-menu li.u-split-line::before {
	display: none;
}

.m-nav-wrap .menu-group {
	display: flex;
	justify-content: space-between;
}

.m-nav-wrap .drop-menu dl {
	display: flex;
	flex-wrap: wrap;
	width: 32%;
}

.m-nav-wrap .drop-menu .menu-group dl:nth-child(3) {
	width: 40%;
}

.m-nav-wrap .drop-menu .menu-group dl:nth-child(3) dd {
	width: 50%;
	font-size: 15px;
}

.m-nav-wrap .drop-menu dl dt {
	width: 100%;
	color: #004098;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
}

.m-nav-wrap .drop-menu dl dd {
	position: relative;
	display: inline-block;
	padding: 4px 0 4px 16px;
	line-height: 36px;
	font-size: 16px;
	width: 45%;
}

.m-nav-wrap .drop-menu dl dd::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 19px;
	width: 5px;
	height: 5px;
	background: #78aaf0;
}

.m-nav-wrap .nav-con .nav-item:hover .drop-menu {
	display: block;
}

.m-nav-wrap .drop-menu .menu-group.u-style1 dl,
.m-nav-wrap .drop-menu .menu-group.u-style1 dl dd {
	width: 48%;
}


/* ==================== 分割线 =========================== */
.m-banner-wrap .banner-con {
	text-align: center;
	color: #ffffff;
	padding: 78px 0 0 0;
}

.m-banner-wrap .banner-con h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 56px;
	font-weight: 600;
	padding-bottom: 15px;
}

.m-banner-wrap .banner-con h4 {
	font-size: 38px;
	font-weight: normal;
	line-height: 50px;
}

.m-banner-wrap .banner-con .u-more {
	background: rgba(0, 64, 152, .8);
	/* height: 60px; */
	border-radius: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 100;
	padding: 0 8px;
	/* margin: 20px 0 200px 0; */
}

.m-banner-wrap .banner-con .u-more span {
	font-size: 17px;
	margin-left: 36px;
}

.m-banner-wrap .banner-con .banner-ft {
	margin-top: 260px;
	display: flex;
	justify-content: space-between;
}

.m-banner-wrap .banner-ft .countdown-text {
	font-size: 28px;
	line-height: 42px;
	color: #ffffff;
	padding-top: 16px;
}

.m-banner-wrap .subscribe-service {
	padding-top: 10px;
}

.m-banner-wrap .subscribe-service,
.m-banner-wrap .subscribe-service>a {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	display: flex;
	justify-content: center;
}

.m-banner-wrap .subscribe-service .item {
	display: flex;
	align-items: center;
	margin: 0 65px;
}

.m-banner-wrap .subscribe-service span {
	font-size: 26px;
	margin-right: 12px;
}

.m-banner-wrap .subscribe-service .item-qr {
	position: relative;
	cursor: pointer;
}

.m-banner-wrap .subscribe-service .item-qr .u-online-qr {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -155px;
	right: 0;
	/* transform: translateX(-50%); */
	background: rgb(255, 255, 255);
	border-radius: 5px;
	width: 150px;
	height: 150px;
	transition: all 0.5s;
	box-shadow: 0 0 8px 2px rgba(218, 219, 222, 1);
	z-index: 10;
}

.m-banner-wrap .subscribe-service .item-qr .u-online-qr img {
	max-width: 100%;
	max-height: 100%;
}

.m-banner-wrap .subscribe-service .item-qr:hover .u-online-qr {
	visibility: visible;
	opacity: 1;
}


.m-banner-wrap .countdown-date {
	display: flex;
	align-items: center;
}

.m-banner-wrap .countdown-date .item-time {
	display: flex;
	align-items: center;
}

.m-banner-wrap .countdown-date .u-card {
	display: flex;
}

.m-banner-wrap .countdown-date .item-day {
	margin-right: 50px;
}

.m-banner-wrap .countdown-date .u-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 96px;
	background-image: url(../../../img/en/index/bg-date.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	font-size: 90px;
	/* font-family: 'countdown'; */
	font-family: 'Arial';
	margin: 0 5px;
}

.m-banner-wrap .countdown-date .item-day .u-num i {
	/* background-image: linear-gradient(0deg, #19f7ff 40%, #e0ff80 70%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #fff;
}

.m-banner-wrap .countdown-date .item-time .u-num i {
	/* background-image: linear-gradient(0deg, #19f7ff 40%, #8df3ff 70%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #fff;
}

.m-banner-wrap .countdown-date .u-point {
	height: 134px;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 36px;
}

.m-banner-wrap .countdown-date .u-point i {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #99ffff 0%, #3399ff 100%), linear-gradient(#3399ff, #3399ff);
	background-blend-mode: normal, normal;
	margin-bottom: 8px;
}

.m-banner-wrap .countdown-date .u-unit {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	height: 38px;
	line-height: 38px;
}


/* ==================== 分割线 =========================== */
.m-enter-wrap {
	position: relative;
	padding: 36px 0 0 0;
	background-color: #f1f5f7;
}

.m-enter-wrap .enter-con {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 16px;
}

.m-enter-wrap .enter-con .enter-card {
	position: relative;
	width: 49.3162%;
	height: 340px;
	margin-bottom: 16px;
	background-color: #ffffff;
	padding: 20px 0 0 0;
	box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.4);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom -75px;
}

.m-enter-wrap .enter-card .u-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #1d1d1d;
	text-align: center;
}

.m-enter-wrap .enter-card .u-tit .u-more {
	padding: 0 8px;
	margin-left: 8px;
	font-size: 12px;
	color: #004098;
	font-weight: normal;
	line-height: 22px;
	border: solid 1px #004098;
	border-radius: 25px;
}

.m-enter-wrap .enter-card .u-more .ciiefont {
	margin-left: 8px;
}

.m-enter-wrap .enter-card .u-sub-tit {
	padding: 10px 0 0 0;
	min-height: 40px;
}

.m-enter-wrap .enter-card .u-sub-tit,
.m-enter-wrap .enter-card .u-sub-tit a {
	font-size: 16px;
	color: #004098;
	text-align: center;
}

.m-enter-wrap .enter-card .u-sub-tit i {
	margin: 0 20px;
}

.m-enter-wrap .enter-card .text-group {
	font-size: 17px;
	line-height: 32px;
	color: #333333;
	padding: 0 0 0 20px;
	min-height: 64px;
}

.m-enter-wrap .enter-card .text-group .u-txt {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.m-enter-wrap .enter-card .btn-group {
	display: flex;
	justify-content: center;
	font-size: 20px;
	color: #004098;
	margin-top: 20px;
}

.m-enter-wrap .btn-group .u-btn {
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	border: solid 1px #004098;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	padding: 0 20px 0 16px;
	color: #004098;
	font-size: 18px;
	min-width: 200px;
	margin: 0 5px;
}

.m-enter-wrap .btn-group .u-r {
	margin-left: 10px;
}

.m-enter-wrap .btn-group .u-icon {
	margin-right: 10px;
	font-size: 33px;
}

.m-enter-wrap .enter-card .u-active {
	display: none;
	position: absolute;
	z-index: 2;
}

.m-enter-wrap .enter-card.u-bg_1 {
	background-image: url(../../../img/en/index/bg-enter_1.png);
}

.m-enter-wrap .enter-card.u-bg_2 {
	background-image: url(../../../img/en/index/bg-enter_2.png);
}

.m-enter-wrap .enter-card.u-bg_3 {
	background-image: url(../../../img/en/index/bg-enter_3.png);
}

.m-enter-wrap .enter-card.u-bg_4 {
	background-image: url(../../../img/en/index/bg-enter_4.png);
}

.m-enter-wrap .enter-card.u-no-bg {
	background-image: url(../../../img/en/index/bg-enter_5.png);
	background-position: center bottom;
}

.m-enter-wrap .enter-card .u-clover-icon {
	position: absolute;
	width: 108px;
	height: 106px;
	/* background: url(../../../img/en/index/clover.png); */
	transition: .4s;
	z-index: 10;
}

.m-enter-wrap .enter-card.u-bg_1 .u-clover-icon {
	right: 0;
	bottom: 2px;
}

.m-enter-wrap .enter-card.u-bg_2 .u-clover-icon {
	left: 0;
	bottom: 2px;
	transform: rotate(90deg);
}

.m-enter-wrap .enter-card.u-bg_3 .u-clover-icon {
	right: 1px;
	top: 1px;
	transform: rotate(270deg);
}

.m-enter-wrap .enter-card.u-bg_4 .u-clover-icon {
	left: 0;
	top: 2px;
	transform: rotate(180deg);
}

.m-enter-wrap .enter-card:hover {
	background-position: center bottom;
	transition: all 1s;
}

.m-enter-wrap .enter-card .btn-group .u-btn:hover {
	background-color: #004098;
	color: #FFFFFF;
}

/* .m-enter-wrap .enter-card.u-bg_1:hover .u-clover-icon {
	background-image: url(../../../img/en/index/clover-z-crt.png);
}

.m-enter-wrap .enter-card.u-bg_2:hover .u-clover-icon {
	background-image: url(../../../img/en/index/clover-z-crt.png);
}

.m-enter-wrap .enter-card.u-bg_3:hover .u-clover-icon {
	background-image: url(../../../img/en/index/clover-z-crt.png);
}

.m-enter-wrap .enter-card.u-bg_4:hover .u-clover-icon {
	background-image: url(../../../img/en/index/clover-z-crt.png);
} */

.m-enter-wrap .enter-card:hover .u-clover-icon {
	background-image: url(../../../img/en/index/clover-z-crt1.png);
}

.m-enter-wrap .enter-card .u-e-ciie-box {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 10px;
	width: 100%;
	height: 89px;
}

.m-enter-wrap .enter-card .u-e-ciie-box .p1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: rgba(0, 64, 152, 1);
	text-align: center;
}

.m-enter-wrap .enter-card .u-e-ciie-box .u-link-box {
	margin-top: 6px;
	display: flex;
	justify-content: center;
}

.m-enter-wrap .enter-card .u-e-ciie-box .u-link-box>a {
	padding: 0 24px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 64, 152, 1);
	border-left: 1px solid rgb(182, 208, 244);
}

.m-enter-wrap .enter-card .u-e-ciie-box .u-link-box>a:first-child {
	border-left: none;
}

.m-enter-wrap .enter-grid {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 34px 0 50px 0;
}

.m-enter-wrap .enter-grid .item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #636363;
}

.m-enter-wrap .enter-grid .item-icon {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	color: #FFFFFF;
}

.m-enter-wrap .enter-grid .u-bg_1 {
	background-color: #ffb95e;
}

.m-enter-wrap .enter-grid .u-bg_2 {
	background-color: #ff6055;
}

.m-enter-wrap .enter-grid .u-bg_3 {
	background-color: #66cea3;
}

.m-enter-wrap .enter-grid .item-icon span {
	font-size: 45px;
}

.m-enter-wrap .enter-grid .u-line {
	width: 1px;
	height: 41px;
	background-color: #b6d3e2;
}

.m-enter-wrap .enter-grid .item:hover {
	color: #000000;
}

.m-enter-wrap .enter-grid .item:hover .u-bg_1 {
	background-color: #FFFFFF;
	box-shadow: inset 0 0 20px #ffb95e;
	color: #ffb95e;
}

.m-enter-wrap .enter-grid .item:hover .u-bg_2 {
	background-color: #FFFFFF;
	box-shadow: inset 0 0 20px #ff6055;
	color: #ff6055;
}

.m-enter-wrap .enter-grid .item:hover .u-bg_3 {
	background-color: #FFFFFF;
	box-shadow: inset 0 0 20px #66cea3;
	color: #66cea3;
}

.m-enter-wrap .pie-active {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 232px;
	height: 232px;
	margin-left: -116px;
	margin-top: -116px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid #a1cbed;
	z-index: 1;
	border-radius: 50%;
}


/* ==================== 分割线 =========================== */

.m-notice-wrap {
	margin-top: 2px;
	padding: 19px 0;
}

.m-notice-box .u-notice-icon {
	margin-right: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 8px;
	height: 36px;
	background-image: linear-gradient(180deg, rgba(255, 109, 75, 1) 0%, #ff3123 100%);
	font-size: 20px;
	color: #fff;
	border-radius: 18px;
}

.m-notice-box .u-notice-icon .ciie-notice {
	font-size: 24px;
}

.m-notice-box .u-notice-icon .u-txt {
	margin-left: 10px;
}

.m-notice-box .u-notice-box {
	position: relative;
	padding: 16px 10px;
	flex: 1 1 0;
	min-width: 10px;
	height: 56px;
	white-space: nowrap;
	overflow: hidden;
}

.m-notice-box .u-notice-box::before {
	content: '';
	position: absolute;
	top: 0;
	width: 70px;
	bottom: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0.01) 100%);
	z-index: 5;
}

.m-notice-box .u-notice-box p {
	position: absolute;
	top: 16px;
	left: 0;
}

.m-notice-box .u-notice-box a {
	position: relative;
	padding-left: 20px;
	margin-right: 80px;
	height: 24px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: inline-block;
	text-decoration: none;
}

.m-notice-box .u-notice-box a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #d40518;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-notice-box .u-notice-box a:hover {
	color: #d40518;
}


/* ==================== 分割线 =========================== */
.m-special-wrap {
	min-height: 580px;
	background-color: #004098;
	background-image: url(../../../img/en/index/blue-bg-img.png);
	background-repeat: no-repeat;
	background-position: center top 125px;
	background-size: cover cover;
	padding: 45px 0;
}

.m-special-wrap .special-con {
	display: flex;
	justify-content: space-between;
}

.m-special-wrap .special-l {
	width: 49.3162%;
	height: 490px;
	background-color: #ffffff;
	padding: 20px 40px;
}

.m-special-wrap .special-l .tab-btn {
	display: flex;
	justify-content: space-around;
	font-size: 30px;
	font-weight: 600;
	color: #a2a2a2;
	height: 50px;
	align-items: center;
}

.m-special-wrap .special-l .tab-btn .item {
	position: relative;
	cursor: pointer;
}

.m-special-wrap .special-l .tab-btn .item.active {
	color: #1d1d1d;
}

.m-special-wrap .special-l .tab-btn .item.active::after {
	display: block;
}

.m-special-wrap .special-l .tab-btn .item:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #004098;
	border-radius: 2px;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	display: none;
}

.m-tab-update {
	padding-top: 30px;
}

.m-tab-update .item {
	position: relative;
	display: flex;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 10px 25px 10px;
}

.m-tab-update .item:nth-child(3) {
	border: 0;
}

.m-tab-update .item .item-img {
	width: 120px;
	height: 79px;
	border: solid 1px #dadada;
	margin-right: 15px;
}

.m-tab-update .item .item-text {
	flex: 1 1 0;
	width: 0;
}

.m-tab-update .item .item-text .u-tit {
	display: -webkit-box;
	font-size: 18px;
	line-height: 24px;
	max-height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
}

.m-tab-update .item .item-text .u-time {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.m-tab-update .item-more {
	text-align: right;
	margin-top: -10px;
}

.m-tab-update .item-more a {
	display: inline-block;
	width: 80px;
	height: 25px;
	border-radius: 13px;
	border: solid 1px #004098;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	color: #004098;
}

.m-tab-update .item-more a>span {
	margin-left: 6px;
}

.m-tab-update .item-more a:hover {
	background-color: #004098;
	color: #FFFFFF;
}

.m-special-wrap .special-r {
	padding-top: 20px;
	width: 49.3162%;
}

.m-special-wrap .special-r .title>img {
	display: block;
	margin: 0 auto;
}

.m-special-wrap .special-r .special-slider {
	margin-top: 40px;
	width: 100%;
	padding-bottom: 40px;
}

.m-special-wrap .special-r .swiper-slide {
	width: 380px;
	height: 260px;
	box-shadow: 0px 0px 10px 0px rgba(91, 91, 91, 0.6);
}

.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-special-wrap .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: .4;
}

.m-special-wrap .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	opacity: 1;
}


/* ==================== 分割线 =========================== */

.m-review-wrap {
	padding-top: 90px;
	padding-bottom: 50px;
}

.m-review-wrap .u-title {
	font-size: 38px;
	font-weight: 600;
	line-height: 40px;
	color: #1d1d1d;
	text-align: center;
}

.m-review-wrap .u-sub-tit {
	font-size: 18px;
	line-height: 40px;
	color: #959595;
	text-align: center;
}

.m-review-wrap .review-slider {
	height: 398px;
	width: 100%;
	margin-top: 40px;
}

.m-review-wrap .review-slider .swiper-slide>a {
	position: relative;
	display: block;
	height: 100%;
}

.m-review-wrap .review-slider .swiper-slide .u-tt {
	padding: 0 12px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.m-review-wrap .swiper-button-next {
	right: 0;
}

.m-review-wrap .swiper-button-prev {
	left: 0;
}

.m-review-wrap .swiper-button-next,
.m-review-wrap .swiper-button-prev {
	width: 55px;
	height: 55px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	color: #FFFFFF;
}

.m-review-wrap .swiper-button-next:after,
.m-review-wrap .swiper-button-prev:after {
	font-size: 26px;
	font-weight: 600;
}


/* ==================== 分割线 =========================== */

.m-exhibition-nav-box .u-legend-nav-box .u-tt {
	letter-spacing: 0;
}

.m-exhibition-nav-box .u-legend-list .p1 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 10px 10px 0 10px;
}

.m-exhibition-nav-box .u-legend-list li {
	flex: 1 1 0;
}

.m-exhibition-nav-box .u-legend-list li:nth-child(1),
.m-exhibition-nav-box .u-legend-list li:nth-child(2) {
	max-width: 110px;
}

.m-exhibition-nav-box .u-venue-number-box .u-venue-number {
	padding: 0 6px;
}

.m-exhibition-nav-box .u-txt-nav-box .u-tab-ct {
	min-height: 338px;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-tt-box {
	padding-top: 18px;
}

.m-exhibition-nav-box .u-four-leaf-clover-box .u-tt {
	font-size: 14px;
}

.m-exhibition-nav-box .u-four-leaf-clover-box {
	margin: 40px auto 0;
}

.m-exhibition-nav-box .u-venue-number-box .u-venue-number {
	word-break: initial;
}

/* ==================== 分割线 =========================== */

.m-share-tool-wrap .u-share-btn {
	background: url(../../../img/en/index/bg-share-icon.png) no-repeat center;
}

.m-share-tool-box .u-share-tool-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 36px 10px 15px 10px;
	background-color: rgba(0, 0, 0, .4);
	background-image: url(../../../img/en/index/bg-share.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	border-radius: 36px;
}

.m-share-tool-box .u-share-tool-box li {
	margin: 7px 0;
}

.m-share-tool-box .u-share-tool-box li>a {
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-share-tool-box .u-share-tool-box li.u-close {
	margin-top: 0;
}

.m-share-tool-box .u-share-tool-box li .ciiefont {
	color: #FFFFFF;
}

.m-share-tool-box .u-share-tool-box li:not(.u-close):hover>a {
	border-color: transparent;
	background: url(../../../img/en/index/bg-share-item.png) no-repeat center;
	background-size: 100% 100%;
	/* background: linear-gradient(to top, rgba(25, 255, 244, .3), rgba(174, 255, 174, .3));*/
}

.m-share-tool-box .u-share-tool-box li:not(.u-close):hover .ciiefont {
	background-image: linear-gradient(0deg, #19f7ff 40%, #e0ff80 70%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-share-wrap .u-close {
	padding: 0 12px 10px 12px;
	color: #FFFFFF;
	cursor: pointer;
}

.m-share-wrap .u-close i {
	font-size: 20px;
	font-weight: 600;
}

/*****展中版*******/
.u-under-way-box {
	background: url(../../../img/en/index/20241024-01-banner.png) no-repeat center;
}

.u-under-way-box .u-bg-number {
	right: 64px;
}