.modal1{
	display: none;
}
.modal2{
	display: none;
}
.modal2 .search_number{
		line-height: 35px;
		position: relative;
		background-color: #ffeebc;
}

.modal2 .search_number .name{
	width: 90px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
}
.modal2 .search_number input[type=text]{
	width: 210px;
	vertical-align: middle;
		height: 27px;
		background-color: #ffffff;
		border: solid 1px #777777;
		padding-left: 10px;
}
.modal2 .search_number button{
	    width: 70px;
		height: 25px;
		border: none;
		color: white;
		margin: 0 20px;
		display: inline-block;
		vertical-align: middle;
		background-color: #f76100;
		border-radius: 4px;
}
.modal2 .search_number button:focus{
	outline: none;
}
.modal2 .search_number input[type=checkbox]{
	width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 2px;
}
.menu_number{
	overflow: hidden;
}
.menu_number .left{
	margin-top: 10px;
}
.menu_number .left .name{
	width: 90px;
	text-align: right;
		line-height: 25px;
	display: inline-block;
}
.menu_number .left .all_name{
	margin-left: 20px;
		line-height: 25px;
	margin-right: 20px;
}
.menu_number .right p{
	width: 1030px;
	overflow: hidden;
}
.menu_number .right p .num_name{
	margin-right: 20px;
	float: left;
}
.menu_number .right p .move_num{
	padding: 0px;

}

.menu_number .right p span{
	cursor: pointer;
	line-height: 25px;
	color: #666666;
	margin-right: 20px;
	padding: 2px 8px;
	border-radius:5px;
}
.menu_number .right p span:hover{
	color: #F05800;
}
.menu_number .right p .active_num{
	color: white;
	background-color: #F05800;
}
.menu_number .right p .active_num:hover{
	color: white;
}

.detail_num{
	margin-top: 18px;
	font-size: 0;
	overflow: hidden;
}
.detail_num .num_content{
	    width: 196.3px;
		height: 74px;
		display: inline-block;
		margin: 0;
		border: solid 1px #cccccc;
}
.detail_num  .active_bg{
	background-color: #fdfaf3;
}
.detail_num .num_content h3{
	margin: 5px 15px;
	font-size: 22px;
	font-weight: bolder;
}
.detail_num .num_content p{
	margin: 0 15px;
	display: flex;
	cursor: pointer;
	justify-content: space-between;
}
.detail_num .num_content p span{
	font-size: 12px;
	color: #999999;
	line-height: 26px;
}
#popBox .pages{
	    width:630px;
		height: 34px;
		margin: 25px auto;
}
.active_gw{
	background-color: #009250;
	color:white;
	border-radius: 4px;
	}
#popBox .pages span{
	cursor: pointer;
	display: inline-block;
	line-height: 34px;
	width: 34px;
		height: 34px;
	text-align: center;
	border: solid 1px #e6e6e6;
	margin-right: 10px;
	}
#popBox .pages .pre{
	width: 86px;
}
#popBox .pages .border_none{
	border: none;
}
#popLayer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: grey;
	opacity: 0.6;
}
#popBox{
	width: 1190px;
	height: 630px;
	background-color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	border: solid 4px rgba(0, 0, 0, 0.15);
	z-index: 99;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%)
}
.close_name{
	width: 1180px;
	line-height: 28px;
	font-weight: bolder;
		background-color: #f3f3f3;
		border-radius: 2px 2px 0px 0px;
}
.close_X{
	width: 15px;
		line-height: 15px;
		margin-top:5px;
		text-align: center;
		margin-right: 10px;
		border-radius: 3px;
		cursor: pointer;
		border: 1px solid gray;
}
#popBox .content{
	margin: 10px;
	height: 580px;
	overflow-y: auto;
	
}
.pic{
	overflow: hidden;
	margin-bottom: 40px;

}
.ml105{
	margin-left: 105px;
}
.ml45{
	margin-left: 45px;
}
#popBox .content .content_con{
	width: 800px;
	margin: 40px auto;
}
#popBox .content .content_con button{
	width: 380px;
	border: none;
	color: white;
	display: block;
	margin: 0 auto;
		height: 40px;
		background-color: #ff6600;
		border-radius: 2px;
}
#popBox .content .content_con button:focus{
	outline: none;
}
/*上传*/
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;
}
.XPersonal_center_right_title span{
    float:right;
    font-size:14px;
}
.cardIDCon{
   padding-top:20px;
   padding-bottom:20px;
   padding-left:100px;
   padding-right:100px;
}
.cardIDCon p{
    text-align:center;
    font-size:14px;
    color:#666;
    padding-bottom:20px;
}
.uploadIDCon{
   position:relative;     
   height:176px;
   width:275px;
   background:url(../images/IDimg1.png) center center no-repeat;
   background-size:100% 100%;
}
.uploadIDCon.rev{
   position:relative;   
   height:176px;
   width:275px;
   background:url(../images/IDimg2.png) center center no-repeat;
   background-size:100% 100%;
}
.uploadIDCon img{
   height:176px;
   width:275px;
   border-radius: 10px;
}
.uploadIDCon input{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0;
    width: 100%;
}
.templateTD{
    float:right;
    height:223px;
    width:350px;
}
.templateTD img{
    width:350px;
    height:223px;
}
.IDsubmit{
        display:block;
        width:300px;
        height:46px;
        background:#ff7800;
        color:#fff;
        margin:0 auto;
        margin-top:48px;
        border:0px;
        margin-bottom:58px;
        border-radius:3px;
    }
.zzLayer{
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background:#000;
    z-index:10000;
}
.previewLayer,.previewLayer1{
    display:none;
    position:fixed;
    left:0px;
    top:0px; 
    z-index:10001;
    height:100%;
    width:100%;
    text-align:center;
}
.previewLayer .previewimg,.previewLayer1 .previewimg1{  
    height:80%;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    text-align:center;
}
.previewLayer img,.previewLayer1 img{     
    max-width:100%;
    max-height:100%;
}
.mr{
    margin-right:10px;
}
.previewLayer .btn,.previewLayer1 .btn{
    display:inline-block;
    font-size:16px;
    padding:3px 20px;
    background:#5bb75b;
    color:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}
.previewLayer a,.previewLayer1 a{
  color:#fff;
}
.previmgCon,.previmgCon1{
  margin-bottom:20px;
}
.previmgCon img.cutimg,.previmgCon1 img.cutimg{
  
  width:100px;
  height:100px;
}
   
.previewLayer .pdes{
    text-align:center;
    color:#fff;
    margin-bottom:10px;
}
.previewLayer1 .pdes{
    text-align:center;
    color:#fff;
    margin-bottom:10px;
}
    