@font-face {
  font-family: "Poppins-Light";
  src: url("../font/Poppins-Light.ttf") format("truetype");
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: "Poppins-Medium";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: "Poppins-Bold";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: fallback; }
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  background-color: #f0f0f0; }

::-webkit-scrollbar-thumb {
  background: #cdcdcd; }

* {
  scrollbar-width: thin; }

body {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  /* IE9*/
  src: url("../font/iconfont.eot") format("embedded-truetype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg") format("svg");
  /* iOS 4.1- */ }
body {
  box-sizing: border-box; }

.avbase_Mantle {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

.avbase-telegram {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: fixed;
  z-index: 50;
  bottom: 16px;
  right: 96px;
  cursor: pointer; }
  .avbase-telegram a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .avbase-telegram img {
    width: 100%; }
  .avbase-telegram .avbase-telegram-tip {
    display: none;
    width: 98px;
    border-radius: 5px;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    background-color: #e9f0ff;
    color: #29a9eb;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    word-wrap: normal; }
  .avbase-telegram:hover .avbase-telegram-tip {
    display: block; }

.none {
  display: none !important; }

.reg_Agreement {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  padding: 160px 15px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 18px; }
  .reg_Agreement .content_inner {
    width: 100%; }
  .reg_Agreement span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1e1b29;
    margin-right: 15px; }
  .reg_Agreement h5 {
    font-size: 32px; }

@media screen and (max-width: 600px) {
  .reg_Agreement {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    padding: 160px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px; }
    .reg_Agreement .content_inner {
      width: 100%; }
    .reg_Agreement span {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #1e1b29;
      margin-right: 15px; }
    .reg_Agreement h5 {
      font-size: 26px; } }
.ucenter {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  display: flex; }
  .ucenter .menu-left {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 296px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 3px 0px 21px 0px rgba(35, 51, 103, 0.06); }
    .ucenter .menu-left .menu-switch {
      width: 20px;
      height: 75px;
      border-radius: 10px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translate(50%, -50%);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer; }
      .ucenter .menu-left .menu-switch img {
        margin-left: 3px;
        display: none; }
        .ucenter .menu-left .menu-switch img.menu-switch-close {
          transform: rotate(180deg); }
      .ucenter .menu-left .menu-switch:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        .ucenter .menu-left .menu-switch:hover img.menu-switch-close {
          display: inline-block; }
    .ucenter .menu-left .menu-icon {
      width: 100%;
      height: 84px;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(35, 51, 103, 0.2);
      display: flex;
      justify-content: center;
      align-items: center; }
      .ucenter .menu-left .menu-icon .menu-icon-img {
        height: 32px;
        cursor: pointer; }
        .ucenter .menu-left .menu-icon .menu-icon-img.menu-icon-img-big {
          display: block; }
        .ucenter .menu-left .menu-icon .menu-icon-img.menu-icon-img-small {
          display: none; }
    .ucenter .menu-left .menus {
      width: calc(100% - 34px);
      height: calc(100% - 124px);
      padding: 40px 16px 40px 18px;
      overflow-y: auto; }
      .ucenter .menu-left .menus::-webkit-scrollbar {
        width: 0px !important;
        height: 0px !important; }
      .ucenter .menu-left .menus a {
        text-decoration: none; }
      .ucenter .menu-left .menus .menu {
        width: calc(100% - 30px);
        height: 50px;
        padding: 0 16px 0 14px;
        display: block;
        font-family: 'Poppins-Light';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #233367;
        cursor: pointer;
        font-weight: 500;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .ucenter .menu-left .menus .menu > b {
          display: block;
          width: 175px;
          overflow: hidden; }
        .ucenter .menu-left .menus .menu > span {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 225px; }
          .ucenter .menu-left .menus .menu > span > .img-icon {
            max-width: 20px; }
          .ucenter .menu-left .menus .menu > span > b {
            display: block;
            width: 175px;
            overflow: hidden; }
        .ucenter .menu-left .menus .menu .img-icon {
          margin-right: 24px; }
        .ucenter .menu-left .menus .menu .menu-name {
          font-family: 'Poppins-SemiBold'; }
        .ucenter .menu-left .menus .menu.active {
          background-color: #f0f2f9;
          border-radius: 10px; }
      .ucenter .menu-left .menus .quit {
        width: 100%;
        max-width: 117px;
        height: 40px;
        padding: 0;
        background-color: #3c7fff;
        border-radius: 4px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: 600; }
      .ucenter .menu-left .menus .main_menu div.submenu a b {
        padding-left: 19%; }
    .ucenter .menu-left.close-menu-left {
      width: 90px; }
      .ucenter .menu-left.close-menu-left .menu-icon .menu-icon-img {
        cursor: pointer; }
        .ucenter .menu-left.close-menu-left .menu-icon .menu-icon-img.menu-icon-img-big {
          display: none; }
        .ucenter .menu-left.close-menu-left .menu-icon .menu-icon-img.menu-icon-img-small {
          display: block; }
      .ucenter .menu-left.close-menu-left .menu-switch img {
        display: none; }
      .ucenter .menu-left.close-menu-left .menu-switch:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        .ucenter .menu-left.close-menu-left .menu-switch:hover img.menu-switch-open {
          display: inline-block; }
      .ucenter .menu-left.close-menu-left .menus .menu .img-icon {
        margin-right: 13px; }
      .ucenter .menu-left.close-menu-left .menus .menu .menu-name {
        display: none; }
      .ucenter .menu-left.close-menu-left .menus .submenu {
        display: none; }
  @media screen and (max-width: 1200px) {
    .ucenter .menu-left {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 1000;
      width: 90px;
      height: 100%;
      box-sizing: border-box;
      background-color: #ffffff;
      box-shadow: 3px 0px 21px 0px rgba(35, 51, 103, 0.06); }
      .ucenter .menu-left .menu-switch {
        width: 20px;
        height: 75px;
        border-radius: 10px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(50%, -50%);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer; }
        .ucenter .menu-left .menu-switch img {
          margin-left: 3px;
          display: none; }
          .ucenter .menu-left .menu-switch img.menu-switch-close {
            transform: rotate(180deg); }
        .ucenter .menu-left .menu-switch:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          .ucenter .menu-left .menu-switch:hover img.menu-switch-open {
            display: inline-block; }
      .ucenter .menu-left .menu-icon {
        width: 100%;
        height: 84px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(35, 51, 103, 0.2);
        display: flex;
        justify-content: center;
        align-items: center; }
        .ucenter .menu-left .menu-icon .menu-icon-img {
          height: 32px;
          cursor: pointer; }
          .ucenter .menu-left .menu-icon .menu-icon-img.menu-icon-img-big {
            display: none; }
          .ucenter .menu-left .menu-icon .menu-icon-img.menu-icon-img-small {
            display: block; }
      .ucenter .menu-left .menus {
        width: calc(100% - 34px);
        height: calc(100% - 124px);
        padding: 40px 16px 40px 18px;
        overflow-y: auto; }
        .ucenter .menu-left .menus::-webkit-scrollbar {
          width: 0px !important;
          height: 0px !important; }
        .ucenter .menu-left .menus .menu {
          width: calc(100% - 30px);
          height: 50px;
          padding: 0 16px 0 14px;
          display: block;
          font-family: 'Poppins-Light';
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 50px;
          letter-spacing: 0px;
          color: #233367;
          white-space: nowrap;
          cursor: pointer;
          font-weight: 500; }
          .ucenter .menu-left .menus .menu .img-icon {
            margin-right: 13px; }
          .ucenter .menu-left .menus .menu .menu-name {
            display: none; }
          .ucenter .menu-left .menus .menu.active {
            background-color: #f0f2f9;
            border-radius: 10px; }
        .ucenter .menu-left .menus .submenu {
          display: none; }
        .ucenter .menu-left .menus .quit {
          width: 100%;
          max-width: 117px;
          height: 40px;
          padding: 0;
          background-color: #3c7fff;
          border-radius: 4px;
          line-height: 40px;
          font-size: 14px;
          color: #fff;
          text-align: center;
          font-weight: 600; }
      .ucenter .menu-left.open-menu-left {
        width: 296px; }
        .ucenter .menu-left.open-menu-left .menu-switch img {
          margin-left: 3px;
          display: none; }
          .ucenter .menu-left.open-menu-left .menu-switch img.menu-switch-close {
            transform: rotate(180deg); }
        .ucenter .menu-left.open-menu-left .menu-switch:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          .ucenter .menu-left.open-menu-left .menu-switch:hover .menu-switch-open {
            display: none; }
          .ucenter .menu-left.open-menu-left .menu-switch:hover .menu-switch-close {
            display: inline-block; }
        .ucenter .menu-left.open-menu-left > .menu-icon > .menu-icon-img-big {
          display: block;
          cursor: pointer; }
        .ucenter .menu-left.open-menu-left > .menu-icon > .menu-icon-img-small {
          display: none;
          cursor: pointer; }
        .ucenter .menu-left.open-menu-left > .menus .menu {
          display: flex; }
          .ucenter .menu-left.open-menu-left > .menus .menu .menu-name {
            display: inline-block; } }

.four-wapper {
  background: #fafcff;
  height: calc(100vh);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .four-wapper .four-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .four-wapper .four-main > img {
      margin-right: 80px; }
    .four-wapper .four-main .four-right {
      flex: 1;
      text-align: left; }
      .four-wapper .four-main .four-right .sub-text {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 18px;
        color: #3899ff; }
      .four-wapper .four-main .four-right p:nth-of-type(1) {
        font-size: 42px; }
      .four-wapper .four-main .four-right p:nth-of-type(2) {
        font-size: 18px; }
      .four-wapper .four-main .four-right ul li {
        margin-top: 10px; }

.fwapper {
  background: #fff;
  line-height: normal; }
  .fwapper .four-main {
    display: block; }
    .fwapper .four-main > img {
      margin-right: 0; }
    .fwapper .four-main .four-right {
      text-align: center; }
      .fwapper .four-main .four-right .ftit {
        margin-top: 40px;
        font-size: 48px;
        font-weight: bold;
        color: #000; }
      .fwapper .four-main .four-right .ftip {
        margin-top: 12px;
        font-size: 18px;
        color: #c8cbd4;
        font-weight: 300; }
      .fwapper .four-main .four-right .backbtn {
        margin-top: 40px;
        display: inline-block;
        height: 65px;
        line-height: 65px;
        padding: 0 65px;
        background: #3c7fff;
        font-size: 20px;
        color: #fff;
        border-radius: 5px; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.tongji {
  display: none; }

.search {
  padding-top: 30px; }

.search-input {
  width: 700px;
  margin: 0 auto;
  background: #ebf0fa;
  border: 1px solid #78a6ff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box; }
  .search-input input {
    border: none;
    background: none;
    flex: 1;
    outline: none; }
  .search-input input::-webkit-input-placeholder {
    color: #78a6ff; }
  .search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78a6ff; }
  .search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78a6ff; }
  .search-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #78a6ff; }
  .search-input img {
    margin-left: auto; }

.search-key {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  margin-top: 10px; }
  .search-key span {
    color: #FFF; }
  .search-key a {
    margin-left: 15px;
    color: #d9d9d9; }
  .search-key .active {
    color: #3899ff;
    position: relative; }
    .search-key .active::after {
      position: absolute;
      bottom: -5px;
      width: 100%;
      content: '';
      height: 2px;
      background: #3899ff;
      left: 0; }

.nc_wrapper {
  width: 100% !important;
  margin-bottom: 18px; }

.nc_scale {
  background: #e8e8e8 !important;
  /* The default background color  */ }

.nc_scale div.nc_bg {
  background: #3899ff !important;
  /* The background color of sliding out of date  */ }

.nc_scale .scale_text2 {
  color: #fff !important;
  /* Outdated font color  */ }

.noArea {
  margin-top: 40px;
  font-size: 14px !important;
  background: none !important;
  padding: 0 !important; }
  .noArea a {
    color: #333; }
  .noArea span {
    color: #2e6fed;
    margin-right: 5px; }

iframe[style="width: 100%; height: 100%; position: absolute; border: 0px; border-radius: 0px;"] {
  left: 0; }

.yes_randomsxf span:first-child {
  color: black;
  font-size: 16px; }
.yes_randomsxf span:nth-child(2) {
  color: #f51b49;
  font-size: 16px;
  text-decoration: line-through; }
.yes_randomsxf span:nth-child(3) {
  color: black;
  font-size: 16px; }
.yes_randomsxf span:last-child {
  color: #3876ed;
  font-size: 16px; }

.login-expires {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
  text-align: center;
  display: none; }
  .login-expires::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle; }
  .login-expires .login-expires-content {
    display: inline-block;
    vertical-align: middle;
    width: 660px;
    min-height: 538px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 80px 0px 50px 0px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 660px) {
      .login-expires .login-expires-content {
        width: auto; } }
    .login-expires .login-expires-content .login-expires-close {
      position: absolute;
      top: 24px;
      right: 24px;
      cursor: pointer; }
      .login-expires .login-expires-content .login-expires-close > img {
        width: 100%; }
    .login-expires .login-expires-content .login-expires-body {
      margin-top: 47px; }
      .login-expires .login-expires-content .login-expires-body .login-expires-title {
        font-size: 24px;
        font-family: "Poppins-Bold";
        line-height: 37px;
        color: #223265;
        max-width: 440px;
        margin: auto; }
    .login-expires .login-expires-content .login-expires-btns {
      margin-top: 41px; }
      .login-expires .login-expires-content .login-expires-btns a {
        display: block;
        max-width: 430px;
        height: 66px;
        background-color: #3421FF;
        border-radius: 10px;
        font-size: 18px;
        line-height: 66px;
        color: #fff;
        margin: auto;
        text-decoration: none; }

[v-cloak] {
  display: none !important; }

.cookie-agreement {
  z-index: 1000000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px -5px 15.6px 5.4px rgba(60, 127, 255, 0.09);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 10%; }
  .cookie-agreement .none {
    display: none; }
  .cookie-agreement .left {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #11182e;
    line-height: 26px;
    max-width: 80%; }
  .cookie-agreement .right button {
    border: 0;
    padding: 0 20px;
    height: 56px;
    box-sizing: border-box;
    background-color: #3421FF;
    border-radius: 8px;
    font-family: "Poppins-Bold";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none; }
