* {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  background: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 24px;
  color: #222;
  margin: 0 auto;
}
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
button,
canvas {
  cursor: pointer;
}
.clearfloat:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*.container {*/
/*  !*position: relative;*!*/
/*  !*height: calc(100% - 100px);*!*/
/*  overflow: auto;*/
/*}*/
.center {
  text-align: center;
}
.hidden {
  display: none;
}
.fixed {
  width: 220px;
  position: absolute;
  z-index: 1;
}

.fl {
  float: left;
  clear: both;
}
.fr {
  float: right;
}
.canClick {
  cursor: pointer;
  text-decoration: underline;
}
.bluetext {
  color: #337ab7;
}
.bluefont {
  color: rgb(0, 0, 255);
  font-size: 14px;
}
.redfont {
  color: #ff0000;
  font-size: 14px;
}
.redTitle {
  padding-top: 40px;
  font-size: 16px;
  color: #ff0000;
}
.bkTitle {
  padding: 40px 0;
  font-size: 16px;
  color: #222;
}
.tocheck {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.center table {
  min-height: 100px;
  text-align: left;
  color: rgb(51, 51, 51);
  font-size: 14px;
  text-decoration: none;
}
.noboder {
  /*background:#efefef;*/
  border: 0;
}

.tabbox {
  /*margin-top: 20px;*/
  border: 1px solid #222;
  background: #ddeff8;
  height: 40px;
  width: 100%;
}
.tabbox div {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  height: 100%;
  border: none;
  line-height: 40px;
}
.tabbox .box1 {
  width: 68%;
}
.tabbox .box2 {
  width: 30%;
  border-left: 1px solid #222;
}

/********top********/

.header {
  width: 100%;
  height: 80px;
  background: #ddeff8;
}

.logo {
  float: left;
  width: 300px;
  height: 74px;
  padding-top: 6px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}

.top-title {
  color: #222222;
  font-size: 35px;
  line-height: 80px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.content {
  width: 100%;
}

.nav {
  height: 50px;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr=#2276d6, endColorstr=#4299cc); /*IE<9>*/
  background-image: linear-gradient(to bottom, #2276d6, #4299cc);
}
.nav ul li {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
}
.nav ul li > a {
  color: #fff;
}
.nav ul li.signOut {
  float: right;
}
.nav ul li.signOut a {
  padding-left: 30px;
}
.nav .signOutBtn {
  width: 28px;
  height: 28px;
  position: relative;
  left: 30px;
  top: 8px;
  display: inline-block;
  background: url(../images/index/signout.png) no-repeat;
  background-size: 100% 100%;
}
.nav span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.breadcrumb {
  padding-top: 20px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  color: #cccccc;
  content: "/ ";
  padding: 0 5px;
}

table div {
  display: inline-block;
}
table tr td input:nth-child(2),
table tr td input:nth-child(3) {
  height: 18px;
}
table tr td input:nth-child(3)[id^="form-"] {
  box-sizing: border-box !important;
  padding-right: 18px;
  background-image: url(../images/todown.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right;
}
table tr td > div input[type="button"] {
  background: #337ab7;
  border: 0;
  color: #fff;
  cursor: pointer;
}

table tr td input:nth-child(3)[id^="form-"].loading {
  box-sizing: border-box !important;
  padding-right: 18px;
  background-image: url(../images/loading.gif);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right;
}

/***选择填报类型***/
.xzlist {
  margin-top: 40px;
}

.xzlist li {
  display: inline-block;
  margin: 0 20px;
  width: 300px;
}

.xzlist li .mgbottom {
  margin-bottom: 20px;
}

.xzlist li img {
  width: 100%;
  height: 320px;
  cursor: pointer;
}
.xzlist li img:hover {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: relative;
  left: 2px;
  top: 2px;
}

.studentInfo {
  width: 1000px;
  margin: 0 auto 10px;
}
.studentInfo ul {
  background: #eee;
}

.studentInfo ul li {
  display: block;
  clear: both;
}
.studentInfo ul li:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.studentInfo ul li div {
  display: inline-block;
  background: #eee;
  padding: 10px;
  width: 250px;
  height: 100%;
  float: left;
  white-space: nowrap;
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
}
.studentInfo ul li:nth-child(1) div:nth-child(3) {
  width: 120px;
}
.studentInfo ul li:nth-child(1) div:nth-child(4) {
  width: 180px;
}
.studentInfo ul li:nth-child(1) div:nth-child(5) {
  width: 200px;
  border-right: 1px solid #111111;
}

.studentInfo ul li:nth-child(2) div,
.studentInfo ul li:nth-child(3) div {
  border-bottom: 1px solid #111111;
}

.studentInfo ul li:nth-child(2) div:nth-child(1) {
  width: 500px;
}
.studentInfo ul li:nth-child(2) div:nth-child(2) {
  width: 500px !important;
  border-right: 1px solid #111111;
}
.studentInfo ul li:nth-child(2) div:nth-child(2),
.studentInfo ul li:nth-child(3) div:nth-child(2) {
  border-left: 1px solid #111111;
}
.studentInfo ul li:nth-child(3) div {
  border-top: 0;
}
.studentInfo ul li:nth-child(3) div:nth-child(1) {
  width: 500px !important;
}
.studentInfo ul li:nth-child(3) div:nth-child(2) {
  width: 500px !important;
  border-right: 1px solid #111111;
}
/*********操作图标*********/
.opicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.opicon:hover {
  opacity: 1;
}
.up-icon {
  background: url(../images/operate/up.png) no-repeat;
  background-size: 100% 100%;
}
.down-icon {
  background: url(../images/operate/down.png) no-repeat;
  background-size: 100% 100%;
}
.add-icon {
  background: url(../images/operate/add.png) no-repeat;
  background-size: 100% 100%;
}
.reduce-icon {
  background: url(../images/operate/reduce.png) no-repeat;
  background-size: 100% 100%;
}

/*********banner**********/
.lt-banner {
  width: 760px;
  height: 95px;
  margin: 15px auto 0;
  background: url(../images/advert/success.jpg) center no-repeat;
  background-size: 100% 100%;
}

/********footer***********/
.footer {
  /**height: 100px;**/
  height: 70px;
  width: 100%;
  background: #ddeff8;
}
.footer-main {
  text-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddeff8;
  height: 70px;
}
.footer-main > div {
  display: inline-block;
  height: 100%;
}
.footer-main > div:nth-child(1) {
  width: 56px;
  padding-top: 10px;
}
.footer-main > div:nth-child(2) {
}
.footer-main > div:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.footer .ltlogo {
  width: 80px;
  height: 40px;
  background: url(../images/ltlogo.png) center no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-right: 10px;
}
.footer .ksylogo {
  width: 42px;
  height: 40px;
  background: url(../images/footlogo_.png) center no-repeat;
  background-size: 100% 100%;
  clear: both;
}

.footer .footlogo {
  width: 100%;
  height: 100%;
  background: url(../images/advert/foot.png) center no-repeat;
  background-size: 100% 100%;
  clear: both;
}

.footer p {
  text-align: left;
}
.footer p a {
  color: #337ab7;
}
.footer p:nth-child(1) {
  padding-top: 10px;
}
.footer .lan {
  color: #337ab7;
}
.footer .information span {
  margin-left: 20px;
}
.bottomInfo {
  font-size: 16px;
  color: red;
  font-weight: bold;
}

.mask {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.mask-msg {
  position: absolute;
  top: 50%;
  border-color: #000;
  background: url(../images/index/loading.gif) no-repeat scroll 5px center;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  height: 50px;
  border-width: 2px;
  border-style: solid;
  display: none;
}
.container-opera {
  height: 630px;
  overflow: hidden;
  overflow-x: auto;
}

.container-opera .content {
  height: 630px;
}
.tabbtn,
.selectbtn {
  outline: none;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  border: 0;
  background: #337ab7;
  color: #fff;
  font-size: 13px;
}

.datagrid-pager table tr td:nth-child(13) {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #b8b8b8;
  -webkit-border-radius: 6px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #878987;
  -webkit-border-radius: 6px;
}

.top-tip {
  color: red;
  text-align: center;
  font-size:16px;
  margin:20px 0px 10px 0px;
}
