html{
	background-color: rgb(238, 238, 238);
}

.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.remove-bb{
	border-bottom:0 !important;
}
.logo{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
}
.logo img{
	width: 64%;
	margin: 18px auto;
	display: block;
}
.tits {
	width: 100%;
	height: 33px;
	background-color: rgb(252, 80, 95);
	font-size: 14px;
	text-align: center;
	line-height: 33px;
	color: #ffffff;
}
.division-grey{
	height: 20px;
	background-color: rgb(238, 238, 238);
}



.layui-form-item{
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px dashed rgb(204, 204, 204);
	background-color: #ffffff;

}
.layui-form-label{
	width: 100%;
	padding: 18px 10px 0 10px;
	text-align: left;
	box-sizing: border-box;
	font-size: 16px;
	float: inherit;
	color: rgb(56, 56, 56);
}
.layui-form-label span{
	color: #f40808;
	margin-left: 3px;
}
.layui-input-block{
	margin: 0;
	padding: 5px 10px 10px 10px;
}
.layui-input-block input{
	border: 0;
	padding-left: 0;
}


.radio-block{
	width:100%;
}

.layui-form-radio{
	width: 31.333%;
	height: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	float: left;
	background: rgba(210, 210, 210, 0.26);
	position: relative;
	border-radius: 3px;
}
.radio-block .layui-unselect.layui-form-radio:nth-child(4){
	margin: 0 3%;
}
.layui-form-radio div{
	position: absolute;
	left: 0;
	right: 0;
	line-height: 30px;
	width:100%;
	height: 100%;
	padding: 0 5px;
	text-align: center;
	color: rgb(9, 9, 9);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}
.layui-form-radio>i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color:transparent;
	margin-right:0;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
	color:  rgb(252, 80, 95);
	background: rgb(252, 80, 95);
	border-radius: 3px;
}
.layui-input-block.radio-block{
	height: 60px;
	padding: 15px 10px;
	box-sizing: border-box;
}
.layui-form-radio,.layui-form-radioed div{
	color: #ffffff;
}

.outlets-left{
	padding-right: 20px;
	padding-top: 15px;
	box-sizing: border-box;
}
.outlets-left .layui-form-select{
	width: 80%;
	margin-bottom: 15px;
}
.layui-form-select .layui-input{
	height: 26px;
	border:1px solid rgb(238, 238, 238);
	border-radius: 6px;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.outlets-left p{
	margin: 8px 0;
	color: rgb(56, 56, 56);
	ext-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.outlets-right{
	overflow: hidden;
	padding-top: 10px;
}
.outlets-right img{
	width: 100%;
}

.btns{
	overflow: hidden;
	padding: 20px;
}
.btns .layui-btn{
	height: 48px;
	background-color: rgb(252, 80, 95);
	font-size: 16px;
	border-radius: 6px;
}
.copyright{
	position: absolute;
	left: 0;
	right: 0;
	border: 0;
}
.copyright p{
	text-align: center;
	color:rgba(102, 102, 102, 0.23);
	font-size: 12px;
}

.upload-gerybg{
	background-color:rgb(238, 238, 238);
	border-bottom: 0;
	padding:0 10px 10px 10px;
}
.upload-gerybg .tit{
	padding: 5px 10px;
}
.layui-row .layui-upload{
	margin: 0 10px;
}
.layui-row .layui-upload .layui-upload-list{
	position: relative;
	margin-top: 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px 0px;
}
.layui-row .layui-upload .layui-upload-img{
	width: 100%;
	height: 110px;
}
.layui-row .layui-upload p{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
}
.id-details{
	background: #FFFFFF;
}
.id-details .tit{
	color: rgb(153, 153, 153);
	font-size: 12px;
	padding:10px 30px 0;
}
.id-details .layui-form-item {
	position: relative;
	border-bottom: 0;
	padding-bottom: 0;
}

.id-details .layui-form-item label{
	width: 80px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 20px;
	top: 0;
}
.id-details .layui-form-item label span{
	color: rgb(252, 80, 95);
	margin-right: 3px;
}
.id-details .id-Name .layui-row{
	margin-left: 85px;
}
.id-Name .layui-input-block{
	padding: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
}

.id-Name .layui-form-radio{
	width: 42%;
	background-color: #ffffff;
	border:1px solid rgb(252, 80, 95);
	height: 22px;
	margin-top: 10px;
	border-radius: 30px;
}

.layui-form-radio>i{
	font-size: 10px;
}
.id-Name .layui-form-radio div{
	line-height: 20px;
	color:  rgb(252, 80, 95);
}
.id-Name .layui-form-radio.layui-form-radioed div{
	line-height: 18px;
	color: #FFFFFF;
}
.id-Name .layui-unselect.layui-form-radio:nth-child(4){
	margin-top: 10px;
	border: 1px solid rgb(110, 154, 249);
}
.id-Name .layui-unselect.layui-form-radio:nth-child(4) div{
	color: rgb(110, 154, 249) ;
}
.id-Name .layui-anim.layui-icon {
	border-radius: 30px;
}
.id-Name .layui-unselect.layui-form-radioed:nth-child(4) .layui-anim.layui-icon{
	background: rgb(110, 154, 249);
}
.id-Name .layui-unselect.layui-form-radioed:nth-child(4) div{
	color: #FFFFFF;
}
.id-Name .layui-unselect.layui-form-radioed:nth-child(4) i{
	color:  rgb(110, 154, 249);
}

.id-details .layui-form-item .entry {
	margin-left: 85px;
	padding:0 10px;
	border-bottom: 0;
}

.upload-whitebg{
	padding: 0 10px 10px 10px;
}
.upload-whitebg .tit{
	padding: 5px 10px;
}
.entry .layui-textarea{
	border: none;
	padding: 0;
	padding-top: 11px;
}

.termOfValidity{
	background: #FFFFFF;
	min-height: 38px;
}
.termOfValidity .layui-input{
	width: 46%;
	float: left;
	text-align: center;
}
.termOfValidity span{
	float: left;
	line-height: 38px;
	color: #999999;
}

.complete{
	background-color: #FFFFFF;
	margin: 40px 40px 10px 40px;
	overflow: hidden;
	border-radius: 8px;
	padding: 100px 20px 60px;
	box-sizing: border-box;
}
.complete .complete-iconbg{
	width: 70px;
	height: 70px;
	background-color: rgb(252, 80, 95);
	margin: 0 auto 20px;
	border-radius: 50%;
	padding: 10px;
}
.complete .complete-iconbg img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.remind{
	padding: 10px 20px 20px;
	text-align: center;
}
.remind h4{
	font-size: 16px;
	color: rgb(56, 56, 56);
	margin-bottom: 10px;
}