.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.fade-transform-enter-active,
.fade-transform-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.breadcrumb-move {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-upload input[type='file'] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  -webkit-transform: none;
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}

.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative;
}

@media screen and (max-width: 999px) {
  #app .sidebar-container {
    background-color: #d2fff4;
  }
}

@media screen and (min-width: 999px) {
  #app .sidebar-container {
    background-color: #d2fff4;
  }
}

#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 210px !important;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
}

#app .sidebar-container .tabs-container {
  padding: 0 20%;
  margin: 10% 0;
}

#app .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out;
  transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out;
}

#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}

#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0;
}

#app .sidebar-container .el-scrollbar {
  height: 100%;
}

#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}

#app .sidebar-container .is-horizontal {
  display: none;
}

#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

#app .sidebar-container .svg-icon {
  margin-right: 16px;
}

#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}

#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}

#app .sidebar-container .el-submenu__title:hover,
#app .sidebar-container .submenu-title-noDropdown:hover {
  background-color: #263445 !important;
}

#app .sidebar-container .is-active > .el-submenu__title {
  color: #f4f4f5 !important;
}

#app .sidebar-container .el-submenu .el-menu-item,
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title {
  min-width: 210px !important;
  background-color: #1f2d3d !important;
}

#app .sidebar-container .el-submenu .el-menu-item:hover,
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover {
  background-color: #001528 !important;
}

#app .hideSidebar .sidebar-container {
  width: 0 !important;
}

#app .hideSidebar .main-container {
  margin-left: 0;
}

#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
  margin-left: 19px;
}

#app .hideSidebar .el-submenu {
  overflow: hidden;
}

#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}

#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}

#app .hideSidebar .el-submenu > .el-submenu__title .sub-el-icon {
  margin-left: 19px;
}

#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 210px !important;
}

#app .mobile .main-container {
  margin-left: 0;
}

#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  width: 210px !important;
}

#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translate3d(-210px, 0, 0);
  transform: translate3d(-210px, 0, 0);
}

#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}

.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}

.el-menu--vertical .el-menu-item:hover,
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover {
  background-color: #263445 !important;
}

.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

label {
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#app,
html {
  height: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a:active,
a:focus {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

* {
  margin: 0;
  padding: 0;
}

.Page {
  min-height: calc(100vh - 50px);
  width: 100%;
  font-family: æ€æºé»‘ä½“;
}

.Page .advertising {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1%;
  color: #333;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-corner {
  display: block;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 1, 0.5);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  border-right-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
}

.app-breadcrumb.el-breadcrumb[data-v-62cc9144] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}

.app-breadcrumb.el-breadcrumb .no-redirect[data-v-62cc9144] {
  color: #97a8be;
  cursor: text;
}

.Component.hamburger[data-v-7aa05ae7],
.wrap[data-v-7aa05ae7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap[data-v-7aa05ae7] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.hamburger.is-active[data-v-7aa05ae7] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-list {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

@media screen and (max-width: 380px) {
  .menu-list li[data-v-21722e19] {
    width: 70px;
  }
}

@media screen and (min-width: 380px) {
  .menu-list li[data-v-21722e19] {
    width: 90px;
  }
}

@media screen and (max-width: 630px) {
  .right-menu .wrap[data-v-21722e19] {
    margin-right: 5px;
  }

  .right-menu .history-box[data-v-21722e19] {
    display: none;
    margin-right: 5px;
  }
  .navbar .nav-wrap[data-v-21722e19] {
    width: 100%;
    height: 60px;
    padding: 0 5%;
  }
  .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
  }
}

@media screen and (min-width: 930px) {
  .navbar[data-v-21722e19] {
    padding: 0 24%;
  }
}
@media screen and (max-width: 930px) and (min-width: 490px) {
  .navbar[data-v-21722e19] {
    padding: 0 15%;
  }
}
@media screen and (max-width: 630px) {
  .navbar[data-v-21722e19] {
    padding: 0 0;
  }
}
@media screen and (min-width: 630px) {
  .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 50px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
  }
  .navbar .nav-wrap[data-v-21722e19] {
    width: 100%;
    height: 80px;
    padding: 0 5%;
    border-radius: 0 0 20px 20px;
  }

  .right-menu .wrap[data-v-21722e19] {
    margin-right: 20px;
  }

  .right-menu .history-box[data-v-21722e19] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }

  .right-menu .search[data-v-21722e19] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    height: 100%;
    position: relative;
  }

  .right-menu .search .search-btn[data-v-21722e19] {
    height: 80%;
    width: 50px;
    overflow: hidden;
  }

  .right-menu .search .search-btn .el-input .el-input__inner[data-v-21722e19] {
    border-radius: 4px 0 0 4px !important;
  }

  .right-menu .search .search-btn .el-button[data-v-21722e19] {
    width: 100%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 0 4px 4px 0;
    background-color: #000;
    margin-top: 6px;
  }

  .right-menu .search .prompt-box[data-v-21722e19] {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 50%;
    -webkit-box-shadow: 0 1px 10px rgba(0, 21, 41, 0.08);
    box-shadow: 0 1px 10px rgba(0, 21, 41, 0.08);
    background-color: #fff;
    z-index: 3000;
    overflow: auto;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    border-radius: 0 0 10px 10px;
    max-height: 300px;
  }

  .right-menu .search .prompt-box > .item[data-v-21722e19] {
    padding: 0 20px;
    cursor: pointer;
  }

  .right-menu .search .prompt-box > .item > p[data-v-21722e19] {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400;
    padding: 10px 10px;
    color: #333;
  }

  .right-menu .search .prompt-box > .item > p[data-v-21722e19]:hover {
    background-color: #f5f5f5;
  }

  .right-menu .search .invail[data-v-21722e19] {
    height: 0;
  }
}

.navbar[data-v-21722e19] {
  position: relative;
  width: 100%;
  z-index: 1007;
  background: #fff;
}

.navbar .nav-wrap > div[data-v-21722e19] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .menu-list[data-v-21722e19] {
  height: 100px;
  width: 100%;
}

.navbar .menu-list ul[data-v-21722e19] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}

.navbar .menu-list ul li[data-v-21722e19] {
  font-family: Barlow;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.navbar .hamburger-container[data-v-21722e19] {
  line-height: 46px;
  height: 100%;
}

.navbar .breadcrumb-container[data-v-21722e19] {
  float: left;
}

.navbar .menu-wrap[data-v-21722e19] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  cursor: pointer;
}
.navbar .menu-wrap[data-v-21722e19] img {
  width: 100%;
  height: 100%;
}
.navbar .menu-wrap[data-v-21722e19]:active {
  letter-spacing: 0;
  -webkit-transform: skew(-10deg) translateY(8px);
  transform: skew(-10deg) translateY(8px);
}

.navbar .logo[data-v-21722e19] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  height: 100%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  cursor: pointer;
}

.navbar .logo .logo-image[data-v-21722e19] {
  width: auto;
  height: 75%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar .right-menu[data-v-21722e19] {
  height: 100%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar .right-menu .wrap[data-v-21722e19],
.navbar .right-menu[data-v-21722e19] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .right-menu .history-box[data-v-21722e19],
.navbar .right-menu .wrap[data-v-21722e19] {
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar .right-menu .history-box[data-v-21722e19] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .right-menu[data-v-21722e19]:focus {
  outline: none;
}

.sidebarLogoFade-enter-active[data-v-57aa9bde] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.sidebarLogoFade-enter[data-v-57aa9bde],
.sidebarLogoFade-leave-to[data-v-57aa9bde] {
  opacity: 0;
}

.sidebar-logo-container[data-v-57aa9bde] {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}

.sidebar-logo-container .sidebar-logo-link[data-v-57aa9bde] {
  height: 100%;
  width: 100%;
}

.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-57aa9bde] {
  width: 55%;
  height: 55%;
  vertical-align: middle;
  margin-right: 12px;
}

.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-57aa9bde] {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 14px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

.sidebar-logo-container.collapse .sidebar-logo[data-v-57aa9bde] {
  margin-right: 0;
}

.sub-el-icon[data-v-3ef49f98] {
  color: currentColor;
  width: 1em;
  height: 1em;
}

.child-tabs,
.tab-home div {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.tab-home[data-v-33d96925] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #faec25;
  border-radius: 20px;
  border: 2px solid #002042;
  color: #002042;
  margin-bottom: 10%;
  cursor: pointer;
}

.tab-home > div[data-v-33d96925] {
  display: inline-block;
}

.child-tabs[data-v-33d96925] {
  width: 100%;
  color: #002042;
  position: relative;
  z-index: 2000;
}

.child-tabs ul[data-v-33d96925] {
  list-style: none;
  padding: 10% 0 0 0;
}

.child-tabs li[data-v-33d96925] {
  font-family: Barlow;
  text-align: center;
  padding: 10% 0;
  cursor: pointer;
  text-transform: capitalize;
}

.app-main[data-v-5f7443ca] {
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.fixed-header + .app-main[data-v-5f7443ca] {
  padding-top: 50px;
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}

[data-v-4f739cf0]:export {
  menutext: #bfcbd9;
  menuactivetext: #409eff;
  submenuactivetext: #f4f4f5;
  menubg: #304156;
  menuhover: #263445;
  submenubg: #1f2d3d;
  submenuhover: #001528;
  sidebarwidth: 210px;
  navbg: #044671;
  navwrapbg: #00548c;
  navbtnbg: #03375a;
  sidebarbg: #d2fff4;
  titlebg: #093;
  wordcolor: #0ef;
  infobtn: #e24f40;
}

.app-wrapper[data-v-4f739cf0] {
  position: relative;
  height: 100%;
  width: 100%;
}

.app-wrapper[data-v-4f739cf0]:after {
  content: '';
  display: table;
  clear: both;
}

.app-wrapper.mobile.openSidebar[data-v-4f739cf0] {
  position: fixed;
  top: 0;
}

.drawer-bg[data-v-4f739cf0] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}

.fixed-header[data-v-4f739cf0] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 210px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}

.hideSidebar .fixed-header[data-v-4f739cf0] {
  width: calc(100% - 54px);
}

.mobile .fixed-header[data-v-4f739cf0] {
  width: 100%;
}

.svg-icon[data-v-f9f7fefc] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.svg-external-icon[data-v-f9f7fefc] {
  background-color: currentColor;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  display: inline-block;
}

.menu-li ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

.menu-li ul li {
  width: 65px;
  margin-top: 1.5%;
  margin-right: 3%;
  font-family: Barlow;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  color: black;
}

.center_text[data-v-0a3cabe8] {
  text-align: center;
}

p[data-v-0a3cabe8],
p[data-v-b341b328] {
  font-size: 0.9em;
  margin-bottom: 8px;
  line-height: 1.6em;
  color: ;
  font-weight: 500;
}
.search-btn {
  font-size: 14px;
  display: inline-block;
  width: 20%;
  float: right;
}

@media (max-width: 960px) {
  .websiteDesc {
    margin: 10px 10px;
    padding: 5px;

    border-radius: 15px;
    background-color: #d3d8de;
  }
}
@media (max-width: 960px) {
  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 1rem;
    color: ;
    margin: 5px;
  }
}

@media (min-width: 960px) {
  .websiteDesc {
    border-radius: 15px;
    margin: 0 24%;
    border: 2px solid #424649;
    background-color: #d3d8de;
  }
  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 1rem;
    color: ;
    margin: 5px;
  }
}

@media (min-width: 460px) {
  .menu-li {
    position: relative;
    height: 62px;
    left: 25%;
    width: 48%;
    display: none;
    top: 10px;
    margin-bottom: 20px;

    border-radius: 10px;
  }
  .newsfrm {
    width: 43%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #f5f7fa;
  }
  .des {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .menu-li {
    position: relative;
    height: 75px;
    left: 2.7%;
    width: 95%;
    display: none;
    top: 10px;
    margin-bottom: 20px;

    border-radius: 10px;
  }
  .newsfrm {
    width: 95%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #f5f7fa;
  }
  .des {
    font-size: 13px;
  }
}
#shareWrap {
  position: fixed;
  right: 15px;
  top: calc(30% + 60px);
  z-index: 10001;
}
.socialShare {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.socialShare .msb_main {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -9999px;
  /* border: 2px solid #FFF; */
  box-shadow: 0 0 5px #ddd;
  border-radius: 36px;
}
.socialShare .msb_main img {
  width: 46px;
  height: 46px;
  cursor: pointer;
  border-radius: 23px;
  border: none;
  float: left;
}
.socialShare .network_button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 9px;
  left: 92px;
  z-index: 1;
  cursor: pointer;
  text-indent: -9999px;
  display: none;
  background: no-repeat;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
}

.ul2 {
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ul2 div {
  width: 30%;
  margin-bottom: 10px;
  height: 80px;
}
.ul2 div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.newsfrm h3 {
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 10px;
  color: #111418;
}

#you {
  display: inline-block;
  width: 38%;
  float: right;
}
#you span {
  display: inline-block;
  width: 95%;
  height: 60%;
  float: right;
  margin-top: 3px;
}
.des2 {
  float: right;
}
#you img {
  width: 78%;
  border-radius: 50%;
  margin-left: 10px;
  overflow: hidden;
}

.copy,
.foot {
  font-size: 12px;
  color: #999;
  line-height: 13px;
  margin-left: 4px;
}

#left_bar_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2000;
  /* transition: all linear .3s; */
  width: 100%;
  display: none;
}
.left_bar {
  background-color: #d6c6f0;
  position: absolute;
  top: 0;

  min-height: 100vh;
  padding: 20px 20px;
  max-width: ;
  width: 100%;
  animation: menudrop 0.3s linear forwards;
}
.left_bar #close_bar {
  text-align: center;
  margin-bottom: 20px;
}
#close_bar span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/static/img/close.png);
  background-size: 100%;
  cursor: pointer;
}
.left_bar ul {
  display: flex;
  flex-wrap: wrap;
}
.left_bar li {
  padding: 12px;
  cursor: pointer;
  list-style: none;
  border-radius: 10px;
  width: 150px;
  height: 68.5px;
  background-color: #f5f7fa;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.despr {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.biaoqian {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: bolder;
}
body {
  background-color: #d6c6f0;
}

#next {
  float: right;
}
#prev,
#next {
  padding: 3px 5px;
  border: 1px solid black;
}
.menbox {
  margin: 0 10px 10px 10px;
}
.men {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 10px 5px 10px 5px;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  background: #fff;
}
.men li {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
}
.games .game .game-item[data-v-464f7504] {
  background: #fff;
}

.entry img {
  height: 250px;
  width: 300px;
}
#div-gpt-ad-1758006303672-0,
#div-gpt-ad-1758006334433-0,
#div-gpt-ad-1758006269509-0,
#div-gpt-ad-1758006236977-0,
#div-gpt-ad-1758006203639-0,
#div-gpt-ad-1758006168193-0 {
  display: flex;
  justify-content: center;
}
