body{
    width:100vw !important;
        overflow-x: hidden;
    }
    .header {
      width: 100vw;
      min-height: 0.5rem;
      background-color: #0c0f19;
      border-bottom: 1px solid #606067;
      color: #fefcfc;
    display: none;
    }
    
    .header .container {
      /* height: 100%; */
      padding: 0;
      padding-left: 0.3rem;
      line-height: 0.46rem;
    }
    
    .lang-ul {
      min-width: 1.2rem;
    }
    
    .header .row {
      margin-right: 0rem;
    }
    
    .header .h-item:nth-child(1) {
      margin-right: 0.6rem;
    }
    
    .header .h-item:nth-child(2) {
      margin-right: 0.42rem;
    }
    
    .header .inpt {
      height: 0.32rem;
      line-height: 0.32rem;
      margin-top: 0.07rem;
      padding: 0 0.12rem;
      background-color: #2b2c5c;
      border-radius: 0.18rem;
    }
    
    .header .inpt input {
      width: 80%;
      height: 100%;
      padding: 0 0.04rem;
      background: none;
    }
    
    .header .inpt input::-webkit-input-placeholder {
      color: #fefcfc;
    }
    
    .header .inpt input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fefcfc;
    }
    
    .header .inpt input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fefcfc;
    }
    
    .header .inpt input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fefcfc;
    }
    
    .header .inpt button {
      float: right;
      height: 100%;
      background-color: #2b2c5c;
      cursor: pointer;
    }
    
    .header .lang {
      position: relative;
      cursor: pointer;
      text-align: center;
      padding: 0 0.03rem;
    }
    
    .header .lang i {
      margin-left: 0.08rem;
      cursor: pointer;
    }
    
    .header ul {
      position: absolute;
      top: 0.47rem;
      left: 0;
      background-color: rgb(58, 62, 80);
      display: none;
      z-index: 100;
    }
    
    .header ul li {
      padding: 0.02rem 0.15rem;
      line-height: 0.4rem;
      text-align: left;
    }
    
    .header ul li a {
      /*padding: 0.02rem 0.15rem;*/
      display: block;
      color: #fff;
    }
    
    .header ul li:not(.nothover):hover {
      /*background-color: yellowgreen;*/
      color: #f89406 !important;
    }
    
    .header ul .nothover {
      cursor: default;
      font-size: 0.16rem;
    }
    
    .header ul li a:hover {
      color: #f89406 !important;
    }
    
    .header a.kg {
      color: #fefcfc;
      text-decoration: none;
    }
    
    .header .but {
      background: linear-gradient(to right, #5186e0, #4344df);
      min-width: 0.8rem;
      border-radius: 0.15rem;
      text-align: center;
      height: 0.32rem;
      line-height: 0.32rem;
      padding: 0 0.1rem;
      margin-top: 0.07rem;
    }
    
    .header .but span {
      display: inline-block;
      cursor: pointer;
    }
    
    .nav {
      position: absolute;
      top: 0.48rem;
      z-index: 2;
      left: 0;
      width: 100vw;
      background: rgba(12, 15, 25, 0.2);
      box-shadow: 0 0.06rem 0.15rem 0 #8e8e8e30;
      height: 0.56rem;
      color: #fefcfc;
    display: none;
      /* transition: all 0.2s; */
    }
    
    .nav .nav-box {
      font-size: 0.18rem;
      display: flex;
      justify-content: space-between;
    }
    
    .nav .nav-span {
      line-height: 0.56rem;
      /* margin-right: 0.5rem; */
      cursor: pointer;
      position: relative;
      color: #fff;
      max-width: 16%;
      min-width: 0.72rem;
      text-align: center;
      text-decoration: none !important;
    }
    .nav .nav-span a {
      text-decoration: none !important;
    }
    .nav .nav-span:not(a)::before {
      position: absolute;
      content: "";
      height: 0.03rem;
      width: 100%;
      background: #414bd7;
      left: 0;
      bottom: 0.08rem;
      opacity: 0;
      z-index: -1;
    }
    .nav .nav-span:hover::before {
      opacity: 1;
    }
    .nav-item-l {
      font-size: 0.14rem;
    }
    .nav .nav-span .glyphicon {
      margin-left: 0.12rem;
      font-size: 0.15rem;
      cursor: pointer;
    }
    
    .nav .nav-box .n-inner {
      position: absolute;
      top: 0.55rem;
      left: 0;
      width: 100%;
      background-color: #171846;
      z-index: 2;
    }
    
    .nav .nav-box ol.n-inner {
      display: none;
    }
    
    .nav .nav-box ol.n-inner li {
      text-align: center;
    }
    
    .nav .nav-box ol.n-inner li:hover {
      background-color: yellowgreen;
    }
    
    .nav .nav-box ol.n-inner li a {
      color: #fefcfc;
      text-decoration: none;
    }
    
    .nav .nav-select-wrapper .nav-select-title {
      display: inline-block;
      min-width: 1rem;
    }
    
    .nav .nav-select-wrapper:hover .nav-select-content {
      opacity: 1;
      visibility: initial;
    }
    
    .nav .nav-select-content:active {
      opacity: 1;
    }
    
    .nav .nav-select-wrapper .nav-select-content {
      position: absolute;
      z-index: 1000;
      opacity: 0;
      background: rgba(0, 15, 45, 0.9);
      font-size: 0.14rem;
      white-space: nowrap;
      min-width: 100%;
      transition: opacity 0.2s ease-in-out;
      visibility: hidden;
      padding: 0.2rem 0;
    }
    
    .nav .nav-select-wrapper .nav-select-content a {
      position: relative;
      display: block;
      cursor: pointer;
      color: white;
      font-weight: 400;
      padding: 0 0.2rem;
    }
    .nav .nav-select-wrapper .nav-select-content a::before {
      position: absolute;
      content: "";
      height: 0.03rem;
      width: 60%;
      background: #414bd7;
      left: 50%;
      bottom: 0;
      opacity: 0;
      transform: translateX(-50%);
    }
    .nav .nav-select-wrapper .nav-select-content a:hover {
      color: #414bd7;
      font-weight: bold;
    }
    .nav .nav-select-wrapper .nav-select-content a:hover::before {
      opacity: 1;
    }
    .nav .nav-select-content .dcrt-line {
      width: 100%;
      background: linear-gradient(to right, #319df3, #1a68ff);
      height: 0.03rem;
    }
    
    .dropdown-column .title {
      font-size: 0.14rem;
      font-weight: 700;
      padding-bottom: 0.08rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .nav .rightDrop {
      position: relative;
    }
    .nav .rightDrop .rightDrop-content {
      position: absolute;
      left: 100%;
      top: -50%;
      color: white;
      background: rgba(0, 15, 45, 0.9);
      padding: 0.2rem 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s;
      border-left: 1px solid #4e79e0;
    }
    .rightDrop-content li {
      padding: 0 0.2rem;
    }
    .nav .rightDrop:hover > .rightDrop-content {
      visibility: unset;
      opacity: 1;
    }
    .nav .rightDrop .rightDrop-content:hover {
      visibility: unset;
      opacity: 1;
    }
    @media screen and (min-width: 12rem) {
      .container {
        width: 12rem;
        padding: 0;
      }
    }
    @media screen and (min-width: 4.99rem) and (max-width: 12rem) {
      body {
        min-width: 11.7rem;
        width: 11.7rem;
      }
    
      .header .inpt {
        width: 100%;
      }
    
      .header .h-item:nth-child(1) {
        width: 34%;
      }
    
      .header .inpt input {
        width: 80%;
      }
    
      .container {
        width: 11.7rem;
      }
    }
    .login-a {
      color: #fff;
    }
    
    .list-in-menu-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    
    .normal-dropdown {
      background-color: #3a3e50;
      box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.5);
      color: #fff;
      z-index: 10;
      position: absolute;
      top: 0.56rem;
      left: 0;
      overflow: hidden;
      display: none;
    }
    
    .dropdown-column {
      width: 1.5rem;
      display: inline-block;
      vertical-align: top;
      margin-right: 0.54rem;
      margin-bottom: 0.2rem;
    }
    
    .dropdown-column a {
      /* color: rgba(0, 0, 0, 0.8); */
      color: white;
      padding: 0.05rem 0;
      transition: color 0.1s ease-in-out;
      white-space: normal;
      width: 100%;
      line-height: 0.16rem;
      cursor: pointer;
      display: inline-block;
    }
    
    .detail {
      overflow-y: auto;
      height: 80%;
    }
    
    .detail::-webkit-scrollbar {
      width: 0.04rem;
      /*height: 4px;*/
    }
    
    .detail::-webkit-scrollbar-thumb {
      border-radius: 0.1rem;
      -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.2);
    }
    
    .detail::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
      border-radius: 0;
      background: #3a3e50;
    }
    .dropdown {
      position: absolute;
      top: 0.5rem;
      width: 100%;
      overflow: hidden;
      height: 5rem;
      transition: opacity 0.2s ease-in-out;
      opacity: 0;
      background: rgba(0, 15, 45, 0.9);
      left: 0;
      z-index: 10;
      font-size: 0.14rem;
      visibility: hidden;
    }
    
    .dropdown-column a:hover {
      color: #309bf9;
    }
    
    /*.dropdown-column + .dropdown-column {*/
    /*  margin-left: 0.54rem;*/
    /*}*/
    
    .dropdown-column > div .title {
      font-size: 0.14rem;
      font-weight: 700;
      padding-bottom: 0.08rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .dropdown-column > div ul {
      margin: 0.08rem 0 0;
      padding: 0;
      list-style: none;
      font-size: 0.12rem;
    }
    
    .dropdown .label-icon {
      color: #f15533;
      margin-left: 0.05rem;
    }
    
    .dropdown .background {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
    }
    
    .dropdown.show {
      border-top: 1px solid #3a3e50;
      opacity: 1;
      visibility: visible;
    }
    
    .dropdown .main-content {
      display: flex;
      height: 100%;
      position: relative;
      margin: auto;
      max-width: 12rem;
    }
    
    .main-content .dropdown-left {
      min-width: 1.57rem;
      height: 100%;
      padding-top: 0.86rem;
      line-height: 0.4rem;
      font-size: 0.14rem;
    }
    
    .main-content .dropdown-right {
      flex: 1;
      padding: 0.3rem 0 0.1rem 0.85rem;
      box-sizing: border-box;
    }
    
    .dropdown-right .search-row {
      position: relative;
      font-size: 0.14rem;
    }
    
    .dropdown-right .detail {
      width: 100%;
      float: left;
    }
    
    .dropdown-right .related {
      float: left;
      width: calc(100% - 8.32rem);
      height: calc(100% - 0.9rem);
      padding: 0 0 0 0.6rem;
      margin-top: 0.2rem;
      box-sizing: border-box;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .detail .detail-list {
      margin-top: 0.2rem;
      display: none;
    }
    
    .__layout-ctcloud-scrollbar {
      height: 100%;
    }
    
    .dropdown-right .related {
      float: left;
      width: calc(100% - 8.32rem);
      height: calc(100% - 0.9rem);
      padding: 0 0 0 0.6rem;
      margin-top: 0.2rem;
      box-sizing: border-box;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .search-input {
      width: 5.56rem;
      line-height: 0.12rem;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 0.14rem 0.22rem;
      outline: none;
      border: none;
      color: #fff;
    }
    
    .dropdown-ante-li {
      cursor: pointer;
      padding-left: 0.32rem;
      padding-right: 0.32rem;
    }
    
    .dropdown-ante-li[data-select="true"] {
      background-color: #2382ff;
    }
    .consoleMenu {
      position: relative;
    }
    
    #dropdownMenu1 {
      cursor: pointer;
    }
    
    .name-yellow {
      color: #f68001;
      width: 1.2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
    .name-image {
      width: 0.36rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .name-image img {
      width: 100%;
      border-radius: 50%;
    }
    
    .console-down {
      background: #383a43;
      position: absolute;
      padding: 0 0.2rem;
      width: 2.5rem;
      right: -0.5rem;
      display: none;
      padding-bottom: 0.2rem;
    }
    .console-down .name {
      padding: 0.1rem 0;
      border-bottom: 1px solid #fff;
    }
    .console-down li:hover {
      background-color: #171846 !important;
    }
    .console-down a:hover {
      color: #f68001 !important;
    }
    .console-down .name-text {
      margin-left: 0.1rem;
      max-width: 2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .console-down .dropdown-header {
      color: #fff;
      padding: 0;
      line-height: 0.4rem;
    }
    .console-down .dropdown-header .icon {
      padding-right: 0.08rem;
      position: relative;
      top: -0.03rem;
    }
    .label-does-wrap {
      word-break: keep-all;
    }
    .label-does-wrap a:hover span {
      color: #2d93f9 !important;
    }
    .linear-button {
      background: linear-gradient(to right, #5186e0, #4344df);
    }
    
    body {
      font-size: 0.14rem;
    }
    