/*             登录                                      */
.w_main{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	height: 100px;
	z-index: 30;
	border-top: 1px solid #ccc;
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
.footer>div{
	flex: 1;
	align-items: center;
	text-align: center;
}
.footer>div img{
	height: 40px;
	margin-top: 10px;
}
.footer>div div{
	text-align: center;
	font-size: 24px;
}
.footer .active{
	color: #0A70DB;
}
.cover_box,.cover_box_suggestion{
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.hide_cover{
	display: none;
}
.cover_waring,.cover_waring_suggestion{
	margin: 0 80px;
	background-color: #fff;
	border-radius: 8px;
	padding:30px;
	width: 100%;
	display: none;
}
.cover_waring div:first-child,.cover_waring_suggestion div:first-child{
	font-size: 40px;
	font-weight: bold;
	color: #3D3D3D;
	margin-bottom: 24px;
}
.cover_waring div:nth-child(2),.cover_waring_suggestion div:nth-child(2){
	font-size: 28px;
	color: #CBCACA;
}
.cover_waring_suggestion div:nth-child(2) textarea{
	width: 100%;
	font-size: 28px;
	padding: 14px 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.cover_waring div:last-child,.cover_waring_suggestion div:last-child{
	margin-top: 104px;
	text-align: right;
}
.cover_waring div:last-child span,.cover_waring_suggestion div:last-child span{
	font-size: 28px;
	color: #1175E4;
	font-weight: bold;
	margin-left: 50px;
}
.fixed_bg{
	background: linear-gradient(to bottom, #a0d3fd 0%, #e6f2fe 100%);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}
#toast-container > div {
	position: fixed;
	bottom: 20%; /* 1/3 的屏幕高度 */
	left: 50%;
	transform: translateX(-50%); /* 水平居中 */
	width: auto; /* 根据内容宽度自动调整 */
	max-width: 80%; /* 限制最大宽度为视口的 80% */
	margin: 0 auto; /* 垂直居中 */
	/* 其他样式，如背景色、边框等 */
}
.center_phone_num{
	width: 160px;
	margin: 0 auto;
}

.search_all {
    position: absolute!important;
    top: -12px;
    width: calc(100% - 138px);
    background: #ffff;
    left: 68px;
    height: 70px;
    border-radius: 35px;
    font-size: 30px;
    padding: 0 40px;
    box-sizing: border-box;
}

.search_all_img {
    position: static!important;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}
.search_all_input{
    border: none;
    float: left;
    height: 100%;
    font-size: 30px;
}
.hide_it{
    display: none;
}
.h4_top{
	font-size: 36px;
    text-align: center;
    padding: 0 40px;
    font-weight: bold;
    margin-bottom: 30px;
	text-indent: 0;
}
.h4_content{
	text-indent: 2em;
    font-size: 28px;
    padding: 0 40px;
    line-height: 50px;
}