@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	/*font-family: '微软雅黑 Bold', '微软雅黑';*/
	font-family: "Microsoft YaHei"font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #f4f8f9;
}

.glyphicon {
	color: #00c3e3;
	/* margin-right: 10px; */
}

.glyphiconUnable {
	color: #d3d3d3;
	margin-right: 10px;
}

@media screen and (max-width: 1200px) {
	#box {
		width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	#box {
		width: 1200px;
		margin: 0 auto;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.frameBody {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 100px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mainBody {
	flex: auto;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
}

.m_redStar {
	color: #f00;
}

.m_textRight {
	text-align: right !important;
	padding-top: 7px;
	width: 100px;
	font-weight: 500;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.right {
	float: right;
}

.left {
	float: left;
}

.fontBold {
	font-weight: bold;
}

.title_div {
	font-size: 16px;
	margin-bottom: 10px
}

.dd_width {
	width: 70%;
	display: -webkit-box;
}

.modal_dl {
	display: -webkit-box;
	margin-left: 6%;
}

.ibox-tit_page {
	/*border-bottom: solid 1px #1ab394;*/
	margin: 5px 0;
}

.btn-ok {
	color: #fff;
	background-color: #00c3e3;
}

.ibox-tit_page h5 {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
}

.ibox-tools a.btn {
	color: #fff;
	background-color: #00c3e3;
}

.ibox-tools {
	display: inline-block;
	float: right;
	margin-top: 0;
	position: relative;
	padding: 0
}

.ibox-tools a {
	cursor: pointer;
	margin-left: 5px;
	color: #999999
}

.ibox-tools a.btn-primary {
	color: #fff
}

.ibox-tools .dropdown-menu>li>a {
	padding: 4px 10px;
	font-size: 12px
}

.table-bordered {
	border: 1px solid #EBEBEB;
	-webkit-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-moz-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-ms-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-o-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
}

.table-bordered>thead>tr>th {
	background-color: #f9fafc
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #e7e7e7
}

.table>thead>tr>th {
	border-bottom: 1px solid #EBEBEB
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 1px solid #e7eaec;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
	word-break: break-all;
}


/** 分页  */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #00c3e3;
	border-color: #00c3e3;
	text-decoration: none;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 3px 3px;
	margin-right: 4px;
	line-height: 1;
	color: #ddd;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	min-width: 32px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #ddd;
	background-color: #fff;
	border-color: #ddd;
}


/*.mypagination {
	float: right;
}*/

.mypagination span {
	padding-right: 20px;
	/*margin: 20px 0;*/
	border-radius: 4px;
	float: left;
}

.label-nav {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.label-nav .label-item {
	max-width: 120px;
	word-wrap: normal;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-right: 10px;
	cursor: pointer;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.label-nav .label-item.active {
	background-color: #00c3e3;
	border: 1px solid #00c3e3;
	;
	color: #FFFFFF;
}

.exam-block {
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	border: 1px solid #f4f8f9;
	-webkit-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-moz-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-ms-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	-o-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
	box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
}

.exam-block:hover {
	border: 1px solid #00c1de;
	box-shadow: 0 0 20px rgba(0, 198, 226, .5)
}

.exam-block .examTitle {
	padding: 0 0 0 20px;
	background-color: #f7f9fa;
	line-height: 49px;
	font-weight: 600;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	border-bottom: 1px dashed #ebebeb;
}

.exam-block .examTitle .title {
	flex: auto;
	font-size: 16px;
}

.exam-block .examTitle .per-img-title {
	flex: auto;
	padding-left: 20px;
}

.exam-block .examTitle .operator {
	flex: none;
	width: 50px;
	cursor: pointer;
}

.exam-block .examTitle .operatorAndFont {
	flex: none;
	width: 80px;
}

.exam-block .examItem {
	padding: 0 20px;
	background-color: #fff;
	/*	line-height: 49px;*/
}

.exam-block .examItem .item1 {
	padding-bottom: 0px;
	line-height: 36px;
}

.examItemSub {
	margin-right: 30px;
}

.label-img {
	background: url(../img/bq.png) no-repeat center center;
	width: 40px;
	height: 50px;
	left: -8px;
	position: absolute;
	line-height: 43px;
	color: #FFFFFF;
	text-align: center;
}

.editIcon {
	background: url(../img/edit.png) no-repeat left center;
	/*background-size: 16px 16px;*/
	padding-left: 20px;
	padding-top: 1px;
	color: #00c3e3;
	vertical-align: unset;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}

.delIcon {
	background: url(../img/del.png) no-repeat left center;
	/*background-size: 18px 20px;*/
	padding-left: 20px;
	padding-top: 1px;
	color: #00c3e3;
	/*vertical-align: unset;*/
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}

.backIcon1 {
	background: url(../img/back.png) no-repeat left center;
	/*background-size: 16px 16px;*/
	padding-left: 20px;
	padding-top: 1px;
	color: #00c3e3;
	vertical-align: unset;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}

.right {
	float: right;
}

.pointer {
	cursor: pointer;
}

.weui_switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 48px;
	height: 28px;
	border: 1px solid #DFDFDF;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background: #DFDFDF;
}

.weui_switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 26px;
	border-radius: 15px;
	background-color: #FDFDFD;
	-webkit-transition: -webkit-transform .1s;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
}

.weui_switch:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: -webkit-transform .1s;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
}

.weui_switch:checked {
	border-color: #00c3e3;
	background-color: #00c3e3;
}

.weui_switch:checked:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.weui_switch:checked:after {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.xbar {
	height: 40px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	/*border: 1px #d8dad9 solid;*/
	align-items: center;
	/*background-color: #f7f6f4;*/
	margin-bottom: 5px;
}

.xbar_title {
	margin-left: 15px;
	margin-right: 50px;
	font-size: 110%;
	flex: none;
}

.xbar_label {
	margin-left: 3px;
	margin-right: 0px;
	flex: none;
}

.xbar_item {
	margin-left: 0px;
	margin-right: 5px;
	flex: none;
}

.xbar_fill {
	flex: auto;
}

.chooseB {
	width: 20px;
	height: 20px;
	padding-top: 0;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
}

.chooseC {
	width: 40px;
	height: 20px;
	padding-top: 0;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
}

.clear {
	clear: both;
}

ul li {
	list-style-type: none
}


.flex-ph {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: stretch;
}

.flex-pv {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: stretch;
}

.flex-ca {
	flex: auto;
}

.flex-cn {
	flex: none;
}

/*loading模态样式 strat*/

.g-spinner7 {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: whitesmoke;
    /*opacity: 0.6;*/
}

.g-spinner7 p {
    width: 100%;
    position: absolute;
    color: #09C;
    font-size: 16px;
    top: 15px;
    left: 5px;
}

.g-spinner7 > div {
    background-color: #09C;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.g-spinner7 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-spinner7 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-spinner7 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-spinner7 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.backIcon {
    color: rgb(0, 153, 255);
    font-size: 20pt;
    cursor: pointer;
}