
/*
 * 自定义样式
 *  
 * */

/*注册信息填写部分*/
.mainwrapper .content-item{display: none;}
.mainwrapper .content-item:nth-child(1){display: block;}
.mainwrapper .content-item h4.panel-title{
	cursor: pointer !important;
	line-height: 26px;
}
.mainwrapper .content-item h4>.btn{
	padding: 2px 10px !important;
}
.admin-img-box{
	width: 250px;
	height: 140px;
	border: 1px solid #eee;
	position: relative;
}
.admin-img-box-col{
	width: 120px;
	height: 100px;
}
.img-parent{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	background: #eee;
}
.img-parent img{
	min-width: 100%;
	max-height: 100%;
	max-width: 100%;
}
.admin-img-box .preview-btn{
	position: absolute;
	right: 40px;
	bottom: 10px;
	z-index: 100;  
	width: 22px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: rgba(0,0,0,.6);
}
.admin-img-box .upload-btn{
	position: absolute;
	right: 10px;
	bottom: 10px;
    overflow: hidden;
    width: 22px;
    height: 24px;
    z-index: 100;  
    line-height: 24px;
    text-align: center; 
    background: red;
}
.admin-img-box i{
	width: 22px;
    height: 24px;
    line-height: 24px;
    color: #fff;
}
.admin-img-box .upload-btn a {
	display: block;
}
.admin-img-box .upload-btn a input{
	position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}


			
 /*注册页  */
.all-flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: column;
	width:100%;
	height:100%;
}
.flex-top{
	flex:0 0 66px;
}
.flex-bottom{
	flex:0 0 90px;
}
.flex-center{
	flex:1 1 auto;
}
.box-wrap{
	width:1200px;
	margin:0 auto;
}
.space-white{
    display:block;
}
.regist-wrap  .rdio  input[type='radio'],.regist-wrap  .ckbox  input[type='checkbox']{
	vertical-align: text-bottom;
}

/*登录页*/
@media only screen and (max-width:1200px ) {
	.box-wrap{
	    width:100%;
    }

}
@media only screen and (max-width: 750px ) {
	.space-white{
    	display:none;
    }
    .regist-wrap .wd-350{
    	width:100%;
    }
    .login-wrap .wd-350{
    	width:100%;
    }
}
@media (min-width: 768px){
    .photo-num .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
