.re_main {
    background-color: #F6F6F6;
    width: 100%;
    min-height: 1300px;
    overflow: hidden;
	
	
}

.re_content {
    width: 700px;
    margin: 20px auto;
    background-color: white;
    min-height: 1200px;
    border-radius: 5px;
	
}

.re_title {
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.re_group {
    
    height: 50px;
    margin: 0 auto;
	margin-top: 20px;
}

.re_lable {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #808080;
    float: left;
    width: 150px;
    text-align: right;
}

.re_txt {
    float: left;
    height: 30px;
    line-height: 30px;
    outline: none;
    color: #808080;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    width: 300px;
    margin-left: 10px;
}
.re_img {
    float: left;
    height: 140px;
    border: 1px solid #ddd;
    margin-top: 10px;
    overflow: hidden;
    width: 140px;
    margin-left: 20px;
}

.tip {
    height: 20px;
    line-height: 20px;
    color: #808080;
    font-size: 12px;
    margin-left: 200px;
}

.re_group .btn {
    background-color: #0094ff;
    color: white;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    float: left;
    outline: 0;
    border: 0;
    border-radius:5px;
    margin-left:10px;
    margin-top:10px;
    cursor:pointer;
}
.re_checkbox{
		display: flex;
		height: 30px;
		align-items: center;
		height: 50px;
		padding-left: 20px;
	}
	.re_checkbox_c{
		display: flex;
		align-items: center;
		margin-right: 20px;
		font-size: 14px;
	}
 .submit {
    line-height: 30px;
    font-size: 16px;
    background-color: #1578d5;
    border-radius: 5px;
    padding: 4px 16px;
    color: #fff;
    width: 80px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
    margin-top:30px;
	
}

     .submit:hover {
        background-color: #fd6600;
    }
	
	.main-btn{
		display: flex;
		justify-content: center;
	}
	.upload-demo{
		
		display: flex;
		justify-items: center;
		align-items: center;
		margin-left: 100px;
		padding: 20px;
	}
	.lg_main_yzm{
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.lg_main_yzm-b{
		width: 100%;
		display: flex;
		
		align-items: center;
		
	}
	.lg_main_yzm input{
	    -webkit-appearance: none;
	        background-color: #FFF;
	        border-radius: 4px;
	        border: 1px solid #DCDFE6;
	        box-sizing: border-box;
	        color: #606266;
	        display: inline-block;
	        font-size: inherit;
	        height: 40px;
	        line-height: 40px;
	        outline: 0;
	        padding: 0 15px;
	        transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	        width: 55%;
		
	}