.admin_center {
  position: relative;
}
.admin_center ul {
  position: absolute;
  left: 0;
  font-size: 16px;
  width: 100%;
  top: 40px;
}
.admin_center ul li {
  margin: 10px 0;
  padding-left: 30px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  color: #999;
}
.admin_center ul li a {
  color: #fefefe;
  font-weight: 200;
}
.admin_center ul .chosed_admin a {
  color: #3b9aaf;
}
.section {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 60px);
  display: flex;
  background-image: url(../img/background_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.section > .searchbox {
  max-width: 1200px;
  display: flex;
  top: 60px;
  padding: 30px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 200;
}
.section > .searchbox > input {
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 5px 0 0 5px;
  width: 25%;
  outline: none;
  height: 40px;
}
.section > .searchbox > div {
  width: 40px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background-color: #3b9aaf;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
}
.section > .searchbox > div > img {
  width: 30px;
  height: 30px;
}
.section > .body {
  width: 100%;
  max-width: 1200px;
  display: flex;
}
.section > .body > .section_top {
  width: 15%;
  height: 300px;
}
@media (max-width: 768px) {
  .section > .body > .section_top {
    height: auto;
    padding-top: 10px;
  }
}
.section > .body > .section_top > .section_topcontent {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .section > .body > .section_top > .section_topcontent {
    flex-direction: column;
  }
}
.section > .body > .section_top > .section_topcontent > .section_topleft {
  width: 210px;
  height: 100%;
  display: flex;
  top: 160px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section > .body > .section_top > .section_topcontent > .section_topleft {
    display: block;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
  }
}
.section > .body > .section_top > .section_topcontent > .section_topleft > li {
  color: #fff;
  width: 100%;
  height: 30px;
  font-size: 22px;
  display: flex;
  margin: 10px 0;
  border-left: 5px solid transparent;
  padding-left: 20px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
}
.section > .body > .section_top > .section_topcontent > .section_topleft > li > a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section > .body > .section_top > .section_topcontent > .section_topleft > li > a {
    font-size: 14px;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .section > .body > .section_top > .section_topcontent > .section_topleft > li {
    font-size: 14px;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .section > .body > .section_top > .section_topcontent > .section_topleft > li {
    padding-left: 0px;
    justify-content: center;
  }
}
.section > .body > .section_top > .section_topcontent > .section_topleft > li:hover,
.section > .body > .section_top > .section_topcontent > .section_topleft .chosed {
  color: #fff;
  border-left: 5px solid #3b9aaf;
}
.section > .body > .section_top > .section_topcontent > .section_topleft > li:hover a,
.section > .body > .section_top > .section_topcontent > .section_topleft .chosed a {
  color: #fff;
}
.section > .body > .section_subject {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section > .body > .section_subject {
    margin-top: 10px;
  }
}
.section > .body > .section_subject > .section_subcontent {
  width: 100%;
  border-radius: 3px;
  display: flex;
  max-width: 1200px;
  min-height: calc(100vh - 310px);
  background-color: #f5f8ff;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  padding: 15px 40px;
  flex-direction: column;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .section > .body > .section_subject > .section_subcontent {
    height: auto;
    padding: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .section > .body > .section_subject > .section_subcontent {
    height: auto;
    padding: 15px;
  }
}
.section > .body > .section_subject > .section_subcontent > .title {
  box-sizing: border-box;
  margin-top: 20px;
}
.section > .body > .section_subject > .section_subcontent > .title h2 {
  border-left: 5px solid #3b9aaf;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
}
.section > .body > .section_subject > .section_subcontent > .adminbox {
  display: flex;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 5px 0;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .headimg {
  width: 120px;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .headimg div {
  border: 3px solid #3b9aaf;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .headimg div img {
  width: 120px;
  height: 120px;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .headimg button {
  width: 120px;
  margin-top: 10px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #3b9aaf;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .admintext {
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
  width: 60%;
  margin-left: 40px;
  flex-wrap: wrap;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .admintext > div {
  width: 50%;
  height: 50%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .admintext > div > span:first-child {
  margin-right: 15px;
  white-space: nowrap;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .admintext > div > i {
  margin-left: 20px;
  font-size: 25px;
  cursor: pointer;
  color: #999;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .admintext > div > input {
  display: none;
  background-color: transparent;
  outline: none;
  height: 30px;
  width: 150px;
  border: 1px solid #3b9aaf;
  box-sizing: border-box;
  padding: 0px 10px;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .adminsave {
  width: 20%;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.section > .body > .section_subject > .section_subcontent > .adminbox > .adminsave button {
  width: 110px;
  height: 30px;
  background-color: #3b9aaf;
  color: #fff;
  border-radius: 3px;
  border: none;
  outline: none;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox {
  width: 98%;
  margin: auto;
  height: 120px;
  margin-top: 50px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 29px 30px;
  border: 1px solid #999;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox > .password_left {
  display: flex;
  height: 100%;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox > .password_left i {
  font-size: 30px;
  color: #3b9aaf;
  font-weight: bold;
  margin-right: 10px;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox > .password_left > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox > .password_left > div > span:first-child {
  font-weight: bold;
}
.section > .body > .section_subject > .section_subcontent > .passwordbox > button {
  width: 100px;
  height: 30px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #3b9aaf;
}
.passbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%);
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  width: 800px;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px #c0c0c0;
}
.passbox > h2 {
  border-left: 5px solid #3b9aaf;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.passbox > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 50px;
}
.passbox > ul li {
  white-space: nowrap;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.passbox > ul li > span:first-child {
  margin-right: 10px;
  width: 32%;
  text-align: right;
  display: inline-block;
}
.passbox > ul li > input {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 25px;
  outline: none;
  border: 1px solid #999;
  margin-right: 30px;
}
.passbox > ul li > input:focus {
  background-color: #FFF8B6;
}
.passbox > ul li > span {
  display: inline-block;
}
.passbox > ul li > span:last-child {
  font-size: 12px;
  color: #999;
}
.passbox > ul li > button {
  width: 100px;
  border-radius: 3px;
  height: 30px;
  background-color: #3b9aaf;
  border: none;
  outline: none;
  margin: 0 10px;
  margin-top: 60px;
  color: #fff;
}
.passbox > ul li > button:last-child {
  background-color: #fff;
  border: 1px solid #3b9aaf;
  color: #3b9aaf;
}
.passbox > ul > li:last-child {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_box {
  width: 100px;
  height: auto;
  display: flex;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
}
.location_box > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.location_box > ul > li {
  font-size: 12px;
  height: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_box > ul > li > a {
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.location_box > ul > li > a:hover {
  background-color: #bad0ff;
}
h1 {
  margin: 0;
}
a {
  color: #0078ff;
}
#canvas {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a1724;
}
.canvas-wrap {
  position: relative;
}
div.canvas-content {
  position: relative;
  z-index: 2000;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
