html {
  height: 100%;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  background-color: #FFFFFF;
  color: #666666;
}
select {
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0 none;
}
fieldset {
  margin: 0;
  padding: 0;
}
fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}
legend {
  display: none;
}
address,
caption,
em,
strong,
th,
i {
  font-style: normal;
  font-weight: 400;
}
table caption {
  margin-left: -1px;
}
hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}
ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ””;
}
.wrap {
  height: 100%;
  width: 100%;
}
.loginBgBar,
.loginMain {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loginBgBar {
  height: 300px;
  width: 100%;
  background: #48A590;
}
.loginMain {
  right: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 500px;
  height: 480px;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 #aaa;
  background: #fff;
}
.loginMain h1 {
  color: #333333;
  font-size: 24px;
  margin: 60px 0 50px;
  text-align: center;
  font-weight: normal;
  font-family: SourceHanSansSC-regular;
}
.loginMain .loginForm {
  text-align: center;
}
.loginMain .loginForm input {
  border: 0;
  width: 300px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(245, 245, 245, 0.8);
  color: #333333;
  font-size: 14px;
  text-align: center;
  font-family: Microsoft Yahei;
  margin-bottom: 7px;
}
.optMain {
  width: 300px;
  margin: 5px auto 0;
}
.optMain label input {
  vertical-align: middle;
  color: #5677fa;
}
.optMain label span {
  height: 20px;
  color: #101010;
  font-size: 14px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
}
.optMain a {
  text-decoration: none;
  float: right;
  color: #5677fa;
  font-size: 14px;
  font-family: SourceHanSansSC-regular;
}
.loginBtn {
  margin-top: 77px;
}
.loginBtn .button {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #48A590;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Microsoft Yahei;
  margin: 0 auto;
  cursor: pointer;
}
.selectIcon {
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  width: 18px;
}
.unSelect {
  background: url("../img/unSelect_icon.png") no-repeat;
  background-size: 100% 100%;
}
.selected {
  background: url("../img/selected_icon.png") no-repeat;
  background-size: 100% 100%;
}
.indexWrap {
  height: 100%;
  width: 100%;
  background: #f4f4f4;
}
.header {
  box-sizing: border-box;
  padding: 0 70px 0 28px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 10px;
}
.header > span {
  color: #333333;
  font-size: 20px;
}
.header > div {
  float: right;
}
.header > div i {
  height: 24px;
  width: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../img/header_user_icon.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.header > div span {
  color: #333333;
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-regular;
  margin-right: 40px;
}
.header > div a {
  height: 20px;
  color: #5677fb;
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-regular;
  text-decoration: none;
}
.content {
  min-height: 876px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 120px;
  background: #ffffff;
}
.content .tableHeader {
  overflow: hidden;
  padding-top: 30px;
  height: 30px;
}
.content .tableHeader .left {
  float: left;
  overflow: hidden;
}
.content .tableHeader .left select,
.content .tableHeader .left span {
  float: left;
}
.content .tableHeader .left select {
  width: 200px;
  height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #101010;
  font-size: 14px;
  outline: 0;
  font-family: Microsoft Yahei;
  border: 1px solid #bbbbbb;
}
.content .tableHeader span {
  height: 30px;
  line-height: 30px;
  color: #101010;
  font-size: 14px;
  text-align: left;
  font-family: SourceHanSansSC-regular;
}
.content .tableHeader .right {
  float: right;
  overflow: hidden;
}
.content .tableHeader .right input,
.content .tableHeader .right span {
  float: right;
}
.content .tableHeader .right input {
  width: 200px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-right: 7px;
  height: 30px;
  border-radius: 4px;
  color: #888888;
  font-size: 14px;
  text-align: left;
  font-family: Roboto;
  border: 1px solid #dddddd;
}
.content .tableHeader .right .btn {
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f1f1f1;
  color: #101010;
  font-size: 14px;
  text-align: center;
  font-family: Microsoft Yahei;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.content .tableContent {
  margin-top: 11px;
}
.content .tableContent table {
  width: 100%;
}
.content .tableContent table th {
  height: 40px;
  background: #F6F6F6;
  text-align: center;
}
.content .tableContent table td {
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  color: #999999;
}
.content .tableContent table td a {
  height: 20px;
  color: #5677fb;
  font-size: 14px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  text-decoration: none;
}
.page {
  margin-top: 20px;
  float: right;
  width: 335px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.page a,
.page > span {
  float: left;
  color: #333333;
  font-size: 14px;
  text-align: right;
  font-family: SourceHanSansSC-regular;
  text-decoration: none;
}
.page a {
  margin-right: 10px;
}
.page a:nth-child(2) {
  margin-right: 22px;
}
.page > div {
  width: 110px;
  float: right;
}
.page > div span,
.page > div input {
  float: left;
  color: #333333;
  font-size: 14px;
  text-align: right;
  font-family: SourceHanSansSC-regular;
  text-decoration: none;
}
.page > div input {
  text-align: center;
  width: 44px;
  height: 30px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin: 0 5px;
}
.btnMain {
  padding-top: 15px;
}
.btnMain span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 4px;
  color: #101010;
  font-size: 14px;
  font-family: Microsoft Yahei;
  cursor: pointer;
}
.content .count {
  color: #333333;
  font-size: 20px;
  padding-top: 20px;
  height: 25px;
  line-height: 25px;
  font-family: SourceHanSansSC-regular;
}
