@font-face {
  font-family: 微软雅黑, Arial;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.container,
.cmdbar {
  width: 950px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #a7abab91;
}
header {
  height: 50px;
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  margin-bottom: 30px;
  display: flex;
}
header img.logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
header .master {
  width: 950px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .master a {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #3756bf;
  border: 1px solid #1d9ce5;
  font-size: 12px;
  border-radius: 10px;
  padding: 0px 10px;
  letter-spacing: 2px;
  color: #fff;
}
header .master a:hover {
  color: #fff;
}
header .master .userinfo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px 0 50px;
}
.container {
  width: 950px;
  margin: auto;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.container .grades label {
  font-size: 20px;
}
.container .grades p a {
  font-size: 14px;
  padding: 4px 14px;
  display: inline-block;
  border-radius: 10px;
  background-color: #1d9ce5;
  margin-right: 10px;
  color: #fff;
}
.container .grades p a:last-child {
  background-color: #3756bf;
}
.container .grades p a.active {
  background-color: #bf8437;
}
.container .master h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1d9ce5;
}
.container .master table {
  width: 100%;
}
.container .master table th {
  background-color: #c7e7f970;
  padding: 5px;
}
.container .master table tbody tr:nth-child(even) {
  background-color: #f5f5f590;
}
.container .master table tbody tr:hover {
  background-color: #e3f2fc;
}
.container .master table tbody td {
  padding: 5px 0;
}
.container .master table tbody td a {
  color: #1d9ce5;
  margin: 0 10px;
  font-size: 12px;
}
.container .master table th:nth-child(2) {
  width: 200px;
}
.container .master table th:nth-child(3),
.container .master table td:nth-child(3) {
  width: 240px;
  text-align: center;
}
.container .master table td:nth-child(4),
.container .master table th:nth-child(4) {
  width: 100px;
  text-align: center;
}
button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #676262;
  background-color: #f5f5f5;
  cursor: pointer;
}
.layui-m-layer0 .layui-m-layerchild {
  width: auto !important;
}
