
@media screen and (max-width: 1600px) {
	
}

.member_left_phone{
	position: fixed;
	top: 20%;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.2);
	padding: 3px 8px 0 0;
	border-radius:0 20px 20px 0;
	z-index: 9999;
}
.member_left_phone img{
	width: 28px;
}
.member_left_phone_close{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
	display: none;
	color: #666;
}



@media screen and (max-width: 790px) {
	.nav_right{
		display: none;
	}
	.navMain{
		display: block;
	}
	.nav_left span.out_login{
		float: right;
	}
	.header{
		height: 40px;
		line-height: 40px;
	}
	.header_box{
		width: 90%;
	}
	.header_left{
		display: none;
	}
	.header_right{
		width: 100%;
	}
	.header_right ul{
		justify-content: space-between;
	}
	.header_right ul li{
		margin-left: 0;
	}
	.footer{
		display: none;
	}
	.member_left{
		padding: 40px 30px;
		position: fixed;
		height: 100%;
		left: -300px;
		top: 0;
		z-index: 9999;
		transition: all 0.75s;
	}
	.member_left li{
		height: 40px;
		line-height: 40px;
	}
	.member_left li a i{
		top: 10px;
	}
	.member{
		width: 100%;
	}
	.member_basic .basic_left{
		margin-top: 10px;
	}
	.member_message{
		margin-top: 20px;
	}
	.member_basic .basic_right{
		width: 100%;
	}
	.member_basic{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.member_message .copy{
		display: none;
	}
	
	.member_left_phone{
		display: block;
	}
	.member_left_phone_close{
		display: block;
	}
	.basic_right h3{
		padding-left: 26px;
	}
	.member_message h3{
		padding-left: 26px;
	}
	.member_message p{
		width: calc(100% - 26px*2);
		margin-left: 26px;
	}
	
	.member_right{
		width: 100%;
	}
	.member_right_box h3{
		padding-left: 26px;
	}
	.member_form.advertising_form li label{
		margin-left: 26px;
	}
	.advertising_list{
		margin-left: 26px;
		width: calc(100% - 52px);
	}
	.advertising_list li{
		flex-wrap: wrap;
	}
	.member_form li{
		flex-wrap: wrap;
	}
	.company_form ul li.min_li .outer{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.company_form ul li.min_li select{
		min-width: 120px;
	}
	
	.advertising_form .advertising_txt{
		width: 80%;
		margin-left: 10%;
	}
	
	.member_right_box h3 span{
		margin-right: 40px;
	}
	.bbs_fabu{
		position: absolute;
		right: 7px;
		top: 0px;
		font-size: 16px;
		width: 24px;
		height: 48px;
		line-height: 50px;
		overflow: hidden;
	}
	.bbs_list li{
		margin-left: 26px;
		width: calc(100% - 52px);
	}
	.bbs_list li h4{
		width: 100%;
	}
	.bbs_list li span{
		top: auto;
		bottom: 6px;
	}
	
	.member_form li input[type="text"]{
		width: 50%;
	}
	.member_form li input[type="password"]{
		width: 50%;
	}
	.member_form.company_form li input[type="text"]{
		min-width:280px;
		margin-left: 10%;
	}
	.company_form textarea{
		min-width:74%;
		min-height:120px;
		margin-left: 10%;
	}
	.member_form li .form_btn{
		width: 66%;
		/* margin-left: 17%; */
	}
	.member_form li label{
		width: 100px;
	}
	.form_pay .integral_txt{
		width: 80%;
		margin-left: 10%;
	}
	.member_form.form_pay li input[type="text"]{
		width: 70%;
		margin-left: 10%;
	}
	.member_form.form_pay li{
		flex-wrap: wrap;
	}
	.member_form.form_pay li.money .money_box{
		width: 96%;
		margin-left: 4%;
	}
	.checkbox{
		width: 100%;
	}
	.member_form li .checkbox01 label{
		width: 100px;
		float: left;
	}
	.member_form.form_pay li .checkbox label{
		margin-left: 20px;
	}
	.form_pay .checkbox01 input[type=radio]+label::before{
		top: 0;
	}
	.member_dizhi select{
		width: 80px;
	}
	
	#zsImg{
		width: 100%;
	}
	
	.bbs_list .huifu_list li{
		margin-left: 25px;
	}
	#pagination .layui-laypage-count{
		right: 10px;
	}
	.member_form.max_form li.change input{
		width: 100px;
		margin-right: 0;
	}
	.member_form.max_form li.change button{
		width: 105px;
	}
	
}


@media screen and (max-width: 540px) {
	.member_form li .form_btn{
		margin-left: 17%;
	}
	#blog_editor_txt{
		width: 96%;
		margin-left: 2%;
		margin-top: 10px;
		position: relative;
		z-index: 1;
	}
	.blog_editor_txt{
		width: 96%;
		margin-left: 2%;
		margin-top: 10px;
	}
	.vip_list_demoBox .vip_list_demo{
		margin: 8px;
	}
	
}