/* 模态框*/
.modal.fade {
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content {
	width: 370px;
	height: 410px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.login_btn {
	width: 330px;
	height: 48px;
	background: linear-gradient(90deg, #03C4D3, #0080C8);
	box-shadow: 0px 6px 16px 0px rgba(0, 184, 255, 0.24);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-left: 30px;
}

.login_label {
	width: 41px;
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.form-control {
	display: block;
	color: #333;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 32px;
}

.label_check {
	width: 100%;
	height: 30px;
	line-heigh: 30px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: inline-block;
}

.pass_forget {
	width: 58px;
	height: 12px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.modal-body ul li a {
	/*width: 65px;*/
	height: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.modal_title>li {
	height: 54px;
	line-height: 54px;
/* 	width: 75px; */
	text-align: center;
	color: #999999;
	cursor: pointer;
	margin-left: 34px;
	margin-right: 0px !important;
}

.modal-body .active a {
	color: #018FCA;
}

.tab_title>.active {
/* 	border-bottom: 2px solid #018FCA; */
}

.modal-content {
	position: relative;
}

.modal_zhuce {
	position: absolute;
	top: -0.1px;
	right: -0.5px;
}

.modal-title {
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 24px;
	z-index: 999;
}

.modal-title a {
	color: #fff;
	font-size: 13px;
}

.modal_inp {
/* 	width: 330px; */
	height: 54px;
	padding: 0px
}

.modal_inp input {
	border-radius: 0px;
	padding-left: 19%;
}

.inp_content div {
	position: relative;
}

.img_inp {
	position: absolute;
	top: 22.33%;
	left: 5.45%;
	width: 34px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border-right: 1px solid #cccccc;
}

.img_inp img {
	margin-right: 2px;
}

.check_box {
	width: 16px;
	height: 16px;
	background: #018FCA;
	color: white
}

.label_check span {
	display: inline-block;
}

.check_box_line input, .check_box_line span, .check_box span a {
	vertical-align: -webkit-baseline-middle;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: rgba(0, 0, 0, 1);
	border-color: #337ab7;
}