
html,body {
	width: 100%;
	height: 100%;
	color: #000;
}

a,a:hover {
	text-decoration: none
}

 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,hr,button,footer,header
	{
	margin: 0;
	padding: 0;
}

.header {
	display: block;
	height: 100px;
	padding: 0px 10%;
	border-bottom: 3px solid #19bc9c;
	vertical-align: middle;
	line-height: 100%;
}

.header-left {
	float: left;
	width: 300px;
	height: 100px;
	border: 0px solid #e5e5e5;
	line-height: 100px;
	text-align: left;
}

.header-right {
	width: 300px;
	float: right;
	height: 100px;
	border: 0px solid #e5e5e5;
	line-height: 100px;
	text-align: right;
}

.logo img {
	height: 60px;
	width: 60px;
}

.logoSpan {
	font-size: 22px;
	font-family: 微软雅黑;
	color: #333333
}

.line {
	display: block;
	width: 1px;
	height: 28px;
	background: #D8D8D8;
	margin: 0 20px;
	margin-left: 19px;
}

.header a {
	color: #19bc9c;
	margin: 0 5px;
	padding-top: 9px;
}

.header  p {
	color: #333;
}

.header  a {
	width: 50px;
}

.container {
	display: block;
	border-bottom: 2px solid #e5e5e5;
	width: 1200px;
	margin-top: 30px;
	padding: 10px 0px;
	padding-bottom: 50px;
}

.footer {
	display: block;
	height: 100px;
	margin-left:10%;
	margin-right:10%;
	border-top: 0px solid #e5e5e5;
}

.footerContent {
	padding-top: 20px;
	text-align: center;
}

.i-textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	font-size: 14px
}

.i-input {
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%
}

.i-input :hover {
	border-color: #c0c4cc;
}

.i-input.is-active .i-input,.i-input:focus {
	border-color: #19bc9c;
	outline: 0
}

.i-input-error {
	border-color: #f56c6c;
}

.i-form-item.is-error .i-input__inner,.i-form-item.is-error .i-input__inner:focus,.i-form-item.is-error .i-textarea__inner,.i-form-item.is-error .i-textarea__inner:focus
	{
	border-color: #f56c6c
}

.i-form-error {
    color: #f56c6c;
    padding-top: 4px;
  
}

.star {
    color: #f56c6c;
    font-size: 20px;
}


.control-label {
	color: #606266;
	font-size: 15px;
	line-height: 40px;
	padding-top: 0;
}


.el-upload {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0
}

.el-upload__input {
	display: none
}

.el-upload__tip {
	font-size: 12px;
	color: #606266;
	margin-top: 7px
}


.el-upload-img {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    width: 260px;
    height: 163px;
    line-height: 163px;
  	vertical-align: middle;
  	justify-content: center;
    align-items: center;
}


.el-upload--picture-card {
    justify-content: center;
    align-items: center;
    display: inline-flex!important;
    flex-direction: column;
}
.el-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    width: 260px;
    height: 163px;
	line-height: 163px;
  	vertical-align: middle;
}


.el-upload--picture-card i {
	font-size: 28px;
	color: #8c939d
}

.el-upload--picture-card:hover,.el-upload:focus {
	border-color: #409eff;
	color: #409eff
}

.file-Delete{
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #e0e0e0;
    position: absolute;
    left: 265px;
    top: -15px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.8;
}
 
 
 
 

.inputTip{
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999;
    height: 20px;
    line-height: 20px;
}
 
 
 
.ui-stepBar-wrap {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 100;
}  
 

.ui-stepBar {
    position: relative;
    width: 58%;
    height: 5px;
    background: #cccccc;
    top: 14px;
    left: 20%;
    z-index: 101;
}

 .ui-stepProcess {
	position: relative;
	width: 0;
	height: 2px;
	background: #516784;
	top: 0;
	left: 0;
	z-index: 102;
}

.ui-stepBar-wrap .ui-stepInfo-wrap {
	width: 90%;
	margin: 0 auto;
	height: 100%;
}

.ui-stepInfo {
	position: relative;
	float: left;
	text-align: center;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence {
	position: relative;
	padding: 4px 8px;
	border-radius: 50%;
	z-index: 103;
}

.ui-stepName {
	position: relative;
	line-height: 50px;
	/* color:#3b4; */
	color: #19bc9c; 
	z-index: 103;
}
 
.judge-stepSequence-pre {
	  background: #19bc9c;  
	/* background: #3b4; */
	color: #ffffff;
}

.judge-stepSequence-hind {
	background: #cccccc;
	color: #000000;
}




.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
	{
		background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
	{
	background-color: #18a689; /*#3e94fe*/
	border-color: #18a689; /*#3e94fe*/
	color: #FFFFFF;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary.active[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active
	{
	background-color: #1dc5a3;
	border-color: #1dc5a3;
}
