.form {
	min-width: 500px;
	width: 45%;
	position: fixed;
	right: 0;
	top: 0px;
	background-color: #fff;
	padding: 40px;
	z-index: 1099;
	overflow-y: auto;
	height: 700px;
	display: none;
	box-shadow: -5px 5px 20px #D6D7D7;
}

.form .input_div:focus-within {
	/* color:  red; */
	border-bottom: 2px solid red !important;

}

.form .last_input:focus-within {
	/* color:  red; */
	border-bottom: 2px solid red !important;

}

.form .closeForm {
	text-align: right;
	display: flex;
	align-items: center;
}

.form .closeForm img {
	height: 40px;
	width: 40px;
	cursor: pointer;
	/* padding-left: 10px; */
}

.form form {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: space-between;
}

.form h1 {
	font-size: 28px;
	display: flex;
	justify-content: space-between;
	font-family: 'Popins-Bold';
	color: #1B1035;
	line-height: 1.5;
	align-items: baseline;
}

.form h6 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Popins-Light';
	margin-top: 10px;
	line-height: 2;
}

.form .input_div {
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #939393;
	margin-bottom: 30px;
	box-sizing: border-box;
	width: 48%;
	font-family: 'Popins-Medium';
	font-size: 20px;
}

.form form .last_input {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 2px solid #939393;
	font-family: 'Popins-Medium';
	font-size: 20px;
}

.form form .last_input input {
	border: none;
	outline: none;
	width: calc(100% - 20px);
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Popins-Light';
	font-size: 18px;
}

.form .input_div span {
	color: red;
	font-weight: 400;
}

.form .introduce {
	color: #606060;
	font-size: 16px;
	font-family: 'Popins-Light';
}

.form .introduce div {
	margin-top: 20px;
	color: #606060;
	font-size: 16px;
	font-family: 'Popins-Light';
}

.form .input_div input {
	border: none;
	outline: none;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Popins-Light';
	font-size: 18px;
}

.form .form_bottom {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}

.form .form_bottom .left {
	color: #E40010;
	opacity: 0;
	font-size: 18px;
	font-family: 'Popins-Light';
}

.form .placeHolder_color::placeholder {
	color: red;
}

.form .form_bottom .submit {
	background-color: #1B1035;
	color: white;
	padding: 5px 60px;
	border: none;
	cursor: pointer;
	font-family: 'Popins-Medium';
	font-size: 20px;
}


.active {
	position: relative;
}

.active:hover .unshowMeau {
	display: flex;
}

.unshowMeau {
	display: none;
	position: absolute;
	z-index: 1004;
	background-color: white;
	width: 200%;
	flex-direction: column;
	left: -50%;
	top: 100%;
}

.unshowMeau>h5:first-child {
	padding: 10px 10px;
	font-size: 14px;
}

.unshowMeau>h5:nth-child(2) {
	padding: 0px 10px 10px 0;
	font-size: 14px;

}




.sponsorsnewmain1 .Hbanner-box {
	background: url('../images/bg-exhibition.jpg') no-repeat;
	background-size: 100% 100%;
}

.sponsorsnewmain1 .Hbanner {
	max-width: 1550px;
	margin: auto;
	padding: 50px 0 50px;
}

.sponsorsnewmain1 .Hbanner h1 {
	color: #BDF9F3;
	font-family: 'Popins-Bold';
	font-size: 48px;
	margin-bottom: 30px;
}

.sponsorsnewmain1 .Hbanner h1 span {
	color: #FFFFFF;
}

.sponsorsnewmain1 .Hbanner p {
	margin-bottom: 50px;
	color: #fff;
	font-family: 'Popins-Medium';
}

.sponsorsnewmain1 .Hbanner .btn2 {
	display: none;
}

.sponsorsnewmain1 .Hbanner a {
	border-radius: 8px;
	padding: 10px 30px;
	font-size: 20px;
	font-family: 'Popins-Medium';
	cursor: pointer;
	border: 1px solid #1B1035;
	color: #1B1035;
	background-color: #fff;
	min-width: 9em;
	text-align: center;
	font-weight: 600;
	text-shadow: 10px 5px 10px #D6D6D6;
}

.sponsorsnewmain1 .Hbanner a:hover {
	background-color: #1B1035;
	color: #fff;
	text-shadow: none;
}
 


.main2 {
	margin-top: 120px;
	text-align: center;
	color: #1B1035;
}

.main2>h1 {
	font-size: 36px;
	font-family: 'Popins-Bold';

}

.main2>h1:after {
	content: '';
	display: block;
	width: 220px;
	height: 6px;
	margin: 30px auto;
	background-image: linear-gradient(90deg, #1B1035 20%, #1B1035 );
}

.main3>ul,
.main2>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 5%;
	/* max-width: 1560px; */
}

.main2>ul>li {
	width: calc(100% / 6);
	/* margin: 10px; */
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

/*.main3>ul>li {
	width: calc(100% / 6);*/
	/* margin: 10px; */
	/*padding: 10px;
	box-sizing: border-box;
	text-align: center;
}*/
 

.main2>ul>li img {
	width: 230px;
	height: 230px;
}

.mask-view {
	width: 100%;
	height: 230px;
	position: relative;
	display: flex;
	justify-content: center;
}

/*.mask-view>p {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Popins-Bold' !important;
	font-size: 16px !important;
	background-color: #1B103566;
	width: 230px;
	height: 230px;
	line-height: 230px;
	color: #fff !important;
	cursor: pointer;
}*/

.mask-view:hover p {
	display: block;
}

.main2>ul>li>img {
	width: 100%;
	max-width: 230px;
}

.main2 ul li h1,
.main3 ul li h1 {
	font-family: 'Popins-Bold';
	color: #1B1035;
	font-size: 16px;
	margin: 20px 0 25px;
}

.main2 ul li p,
.main3 ul li p {
	font-family: 'Popins-Light';
	color: #000000;
	font-size: 13px;
}

.main2 ul li h2,
.main3 ul li h2 {
	font-family: 'Popins-Bold';
	font-size: 13px;
	margin-top: 28px;
	color: #000000;
}

.main2 .btn_a {
	background-color: #1B1035;
	text-align: center;
	height: 55px;
	width: 335px;
	margin: 0 auto;
	border-radius: 10px;
	line-height: 55px;
	margin-top: 50px;
	position: relative;
	/* overflow: hidden; */
}

.main2 .btn_a a {
	color: white;
	font-size: 20px;
	z-index: 10;
	display: inline-block;
	height: 55px;
	width: 100%;
	z-index: 30;
}

.dialog {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #ACACAC;
	box-shadow: 10px 10px 10px #919191;
	border-radius: 10px;
	padding: 30px;
	display: none;
	overflow: auto;
	height: 50%;
	z-index: 100;
}

.dialog .head {
	border-bottom: 2px solid #C5B4BA;
	display: flex;
	justify-content: space-between;
}
 
  


.main2 .btn_a:hover {
	box-shadow: 3px 0px 3px 3px #a7a2a5;
	border: 1px solid #a7a2a5;
}

.main2 .btn_a:hover a {
	box-shadow: 0px -8px 0px 0px #1B1035;

	background-color: white;
	color: #1B1035;
	border-radius: 10px;
	font-family: 'Popins-Medium';
    font-size: 20px;
}

.main3 {
	margin-top: 150px;
	margin-bottom: 120px;
}

.main3>h1 {
	font-size: 40px;
	text-align: center;
	color: #1B1035;
	font-family: 'Popins-Bold';
}

.main3>h1:after {
	content: "";
	margin: 30px auto 80px;
	display: block;
	width: 223px;
	height: 8px;
	background-image: linear-gradient(90deg, #1B1035 20%, #1B1035 );
}
 

@media screen and (max-width:1600px) {

	.main3>ul>li,
	.main2>ul>li {
		width: calc(100% /5) !important;
	}
}

@media screen and (max-width:1300px) {

	.main3>ul>li,
	.main2>ul>li {
		width: calc(100% / 4) !important;
	}
}

@media screen and (max-width:1080px) {
	.form {
		top: 87px;
	}

	.main3>ul>li,
	.main2>ul>li {
		width: calc(100% /3) !important;
	}

	 
}

@media screen and (max-width:768px) {
 
 

	 
	.dialog{
		width:94%;
	}
	.dialog .off{
		width: 30px;
	}
	.dialog .off img{
		width: 100%;
	}
}

@media screen and (max-width:800px) {


	.main3>ul>li,
	.main2>ul>li {
		width: 50% !important;
	}

	.main2 {
		margin-top: 30px;
	}

	.main2 {
		margin-top: 30px;
	}

	.main3 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.main3>h1:after {
		content: "";
		margin: 30px auto 30px;
		display: block;
		width: 223px;
		height: 8px;
		background-image: linear-gradient(90deg, #1B1035 20%, #1B1035 );
	}

	.form {
		max-width: none;
		min-width: 0;
		width: 100%;
		height: calc(100vh - 87px);
		padding: 10px;
	}

	.form h1 {
		font-size: 20px;
		align-items: center;
	}

	.form .input_div,
	.form form .last_input {
		width: 100%;
		font-size: 16px;
	}

	.form .introduce,
	.form .introduce div,
	.form .input_div input,
	.form form .last_input input {
		font-size: 14px;
	}

	.form .form_bottom {
		flex-direction: column;
	}
}

@media screen and (max-width:535px) {

	.main3>ul>li,
	.main2>ul>li {
		width: 100% !important;
	}

	 


}

@media screen and (max-width:600px) {
	.main3>h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:425px) {
	 

	.main3>h1  {
		font-size: 20px;
	}

 
 

	.main2>h1 {
		font-size: 20px;
	}

	.main2 .btn_a {
		width: 150px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}

	.main2 .btn_a a {
		font-size: 16px;
	}

	.main3 {
		margin-bottom: 50px;
	}

	.form .form_bottom .left {
		font-size: 12px;
		margin-bottom: 10px;
	}

}


/* ── SPEAKER HIGHLIGHTS cards (shared with index) ── */
/* ── WHO SHOULD ATTEND / WHY WFEC MATTERS ── */
.zyyy .title,
.zyy-wfec-attend .zyyy .title {
    margin-top: 56px;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.zyy-wfec-attend .zyyy-box {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
    margin: 0 auto 72px;
    padding: 0 16px;
    box-sizing: border-box;
}

.zyy-wfec-attend .zyyy-box ul {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: max-content;
    margin: 0;
    min-width: 0;
    list-style: none;
    padding: 0;
}

.zyy-wfec-attend .zyyy-box ul > img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    vertical-align: top;
    object-fit: cover;
}

.zyy-wfec-attend .zyyy-box ul > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(27, 16, 53, 0.85) 100%);
}

.zyy-wfec-attend .zyyy-box ul > li > p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    padding: 12px 10px;
    transition: all 0.5s;
    background: #1B1035;
    font-family: 'Popins-Bold', sans-serif;
    margin: 0;
    box-sizing: border-box;
}

.zyy-wfec-attend .zyyy-box ul > span {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: max-content;
    max-height: 100%;
    color: #fff;
    transition: opacity 0.5s;
    padding: 16px 12px;
    opacity: 0;
    font-family: 'Popins-Light', 'Popins-Regular', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    box-sizing: border-box;
}

.zyy-wfec-attend .zyyy-box ul:hover > li > p {
    bottom: 100%;
}

.zyy-wfec-attend .zyyy-box ul:hover > li {
    background: #1B1035;
}

.zyy-wfec-attend .zyyy-box ul:hover > span {
    opacity: 1;
}

@media screen and (max-width: 1080px) {
    .zyy-wfec-attend .zyyy-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 500px) {
    .zyy-wfec-attend .zyyy-box {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

/* introduce subtitle under zyy-wfec-attend card sections */
.zyy-wfec-attend .introduce {
    text-align: center;
    color: #606060;
    font-size: 18px;
    font-family: 'Popins-Light';
    margin: 8px 40px 24px;
    font-weight: 300;
}
