

.apps{
	display:none;
}
.disBlocks{
	display:block !important;
}


 

.main2 .schedule {
	display: flex;
	justify-content: center;
	border: 1px solid #000000;
	width: max-content;
	margin: 60px auto;
	border-radius: 555px;
}

.main2 .schedule a {
	background-color: #9613ad;
	border-radius: 555px;
	padding: 10px 30px;
	color: #fff;
	font-family: 'Popins-Medium';
	font-size: 21px;
	border: 1px solid #9613ad;
}

.main2 .schedule a:first-child {
	margin-right: 5px;
}

.main2 .schedule a:hover {
	background-color: #fff;
	color: #000000;
	border-color: #000000;
}

.main2 .schedule .active {
	background-color: #000000;
	border-color: #000000;
}

.main2 .content .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #9613ad;
	padding-bottom: 30px;
}

.main2 .content .head .left {
	width: 20%;
	text-align: center;
}

.main2 .content .head .left img {
	width: 100%;
	margin-bottom: 40px;
}

.main2 .content .head .left h1 {
	color: #000000;
	font-family: 'Popins-ExtraBold';
	font-size: 28px;
}

.main2 .content .head .right {
	width: 75%;
}

.main2 .content .head .right p {
	color: #515151;
	font-family: 'Popins-Light';
	font-size: 20px;
	line-height: 1.6;
}

.main2 .content .head .right>p {
	margin-bottom: 20px;
}

.main2 .content .head .right .RFbtn {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.main2 .content .head .right .RFbtn a {
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 20px;
	font-family: 'Popins-Medium';
	cursor: pointer;
	border: 1px solid #000000;
	color: #000000;
	background-color: #fff;
	min-width: 9em;
	text-align: center;
	font-weight: 600;
	text-shadow: 5px 5px 10px #D6D6D6;
}

.main2 .content .head .right .RFbtn a:hover {
	background-color: #000000;
	color: #fff;
	text-shadow: none;
}



.card-box.pb-40 {
	padding-bottom: 25px;
}

.main2 .card-box2 {
	align-items: center;
	padding-bottom: 0;
}

.main2 .card-box2 h3 {
	margin-left: 50px;
	font-family: 'Popins-Bold';
	color: #9613ad;
	font-size: 30px;
}
 
 
.main2 .card-box2 .time {
	background-color: #000000;
	border-radius: 10px 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	height: 128px;
}
 
.main2 .card-box2 .time h2 {
	margin-bottom: 0;
}

.main2 .card-box2 img {
	margin-left: 20px;
}

 
 

/*.main2 .card-box .right h1,
.main2 .card-box .right p span {
	font-family: 'Popins-Bold';
	color: #9613ad;
	font-size: 30px;
	word-wrap: break-word;
}*/

.main2 .card-box .right p {
	font-family: 'Popins-Regular';
	color: #404040;
	font-size: 25px;
}

  

.main2 .card-box .right h2 {
	color: #548DD4;
	font-family: 'Popins-MediumItalic';
	font-size: 26px;
	margin-top: 15px;
}

.main2 .titips {
	position: relative;
	display: flex;
	align-items: center;
}

.main2 .titips span {
	color: #9613ad;
	font-family: 'Popins-Bold';
	font-size: 31px;
	background-color: #fff;
	padding-right: 40px;
	z-index: 10;
}

.main2 .titips::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #B1B3B2;
	position: absolute;
	z-index: -1;
}

.main2 .sm-card {
	border: 1px solid #F3F3F3;
	border-radius: 10px 0 10px 0;
	padding: 15px 10px;
	/* width: fit-content; */
	display: flex;
	align-items: center;
	margin-top: 40px;
	min-width: 600px;
}

.main2 .sm-card:hover {
	box-shadow: 0 0 10px #DDDDDD;
}

.main2 .sm-card .w-160 {
	width: 100%;
	max-width: 160px;
}

.main2 .sm-card .sm-title {
	color: #000000 !important;
	border-bottom: 2px solid #9613ad;
	text-align: left;
	min-width: 280px;
	padding-bottom: 10px;
}

.main2 .card-box .right>.sm-title {
	margin: 20px 0;
	color: #000000 !important;
	border-bottom: 2px solid #9613ad;
	text-align: left;
	max-width: 280px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.main2 .card-box .right .flex-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main2 .card-box .right .flex-card .sm-card {
	width: 49%;
	margin-top: 0;
	margin-bottom: 15px;
}

.main2 .sm-card .sm-left img,
.main2 .sm-card .left img {
	margin-top: 10px;
	width: 100%;
	max-width: 100px;
	margin-right: 5px;
}

.main2 .sm-card>img {
	width: 100%;
	max-width: 160px;
}

.main2 .sm-card .sm-right {
	margin-left: 40px;
	margin-right: 40px;
}

.main2 .card-box .sm-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main2 .card-box .sm-flex .sm-card {
	width: 49%;
	margin-top: 20px;
}

.main2 .card-box .sm-flex .sm-card.last-card .sm-right {
	margin: 0 10px;
}

.main2 .card-box .sm-flex .sm-card.last-card h1 {
	font-size: 24px;
}

.main2 .card-box3 {
	display: flex;
	align-items: center;
	position: relative;
}

.main2 .card-box3 .time {
	background-color: #000000;
	border-radius: 10px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 50px;
	position: absolute;
	z-index: 10;
}

.main2 .card-box3 .time h2 {
	color: #fff;
	font-family: 'Popins-Medium';
	font-size: 24px;
	margin: 0;
}

.main2 .card-box3 h1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main2 .card-box3 h1 span {
	background-color: #fff;
	z-index: 10;
	color: #000000;
	font-family: 'Popins-Bold';
	padding: 0 20px;
}

.main2 .card-box3 h1::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #9EA09F;
	position: absolute;
	left: 0;
}









.outSwiperBox2 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.outSwiperBoxTwo2:hover {
	transform: scale(1.1);
	transition: 1s;
	cursor: pointer;
}

.outSwiperBox2 li {
	display: flex;
	/* width: 50%; */
	/* width: 30px; */
	justify-content: left;
	margin-top: 20px;
	font-family: 'Poppins--Medium';
}

.outSwiperBoxTitle2 {
	font-family: 'Poppins--Medium';
	color: #9613ad;
	font-size: 35px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	cursor: pointer;
}
.outSwiperBoxTitle2:hover{
	transform: scale(1.1);
	transition: 1s;
}

.outSwiperBoxTitle2 span {
	background-image: linear-gradient(90deg, #ffffff 20%, #ffffff);;
	display: inline-block;
	height: 5px;
	max-width: 150px;
	flex: 1;
	margin-left: 30px;
}

.outSwiperBox2 li div {
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 25px;

}

.outSwiperBox2 ul:nth-child(2) {
	/* width: 50%; */
	margin-left: 200px;
}



.main5 .dingbu-logo li {
 width: calc(50% - 6px
) !important;
}



/*.main4 .outSwiperBox2 {
	position: relative;
	padding: 70px 50px;
	margin: 30px 100px;
	display: flex;
	justify-content: center;
}


*/





























.dialog_map {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
}

.dialog_map>div {
	display: flex;
	justify-content: center;
}

.dialog_map>div>span {
	position: relative;
	display: flex;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.textcenter {
	/* margin: 0 auto; */
}


.bindexoff {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px !important;
	height: 30px;
	z-index: 1000;
	transform: tran;
}





/* ____ */
/*.main1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 100px 40px 185px 135px;
	background: url('../images/bg-main1.jpg') no-repeat;
	background-size: cover;
}

.main1 .left h1 {
	color: #fff;
	font-size: 49px;
	font-family: 'Popins-Black';
}

.main1 .left h2 {
	font-size: 49px;
	font-family: 'Popins-Black';
	color: #9613ad;
	position: relative;
	width: max-content;
	margin: 10px 0;
}

.main1 .left h2::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -65px;
}

.main1 .left h3 {
	font-size: 26px;
	font-family: 'Popins-ExtraLight';
	color: #fff;
}

.main1 .left h4 {
	font-size: 29px;
	font-family: 'Popins-SemiBold';
	color: #fff;
	margin: 40px 0;
}

.main1 .left h4 span {
	color: #E85547;
}

.main1 .left .btn {
	display: flex;
}

.main1 .left .btn a {
	border-radius: 8px;
	padding: 10px 10px;
	margin: 0 5px;
	font-size: 20px;
	font-family: 'Popins-Medium';
	cursor: pointer;
	border: 1px solid #000000;
	color: #000000;
	background-color: #fff;
	min-width: 9em;
	text-align: center;
	font-weight: 600;
	text-shadow: 10px 5px 10px #D6D6D6;
	margin-right: 50px;
}

.main1 .left .btn a:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
	text-shadow: none;
}

.main1 .right {
	text-align: center;
}

.main1 .right .btn {
	background-color: #000000;
	border: 0;
	padding: 5px 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-family: 'Popins-Medium';
}

.main1 .right .num {
	display: flex;*/
	/* margin-top: 30px; */
/*}

.main1 .right .num p {
	margin: 0 21px;
	font-family: 'Popins-Medium';
	font-size: 12px;
	color: #fff;
}

.main1 .right .num span {
	font-size: 24px;
	margin-right: 5px;
}

.main1 .box {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
}

.main1 .box a {
	margin: 4px 0;
}

.main1 .box img {
	width: 28px;
	height: 28px;
}*/
/*
.main2 {
	display: flex;
	padding: 20px 0;
	border-radius: 30px;
	position: relative;
	top: -70px;
	background-color: #fff;
	width: max-content;
	margin: 10px auto;
	box-shadow: 5px 5px 10px #D2D2D2;
}
*/
 
 
.main2 div h1 {
	margin: 10px 0;
	color: #9613ad;
	font-family: 'Popins-Bold';
}

.main2 div i{
	font-size: 3rem;
	color: #000000;
}
.main2 div p {
	color: #000000;
	font-family: 'Popins-Bold';
	font-size: 18px;
}

   
.advertisement-box {
	display: flex;
	justify-content: center;
}

.advertisement {
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
}

.advertisement .bg {
	width: 100%;
	vertical-align: bottom;
}

.advertisement .btn {
	position: absolute;
	bottom: 20%;
	left: 35%;
	width: 300px;
}

.advertisement div {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	font-family: 'Popins-Light';
	cursor: pointer;
}

.main4 {
	padding: 50px 0 0;
	/*margin: 60px 0;*/
}
/*
main .title {
	color: #000000;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: 'Popins-Bold';
	font-size: 36px;
}

main .title::after {
	content: '';
	width: 220px;
	height: 6px;
	background-image: linear-gradient(90deg, #ffffff 20%, #ffffff);;
	margin-top: 30px;
}*/

/*.main4 .outSwiperBox {
	position: relative;
	padding: 70px 50px;
	margin: 30px 100px;
 display: flex; 
	justify-content: center;
}*/
.backgroundMain4{
	background-color: rgb(238, 238, 238);
}

.main4 .box1 {
	display: block;
}

.main4 .box2 {
	display: none;
}

.main4 .box3 {
	display: none;
}

.main4 .swiper-container {
	position: initial;
}

.main4 .swiper-slide {
	/* height: 106px; */
}

.main4 .swiper-slide img {
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	box-shadow: 5px 5px 5px #E5E5E5;
	border: 1px solid #eeeeee;
}

.main4 .swiper-button-prev::after,
.main4 .swiper-button-next::after {
	display: none;
}

.main4 .swiper-button-next img {
	transform: rotateY(180deg);
}

.main5 {
	padding: 0px;
}

.main5 ul {
	margin: 70px 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
 
 




.main-box {
	max-width: 1580px;
	margin: auto;
}

.main-box2 {
	max-width: 1280px;
	margin: auto;
} 

 

@media screen and (max-width:768px) {
	.input_div, .form_ .last_input {
		margin-bottom: 10px;
	}
	.input_div {
		width: calc(50% - 20px);
	}
	 
	 
	

	main .title::after {
		margin-top: 10px;
	}

	.main1 {
		background-color: black;
		flex-direction: column;
		padding: 20px 20px;
		margin-top: 60px;
		background-size: cover;
		background-position: center;
	}

	.main1 .left h1 {
		font-size: 20px;
	}

	.main1 .left h2 {
		font-size: 20px;
	}

	.main1 .left h2::after {
		bottom: -55px;
	}

	.main1 .left h3 {
		font-size: 18px;
	}

	.main1 .left h4 {
		font-size: 18px;
		margin-bottom: 15px;

	}

	.main1 .left .btn {
		align-items: center;
		justify-content: space-around;
	}

	.main1 .left .btn a {
		margin: 10px 0;
		font-size: 18px;
	}

	.main1 .right .btn {
		width: calc(100% - 24px);
	}

	.main1 .right .num {
		/* margin-top: 10px; */
		justify-content: space-around;
		padding: 0 10%;
	}

	.main1 .right .num p {
		margin: 0;
	}

	.main1 .right .num span {
		font-size: 18px;
	}

	/* .main1 .box img {
		width: 40px;
		height: 40px;
	} */
	.main1 .box {
		flex-direction: unset;
		justify-content: space-around;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		top: auto;
		padding: 10px 0;
	}

	 
 
	 

	.main2 div p {
		font-size: 16px;
		margin-bottom: 10px;
	} 
	.main4 {
		padding: 20px 0;
	}

	/*.main4 .box1 {
		display: none;
	}*/

	.main4 .swiper-container4 {
		overflow: hidden;
	}

	 

/*	.main4 .outSwiperBox {
		margin: 20px;
		padding: 0;
	}
*/
	.main4 .swiper-slide img {
		/* width: 100%; */
		height: 100%;
	}

	.main5 ul {
		margin: 0;
	}

	.main5 ul li {
		width: calc(50% - 4px);
		text-align: center;
		margin-top: 5px;
	}

	.main5 ul li img {
		/* width: 100%; */
	}

	.main6 .mask-view {
		margin: auto;
	}

	.main6 ul {
		margin-top: 10px;
	}

 

	.main6 ul li h1 {
		margin: 10px 0;
	}

	.main6 ul li p {
		margin-bottom: 10px;
	}

	.main6 ul li h2 {
		margin-top: 10px;
	} 
	 

	.main8 {
		padding: 20px 0;
	}

	.main8 .mt-75 {
		margin-top: 10px;
	}

	.main7 .introduce,
	.main8 .introduce {
		font-size: 16px;
		margin: 20px 10px;
	}

	.main8 .box {
		justify-content: center;
	}

	.main8 .box .card {
		width: calc(100% - 20px);
		margin-bottom: 20px;
		padding: 20px;
	}

	.main8 .box .card h1 {
		font-size: 18px;
		margin-top: 10px;
	}

	.main8 .box .card h2 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.main8 .box .card h3 {
		font-size: 16px;
		border-radius: 4px;
		margin: 10px 0;
	}

	.main8 .box .card a {
		font-size: 16px;
		border-radius: 4px;
	}

	.main9 {
		padding: 30px 0;
	}

	.main9 .table {
		flex-direction: column;
		margin: 20px 10px;
		width: calc(100% - 20px);
		box-shadow: none;
		padding: 20px 10px;
	}

	.main9 .table .left {
		padding: 0;
	}

	.main9 .table .left h1 {
		font-size: 18px;
	}

	.main9 .table .right {
		border: 0;
		padding: 0;
	}

	.main9 .table1 .right {
		border-top: 2px solid #9613ad;
	}

	.main9 .table2 .right .top {
		border-top: 2px solid #000000;
	}

	.main9 .table .right .cRight {
		margin-left: 0;
		text-align: center;
		padding: 0;
	}

	.main9 .table .right .top,
	.main9 .table .right .bottom {
		flex-direction: column;
		align-items: center;
		padding: 10px 0;
	}

	.main9 .table .right h1 {
		font-size: 18px;
		margin: 0;
	}

	.main9 .table .right h2 {
		font-size: 14px;
	}

	.main9 .btn-box {
		margin-top: 0px;
	}

	.main9 .btn {
		margin-top: 10px;
	}

	.main10 {
		padding-top: 20px;
	}

	.main10 .swiper-container3 {
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.main10 .swiper-slide {
		flex-direction: column;
		align-items: center;
		width: 90%;
		padding: 20px 0;
	}

	.main10 .swiper-slide>img {
		width: 90%;
	}

	.main10 .swiper-slide .right {
		text-align: center;
		margin: 10px 0 20px 0;
		padding: 0 10px;
	}

 

	 
	.main10 .swiper-slide .right p {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.main10 .swiper-slide .right .btn {
		padding: 0;
	}

	.main10 .swiper-slide .right .btn a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.main10 .swiper-container3 .swiper-button-prev,
	.main10 .swiper-container3 .swiper-button-next {
		display: none;
	}

	.main11 {
		padding-top: 20px;
	}

	.main11 .box {
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.main11 .box .btn-box {
		left: unset;
	 
	}

	.main11 .box .btn-box .btn {
		padding: 0;
	}

	.main11 .box .btn-box .btn a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.main11 .box .img-box1,
	.main11 .box .img-box2 {
		/* padding: 30px 10px; */
		width: 100%;
	}
	.jianbianbeijing-chengse-right,.jianbianbeijing-chengse-left{
		padding:40px 20px;
	}
.main11 .box .btn-box{
	top: 49%
}
	.main11 .box .img-box2 {
		/* padding-bottom: 60px; */

	}

	.main11 .box .img-box1 h1,
	.main11 .box .img-box2 h1 {
		font-size: 10px;
		/* word-break: break-all; */
		width: 60%;
	}

	.main11 .box .img-box1 h2,
	.main11 .box .img-box2 h2 {
		font-size: 10px;
		width: 60%;
		/* word-break: break-all; */
		margin-top: 10px;
		align-items: baseline;
	}

	.main11 .box .img-box2 h2 {
		text-align: right;
	}

	.main11 .box .img-box1 h2 img,
	.main11 .box .img-box2 h2 img {
		width: 15px;
	}

	.main12 {
		padding: 20px 0;
	}

	.main12>a {
		margin-top: 20px;
	}

	.main12 .main-box {
		margin-top: 20px;
	}

	.main12 .main-box1 {
		display: none;
	}

	.main12 .main-box2 {
		display: block;
		padding: 0 10px;
	}

	.main12 .swiper-slide {
		height: 83px;
	}

	.main12 .swiper-container4 {
		overflow: hidden;
		/* display: none; */
	}

	.main13 ul li {
		width: calc(100% / 2);
	}

	.main13 .swiper-slide img {
		width: 100%;
	}

	.main13 .swiper-container2 {
		top: 42%;
		overflow-x: clip;
	}

	.main13 .preview-swiper .off {
		top: -20%;
		right: 5px;
		z-index: 10;
		width: 20px;
	}

	.main13 .preview-swiper .off img {
		width: 100%;
	}

	 
}




@media screen and (min-width:769px) and (max-width:1335px) {
	main .title::after {
		content: '';
		width: 220px;
		height: 6px;
		background-image: linear-gradient(90deg, #ffffff 20%, #ffffff);;
		margin-top: 15px;
	}

	.main1 {
		display: block !important;
	}

	.main1 .right .num {
		justify-content: space-around;
		width: 50%;
	}

	.main1 .right {
		text-align: left;
	}

	.main1 .left h4 {
		font-size: 18px;
		margin-bottom: 5px;

	}

	.main1 .left .btn {
		flex-direction: column;
	}

	.main1 .left .btn a {
		width: 50%;
		margin: 5px 0;
		height: 50px;
	}

	.main1 .left h1 {
		font-size: 40px;
	}

	.main1 .left h2 {
		font-size: 40px;
	}

	.main1 .right .btn {
		width: calc(50% - 0.75rem);
		height: 50px;
		margin-left: 0.75rem;
		box-sizing: border-box;
	}

	.main2 {
		width: 90% !important;
		/* padding: 14px 0; */
		display: flex;
		justify-content: center;
	}

	.main2 div p {
		font-size: 12px;
	}  

	.main4 .box1 {
		display: none;
	}

	.main4 {
		padding: 40px 0;
	}

	.main4 .outSwiperBox {
		padding: 50px 50px;
	}

	.main4 .box2 {
		display: none;
	}

	.main4 .box3 {
		display: block;
	}

	.main5 {
		padding: 0px 0;
	}

	.main5 ul {
		margin: 50px 100px;
	}

	.main6 {
		padding: 0;
	}
 
 
 
	.main6 .mask-view {
		margin: 0 auto;

	}

	.main6 ul li {
		max-width: none;
	}

	.main7 {
		/* background-color: #F1F1F1; */
		padding: 42px 0;
	}

	.main7 .introduce,
	.main8 .introduce {
		font-size: 16px;
	}

	.main7 .intitle {
		font-size: 14px;
	}

	.swiper-container5 {
		overflow: hidden;
	}

	.main7 .box1 {
		margin: 25px auto !important;
		width: 90%;
	}

	.main7 .box2 {
		margin: 0 auto;
		width: 90%;
	}

	.main7 .box1 img {
		width: 300px;
	}

	.main7 .box1 h1 {
		font-size: 22px;
	}

	.main7 .box2 .box1 img {
		width: 70% !important;
	}

	.main7 .box1 .fleximg {
		width: 90%;
	}

	.main7 .box1 {
		padding: 15px 0;
	}

	.main8 .box {
		justify-content: space-around;
	}

	.main8 {
		padding: 50px 0;
	}

	.main8 .box .card h2 {
		font-size: 20px;
	}

	.main8 .box .card h1 {
		font-size: 21px;
		margin-top: 10px;
	}

	.main8 .box .card h3 {
		font-size: 20px;
	}

	.main8 .box .card a {
		font-size: 14px;
	}

	.mt-75 {
		margin-top: 12px;
	}

	.main9 {
		background-color: #F1F1F1;
		padding: 50px 0;
	}
 
	.main9 .table .left h1 {
		font-size: 18px;
	}

	.main9 .table .right h1 {
		font-size: 20px;
	}

	.main9 .table .right h2 {
		font-size: 18px;
	}

	.main9 .table .right .top,
	.main9 .table .right .bottom {
		padding: 0;
	}

	.main9 .btn-box {
		margin-top: 10px;
	}

	.main10 {
		padding-top: 0px;
	}

	.main11 {
		/* margin-top: 50px; */
		padding-top: 50px;
	}

	.main11 .box .btn-box {
		top: calc(61% - 48px);
	}

	.main11 .box .img-box1 h2 {
		width: 600px;
	}

	.main12 {
		padding: 50px 0;
	}

	.main10 .swiper-slide .right p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.main10 .swiper-slide {
		align-items: center;
	}

	.main10 .swiper-slide .right {
		margin-left: 20px;
	}

	.main10 .swiper-slide .right h1 {
		font-size: 30px;
	}

	.main10 .swiper-slide>img {
		width: 30%;
		height: 100%;
	}

	.main11 .box {
		padding-top: 34px;
	}

	.main13 .preview-swiper .off {
		right: -5%;
		top: -15%;
	}

}

@media screen and (max-width:458px) {
	.main11 .box .img-box2 {
		background-position: center right;
	}

	.main1 .left .btn a {
		font-size: 16px;
	}

	.main4 .swiper-slide {
		height: 74px;
	}
}

@media screen and (max-width:375px) {
	.main4 .swiper-slide {
		height: 64px;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.main6 ul li {
		width: 33%;
	}

	.main11 .box .img-box2,
	.main11 .box .img-box1 {
		/* padding: 150px 80px; */
	}
	.jianbianbeijing-chengse-right,.jianbianbeijing-chengse-left{
		padding: 40px;
	}
	
	.outSwiperBoxTitle{
		font-size: 25px;
	}
	.outSwiperBox li div{
		font-size: 15px;
	}
}

@media screen and (min-width:1335px) and (max-width:1379px) {
	.main6 ul {
		justify-content: left;
	}

	.main6 ul li {
		width: 25%;
		text-align: center;
	}

	.main6 ul li {
		max-width: none;
	}

	.main6 .mask-view {
		margin: auto;
	}
}

@media screen and (max-width:768px) {

	.outSwiperBox li {
		width: 100%;
	}

}

 

@media screen and (max-width:1265px) {
	.main4 .outSwiperBox {
		/* display: block; */
		padding: 0 0;
		margin: 30px 30px;
	}

 
}
 



 .zyyy .title{
 	     color: #000000;
 	     font-family: 'Popins-Bold';
 	     font-size: 36px;
 	     margin-top: 100px;
 	     text-align: center;
 		 padding-bottom: 20px;
		     display: flex;
		     align-items: center;
		     flex-direction: column;
 }

@media screen and (max-width:1080px) {
	.zyyy .title, .zyyy h1 {
		font-size: 18px;
		margin-top: 20px;
}
 }
 .zyyy .title::after{
     content: '';
     width: 220px;
     height: 6px;
     background-image: linear-gradient(90deg, #ffffff 20%, #ffffff);;
     margin-top: 30px;
 
 }
 
 
 
  .zyyy-box{
  	 max-width:1540px ;
  	 display: flex;
  	 justify-content: space-around;
  	 margin: 0 auto;
  	 flex-wrap: wrap;
  }
  
  
  
  .zyyy-box ul{
  	width: calc(100% / 4 - 30px);
  	position: relative;
  	border-radius: 20px;
  	overflow: hidden;
  	height: max-content;
  	margin: 10px 0;
  }
  
  
  
  
  
  
  
   .zyyy-box ul>img{
  	  width: 100%;
	  
	  aspect-ratio: 1;
   }
   .zyyy-box ul>li{
  	  position: absolute;
  	  width: 100%;
  	  height: 100%;
  	  top: 0;
  	  left: 0;
   }
   .zyyy-box ul>li>p{
   	  position: absolute;
   	  bottom: 0;
   	  left: 0;
  	  width: 100%;
  	  font-size: 20px;
  	  color: white;
  	  text-align: center;
  	  line-height: 30px;
  	  font-weight: bold;
  	  padding: 10px;
  	  transition: all 0.5s;
	  background: #9613ad;
   }
   .zyyy-box ul>span{
  	  position: absolute;
  	  bottom: 0;
  	  top: 0;
  	  left: 0;
  	  right: 0;
  	  margin: auto;
  	  width: 100%;
  	  text-align: center;
  	  height: max-content;
  	  color: white;
  	  transition: opacity 0.5s;
  	  padding: 10px;
  	  opacity: 0;
  	  
   }
   .zyyy-box ul:hover>li>p{
  	  /* bottom: calc(100% - 90px); */
  	  bottom:100%; 
   }
   .zyyy-box ul:hover>li{
  	  background: #000000;
   }
     .zyyy-box ul:hover>span{
  		opacity: 1;
  		
  	}
  	
  	
  	
  	@media screen and (max-width: 1080px){
  		  .zyyy-box ul{
  			  width: calc(100% / 2 - 50px);
  		  }
 		  .exhibition-bys{
 			      position: inherit;
 		  }
  	}
  	
  	
  
  	
  	
  	@media screen and (max-width: 500px){
  		 .zyyy-box ul{
  		  		  width: 90%;
  		 }
  		  
  	}
 
 
 
.index-agenda-2{
	    flex-grow: 1;
	    display: flex;
	    justify-content: space-around;
}


.index-agenda-2>ul{
	width: 48%;
	padding: 0 20px;
	text-align: center;
	
}
.index-agenda-2 .index-agenda-2-left{
        box-shadow: 0px 0px 10px #00000066;
        padding-bottom: 20px;
        border-radius: 20px;
}
.index-agenda-2 .index-agenda-2-right{
        box-shadow: 0px 0px 10px #00000066;
        padding-bottom: 20px;
        border-radius: 20px;
}

.progress1 {
		  width: 170px;
		  height: 170px;
		  font-size: 30px;
		  color: #fff;
		  border-radius: 50%;
		  overflow: hidden;
		  position: relative;
		  background: #00000000;
		  text-align: center;
		  line-height: 170px;
		  margin: 20px;
		}
		.progress1 .title1 {
		  position: relative;
		  z-index: 100;
		  color: #9613ad;
		  font-weight: bolder;
		}
		.progress1 .overlay {
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  top: 0;
		  left: 0;
		  z-index: 1;
		  background-color: #00000000;
		  border-radius: 50%;
		  border: 20px solid #eee;
		}
		.progress1 .left1,
		.progress1 .right1 {
			z-index: 999;
		  width: 50%;
		  height: 100%;
		  position: absolute;
		  top: 0;
		  left: 0;
		  border: 20px solid #9613ad;
		  border-radius: 100px 0px 0px 100px;
		  border-right: 0;
		  transform-origin: right;
		}
		.progress1 .left11 {
		  transform: rotate(180deg);
		}
		
		.progress1 .right11 {
		  transform: rotate(198deg);
		}
		.progress1 .left12 {
		  transform: rotate(180deg);
		}
		
		.progress1 .right12 {
		  transform: rotate(270deg);
		  border-color: #eee;
		}
		
		.progress1 .left13 {
		  transform: rotate(180deg);
		}
		
		.progress1 .right13 {
		  transform: rotate(216deg);
		  border-color: #eee;
		}
		.progress1 .left14 {
		  transform: rotate(180deg);
		}
		
		.progress1 .right14 {
		  transform: rotate(201.6deg);
		  border-color: #eee;
		}
		.progress1 .left15 {
		  transform: rotate(180deg);
		}
		
		.progress1 .right15 {
		  transform: rotate(194.4deg);
		  border-color: #eee;
		}
.outSwiperBox>.outSwiperBox-xiao{
	width: 19%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.outSwiperBox>.outSwiperBox-xiao>h2{
	font-size: 1rem;
	padding: 10px 0;
}
.outSwiperBox{
	flex-wrap: wrap;
	justify-content: space-between !important;
}
@media screen and (max-width: 1080px) {
	.outSwiperBox {
        display: flex !important;
    }
	.outSwiperBox>.outSwiperBox-xiao{
		width: 33%;
	}
}
@media screen and (max-width: 600px) {
	.outSwiperBox>.outSwiperBox-xiao{
		width: 49%;
	}
}

.iaai-attends-section,
.iaai-expo-section,
.iaai-topics-section {
	padding: 70px 30px 0;
}

.iaai-section-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.iaai-section-heading {
	text-align: center;
	margin-bottom: 30px;
}

.iaai-eyebrow {
	display: none;
}

.iaai-section-heading h1 {
	color: #121212;
	font-family: 'Popins-Black';
	font-size: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.iaai-section-heading p {
	max-width: 760px;
	margin: 0 auto;
	color: #66667a;
	font-family: 'Popins-Regular';
	font-size: 14px;
	line-height: 1.7;
}

.iaai-exec-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 860px;
	margin: 0 auto 22px;
}

.iaai-metric-card,
.iaai-card,
.iaai-column-card,
.iaai-topic-card {
	border: 1px solid #e9e7f6;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(17, 17, 34, 0.06);
}

.iaai-metric-card {
	padding: 18px 16px;
	text-align: center;
}

.iaai-metric-value {
	display: block;
	color: #111122;
	font-family: 'Popins-Black';
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
}

.iaai-metric-label {
	display: block;
	color: #6c7081;
	font-family: 'Popins-Medium';
	font-size: 12px;
}

.iaai-attends-grid,
.iaai-dual-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.iaai-card,
.iaai-column-card {
	padding: 24px;
}

.iaai-card-head {
	margin-bottom: 18px;
}

.iaai-card-kicker {
	color: #9613ad;
	font-family: 'Popins-Bold';
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.iaai-card-head h2,
.iaai-column-card h2 {
	color: #111122;
	font-family: 'Popins-Bold';
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.iaai-card-head p,
.iaai-column-card > p {
	color: #66667a;
	font-family: 'Popins-Regular';
	font-size: 13px;
	line-height: 1.7;
}

.iaai-stat-list,
.iaai-region-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.iaai-stat-list li,
.iaai-region-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #faf9ff;
	border: 1px solid #f0eef9;
}

.iaai-stat-list li span,
.iaai-region-list li span {
	color: #37394b;
	font-family: 'Popins-Medium';
	font-size: 12px;
	line-height: 1.6;
}

.iaai-stat-list li strong,
.iaai-region-list li strong {
	flex-shrink: 0;
	color: #9613ad;
	font-family: 'Popins-Black';
	font-size: 16px;
}

.iaai-map-shell {
	margin-bottom: 16px;
}

.iaai-geo-map {
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.iaai-geo-map text {
	fill: #ffffff;
	font-family: 'Popins-Bold';
	font-size: 11px;
	letter-spacing: 0.08em;
}

.iaai-feature-grid,
.iaai-topics-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.iaai-feature-card,
.iaai-topic-card {
	padding: 16px 16px 18px;
	border: 1px solid #f0eef9;
	background: #fcfbff;
	box-shadow: none;
}

.iaai-feature-card span,
.iaai-topic-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, #9613ad, #111122);
	box-shadow: 0 8px 18px rgba(53, 8, 138, 0.18);
	font-size: 18px;
	margin-bottom: 12px;
}

.iaai-feature-card h3,
.iaai-topic-card h3 {
	color: #111122;
	font-family: 'Popins-Bold';
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.iaai-feature-card p,
.iaai-topic-card p {
	color: #66667a;
	font-family: 'Popins-Regular';
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
	.iaai-exec-strip,
	.iaai-attends-grid,
	.iaai-dual-grid,
	.iaai-feature-grid,
	.iaai-topics-grid {
		grid-template-columns: 1fr;
	}

	.iaai-section-heading h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.iaai-attends-section,
	.iaai-expo-section,
	.iaai-topics-section {
		padding: 70px 18px 0;
	}

	.iaai-card,
	.iaai-column-card,
	.iaai-topic-card,
	.iaai-metric-card {
		padding: 22px;
	}

	.iaai-section-heading h1 {
		font-size: 26px;
	}

	.iaai-stat-list li,
	.iaai-region-list li {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Source-aligned homepage sections */
body.page-index .main-attends,
body.page-index .main-connect,
body.page-index .main-topics {
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 20px;
}

/* IAAI logo strip section (independent block under 10 KEY TOPICS) */
body.page-index .iaai-logo-strip-wrap {
	width: 100%;
	background: #ffffff;
	padding: 10px min(5vw, 48px) 28px;
	box-sizing: border-box;
}
body.page-index .iaai-logo-strip {
	max-width: 1480px;
	margin: 0 auto;
}
body.page-index .iaai-logo-strip-track {
	border: 0;
	padding: 8px 0 10px;
}
body.page-index .iaai-logo-strip-swiper {
	width: 100%;
	overflow: hidden;
}
body.page-index .iaai-logo-strip-swiper .swiper-wrapper {
	align-items: stretch;
}
body.page-index .iaai-logo-strip-swiper .swiper-slide {
	width: calc(100% / 6);
	min-width: calc(100% / 6);
	height: 94px;
	background: #fff;
	border: 1px solid rgba(0, 57, 143, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
body.page-index .iaai-logo-strip-swiper .swiper-slide img {
	max-height: 56px;
	max-width: 90%;
	width: auto;
	object-fit: contain;
}
body.page-index .iaai-logo-strip-pagination {
	position: static;
	width: min(900px, 96%);
	margin: 11px auto 0;
	line-height: 0;
}
body.page-index .iaai-logo-strip-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 3px !important;
	border-radius: 50%;
	background: rgba(0, 57, 143, 0.24);
	opacity: 1;
}
body.page-index .iaai-logo-strip-pagination .swiper-pagination-bullet-active {
	background: #1bc9f0;
}

body.page-index .main-attends {
	background: #fff;
}

.attends-shell {
	margin-top: 36px;
	padding: 22px 0 0;
}

.attends-map-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.attends-map-stat,
.attends-detail-card,
.connect-expo-feature,
.connect-network-card,
.connect-topic-card {
	background: #fff;
	border: 1px solid rgba(0, 57, 143, 0.1);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(0, 57, 143, 0.06);
}

.attends-map-stat {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 118px;
	padding: 16px 18px 16px 22px;
	overflow: hidden;
}

.attends-map-stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 5px;
	border-radius: 999px;
	background: #9613ad;
}

.attends-map-stat-value {
	font-size: 36px;
	line-height: 1;
	font-family: 'Popins-Bold';
	color: #13253b;
	margin-bottom: 10px;
}

.attends-map-stat-label {
	font-size: 15px;
	line-height: 1.3;
	font-family: 'Popins-Bold';
	color: #28384e;
	text-transform: uppercase;
}

.attends-map-stat-icon {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	font-family: 'Popins-Bold';
	font-size: 24px;
	color: #44546a;
}

.attends-map-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 18px;
	align-items: start;
}

.attends-panel-head {
	margin-bottom: 18px;
}

.attends-panel-title {
	font-size: 26px;
	line-height: 1.16;
	font-family: 'Popins-Bold';
	color: #112338;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 0;
}

.attends-panel-note {
	font-size: 16px;
	line-height: 1.65;
	font-family: 'Popins-Regular';
	color: #5e758d;
	margin: 10px 0 0;
}

.attends-detail-card {
	padding: 18px 18px 14px;
}

.attends-section-label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
}

.attends-section-label::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 57, 143, 0.14), rgba(0, 57, 143, 0.04));
}

.attends-section-label span {
	font-size: 13px;
	line-height: 1;
	font-family: 'Popins-Bold';
	color: #25384f;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.attends-section-label em {
	font-style: normal;
	color: #5e758d;
	font-family: 'Popins-Regular';
	font-size: 14px;
	line-height: 1.5;
}

.attends-detail-table {
	display: grid;
	gap: 0;
}

.attends-detail-table--ecosystem .attends-detail-row,
.attends-detail-table--regions .attends-detail-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 57, 143, 0.08);
}

.attends-detail-table .attends-detail-row:last-child {
	border-bottom: 0;
}

.attends-detail-copy strong {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Popins-Bold';
	color: #15273d;
}

.attends-detail-pct {
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Popins-Bold';
	color: #213f67;
	white-space: nowrap;
}

.attends-map-card .attends-detail-card--regions {
	margin-top: 16px;
}

.attends-map-stage {
	position: relative;
	aspect-ratio: 2752 / 1538;
	background: #fff;
	border: 1px solid rgba(0, 57, 143, 0.1);
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 120px;
}

.attends-world-map {
	width: 100%;
	height: 100%;
	display: block;
}

.attends-map-label {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(0, 57, 143, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 6px 14px rgba(0, 57, 143, 0.12);
	padding: 8px 11px;
	text-align: left;
	backdrop-filter: blur(6px);
	max-width: 170px;
}

.attends-map-label strong {
	display: block;
	font-size: 13px;
	line-height: 1.25;
	color: #1d2a3a;
	font-family: 'Popins-Bold';
}

.attends-map-label span {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	line-height: 1.45;
	color: #5f7285;
}

:root {
	--attends-color-sea: #9613ad;
	--attends-color-east: #1695f7;
	--attends-color-south: #56d6ff;
	--attends-color-oceania: #bcecff;
	--attends-color-europe: #d6f6df;
	--attends-color-mea: #e7f7db;
	--attends-color-americas: #ffd89d;
}

.attends-map-tint-sea {
	background: var(--attends-color-sea);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 8px 18px rgba(0, 57, 143, 0.2);
}

.attends-map-tint-sea strong,
.attends-map-tint-sea span,
.attends-map-tint-east strong,
.attends-map-tint-east span {
	color: #fff;
}

.attends-map-tint-east {
	background: var(--attends-color-east);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 18px rgba(29, 111, 181, 0.2);
}

.attends-map-tint-south {
	background: var(--attends-color-south);
}

.attends-map-tint-oceania {
	background: var(--attends-color-oceania);
}

.attends-map-tint-europe {
	background: var(--attends-color-europe);
}

.attends-map-tint-mea {
	background: var(--attends-color-mea);
}

.attends-map-tint-americas {
	background: var(--attends-color-americas);
}

.attends-label-americas { top: 27%; left: 11%; }
.attends-label-europe { top: 19%; left: 44%; }
.attends-label-mea { top: 48%; left: 50%; }
.attends-label-southasia { top: 42%; left: 62%; }
.attends-label-sea { top: 52%; left: 69%; }
.attends-label-eastasia { top: 28%; left: 73%; }
.attends-label-oceania { top: 72%; left: 79%; }

.attends-map-footer {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(0, 57, 143, 0.12);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(0, 57, 143, 0.08);
	padding: 12px 12px 10px;
}

.attends-map-footer h3 {
	font-size: 14px;
	font-family: 'Popins-Bold';
	color: #15273d;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.attends-detail-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 12px;
}

.attends-map-footer .attends-detail-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border: 1px solid rgba(0, 57, 143, 0.1);
	border-radius: 10px;
	background: #fff;
}

.attends-detail-region {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.attends-swatch {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	flex-shrink: 0;
}

.attends-detail-row[data-region="southeast-asia"] .attends-swatch { background: var(--attends-color-sea); }
.attends-detail-row[data-region="east-asia"] .attends-swatch { background: var(--attends-color-east); }
.attends-detail-row[data-region="south-asia"] .attends-swatch { background: var(--attends-color-south); }
.attends-detail-row[data-region="oceania"] .attends-swatch { background: var(--attends-color-oceania); }
.attends-detail-row[data-region="europe-uk"] .attends-swatch { background: var(--attends-color-europe); }
.attends-detail-row[data-region="mea"] .attends-swatch { background: var(--attends-color-mea); }
.attends-detail-row[data-region="americas"] .attends-swatch { background: var(--attends-color-americas); }

.connect-iaai-inner {
	width: min(1360px, 100%);
	margin: 0 auto;
}

.connect-iaai-hero {
	padding-top: 70px;
}

.connect-iaai-focus {
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
}

.connect-iaai-focus-title {
	font-family: 'Popins-Bold';
	font-size: 36px;
	line-height: 1.18;
	color: #12bce8;
	margin: 0;
	text-transform: uppercase;
}

.connect-iaai-focus-text {
	margin: 14px auto 0;
	font-family: 'Popins-Regular';
	font-size: 18px;
	line-height: 1.75;
	color: #5e758d;
}

.connect-iaai-strip {
	padding-top: 34px;
}

.connect-expo-features,
.connect-network-cards,
.connect-topics-grid {
	display: grid;
	gap: 18px;
}

.connect-expo-features,
.connect-topics-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.connect-network-cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
}

.connect-expo-feature,
.connect-network-card,
.connect-topic-card {
	padding: 22px 20px;
}

.connect-expo-feature-icon,
.connect-network-card-icon,
.connect-topic-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #fef6ff30, #fef6ff30);
	color: #fff;
	font-size: 24px;
	margin-bottom: 16px;
}

.connect-expo-feature h3,
.connect-network-card h3,
.connect-topic-card h3 {
	font-family: 'Popins-Bold';
	font-size: 20px;
	line-height: 1.35;
	color: #13253b;
	margin-bottom: 10px;
}

.connect-expo-feature p,
.connect-network-card p,
.connect-topic-card p {
	font-family: 'Popins-Regular';
	font-size: 16px;
	line-height: 1.7;
	color: #5e758d;
	margin-bottom: 0;
}

.connect-iaai-rule {
	width: min(1240px, calc(100% - 80px));
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 57, 143, 0), rgba(0, 57, 143, 0.16), rgba(0, 57, 143, 0));
	margin: 38px auto 0;
}

.main-topics {
	padding-bottom: 24px;
}

@media screen and (max-width: 1200px) {
	.connect-expo-features,
	.connect-topics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.connect-network-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 1080px) {
	.attends-map-layout,
	.attends-map-stats {
		grid-template-columns: 1fr;
	}

	.attends-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	body.page-index .main-attends,
	body.page-index .main-connect,
	body.page-index .main-topics {
		padding: 0 14px;
	}
	body.page-index .iaai-logo-strip-wrap {
		padding: 8px 14px 18px;
	}
	body.page-index .iaai-logo-strip-swiper .swiper-slide {
		width: calc((100% - 8px) / 2);
		min-width: calc((100% - 8px) / 2);
		height: 76px;
	}
	body.page-index .iaai-logo-strip-swiper .swiper-slide img {
		max-height: 44px;
	}

	.connect-iaai-hero {
		padding-top: 54px;
	}

	.connect-iaai-focus-title,
	.attends-panel-title {
		font-size: 28px;
	}

	.connect-iaai-focus-text,
	.attends-panel-note {
		font-size: 16px;
	}

	.connect-expo-features,
	.connect-network-cards,
	.connect-topics-grid,
	.attends-detail-grid {
		grid-template-columns: 1fr;
	}

	.attends-map-stage {
		padding-bottom: 220px;
	}

	.attends-map-label {
		display: none;
	}
}

@media screen and (min-width: 640px) and (max-width: 768px) {
	body.page-index .iaai-logo-strip-swiper .swiper-slide {
		width: calc((100% - 16px) / 3);
		min-width: calc((100% - 16px) / 3);
	}
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
	body.page-index .iaai-logo-strip-swiper .swiper-slide {
		width: calc(100% / 5);
		min-width: calc(100% / 5);
	}
}