/* 公共样式 */

.form-control.errorIpt {
	border-color: #ee3333;
	box-shadow: inset 0 1px 1px rgba(238, 51, 51, .075), 0 0 8px rgba(238, 51, 51, .6);
}

.noticeBox {
	padding-top: 10px;
	color: #ee3333;
	font-size: 18px;
	text-indent: 30px;
}

.noticeBox::before {
	position: absolute;
	left: 14px;
	top: 61px;
	content: '!';
	width: 20px;
	height: 20px;
	background: #ee3333;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	text-indent: 0;
}

body {
	background: #fff;
}

button {
	outline: none !important;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.form-control[readonly] {
	background: #fff;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes toBot {
	from {
		transform: translateY(-30px);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes toRt {
	from {
		transform: translateX(-30px);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes toLt {
	from {
		transform: translateX(30px);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes toTop {
	from {
		transform: translateY(30px);
	}

	to {
		transform: translateY(0);
	}
}

.bootstrap-select .dropdown-menu.open {
	min-width: 100% !important;
	border: 1px solid #cccccc;
	box-shadow: 0 0 6px #373333;
	padding-bottom: 0;
}

.comHead {
	min-height: 141px;
	background: url(../img/head_ad.png) center/cover no-repeat;
}

.comHead1 {
	height: 100px;
	background: url(../img/head.png) center/cover no-repeat;
	color: #ffff;
	font-size: 16px;
}

.comHead1 p {
	width: 120px;
	position: absolute;
	right: 20px;
}

.comHead1 p:first-child {
	top: 28px;
}

.comHead1 p:last-child {
	top: 50px;

}

.comTitle p:nth-child(1) {
	font-weight: 650;
	font-size: 36px;
	color: #002974;
}

.comTitle p:nth-child(2) {
	font-weight: 650;
	font-size: 16px;
	color: #002974;
}

.loginContainer {
	width: 970px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 118px 0 80px;
}

.loginContent {
	width: 320px;
	overflow: hidden;
}

.loginContent .form-group {
	margin-bottom: 20px;
}

.loginTtitle {
	font-weight: 650;
	font-size: 24px;
	color: #333333;
	margin-bottom: 34px;
}

.loginBtn {
	height: 56px;
	font-size: 22px;
	background-color: #0a9bc1;
	border-color: #0a9bc1;
	font-weight: bold;
}

.adminBtn {
	height: 56px;
	font-size: 22px;
	margin-top: 20px;
}

.forgetPassword {
	cursor: pointer;
	color: #11a3c9;
	float: right;
}

.userCount {
	position: absolute;
	right: 28px;
	top: 12px;
	line-height: 42px;
	font-size: 20px;
	color: #ffffff;
}

.adminCount {
	position: absolute;
	right: 28px;
	top: 12px;
	line-height: 42px;
	font-size: 14px;
	color: #ffffff;
}

.textCenter {
	text-align: center;
}

.textCenter .btn {
	padding: 6px 80px;
}

.glyphicon-asterisk {
	color: #dd4b39;
	line-height: 6px;
	font-size: 20px;
	top: 4px;
	left: -3px;
}

.form-control,
.form-control+.dropdown-toggle {
	height: 50px;
	font-size: 20px;
}

.adminNav {
	padding: 16px 40px 0;
	background: #004779;
}

.comNav {
	padding: 16px 40px 0;
	background: #0085a7;
}

.adminCont {
	position: relative;
	padding-bottom: 80px;
}

.nav-tabs>li>a {
	margin-right: 8px;
	padding: 12px 38px;
	font-size: 22px;
	color: #fff;
	background: #12629a;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background: #fff;
	color: #333333;
	border-color: transparent;
}

.nav-tabs>li {
	margin-bottom: 0;
}

.nav-tabs {
	border-bottom: 0;
}

table thead {
	background: #f1f1f1;
}

.btn-one {
	width: 144px;
	height: 50px;
	background-color: #0a9bc1;
	border-color: #0a9bc1;
	font-size: 20px;
	margin-right: 10px;
}

.btn-two {
	width: 216px;
	height: 56px;
	font-size: 22px;
	margin-right: 65px;
	background: #7cc111;
	border-color: #7cc111;
}

.btn-th {
	width: 216px;
	height: 56px;
	font-size: 22px;
	margin-right: 65px;
}

.wrap {
	min-height: 100vh;
	position: relative;
}

.footContainer {
	width: 100%;
	height: 80px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	padding-top: 20px;
}

.dataCheckModal {
	width: 424px;
}

.dataCheckModal .modal-content {
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.dataCheckModal .modal-header {
	padding: 0;
	border-bottom: 0;
}

.dataCheckModal .modal-body {
	padding: 0;
	background: #ffffff;
}

.dataCheckModal .modal-footer {
	padding: 10px;
	border-top: 0;
	background: #ffffff;
}

.dataCheckModal .modal-footer .btn {
	width: 98px;
	height: 40px;
	background: #11a3c9;
	border: none;
	font-size: 18px;
}

.readcardBox {
	display: flex;
	justify-content: space-between;
	line-height: 48px;
	border-bottom: 1px solid #d9d9d9;
}

.readcardBoxChild1 {
	font-size: 18px;
	padding: 0 28px;
}

.readcardBoxChild2 {
	font-size: 16px;
	width: 128px;
}

.readcardBoxChild2 .pass {
	color: #54da12;
}

.readcardBoxChild2 .fail {
	color: #f33333;
}

.readcardBoxChild2 .wait {
	color: #ffae00;
}

.readCardForm label {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	width: 140px;
}

.comBtn {
	height: 50px;
	font-size: 20px;
	width: 100px;
}

table {
	font-size: 20px;
}

.modal-title {
	font-size: 22px;
}

.modal-footer .btn {
	font-size: 20px;
}

.hoverBox {
	position: absolute;
	right: 20%;
	top: 40px;
	height: 40px;
	line-height: 40px;
	/*padding: 6px;*/
	background: rgba(0, 0, 0, .3);
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	display: none;
}

.readCardForm .col-sm-4:hover .hoverBox {
	display: block;
}

/***滑块样式****/
.drag {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #e8e8e8;
	position: relative;
	margin: 0 auto;
}

.bg {
	width: 40px;
	height: 100%;
	position: absolute;
	background-color: #75CDF9;
}

.textJ {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	user-select: none;
}

.btnSlider {
	width: 40px;
	height: 40px;
	position: absolute;
	border: 1px solid #ccc;
	cursor: move;
	font-family: "宋体";
	text-align: center;
	background-color: #fff;
	user-select: none;
	color: #666;
}

/*360不兼容提示*/
.tips {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #666666;
}

.tips p {
	width: 350px;
	height: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -190px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding: 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: #FFFFFF;
}

.tips p img {
	max-width: 100%;
	margin: 15px auto;
	display: block;
}

#autoplay_modal .modal-dialog {
	width: 482px;
}

#myCarousel {
	height: 400px;
}

.carousel-indicators li {
	background-color: #dcdcdc;
}

.carousel-indicators li.active {
	background: #21bae2;
}

.carousel-control {
	position: absolute;
	top: 50%;
	bottom: initial;
	left: 16px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 44px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background: #dfdfdf;
}

.carousel-control.right {
	right: 16px;
	left: auto;
	background: #dfdfdf;
}

.carousel-inner {
	height: 100%;
}

.carousel-inner .item {
	height: 100%;
	background: url(../img/autoplay_bg.png) no-repeat;
}

.carousel-inner-title {
	padding-top: 40px;
	text-indent: 44px;
}

.carousel-inner-title span:nth-child(1) {
	font-size: 22px;
	color: #ffffff;
}

.carousel-inner-title span:nth-child(2) {
	font-size: 16px;
	color: #11a3c9;
	padding: 2px 8px;
	margin-left: 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.carousel-inner-intro {
	padding: 84px 0 28px 84px;
	font-size: 16px;
}

.carousel-inner-intro span:nth-child(2) {
	margin-left: 10px;
}

.carousel-inner-p {
	padding: 0 84px;
	font-size: 16px;
	color: #696969;
	word-break: break-all;
}

#autoplay_modal .close {
	float: none;
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 44px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	z-index: 999;
}

.calendarClass {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 15px;
	margin-bottom: 50px;
}

.calendarClass .separate {
	padding: 0 10px;
}

.detailForm {
	overflow: hidden;
	margin-right: 40px;
}

.detailForm label {
	white-space: nowrap;
}

.detailForm .form-group {
	display: -webkit-flex;
	display: flex;
	min-width: 400px;
	width: 50%;
}

.downloads {
	cursor: pointer;
}