li {
	list-style: none;
}

ul,
p {
	padding: 0;
	margin: 0;
}

body {
	font-family: '微软雅黑';
}

a:hover {
	color: inherit;
}

.footer {
	background: #003993;
}

.footer_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 40px 0 30px;
}

.footer_links {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #3361a9;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 20px 0;
}

	.footer_links a {
		color: #cbd1e2;
	}

.footer_logo {
	width: 190px;
}

	.footer_logo img {
		width: 163px;
		height: 120px;
		margin-top: 15px;
	}

.footer_con ul {
	display: flex;
}

.footer_con p,
.footer_con a {
	color: #ffffff;
	font-size: 16px;
	line-height: 42px;
	white-space: nowrap;
}

.footer_con li {
	width: 130px;
	margin-left: 72px;
}

	.footer_con li:first-child {
		margin-left: 0;
		width: 202px;
	}

.footer_item_tit,
.footer_item_tit a {
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
}

.footer_copyright {
	background: #003993;
	text-align: center;
	color: #cbd1e2;
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0 20px;
}

	.footer_copyright a {
		color: #cbd1e2;
	}

.header_nav {
	width: 1420px;
	margin: 0 auto;
	/* background: #ffffff; */
	position: relative;
	display: flex;
	/* justify-content: space-between; */
	z-index: 999;
}


.header_nav_lt,
.header_nav_lt a {
	width: 100px;
	height: 60px;
	background: #ff7800;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.header_nav_lt span {
		color: #ffffff;
		font-size: 18px;
	}

	.header_nav_lt img {
		width: 19px;
		height: 18px;
		display: none;
	}

.header_nav_rt {
	display: flex;
	align-items: center;
	padding-left: 30px;
	position: absolute;
	top: -70px;
	right: 0;
}

.lang_btn a {
	color: #ffffff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #2c71fe;
}

.login_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	background: #ff7800;
	height: 40px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 0 20px;
}

.login_btn img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.header_nav ul {
	display: flex;
	/* padding: 0 46px; */
}

	.header_nav ul li {
		/* width: 142px; */
	}


.ban_bg {
	min-width: 1200px;
	margin-top: -65px;
	z-index: -1;
}

	.ban_bg img {
		width: 100%;
		height: 600px;
		object-fit: cover;
	}

.movebg {
	display: none;
}

.nav_item {
	color: #ffffff;
	font-size: 18px;
	/* width: 142px; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 30px;
}


.nav_item_con {
	display: none;
	position: absolute;
	background: #ffffff;
	padding: 10px 30px;
	min-width: 200px;
}


	.nav_item_con a {
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 40px;
	}



.header_top {
	display: none;
}

.footer_logo p {
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.ban_logo {
}

	.ban_logo img {
		width: 757px;
		height: 143px;
		margin: 0 auto;
		display: block;
	}

.ban {
	position: relative;
	min-width: 1200px;
}

	.ban img {
		width: 100%;
		height: auto;
	}

	.ban .am-slider-default .am-control-nav {
		bottom: 15px;
	}

	.ban .am-slider-default {
		margin: 0;
		box-shadow: none;
	}

.ban_con {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	margin-top: 170px;
}

.ban_date_address {
	color: #ffffff;
	font-size: 24px;
	padding: 30px 0;
	line-height: 40px;
	text-align: center;
}

.ban_btn,
.ban_btn a {
	margin: 0 auto;
	background: #ff7800;
	color: #fff;
	font-size: 20px;
	display: block;
	font-weight: bold;
	width: 150px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
}

.profile {
	background: #fafafa;
}

.profile_con {
	width: 1200px;
	margin: auto;
	position: relative;
	min-height: 690px;
}

.profile_con_lt {
	width: 620px;
	padding: 16px 40px 45px 40px;
}

.profile_con_rt {
	width: 490px;
	padding: 18px 35px 14px;
	background: #fff;
	position: absolute;
	right: 0;
	top: -50px;
}

.profile_con_tit {
	color: #020202;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
}

.profile_con_txt {
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}


	.profile_con_txt img {
		width: 100%;
		height: auto;
		margin: 8px 0;
	}

.profile_con_rt ul {
	padding-top: 20px;
}

.profile_con_rt li {
	padding: 20px 30px;
	background: #1a73f5;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

	.profile_con_rt li img {
		display: none;
	}

	.profile_con_rt li:nth-of-type(2) {
		background: #2c71fe;
	}

	.profile_con_rt li:nth-of-type(3) {
		background: #ff7800;
	}

	.profile_con_rt li .profile_item_tit {
		font-size: 24px;
		line-height: 40px;
	}

.profile_item_look {
	text-decoration: underline;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

	.profile_item_look:hover {
		color: #ffffff;
	}

.look_more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	color: #333333;
	font-size: 16px;
	border: 1px solid #333333;
}

.profile_con_lt .look_more {
	margin-top: 30px;
}

.profile_con_subtit {
	color: #2c71fe;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}

.look_more img {
	width: 18px;
	height: 15px;
	margin-left: 10px;
}


.time_place {
	background: url('../img/adr_bg.png') no-repeat bottom #003993;
	background-size: 100% auto;
	padding: 20px 0 48px;
}

.time_place_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.time_place_tit {
	color: #ffffff;
	font-size: 28px;
	height: 86px;
	display: flex;
	align-items: center;
}

	.time_place_tit img {
		width: 20px;
		height: 25px;
		margin-right: 20px;
	}

.time_place_txt {
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
}

	.time_place_txt p {
		display: flex;
		align-items: center;
	}

	.time_place_txt img {
		width: 35px;
		height: 25px;
		object-fit: contain;
		object-position: left;
	}

.time_place_rt {
	margin-right: 80px;
}

.timeout_tit {
	color: #ffffff;
	font-size: 20px;
	line-height: 60px;
	margin-top: 70px;
	text-align: center;
}

.time_place_rt ul {
	display: flex;
	border: 1px solid #4d72ab;
}

.time_place_rt li {
	width: 80px;
	height: 75px;
	border-left: 1px solid #4d72ab;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	text-align: center;
}

	.time_place_rt li .timeout_num {
		font-size: 30px;
		line-height: 34px;
	}

	.time_place_rt li:first-child {
		border-left: 0;
	}

.aaco {
	background: #f2f2f2;
}

.aaco_con {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.aaco_con_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

	.aaco_con_tit p {
		color: #222222;
		font-size: 24px;
		font-weight: bold;
	}

.aaco_list .am-slider-default {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0;
}

.aaco_con ul {
	display: flex;
}

.aaco_con .aaco_item {
	width: 285px;
	padding: 40px 27px 44px;
	background: #fff;
}




.aaco_item .aaco_item_avatar img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 20px;
}

.aaco_item_tit {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.aaco_item_txt {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 72px;
}

.traffic {
	background: #fff;
	padding: 55px 0 50px;
}

.traffic_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.traffic_con_article {
	width: 570px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}

	.traffic_con_article img {
		width: 100%;
		height: auto;
		margin-bottom: 14px;
	}

.traffic_con_tit {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
}

.traffic_con_article a {
	text-decoration: underline;
	color: #2c71fe;
	line-height: 38px;
}

.tips {
	background: #fff;
	padding: 10px 0 1px;
}

.tips_con {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0 70px;
}

.tips_con_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 76px;
}

.tips_con_txt {
	color: #202020;
	font-size: 16px;
	line-height: 30px;
}

	.tips_con_txt a {
		color: #2c71fe;
		text-decoration: underline;
	}

.tips_con .look_more {
	margin: 40px auto;
}

.login {
	padding: 60px 0 80px;
}

.login_con_tit {
	color: #2c71fe;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
}

.login_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.login_bg img {
	width: 420px;
	height: auto;
}

.login_form {
	width: 500px;
}

.login_con_txt {
	color: #222222;
	font-size: 24px;
	line-height: 58px;
}

	.login_con_txt a {
		color: #2c71fe;
		text-decoration: underline;
	}

.login_form_input {
	padding-top: 20px;
}

	.login_form_input p {
		color: #222222;
		font-size: 18px;
		line-height: 40px;
	}

	.login_form_input input {
		outline: none;
		background: #fcfcfc;
		padding: 0 15px;
		border: 1px solid #c9c9c9;
		height: 50px;
		width: 100%;
		font-size: 18px;
	}

.login_form_label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #222222;
}

	.login_form_label a {
		color: #2c71fe;
		text-decoration: underline;
	}

	.login_form_label .am-checkbox {
		font-size: 18px;
		color: #222222;
		vertical-align: middle;
		line-height: 24px;
	}

	.login_form_label .am-ucheck-icons {
		font-size: 24px;
		color: #666;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	.login_form_label .am-checkbox .am-icon-unchecked::before {
		content: " ";
		background: url('../img/not.png') no-repeat;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}

	.login_form_label .am-checkbox .am-icon-checked::before {
		content: " ";
		background: url('../img/xz.png') no-repeat;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}

	.login_form_label .am-checkbox {
		padding-left: 35px;
	}

.login_form_btn,
.login_form_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	background: #ff7800;
	height: 60px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 24px;
}

/* 常用问题pc端 */
.question {
	padding: 30px 0 54px;
}

.question_con {
	width: 1200px;
	margin: auto;
}

.question_con_tit {
	color: #2c71fe;
	font-size: 48px;
	font-weight: bold;
	line-height: 120px;
}

.question_item_tit {
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	padding: 0 30px;
	background: #2c71fe;
}

.question_item {
	margin-bottom: 20px;
}

	.question_item li {
		border-bottom: 1px solid #dedede;
		padding: 10px 0;
	}

		.question_item li p {
			display: flex;
			line-height: 30px;
			color: #222222;
			font-size: 18px;
			padding: 10px 0;
		}

.quest_ico {
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 50%;
	background: #2c71fe;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-right: 15px;
	/* margin-top: 10px; */
}

.answer_ico {
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 50%;
	background: #ff7800;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-right: 15px;
	/* margin-top: 10px; */
}


.secondary_nav {
	background: #f5f5f5;
	text-align: center;
	line-height: 70px;
}

	.secondary_nav a.secondary_navact {
		color: #003993;
		font-weight: bold;
	}

		.secondary_nav a.secondary_navact::after {
			content: '';
			width: 100%;
			position: absolute;
			left: 0;
			bottom: -4px;
			background: #003993;
			height: 5px;
		}

	.secondary_nav a {
		margin: 0 50px;
		color: #222222;
		font-size: 24px;
		display: inline-block;
		position: relative;
	}

/* 关于大会pc端 */
.congress {
	padding: 20px 0 30px;
}

.congress_con {
	width: 1200px;
	margin: 0 auto;
	color: #222222;
	font-size: 18px;
	line-height: 40px;
}

.congress_con_tit {
	font-size: 36px;
	color: #2c71fe;
	line-height: 110px;
	font-weight: bold;
}

.congress_con img {
	width: 980px;
	height: auto;
	display: block;
	margin: 30px auto 15px;
}

.highlight {
	padding: 30px 0 60px;
}

.highlight_con {
	width: 1200px;
	margin: 0 auto;
}

.reservejoin {
	padding-bottom: 60px;
	border-bottom: 4px solid #2c71fe;
}

.reservejoin_tit {
	color: #2c71fe;
	font-size: 36px;
	font-weight: bold;
	line-height: 84px;
}

.reservejoin_rt {
	padding: 20px 0 30px 20px;
	width: 600px;
}

	.reservejoin_rt p {
		display: flex;
		line-height: 30px;
		margin-bottom: 10px;
		font-size: 18px;
		color: #222222;
	}

		.reservejoin_rt p span {
			flex-shrink: 0;
		}

.reservejoin_con {
	display: flex;
}

.reservejoin_lt img {
	width: 600px;
	height: 400px;
}

.reservejoin_rt a {
	color: #ffffff;
	font-size: 24px;
	background: #ff7800;
	line-height: 60px;
	width: 150px;
	text-align: center;
	border-radius: 30px;
	display: block;
}

.reservejoin_txt {
	min-height: 290px;
}

.join_tit {
	color: #2c71fe;
	font-weight: bold;
	line-height: 36px;
	font-size: 36px;
}

.join li {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
	display: flex;
}

.join_item_lt img {
	width: 400px;
	height: auto;
}

.join_item_rt {
	width: 800px;
	padding: 10px 35px 20px;
}

.join_item_txt {
	min-height: 260px;
}

.join_item_rt a {
	color: #ffffff;
	font-size: 24px;
	background: #ff7800;
	line-height: 50px;
	width: 150px;
	text-align: center;
	border-radius: 25px;
	display: block;
}

.join_item_txt {
	font-size: 18px;
	line-height: 30px;
	color: #222222;
}

.join_item_light {
	display: flex;
}

	.join_item_light span {
		flex-shrink: 0;
	}

.join_item_dot p:before {
	content: '·';
	font-size: 12px;
	font-family: '幼圆字体';
}

.join_item_tit {
	color: #222222;
	font-size: 30px;
	line-height: 56px;
	font-weight: bold;
}

.join {
	padding-top: 50px;
}

.aaco_com {
	padding-bottom: 30px;
}

.aaco_com_con {
	width: 1200px;
	margin: 0 auto;
}

.aaco_com_tit {
	color: #2c71fe;
	font-size: 36px;
	line-height: 140px;
	font-weight: bold;
}

.aaco_com_con ul {
	display: flex;
	flex-wrap: wrap;
}

.aaco_com_con li {
	width: 285px;
	margin-left: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
	padding: 40px 25px;
}

	.aaco_com_con li img {
		display: block;
	}

	.aaco_com_con li .aaco_item_txt {
		line-height: 26px;
	}

	.aaco_com_con li:nth-child(4n-3) {
		margin-left: 0;
	}


/* 会议日程pc端 */
.join_way {
	padding: 40px 0 45px;
}

.aaco_table_nav {
	display: none;
}

.join_way_con {
	width: 1200px;
	margin: 0 auto;
}

.join_way_tit {
	color: #2c71fe;
	font-weight: bold;
	font-size: 36px;
	line-height: 88px;
}

.join_way_txt1 {
	color: #222222;
	font-size: 24px;
	line-height: 50px;
}

.join_way_dot {
	font-style: inherit;
	font-size: 18px;
	font-family: '黑体';
}

.join_way_em {
	display: inline-block;
	padding-left: 1em;
}

.join_way_con a {
	color: #ffffff;
	font-size: 24px;
	background: #ff7800;
	line-height: 60px;
	width: 300px;
	text-align: center;
	border-radius: 30px;
	display: block;
	margin: 8px 0 28px;
}

.join_way_con p {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 22px;
}

.join_way_txt2 {
	line-height: 48px;
	font-size: 18px;
	color: #222222;
}

.aaco_table {
	padding: 50px 0;
}

.aaco_table_con {
	width: 1200px;
	margin: 0 auto;
}

.timetable tbody tr {
	border-bottom: 1px solid #dedede;
}

.timetable thead {
	background: #2c71fe;
}

.timetable tr th {
	padding: 0 30px;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.timetable tr td {
	padding: 0 30px;
	height: 50px;
	color: #222222;
	font-size: 18px;
}

	.timetable tr th:nth-of-type(1),
	.timetable tr td:nth-of-type(1) {
		width: 220px;
	}

	.timetable tr th:nth-of-type(2),
	.timetable tr td:nth-of-type(2) {
		width: 470px;
	}

	.timetable tr th:nth-of-type(3),
	.timetable tr td:nth-of-type(3) {
		width: 270px;
	}

	.timetable tr th:nth-of-type(4),
	.timetable tr td:nth-of-type(4) {
		width: 240px;
	}

.aaco_table_item {
	margin-bottom: 20px;
}


	.aaco_table_item p {
		color: #000000;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
	}

.aaco_table_tit {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 55px;
}

.aaco_table_txt {
	color: #000000;
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 15px;
	text-align: center;
}

.venue {
	padding: 40px 0;
}

.venue_con {
	width: 1200px;
	margin: 0 auto;
}

.vensel {
	padding-bottom: 16px;
	border-bottom: 10px solid #dedede;
}

.vensel_head {
	display: flex;
	justify-content: space-between;
	color: #000000;
	font-size: 16px;
	padding-bottom: 20px;
}

	.vensel_head a {
		color: #2c71fe;
		font-size: 16px;
		display: flex;
		padding: 0 15px;
		height: 40px;
		align-items: center;
		border: 1px solid #2c71fe;
		border-radius: 3px;
	}

		.vensel_head a img {
			width: 20px;
			height: 18px;
			margin-right: 10px;
		}

.vensel_head_lt {
	display: flex;
	align-items: center;
}

	.vensel_head_lt input {
		width: 280px;
		height: 40px;
		border: 1px solid #cccccc;
		font-size: 16px;
		padding: 0 15px;
		margin-right: 10px;
		border-radius: 3px;
		outline: none;
	}

.seach_btn {
	color: #ffffff;
	padding: 0 25px;
	height: 40px;
	background: #2c71fe;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

.vensel li {
	display: flex;
	border-top: 1px solid #eeeeee;
	padding: 23px 0;
	line-height: 32px;
}

.vensel_item_lt {
	flex-shrink: 0;
	min-width: 80px;
}

.vensel_item_rt span {
	margin-bottom: 6px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	margin-right: 6px;
}

	.vensel_item_rt span.venact {
		background: #2c71fe;
		color: #fff;
	}


.venue_timetable tbody tr {
	border-bottom: 1px solid #dedede;
}

.venue_timetable thead {
	border-bottom: 2px solid #2c71fe;
}

.venue_timetable tr th {
	padding: 0 30px;
	height: 50px;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
}

.venue_timetable tr td {
	padding: 0 30px;
	height: 50px;
	color: #222222;
	font-size: 18px;
}

	.venue_timetable tr th:nth-of-type(1),
	.venue_timetable tr td:nth-of-type(1) {
		width: 110px;
	}

	.venue_timetable tr th:nth-of-type(2),
	.venue_timetable tr td:nth-of-type(2) {
		width: 200px;
	}

	.venue_timetable tr th:nth-of-type(3),
	.venue_timetable tr td:nth-of-type(3) {
		width: 680px;
	}

	.venue_timetable tr th:nth-of-type(4),
	.venue_timetable tr td:nth-of-type(4) {
		width: 210px;
	}

.venue_table_item {
	margin-bottom: 20px;
}

.venue_table_name {
	color: #ffffff;
	line-height: 50px;
	padding: 0 30px;
	background: #1a73f5;
}

.venue_table_txt {
	color: #ffffff;
	line-height: 50px;
	padding: 0 30px;
	background: #2c71fe;
}

.venue_table_item p {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
}

.venue_table_time {
	color: #222222;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	padding-top: 40px;
}


/* 联系我们pc端*/
.contact_us {
	padding: 46px 0 67px;
}

.contact_us_con {
	width: 1200px;
	margin: auto;
	/* display: flex; */
	/* justify-content: space-between; */
}

.contact_avenue ul {
	display: flex;
}

.contact_avenue li {
	position: relative;
	margin-right: 30px;
}

.contact_avenue_ico img {
	width: 60px;
	height: 60px;
}

.contact_avenue_ewm {
	width: 200px;
	height: 235px;
	background: url('../img/ewm_bg.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: -244px;
	transform: translateX(-50%);
	font-size: 18px;
	color: #222222;
	line-height: 22px;
	text-align: center;
	display: none;
}

.op .contact_avenue_ewm {
	display: block;
}

.contact_avenue_ewm img {
	width: 180px;
	height: 180px;
	margin-top: 5px;
}

.back_home {
	display: none;
}

.contact_avenue {
	padding: 33px 0;
}

.contact_avenue_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
}

.contact_us_lt {
	width: 540px;
}

.contact_way {
	border-bottom: 1px solid #c9cbd0;
	padding-bottom: 40px;
}

.contact_way_item {
	display: flex;
	padding: 10px 0;
	align-items: center;
}

.contact_way_rt {
	color: #222222;
	font-size: 18px;
	line-height: 34px;
}

	.contact_way_rt .contact_way_txt {
		font-size: 24px;
		line-height: 40px;
	}

.contact_way_item img {
	width: 48px;
	height: 48px;
	margin-right: 18px;
	flex-shrink: 0;
}

.contact_us_tit {
	color: #2c71fe;
	font-size: 48px;
	line-height: 90px;
	font-weight: bold;
}

.contact_us_rt {
	width: 500px;
}

.contact_us_form {
	margin-top: 7px;
}

	.contact_us_form p {
		color: #222222;
		font-size: 18px;
		line-height: 38px;
	}

.contact_us_input {
	margin-bottom: 10px;
}

.contact_us_form a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	background: #ff7800;
	height: 60px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 24px;
	margin-top: 40px;
}

.contact_us_form input {
	outline: none;
	background: #fcfcfc;
	padding: 0 15px;
	border: 1px solid #c9c9c9;
	height: 50px;
	width: 100%;
	font-size: 18px;
}

.contact_us_textarea textarea {
	width: 100%;
	height: 140px;
	background: #fcfcfc;
	padding: 10px 15px;
	border: 1px solid #c9c9c9;
	outline: none;
	resize: none;
	font-size: 18px;
}

/*  食宿与交通pc端*/
.triofo {
	padding: 30px 0 35px;
}

.trinfo_con {
	width: 1200px;
	margin: 0 auto;
}

.trinfo_con_rt {
	width: 570px;
}

	.trinfo_con_rt img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

.trinfo_con {
	display: flex;
	justify-content: space-between;
}

.trinfo_con_lt {
	width: 550px;
	color: #222222;
	font-size: 18px;
	line-height: 30px;
}

.trinfo_con_ico img {
	width: 357px;
	height: auto;
	margin-bottom: 10px;
}

.trinfo_con_tit {
	color: #2c71fe;
	font-size: 48px;
	line-height: 108px;
	font-weight: bold;
	margin-bottom: 20px;
}

.trinfo_con_lt p {
	margin-bottom: 44px;
}

.trinfo_con_txt {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	padding: 15px 0;
}

.hotel {
	padding: 20px 0 40px;
}

.hotel_con {
	width: 1200px;
	margin: 0 auto;
}

.hotel_con_tit {
	color: #2c71fe;
	font-size: 48px;
	font-weight: bold;
	line-height: 128px;
}

.hotel_con li {
	display: flex;
	margin-bottom: 20px;
	background: #f5f5f5;
}

.hotel_item_lt img {
	width: 600px;
	height: auto;
}

.hotel_item_rt a {
	color: #ffffff;
	display: inline-block;
	background: #ff7800;
	padding: 0 25px;
	line-height: 60px;
	font-size: 24px;
	border-radius: 30px;
}

.hotel_item_rt {
	width: 600px;
	padding: 30px 45px;
}

.hotel_item_txt {
	min-height: 200px;
	color: #222222;
	font-size: 18px;
	line-height: 30px;
}

.hotel_item_tit {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 40px;
}

.abstract {
	padding: 45px 0 40px;
}

.abstract_con {
	width: 1200px;
	margin: 0 auto;
}

.abstract_article_txt1:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #222222;
	border-radius: 50%;
	margin: 0 12px 0 3px;
}

.abstract_article_txt2:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #222;
	border-radius: 50%;
	margin: 0 10px 0 30px;
}

.abstract_article a {
	color: #222222;
	font-size: 18px;
	text-decoration: underline;
	line-height: 30px;
	margin-bottom: 16px;
}

	.abstract_article a:before {
		content: '';
		width: 10px;
		height: 10px;
		display: inline-block;
		background: #222222;
		border-radius: 50%;
		margin: 0 10px 0 25px;
	}

.abstract_article {
	color: #222222;
	font-size: 18px;
	line-height: 30px;
}

.abstract_article_tit {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 80px;
}

.abstract_head_btn a {
	min-width: 300px;
	line-height: 60px;
	border-radius: 30px;
	display: inline-block;
	margin-right: 40px;
	background: #ff7800;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 12px;
}

	.abstract_head_btn a.abstract_head_download {
		background: #2c71fe;
	}

.abstract_head_txt {
	color: #222222;
	font-size: 24px;
	line-height: 70px;
}

.abstract_head_tit {
	color: #2c71fe;
	font-size: 48px;
	font-weight: bold;
	line-height: 95px;
}

.colore0 {
	color: #e00000;
}

.regmtg {
	padding: 45px 0;
}

.regmtg_con {
	width: 1200px;
	margin: 0 auto;
}

.regmtg_con_em {
	color: #2c71fe;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

.refund_table table {
	width: 1200px;
	margin: 12px 0 40px;
}

	.refund_table table th {
		height: 60px;
		color: #fffefe;
		font-size: 18px;
		background: #2c71fe;
		font-weight: 400;
		text-align: center;
	}

	.refund_table table td {
		border-top: 1px solid #fff;
		color: #222222;
		font-size: 18px;
		height: 60px;
		background: #eeeeee;
		text-align: center;
	}

.fee_table table {
	border-color: #666;
	margin-bottom: 5px;
}

.fee_table tr td {
	width: 165px;
	height: 60px;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
}

	.fee_table tr td.first_child_td {
		width: 210px;
		background: #eeeeee;
	}

.fee_table tr:first-child {
	background: #eeeeee;
	height: 80px;
}

.regmtg_module p {
	color: #222222;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
}

	.regmtg_module p a {
		color: #2c71fe;
		text-decoration: underline;
	}

.regmtg_module_tit {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
}

.regmtg_con_tit {
	color: #2c71fe;
	font-size: 36px;
	font-weight: bold;
	line-height: 73px;
}

.regmtg_con_txt {
	font-size: 24px;
	color: #222222;
	line-height: 35px;
	text-align: center;
}

	.regmtg_con_txt a {
		min-width: 300px;
		line-height: 60px;
		border-radius: 30px;
		display: inline-block;
		background: #ff7800;
		color: #ffffff;
		font-size: 24px;
		text-align: center;
		margin-bottom: 12px;
		margin: 30px 0 40px;
	}

/* 注册pc端 */
.create_account {
	padding: 30px 0 60px;
}

.create_account_con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.create_progress {
	display: flex;
}

.create_progress_tit {
	color: #2c71fe;
	font-size: 48px;
	font-weight: bold;
	width: 158px;
	line-height: 128px;
}

.create_progress ul {
	display: flex;
	justify-content: space-between;
	width: 981px;
}

.create_progress li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	position: relative;
	padding: 50px 0;
}

.create_progress_ico {
	color: #fff;
	font-size: 20px;
	background: #ff7800;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
}

.create_progress li p {
	color: #222222;
	font-size: 18px;
	position: absolute;
	white-space: nowrap;
	line-height: 50px;
	bottom: 0;
}

.create_progress li .create_progress_ico::after {
	content: '';
	width: 327px;
	background: #ff7800;
	height: 6px;
	position: absolute;
	z-index: -1;
	right: 0;
}

.create_progress li:first-child .create_progress_ico::after {
	display: none;
}

.progress_hover ~ li .create_progress_ico {
	color: #222222;
	background: #e5e5e5;
}

.create_progress li.progress_hover ~ li .create_progress_ico::after {
	background: #e5e5e5;
}

.personal_form {
	padding-left: 158px;
	margin-top: 30px;
}

.personal_form_txt {
	width: 250px;
}

	.personal_form_txt p {
		color: #222222;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
	}

.personal_form_pic {
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}

.upload_btn {
	color: #fefeff;
	font-size: 18px;
	background: #2c71fe;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	width: 200px;
}

.pic_image {
	width: 250px;
}

	.pic_image img {
		width: 150px;
		height: 150px;
		object-fit: contain;
	}

.pic_rt {
	display: flex;
	align-items: flex-end;
	color: #222222;
	font-size: 18px;
	line-height: 60px;
}

.personal_form_input {
	display: flex;
	margin-bottom: 20px;
}

	.personal_form_input input {
		outline: none;
		background: #fcfcfc;
		padding: 0 15px;
		border: 1px solid #c9c9c9;
		height: 50px;
		width: 500px;
		font-size: 18px;
	}

	.personal_form_input select {
		background: url('../img/select.png') no-repeat right 25px center #fcfcfc;
		background-size: 18px 11px;
		padding: 0 15px;
		border: 1px solid #c9c9c9;
		width: 500px;
		outline: none;
		font-size: 18px;
		appearance: none;
		height: 50px;
	}

a.next_btn {
	width: 300px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	background: #ff7800;
	display: block;
	margin: 40px 0 0 250px;
}

a.last_btn {
	width: 300px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: #ff7800;
	border: 1px solid #ff7800;
	font-size: 24px;
	display: block;
}

.btns {
	display: flex;
	margin: 40px 0 0 206px;
}

	.btns .next_btn {
		margin-top: 0;
		margin-left: 30px;
	}

.personal_form_checkbox {
	display: flex;
	margin-bottom: 20px;
}

.checkbox_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 250px);
}

	.checkbox_list .am-checkbox {
		width: 390px;
		margin: 10px 0;
		line-height: 28px;
		color: #000000;
		font-size: 18px;
		padding-left: 40px;
	}

	.checkbox_list .am-ucheck-icons {
		line-height: 28px;
	}

.confirm_ag .am-checkbox {
	padding-left: 40px;
	color: #222222;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

	.confirm_ag .am-checkbox .am-icon-unchecked::before,
	.checkbox_list .am-checkbox .am-icon-unchecked::before {
		content: " ";
		background: url('../img/not.png') no-repeat;
		background-size: 28px 28px;
		width: 28px;
		height: 28px;
	}

	.confirm_ag .am-checkbox .am-icon-checked::before,
	.checkbox_list .am-checkbox .am-icon-checked::before {
		content: " ";
		background: url('../img/xz.png') no-repeat;
		background-size: 28px 28px;
		width: 28px;
		height: 28px;
	}

.addacc_list {
	width: 760px;
}

	.addacc_list li {
		background: url('../img/num_bg.png') no-repeat #f5f5f5;
		background-size: 100% auto;
		padding: 20px 70px;
		border-radius: 4px;
		position: relative;
		margin-bottom: 10px;
	}

.addacc_item_txt {
	color: #222222;
	font-size: 18px;
	line-height: 32px;
}

.addacc_item_txtlt {
	width: 180px;
	display: inline-block;
	color: #666666;
}

.serial {
	width: 50px;
	height: 45px;
	font-size: 24px;
	padding-left: 10px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.accdel {
	position: absolute;
	right: 20px;
	top: 30px;
}

	.accdel img {
		width: 24px;
		height: 24px;
	}

.personal_form_addacc {
	display: flex;
}

.addacc_btn {
	color: #ffffff;
	font-size: 18px;
	width: 220px;
	border-radius: 4px;
	background: #2c71fe;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.addacc_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.addacc_popup_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.addacc_popup_con {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 50px 50px;
	border-radius: 10px;
}

	.addacc_popup_con .personal_form_txt {
		width: 195px;
	}

.addacc_popup_btn {
	width: 300px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	background: #ff7800;
	display: block;
	margin: 40px 0 0 195px;
}

.addacc_popup_tit {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 30px;
}

.addacc_popup_off {
	width: 45px;
	height: 45px;
	background: url('../img/off.png') no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	right: 20px;
	top: 30px;
}

.personal_form_tips {
	color: #999999;
	font-size: 16px;
	text-indent: 1.5em;
	line-height: 16px;
}

.addacc_btn span {
	display: none;
}

.abstract_form {
	padding-left: 158px;
	margin-top: 30px;
}

.abstract_form_item {
	display: flex;
	padding-top: 20px;
}

.abstract_form_txt {
	width: 220px;
}

	.abstract_form_txt p {
		color: #222222;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
	}

.abstract_fee_table {
	width: 760px;
	padding-top: 20px;
}

	.abstract_fee_table table {
	}

		.abstract_fee_table table tr td {
			padding-left: 30px;
			height: 42px;
			color: #000000;
			font-size: 18px;
		}

		.abstract_fee_table table tr th {
			padding-left: 30px;
			height: 50px;
			color: #000000;
			font-size: 18px;
			font-weight: 400;
			background: #eeeeee;
		}

		.abstract_fee_table table tr:first-child td {
			padding-top: 18px;
			height: 60px;
			color: #000000;
			font-size: 18px;
		}

		.abstract_fee_table table tr th:nth-of-type(1),
		.abstract_fee_table table tr td:nth-of-type(1) {
			width: 170px;
		}

		.abstract_fee_table table tr th:nth-of-type(2),
		.abstract_fee_table table tr td:nth-of-type(2) {
			width: 96px;
			text-align: center;
			padding-left: 0;
		}

		.abstract_fee_table table tr th:nth-of-type(3),
		.abstract_fee_table table tr td:nth-of-type(3) {
			width: 237px;
			text-align: center;
			padding-left: 0;
		}

		.abstract_fee_table table tr th:nth-of-type(4),
		.abstract_fee_table table tr td:nth-of-type(4) {
			width: 264px;
			text-align: center;
			padding-left: 0;
		}

.fee_count {
	border-top: 1px solid #dedede;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	padding: 20px 0;
}

.all_fee {
	color: #222222;
	font-size: 18px;
}

	.all_fee span {
		color: #ff7800;
	}

.fee_count a {
	text-decoration: underline;
	color: #2c71fe;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.fee_count img {
	width: 11px;
	height: auto;
	margin-left: 10px;
}

.abstract_form_make {
	width: 760px;
	padding-top: 10px;
}

.abstract_form_make_card {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 16px 50px 20px 70px;
	line-height: 32px;
	margin-bottom: 10px;
	font-size: 16px;
}

	.abstract_form_make_card p {
		display: flex;
	}

	.abstract_form_make_card span.addacc_item_txtlt {
		flex-shrink: 0;
	}

.abstract_form_make_tit {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
}

.abstract_form_make .addacc_item_txt {
	font-size: 16px;
}

.confirm_ag {
	display: flex;
	margin-top: 20px;
}

	.confirm_ag a {
		font-size: 18px;
		line-height: 28px;
		color: #2c71fe;
		text-decoration: underline;
	}

.create_suc {
	text-align: center;
	padding: 100px 40px;
}

	.create_suc img {
		width: 120px;
		height: 120px;
	}

	.create_suc p {
		color: #222222;
		font-size: 24px;
		line-height: 66px;
	}

	.create_suc a {
		min-width: 300px;
		line-height: 60px;
		border-radius: 30px;
		text-align: center;
		color: #ffffff;
		font-size: 24px;
		background: #ff7800;
		display: inline-block;
		margin: 40px auto 0;
		padding: 0 15px;
	}

.create_suc_txt {
	color: #222222;
	font-size: 24px;
	margin: 0 60px;
	line-height: 42px;
}

.move_login_btn,
.speech,
.venue_list_txt,
.vensel_move {
	display: none;
}

.venue_table_txt span {
	margin-left: 10px;
}

	.venue_table_txt span.venue_time {
		margin-right: 10px;
		margin-left: 0;
	}

.tabs_item {
	display: none;
}

	.tabs_item.tabs_act {
		display: block;
	}

.personal_form_addacc textarea {
	width: 100%;
	height: 140px;
	background: #fcfcfc;
	padding: 10px 15px;
	border: 1px solid #c9c9c9;
	outline: none;
	resize: none;
	font-size: 18px;
}

.personal_form_addacc input {
	outline: none;
	background: #fcfcfc;
	padding: 0 15px;
	border: 1px solid #c9c9c9;
	height: 50px;
	width: 500px;
	font-size: 18px;
	margin-bottom: 15px;
	width: 500px;
}

.abstract_form_make_txt {
	color: #000000;
	font-size: 18px;
	line-height: 32px;
}

	.abstract_form_make_txt p {
		display: flex;
	}

.txt_lt {
	color: #666;
	flex-shrink: 0;
	margin-right: 20px;
}

.last_btn {
	display: none;
}

.order_no {
	color: #ffffff;
	font-size: 30px;
	background: #2c71fe;
	padding: 0 15px;
	border-radius: 10px;
	line-height: 80px;
	min-width: 760px;
	margin: 50px auto 25px;
	display: inline-block;
}

	.order_no span {
		color: #ff8a00;
	}

.account {
	display: inline-block;
	background: #f5f5f5;
	text-align: left;
	min-width: 760px;
	border-radius: 10px;
	margin: 0 auto 36px;
	padding: 28px 40px;
	color: #222222;
	font-size: 24px;
	line-height: 40px;
}

.color9 {
	color: #999;
}

.account_tit {
	color: #222222;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}

.create_suc_txt span {
	color: #ff7800;
	text-decoration: underline;
}

.create_account_con .regmtg_con_tit {
	padding-left: 158px;
}

.logout_btn {
	font-size: 18px;
	background: #ff7800;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.aaco_item_txt1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.abstract_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.abstract_popup_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.abstract_popup_con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px 40px 80px;
	width: 800px;
	border-radius: 5px;
}

.abstract_popup_off {
	position: absolute;
	right: 30px;
	top: 20px;
}

	.abstract_popup_off img {
		width: 20px;
		height: 20px;
	}

.abstract_popup_tit {
	color: #2c71fe;
	font-size: 30px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 60px;
}

.abstract_popup_txt {
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
}

.abstract_input {
	display: flex;
	padding-right: 15px;
	margin-bottom: 20px;
}

.abstract_input_lt {
	width: 145px;
	text-align: right;
	flex-shrink: 0;
	margin-right: 20px;
	color: #333333;
	line-height: 50px;
}

.abstract_input input {
	border: 1px solid #cccccc;
	outline: none;
	height: 50px;
	border-radius: 3px;
	font-size: 18px;
	flex: 1;
}

.submit_btn {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	width: 200px;
	line-height: 60px;
	border-radius: 3px;
	margin-left: 165px;
	background: #2c71fe;
	margin-top: 40px;
}

.abstract_input_btn {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	width: 110px;
	line-height: 50px;
	border-radius: 3px;
	background: #ff7800;
	margin-left: 10px;
	flex-shrink: 0;
}

.user_footer .my_abstract {
	border: 1px solid #ff7800;
	background: #fff;
	color: #ff7800;
	margin-left: 30px;
	min-width: 260px;
}

.my_abstract_con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.my_abstract_tit {
	color: #2c71fe;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 30px;
}

.my_abstract_table th {
	background: #738aae;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	height: 60px;
}

	.my_abstract_table tbody tr td:nth-of-type(1),
	.my_abstract_table th:nth-of-type(1) {
		width: 570px;
		padding: 0 20px;
	}

.my_abstract_table tbody tr {
	border-bottom: 1px solid #dedede;
}

.my_abstract_table tbody td {
	padding: 20px 0;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.my_abstract_table th:nth-of-type(3),
.my_abstract_table th:nth-of-type(2) {
	width: 220px;
	text-align: center;
}

.my_abstract_table th:nth-of-type(4) {
	width: 190px;
	text-align: center;
}

.my_abstract_table tbody tr td:nth-of-type(2) {
	color: #999999;
	font-size: 18px;
	width: 220px;
	text-align: center;
}

.my_abstract_table tbody tr td:nth-of-type(3) {
	font-size: 18px;
	text-align: center;
	width: 220px;
}

	.my_abstract_table tbody tr td:nth-of-type(3) a {
		color: #2c71fe;
	}

		.my_abstract_table tbody tr td:nth-of-type(3) a img {
			width: 24px;
			height: 25px;
		}

.my_abstract_table tbody tr td:nth-of-type(4) {
	font-size: 18px;
	text-align: center;
}

.subabs_btn {
	background: #ff7800;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border-radius: 25px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 25px;
}

.seek_list ul {
	padding: 0;
	margin: 0;
}

.seek_list {
	background: #fff;
	padding: 5px 15px 0;
}

	.section_news li,
	.seek_list li {
		border-bottom: 1px solid #eee;
	}

		.section_news li:last-child {
			border-bottom: 0;
		}

		.section_news li a,
		.seek_list li a {
			padding: 20px 0;
			display: flex;
			justify-content: space-between;
		}

		.section_news li img,
		.seek_list li img {
			width: 180px;
			height: 120px;
			object-fit: cover;
		}

.seek_item_con {
	width: calc(100% - 195px);
	line-height: 20px;
	color: #999999;
	font-size: 16px;
}

.seek_item_tit {
	color: #333333;
	font-size: 18px;
	min-height: 60px;
	margin-bottom: 15px;
	line-height: 24px;
	padding: 5px 0;
}


.seek_details {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}

.seek_details_head {
	border-bottom: 2px solid #2c71fe;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	padding: 35px 0 15px;
}

.seek_details_head_tit {
	color: #333333;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 58px;
}

.seek_details_head span {
	margin-right: 20px;
}

.seek_details_article {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	padding: 30px 0;
}

	.seek_details_article a {
		color: #003993;
		text-decoration: underline;
	}

	.seek_details_article img {
		max-width: 100%;
		height: auto;
		margin: 10px auto;
		display: block;
	}

.seek_details_bm {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dedede;
	padding: 20px 0 50px;
}

.seek_details_up {
	width: 1080px;
}

	.seek_details_up a {
		display: block;
		color: #333333;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
	}

.backlist_btn {
	color: #00377c;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	width: 120px;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

	.backlist_btn img {
		width: 24px;
		height: 24px;
		margin-right: 15px;
	}

.tabbar {
	padding-bottom: 58px;
	display: none;
}

	.tabbar ul {
		display: flex;
		border-top: 1px solid #eee;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #fff;
		z-index: 998;
	}

	.tabbar li {
		width: 25%;
	}

		.tabbar li.tabbar_act a {
			color: #2c71fe;
			font-size: 12px;
		}

		.tabbar li a {
			padding: 7px 0;
			color: #333333;
			font-size: 13px;
			line-height: 18px;
			display: block;
			text-align: center;
		}

		.tabbar li i {
			display: block;
			width: 100%;
			height: 26px;
		}

.icon_nav1 {
	background: url('../img/nav1_act1.png') no-repeat center;
	background-size: auto 20px;
}

.icon_nav2 {
	background: url('../img/nav1_act2.png') no-repeat center;
	background-size: auto 20px;
}

.icon_nav3 {
	background: url('../img/nav1_act3.png') no-repeat center;
	background-size: auto 20px;
}

.icon_nav4 {
	background: url('../img/nav1_act4.png') no-repeat center;
	background-size: auto 20px;
}


.header_logo {
	background: #fff;
}

.header_logo_img {
	padding: 10px 0;
	width: 1420px;
	margin: 0 auto;
}

	.header_logo_img img {
		width: 410px;
		height: 80px;
		object-fit: cover;
	}

.header {
	background: #2c71fe;
}

.profile_con_list {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 580px;
	padding: 17px 30px 0;
}

.section_news_head {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	align-items: center;
}

.section_news_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 65px;
	position: relative;
}

	.section_news_tit::after {
		content: '';
		background: #2c71fe;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -1px;
	}

.section_news_more {
	color: #333333;
	font-size: 16px;
	display: flex;
	align-items: center;
}

	.section_news_more img {
		width: 12px;
		height: auto;
		margin-left: 8px;
	}

.section_notice_list {
	padding: 15px 0;
}

	.section_notice_list a {
		display: flex;
	}

		.section_notice_list a p {
			width: calc(100% - 110px);
			color: #333333;
			font-size: 16px;
			line-height: 42px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}

		.section_notice_list a span {
			color: #999999;
			font-size: 16px;
			width: 110px;
			text-align: right;
			line-height: 42px;
		}

.move_ewm {
	width: 180px;
	height: 216px;
	background: url('../img/ewm_bg2.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #222222;
	line-height: 22px;
	text-align: center;
	padding-top: 17px;
	z-index: 999;
	display: none;
}

	.move_ewm img {
		width: 160px;
		height: 160px;
	}

.list_more {
	display: none;
}

.notice_list a {
	display: flex;
	flex-direction: column-reverse;
}

.notice_item_time {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.notice_item_day:before {
	content: '-';
}

.notice_list li {
	background: #f8f8f8;
	margin-bottom: 20px;
	border-radius: 6px;
}

	.notice_list li:hover {
		background: #003993;
	}

	.notice_list li a {
		padding: 24px 70px 20px 40px;
		background: url('../img/item_ico1.png') no-repeat right 40px center;
		background-size: 27px 43px;
	}

		.notice_list li a:hover {
			background: url('../img/item_ico2.png') no-repeat right 40px center;
			background-size: 27px 43px;
		}

			.notice_list li a:hover .notice_item_time,
			.notice_list li a:hover .notice_item_txt {
				color: #fff;
			}

.notice_item_txt {
	color: #222222;
	font-size: 18px;
	line-height: 40px;
}

.notice_con {
	width: 1200px;
	margin: 20px auto 60px;
}

.pagelist {
	padding: 40px 0 0;
}

	.pagelist ul {
		display: flex;
		justify-content: center;
	}

.page li {
	margin-left: 4px;
}

	.page li:first {
		margin-left: 0;
	}

	.page li span,
	.page li a {
		display: block;
		border: 1px solid #dddddd;
		width: 45px;
		height: 45px;
		line-height: 43px;
		text-align: center;
		border-radius: 2px;
		font-size: 16px;
		color: #666666;
		background: #ffffff;
		padding: 0px;
	}

		.page li a[disabled] {
			background: #dddddd;
			border-color: #dddddd;
		}

		.page li a img {
			height: 12px;
			width: auto;
			display: block;
			margin: 16px auto;
		}

.dynamic_list li {
	margin-top: 30px;
	background: #f8f8f8;
	border-radius: 6px;
}

	.dynamic_list li a {
		display: flex;
		padding: 20px 136px 20px 20px;
		background: url('../img/item_ico1.png') no-repeat right 40px center;
		background-size: 27px 43px;
		color: #666666;
		line-height: 30px;
	}

.dynamic_item_img {
	width: 335px;
}

	.dynamic_item_img img {
		width: 300px;
		height: 200px;
		object-fit: cover;
	}

.dynamic_item_con {
	width: 720px;
}


.dynamic_list li a:hover {
	background: url('../img/item_ico3.png') no-repeat right 40px center;
	background-size: 27px 43px;
}

	.dynamic_list li a:hover .dynamic_item_tit {
		color: #00377c;
	}

.dynamic_item_tit {
	color: #333333;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	padding: 15px 0 20px;
}

.dynamic_item_txt {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.activity {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

@media screen and (min-width: 1300px) {
	.profile_con_rt {
		right: -95px;
	}
}

@media screen and (min-width: 768px) {
	.header_nav ul li:hover .nav_item_con:has(a) {
		display: block;
	}

	.footer_copyright br {
		display: none;
	}



	.header_nav ul li .nav_item:focus {
		color: #fff;
	}

	.header_nav ul li.openpopup .nav_item,
	.header_nav ul li.navact .nav_item,
	.header_nav ul li:hover .nav_item {
		color: #fff;
		background: #ff7800;
	}

	.nav_item_con a:hover {
		color: #2c71fe;
	}

	.nav_item_con a.hover {
		color: #2c71fe;
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding-top: 50px;
	}

	.header_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #2c71fe;
		padding: 6px 15px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
		height: 50px;
	}

	.logo img {
		height: 40px;
		width: auto;
	}

	.header_meau img {
		height: 23px;
		width: auto;
	}

		.login_btn,
		.header.open .header_meau img:first-child,
		.header_meau img:last-child {
			display: none;
		}

	.header.open .header_meau img:last-child {
		display: block;
	}

	.header_nav {
		position: fixed;
		top: 50px;
		left: 0;
		flex-direction: column;
		width: 100%;
		transition: all .5s;
		height: 0;
		overflow: auto;
		justify-content: flex-start;
		background: #fff;
	}

	.header.open .header_nav {
		height: calc(100vh - 50px);
	}

	.header_nav ul {
		flex-direction: column;
		padding: 0 30px;
	}

	.header_nav_lt img {
		display: none;
	}

	.header_nav_lt span {
		display: block;
		color: #333;
		font-size: 15px;
	}

	.header_nav ul li {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		padding: 10px 0;
		position: relative;
	}

	.header_nav_lt {
		width: 100%;
		padding: 0 30px;
		background: #ffffff;
		height: auto;
	}

		.header_nav_lt a {
			background: #ffffff;
			border-bottom: 1px solid #eeeeee;
			width: 100%;
			justify-content: flex-start;
			height: auto;
			color: #333333;
			font-size: 15px;
			padding: 10px 0;
			line-height: 30px;
		}

	.nav_item {
		width: 100%;
		justify-content: flex-start;
		height: 30px;
		color: #333333;
		font-size: 15px;
		padding: 0;
	}

		.nav_item:hover {
			color: #333333;
		}

	.nav_item_con::after {
		display: none;
	}

	.header_nav ul li .nav_item_con:has(a)::before {
		content: '';
		position: absolute;
		right: 4px;
		top: -29px;
		width: 12px;
		height: 7px;
		background: url('../img/nav1.png') no-repeat;
		background-size: 12px 7px;
	}

	.nav_item_con {
		background: #ffffff;
		padding: 0 20px;
		display: block;
		width: 100%;
		left: 0;
		top: 50px;
	}

	.header_nav ul li.act .nav_item_con {
		position: static;
	}

		.header_nav ul li.act .nav_item_con a {
			height: auto;
		}

		.header_nav ul li.act .nav_item_con:has(a)::before {
			background: url('../img/nav2.png') no-repeat;
			background-size: 12px 7px;
			top: 22px;
		}

	.header_nav ul li.act .nav_item {
		color: #2c71fe;
		font-size: 15px;
		font-weight: bold;
	}

	.nav_item_con a {
		color: #333333;
		font-size: 14px;
		height: 0;
		overflow: hidden;
		line-height: 40px;
	}

		.nav_item_con a::before {
			content: ' - ';
		}

	.footer_con li {
		display: none;
	}

		.footer_con li:first-child {
			display: block;
		}

	.footer {
		padding: 0 15px;
		/* display: none; */
	}

	.footer_copyright a {
		display: block;
	}

	.tabbar {
		display: block;
	}

	.footer_copyright {
		background: #003993;
		padding: 15px 0;
		line-height: 20px;
	}

	.footer_links {
		width: 100%;
		padding: 10px 0;
	}

	.footer_con {
		width: 100%;
		border-bottom: 1px solid #488ff7;
		padding: 23px 0 12px;
	}

	.footer_logo img {
		height: 80px;
		width: auto;
	}

	.footer_con p,
	.footer_con a {
		font-size: 14px;
		line-height: 30px;
		white-space: normal;
	}

	.footer_item_tit,
	.footer_item_tit a {
		font-size: 18px;
		line-height: 36px;
	}

	.footer_logo {
		width: 50%;
		padding-left: 23px;
	}

		.footer_logo p {
			padding: 0 0 0 10px;
		}

	.footer_con ul {
		width: 50%;
	}

	.footer_con li:first-child {
		width: 100%;
	}

	.ban {
		min-width: auto;
	}


		.ban img {
			/* display: none; */
			height: calc(420 / 750 * 100vw);
			width: 100%;
			object-fit: cover;
		}



	.ban_con {
		margin-top: 10vw;
		width: calc(100% - 15px);
		transform: translateX(0);
		left: 0;
	}

	.ban_date_address {
		font-size: 15px;
		line-height: 26px;
		padding: 10px 0;
		margin-bottom: 6px;
		text-align: left;
		padding-left: 16vw;
	}

	.ban_btn,
	.ban_btn a {
		font-size: 14px;
		width: 100px;
		line-height: 35px;
		border-radius: 18px;
	}

	.profile_con {
		width: 100%;
	}

	.profile_con_rt {
		position: static;
		width: 100%;
		padding: 15px;
	}

	.profile_con_lt {
		width: 100%;
		padding: 12px 15px 25px;
	}

	.profile_con_tit {
		line-height: 42px;
		font-size: 18px;
	}

	.profile_con_txt {
		font-size: 15px;
		line-height: 30px;
	}

		.profile_con_txt img {
			margin: 2px 0 10px;
		}

		.profile_con_txt p strong {
			display: none;
		}

	.look_more {
		width: 105px;
		height: 35px;
		font-size: 13px;
	}

		.look_more img {
			width: 14px;
			height: auto;
			margin-left: 7px;
		}

	.profile_con_lt .look_more {
		margin-top: 10px;
	}

	.profile_con_rt ul {
		padding-top: 10px;
		display: flex;
	}

	.profile_con_rt li {
		margin-bottom: 10px;
		width: calc(100%/3 - 10px);
		margin-left: 15px;
		position: relative;
		padding: 10px 0 5px;
		text-align: center;
	}

		.profile_con_rt li a {
			font-size: 0;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}

		.profile_con_rt li p {
			display: none;
		}

		.profile_con_rt li .profile_item_tit {
			display: block;
			line-height: 40px;
			font-size: 18px;
		}

		.profile_con_rt li:first-child {
			margin-left: 0;
		}

		.profile_con_rt li img {
			display: inline-block;
			height: 31px;
			width: auto;
		}

	.time_place {
		background-size: auto 52vw;
		padding: 12px 15px 25px;
	}

	.time_place_con {
		width: 100%;
		flex-direction: column;
	}

	.time_place_tit img {
		width: 16px;
		height: auto;
		margin-right: 15px;
	}

	.time_place_tit {
		height: 42px;
		font-size: 18px;
		font-weight: bold;
	}

	.time_place_txt {
		font-size: 14px;
		line-height: 25px;
	}

	.timeout_tit {
		font-size: 15px;
		margin-top: 18px;
		line-height: 45px;
	}

	.time_place_rt {
		width: 100%;
	}

		.time_place_rt ul {
			width: 240px;
			margin: 0 auto;
		}

			.time_place_rt ul li {
				width: 60px;
				line-height: 23px;
				font-size: 12px;
				height: 56px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				padding: 0;
			}

		.time_place_rt li .timeout_num {
			font-size: 24px;
			line-height: 28px;
		}

	.aaco_con {
		width: 100%;
		padding: 10px 0 55px;
	}

	.aaco_list .am-slider-default .am-control-nav li a.am-active {
		background: #2c71fe;
	}

	.aaco_list .am-slider-default .am-control-nav li {
		margin: 0 3px;
	}

		.aaco_list .am-slider-default .am-control-nav li a {
			width: 10px;
			height: 10px;
		}

	.aaco_list {
		width: 68vw;
		margin: 0 auto;
	}

	.aaco_con .aaco_item {
		width: 100%;
		background: #fafafa;
	}

	.aaco_list .am-slider-default .am-direction-nav .am-next {
		right: calc(-16vw + 15px);
		width: 9vw;
		height: calc(9vw / 7 * 10);
		opacity: 1;
		top: 125px;
	}

		.aaco_list .am-slider-default .am-direction-nav .am-next:before {
			content: '';
			background: url('../img/next.png') no-repeat;
			background-size: 100% 100%;
			width: 100%;
			height: 100%;
		}

	.aaco_item .aaco_item_avatar img {
		width: 42vw;
		height: 42vw;
		margin: 0 auto 16px;
	}

	.aaco_list .am-slider-default .am-direction-nav a:before {
		content: '';
		background: url('../img/last.png') no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 100%;
	}

	.aaco_list .am-slider-default .am-direction-nav .am-prev {
		left: calc(-16vw + 15px);
		width: 9vw;
		height: calc(9vw / 7 * 10);
		opacity: 1;
		top: 125px;
	}

	.aaco_list .am-slider-default .am-control-nav {
		bottom: -30px;
	}

	.aaco_item_txt {
		line-height: 22px;
	}

	.aaco_con .aaco_item {
		padding: 20px 15px 35px;
	}

	.aaco_item_tit {
		font-size: 16px;
	}

	.aaco_con_tit .look_more {
		display: none;
	}

	.traffic {
		padding: 0;
	}

	.traffic_con {
		width: 100%;
		flex-direction: column;
		padding: 0 15px 20px;
	}

	.traffic_con_article {
		width: 100%;
		color: #333333;
		font-size: 14px;
		line-height: 22px;
		padding-top: 15px;
	}

	.traffic_con_tit {
		font-size: 18px;
		line-height: 40px;
	}

	.traffic_con_article img {
		margin-bottom: 0;
	}

	.traffic_con_article a {
		font-weight: bold;
	}

	.traffic_con_article span {
		display: none;
	}

	.tips {
		padding: 10px 15px 30px;
		background: #fafafa;
	}

	.tips_con {
		width: 100%;
		text-align: left;
		padding: 0;
	}

		.tips_con .look_more {
			margin: 25px 0 0;
		}

	.tips_con_txt {
		font-size: 15px;
		line-height: 26px;
	}

	.tips_con_tit {
		font-size: 18px;
		line-height: 55px;
		text-align: left;
	}

	.aaco_con_tit {
		padding: 0 15px;
		line-height: 47px;
		margin-bottom: 0;
	}

		.aaco_con_tit p {
			font-size: 18px;
		}

	.login_con {
		width: 100%;
	}

	.login_bg {
		display: none;
	}

	.login {
		padding: 43px 30px 30px;
		min-height: calc(100vh - 281px);
	}

	.login_form_btn,
	.login_form_btn a {
		width: 100%;
		height: 55px;
		border-radius: 3px;
		font-size: 16px;
		background: #ec6625;
	}

	.login_con_tit {
		font-size: 24px;
		line-height: 55px;
	}

	.login_con_txt {
		font-size: 18px;
		line-height: 50px;
		margin-bottom: 20px;
	}

		.login_con_txt a {
			text-decoration: none;
		}

	.login_form_input input {
		height: 52px;
		font-size: 15px;
	}

	.login_form_input p {
		font-size: 15px;
		line-height: 35px;
	}

	.login_form_input {
		padding-top: 15px;
	}

	.login_form_label {
		font-size: 15px;
		height: 70px;
		margin-bottom: 10px;
	}

		.login_form_label .am-checkbox {
			font-size: 15px;
			/* vertical-align: middle; */
			line-height: 20px;
		}

		.login_form_label .am-ucheck-icons {
			line-height: 20px;
		}

		.login_form_label .am-checkbox .am-icon-unchecked::before {
			content: " ";
			background: url('../img/not.png') no-repeat;
			background-size: 20px 20px;
			width: 20px;
			height: 20px;
		}

		.login_form_label .am-checkbox .am-icon-checked::before {
			content: " ";
			background: url('../img/xz.png') no-repeat;
			background-size: 20px 20px;
			width: 20px;
			height: 20px;
		}

	.content:has(.create_account) .footer,
	.content:has(.create_account) .ban,
	.content:has(.login) .ban {
		display: none;
	}



	/* 常用问题移动端 */
	.question {
		padding: 10px 15px 15px;
	}

	.question_con {
		width: 100%;
	}

	.question_con_tit {
		font-size: 24px;
		line-height: 54px;
	}

	.question_item {
		margin-bottom: 15px;
	}

	.question_item_tit {
		padding: 0 15px;
		font-size: 18px;
		line-height: 45px;
	}

	.question_item li {
		padding: 10px 0 0;
	}

		.question_item li p {
			font-size: 14px;
			margin-bottom: 8px;
			line-height: 24px;
			padding: 0;
		}

	.quest_ico,
	.answer_ico {
		font-size: 11px;
		width: 18px;
		height: 18px;
		margin-top: 3px;
		margin-right: 10px;
	}

	.congress {
		padding: 5px 15px 15px;
	}

	.congress_con {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

		.congress_con img {
			width: 100%;
			margin: 10px 0;
		}

	.congress_con_tit {
		font-size: 24px;
		line-height: 55px;
	}

	.secondary_nav {
		position: fixed;
		width: calc(100% - 95px);
		display: flex;
		background: #2c71fe;
		;
		left: 0;
		top: 0;
		z-index: 999;
	}

	.home_btn {
		height: 50px;
		display: flex;
		width: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.home_btn img {
			width: 18px;
			height: 18px;
		}

	.back_btn {
		width: 33px;
		padding-left: 15px;
		display: flex;
		align-items: center;
	}

		.back_btn img {
			width: 11px;
			height: auto;
		}

	.back_home {
		display: flex;
	}

	.secondary_nav .back_home a {
		display: flex;
	}

	.secondary_nav a {
		font-size: 14px;
		line-height: 45px;
		display: none;
		margin: 0;
	}

	.secondary_nav.open a {
		display: block;
	}

	.secondary_nav a.secondary_navact {
		color: #ffffff;
		font-weight: 400;
		display: flex;
		align-items: center;
		margin-left: 8px;
		font-size: 17px;
		pointer-events: none;
	}

		.secondary_nav a.secondary_navact::after {
			height: 0;
		}

	/* 
	.secondary_nav::after {
		content: '';
		width: 13px;
		height: 8px;
		background: url('../img/nav3.png') no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 15px;
		top: 19px;

	}

	.secondary_nav.open::after {
		transform: rotateZ(180deg);
	} */

	.highlight {
		padding: 5px 15px 20px;
	}

	.highlight_con {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.reservejoin {
		padding-bottom: 30px;
		border-width: 3px;
	}

	.reservejoin_con {
		flex-direction: column;
	}

	.reservejoin_lt {
		width: 100%;
	}

	.reservejoin_rt {
		width: 100%;
	}

	.reservejoin_lt img {
		width: 100%;
		height: auto;
	}

	.reservejoin_tit {
		line-height: 50px;
		font-size: 24px;
	}

	.reservejoin_rt {
		padding: 0;
	}

	.reservejoin_txt {
		padding: 15px 0;
		min-height: auto;
	}

		.reservejoin_txt p {
			margin-bottom: 6px;
			font-size: 14px;
			line-height: 22px;
		}

	.reservejoin_rt a {
		width: 240px;
		line-height: 40px;
		margin: 0 auto;
		font-size: 14px;
		font-weight: bold;
	}

	.join_item_lt img {
		width: 100%;
		height: auto;
	}

	.join_item_rt {
		width: 100%;
	}

	.join {
		padding-top: 20px;
	}

		.join li {
			flex-direction: column;
			padding: 15px 0;
		}

	.join_tit {
		font-size: 24px;
		line-height: 48px;
	}

	.join_item_rt {
		padding: 0;
	}

		.join_item_rt a {
			line-height: 35px;
			border-radius: 18px;
			font-size: 15px;
			width: 100px;
		}

	.join_item_tit {
		font-size: 18px;
		line-height: 36px;
		margin-top: 6px;
	}

	.join_item_txt {
		font-size: 13px;
		line-height: 22px;
		min-height: auto;
		margin-bottom: 10px;
	}

	.aaco_com {
		padding: 22px 15px;
	}

	.aaco_com_con {
		width: 100%;
	}

	.aaco_com_tit {
		font-size: 24px;
		line-height: 38px;
	}

	.aaco_com_con ul {
		flex-direction: column;
	}

	.aaco_com_con li {
		box-shadow: none;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		padding: 15px 0;
	}

	.aaco_com_con .aaco_item {
		display: flex;
	}

	.aaco_com_con .aaco_item_avatar {
		width: 120px;
	}

		.aaco_com_con .aaco_item_avatar img {
			width: 100px;
			height: 100px;
			margin-bottom: 0;
		}

	.aaco_item_con {
		width: calc(100% - 120px);
	}

		.aaco_item_con .aaco_item_tit {
			line-height: 32px;
			font-size: 15px;
		}

		.aaco_item_con .aaco_item_txt {
			line-height: 20px;
		}

	/* 联系我们移动端 */
	.contact_us {
		padding: 15px 15px 30px;
	}

	.contact_us_con {
		width: 100%;
		flex-direction: column;
	}

	.contact_us_lt {
		width: 100%;
	}

	.contact_us_rt {
		width: 100%;
	}

	.contact_us_form a {
		width: 100px;
		height: 35px;
		font-size: 15px;
		margin-top: 20px;
	}

	.contact_us_form p {
		font-size: 14px;
		line-height: 33px;
	}

	.contact_us_input {
		margin-bottom: 5px;
	}

	.contact_us_form input {
		font-size: 14px;
		height: 45px;
	}

	.contact_us_textarea textarea {
		font-size: 14px;
		height: 120px;
	}

	.contact_us_tit {
		line-height: 45px;
		font-size: 24px;
	}

	.contact_us_form {
		margin-top: 0;
	}

	.contact_avenue_ico img {
		width: 40px;
		height: 40px;
	}

	.contact_avenue li {
		margin-right: 15px;
	}

	.contact_avenue_ewm {
		background: rgba(0, 0, 0, .5);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translateX(0);
		z-index: 999;
		color: #fff;
		line-height: 50px;
	}

		.contact_avenue_ewm img {
			margin-top: calc(50vh - 115px);
		}

	.contact_avenue_tit {
		font-size: 18px;
		line-height: 55px;
	}

	.contact_avenue {
		padding: 8px 0 35px;
	}

	.contact_way_item img {
		width: 30px;
		height: 30px;
		margin-right: 18px;
	}

	.contact_way_rt {
		font-size: 14px;
		line-height: 21px;
		padding-top: 3px;
	}

		.contact_way_rt .contact_way_txt {
			font-size: 18px;
			line-height: 22px;
		}

	.contact_way_item {
		padding: 0;
		margin-bottom: 18px;
	}

	.contact_way {
		padding-bottom: 10px;
	}

	/*  食宿与交通移动端*/
	.triofo {
		padding: 15px;
	}

	.trinfo_con {
		width: 100%;
		flex-direction: column;
	}

	.trinfo_con_lt {
		width: 100%;
		font-size: 14px;
		line-height: 23px;
	}

	.trinfo_con_rt {
		width: 100%;
	}

		.trinfo_con_rt img {
			margin-top: 0;
			margin-bottom: 15px;
		}

	.trinfo_con_lt p {
		margin-bottom: 27px;
	}

	.trinfo_con_txt {
		line-height: 21px;
		font-size: 15px;
		padding: 8px 0;
	}

	.trinfo_con_ico {
		padding: 15px 30px;
	}

		.trinfo_con_ico img {
			width: 100%;
			display: block;
			margin: 0 auto;
		}

	.trinfo_con_tit {
		line-height: 50px;
		font-size: 24px;
		margin-bottom: 0;
	}

	.hotel {
		padding: 15px;
	}

	.hotel_con {
		width: 100%;
	}

		.hotel_con li {
			flex-direction: column;
			margin-bottom: 10px;
		}

	.hotel_item_lt img {
		width: 100%;
	}

	.hotel_item_rt {
		width: 100%;
		padding: 0 15px 20px;
	}

	.hotel_con_tit {
		line-height: 50px;
		font-size: 24px;
		margin: 0;
	}

	.hotel_item_rt a {
		font-size: 15px;
		line-height: 35px;
		margin-top: 10px;
	}

	.hotel_item_txt {
		min-height: auto;
		font-size: 14px;
		line-height: 23px;
	}

	.hotel_item_tit {
		font-size: 18px;
		line-height: 45px;
		margin: 5px 0 0;
	}

	.abstract {
		padding: 10px 15px 27px;
	}

	.abstract_con {
		width: 100%;
	}

	.abstract_article a {
		margin-bottom: 4px;
		color: #222222;
		font-size: 14px;
		line-height: 25px;
	}

		.abstract_article a:before {
			width: 5px;
			height: 5px;
			margin: 0 5px 0 15px;
		}

	.abstract_article {
		font-size: 14px;
		line-height: 25px;
	}

	.abstract_article_txt1 {
		display: flex;
	}

		.abstract_article_txt1:before {
			flex-shrink: 0;
			width: 5px;
			height: 5px;
			margin-top: 10px;
		}

	.abstract_article_txt2 {
		display: flex;
	}

		.abstract_article_txt2:before {
			width: 6px;
			height: 6px;
			margin-left: 18px;
			flex-shrink: 0;
			margin-top: 9px;
		}

	.abstract_article_tit {
		margin-top: 12px;
		font-size: 18px;
		line-height: 40px;
	}

	.abstract_head_btn {
		padding: 15px 15px 6px;
	}

		.abstract_head_btn a {
			width: 100%;
			margin-right: 0;
			margin-bottom: 15px;
			border-radius: 3px;
			font-size: 16px;
			line-height: 45px;
		}

			.abstract_head_btn a.abstract_head_download {
				margin-bottom: 0;
			}

	.abstract_head_txt {
		font-size: 14px;
		line-height: 24px;
	}

	.abstract_head_tit {
		line-height: 54px;
		font-size: 24px;
	}

	.regmtg {
		padding: 20px 15px 15px;
	}

	.regmtg_con {
		width: 100%;
	}

	.refund_table table {
		width: 100%;
		margin: 5px 0 15px;
	}

		.refund_table table td {
			font-size: 12px;
			height: 50px;
			width: 50%;
		}

		.refund_table table th {
			font-size: 12px;
			height: 40px;
		}

		.refund_table table td i {
			display: block;
		}

	.fee_table tr td {
		width: 13vw;
		height: 40px;
		font-size: 12px;
		line-height: 15px;
	}

		.fee_table tr td.first_child_td {
			width: 22%;
		}

	.fee_table tr:first-child {
		height: 50px;
	}

	.regmtg_module p {
		line-height: 24px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.regmtg_module_tit {
		font-size: 15px;
		line-height: 34px;
	}

	.regmtg_con_em {
		display: inline;
		font-weight: 400;
	}

	.regmtg_con_tit {
		font-size: 24px;
		line-height: 50px;
	}

	.regmtg_con_txt {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}

		.regmtg_con_txt a {
			width: calc(100% - 30px);
			border-radius: 3px;
			margin: 15px auto;
			display: block;
			line-height: 45px;
			font-size: 16px;
		}

	/* 注册移动端 */
	.create_account {
		padding: 15px;
	}

	.create_account_con {
		width: 100%;
	}

	.personal_form_input {
		flex-direction: column;
		margin-bottom: 5px;
	}

	.personal_form {
		padding: 0 15px;
		margin: 0;
	}

	.personal_form_input input {
		width: 100%;
		background: #f9fafc;
		border-color: #cacacb;
		border-radius: 3px;
		height: 45px;
		font-size: 13px;
	}

	.personal_form_txt {
		width: auto;
	}

		.personal_form_txt p {
			line-height: 35px;
			font-size: 15px;
		}

	.personal_form_input select {
		font-size: 13px;
		height: 45px;
		width: 100%;
		border-color: #cacacb;
		border-radius: 3px;
		background: url('../img/select.png') no-repeat right 15px center #f9fafc;
		background-size: 12px auto;
	}

	a.next_btn {
		margin: 25px auto;
		width: 100%;
		background: #ec6625;
		font-size: 16px;
		border-radius: 3px;
		line-height: 55px;
	}

	.create_progress ul {
		/* display: none; */
	}

	.upload_btn {
		position: absolute;
		width: 100px;
		height: 100px;
		background: url('../img/up.png') no-repeat center center;
		background-size: 40px 40px;
		font-size: 0;
		bottom: 0;
		left: 90px;
	}

	.personal_form_pic .personal_form_txt {
		width: 90px;
		flex-shrink: 0;
	}

	.pic_image {
		width: 110px;
	}

		.pic_image img {
			width: 100px;
			height: 100px;
		}

	.pic_rt {
		font-size: 13px;
		color: #666666;
		line-height: 20px;
		align-items: flex-start;
		padding-top: 10px;
	}

		.pic_rt p {
			flex: 1;
		}

			.pic_rt p span {
				display: block;
				font-size: 0;
				line-height: 0;
			}

	.personal_form_pic {
		align-items: flex-start;
		position: relative;
		margin-bottom: 5px;
	}

	.create_progress_tit {
		font-size: 24px;
		line-height: 55px;
		display: none;
	}

	.create_progress li {
		display: none;
	}

		.create_progress li.progress_hover {
			display: block;
			padding: 0;
		}

	.create_progress_ico {
		display: none;
	}

	.create_progress li p {
		position: static;
		font-size: 24px;
		line-height: 55px;
		color: #2c71fe;
		font-size: 24px;
		font-weight: bold;
	}

	.personal_form_checkbox {
		flex-direction: column;
	}

	.checkbox_list {
		width: 100%;
		padding: 0 10px;
	}

	.personal_form_tips {
		text-indent: 0;
		font-size: 13px;
		margin-left: 10px;
	}

	.checkbox_list .am-checkbox {
		width: 100%;
		line-height: 20px;
		margin: 5px 0;
		padding-left: 30px;
		font-size: 15px;
	}

	.personal_form_checkbox .personal_form_txt {
		display: flex;
		align-items: center;
	}

	.personal_form_addacc {
		flex-direction: column;
	}

	.confirm_ag .am-checkbox .am-icon-checked::before,
	.checkbox_list .am-checkbox .am-icon-checked::before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	.confirm_ag .am-checkbox .am-icon-unchecked::before,
	.checkbox_list .am-checkbox .am-icon-unchecked::before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	.addacc_btn {
		border: 1px solid #2c71fe;
		font-size: 15px;
		width: 100%;
		border-radius: 3px;
		background: rgba(0, 0, 0, 0);
		color: #2c71fe;
		line-height: 45px;
	}

	.addacc_list {
		width: 100%;
	}

	.addacc_btn span {
		display: inline;
	}

	.addacc_list li {
		background: url('../img/num_bg1.png') no-repeat #f8f8f8;
		background-size: 100% auto;
		border-radius: 5px;
		padding: 45px 25px 15px;
	}

	.serial {
		width: 9.5%;
		height: 33px;
		font-size: 18px;
		padding-left: 8px;
		line-height: 28px;
	}

	.addacc_item_txt {
		color: #222222;
		font-size: 13px;
		line-height: 25px;
	}

	.abstract_form_make .addacc_item_txt {
		font-size: 13px;
	}

	.abstract_form_make .addacc_list li {
		padding: 35px 15px 10px;
	}

	.abstract_form_make_card {
		font-size: 13px;
		padding: 15px 15px 10px;
		line-height: 20px;
	}

	.addacc_item_txtlt {
		width: 100px;
	}

	.accdel img {
		width: 20px;
		height: 20px;
	}

	.accdel {
		top: 13px;
		right: 15px;
	}

	.addacc_popup_con {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		top: 0;
		transform: translate(0, 0);
		border-radius: 0;
		padding: 50px 30px;
	}

	.addacc_popup_btn {
		margin: 25px auto;
		width: 100%;
		background: #ec6625;
		font-size: 16px;
		border-radius: 3px;
		line-height: 55px;
	}

	.addacc_popup_tit {
		font-size: 24px;
		line-height: 80px;
		margin-bottom: 0;
	}

	.addacc_popup_off {
		height: 50px;
		height: 50px;
		right: inherit;
		left: 0;
		top: 0;
		background: url('../img/off_move.png') no-repeat center center;
		background-size: 12px auto;
	}

	.abstract_form {
		padding: 0;
		margin: 0;
	}

	.abstract_fee_table {
		width: 100%;
		padding-top: 0;
	}

	.abstract_form_item {
		flex-direction: column;
		padding-top: 0;
	}

	.abstract_fee_table table {
		width: 100%;
	}

		.abstract_fee_table table tr th {
			padding-left: 10px;
			font-size: 14px;
			line-height: 22px;
			height: 45px;
		}

		.abstract_fee_table table tr td {
			padding-left: 10px;
			font-size: 14px;
			line-height: 22px;
			font-size: 14px;
			line-height: 22px;
			height: 54px;
		}

		.abstract_fee_table table tr:first-child td {
			padding-top: 0;
			height: 54px;
			font-size: 14px;
			line-height: 22px;
		}

		.abstract_fee_table table tr th:nth-of-type(1),
		.abstract_fee_table table tr td:nth-of-type(1) {
			width: 26%;
		}

		.abstract_fee_table table tr th:nth-of-type(2),
		.abstract_fee_table table tr td:nth-of-type(2) {
			width: 14.2%;
		}

		.abstract_fee_table table tr th:nth-of-type(4),
		.abstract_fee_table table tr td:nth-of-type(4),
		.abstract_fee_table table tr th:nth-of-type(3),
		.abstract_fee_table table tr td:nth-of-type(3) {
			width: 29.9%;
		}

		.abstract_fee_table table tr td i {
			display: block;
		}

	.create_suc {
		padding: 75px 15px;
	}

		.create_suc img {
			width: 80px;
			height: 80px;
		}

		.create_suc a {
			margin: 40px auto 0;
			width: 100%;
			background: #ec6625;
			font-size: 16px;
			border-radius: 3px;
			line-height: 35px;
			padding: 10px;
		}

		.create_suc p {
			font-size: 18px;
			font-weight: bold;
			line-height: 45px;
		}

	.create_suc_txt {
		font-size: 14px;
		line-height: 22px;
		margin: 20px 0 0;
		text-align: left;
	}

	.all_fee {
		font-size: 14px;
	}

	.fee_count a {
		font-size: 14px;
	}

	.fee_count img {
		width: 8px;
		margin-left: 8px;
	}

	.fee_count {
		padding: 5px 0;
	}

	.abstract_form_txt p {
		font-size: 15px;
		line-height: 35px;
	}

	.abstract_form_make {
		width: 100%;
		padding: 0;
	}

	.abstract_form_make_tit {
		font-size: 14px;
		line-height: 30px;
	}

	.abstract_form_make_card p {
		margin-bottom: 5px;
	}

	.confirm_ag .am-checkbox {
		font-size: 14px;
		line-height: 24px;
	}

	.confirm_ag a {
		font-size: 14px;
		line-height: 24px;
	}

	.confirm_ag {
		margin-top: 15px;
	}

	/* 会议日程移动端 */
	.aaco_table {
		padding: 15px 15px 45px;
	}

	.aaco_table_con {
		width: 100%;
	}

	.timetable table {
		display: block;
	}

	.timetable tbody {
		display: block;
	}

	.timetable thead {
		display: none;
	}

	.aaco_table_nav {
		display: block;
	}

		.vensel_move ul,
		.aaco_table_nav ul {
			display: flex;
			justify-content: space-between;
		}

		.vensel_move li,
		.aaco_table_nav li {
			width: calc(25% - 12px);
			background: #f5f5f5;
			border-radius: 5px;
			padding: 6px 0 7px;
			text-align: center;
			color: #666666;
			font-size: 12px;
			line-height: 20px;
		}

	.nav_date {
		font-weight: bold;
		color: #222222;
		font-size: 14px;
	}

	.aaco_table_item {
		margin-bottom: 0;
		display: none;
	}

		.aaco_table_item.tab_hover {
			display: block;
		}

		.aaco_table_item p {
			display: none;
		}

	.vensel_move li.hover,
	.aaco_table_nav li.hover {
		background: #2c71fe;
		color: #fff;
	}

		.vensel_move li.hover .nav_date,
		.aaco_table_nav li.hover .nav_date {
			color: #fff;
		}

	.aaco_table_item.tab_hover {
	}

	.timetable tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #f5f5f5;
		border: 0 !important;
		margin-top: 40px;
		width: calc(100% - 20px);
		margin-left: 20px;
		position: relative;
		border-radius: 5px;
		padding: 5px 0 13px;
	}

		.timetable tr::after {
			content: '';
			width: 2px;
			background: #cccccc;
			height: calc(100% + 20px);
			position: absolute;
			left: -16px;
			top: -6px;
		}

		.timetable tr td:nth-of-type(1) {
			width: calc(100vw - 30px);
			color: #000000;
			font-size: 14px;
			padding: 0 20px;
			height: 32px;
			display: flex;
			align-items: center;
			background: url('../img/time_table.png') no-repeat left center;
			background-size: 10px 10px;
			position: absolute;
			top: -32px;
			left: -20px;
		}

		.timetable tr td:nth-of-type(4),
		.timetable tr td:nth-of-type(2) {
			/* background: #f5f5f5; */
			width: 100%;
			color: #222222;
			font-size: 14px;
			height: auto;
			line-height: 25px;
			padding: 0 15px;
		}

		.timetable tr td:nth-of-type(3) {
			color: #666666;
			font-size: 13px;
			width: 100%;
			line-height: 15px;
			padding: 0 15px 0 30px;
			background: url('../img/map_table.png') no-repeat left 13px center;
			height: 20px;
			background-size: 11px auto;
			display: flex;
			align-items: center;
			margin-top: 7px;
		}

	.aaco_table_tit {
		text-align: left;
		font-size: 18px;
		line-height: 30px;
	}

	.aaco_table_txt {
		text-align: left;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 14px;
	}

	.join_way {
		padding: 15px;
	}

	.join_way_con {
		width: 100%;
	}

	.join_way_tit {
		line-height: 47px;
		font-size: 24px;
	}

	.join_way_txt1 {
		font-size: 14px;
		line-height: 33px;
	}

	.join_way_con a {
		margin: 6px 15px 20px;
		width: auto;
		border-radius: 3px;
		line-height: 45px;
		font-size: 16px;
		background: #ec6625;
		line-height: 45px;
	}

	.join_way_con p {
		font-size: 14px;
		line-height: 24px;
		margin: 5px 0 10px;
	}

	.join_way_txt2 {
		font-size: 15px;
		line-height: 30px;
	}

	.vensel_move {
		display: block;
	}

	.venue {
		padding: 0 15px 15px;
	}

	.venue_con {
		width: 100%;
	}

	.vensel {
		display: none;
	}

	.vensel_move ul {
		padding: 15px 0;
	}

	.vensel_move select {
		font-size: 14px;
		height: 45px;
		width: 100%;
		border-color: #f8f8f8;
		border-radius: 3px;
		background: url('../img/select.png') no-repeat right 15px center #f9fafc;
		background-size: 12px auto;
		padding: 0 15px;
		border: 1px solid #c9c9c9;
		outline: none;
		appearance: none;
		margin-bottom: 10px;
		color: #222222;
	}

	.venue_table_time {
		display: none;
	}

	.venue_timetable {
		display: none;
	}

	.venue_table_item p {
		display: none;
	}

	.venue_list_txt {
		display: block;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 0 15px;
		border-radius: 3px;
		line-height: 45px;
		background: url('../img/nav4.png') no-repeat right 15px center #2c71fe;
		background-size: 8px auto;
	}

	.venue_table_list {
		display: none;
	}

	.venue_table li.hover .venue_list_txt {
		background: url('../img/nav5.png') no-repeat right 15px center #2c71fe;
		background-size: auto 8px;
	}

	.venue_table li.hover .venue_table_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 10px;
	}

	.venue_table_item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		background: #e6f3fc;
		border-radius: 5px;
		min-height: 130px;
		padding: 5px 10px;
	}

	.venue_table_txt {
		background: none;
		font-size: 0;
		line-height: 0;
		padding: 0;
	}

	.venue_table_name {
		background: none;
	}

	.venue_table_txt span {
		display: block;
		color: #222222;
		font-size: 14px;
		margin: 12px 0 0;
		line-height: 20px;
	}

		.venue_table_txt span.venue_time {
			line-height: 16px;
			font-size: 14px;
			font-weight: bold;
			background: url('../img/time2.png') no-repeat left center;
			background-size: 14px 14px;
			padding-left: 22px;
		}

	.venue_table_name {
		color: #666666;
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
		padding: 0;
	}

	.venue_table_item.openitem {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		background: #fff;
		padding: 0;
	}

		.venue_table_item.openitem .venue_table_head {
			background: #2c71fe;
			margin: 15px 15px 5px;
			border-radius: 5px;
			padding: 15px 15px;
		}

		.venue_table_item.openitem .venue_table_name {
			color: #ffffff;
			font-size: 12px;
		}

		.venue_table_item.openitem .venue_table_txt span {
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
		}

			.venue_table_item.openitem .venue_table_txt span.venue_time {
				background: url('../img/time3.png') no-repeat left center;
				background-size: 14px 14px;
				margin-top: 0;
				border-bottom: 1px solid #3361a9;
				padding: 15px 22px;
			}

		.venue_table_item.openitem p {
			display: block;
			height: 50px;
			font-size: 0;
			background: url('../img/back.png') no-repeat left 15px center;
			background-size: 12px auto;
			position: absolute;
			left: 0;
			top: 0;
			width: 42px;
		}

		.venue_table_item.openitem::before {
			content: '';
			background: #2c71fe;
			width: 100%;
			height: 50px;
			display: block;
		}

	.venue_table_head_p {
		color: #a3afce;
		font-size: 14px;
		line-height: 15px;
		display: none;
	}

	.venue_table_item.openitem .venue_table_head_p {
		display: block;
	}

	.venue_table_item.openitem .venue_timetable {
		display: block;
		overflow-y: auto;
		height: calc(100vh - 205px);
		padding: 0 15px 15px;
	}

	.venue_timetable thead {
		display: none;
	}

	.venue_timetable tbody tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #f5f5f5;
		border: 0 !important;
		margin-top: 40px;
		width: calc(100% - 20px);
		margin-left: 20px;
		position: relative;
		border-radius: 5px;
		padding: 10px 0;
	}

	.venue_timetable tr::after {
		content: '';
		width: 2px;
		background: #cccccc;
		height: calc(100% + 20px);
		position: absolute;
		left: -16px;
		top: -6px;
	}

	.venue_timetable tbody tr td:first-child {
		display: none;
	}

	.venue_timetable tr td:nth-of-type(2) {
		width: calc(100vw - 30px);
		color: #000000;
		font-size: 14px;
		padding: 0 20px;
		height: 32px;
		display: flex;
		align-items: center;
		background: url('../img/time_table.png') no-repeat left center;
		background-size: 10px 10px;
		position: absolute;
		top: -32px;
		left: -20px;
	}

	.venue_timetable tr th:nth-of-type(3),
	.venue_timetable tr td:nth-of-type(3) {
		width: 100%;
		color: #222222;
		font-size: 14px;
		height: auto;
		padding: 0 15px;
		line-height: 20px;
	}

	.speech {
		display: inline;
	}

	.venue_timetable tr th:nth-of-type(4),
	.venue_timetable tr td:nth-of-type(4) {
		width: 100%;
		padding: 0 15px;
		color: #666666;
		font-size: 13px;
		height: auto;
		line-height: 30px;
	}

	a.move_login_btn {
		display: flex;
		width: 25px;
		height: 38px;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: #fff;
		border-radius: 18px;
		position: absolute;
		right: 65px;
		top: 8px;
	}

		a.move_login_btn span {
			display: none;
		}

	.move_login_btn img {
		width: 25px;
		height: 25px;
	}

	.header_nav_rt {
		justify-content: center;
		padding: 60px 0;
	}

	.addacc_list textarea {
		font-size: 14px;
		height: 120px;
	}

	.addacc_list input {
		width: 100%;
		background: #f9fafc;
		border-color: #cacacb;
		border-radius: 3px;
		height: 45px;
		font-size: 13px;
	}

	.abstract_form_make_txt {
		font-size: 15px;
		line-height: 24px;
	}

	.txt_lt {
		margin-right: 10px;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		margin: 25px auto;
	}

	a.last_btn {
		margin: 0;
		width: calc(50% - 8px);
		border: 1px solid #ec6625;
		font-size: 16px;
		border-radius: 3px;
		line-height: 53px;
		display: block;
		text-align: center;
		color: #ec6625;
	}

	.btns .next_btn {
		width: calc(50% - 8px);
		margin: 0;
	}

	.order_no {
		width: 100%;
		min-width: 0;
		border-radius: 3px;
		font-size: 16px;
		line-height: 20px;
		padding: 15px;
		margin: 20px auto;
	}

	.account {
		width: 100%;
		min-width: 0;
		font-size: 14px;
		line-height: 25px;
		padding: 10px 15px 15px;
		margin-bottom: 20px;
	}

	.account_tit {
		font-size: 18px;
		line-height: 30px;
	}

	.create_account_con .regmtg_con_tit {
		padding-left: 0;
	}

	.logout_btn {
		font-size: 14px;
		border-radius: 3px;
		line-height: 30px;
	}

	.abstract_popup_con {
		width: calc(100% - 30px);
		padding: 30px 15px;
	}

	.abstract_popup_tit {
		font-size: 18px;
		line-height: 40px;
		padding: 0;
	}

	.abstract_popup_off {
		top: 10px;
		right: 15px;
	}

	.abstract_popup_txt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		padding: 0;
	}

	.abstract_input {
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 10px;
	}

	.abstract_input_lt {
		width: 100%;
		text-align: left;
		font-size: 14px;
		line-height: 30px;
	}

	.abstract_input input {
		font-size: 14px;
		height: 40px;
	}

	.abstract_input_btn {
		font-size: 14px;
		line-height: 40px;
	}

	.submit_btn {
		margin-left: 0;
		margin-top: 20px;
		line-height: 50px;
		font-size: 15px;
	}

	.user_footer .my_abstract {
		margin: 10px 0 0;
	}

	.my_abstract_tit {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.my_abstract_con {
		width: 100%;
	}

	.my_abstract_table tbody tr td:nth-of-type(1) {
		width: 40.5%;
		padding: 10px;
	}

	.my_abstract_table th:nth-of-type(1) {
		width: 40.5%;
		padding: 0 10px;
	}

	.my_abstract_table tbody td {
		padding: 10px 0;
		font-size: 12px;
		line-height: 20px;
	}

	.my_abstract_table th {
		font-size: 15px;
		height: 40px;
	}

		.my_abstract_table th:nth-of-type(3) {
			width: 19%;
		}

		.my_abstract_table th:nth-of-type(2) {
			width: 30.5%;
		}

	.my_abstract_table tbody tr td:nth-of-type(2) {
		width: 30.5%;
		font-size: 12px;
	}

	.my_abstract_table th:nth-of-type(4) {
		width: 10%;
	}

	.my_abstract_table tbody tr td:nth-of-type(4) {
		width: 10%;
		font-size: 12px;
	}

	.my_abstract_table tbody tr td:nth-of-type(3) {
		width: 19%;
		font-size: 12px;
	}

	.subabs_btn {
		line-height: 40px;
		font-size: 18px;
		padding: 0;
	}

	.section_news {
		background: #fff;
		padding: 10px 15px 20px;
	}

	.section_news_tit {
		font-size: 18px;
		line-height: 42px;
	}

		.section_news_tit::after {
			height: 2px;
		}

	.section_news_more {
		font-size: 14px;
	}

		.section_news_more img {
			width: 8px;
			height: auto;
			margin-left: 8px;
		}

	.section_notice {
		padding: 0 15px 15px;
		background: #fafafa;
	}

	.section_notice_list a {
		background: url('../img/n4.png') no-repeat left top 18px;
		background-size: 5px auto;
		display: block;
		border-bottom: 1px dashed #cccccc;
		padding: 10px;
		line-height: 22px;
		color: #222222;
	}

	.section_news li img,
	.seek_list li img {
		width: 120px;
		height: 80px;
		object-fit: cover;
	}

	.seek_item_con {
		width: calc(100% - 132px);
		line-height: 20px;
		color: #999999;
		font-size: 13px;
	}

	.section_news li a,
	.seek_list li a {
		padding: 10px 0;
	}

	.section_news li:last-child {
		border-bottom: 1px solid #eee;
	}

	.seek_item_tit {
		font-size: 14px;
		padding: 0;
		margin-bottom: 0;
		line-height: 20px;
		min-height: 40px;
		display: flex;
		align-items: center;
	}

	.section_notice_list {
		padding: 0;
	}

		.section_notice_list a span {
			display: block;
			text-align: left;
			width: 100%;
			font-size: 13px;
			line-height: 22px;
		}

	.time_place {
		display: none;
	}

	.profile_con_list {
		position: static;
		width: 100%;
		padding: 0;
	}

	.section_notice_list a p {
		line-height: 22px;
		font-size: 14px;
		width: 100%;
		overflow: inherit;
		white-space: normal;
	}

	.header_logo {
		display: none;
	}

	.aaco {
		background: #fff;
	}

	.profile_con_subtit {
		font-size: 18px;
		line-height: 50px;
	}

	.notice_con {
		width: 100%;
		margin: 0;
	}

	.notice_list {
		padding: 0 15px;
	}

		.notice_list li {
			border-bottom: 1px solid #eeeeee;
			background: #fff;
			margin-bottom: 0;
		}

	.pagelist {
		display: none;
	}

	.notice_list li a {
		display: flex;
		justify-content: space-between;
		padding: 12px 0;
		background: #fff;
		flex-direction: row;
	}

		.notice_list li a:hover .notice_item_time,
		.notice_list li a:hover .notice_item_txt {
			color: #333;
		}

		.notice_list li a:hover {
			background: #fff;
		}

	.notice_item_txt {
		width: calc(100% - 66px);
		color: #333333;
		font-size: 14px;
		line-height: 23px;
		padding-left: 24px;
		background: url('../img/n1.png') no-repeat left center;
		background-size: 7px auto;
	}

	.notice_item_time {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		display: block;
	}

	.notice_item_day {
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}

		.notice_item_day::before {
			content: '';
		}

	.list_more {
		font-size: 14px;
		color: #333333;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 45px;
	}

		.list_more img {
			width: 14px;
			height: auto;
			margin-left: 16px;
		}

	.seek_details_article {
		color: #333333;
		font-size: 15px;
		line-height: 26px;
		padding: 15px 0;
	}

	.seek_details {
		width: 100%;
		padding: 0 15px;
	}

	.seek_details_head {
		border-bottom: 1px solid #eee;
		color: #666666;
		font-size: 13px;
		line-height: 24px;
		padding: 15px 0;
	}

	.seek_details_up {
		display: none;
	}

	.seek_details_bm img {
		display: none;
	}

	.seek_details_head_tit {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
	}

	.seek_details_bm {
		border: 0;
		padding: 10px 0 25px;
		justify-content: center;
	}

	.backlist_btn {
		background: #2c71fe;
		color: #fff;
		font-size: 14px;
		width: 120px;
		border-radius: 3px;
		justify-content: center;
	}

	.activity {
		width: 100%;
		padding: 0;
	}

	.dynamic_list {
		padding: 0 15px;
	}

		.dynamic_list li {
			background: #fff;
			border-radius: 0;
			border-bottom: 1px solid #eee;
			margin: 0;
		}

			.dynamic_list li a {
				background: #fff;
				padding: 10px 0;
			}

				.dynamic_list li a:hover {
					background: #fff;
				}

	.dynamic_item_img img {
		width: 120px;
		height: 80px;
	}

	.dynamic_item_con {
		width: calc(100% - 132px);
		line-height: 20px;
		color: #999999;
		font-size: 13px;
	}

	.dynamic_item_tit {
		font-size: 14px;
		padding: 0;
		margin-bottom: 0;
		line-height: 20px;
		min-height: 40px;
		display: flex;
		align-items: center;
		white-space: normal;
	}

	.dynamic_item_txt {
		display: none;
	}

	.dynamic_item_img {
		width: 132px;
	}
}
