.head_top3_right_top {
	display: none;
}

@media(max-width:640px) {

	/*导航菜单*/
	.head_boxout {
		height: 75px;
	}

	.head_box {
		padding-top: 10px;
		height: 65px;
	}

	.head_menu_current_city .current_city {
		position: relative;
		float: left;
		padding: 14px 0;
		padding-right: 20px;
		margin-top: 0;
		margin-left: 15px;
		margin-bottom: 0;
		background-color: transparent;
		background-image: none;
		font-size: 20px;
		max-width: 60px;
		color: #000000;
		overflow: hidden;
		/* 确保超出容器的文本被隐藏 */
		white-space: nowrap;
		/* 防止文本换行 */
		text-overflow: ellipsis;
		/* 超出部分显示省略号 */
	}

	.head_menu_current_city .current_city::after {
		content: "";
		position: absolute;
		right: 0;
		top: 30px;
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid #272636;
		border-top: 2px solid #272636;
		transform-origin: 25% 25%;
		transform: rotate(-135deg);
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	/*顶部导航*/
	.head_top3 {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		padding-left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		width: 70vw;
		padding-left: 30vw;
		height: 100vh;
		display: none;
	}

	.head_top3.in {
		display: block;
	}

	.head_top3_box {
		padding: 0 27px;
		background-color: #FFFFFF;
		height: 100vh;
		overflow-y: auto;
	}

	.head_top3_right_top {
		display: block;
		width: 100%;
		height: 70px;
		padding-top: 10px;
	}

	.head_top3_right_top .navbar-toggle-close {
		margin-top: 17px;
	}

	.head_top3_logo_img {
		width: 178px;
		height: auto;
		overflow: hidden;
	}

	.head_top3_logo_img img {
		width: 100%;
		height: auto;
	}

	.head_menu3 {
		background-color: #FFFFFF;
		height: auto;
		width: 100%;
	}

	.head_menu3 li {
		display: inline-block;
		position: relative;
		text-align: left;
		padding: 0px;
		width: 100%;
		min-height: 76px;
		height: auto;
	}

	.head_menu3>li {
		float: none;
		padding-bottom: 0;
		border-bottom: 0px solid #D6D6D6;
		/* clear: right; */
	}

	.head_menu3>li::after {
		content: "";
		position: absolute;
		right: 0;
		top: 35px;
		display: block;
		width: 15px;
		height: 15px;
		border-left: 2px solid #D6D6D6;
		border-top: 2px solid #D6D6D6;
		transform-origin: 25% 25%;
		transform: rotate(-135deg);
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.head_menu3>li.no_sub::after {
		display: none;
	}

	.head_menu3>li:hover,
	.head_menu3>li.active {
		border-bottom: 0px solid #D6D6D6;
		/* clear: right; */
	}

	.head_menu3>li.active::after {
		transform: rotate(45deg);
	}

	.head_menu3>li:last-child {
		clear: right;
	}

	.head_menu3 li a {
		position: relative;
		display: block;
		font-size: 24px;
		color: #414141;
		line-height: 76px;
		border-bottom: 1px solid #D6D6D6;
	}

	/* .head_menu3 > li > a {} */
	.head_menu3>li>ul {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		padding-left: 10%;
		width: 90%;
		background: #ffffff;
	}

	.head_menu3>li:hover>ul {
		display: none;
	}

	.head_menu3>li.active>ul {
		display: block;
	}

	.head_menu3>li>ul>li a {
		font-size: 24px;
		color: #7A7A7A;
	}

	.head_menu3>li>ul>li:hover {
		background-color: #FFFFFF;
	}

	.head_menu3>li>ul>li:hover a {
		color: #FFFFFF;
	}

	/*导航-logo部分*/
	.logo_img {
		position: absolute;
		left: 50%;
		top: 10px;
		margin-left: -87.5px;
		width: 175px;
	}

	/*导航-会员部分*/
	.head_menu_member {
		display: none;
	}
}

@media(max-width:640px) {
	.side_contact_box {
		display: none;
	}
}
@media(max-width:640px) {
	.main_common{
		min-height: calc(100vh - 185px);
	}
	.main_common_page {
		min-height: 100vh;
	}
}

@media(max-width:640px) {
	.form_outbox,
	.form_outbox_bg {
		background-color: #e5e7eb;
	}

	.form_outbox .m {
		background: transparent;
	}

	.form_outbox .form_outbox_main {
		position: relative;
		width: 96%;
		overflow: hidden;
		background-color: #FFFFFF;
		/* border-radius: 5px; */
		padding: 10px 2%;
		box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
	}

	.form_box {
		width: 100%;
		clear: both;
		color: #4D4D4D;
	}

	.form_box .col-xs-3.col-w100,
	.form_box .col-xs-9.col-w100 {
		width: 100%;
	}

	.form_box .form_item_label {
		font-size: 14px;
		line-height: 36px;
		font-weight: 700;
		text-align: left;
	}

	.form_box .form_input {
		box-sizing: border-box;
		width: 100%;
		padding: 0.5rem 0.5rem;
		color: #4D4D4D;
		background-color: #FFFFFF;
		border: 1px solid #999999;
		border-radius: 5px;
		font-size: 14px;
	}

	.form_box .form_input:focus {
		border-color: #7F9DB9;
	}

	.form_box .form_input:disabled {
		border-color: #4b5563;
		box-shadow: none;
		background-color: #f3f4f6;
		/* color: #a3a3a3 !important; */
	}

	.form_box select {
		box-sizing: border-box;
		width: 100%;
		padding: 0.5rem 0.5rem;
		color: #4D4D4D;
		background-color: #FFFFFF;
		border: 1px solid #999999;
		border-radius: 5px;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.form_box .checkbox-label,
	.form_box .radio-label {
		position: relative;
		display: block;
		width: 100%;
		clear: both;
	}

	.form_box .radio-label {
		box-sizing: border-box;
		width: 96%;
		margin: 0 2%;
		height: 36px;
		line-height: 36px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background: #FFFFFF;
		font-size: 14px;
		text-align: center;
	}

	.form_box .radio-label-2 {
		height: 42px;
		line-height: 42px;
		padding-left: 15%;
		margin-top: 5px;
		text-align: left;
	}

	.form_box .radio-label-2 img {
		position: absolute;
		top: 50%;
		left: 9px;
		width: auto;
		height: 24px;
		transform: translateY(-50%);
	}

	.form_box input[type=radio]:checked+.radio-label {
		background: #ea8d13;
		color: #fff;
		border-color: #ea8d13;
	}

	.form_box .form_radio-group {
		/* margin-bottom: 5px; */
	}

	.form_box .form_radio-group .radio-label {
		width: 80%;
		height: 36px;
		line-height: 36px;
		padding: 0 15%;
		margin-bottom: 5px;
	}

	.form_box input[type=checkbox] {
		width: 16px;
		height: 16px;
		color: #4D4D4D;
		border-radius: 5px;
		margin: 0 !important;
		font-size: 14px;
		position: relative;
		top: 3px;
	}

	/* 登录、注册界面通用组件 */
	.form-item-captcha input[type=text] {
		width: 50%;
		padding: 0.5rem 0.5rem;
		color: #4D4D4D;
		background-color: #FFFFFF;
		margin: 0 !important;
		border: 1px solid #999999;
		border-radius: 5px;
		font-size: 14px;
	}

	.form-item-calendar input[type=text] {
		width: 50%;
		padding: 0.5rem 0.5rem;
		color: #4D4D4D;
		background-color: #FFFFFF;
		margin: 0 !important;
		border: 1px solid #999999;
		border-radius: 5px;
		font-size: 14px;
	}

	.form-item-textarea textarea {
		box-sizing: border-box;
		resize: vertical;
		width: 100%;
		height: 152px;
		border-radius: 5px;
		border-width: 1px;
		border-color: #999999;
		background-color: #FFFFFF;
		padding: 0.5rem 0.5rem;
		font-weight: 400;
		color: #4D4D4D;
		font-size: 14px;
	}
	.form_box .form_help {
		margin-top: 3px;
		font-size: 14px;
	}
}