﻿/* CSS Document */
/*滚动条样式*/
/*滚动条整体部分*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
}
/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  display: none;
}
/*外层轨道*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  overflow: hidden;
}
/*内层轨道，滚动条中间部分（除去）*/
::-webkit-scrollbar-track-piece {
  border-radius: 4px;
}
/*拖动条*/
::-webkit-scrollbar-thumb {
  background: #DCE2EB;
}
/*边角*/
::-webkit-scrollbar-corner {
  border-radius: 4px;
}
/*定义右下角拖动块的样式*/
::-webkit-resizer {
  border-radius: 4px;
}

/*字体*/
html {
  font-size: 80px;
}
@font-face{
    font-family:pinyin;
    src:url(fonts/pinyin.ttf);
}
body {
	background: #ecf1f8;
	/*min-width: 1220px;*/
	font-size: 14px;
	line-height: 1.5;

}
.pinyin,.pinyin a {
  font-family: "pinyin";
}
body,
a {
	color: #666;
}
/*塌陷*/
.commonwidth {
	width: 1200px;
	margin: 0 auto;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.position-re {
    position: relative;
}
.position-ab {
    position: absolute;
}
.overflow-hidden {
	overflow: hidden;
	zoom: 1;
}
/*a*/
a {
	font-family: "微软雅黑";
	text-decoration: none;
	outline: none;
}
em,
i {
	font-style: normal;
}
/*包裹 IE8居中*/
#wrap {
	text-align: left;
}
/*浮动*/
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: '.';
	visibility: hidden;
	clear: both;
	display: block;
	height: 0
}
/*清除浮动*/
.clear {
	clear: both;
	line-height: 0;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}

.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.slideBox .hd {
	overflow: hidden;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 47%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	display: inline;
	margin-right: 10px;
	background: url(../images/point.png) no-repeat center center;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-indent: -9999px;
}
.slideBox .hd ul li.on {
	background: url(../images/pointh.png) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto !important;
	width: 100% !important;
	min-width: 1920px;
	margin: 0 auto;
	height: 500px;
	left: 50%;
	margin-left: -960px !important;
}
.slideBox .bd ul {
	width: 100% !important;
	min-width: 1920px;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
	width: 100% !important;
	height: 500px;
}
.slideBox .bd img {
	width: 1920px;
	height: 500px;
	display: block;
	position: relative;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.slideBox .prev,
.slideBox .next {
	position: absolute;
	z-index: 999;
	display: block;
	width: 80px;
	height: 80px;
}
.slideBox .prev {
	left: 3%;
	top: 50%;
	margin-top: -25px;
	background: url(../images/left.png) no-repeat;
}
.slideBox .next {
	right: 3%;
	top: 50%;
	margin-top: -25px;
	background: url(../images/right.png) no-repeat;
}*/
.ban_img {
	position: relative;
	width: 100%;
	height: 245px;
	min-width: 1200px;
	overflow: hidden;
}
.ban_img img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.text_ellipsis,
.left_ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input {
	border: none;
}
input:focus,select,button,textarea {
	outline: none !important;
}
input[type="submit"] {
	cursor: pointer;
}
.d-t {
	display: table;
	width: 100%;
}
.d-tr {
	display: table-row;
}
.d-tc {
	display: table-cell;
	vertical-align: middle;
}
.vm{
    display: inline-block;
    vertical-align: middle;
}

/*************/
html,body{
  height: 100%;
}
#wrap {
  min-height: 100%;
}
* {
    box-sizing: border-box;
}
/*.login-body #wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: #06177d;
    background: -webkit-linear-gradient(#43099a,#0b287c, #0281cd);
    background: -moz-linear-gradient(#43099a,#0b287c, #0281cd);
    background: -o-linear-gradient(#43099a,#0b287c, #0281cd);
    background: -ms-linear-gradient(#43099a,#0b287c, #0281cd);
    background: linear-gradient(#43099a,#0b287c, #0281cd);
   background: url(../images/index-bg.jpg) no-repeat center center;
   background-size: 100% 100%;
   overflow: hidden;
}*/
.content-bg {
    background: #ecf1f8;
}
.index-logo {
    padding: 1rem 0 .5rem;
}
.index-logo .ribbon {
    max-width: 2.2rem;
    margin-top: -40px;
}
.index-logo .logo {
    max-width: 7.7rem;
}
.index-logo i {
    padding: 0 12px;
    margin: -24px 20px 0 -10px;
    line-height: 36px;
    color: #bafffb;
    border: 1px solid #bafffb;
    font-size: 24px;
    border-radius: 5px;
}

#canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 20%;
    width: 100%;
}
.login-light {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 1200px;
    margin: -600px 0 0 -700px;
    border-radius: 50%;
    background: -moz-radial-gradient(rgba(0,6,121,.03),rgba(0,6,121,.001));
    background: -webkit-radial-gradient(rgba(0,6,121,.03),rgba(0,6,121,.001));
    background: -o-radial-gradient(rgba(0,6,121,.03),rgba(0,6,121,.001));
    background: -ms-radial-gradient(rgba(0,6,121,.03),rgba(0,6,121,.001));
    background: radial-gradient(rgba(0,6,121,.03),rgba(0,6,121,.001));
}
.login-body .login-admin,
.login-body .footer {
    position: absolute;
    left: 0;
    text-align: center;
    color: #f5f7fa;
}
.login-logo {
    padding-top: 2%;
}
.login-logo .login-logo-img {
    width: 60%;
    max-width: 769px;
}
.logo-icon {
    left: -150px;
    top: -20px;
}
.login-body .footer {
    bottom: 25px;
    width: 100%;
}
.content-bg .footer {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #acacac;
    /*height: 40px;
    margin-top: -40px;
    clear: both;*/
}
.login-admin {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
}
.login-admin h1 img {
  width: 300px;
  height: auto;
}
.login-admin h1 {
  margin-top: -5px;
}
.admin {
    position: relative;
}
.admin>div {
    position: relative;
}
.admin .admin-img {
    display: block;
    width: 30px;
    height: 30px;
    /*background: #fff;
    padding: 2px;*/
    border-radius: 50%;
}
.admin .admin-light {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
    animation: adminLight 4s linear infinite;
    -webkit-animation: adminLight 4s linear infinite;
}
@keyframes adminLight{
    from{transform: rotate(0);}
    to{transform: rotate(360deg);}
}
@-webkit-keyframes adminLight{
    from{transform: rotate(0);}
    to{transform: rotate(360deg);}
}

.admin p {
    width: 72px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}
.index-type {
    width: 90%;
    margin: 0 auto;
    /*position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin: -140px 0 0 0px;*/
}
.index-type ul {
    padding: .8rem 5% 0;
}
.index-type li {
    position: relative;
    width: 25%;
    text-align: center;
    overflow: visible !important;
    transition: all .3s;
}
/*.index-type li a {
    display: block;
    width: 440px;
    height: 160px;
    background: url(../images/index-type.png) no-repeat;
    margin: 0 auto;
    transform: scale(.95);
    transition: all .3s;
}*/
.index-type li.type-analysis,.index-type li.type-resuorse {
    margin-top: 1.3rem;
}
.index-type li a {
    display: block;
    max-width: 2.4rem;
    margin: 0 auto;
    color: #fff;
    letter-spacing: .02rem;
}
.type-img-box {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.type-img {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    transform: scale(.8);
}
.type-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.index-type li i {
    display: block;
    margin: 0 auto;
    height: 3rem;
}
.index-type li p {
    position: absolute;
    left: 0;
    width: 100%;
    height: .56rem;
    margin: 0 auto;
    line-height: .4rem;
    font-size: .18rem;
    transition: all .2s;
    background-size: auto 100% !important;
}
.index-type li a .small {
    transition: all .4s;
    transform: translate(-50%,-50%);
}

.index-type li a:hover .type-img{
    transform: scale(1);
}
.index-type li a:hover .small {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-type li.type-analysis p,.index-type li.type-resuorse p {
    top: -.8rem;
    background: url(../images/index-title2.png) no-repeat center top;
}
.index-type li.type-manage p,.index-type li.type-exam p {
    background: url(../images/index-title.png) no-repeat center top;
    padding: .1rem 0 0;
}

.index-type li a:hover p {
    height: .64rem;
    line-height: .5rem;
    font-size: .22rem;
    color: #b5ffb7;
}
.index-type li.type-analysis a:hover p,.index-type li.type-resuorse a:hover p {
    background: url(../images/index-title2-big.png) no-repeat center top;
}
.index-type li.type-manage a:hover p,.index-type li.type-exam a:hover p {
    background: url(../images/index-title-big.png) no-repeat center top;
}
.index-type li.type-manage {
    margin-top: -.08rem;
}



.pg-canvas {
    position: absolute;
    opacity: .6;
    filter: alpha(opacity=60);
}

.earth {
    position: relative;
    width: 650px;
}
.ifly-voice {
    position: absolute;
    left: 150px;
    bottom: 140px;
    width: 340px;
    height: 146px;
    text-align: center;
}
.ifly-voice i {
    position: relative;
    height: 146px;
    margin: 0 5px;
}
.ifly-voice i::before {
    position: absolute;
    top: 40%;
    content: '';
    display: inline-block;
    width: 2px;
    height: 10%;
    background: #fff;
    box-shadow: 0 0 4px #fff;
    display: none \9;
}
.ifly-voice i:nth-of-type(1)::before {
    animation: voice 2s linear 1s infinite;
    -webkit-animation: voice 2s linear 1s infinite;
}
.ifly-voice i:nth-of-type(2)::before {
    animation: voice 2s linear .8s infinite;
    -webkit-animation: voice 2s linear .8s infinite;
}
.ifly-voice i:nth-of-type(3)::before {
    animation: voice 2s linear .6s infinite;
    -webkit-animation: voice 2s linear .6s infinite;
}
.ifly-voice i:nth-of-type(4)::before {
    animation: voice 2s linear .4s infinite;
    -webkit-animation: voice 2s linear .4s infinite;
}
.ifly-voice i:nth-of-type(5)::before {
    animation: voice 2s linear .2s infinite;
    -webkit-animation: voice 2s linear .2s infinite;
}
.ifly-voice i:nth-of-type(6)::before {
    animation: voice 2s linear 0s infinite;
    -webkit-animation: voice 2s linear 0s infinite;
}
.ifly-voice i:nth-of-type(7)::before {
    animation: voice 2s linear .2s infinite;
    -webkit-animation: voice 2s linear .2s infinite;
}
.ifly-voice i:nth-of-type(8)::before {
    animation: voice 2s linear .4s infinite;
    -webkit-animation: voice 2s linear .4s infinite;
}
.ifly-voice i:nth-of-type(9)::before {
    animation: voice 2s linear .6s infinite;
    -webkit-animation: voice 2s linear .6s infinite;
}
.ifly-voice i:nth-of-type(10)::before {
    animation: voice 2s linear .8s infinite;
    -webkit-animation: voice 2s linear .8s infinite;
}
.ifly-voice i:nth-of-type(11)::before {
    animation: voice 2s linear 1s infinite;
    -webkit-animation: voice 2s linear 1s infinite;
}
.ifly-voice i:nth-of-type(12)::before {
    animation: voice 2s linear .8s infinite;
    -webkit-animation: voice 2s linear .8s infinite;
}
.ifly-voice i:nth-of-type(13)::before {
    animation: voice 2s linear .6s infinite;
    -webkit-animation: voice 2s linear .6s infinite;
}
.ifly-voice i:nth-of-type(14)::before {
    animation: voice 2s linear .4s infinite;
    -webkit-animation: voice 2s linear .4s infinite;
}
.ifly-voice i:nth-of-type(15)::before {
    animation: voice 2s linear .2s infinite;
    -webkit-animation: voice 2s linear .2s infinite;
}
.ifly-voice i:nth-of-type(16)::before {
    animation: voice 2s linear 0s infinite;
    -webkit-animation: voice 2s linear 0s infinite;
}
.ifly-voice i:nth-of-type(17)::before {
    animation: voice 2s linear .2s infinite;
    -webkit-animation: voice 2s linear .2s infinite;
}
.ifly-voice i:nth-of-type(18)::before {
    animation: voice 2s linear .4s infinite;
    -webkit-animation: voice 2s linear .4s infinite;
}
.ifly-voice i:nth-of-type(19)::before {
    animation: voice 2s linear .6s infinite;
    -webkit-animation: voice 2s linear .6s infinite;
}
.ifly-voice i:nth-of-type(20)::before {
    animation: voice 2s linear .8s infinite;
    -webkit-animation: voice 2s linear .8s infinite;
}
.ifly-voice i:nth-of-type(21)::before {
    animation: voice 2s linear 1s infinite;
    -webkit-animation: voice 2s linear 1s infinite;
}
.ifly-voice i:nth-of-type(22)::before {
    animation: voice 2s linear .8s infinite;
    -webkit-animation: voice 2s linear .8s infinite;
}
@keyframes voice{
    from{top: 40%;height: 10%;}
    50%{top: 0%;height: 100%;}
    to{top: 40%;height: 10%;}
}
@-webkit-keyframes voice{
    from{top: 40%;height: 10%;}
    50%{top: 0%;height: 100%;}
    to{top: 40%;height: 10%;}
}

/*.login-main {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 580px;
    margin: -290px 0 0 -600px;
}
.login-form {
    position: relative;
    width: 440px;
    padding: 35px 40px;
    margin: 150px 30px 0 0;
    background: rgba(19,18,67,.38);
    border: 1px solid #16519a;
    color: #7bb6ff;
    font-size: 16px;
}
.login-form-line {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 180px;
    height: 1px;
    background: -webkit-linear-gradient(left, #16519a, #6ea3ff);
    background: -moz-linear-gradient(left, #16519a, #6ea3ff);
    background: -o-linear-gradient(left, #16519a, #6ea3ff);
    background: linear-gradient(left, #16519a, #6ea3ff);
}
.login-form ul {
    padding-top: 20px;
}
.login-form li {
    margin-top: 20px;
}
.login-form h3 {
    font-size: 24px;
    text-align: center;
}
.login-form .input {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 36px;
    background-color: rgba(0,0,0,.15);
    background: #0a1559 \9;
    border: 1px solid #454cb6;
    color: #9fadff;
}
.login-form .input-icon{
    padding: 5px 42px;
    background-image: url(../images/login-form.png);
    background-repeat: no-repeat;
    color: #fff;
}
.login-form .input-icon:focus {
    border-color: #227ef1;
}
.login-form .input-icon.input-text {
    background-position: 13px 0;
}
.login-form .input-icon.input-password {
    background-position: 13px -69px;
}
.login-form .input-icon.input-yzm {
    background-position: 13px -137px;
}
.login-form .input img {
    margin: 8px 0 0;
}
.login-form dt {
    width: 245px;
}
.login-form dd {
    width: 100px;
}
.login-form input[type=submit],.login-form .submit {
    display: block;
    width: 100%;
    margin-top: 30px;
    line-height: 46px;
    background: #227ff1;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}*/
.login-form input[type=submit]:hover,.login-form .submit:hover  {
    background: rgba(34,127,241,.9);
}
/**********************************zxx-content*********************************/
/*.zxx-content {
    margin-top: 15px;
   min-height: 400px;
   padding: 0 30px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(18,32,72,.1);
    border-radius: 4px;
    overflow: hidden;
}*/
.content-bg .login-admin {
    height: 80px;
    padding: 25px 0 0;
    background: #2293f5;
    background: url(../images/header.png) right top no-repeat -webkit-linear-gradient(to right, #39a3fd, #2293f5);
    background: url(../images/header.png) right top no-repeat -moz-linear-gradient(to right, #39a3fd, #2293f5);
    background: url(../images/header.png) right top no-repeat -o-linear-gradient(to right, #39a3fd, #2293f5);
    background: url(../images/header.png) right top no-repeat -webkit-gradient(linear, 100% 0, 0 0, from(#39a3fd), to(#2293f5));
    background: url(../images/header.png) right top no-repeat, linear-gradient(to right, #39a3fd, #2293f5);
}
.logo-text {
    padding: 0 10px;
    margin-left: 4px;
  background: #fff;
    /*border: 1px solid #00ffcc;*/
    color: #409EFF;
    line-height: 24px;
    border-radius: 12px;
}
.logo .logo-text {
  padding: 0 15px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 16px;
}

.zxx-nav {
    text-align: center;
    width: 610px;
    padding: 5px 0 0;
    margin: 0 30px;
}
.zxx-nav li {
    position: relative;
    padding: 0 20px;
    height: 60px;
    font-size: 14px;
}
.zxx-nav li a {
    color: rgba(255,255,255,.7);
}
.zxx-nav .iconfont {
    margin-right: 6px;
}

.zxx-nav .child {
    position: absolute;
    left: 7px;
    top: 60px;
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    width: 160px;
    line-height: 40px;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
    display: none;
}
.zxx-nav .child a {
    padding-left: 15px;
    display: block;
    color: #333;
}
.zxx-nav .child a:hover {
    background: #409eff;
}
.zxx-nav li:hover>a,.zxx-nav .active,.zxx-nav li .child a:hover {
    color: #fff;
}
.zxx-nav li:hover .child {
    display: block;
}

.iconnav {
    background: url(../images/iconnav.png) no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 6px;
}
.icon-use {
    background-position: 0 0;
}
.icon-eva {
    background-position: -43px 0;
}
.icon-exam {
    background-position: -100px 0;
}
.icon-resuorce {
    background-position: -156px 0;
}
.zxx-nav li:hover .icon-use,.zxx-nav .active .icon-use {
    background-position: 0 -18px;
}
.zxx-nav li:hover .icon-eva,.zxx-nav .active .icon-eva {
    background-position: -43px -18px;
}
.zxx-nav li:hover .icon-exam,.zxx-nav .active .icon-exam {
    background-position: -100px -18px;
}
.zxx-nav li:hover .icon-resuorce,.zxx-nav .active .icon-resuorce {
    background-position: -156px -18px;
}


.header-title h3 {
    /*padding: 0 0 0 10px;*/
    font-size: 16px;
    color: #292f3a;
  /*cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;*/
}
.header-title h3:hover {
    text-overflow: inherit;
    overflow: visible;
}
.zxx-content-header {
    /*height: 175px;*/
    padding: 80px 0 15px;
    background: #fff;
    line-height: 32px;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.zxx-bread,.zxx-bread a {
    color: #97989c;
}
.zxx-bread a {
  cursor: auto;
}
.zxx-bread {
    padding: 6px 0;
}

.zxx-content-select {

}
.zxx-content-select>span {
    padding: 0px 0 0 12px;
}

.title-color {
    color: #262729;
}
.zxx-tab h3 {
    padding: 20px 0;
    line-height: 30px;
    font-size: 28px;
}
.zxx-tab h4 {
    font-size: 16px;
    color: #999;
    /*margin-top: -15px;
    padding-bottom: 20px;*/
}
.zxx-tab ul {
    position: relative;
    display: inline-block;
    /*width: 419px;*/
    margin: 0 auto;
    background: #fff;
    text-align: center;
    /*overflow: hidden;*/
    border: 1px solid #409eff;
    border-radius: 4px;
}
.zxx-tab li {
    width: 140px;
}
.zxx-tab li>a {
    position: relative;
    display: block;
    line-height: 32px;
    color: #409eff;
    border-left: 1px solid #409eff;
    margin: -1px 0 0 -1px;
}
.zxx-tab li.active>a {
    background: #409eff;
    color: #fff;
}
.zxx-tab dl {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 66px;
    width: 420px;
    height: 48px;
    padding: 5px 0;
    margin-left: -210px;
    background: #fbfcfd;
    border: 1px solid #abbcd1;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(6,6,6,.2);
}
.zxx-tab dl i,
.zxx-tab dl em {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;

}
.zxx-tab dl i {
    top: -8px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.zxx-tab dl em {
    top: -9px;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #abbcd1;
}
.zxx-tab dd {
    display: inline-block;
    padding: 0 5px;
    background: url(../images/zxx-tab-line.png) no-repeat left center;
}
.zxx-tab dd.first-child {
    background: none !important;
}
.zxx-tab dd a {
    display: inline-block;
    width: 90px;
    line-height: 34px;
}
.zxx-tab dd.active a{
    background: #409eff;
    color: #fff;
    border-radius: 4px;
}


/*.zxx-tab.zxx-tab4 ul {
    width: 560px;
}
.zxx-tab.zxx-tab4 li {
    width: 25%;
}

.zxx-tab2 ul {
    width: 320px;
}
.zxx-tab2 li {
    width: 50%;
}*/

/*.zxx-tab li:nth-of-type(1) {
    border-radius: 4px 0 0 4px;
}
.zxx-tab li:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #409eff;
}*/
.zxx-title {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*margin: 30px 0 25px;*/
   border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
    line-height: 40px;
}
.zxx-title,.zxx-title h3 {
  font-weight: bold;
}
.zxx-title-bordernone {
    border: none;
    padding-bottom: 0;
}
/*.zxx-title:before {
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 14px;
    background: #74a1d8;
    content: '';
}*/
.zxx-title-select label {
    width: 92px;
    text-align: right;
}
.zxx-title-select {
    font-size: 14px;
    color: #666;
}
.zxx-title-select i {
    padding: 0 2px;
}

.zxx-view ul {
    padding: 16px 0;
    margin-left: -33px;
}
.zxx-view li {
    width: 557px;
    padding-bottom: 5px;
    /*height: 120px;*/
    margin-left: 33px;
    /*background: url(../images/view-bg.jpg) repeat;
    border-radius: 4px;*/
    overflow: hidden;
    text-align: center;
    border-left: 1px dashed #eee;
}
.zxx-view li:nth-of-type(1) {
    border: none;
}
.zxx-view li img {
    display: block;
    margin: 0 auto;
}
.zxx-view li dt {
    width: 120px;
    height: 120px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}
.zxx-view li.zxx-view-item1 dt{
    background: #36cbcb;
}
.zxx-view li.zxx-view-item2 dt{
    background: #fbaf37;
}
.zxx-view li dd {
    width: 210px;
    /*padding: 35px 0 0;*/
}
.zxx-view li h3 i {
    font-size: 32px;
    font-family: arial;
    color: #333;
}
.zxx-view li dd p {
    /*padding: 10px 0 0;*/
}
.zxx-view li dt img {
    margin: 22px 0 0;
}
.zxx-view li .zxx-view-line {
    margin: 38px 0 0;
}

.zxx-table table {
    width: 100%;
    background: #fff;
    /*background: #f8f8f8;*/
}
.el-table th, .el-table tr {
    background: none;
}
/*.zxx-table td{
    border-bottom: 1px solid #e8e8e8;
}*/
.zxx-table {
  min-height: 175px;
}
.zxx-table tr {
    border-bottom: 1px dashed #eee;
}
.zxx-table td,.zxx-table th {
    text-align: center;
    padding: 12px 4px;
    /*border: 1px solid #e8e8e8;*/
}
.zxx-table th {
  font-weight: bold;
}
.zxx-table thead {
    /*background: -webkit-linear-gradient(#f8f8f8, #efefef);
    background: -moz-linear-gradient(#f8f8f8, #efefef);
    background: -o-linear-gradient(#f8f8f8, #efefef);
    background: linear-gradient(#f8f8f8, #efefef);*/
    background:#f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #25262a;
}
.zxx-table tbody {
    border-bottom: 1px solid #eee;
}
.zxx-table td a {
    color: #409EFF;
}
.zxx-table td i {
    color: #dedede;
}
.zxx-table td p {
    max-width: 540px;
    margin: 0 10px;
}
.zxx-pager {
    padding: 15px 0;
    text-align: right;
}
.zxx-pager a {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    line-height: 30px;
    margin: 0 2px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}
.zxx-pager .prev,.zxx-pager .next {
    font-family: '宋体';
    font-size: 16px;
}
.zxx-pager a:hover {
    color: #409eff;
}
.zxx-pager a.active {
    border-color: #409eff;
    color: #409eff;
}
/*.zxx-echarts {
    position: relative;
    top: -30px;
}*/
.zxx-select {

}
.select2-container {
    min-width: 160px;
    z-index: 6;
    background: #fbfbfb;
}
.select2-container--default .select2-selection--single {
    width: 100%;
    padding-left: 8px;
    background: #fbfbfb;
    border-color: #bbb;
    border-radius: 4px;
}
.select2-container--open .select2-dropdown--below {
    width: 160px !important;
}
.select2-search--dropdown {
    display: none;
}
.zxx-class-view li {
    width: 363px;
    padding: 20px 0 0;
}
.zxx-class-view li dd {
    width: auto;
    padding: 10px 0 0 18px;
}
.zxx-county-view ul {
    margin-left: -27px;
}
.zxx-county-view li {
    width: 264px;
    margin-left: 27px;
    background: url(../images/view-bg.jpg) repeat;
    border-radius: 4px;
    overflow: hidden;
}
.zxx-county-view li h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.zxx-county-view li.zxx-county-item1 h3 {
    background: url(../images/zxx-county-item1.jpg) no-repeat;
}
.zxx-county-view li.zxx-county-item2 h3 {
    background: url(../images/zxx-county-item2.jpg) no-repeat;
}
.zxx-county-view li.zxx-county-item3 h3 {
    background: url(../images/zxx-county-item3.jpg) no-repeat;
}
.zxx-county-view li.zxx-county-item4 h3 {
    background: url(../images/zxx-county-item4.jpg) no-repeat;
}
.zxx-county-view li strong {
    font-size: 20px;
    font-family: arial;
}
.zxx-county-view dl {
    padding: 8px 15px;
}
.zxx-county-view dl p {
    padding: 8px 0;
    margin: 8px 0;
}
.zxx-county-view dl dd {
    padding: 8px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.zxx-eva {
    padding: 15px 0;
    background: #fff9f1;
    border: 1px solid #f4e1c8;
    border-radius: 4px;
}
.zxx-eva ul {
    margin-left: -22px;
}
.zxx-eva li {
    width: 540px;
    height: 82px;
    padding-left: 32px;
    margin-left: 22px;
}
.zxx-eva li.zxx-eva-item1 {
    background: url(../images/zxx-eva-item1.jpg) no-repeat right center;
}
.zxx-eva li.zxx-eva-item2 {
    background: url(../images/zxx-eva-item2.jpg) no-repeat right center;
    border-left: 1px dashed #eadac3;
}
.zxx-eva li h3 {
    position: relative;
    padding: 10px 0 10px 25px;
    font-size: 18px;
}
.zxx-eva li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 10px;
    height: 10px;
    background: #f9a758;
    border-radius: 50%;
}
h4.title-color {
    padding: 15px 0;
    font-size: 16px;
}
.icon-vs {
    padding: 0 20px;
}
.zxx-tab-item {
    padding: 0 2px 6px;
    margin-right: 26px;
    border-bottom: 4px solid #fff;
    font-size: 16px;
}
.zxx-tab-item:hover {
    color: #409eff;
}
.zxx-tab-item.active{
    border-color: #409eff;
    color: #409eff;
}

.pop-tips {
    width: 420px;
    padding-bottom: 18px;
}
.pop {
    /*display: none;*/
    /*position: relative;*/
    /*margin: 0 auto;*/
    /*background: #fff;*/
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
}
.pop h3 {
    background: #f4f4f4;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.pop>.layui-layer-close {
    right: 10px;
    top: 8px;
    width: 35px;
    height: 35px;
    background: url(../images/pop-cloase.png) no-repeat center center;
}
.pop p {
    /*padding: 35px;*/
    font-size: 16px;
    color: #333;
}
.pop-btn a {
    position: relative;
    width: 120px;
    margin: 0 6px;
    background: #409eff;
    border: 1px solid #409eff;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
}
.pop-btn a.layui-layer-default {
    background: #fbfbfb;
    border-color: #bbb;
    color: #666;
}

.report-main {
    height: 415px;
    padding: 0 25px;
    overflow-y: auto;
    border: 1px solid #ece3cd;
    background: #fffefb;
  text-align: center;
    /*color: #ecf5ff;*/
}
.report-main h4 {
    display: inline-block;
    border-bottom: 1px dashed #ece3cd;
    min-width: 200px;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.report-main p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}
.report-main img {
    padding: 30px 0 0;
}
.report-data {
    width: 280px;
    margin: 75px 0 0;
    background: url(../images/view-bg.jpg) repeat;
    border-radius: 4px;
    overflow: hidden;
}
.report-data-all {
    padding: 25px 10px;
    background: url(../images/view-bg-dark.jpg) repeat;
}
.report-data-all span {
    background: url(../images/report-data-icon.png) no-repeat left center;
    padding: 0 20px 0 25px;
}
.report-data-all em {
    display: inline-block;
    width: 25px;
    margin: 0 3px;
    line-height: 36px;
    background: #6c7b8a;
    color: #fff;
}
.report-data em {
    font-size: 32px;
    font-family: arial;
}
.report-data ul {
    margin: 15px 10px;
    overflow: hidden;
}
.report-data li {
    width: 50%;
}
.report-data dl {
    margin-left: -1px;
    border-left: 1px dashed #e7e7e7;
}
.report-data dt {
    padding: 15px 0 10px;
}
.report-data dt em {
    padding: 0 5px;
}
.report-data i {
    vertical-align: bottom;
}
.report-echarts {
    width: 735px;
}
.report-errow {
    padding: 0 0px 40px;
    /*margin: 0 -25px;*/
    text-align: center;
}
.report-errow li {
    width: 16.66666%;
}
.report-errow dl {
    width: 164px;
    margin: 0 auto;
}
.report-errow dl dt {
    margin: 10px 0 0;
    line-height: 40px;
    font-size: 16px;
}
.report-errow dl span {
    margin: 0 -2px;
    color: #262729;
}
.report-errow dl dt span {
    width: 80px;
}
.report-errow dl dd span {
    width: 80px;
    line-height: 80px;
    background: url(../images/report-errowbg.jpg) no-repeat;
    font-size: 36px;
}
.table-icon {
    width: 20px;
    height: 20px;
    background: url(../images/table-icon.png) no-repeat;
}
.table-icon-play {
    background-position: 0 -52px;
}
.table-icon-report {
    background-position: 0 -88px;
}
.admin-sub {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 38px;
    width: 102px;
    background: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
}

/**********************************考务管理系统**********************************/
.class-tab a {
    display: inline-block;
    min-width: 100px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
}
.class-tab a.active {
    background: #409eff;
    border-color: #409eff;
    color: #fff;
}
.layui-input, .layui-select, .layui-textarea {
    height: 40px;
    background: #fbfbfb;
    border-color: #bbb;
    border-radius: 4px;
}
.layui-input, .layui-textarea {
    padding-left: 15px;
}
.zxx-form {
    padding: 15px 0;
}
.zxx-form .layui-input {
    width: 160px;
    margin-left: 5px;
}
.mng-search input[type=submit] {
    background: #f1f1f1 url(../images/icon-search.png) no-repeat no-repeat center center;
    width: 42px;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-left: 5px;
}
.btns a {
    display: inline-block;
    min-width: 120px;
    padding: 0 15px;
    margin-left: 5px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
}
.btns a img {
    margin: 0 8px;
}
.btns a.border-blue {
    border: 1px solid #409eff;
    color: #409eff;
}
.btns a.border-red {
    border: 1px solid #f56b68;
    color: #f56b68;
}
.btns a.bg-blue {
    border: 1px solid #409eff;
    background: #409eff;
    color: #fff;
}
.zxx-table .table-icon-sel {
    display: block;
    width: 10px;
    height: 6px;
    margin: 2px 0 0 8px;
    background: url(../images/table-sel.png) no-repeat;
    cursor: pointer;
}
.zxx-table .table-icon-sel.table-icon-top {
    background-position: 0 0;
}
.zxx-table .table-icon-sel.table-icon-down {
    background-position: 0 bottom;
}
.zxx-table .table-icon-sel.table-icon-top:hover {
    background-position: -10px 0;
}
.zxx-table .table-icon-sel.table-icon-down:hover {
    background-position: -10px bottom;
}
.layui-time {
    background-image: url(../images/icon-calendar.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.layui-input-line {
    width: 18px;
    height: 1px;
    background: #d0d0d0;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}

.class-tab {
    padding: 15px;
    background: #f3f6f9;
}


.pop-class {
    width: 500px;
}
.pop-class-content {
    padding: 20px 65px 30px;
}
.pop-class ul {
    padding-bottom: 40px;
}
.pop-class li {
    margin-top: 25px;
}
.pop-class .layui-form-label {
    padding: 9px 0;
    text-align: left;
    width: 70px;
}
.pop-class .layui-input-block {
    margin-left: 70px;
}
.layui-form-select dl dd.layui-this {
    background: #409eff;
}

.zxx-content-back a {
    display: inline-block;
    min-width: 68px;
    padding: 0 15px;
    line-height: 32px;
    background: none;
    border: 1px solid #409EFF;
    text-align: center;
  color: #409EFF;
    border-radius: 4px;
}
.zxx-content-back i {
    width: 7px;
    height: 11px;
    margin-right: 10px;
    background: url(../images/icon-back.png) no-repeat;
}
.zxx-tab .zxx-content-back {
    margin: 20px -18px 0 0;
}

.new-form {
    min-height: 640px;
}
.new-form .layui-form-label {
    padding: 9px 0;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.new-form .layui-form-item {
    padding: 26px 25px 0 25px;
}
.new-form ul {
    padding-bottom: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    line-height: 40px;
    overflow: hidden;
}
.new-form li {
    padding: 0 20px 0 15px;
}
.new-form li i {
    margin: 0 15px 0 0px;
}
.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    margin: 0;
}
.layui-form-checkbox[lay-skin="primary"] i {
    border-width: 2px;
    border-radius: 0;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #409eff;
}
.layui-form-checked[lay-skin="primary"] i {
    border-color: #409eff;
    background-color: #409eff;
}
.new-form li.active {
    background: #e8f2fe;
}
.new-form li a {
    background: url(../images/icon-view.png) no-repeat left center;
    padding-left: 25px;
    color: #333;
}


/*通用按钮样式*/
.btn {
    display: block;
    height: 35px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
.sm-btn {
    width: 75px;
}
.s-btn {
    width: 100px;
}
.m-btn {
    width: 120px;
}
.l-btn {
    width: 140px;
}
.blue-btn {
    background-color: #409eff;
    color: #fff;
}
.blue-btn:hover {
  background-color: rgba(64,158,255,.8);
}
.orange-btn {
    background-color: #ffb329;
    color: #fff;
}
.orange-btn:hover {
    background-color: rgba(255,179,41,.8);
}
.orange-line-btn {
    background: #fff;
    border: 1px solid rgba(245,108,108,1);
    color: #f56c6c;
}
.orange-line-btn:hover {
    background: rgba(245,108,108,.05);
    color: #e87e0e;
}
.blue-line-btn {
    background: #fff;
    border: 1px solid #409eff;
    color: #409eff;
}
.blue-line-btn:hover {
    background: #f3fbff;
    border: 1px solid #0c95e3;
    color: #0c95e3;
}
.gray-line-btn {
    background: #fff;
    border: 1px solid #d4dce0;
    color: #333;
}
.gray-line-btn:hover {
    background: #f9fafb;
    border: 1px solid #bdcdd3;
    color: #333;
}
.gray-btn {
    background-color: #e5e5e5;
    color: #fff;
    cursor: not-allowed;
}

/*考试列表*/
.test-box {
    border: 1px solid #e4e8ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 30px;
    height: 194px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin-bottom: 15px;
}
.test-box:hover {
    -webkit-box-shadow: 0 0 40px rgba(176,192,202,.2);
    -moz-box-shadow: 0 0 40px rgba(176,192,202,.2);
    box-shadow: 0 0 40px rgba(176,192,202,.2);
}
.test-box .box-tip {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../images/tip_bg.png) no-repeat;
    width: 38px;
    height: 27px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.test-box .box-dl {
    position: absolute;
    right: 0;
    top: 20px;
    height: 36px;
    overflow: hidden;
    display: none;
    z-index: 5;
}
.test-box:hover .box-dl {
    display: block;
}
.test-box .box-dl dd {
    float: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin-right: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f0f9ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.test-box .box-dl dd:hover {
    background-color: #e2f0f9;
}

.test-box .box-dl dd i {
    color: #409eff;
}
.test-box .box-dl dd:last-child i {
    font-size: 18px;
}
.test-message {
    padding-top: 10px;
    cursor: pointer;
    border-bottom: 1px dashed #e4e8ea;
    height: 118px;
}
.test-message h3 {
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.test-message h3:hover {
    color: #409eff;
}
.test-message h3 span {
    display: inline-block;
    width: 55px;
    height: 20px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -2px;
    font-weight: normal;
}
.green-span {
    border: 1px solid #35d286;
    color: #35d286;
}
.blue-span {
    border: 1px solid #409eff;
    color: #409eff;
}
.orange-span {
    border: 1px solid #f56c6c;
    color: #f56c6c;
}
.yellow-span{
  border: 1px solid #FEA248;
    color: #FEA248;
}
.gray-span {
    border: 1px solid #bebebe;
    color: #bebebe;
}
.test-message p {
    color: #999;
    line-height: 24px;
}
.test-message p em {
    margin: 0 15px;
}
/*模拟考试列表*/
.test-pace {
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    height: 60px;
}
.test-process {
    float: left;
    width: 524px;
    margin-left: -3px;
}
.long-test-process {
    width: 724px;
}
.process-text {
    line-height: 30px;
    overflow: hidden;
    padding: 0 3px;
}
.process-text li {
    float: left;
    /*width: 33.33%;*/
    color: #999;
    text-align: center;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.process-text li.active {
    color: #409eff;
    text-align: center;
}
.process-text li:nth-child(1) {
    text-align: left;
}
.process-text li:last-child {
    text-align: right;
}
.process-line {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #e0ebf1;
    margin-top: 6px;
}

.process-line>span {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: #409eff;
}
.process-line>span::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0px;
    width: 8px;
    height: 8px;
    background: #409eff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.process-line>span em {
    position: absolute;
    font-size: 12px;
    color: #999;
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    right: 0px;
    top: -27px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.process-dl {
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 27px;
}
.process-dl dd {
    position: absolute;
    height: 27px;
    width: 27px;
    top: 0;
    background: url(../images/process_icon1.png) no-repeat center;
}

.process-dl dd:nth-child(1) {
    left: 0;
    background: url(../images/process_icon1.png) no-repeat left center;
    margin-left: 0;
}
.process-dl dd:nth-child(2) {
      /*left: 50%;*/
}
.process-dl dd {
    margin-left: -13.5px;
}
.process-dl dd:last-child {
    right: 0;
    background: url(../images/process_icon1.png) no-repeat right center;
    margin-left: 0;
}
.process-dl dd.active {
    /*background: url(../images/process_icon2.png) no-repeat center;*/
    border: 3px solid #fff;
    border-radius: 50%;
    background: #409eff;
    text-align: center;
    line-height: 21px;
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.process-dl dd.active::before {
    content: "\e6c4";
    position: relative;
    top: 1px;
}
.test-btn {
    float: right;
    padding-top: 10px;
}
.long-test-btn {
    margin-right: 0px;
}
.test-btn button {
    float: left;
    margin-left: 10px;
}
.test-btn button:first-child {
    margin-left: 0px;
}

/*首页选题组卷*/
.test-paper-box {
    height: 135px;
    border: 1px solid #e4e8ea;
    padding: 15px 20px 0;
    margin-bottom: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.test-paper-box h4 {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.test-paper-box h4 a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.test-paper-box h4 a:hover {
    color: #409eff;
}
.test-paper-ul {
    overflow: hidden;
    width: 465px;
}
.test-paper-ul li {
    float: left;
    width: 155px;
    height: 24px;
    line-height: 24px;
    color: #999;
}
.test-paper-ul li:last-child {
    width: auto;
}

.test-box>em {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 104px;
    height: 65px;
}
.test-box>em.yijiankao{
    background: url(../images/invigilate_icon2.png) no-repeat;
}
.test-box>em.xujiankao{
    background: url(../images/invigilate_icon1.png) no-repeat;
}
.test-box>em.qikao{
    background: url(../images/invigilate_icon3.png) no-repeat;
}


.content-box {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 50px rgba(200,210,218,.1);
    -moz-box-shadow: 0 0 50px rgba(200,210,218,.1);
    box-shadow: 0 0 50px rgba(200,210,218,.1);
}
/*模考-班级测试*/
.task-box {
    padding: 0 30px 45px;
}
.task-title {
    height: 59px;
}
.task-ul {
    float: left;
    overflow: hidden;
}
.task-ul li {
    margin-right: 65px;
    float: left;
    font-size: 16px;
    color: #333;
    height: 57px;
    line-height: 57px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.task-ul li:hover {
    color: #409eff;
}
.task-ul li.active {
    color: #409eff;
    border-bottom: 2px solid #409eff;
}
.task-title button {
    float: right;
    margin-top: 18px;
}
.test-screen {
    margin: 10px -30px 27px;
    height: 40px;
    background: #f3fbff;
    padding: 0 30px;
}
.test-screen-list{
  height: 40px;
  background: #f3fbff;
  padding: 0 30px;
  display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 20px 0;
}
.test-screen-search-btn{
  float: right;
  width: 182px;
  height: 32px;
  border: 1px solid #dcdfe6;
}
.test-screen-search-btn input{
  display: block;
  float: left;
  padding: 5px 10px;
  line-height: 20px;
  width: 140px;
  border: none;
  border-radius: 6px 0 0 6px;
}
.test-screen-search-btn button{
  height: 30px;
    text-align: center;
    cursor: pointer;
    color: #a5aab2;
    border: none;
    background: none;
}
.test-screen-ul {
    float: left;
    padding-top: 13px;
}
.test-screen-ul li {
    cursor: pointer;
    float: left;
    margin-right: 7px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    border-radius: 12.5px;
    text-align: center;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.test-screen-ul li:hover {
    color: #409eff;
}
.test-screen-ul li.active {
    background-color: #409eff;
    color: #fff;
}
.test-screen .total-span {
    margin-right: 20px;
    color: #333;
    float: right;
    line-height: 40px;
}

/*筛选 element 下拉框样式重置*/
.test-screen .el-select {
    float: left;
    margin-top: 4px;
    width: 162px;
    height: 32px;
}
.test-screen .el-input__inner {
    height: 32px;
    line-height: 24px;
    border: 1px solid #dcdfe6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.test-screen .el-input__icon {
    line-height: 25px;
}



.test-screen-search {
    float: right;
    width: 182px;
    height: 32px;
    border: 1px solid #dcdfe6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    margin-top: 4px;
    margin-left: 9px;
}
.test-screen-search input {
    display: block;
    float: left;
    padding: 5px 10px;
    line-height: 20px;
    width: 140px;
    border: none;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.test-screen-search:hover {
    border: 1px solid #409eff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:#bfbfbf !important;
    font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bfbfbf !important;
    font-size: 14px;
}
input:-moz-placeholder,
textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bfbfbf !important;
    font-size: 14px;
}
input:-ms-input-placeholde,
textarea::-ms-input-placeholde{  /* Internet Explorer 10-11 */
    color:#bfbfbf !important;
    font-size: 14px;
}
.test-screen-search button {
    display: block;
    float: right;
    width: 38px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #a5aab2;
    border: none;
    background: none;
}

/*element 时间插件样式重置*/
.el-range-editor.el-input__inner {
    width: 292px;
    float: right;
    margin-top: 4px;
    height: 32px;
}
.el-date-editor .el-range-separator {
    width: 20px;
    color: #bfbfbf;
    line-height: 25px;
}
.el-date-editor .el-range__icon{
    font-size: 14px;
    color: #a5aab2;
    line-height: 25px;
}
.el-icon-date:before {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6cc";
}
.el-date-editor .el-range__close-icon {
    line-height: 26px;
}

/*分页 element分页样式重置
.page-box {
    padding-top: 16px;
}
.page-box .el-pagination {
    float: right;
    padding: 0px;
}
.el-pagination.is-background .btn-next {
    margin-right: 0px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background-color: #fff;
    border: 1px solid #e4e8ea;
    margin: 0 1px;
}
.el-pager li {
    height: 27px;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    border: 1px solid #409eff;
    background: #409eff;
}
*/
.pager {
    padding: 20px 0 10px;
}
.pager .el-pagination {
    margin-right: -10px;
}

.zxx-content-header .zxx-tab {
    height: 30px;
    margin-left: 18px;
}
.zxx-content-header .zxx-tab li {
    width: 60px;
}
.zxx-content-header .zxx-tab li>a {
    line-height: 30px;
}
.zxx-box {
    padding: 5px 18px 15px;
    margin-top: 15px;
    background: #fff;
}
.zxx-box .el-table__fixed-right::before,.zxx-box .el-table__fixed::before {
  background: none;
}




@media only screen and (max-width: 1440px) {
    .index-type li {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 1441px) {
    .login-logo {
        padding-top: 5%;
    }
}


.task-title .iconfont {
   font-size: 14px;
  margin-right: 10px;
}

