html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	/* font-size: 100%; */
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "";
}

input, textarea {
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

a {
	text-decoration: none;
}

.el-message-box {
	width: 300px;
}

.el-message-box .el-message-box__header {
	border-bottom: 1px solid #eee;
	background: #f8f8f8;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

* + html .clearfix {
	height: 1%;
}

#app {
	min-height: 1000px;
	overflow: hidden;
}

.applyContent {
	width: 100%;
	background: #f5f5f5;
	min-height: 1000px;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	padding-top: 120px;
}

.applyContent .unActive {
	display: none;
}

.applyContent .stepActive {
	display: block;
}

.applyContent .header {
	height: 80px;
	background: #fff;
	margin-bottom: 48px;
	overflow: hidden;
}

.applyContent .header .headerMain {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.applyContent .header .headerMain .logo {
	width: 390px;
	height: 80px;
	background: url("../img/logo.png") 42px 24px no-repeat;
	-webkit-background-size: 60px 35px;
	background-size: 60px 35px;
	position: relative;
	float: left;
}

.applyContent .header .headerMain .logo p {
	font-size: 12px;
	color: #222222;
	margin-left: 115px;
	position: absolute;
	top: 48px;
}

.applyContent .header .headerMain .logo .title {
	font-size: 20px;
	position: absolute;
	top: 25px;
}

.applyContent .header .headerMain .nav {
	width: 910px;
	height: 80px;
	float: left;
}

.applyContent .header .headerMain .nav h2 {
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	color: #666666;
	float: left;
}

.applyContent .header .headerMain .nav .back {
	float: right;
	line-height: 80px;
}

.applyContent .header .headerMain .nav .back a {
	font-size: 16px;
	color: #25a0ed;
}

.applyContent .header .headerMain .nav .back .home {
	color: #333;
	margin-right: 42px;
}

.applyContent .topinfo {
	width: 100%;
	height: 167px;
	background-image: url("../img/bg.png");
	background-size: 100%;
	margin-bottom: 35px;
}

.applyContent .topinfo ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.applyContent .topinfo ul li {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.applyContent .topinfo ul li .stepitemLine:after {
	content: "";
	width: 70%;
	border-bottom: solid 1px #fff;
	display: block;
	position: absolute;
	left: 65%;
	top: 35px;
}

.applyContent .topinfo ul li .stepitemLine:before {
	content: "";
	width: 70%;
	border-bottom: solid 1px #fff;
	display: block;
	position: absolute;
	right: 65%;
	top: 35px;
}

.applyContent .topinfo ul li .step {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.applyContent .topinfo ul li .step.step1 {
	background: url("../img/1.png");
	background-size: cover;
}

.applyContent .topinfo ul li .step.step2 {
	background: url("../img/2-2.png");
	background-size: cover;
	position: relative;
}

.applyContent .topinfo ul li .step.step2active {
	background: url("../img/2.png");
	background-size: cover;
}

.applyContent .topinfo ul li .step.step3 {
	background: url("../img/3-2.png");
	background-size: cover;
}

.applyContent .topinfo ul li .step.step3active {
	background: url("../img/3.png");
	background-size: cover;
}

.applyContent .topinfo ul li p {
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}

.applyContent .applyMain {
	width: 85%;
	min-height: 1000px;
	background: #fff;
	margin: 0 auto;
}

.applyContent .voiceOuter{
	position: relative;
}

.applyContent .voiceOuter .voiceWarp{
	position: absolute;
	left: -80px;
	top: 80px;
}

.applyContent .voiceOuter .voiceWarp img{
	vertical-align: baseline;
	margin-top:4px;
	cursor:pointer;
}

.applyContent .voiceOuter .voiceWarp div{
	font-size: 12px;
	margin-top: 10px;
	color: #249eec;
}

.applyContent .applyMain .site {
	width: 290px;
	height: 40px;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	padding: 0 15px;
	outline: 0;
	font-size: inherit;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	color: #606266;
	float: left;
}

.applyContent .applyMain .site .el-form-item__error {
	display: none;
}

.applyContent .applyMain .site::-webkit-input-placeholder {
	color: #ccc;
}

.applyContent .applyMain .site::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.applyContent .applyMain .site:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.applyContent .applyMain .site:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.applyContent .applyMain .site1 .errInput {
	border: 1px solid #f56c6c;
}
.errInput {
	/* border-color: #f56c6c !important; */
	border-radius: 3px;
}
.applyContent .applyMain .site.errInput {
	border: 1px solid #f56c6c;
}

.applyContent .applyMain .site.errInput .el-form-item__error {
	display: block;
}

.applyContent .applyMain .site1 .errInput .el-form-item__error {
	display: block;
}

.applyContent .applyMain .find {
	position: absolute;
	top: 0px;
	right: -128px;
	width: 160px;
}

.applyContent .applyMain .findBtn {
	position: absolute;
	top: 1px;
	right: -127px;
	display: inline-block;
	font-size: 14px;
	color: #606266;
	padding: 5px;
	line-height: 30px;
	background: #ddd;
}

.applyContent .applyMain .el-form-item__content {
	padding: 0 17px;
	line-height: 15px;
}

.applyContent .applyMain .el-form-item__content .icomx {
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	left: -106px;
	top: 15px;
}

.applyContent .applyMain .el-form-item__content .icomx:after {
	content: '*';
	color: #f56c6c;
	margin-right: 4px;
}

.applyContent .applyMain .el-form-item__content .el-form-item__label {
	font-size: 14px;
	padding: 0px;
}

.applyContent .applyMain .el-form-item__content .el-radio__input .el-radio__inner {
	display: none;
}

.applyContent .applyMain .el-form-item__content .el-radio__input.is-checked + .el-radio__label {
	color: #fff;
	background: #249eec;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 60px;
}

.applyContent .applyMain .el-form-item__content .el-radio__label {
	padding-left: 0;
	padding-right: 0px;
}

.applyContent .applyMain .el-form-item__content .el-radio-group {
	display: flex;
	flex-wrap: wrap;
}

.applyContent .applyMain .el-form-item__content .el-radio-group .el-radio {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 0px;
	width: 60px;
}

.applyContent .applyMain .el-form-item__error {
	left: 70%;
	/* background: url(info.png) 0px 2px no-repeat; */
	background-size: 16px 16px;
	/* width: 66px; */
	text-align: right;
}
.applyContent .applyMain .checkType .el-form-item__error{
	bottom: -10px;
}
.applyContent .applyMain .el-form-item__label {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.applyContent .applyMain .el-input {
	width: 320px;
}

.applyContent .applyMain .locInput .el-input {
	width: 80%;
}

.applyContent .applyMain .textareaWarp {
	width: 80%;
}

.applyContent .applyMain .textareaWarp textarea {
	height: 172px;
}

.applyContent .applyMain .hint {
	font-size: 12px;
	color: #a9a9a9;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

.applyContent .applyMain .hint .icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url("../img/voice.png");
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
	cursor: pointer;
}

.applyContent .applyMain .shadeWrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0, 0, 0, 0.5);
}
.applyContent .applyMain .showOrgsWrap {
	z-index: 1050;
}
.applyContent .applyMain .showOrgsWrap .table-container {
	margin: 20px;
  }
  
  .applyContent .applyMain .showOrgsWrap .data-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
  }
  
  .applyContent .applyMain .showOrgsWrap .data-table th, .data-table td {
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #ddd;
  }
  
  .applyContent .applyMain .showOrgsWrap .data-table th {
	background-color: #f2f2f2;
	font-weight: bold;
  }
  
  .applyContent .applyMain .showOrgsWrap .row-header {
	background-color: #f2f2f2;
	font-weight: bold;
	text-align: left;
  }

.applyContent .applyMain .shadeWrap .shad {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.applyContent .applyMain .shadeWrap .shad .content {
	width: 700px;
	min-width: 700px;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.applyContent .applyMain .shadeWrap .shad .content .title{
	height: 45px;
	padding: 0px 25px;
	border-bottom: 1px solid #eee;
}
.applyContent .applyMain .shadeWrap .shad .content .title p {
	height: 45px;
	text-align: left;
	font-size: 18px;
	line-height: 45px;
	font-size: 16px;
	padding-left: 10px;
	color: #494949;
}

.applyContent .applyMain .shadeWrap .shad .content .title p span {
	float: right;
	font-size: 26px;
	position: relative;
	top: 17px;
	cursor: pointer;
}
.applyContent .applyMain .shadeWrap .shad .content .city-picker-input{
	left: 60px;
	bottom: 13px;
}
.applyContent .applyMain .shadeWrap .shad .content .choseAreas{
	width:110px;
	display:inline-block;
	height:40px;
	background:#fefefe;
	border:1px solid #e7e7e7 !important;
	padding-left:10px;
	font-family:'Microsoft YaHei';
	font-size: 14px;
	border-radius: 3px;
	top: 0;
}
.applyContent .applyMain .shadeWrap .shad .content .typename{
	height:40px;
	float:right;
	text-align:center;
	width: 70%;
	background:#fdfcfc;
	border:1px solid #e7e7e7;
	border-radius: 3px;
	font-family:"Microsoft YaHei";
	font-size: 14px;
}
.applyContent .applyMain .shadeWrap .shad .content .title p span.close-icon{
	width: 14px;
	height: 13px;
	background: url("../img/close.png") 0 0 no-repeat;
	background-size: 14px 13px;
}

.applyContent .applyMain .shadeWrap .shad .content .main {
	margin: 10px 30px;
	background: #ffffff;
}

.applyContent .applyMain .shadeWrap .shad .content .main .search-counselor {
	width: 30%;
	margin: 0 auto;
	position: relative;
	border-radius: 3px;
	float: right;
	height: 40px;
	background-color: #fdfcfc;
	border: 1px solid #e6e6e6;
}
.applyContent .applyMain .shadeWrap .shad .content .org-title{
	width:100%;
	height: 42px;
	padding:20px 0px;
	border-bottom: 1px dashed #dfdede;
}
.applyContent .applyMain .shadeWrap .shad .content .main .search-counselor input {
	display: block;
	background-color: #fdfcfc;
	border: none;
	border-radius: 5px;
	width: 80%;
	float: right;
	height: 40px;
	font-size: 14px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .search-counselor button {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border: none;
	background: url('../img/search.png') no-repeat 8px center;
	cursor: pointer;
	color: #d8d8d8;
	width: 20%;
	text-align: right;
}

.applyContent .applyMain .shadeWrap .shad .content .main .el-menu--horizontal > .el-submenu .el-submenu__title, .applyContent .applyMain .shadeWrap .shad .content .main .el-menu--horizontal {
	height: 30px;
	line-height: 30px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor {
	width: 27%;
	height: 40px;
	line-height: 32px;
	/*  border-bottom: 1px solid #c0ccda;
	 border-top: 1px solid #c0ccda;  */
	float: left;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap {
	/*  padding-left: 30px; */
	position: relative;
	color: #8E8E8E;
	font-size: 14px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap li {
	float: left;
	/*   margin-right: 160px; */
	position: relative;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap li .dropdown-menu {
	position: absolute;
	/* left: -40px; */
	right: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #8E8E8E;
	font-size: 14px;
	z-index: 10;
	/*  width: 155px; */
	width: 70%;
	height: 300px;
	overflow: auto;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap li .dropdown-menu li {
	width: 160px;
	height: 26px;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 100%;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap li .dropdown-menu li:hover {
	background: #F5F5F5;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap li .dropdown-menu li a {
	display: inline-block;
	width: 100%;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap .shouBtn {
	color: black;
	font-weight: 700;
	cursor: pointer;
	ine-height: 40px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .filt-counselor .wrap .icon {
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url("../img/sanjiao.png") no-repeat;
	-webkit-background-size: 10px 16px;
	background-size: 10px 16px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap {
	background: #ffffff;
	min-height: 390px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .noData {
	height: 302px;
	line-height: 100px;
	text-align: center;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px dashed #dfdede;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .img {
	flex: 0 0 78px;
	margin-right: 20px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .img img {
	width: 78px;
	height: 78px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .text {
	flex: 1;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .text p {
	font-size: 14px;
	margin-bottom: 10px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .text .name {
	font-weight: bold;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .status {
	font-size: 14px;
	color: #4bc647;
	margin-right: 35px;
}

.applyContent .applyMain .shadeWrap .shad .content .title .choice {
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #208fe4;
	border: 1px solid #208fe4;
	background: #fff;
	padding: 0 5px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	margin-left: 10px;
}
.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .choice {
	width: 70px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	color: #208fe4;
	border: 1px solid #208fe4;
	background: #fff;
	padding: 0 5px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .choice:active{
	background: #208fe4;
	color: #fff;
}
.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li .disabled {
	color: #a9a9a9 !important;
	border-color: #a9a9a9 !important;
	cursor: not-allowed !important;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .itemWrap li.dataList {
	height: 23px;
	font-size: 14px;
}

.applyContent .applyMain .shadeWrap .shad .content .main .listWrap .el-pagination {
	text-align: center;
	height: 46px;
	padding-top: 30px;
	padding-bottom: 10px;
	/*   background-color: #ececec; */
}

.applyContent .applyMain .nextBtn {
	width: 200px;
	height: 50px;
	margin: 40px auto 40px auto;
	background: url("../img/bg.png");
	background-size: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.applyContent .applyMain .nextBtn:disabled{
	background: #cecece;
	cursor: not-allowed;
}

.applyContent .notice {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #e6e6e6;
}

.applyContent .notice .textWrap {
	padding: 25px 75px;
	margin: 0 auto;
}

.applyContent .notice .textWrap .info {
	margin-bottom: 20px;
	font-size: 16px;
}

.applyContent .notice .textWrap .info span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../img/icon.png") no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.applyContent .notice .textWrap .text {
	color: #666666;
	font-size: 14px;
	line-height: 32px;
}

.applyContent .proposer {
	width: 85%;
	min-height: 1000px;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 45px;
}

.applyContent .proposer .proposerMain {
	width: 900px;
	margin: 0 auto;
}

.applyContent .proposer .proposerMain .topinfo {
	margin-bottom: 10px;
}

.applyContent .proposer .proposerMain .main {
	margin-bottom: 30px;
}

.applyContent .proposer .proposerMain .main .site {
	width: 293px;
	height: 40px;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	padding: 0 15px;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	color: #606266;
	float: left;
	font-size: inherit;
}

.applyContent .proposer .proposerMain .main .site::-webkit-input-placeholder {
	color: #ccc;
}

.applyContent .proposer .proposerMain .main .site::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.applyContent .proposer .proposerMain .main .site:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.applyContent .proposer .proposerMain .main .site:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.applyContent .proposer .proposerMain .main .site1 .errInput {
	border: 1px solid #f56c6c;
}

.applyContent .proposer .proposerMain .main .site.errInput {
	border: 1px solid #f56c6c;
}

.applyContent .proposer .proposerMain .main .site.sitereadonly {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed;
}

.applyContent .proposer .proposerMain .main .formMain {
	border: 1px solid #dcdcdc;
	margin-bottom: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.applyContent .proposer .proposerMain .main .party {
	padding-bottom: 1px;
	padding-top: 15px;
	margin-top: 30px;
}

.applyContent .proposer .proposerMain .main .formMain .removeitem {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #e15e5e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.applyContent .proposer .proposerMain .main .formMain .removeitem .dleIcon {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url("../img/del.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-right: 3px;
	vertical-align: middle;
}

.applyContent .proposer .proposerMain .main .tite {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-left: 170px;
	margin-bottom: 25px;
	position: relative;
}

.applyContent .proposer .proposerMain .main .tite .iconfont{
	cursor: pointer;
	font-size: 20px;
	vertical-align: middle;
}

.applyContent .proposer .proposerMain .main .tite .notices {
	font-size: 12px;
}

.applyContent .proposer .proposerMain .main .tite .btn-upcase{
	position: absolute;
	top: -4px;
	width: 100px;
	height: 24px;
	margin-left: 60px;
	border-radius: 4px;
	border: solid 1px #1f89e1;
	background-color: #fff;
	color: #1f89e1;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.applyContent .proposer .proposerMain .main .tite .notices .redicon {
	font-size: 12px;
	color: red;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item__label {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item {
	margin-bottom: 15px;
	height: 40px;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span {
	position: absolute;
	left: -65px;
	font-size: 14px;
	font-weight: 600;
}
.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span.new {
	left: -91px;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span.poi-name{
	position: relative;
	left: 0;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span:after {
	content: '*';
	color: #f56c6c;
	margin-right: 4px;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span.sugg-district:after,
.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span.sugg-name:after,
.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr span.poi-name:after{
	content: none;
}



.applyContent .proposer .proposerMain .main .el-form .el-form-item.custom .errInfo {
	display: block;
}

.applyContent .proposer .proposerMain .main .el-form .el-input {
	width: 54%;
}
.applyContent .proposer .proposerMain .main .el-form .el-input.card-ipt{
	width: 52%;
}
.applyContent .proposer .proposerMain .main .el-form .type .el-radio__inner {
	display: none;
}

.applyContent .proposer .proposerMain .main .el-form .type .el-radio-group {
	line-height: 10px;
}

.applyContent .proposer .proposerMain .main .el-form .type .el-radio__input.is-checked + .el-radio__label {
	color: #fff;
	background: #249eec;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.applyContent .proposer .proposerMain .main .el-form .type .el-radio__label {
	padding-left: 0;
	padding-right: 0px;
}

.applyContent .proposer .proposerMain .main .el-form .type .el-radio + .el-radio {
	margin-left: 15px;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item__error {
	left: 55%;
	background: url(info.png) 0px 2px no-repeat;
	background-size: 16px 16px;
	min-width: 128px;
	text-align: left;
    text-indent: 16px;
}

.applyContent .proposer .proposerMain .main .el-form .el-form-item__error.errInfo {
	display: none;
}

.applyContent .proposer .proposerMain .main .line {
	width: 840px;
	border-bottom: 1px #dcdcdc dashed;
	margin: 30px auto;
}

.applyContent .proposer .proposerMain .main .agency {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 30px;
	min-height: 26px;
}

.applyContent .proposer .proposerMain .main .agency .el-collapse, .applyContent .proposer .proposerMain .main .agency .el-collapse-item__header, .applyContent .proposer .proposerMain .main .agency .el-collapse-item__wrap {
	border: none;
}

.applyContent .proposer .proposerMain .main .agency .el-collapse-item__header {
	height: 35px;
	float: right;
	font-size: 14px;
	color: #249eec;
	position: relative;
	top: -55px;
	left: -18px;
}

.applyContent .proposer .proposerMain .main .agency .shouqi {
	float: right;
	margin-right: 30px;
	position: relative;
	font-size: 14px;
	color: #249eec;
	cursor: pointer;
}

.applyContent .proposer .proposerMain .main .agency .shouqi span {
	line-height: 15px;
}

.applyContent .proposer .proposerMain .control {
	text-align: center;
}

.applyContent .proposer .proposerMain .control .add {
	color: #249eec;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	cursor: pointer;
}

.applyContent .proposer .proposerMain .control .addNotie {
	color: #999999;
	font-size: 12px;
	line-height: 30px;
}

.applyContent .proposer .proposerMain .control .btnWrap {
	margin-top: 16px;
	margin-bottom: 35px;
}

.applyContent .proposer .proposerMain .control .btnWrap span {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin-left: 40px;
	border: 1px solid #249eec;
	color: #249eec;
	border-radius: 3px;
	cursor: pointer;
}

.applyContent .proposer .proposerMain .control .btnWrap span.nextStep {
	border: none;
	background: url("../img/bg.png");
	background-size: 100%;
	color: #fff;
}

.applyContent .footer {
	text-align: center;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #888;
	position: absolute;
	bottom: 0px;
}

.applyContent .pos {
	position: fixed;
	left: 0;
	top: 100px;
}

.el-upload {
	display: block;
	text-align: left;
}

.el-upload-list__item {

	background: #fff;
	width: 50%;
}

.uploadBtn {
	margin-left: 10px;
	background: #fff;
	color: #249eec;
	border: 1px solid #249eec;
	position: absolute;
	top: 3px;
	left: 55%;
}

.active .el-form-item__label:before {
	content: '*';
	color: #f56c6c;
	margin-right: 4px;
}

.uploadInput {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 38px;
	line-height: 38px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 54%;
}

.uploadInput::-webkit-input-placeholder {
	color: #ccc;
}
.el-message-box__status+.el-message-box__message{
	padding-left: 12px;
}
.card-type{
	width: 131px;
    margin-right: 16px;
}
.c-type .el-form-item__content{
	margin-left: 149px !important;
	margin-right: 130px;
}
.card-type .el-input{
	width: 100% !important;
}
.c-type .el-form-item__error{
	/* left: 77% !important; */
}
.card-required{
	position: relative;
}
.card-required:before{
	content: '*';
    color: #f56c6c;
	margin-right: 4px;
	position: absolute;
    left: -10px;
}
.typeBox .el-form-item__label{
	width: 100px !important;
    text-align: left;
}
.typeBox{
	margin-bottom: 20px !important;
	margin-left: 0 !important;
}
.upload-box .upload-demo .el-upload-list__item{
   background-color: #f5f5f5;
   position: relative;
   left: 0;
   width: 100%;
}
.typeBox .el-form-item__content{
	margin-left: 0 !important;
}
.upload-box .upload-demo .el-upload__tip{
  width: 500px;
  line-height: 20px;
}

.upload-box .upload-cotent{
	width: 390px;
	margin: 25px auto;
	box-sizing: border-box;
	overflow: hidden;
}
.upload-box .upload-img{
	cursor: pointer;
	width: 180px;
	height: 120px;
	display: block;
	margin-bottom: 14px;
}
.upload-box .upload-cot{
	position: relative;
	width: 180px;
	height: 150px;
	float: none;
	margin: 0 auto;
}
.text-shoad{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
	height: 14px;
}
.up-ipt{
	cursor: pointer;
	opacity: 0;
	top: 0;
	width: 180px;
	height: 120px;
	position: absolute;
}

.applyContent .applyMain .el-form-item__content .file-btn {
    display: inline-block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #249eec;
    color: #249eec;
    padding: 0px;
    cursor: pointer;
}
.city-picker-dropdown {
    left: 0px !important;
}
.city-select-tab > a{
	width: 70px;
}
.city-select-tab > a.search{
	width: 44px;
}
.city-search-dropdown{
	left: 0px;
}
.applyContent .proposer .proposerMain .main .el-form .el-form-item.rrr .sugg-item span {
    position: static;
    font-size: 100%;
    font-weight: normal;
}
.dispute-place .city-picker-dropdown, .dispute-place .city-search-dropdown{
	left: 14px !important;
}
.applyMain .locality .city-select-tab > a{
	width: 56px;
}
.applyMain .locality .city-select-tab > a.search{
	width: 44px !important;
}
#desputePlace .error_input{
	border-color: red;
}

#desputePlace .not_complete_error{
	color: red;
	font-size: 12px;
	line-height: 1;
	padding: 4px 0px 4px;
	position: absolute;
	top: 100%;
	left: 17px;
}

/* 禁止文字选中 */
.text-unselect{
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/* 验证弹窗 */
#float-window {
	position: fixed;
	right: 200px;
	top: 50%;
}

#float-window .card-item {
	font-size: 14px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 22px;
	cursor: pointer;
}

#float-window .el-icon-warning {
	color: #EC3C3C;
	font-size: 22px;
	margin-right: 15px;
}

#float-window .clearfix:before,
#float-window .clearfix:after {
	display: table;
	content: "";
}
#float-window .clearfix:after {
	clear: both;
}

#float-window .box-card {
	width: 280px;
	height: 100%;
}

.el-card__body {
	padding: 0;
}

.el-card__body1 {
	padding: 20px;
	max-height: 250px;
	overflow-y: auto;
}
.el-card__body1 .null-box{
	font-size: 14px;
	color: #666;
}

[v-cloak]{
	display: none;
}

.c-type .el-form-item__error{
	left: 77.5% !important;
}