.top-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #6A00FF;
  z-index: 999;
}
.top-head .top-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-head .top-nav .logo {
  width: 126px;
}
.top-head .top-nav .nav-body {
  flex: 1;
  margin-left: 20px;
}
.top-head .top-nav .nav-body a {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}
.top-head .top-nav .nav-body a.act {
  background: #6008da;
}
.scroll-top {
  position: fixed;
  bottom: 200px;
  right: 150px;
  z-index: 999;
}
.scroll-top img {
  width: 70px;
}
.el-tabs__header {
  margin: 0 !important;
}
.bg-head {
  height: 76px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.bg-head .input-box {
  float: right;
  width: 260px;
  margin: 24px 0 0 0;
}
.menu .el-tabs__nav-wrap::after {
  background-color: #fff !important;
}
.el-header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
.menu-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.menu-wrap .nav-ul {
  display: flex;
}
.menu-wrap .nav-ul li {
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 61px;
  cursor: pointer;
}
.menu-wrap .nav-ul li .download {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
  line-height: 0;
}
.menu-wrap .nav-ul li .download img {
  width: 130px;
}
.menu-wrap .nav-ul li .loginout {
  visibility: hidden;
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
}
.menu-wrap .nav-ul li .loginout ul {
  width: 166px;
}
.menu-wrap .nav-ul li .loginout ul li {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.menu-wrap .nav-ul li .loginout ul li a {
  display: block;
}
.menu-wrap .nav-ul li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
}
.menu-wrap .nav-ul li .user-avatar:hover .loginout {
  visibility: visible;
}
.menu-wrap .nav-ul li.downloadGoogle:hover .download {
  visibility: visible;
}
.menu-wrap .nav-ul li.active a {
  color: #6A00FF;
}
.menu-wrap .nav-ul li a {
  display: block;
  height: 100%;
}
.menu-wrap .el-tabs__content {
  overflow: inherit;
}
.menu-wrap .el-tabs__item {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.menu-wrap .el-tabs__active-bar {
  height: 4px;
}
.menu-wrap .menu-left {
  flex: 1;
}
.el-footer {
  background-color: #6A00FF;
  padding: 22px 0 !important;
}
.el-footer .content {
  width: 1200px;
  margin: 0 auto;
}
.el-footer .content .foot-title {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.el-footer .content a {
  display: block;
  color: #dcdcdc;
  margin-top: 10px;
  font-size: 12px;
}
.el-footer .bottom {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  color: #dcdcdc;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  margin: 0;
  -webkit-user-select: none;
}
body * {
  -webkit-user-select: none;
  font-family: Helvetica;
}
body {
  -webkit-text-size-adjust: 100%;
}
h1 {
  margin: 0;
}
i {
  font-style: normal;
}
a,
a:hover {
  text-decoration: none !important;
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: top;
}
html,
body {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
.hide {
  display: none !important;
}
.btns .btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btns .btn.round {
  border-radius: 20px;
  padding: 12px 23px;
}
.btns .btn.primary {
  color: #FFF;
  background-color: #6A00FF;
  border-color: #6A00FF;
}
.btns .btn.plain {
  color: #6A00FF;
  background: #f0e6ff;
  border-color: #c399ff;
}
.btns .btn.mini {
  padding: 7px 15px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6A00FF;
  border-color: #6A00FF;
}
.wrap,
.book-view {
  min-height: calc(100% - 247px);
}
.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  border-radius: 4px;
  max-width: 400px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  opacity: 1;
}
.toast div {
  line-height: 22px;
  color: #fff;
  background: #333;
  padding: 14px;
}
#top {
  height: 61px;
}
.top-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #6A00FF;
  z-index: 999;
}
.top-head .top-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-head .top-nav .logo {
  width: 126px;
}
.top-head .top-nav .nav-body {
  flex: 1;
  margin-left: 20px;
}
.top-head .top-nav .nav-body a {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}
.top-head .top-nav .nav-body a.act {
  background: #6008da;
}
.scroll-top {
  position: fixed;
  bottom: 200px;
  right: 150px;
  z-index: 999;
}
.scroll-top img {
  width: 70px;
}
.el-tabs__header {
  margin: 0 !important;
}
.bg-head {
  height: 76px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.bg-head .input-box {
  float: right;
  width: 260px;
  margin: 24px 0 0 0;
}
.menu .el-tabs__nav-wrap::after {
  background-color: #fff !important;
}
.el-header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
.menu-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.menu-wrap .nav-ul {
  display: flex;
}
.menu-wrap .nav-ul li {
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 61px;
  cursor: pointer;
}
.menu-wrap .nav-ul li .download {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
  line-height: 0;
}
.menu-wrap .nav-ul li .download img {
  width: 130px;
}
.menu-wrap .nav-ul li .loginout {
  visibility: hidden;
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
}
.menu-wrap .nav-ul li .loginout ul {
  width: 166px;
}
.menu-wrap .nav-ul li .loginout ul li {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.menu-wrap .nav-ul li .loginout ul li a {
  display: block;
}
.menu-wrap .nav-ul li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
}
.menu-wrap .nav-ul li .user-avatar:hover .loginout {
  visibility: visible;
}
.menu-wrap .nav-ul li.downloadGoogle:hover .download {
  visibility: visible;
}
.menu-wrap .nav-ul li.active a {
  color: #6A00FF;
}
.menu-wrap .nav-ul li a {
  display: block;
  height: 100%;
}
.menu-wrap .el-tabs__content {
  overflow: inherit;
}
.menu-wrap .el-tabs__item {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.menu-wrap .el-tabs__active-bar {
  height: 4px;
}
.menu-wrap .menu-left {
  flex: 1;
}
.el-footer {
  background-color: #6A00FF;
  padding: 22px 0 !important;
}
.el-footer .content {
  width: 1200px;
  margin: 0 auto;
}
.el-footer .content .foot-title {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.el-footer .content a {
  display: block;
  color: #dcdcdc;
  margin-top: 10px;
  font-size: 12px;
}
.el-footer .bottom {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  color: #dcdcdc;
}
/*# sourceMappingURL=top.cssmap */
