html::-webkit-scrollbar {
  width: 6px;
}
.header-top{
  margin: 0 auto !important;
}
.Poolblue{
  background-color: #1890ff;
}
.biges{
  font-weight: 700;
}
.nav-fr{
  margin-right: 0.34rem;
  display: flex;
  align-items: center;
}
.header-text-nr{
  color: rgba(250, 250, 250, 0.4)!important;
  font-size: 18px !important;
}
.bvfback{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin: 0 auto !important;
}
.vbf-lbnr{
  margin-left: 0px !important;
  margin-right: 0px !important;
  /*margin: -29px auto !important;*/
  margin: 80px auto !important;
}
.bvfck3{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin: 0px auto !important;
  margin-bottom: 12px !important;
}
.meta-line.active{
  height: 26px !important;
}
html::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.pc-content{
  margin: 0 auto !important;
}

html::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
a:focus, a:hover{
  color: #ffff;
  text-decoration: none;
}
body{
  overflow-x:hidden;
}
.bvfh1{
  background: linear-gradient(270deg, rgba(244,248,251,0) 0%, #E6F0FA 100%);
}

nav{
  height: 56px;
  line-height: 56px;
  padding: 0 0.5rem;
  background: #333333;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.bvfh2{
  background: linear-gradient(270deg, rgba(244,248,251,0) 0%, #E6F0FA 100%) !important;
}
.bvfh1{
  background: linear-gradient(270deg, rgba(244,248,251,0) 0%, #E6F0FA 100%) !important;
}
.dropdownn {
  position: relative;
  display: inline-block;
}
.dropdownn-content {
  z-index: 99999999999;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #313233;
  opacity: 0.96;
  width: 100%;
  height: 332px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  padding: 12px 16px;
  margin-right: 360px;

}
.dropdownn-xz{
  text-align:center;
  width:166px ;
  height: 150px;
}
.dropdownn-img{
  margin-top: 20px;
  width: 64px;
  height: 64px;
}
/*.triangle1{*/
/*  position:absolute;*/
/*  top: 39px;*/
/*  left: 38px;*/
/*  width: 20px;*/
/*  height: 4px;*/
/*  background: linear-gradient(270deg, rgba(53,195,255,0) 0%, #1890FF 100%);*/
/*  border-radius: 1px;*/
/*  !*display: none;*!*/
/*}*/


.dropdownn-top{
  width: 1200px !important;
  margin: 0 auto !important;
}
.dropdownn-nr{
  display: flex;
}

.dropdownn-text{
  margin-top: 11px;
  word-wrap: break-word;
  font-size: 16px;
  line-height:14px;
}
.dropdownn:hover .dropdownn-content{
  display: block;
}
.dropdownn-content a:hover
{
  background:#1890FF;
}

.pc-nav .nav-content{
  width: 1250px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.pc-nav .nav-left{
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 66px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*flex-flow: column;*/
  /*background: linear-gradient(180deg, #626162 0%, #333233 100%)*/
  /*box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.4);*/
}
.pc-nav .nav-left img{
  width: 130px;
  height: 66px;
;
}
.pc-nav .nav-left-desc{
  color: #ccc;
  font-size: 14px;
  line-height: 1;
  /*margin-top: 6px;*/
  margin-bottom: 5px;
}
.nav-label {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.nav-label img{
  width: 127px;
  height: 32px;
  margin-top: 10px;
}

.nav-label .nav-desc{
  position: absolute;
  left: 16px;
  top:50%;
  font-size: 16px;
  color: #ffffff;
  transform: translateY(-50%);
}

.nav-right{
  display: flex;
  padding-left: 140px;
}
.right-ul{
  padding-left: 0;
}
nav ul{
  list-style: none;
  display: flex;
  margin: 0;
}
nav ul li a{
  color: #cccccc;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin: 0 11px;
}
.nav-right li{
  position: relative;
}
.nav-right li::after{
  content: '';
  display: inline-block;
  position: absolute;
  background: #404040;
  height: 14px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nav-right li:first-child::after{
  display: none;
}
.nav-right .dropdown-content li::after ,.nav-right .login-list li::after{
  display: none;
}
.nav-right .active{
  color: #fff;
}
/*nav ul li a:hover::after{*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    background: #ff6003;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.open{
  display: flex !important;
}
.dropdown-list{
  position: relative;
  z-index: 10;
}
.dropdown-content,.login-list{
  position: absolute;
  color: #b2b2b2;
  display: none;
  flex-flow: column;
  cursor: pointer;
  padding: 0;
  background: #ffffff;
  box-shadow: #e3d9d4 0 0 5px;
  border-radius: 4px;
  width: 120%;
  z-index: 10;
  top: 56px;
}
.dropdown-content li,.login-list li{
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 16px;
}
.dropdown-content li:hover,.login-list li:hover{
  color: #ff6003;
}
.dropdown-content li i{
  margin-right: 6px;
}
.nav-not-login{
  padding: 0 0 0 142px;
  font-size: 16px;
  cursor: pointer;
}
.nav-not-login a{
  color: #ccc;
}
.line{
  height: 15px;
  background-color: #cccccc;
  width: 1px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.nav-login{
  position: relative;
  cursor: pointer;
  /*padding: 0 0 0 450px;*/
  margin-left: 111px;
  min-width: 120px;
  display: flex;
}

.srent-nav{
  position: fixed;
  top:0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  min-width: 1300px;
}


.login-name{
  margin-left: 6px;
  color: #b2b2b2;
  font-size: 16px;
  max-width: 98px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.login-phone{
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.login-phone i{
  color: #fff;
  font-size: 24px;
}
.login-phone img{
  width: 179px;
  height: 18px;
  margin-left: 10px;
}

.mobile-nav{
  display: none;

}

@media (max-width: 1350px) {
  nav ul li a{
    margin: 0 8px;
  }
  nav{
    padding: 0 10px;
  }
}

@media (max-width: 1480px) {
  .nav-label{
    display: none;
  }
}


@media (max-width: 767px) {
  .pc-nav{
    height: 60px;
    display: none;
  }
  .mobile-nav{
    position: relative;
    display: flex;
    /*background: #28221f;*/
    justify-content: space-between;
  }
  .mobile-nav .sp-fl{
    padding: 0 ;
  }
  .login-icon,
  .close-collapsed-icon {
    width: .5rem;
    max-width: 50px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
  }
  .login-icon{
    margin-right: .5rem;
  }
  .login-icon img,
  .close-collapsed-icon img{
    width: 100%;
    vertical-align: middle;
  }
  nav {
    height: .9rem;
    line-height: .9rem;
    position: relative;
    z-index: 99;
  }
  .logo-img-box a{
    display: inline-block;
    height: 1rem;
    vertical-align: middle;
  }
  .logo-img-box{
    z-index: 999999999999;
    position: absolute;
    top: 0;
    left: 20px;
    height: 44px;
  }
  .logo-img-box img{
    width: auto;
    height: 100%;
    vertical-align: top;
  }

  .nav-label {
    position: relative;
    margin-left: 0.1rem;
    display: inline-block;
  }
  .nav-label img{
    width: 1.27rem;
    height: 0.32rem;
    margin-top: 0.35rem;
  }

  .show-modal{
    position: fixed;
    z-index: 9998;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .show-modal h4{
    color: #fff;
    font-size: .26rem;
    padding: .7rem 0 .78rem 0;
    margin: 0;
  }
  .login-modal button{
    border-radius: 0;
    width: 2.4rem;
    height: .6rem;
    font-size: .24rem;
    background: #ff6003;
    border: none;
  }
  .login-modal .default{
    background: transparent;
    border: 1px solid #ff6003;
    color: #ff6003;
  }
  .login-modal{
    height: 3.2rem;
    background: #271f1b;
    margin-top: 0.9rem;
  }
  .menu-modal{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #292E33;
    opacity: 0.98;
    margin-top: 0.9rem;
  }
  .menu-modal li{
    text-align: left;
    height: 1rem;
    cursor: pointer;
    line-height: 1rem;
    font-size: .26rem;
    color: #e1e1e1;
    margin-left: .5rem;
    border-bottom: 1px solid #666666;
  }
  .menu-modal li:last-child{
    border: none;
  }
  .menu-modal li a{
    display: inline-block;
    font-size: .26rem;
    color: #e1e1e1;
    width: 100%;
  }

  .iScrollIndicator{
    opacity: 0 !important;
  }
  .mobile-srent-nav{
    position: fixed;
    z-index: 99;
    width: 100vw;
  }
/*  111111111111111111111*/
  @font-face {
    font-family: "iconfont"; /* Project id  */
    src: url('./font_omt67m0iref/iconfont.ttf?t=1673459206851') format('truetype');
  }
  .icons{
    font-family:iconfont;
    display: none;
  }
  .icones{
    font-family:iconfont
  }
  .alles{
    display: inline-block;
    width: 92%;
    height: 100%;
    margin: 0 auto;
  }
  .twos{
    /*margin: 0.3rem 0 0.8rem 0 ;*/
    width: 100%;
    display: inline-block;
    display: flex;

  }
  .ones{
    display: inline-block;
    width: 50%;
    /*height: 2.8rem;*/
    text-align: center;
    padding: 0.2rem;
    /*background-color: #F2F2F2*/
  }
   .imgs{
     margin-bottom: 0.16rem;
     display: inline-block;
     width: 0.957rem;
   }

  .box{
    margin-top: -0.25rem;
    display: block;
  }
  .vbfes{
    padding-right: 0.4rem;
    display: flex;
    justify-content: space-between;
  }
  .nobo{
    text-align: center!important;
    height: 12rem !important;
    margin-left: 0 !important;
    background-color: #25292E;
    display: none;
  }

}
