body {
  min-width: 20rem;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
}
* {
  margin: 0;
  padding: 0;
/* CSS3盒子模型 */
/* 可以不用考虑padding和border是否会撑大盒子的情况了*/
  box-sizing: border-box;
}
ul{
  padding: 0;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  margin: 2.5rem auto 1.25rem;
}
h4 {
  font-size: 1.25rem;
  color: #333;
  margin-top: 1.25rem;
  font-weight: 600;
}
.mb-30{
  margin-bottom: 30px!important;
}
.annav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* min-height:4.375rem; */
  display: flex;
  justify-content: center;
  z-index: 99;
}

.navbar {
  padding-bottom:0.3125rem;
  background-color: white;
  box-sizing: 0 3px 10px #ccc;
  box-shadow: 0px 0px 20px 5px #cccccc9c;
}
.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
.navImg {
  margin-right: 20%;
}
.navbar-toggler:focus {
  box-shadow: none;
  background-color: #ddd;
}
.navbar-item {
  height: 4.375rem;
  line-height: 4.375rem;
  white-space: nowrap;

}
.navbar-item-item1 {
  visibility: hidden;
  width: 75vw;
  height: 382px;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-around;
  border-top: 1px solid #eee;
  padding: 2.5vw;
  box-shadow: -3px 3px 3px -2px #ccc, 3px 3px 3px -2px #ccc;
}
.navbar-item-item1 li {
  display: flex;

  width: 30%;
  flex-direction: column;
  align-items: self-start;
}
.navbar-item-item1 h4 {
  margin: 30px 0 25px 0;
  display: flex;
  align-items: center;
}
.navbar-item-item1 li a {
  display: inline-block;
  width: 21.875vw;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  outline: #000;
  padding-left: 1.25vw;
  font-size: 0.9vw;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.navbar-item-item1 li a:hover {
  border: 1px solid #0028a0;
}
.navbar-item-item1 img {
  width: 1.75vw;
  height: auto;
}

.navbar-item .nav-item-a {
  word-break: keep-all;
  text-align: center;
  position: relative;
  padding: 0 1.25vw;
  display: inline-block;
  font-size: 1.2rem;
  color: #555;
  text-decoration: none;
  border-bottom: 0.3125vw solid transparent;
}
.navbar-item .nav-item-a:hover {
  color: #555;
  border-bottom: 0.3125vw solid #0028a0;
}
.navbar-item:hover .navbar-item-item1 {
  visibility: visible;
}
.navbar-item-itemh li a {
  height: 80px;
  line-height: 80px;
}
.navbar-item-item2 li a {
  height: 7.5rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1rem;
}
.nav-item-img {
  width: 2.5vw !important;
}
.navvertical{
  position: absolute;
  top: 70px;
  z-index: 99;
  background-color: rgb(248, 244, 244);
  width: 100%;
  left: 0;
}
/* @media (max-width:996px){
  .navbar-item {
    position: relative;
  }
  .navbar-item-item1{
    display: none!important;
    visibility: hidden;
    position: absolute;
    text-align: center;
    display: flex;
    left: 0;
    flex-direction: column;
    width: 300px;
  }
} */

.navsmall {
    visibility: hidden;
    height: 73px;
    background-color: white;
    /* display: none; */
  }
i{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}


.navsmall .navbar-nav li {
  margin: 10px 0;
}

.navsmall .navbar-nav li ul {
  display: none;
  margin-left: 20px
}

.navsmall .navbar-nav li a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.navbar-nav {
  margin-top: 20px;
  list-style-type: none;
}
.navbar-nav p{
  margin: 0;
}

.leve1{
display: flex;
align-items: center;
}
.carousel{
  height: 38vw;
  overflow: hidden;
}
.carousel-item {
  position: relative;
}
.carousel-item-text {
  color: white !important;
  z-index: 9;
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
.banner-text3 {
  font-size: 3.75vw;
  line-height: 3.75vw;
  color: #fff;
}
.banner-text4 {
  color: #e4e7eb;
  margin-top: 1.75vw;
  line-height: 2.5vw;
  font-size: 1.875vw;
}
.banner-link-button {
  display: inline-block;
  width: 10vw;
  height: 2.75vw;
  line-height: 2.75vw;
  text-align: center;
  font-size: 1.125vw;
  color: #fff;
  margin-right: 0.625rem;
  border: 1px solid white;
  background-color: transparent;
  transition: border-radius 0.2s;
}
.banner-link-button:hover {
  background-color: white;
  border-radius: 1.25rem;
  color: #333;
  transition: all 0.4s;
}
.carousel-item-text4 {
  text-align: center;
  color: #555 !important;
  top: 3vw;
  transform: translateY(0%);
}
.carousel-item-text4 div a {
  display: inline-block;
}
.banner-text5 {
  color: #555;
}
.carousel-item-text {
  animation: slideInFromTop 0.8s linear;
  transform: translateY(-50%);
}
.carousel-item-text4 {
  animation: slideInFromTop4 0.8s linear;
  transform: translateY(0%);
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes slideInFromTop4 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item:not(.active) .carousel-item-text {
  animation: none; /* disable animation for inactive items */
  opacity: 0;
}
/* score */
.ourdata {
  background-color: white !important;
}
.ourdatarow{
  display: flex;
  justify-content: space-between;
}
.main-title {
  text-align: center;
  font-weight: 300;
}
.ourdata h1 {
  padding: 30px 0 10px;
  font-weight: 300;
}
.scoretitle {
  font-size: 20px;
}
.ourdata-item {
  text-align: center;
  margin: 30px 0;
}
.ourdata-item p,
.ourdata-item p span {
  color: #0028a0 !important;
  font-weight: 900;
  font-size: 2.25rem;
  white-space: nowrap;
}
.ourdata-item h4 {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}

/* 模块1加密系统 */
.title{
  font-size: 2rem;
  font-weight: 800;
  margin: 50px 0;
}
.system {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.titleitem{
  font-size: 18px;
  font-weight: bold;
}
.alarmremake {
  font-size: 1rem;
  line-height: 30px;
  color: #00293aa6;
  text-align: center;
  margin-bottom: 3rem;
}
.rowsystem {
  display: flex;
  justify-content: space-around;
}
.detail {
  font-size: .875rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-;
}
.systemItem {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 5px #cccccc9c;
  transition: all 0.5s;
  margin: 20px 0;
}
.systemItemImg {
  width: 6.25rem;
  height: 6.25rem;
}
.systemlistbg {
  margin: 20px;
  position: relative;
  overflow: hidden;
  height: 7.5rem;
  background-color: white;
}
.systemlist {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px;
  padding: 5px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  animation: scrollTop 16s linear infinite;
}
.systemlist li {
  height: 3.75rem;
  display: flex;
  justify-content: space-around;
}
.systemlist li div {
  width: 25%;
}
.systemlist li p {
  font-size: 0.625rem;
}
.systemlist li img {
  width: 2.7rem;
}
@keyframes scrollTop {
  0% {
    top: 0px;
  }
  20% {
    top: -3.75rem;
  }
  40% {
    top: -7.5rem;
  }
  60% {
    top: -11.25rem;
  }
  80%{
    top: -15rem;
  }
  100%{
    top: -18.75rem;
  }


}
.btn-more{
  color: white;
  background-color: #0028a0;
  border: 1px solid #0028a0;
  margin-top: 20px;
  font-size: .875rem;
}
.btn-more a{
  color: white;
}
.btn-more:hover{
  background-color: white;
  color: #0028a0;
  border: 1px solid #0028a0;
}
.btn-more:hover a{
  color: #0028a0;
}
.safe {
  background-color: white;
  text-align: center;
  padding-bottom: 100px;
}
.saferow{
  display: flex;
  justify-content: space-between;
}
.safeCricle {
height: 32.5rem;
  position: relative;
  z-index: 9;
  margin: 100px 0;
}
.cricle {
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.safeBig {
  width: 35vw;
  height:  35vw;
  z-index: -1;
}
.safeMiddle {
  width:20vw;
  height:20vw;
}
.safeSmall {
  width: 10vw;
  height:  10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: white;
  padding: 5px;
}
.safeSmall img {
  width: 70%;
  height: auto;
}
.mini {
  width: 4vw;
  height: auto;
  line-height: 4vw;
  position: absolute;
  color: #969daa;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9;
}


.minicircle {
  /* line-height: 4vw; */
  text-align: center;
  background-color: #969daa;
  border-radius: 50%;
  /* margin-bottom: 0.3125rem; */
  font-weight: 600;
  cursor: pointer;
  pointer-events: none;
}
.mini p{
  font-size: 1rem;
}
.mini img {
  width: 50%;
  height: auto;
}
.mini {
  transform: translate(-50%, -50%);
}
.mini1 {
  top: 12%;
  left: 50%;
}
.mini2 {
  top: 30%;
  left: 10%;
}
.mini3 {
  left: 5%;
  top: 80%;
}
.mini4 {
  top: 110%;
  left: 50%;
}
.mini5 {
  top: 80%;
  left: 92%;
}
.mini6 {
  top: 30%;
  left: 90%;
}
.mini7 {
  top: 13%;
  left: 25%;
}
.mini8 {
  top: 50%;
  left: 0%;
}
.mini9 {
  left: 25%;
  top: 99%;
}
.mini10 {
  left: 74%;
  top: 99%;
}
.mini11 {
  left: 100%;
  top: 50%;
}
.mini12 {
  left: 75%;
  top: 13%;
}
.mini:hover p{
  font-size: 1.2vw;
}
.mini:hover .minicircle {
  transform: scale(1.05);
  transition: all 0.3s;
  background-color: #0028a0;
  color: black;
  font-weight: 600;
}
.safeItem .miniactive .minicircle {
  transform: scale(1.05);
  transition: all 0.3s;
  background-color: #0028a0;
}
.safeItem .miniactive .minitext{
  color: black;
  font-weight: 800;
  font-size: 1.2vw;
}
.safeItem2{
  display: none;
}
.safeItem2 .cricle {
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.safeItem2 .safeBig {
    width: 18rem;
    height: 18rem;
    z-index: -1;
  }
  .safeItem2 .safeMiddle {
    width:10rem;
    height:10rem;
  }
  .safeItem2 .safeSmall {
    width: 5rem;
    height:  5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    /* border: 1px solid #0028a0; */
    color: white;
  }
  .safeItem2 .safeSmall img {
    width: 100%;
    height: auto;
  }
  .safeItem2 .mini {
    width: 2rem;
    height: auto;
    line-height: 2rem;
    position: absolute;
    color: #969daa;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 9;
  }
  .safeItem2 .mini p{
    font-size: 1.7vw;
  }
  .safeItem2 .mini:hover p{
    font-size: 2vw;
  }
  .safeItem2 .mini:hover .minicircle {
    transform: scale(1.05);
    transition: all 0.3s;
    background-color: #0028a0;
    color: black;
    font-weight: 600;
  }
  .safeItem2 .miniactive .minicircle {
    transform: scale(1.05);
    transition: all 0.3s;
    background-color: #0028a0;
  }
  .safeItem2 .miniactive .minitext{
    color: black;
    font-weight: 800;
    font-size: 2vw;
  }

.safemore {
  width: 10rem;
  height: 50px;
  background-color: #0028a0;
  color: white;
  display: flex;
  border: 2px solid transparent;
  transition: all 0.3s;
  position: relative;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.safemore span {
  color: white;
  transition: all 0.3s;
}
.safemore:hover {
  border: 2px solid #0028a0;
  color: #0028a0;
  transition: all 0.3s;
}

.safemore:hover span {
  color: #0028a0;
  transition: all 0.3s;
  margin-left: -20px;
}
.safeItemright {

margin: auto;
}
.safeicon {
  color: #0028a0;
}
.safetitle {
  font-size: 1.75rem;
  font-weight: n;
}
.safecontent h2 {
  font-weight: 600;
  color: #444444;
  margin-top: 0;
}
.safecontent {
  font-size: 1rem;
  line-height: 30px;
  display: none;
  text-align: left;
  /* margin-top: 50px; */
}
.safecontent:nth-child(1){
  display: block;
}
/* 准入控制 */
.access,.permisson,.option,.state{
  text-align: center;
  padding: 50px;
}
.access h2,.permisson h2{
  font-weight: 800;
  margin: 10px 0;
}
/* .accessItem h2{
  font-size: 1.75rem;
} */
.h6text{
  font-size: 1.625rem!important;
}
.access .accessleft,.permisson .permissonleft{
  text-align: left;
}
.accesscontent,.permissoncontent{
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.accessbutton,.permissonbutton{
  padding: 0;
  vertical-align: middle;
  color: #0028a0;
  border: none;
}
.accessbutton span,.permisson a{
  color: #0028a0;
}
.accessbutton i,.permissonbutton i{
  transition: all 0.3s;
  color: #0028a0;
}
.accessbutton a,.permissonbutton a{
  color: #0028a0;
}
.accessbutton:hover i,.permissonbutton:hover i{
margin-left: .625rem;
transition: all 0.3s;
}
.accessright,.permissonright{
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
}
.accessright img,.permissonright img{
  width: 100%;
  height: 100%;
}
.accessDetail,.permissonDetail{
  margin-top: 2.5rem;
}
.accessDetail img,.permissonDetail img{
  width: 3.125rem;
  height: 3.125rem;
}
.accessDetail h4,.permisson h4{
  font-weight: 800;
}
.accessDetail p,.permissonDetail p{
  font-weight: 400;
  color: #9098ab;
  font-size: 1rem;
  line-height:1.57rem
}
.permisson{
  background-color: white;
}
.permissonleft{
  padding-left:50px;
  margin-top: 30px;
}
.safeItem2 .smallmini{
  padding: 5px 10px;
  background-color: white;
  color: #555;
  margin-top: 10px;
}
.safeItem2 .miniactive{
  background-color: #0028a0;
  color: white;
}
.safeItem2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto 50px;
}
@media (max-width: 768px) {
  .safeItem1{
    display: none;
  }
  .safeItem2{
    display: block;
  }
  .permissonleft{
    padding-left: 0;
  }
}
.option{
  background-image: url("../../style/images/case1.jpg");
  transition: all .3s;
  background-repeat: no-repeat;
  background-size:cover;
}
.optionrow{
  display: flex;
  
}
.optionMain{
  display: flex;

}
.optionMainLefttow{
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.optionMainLefttow .optionMainList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.optionMainLefttow .optionMainList li{
  color: white;
  padding: 10px;
}
.optionMainLefttow .optionMainList .optionItem{
  width: 45%;
  white-space: nowrap;
  background-color: white;
  color: black;
  font-size: 0.8rem;
  padding: 0.3rem 0;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: white;
}

.optionMainLefttow .optionMainList li:hover{
  background-color: #0028a0;
  color: white;
}
.optionMainLeft ul{
  width: 15rem;
  text-align: left;
  padding: 15px 0;
  background-color: #0028a0;
  color: white;
}
.optionMainLeft ul li{  
  color: white;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-size:1.25rem;
  font-weight: 300;
}
.optionMainLeft ul li::before{
  margin-right: 1.25rem;
  display: inline-block;
  content: "";
  width: 4px;
  background-color: #0028a0;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  transition: all 0.5s;
}
.optionMainLeft ul .factive::before{
  background-color: white;
}
@media (max-width: 992px) {  
  .optionMainLeft{
   display: none;
  }
  .optionMainLefttow{
   display: block;
  }
  .optionContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .optionMainLefttow ul .factive{
    background-color: #0028a0;
    color: white;
  }
}

.optionMainLeft ul li.hovered::before{
  background-color: white;
}


.option h3{
  color: white;
}
.optionContent{
  text-align: left;
  display: none;
}
.optionContent h3{
  font-size: 1.25rem;
  font-weight: 600;
}
.optionMainRight{
  text-align: center;
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  position: relative;
}
.optionMainRight:nth-child(1){
  display: block;
}
.optionDetail{
  background-color: white;
  opacity: 0.7;
  padding: 1.625rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  margin: 20px 0;
  font-size: .875rem;
  line-height: 1.5rem;
}
.optionDetail p{
  margin-bottom: 0;
  color: black;
}
.optionDetail h4{
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.optiondet{
  background-color: transparent;
  border: 1px solid white;
  padding: 5px 50px;
  font-weight: 600;
  font-size: .875rem;
  position: relative;
  transition: all 0.3s;
  color: white;
  position: absolute;
  right: 20px;
}
.optiondet a{
  color: white;
}
.optiondet span{
  color: white;
  position: absolute;
  left: 70%;
  transition: all 0.3s;
}
.optiondet:hover{
  /* background-color:#0028a0; */
  border: 1px solid white;
  color: white;
  transition: all 0.3s;
}
.optiondet:hover a{
  color: white;
}
.optiondet:hover span{
  /* color: white; */
  left: 75%;
  transition: all 0.3s;
}
.optionimg{
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.optionimg li{
  height:4rem;
}
.optionimg li img{
  height: 100%;
}
.optionpart{
  font-size: 1rem;
  line-height: 1.7rem;
}
.optionpart p{
  color: white;
}
.optionpart h4{
  font-weight: 800;
  color: white;
}
.permissionrow,.accessrow,.staterow{
  display: flex;
  justify-content: space-between;
}
.state{
  background-color: white;
}
.stateItem{
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  border: 1px solid #ccc;
  margin-top: 2rem;
  margin-right: 20px;
}
.stateImg{
  margin: auto;
  width: 100%;
  height: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.stateImg1{
  background-image: url("../../style/images/pro-bj1.png");
}
.stateImg2{
  background-image: url("../../style/images/pro-bj2.png");
}
.stateImg3{
  background-image: url("../../style/images/pro-bj3.png");
}
.stateImg4{
  background-image: url("../../style/images/pro-bj4.png");
}
.stateImg5{
  background-image: url("../../style/images/pro-bj5.png");
}
.stateImg6{
  background-image: url("../../style/images/pro-bj6.png");
}
.stateText{
  position: absolute;
  left: 1.5rem;
  top: 3.2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
}
.stateText span{
  color: white;
}
.statetime{
  color: #9098AB;
  margin-right: .625rem;
}
.stateContent{
  padding: 20px;
  font-size: .75rem;
  color: #596974;
}
.stateContent li{
  line-height: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  text-align: left;
  padding-left:20px;
}
.stateContent li span{
  font-size: .875rem;
}
.stateItem a{
  font-size: .875rem;
}
.stateItem{
  position: relative;
}
.statemore{
  position: absolute;
  bottom: 15px;
  right: 20px;
font-size: .7rem;
}
.foot{
  background-color: #121826;
  /* padding: 0!important; */
  padding: 0 10px;
  font-size: .875rem;
}
.foot {
  font-size: .875rem;
}
.footerrow{
  display: flex;
  justify-content: space-between;
}
.footerlogo{
  width:5rem;
}
.footerlogo img{
  width: 100%;
  height: auto;
}
.foot ul li{
  color: #939DB8!important;
  line-height: 2.1875rem;
}
.footerItem{
  margin-top: 50px;
}
.footerItemright{
  /* width: 100vw; */
  display: flex;
  justify-content: space-between;
}
.footerItemright h6{
  font-size: .875rem;
}
.footerlast{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #939DB8;
  padding-top: 20px;
  font-size: .875rem;
  align-items: center;
  vertical-align: middle;
  color: #939DB8;
}
.footerlist{
  padding: 0;
}
.footerlist h6{
  height: 15px;
}
.qrcode{
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 15px;
  border: 1px solid #0028a0;
  overflow: hidden;
}
.qrcode img{
  width: 100%;
}
@media screen and (max-width: 989px) {
  .navbig {
    display: none;
  }

  .navsmall {
    height: auto;
   visibility: visible;
  }

  .navsmallshow {
    display: block;
  }
  .optionMainRight{
    padding-top: 0;
  }
}

/* .ewm,.conection{
  width: 1.875rem;
  height:  1.875rem;
  position: relative;
  cursor: pointer;
}
.ewm img,.conection img{
  width: 100%;
  height: 100%;
}
.qrcode{
  position: absolute;
  top: -6.25rem;
  display: none;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 15px;
  border: 1px solid #0028a0;
  overflow: hidden;
}
.ewm:hover .qrcode{
  display: block;
} */
/* .level3{
  width: 100%;
  
}
.level3Item li{
  margin: 0;
  width: 100%;
  background-color: #dae2f8;
} */