@charset "UTF-8";
@import url("https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap");

/**********重置一些原样式**************/

.fixed-top {
  z-index:999;
}
.pages,.content {
  min-height:200px;
}
input:focus,textarea:focus,button:focus {
  outline:none;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom:0;
}
table {
  width:100%!important;
  background:#fff;
}
td {
  border:1px solid #ddd;
  padding:10px 15px;
  font-size:14px;
  font-weight:normal;
  line-height:24px;
}
tr:nth-child(2n) {
  background:#f8f8f8;
}
tr:hover {
  cursor:pointer;
}
.clear {
  clear:both;
}
.col-20 {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link,.nav-pills .nav-link {
  border:none;
}
.nav-link {
  padding:1rem 1rem;
}
.dropdown-menu {
  top:98%;
}
.nav-tabs .nav-link {
  margin-right:2px;
}


/**********重置一些原结束**************/

/*********自定义一些基本设置**************/
:root {
  --colorred: #C54B4D;
  --colorblue2:#1889DF;
  --coloryellow: #FB9614;
  --coloryellow2: #F3E734;
}

html,body{
  color:#000;
  max-width: 100%; 
}

pre{ position: relative; padding:40px 20px 20px; background:#222; color:#f8f8f8; padding-top:50px; border-radius:10px;}
pre::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top:10px;
    left: 20px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

 


html ::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #233b67;
}
html ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}


 
.d-flex-center{
  display: flex;
  justify-content:center;
  align-items:center;
}
.d-flex-center-x{
  display: flex;
  justify-content:center; 
} 
.d-flex-center-y{
  display: flex; 
  align-items:center;
}

.fweight {
  font-weight:bold;
}
.fw300 {
  font-weight:300;
}
.fn {
  font-weight:normal;
}
.coloron {
  color:#dbbc87!important;
}
.color000 {
  color:#000!important;
}
.colorfff {
  color:#fff!important;
}
.color666 {
  color:#6f6f6f!important;
}
.color888 {
  color:#888!important;
}
.color333 {
  color:#333!important;
}
.colorred {
  color:#f7094c!important;
}
.bg000 {
  background:#000!important;
}
.bgf3 {
  background:#f3f5f9!important;
}
.bgf8 {
  background:#f8f8f8!important;
}
.bgblue {
  background:#EDF0FA!important;
}
.bgblue2 {
  background:#F7F8FD!important;
}
.bgfff {
  background:#fff!important;
}
.bg-glass {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.fa-square:before,
.fa-circle:before,
.fa-check-square:before{
	margin-right: 3px;
}

.title-bg{
	 background-image: url(../images/titilebg.jpg);
	 -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    color: #fff;
    display: inline-block; 
}

.navbar-light .navbar-toggler,
.navbar-toggler{
	border: none!important;
  outline: none!important;
  box-shadow: none;
}
.navbar-light .navbar-toggler-icon{
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 
.navbar-toggler-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
}
.navbar-toggler-icon.open {
      background-image: url('../images/close.png'); 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    }
.leftmenus .twomenu a{
      font-size: 14px;
      padding-left: 15px;
}
.banner{
   height: 250px;
   overflow: hidden;
}
/**********自定义一些基本设置结束**************/


.logo-sm-height{
   height: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 14px;
}