/*注册公共类页面-表单*/

.hqcRegForm{background: -pink;padding: 0 25%;}
.hqcRegForm .inpbox{display: flex;justify-content: space-between;background: -orange;margin: 0 auto 25px;}
.hqcRegForm .inpbox .fls{width: 20%;background: -orange;display: inline-flex;justify-content: flex-end;align-items: center;}
.hqcRegForm .inpbox .fls span{font-size: 16px;color: #000;padding-right: 20px;font-weight: 400;}
.hqcRegForm .inpbox .frs{width: 80%;background: -pink;}
.hqcRegForm .subbox{text-align: center;padding: 50px 0 100px;}
.hqcRegForm .subbox button{width: 200px;height: 48px;line-height: 48px;text-align: center;background: #c53044;color: #fff;border-radius: 5px;}
.hqcRegForm .subbox button:hover{background: #ea485e;}
.hqcRegForm .magbot70{margin-bottom: 70px;}

/*注册公共类页面-表单-如果是多级联动*/

.iflevellinkage{display: flex;justify-content: space-between;width: 100%;}
.iflevellinkage input.layui-input.layui-unselect{width: 150px !important;}

/*注册公共类页面-表单-如果是照片上传*/

.ifImgUpload{display: flex;}
.ifImgUpload .flimg{width: 125px;height: 145px;border: 1px solid #ddd;overflow: hidden;}
.ifImgUpload .frtxt{padding-left: 20px;}
.ifImgUpload .frtxt p{padding-top: 20px;}
.ifImgUpload .frtxt p button{display: inline-block;width: 100px;height: 38px;line-height: 38px;color: #fff;font-size: 14px;background: #0050A1;border-radius: 5px;}
.ifImgUpload .frtxt p button:hover{background: #076cd2;}
