.edit-popp {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100vh;
	z-index: 10;
	display: none;
}

.edit-popp .box {
	width: 800px;
	background: #FFFFFF url(../images/bg-requirement-title.png) center top no-repeat;
	border-radius: 8px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 50%;
	margin-top: -210px;
	margin-left: -400px;
	box-sizing: border-box;
	padding: 29px 35px 0;
	line-height: 28px;
	color: #5F5F5F;
	font-size: 14px;
}

.edit-popp .icon {
	position: absolute;
	bottom: 49px;
	right: 39px;
}

.edit-popp .head {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

.edit-popp .submit {
	width: 300px;
	height: 40px;
	line-height: 40px;
	background-color: #EF6E21;
	border-radius: 2px;
	text-align: center;
	color: #FFFFFF;
	margin: 24px auto 30px;
	font-size: 16px;
	border: none;
	display: block;
	cursor: pointer;
}

.edit-popp .submit.disabled {
	background: #B6B6B6;
}

.edit-popp .box .tips {
	font-size: 16px;
	text-align: center;
	color: #EF6E21;
}

.edit-popp .box .head {
	margin-bottom: 50px;
}

.edit-popp .box .close{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 8px;
    right: 8px;
	cursor: pointer;
	background: url("../images/close.png") no-repeat;
}

.edit-popp .box .content {
	font-size: 16px;
	color: #666;
	margin: 50px 0 0;
}

.edit-popp .box .btn-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 选择框样式 */

#orgtype_radio li {
	margin-right: 20px;
}

#orgtype_radio li label {
    position: relative;
    
    cursor: pointer;
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

#orgtype_radio li label input {
    margin-right: 10px;
    opacity: 0;
}

#orgtype_radio p {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px #dedede solid;
    border-radius: 50%;
    display: block;
    top: 6px;
    left: 3px;
    margin: 0 auto;
    background: #fff;
}

#orgtype_radio .active p {
    border: 1px #EF6E21 solid;
}

#orgtype_radio .active span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #EF6E21;
	top: 10px;
    left: 7px;
}

#orgtype_radio .active {
    color: #EF6E21!important;
}

.feimeiti .icon_company {
    background: url(../images/icon-company.png) 15px 15px no-repeat;
	border: 1px solid #d9d9d9;
	margin: 10px 0 0;
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	position: relative;
	background-size: 20px;
	border-radius: 2px;
}

.feimeiti .custom-select {
    display: inline-block;
    position: absolute;
    margin-top: -1px;
    border-left: none!important;
    border-right: none!important;
	height: 40px;
}

.feimeiti .custom-select i {
    background: url(../images/icon_down.png) center no-repeat;
}

/* 短提示 */

.shortTips {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
}

.shortTips {
  min-width: 150px;
  max-width: 200px;
  min-height: 30px;
  line-height: 24px;
}

/* 选择省份 */

.edit-area-box {
	display: none;
}

.edit-area-box dl dd {
    border: 1px solid #d9d9d9;
    margin: 10px 0 24px 0;
    width: 208px;
    height: 46px;
    /* line-height: 45px; */
    padding-left: 50px;
    position: relative;
    background-size: 20px;
    border-radius: 2px;
}

.edit-area-box dl dd input.area_btn {
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: top;
    border: none;
    border-radius: 2px;
    outline: none;
}

.edit-area-box .icon_state {
    background: url(../images/icon-state.png) 15px 15px no-repeat;
}

.area_list {
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	margin: 0;
	padding: 0;
}

.area_box {
    display: none;
    width: 208px;
    height: 300px;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-left: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.area_box ul li {
    list-style-type: none;
    height: 32px;
    line-height: 32px;
    font-size:15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
}

.bgc{
    background-color: #ebf1f5;
}

.area_box ul li:hover {
    background-color: #ebf1f5;
    color: #0c0c0c;
}