body {
	font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.head-title {
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	/*margin-top: 20px;*/
	text-align: center;
	font-size: 16px;
	position: relative;
}

.tologin {
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.head-title h1 {
	display: inline-block;
	margin: 0;
	font-size: 24px;
	border-bottom: 3px solid #00BFFF;
	padding: 5px 0;
}

.steps {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.steps-item {
	margin-right: 30px;
}

.steps-item .steps-item-title {
	/* padding: 0px 25px; */
	width: 200px;
	text-align: center;
	line-height: 40px;
	background: #ddd;
	display: inline-block;
	color: #000;
	position: relative;
}

.steps-item1 .steps-item-title::after {
	content: '';
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ddd;
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 10;
}

.steps-item2 .steps-item-title::before {
	content: '';
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0;
}

.steps-item.active .steps-item-title {
	background-color: #50abe4;
	color: #FFFFFF;
}

.steps-item.active .steps-item-title::after {
	border-left-color: #50abe4;
}

.container .jumbotron h1{
	color: #a94442;
	font-size: 40px;
	text-align: center;
}
.container .jumbotron{
	border-radius: 0;
}
.container .jumbotron p{

	text-align: center;
	margin-top: 40px;
}

.zhuce .zhuce-content {
	/*display: flex;*/
	/*justify-content: center;*/
	/*flex-wrap: wrap;*/
	/*font-size: 14px;*/
	/*line-height: 30px;*/
	padding: 10px 50px;
}
.zhuce .zhuce-content.row{
	margin: 0px;
}
.zhuce-content label.error{
	top: 2px;
	width: auto!important;
	position: revert!important
}

.tishi {
	text-align: center;
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 30px;
}

.zhuce .zhuce-content .form-group {
	margin-bottom: 20px;
}
.zhuce .zhuce-content .form-group .control-label {
	font-weight: 700;
}

/*.zhuce .zhuce-content .form-group label {*/
/*	display: inline-block;*/
/*	width: 130px;*/
/*	margin: 0;*/
/*	!* font-weight: normal; *!*/
/*	text-align: right;*/
/*}*/

/*.zhuce .zhuce-content .form-group input,*/
/*.zhuce .zhuce-content .form-group textarea {*/
/*	width: calc(100% - 150px);*/
/*	margin-left: 20px;*/
/*	border-color: #CCCCCC;*/
/*	line-height: 30px;*/
/*}*/

/*.zhuce .zhuce-content .form-group.qyjj {*/
/*	align-items: flex-start;*/
/*}*/

/*.zhuce .zhuce-content .form-group select {*/
/*	width: calc(50% - 80px);*/
/*	height: 34px;*/
/*	line-height: 34px;*/
/*	border: 1px solid #CCCCCC;*/
/*	border-radius: 4px;*/
/*	outline: none;*/
/*	margin-left: 20px;*/
/*}*/

/*.must {*/
/*	color: #EC3E3B;*/
/*}*/


select.inline-select {
	width: calc(50% - 2px);
	height: 34px;
	line-height: 34px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	outline: none;
	/*margin-left: 20px;*/
}
select.inline-select:nth-child(even) {
	/*float: right;*/
}

.zhuce .zhuce-content .yanzhengma input {
	width: calc(100% - 90px);
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/*.zhuce .zhuce-content .yanzhengma .col-sm-9 {*/
/*	display: flex;*/
/*}*/

.zhuce .zhuce-content .yanzhengma button{
	background-color: #50abe4;
	outline: none;
	color: #FFFFFF;
	width: 90px;
	border: 1px solid #50ABE4;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.zhengce {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.zhengce label {
	margin: 0;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.zhengce label input[type='checkbox'] {
	margin-right: 10px;
	margin-top: 0;
}

.zhengce a {
	margin: 0 20px;
	font-weight: normal;
	text-decoration: none;
}

.zhuce-btn button {
	display: block;
	background-color: #50abe4;
	outline: none;
	color: #FFFFFF;
	width: 100%;
	border: 1px solid #50ABE4;
	line-height: 30px;
	border-radius: 4px;
}

.zhuce .zhuce-shenhe .form-group {
	align-items: flex-start;
}
.zhuce .zhuce-content .form-horizontal .upload{
	margin-bottom: 30px;
}
.zhuce .zhuce-tishi{
	margin-top: 60px;
}
.zhuce .alert{
	margin-bottom: 0px;
	text-align: center;
}

.uplodebox {
	/*width: calc(100% - 150px);*/
	/*margin-left: 20px;*/
	display: flex;
	/*align-items: center;*/

}

.uplodebox-left {
	border-right: 1px solid #CCCCCC;
	/*height: 180px;*/
}
.uplodebox .uplodebox-left .fileinput{
	margin-bottom: 0px;
	/*margin-top: -14px;*/
}
.uplodebox .uplodebox-left   .glyphicon{
	position: relative;
	top : -99px;
	left : 88px;

	color: #00BFFF;
}
.uplodebox .fileinput .fileinput_btn{
	position: relative;
	/*top: -14px;*/
	text-align: center;
	/*display: none;*/
}
.uplodebox .fileinput .fileinput_btn span.btn,
.uplodebox .fileinput .fileinput_btn a.btn{
	background-color: #50abe4;
	border: 1px solid #50ABE4;
	color: #FFFFFF;
	cursor: pointer;
}
.uplodebox .fileinput .fileinput_btn span.btn span,intput{
	cursor: pointer;
}
.uplodebox .fileinput .fileinput_btn a.btn{
	background-color: #f44336;
	border: 1px solid #f44336;
}

.uplodebox .fileinput .thumbnail{
	display: block;
	cursor: pointer;
}
.uplodebox .fileinput .thumbnail img{
	z-index: 99;
}
.uplodes {
	width: 150px;
	height: 150px;
	border: 1px dashed #00BFFF;
	margin: 0 auto;
	color: #00BFFF;
	font-size: 14px;
	text-align: center;
	line-height: 100px;
	margin-bottom: 10px!important;
}

.uplodebox-right {
	padding: 10px 20px;
}

.uplodebox-right .uplodetips-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.uplodebox-right .uplodetips {
	color: #999999;
	margin: 0;
}

.footers {
	padding: 50px 0;
	clear: both;
}
.footers.border-bottom {
	border-top: 1px solid #cccccc;
	padding: 50px 100px;
}

.footers .row {
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.footers a{
	display: inline-block;
	margin: 0px 10px;
	font-size: 14px;
	color: #979797;
}

/* 弹出层 */
.mengban {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 9999;
	top: 0;
}

.dialog-content {
	width: 70%;
	height: 70%;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dialog-content-neirong {
	width: 100%;
	height: 90%;
	overflow: hidden;
}

.dialog-content-neirong div {
	height: 100%;
	font-size: 14px;
	line-height: 30px;
	overflow-y: scroll;
}

.dialog-content-neirong .dialog-content-neirong-title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 45px;
	color: rgba(0, 0, 0, .85);
	text-align: center;
}

.dialog-content-neirong p {
	font-size: 14px;
	color: rgba(0, 0, 0, .85);
	line-height: 30px;
	margin: 0;
	text-indent: 28px;
}

.dialog-content-neirong p.sub-title {
	font-weight: 600;
	text-indent: 0;
}

.dialog-content-neirong p.tips {
	font-weight: 600;
}

.dialog-content-neirong .blue {
	color: rgba(0, 176, 240);
	text-decoration: underline;
}

.dialog-content-btn {
	text-align: center;
	margin: 20px 0;
}

.dialog-content-btn button {
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	outline: none;
	margin: 10px;
	border-radius: 4px;
}

.dialog-content-btn .tongyi1 {
	background-color: #0681e8;
	color: #fff;
	border: 1px solid #0681e8;
	cursor: pointer;
}

.dialog-content-btn .tongyi {
	background-color: #F5F5F5;
	color: #999;
	border: 1px solid #F5F5F5;
	cursor: pointer;
}

.top {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	/*padding: 20px;*/
}

.logo {
	font-size: 30px;
	color: #293f91;
	font-weight: 800;
	display: flex;
	align-items: center;
}

.logo img {
	/*width: 100px;*/
	/*height: 50px;*/
	/*margin-right: 20px;*/
}
.logo span {
	margin-top: 10px;
}

.lxfs {
	color: #00BFFF;
	font-size: 16px;
}

.input-group {
	margin-bottom: 20px;
}

.input-group .glyphicon {
	top: 0;
}

.zhuce .login-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.zhuce .login-link .tozhuce {
	color: #999;
	font-size: 14px;
}

.zhuce .login-link .respsw {
	color: #EC3E3B;
	font-size: 14px;
}

.login-yz {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-yz input.form-control {
	width: calc(50% + 29px);
	border-radius: 4px !important;
}

.login-yz .login-yzm {
	width: calc(50% - 59px);
	border-radius: 4px;
	text-align: center;
	border: 1px solid #CCCCCC;
	line-height: 34px;
	background: #F5F5F5;
	/* 禁止复制 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login-boxs .login-title {
	background-color: #3ab1b3;
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.login-boxs .form-group, .input-group-inline{
	position: relative;
}
.login-boxs .form-group .glyphicon{
	position: absolute;
	top: 9px;
	right: 10px;
}
.input-group-inline  input{
	padding-right: 50px!important;
}
.input-group-inline  button, .input-group-inline div.twyzm{
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	outline: none!important;
	background-color: #50abe4!important;
	border-color: #50abe4!important;
	border-left: none;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.login-boxs .form-group .form-control{
	padding-right: 30px!important;
}
.login-boxs .form-group.login-yz .form-control{
	padding-right: 12px!important;
}
.login-boxs label.error {
	position: revert!important;
}
