/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Poppins' ;
  src: url('../../fonts/upnoet10.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Poppins","Avenir Next","AvenirNextLTPro-Bold",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}
body {
  font-family: 'Poppins', sans-serif ;
  background-color: rgb(7 7 17);
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .contauner{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    
  }
}
a {
  text-decoration: none;
}
.container {
  margin-top: 100px !important; 
}
/* 字体大小 */
.fs-7 {
  font-size: 14px !important;
}
.fs-8 {
    font-size: 12px !important;
}
.fs-18 {
    font-size: 18px !important;
}
/* 背景颜色 */
.bg-hs{
  background-color: #1f232f !important;
}
.bg-hs1{
  background-color: #0f1021 !important;
}
.bg-okh{
  background-color: #0f1021 !important;
}
.bg-ls{
  background-color: #1b1831 !important;
}
.bg-jbh{
  background:linear-gradient(0deg,#000,#999);
}
.bg-lvs{
  background-color: #0ecb81 !important;
}
.bg-lvs1{
  background-color: #00b897 !important;
}
.bg-red{
  background-color: #f5465c !important;
}
.bg-qh{
  background-color: rgb(51, 51, 51) !important;
}
.bg-zs{
  background-color: rgb(118, 31, 227) !important;
}
.bg-fs{
  background-color: #ccab66 !important;
}

.bg-uh1{
  background-color: #17181e !important;
}
.bg-uh{
  background-color: #0d0d0d  !important;
}

/* 字体颜色 */
.text-lvs{
  color:#0ecb81;
}
.text-dhs{
  color: #95979b;
}
.text-bhs{
  color: rgb(185, 192, 196);
}
.text-red{
  color: #f5465c !important;
}
.text-zs{
  color: rgb(118, 31, 227) !important;
}
.text-fs{
  background: linear-gradient(0deg, #f6e3a3 -30%, #ccab66 60%, #b0863d 90%);
        -webkit-background-clip: text;
        color: transparent;
}
.text-fss{
  color: #f6e3a3 !important;
}
.text-fsb{
  color: #ccab66 !important;
}
.text-lh{
  color: #ccceef !important;
}
.text-ls{
  color: #7376aa !important;
}
.text-chs{
  color: #7376aa !important;
}
.text-z-fs{
  background: linear-gradient(90deg, #f6e3a3 -30%, #ccab66 30%, #b0863d 90%);
        -webkit-background-clip: text;
        color: transparent;
}
/* 边框颜色 */
.border-lvs{
  border-color:#0ecb81 !important;
}
.border-fs{
  border-color:#ccab66 !important;
}
.pb-6{
  padding-bottom: 4rem !important;
}
.border-zs {
  border-color: rgb(118, 31, 227) !important;
}
.border-bhs {
  border-color: rgb(185, 192, 196) !important;
}
.border-bshs {
  border-color: rgb(72, 73, 73) !important;
}

.border-hhs {
  border-color: rgb(49, 49, 49) !important;
}


@media (min-width: 992px) {
  .mt-lg-7 {
      margin-top: 7rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
      margin-top: 6rem !important;
  }
}

@media (max-width: 992px) {
  .mt-top-4 {
      margin-top: 1.5rem !important;
  }
}




