
@media (min-width: 767px){
    .my-navbar img{
		width:20%;
    }
}

@media (max-width: 767px){
    .my-navbar img{
		width:40%;
    }
}

.container{
	margin: 0 5px;
}

.jsq-title{
	font-weight: 600;
	font-size: 18px;
	color: red;
	text-align: center;
}
.jsq-title-ps{
	font-size: 14px;
	color: #d2d2d2;
	text-align: center;
}
.sqjs{
	margin-top: 10px;
}
.sqjs .input-group{
	margin: 5px 0 ; 
}

.jsq-list{
	text-align: center;
}

.jsq-list button{
	margin: 10px 0;
}
.text-center{
	text-align: center;
}

.mx td{
	font-size: 12px;
}

#jsjg{
	display: none;
}
.foot{
	width: 100%;height: 100px; text-align: center;
}
.foot p{
	/*margin-top: 10px;*/
}


/***********  身份证上传********************/
.sfzbg1{
	width: 100%;
	height: 200px;
	border:1px solid #ccc;
	background: url(../img/sfzbg1.jpg) no-repeat center top ;
}

.sfzbg2{
	width: 100%;
	height: 200px;
	margin-top: 20px;
	border:1px solid #ccc;
	background: url(../img/sfzbg2.jpg) no-repeat center top ;
}

.sfz-upload-seletc{
	position: fixed;
	bottom: 0;
	left:0; 
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 999;
	display: none;
}
.sfz-upload-seletc ul{
	padding-left: 0;
	margin-left: 0;
}
.sfz-upload-seletc li{
	width: 100%;
	height: 50px;
	line-height: 48px;
	padding-left: 30px;
	font-size: 16px;
	list-style-type: none;
	border-top: 1px solid #ccc;
}

.alert-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 998;
	background: rgba(0,0,0,0.6);
	display: none;
}