@charset "UTF-8";
body,
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Hiragino Sans GB', '微软雅黑', arial, sans-serif;
}
html {
  font-size: 32px;
}
#container {
  height: 100%;
  position: fixed;
  top:0px;
}
#showRoom {
  height: 100%;
  position: fixed;
  top:0px;
}
@media (min-width: 320px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 50px;
  }
}
@font-face {
  font-family: 'STXINGKA';
  src:  url('../font/STXINGKA.woff')
}
.fullScreen{
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: scale(1);
  z-index: 13
}
.fullScreen :hover{
  cursor: pointer;
  transform: scale(1.3);
}

.redcolor {
  color: red;
}
.orangecolor {
  color: #ff9600;
}
.Animation {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
a {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.flexBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.justifyBetweet {
  justify-content: space-between;
}
.justifyAround {
  justify-content: space-around;
}
.justifyEnd {
  justify-content: flex-end;
}
.comCenter {
  align-items: center;
  justify-content: center;
}
.allbtnBox {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 999;
}
.allbtnBox .menubtn {
  position: initial;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 8px 0;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes flip {
  0% {
    transform: perspective(800px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(800px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(800px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(800px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(800px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(800px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(800px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(800px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(800px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(800px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(800px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(800px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(800px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(800px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
.scaleactive {
  animation: pulse 2s ease-in-out infinite;
  -webkit-animation: pulse 2s ease-in-out infinite;
  -moz-animation: pulse 2s ease-in-out infinite;
}
.rotateactive {
  animation: flip 4s ease infinite;
  -webkit-animation: flip 4s ease infinite;
  -moz-animation: flip 4s ease infinite;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.boxsize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.conBox {
  position: relative;
  z-index: 10;
  background-image: url(../image/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: calc(100vh);
}
.sonconBox {
  position: relative;
  z-index: 10;
  background: #032455;
  height: calc(100vh);
  /*background-image: url(.../image/bg.jpg);background-repeat: no-repeat;background-size: 100% 100%;background-attachment: fixed;*/
}
.posBox {
  z-index: 10;
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgba(18, 87, 201, 0.5);
  border: 2px solid;
  border-image: linear-gradient(-90deg, #548FFF, #1366ff) 10 10;
  border-image-repeat: space;
  width: 50%;
  height: 60%;
  margin: -15% 0 0 -30%;
}
.videoBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
}
.videoBoxTwo {
  opacity: 0.4;
}
.videoBtn {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 20px;
}
.sonconBox .videoBox {
  opacity: 0.4;
  filter: alpha(opacity=40);
  height: 100%;
}
.listvideoBox {
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  position: relative;
}
.listvideoBox .videolist {
  width: 80%;
  height: 100%;
  background: #000;
  
}
.listvideoBox .videonameBox {
  width: 20%;
  padding: 1% 1%;
  font-size: 16px;
  color: #fff;
  overflow-y: auto;
}
.listvideoBox .videonameBox div {
  position: relative;
  margin: 11px 0;
  padding: 5px 5px 5px 30px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../image/iconvvideo.png) no-repeat left center;
  background-size: 20px 20px;
}
.listvideoBox .videonameBox div:hover {
  color: #00D8FF;
}
.listvideoBox .videonameBox div.active {
  color: #ff6858;
  background: url(../image/iconvvideo.gif) no-repeat left center;
  background-size: 20px 20px;
}
.listvideoBox .close {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  position: absolute;
  top: -21px;
  right: -21px;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../image/iconclose.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.listvideoBox .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.seesee {
  cursor: pointer;
  content: '';
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-image: url(../image/全屏.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.seesee:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.seesee.active {
  background-image: url(../image/缩屏.png);
}
/* 头部 */
.topBox {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.top {
  overflow: hidden;
  padding: 0 50px;
  line-height: 140px;
  font-size: 20px;
  height: 140px;
  width: 100%;
  background-image: url(../image/top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.toptitle {
  font-size: 55px;
  font-family: STXINGKA;
  font-weight: 400;
  color: #00D8FF;
  text-align: center;
}
.companyinfo {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}
.slogan {
  letter-spacing: 4px;
}
.slogan span {
  padding: 0 10px;
  font-weight: bold;
}
.bgpos {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 76, 255, 0.2);
}
.gohome {
  z-index: 11;
  position: fixed;
  top: 35px;
  right: -10px;
  cursor: pointer;
  width: 72px;
  height: 72px;
  background-image: url(../image/homebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
}
.gohome:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
/* 内容 */
.contentBox {
  z-index: 10;
  position: relative;
  justify-content: space-between;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: stretch;
  width: 100%;
  height: calc(100vh - 140px);
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  pointer-events: none;
}
.companyBox {
  position: absolute;
  top: 0px;
  right: 40px;
}
.companyBox .nameinfo {
  writing-mode: tb-rl;
  float: right;
  font-family: STXINGKA;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 0.64rem;
  line-height: 1.8em;
}
/* index 内容 */
.btnBox {
  /* cursor:pointer; */
  z-index: 10;
  position: relative;
  overflow: hidden;
  background-image: url(../image/btnLbg.png);
  /**/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noBtnBox {
  opacity: 0.3;
  pointer-events: none;
}
.btnBox img {
  width: 80%;
}
.leftBtn img {
  transform: rotate(180deg);
}
.rightBtn {
  background-image: url(../image/btnRbg.png);
}
.listBox {
  width: 92%;
  padding: 2% 4%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}
.listBox .list {
  cursor: pointer;
  float: left;
  width: 31.3%;
  height: 30%;
  margin: 1%;
  background-size: 100% 100%;
  overflow: hidden;
}
.listBox .list:hover .info {
  color: #00D8FF;
}
.listBox .list .info {
  padding: 0 15px;
  margin: 5px 5px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listBox .list img {
  height: 60%;
}
/* .listBox .list:hover img {
  animation: flip 4s ease infinite;
  -webkit-animation: flip 4s ease infinite;
  -moz-animation: flip 4s ease infinite;
} */
/* 左侧 */
.introduceClose {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../image/iconclose.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.introduceClose:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navBox {
  z-index: 10;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(../image/btnLbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 238px;
  padding: 5% 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  pointer-events: auto;
}
.navBox .infolist {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 140px;
  height: 15%;
  background-image: url(../image/menubtnsamll.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.navBox .infolist:hover,
.navBox .infolist.active {
  background-image: url(../image/menubtn.png);
  font-size: 22px;
  color: #00D8FF;
}
.navBox div:nth-child(2) {
  margin-left: 20px;
}
.navBox div:nth-child(3) {
  margin-left: 30px;
}
.navBox div:nth-child(4) {
  margin-left: 40px;
}
.navBox div:nth-child(5) {
  margin-left: 30px;
}
.navBox div:nth-child(6) {
  margin-left: 20px;
}
.btnhid {
  position: relative;
}
.btnmenu,
.morebtn {
  cursor: pointer;
  position: fixed;
  top: 15%;
  left: -10px;
  width: 67px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: url(../image/btnhid.png);
  background-size: 100% 100%;
  pointer-events: auto;
  z-index: 11;
}
.btnmenu:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btnmenu.active img {
  
  transform: rotate(180deg);
}
.morebtn {
  left: 60px;
  top: 15.6%;
  border-radius: 45px;
  width: 75px;
  height: 75px;
  background: none;
  background: rgba(0, 66, 175, 0.5);
  border: 2px solid #548fff73;
  box-shadow: 0 0 6px 3px rgba(18, 87, 201, 0.5);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.morebtn img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 1;
  filter: alpha(opacity=100);
}
.morebtn:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.txtBox {
  
  z-index: 10;
  padding: 20px;
  line-height: 1.8em;
  font-size: 16px;
  color: #fff;
  /* text-indent: 32px; */
  position: absolute;
  top: 0;
  left: 250px;
  letter-spacing: 0;
  width: 320px;
  min-height: 64px;
  background: rgba(18, 87, 201, 0.5);
  border: 2px solid;
  border-image: linear-gradient(-90deg, #548FFF, #1366ff) 10 10;
  border-image-repeat: space;
  word-break: break-all;
  text-align: left;
}
.advBox {
  width: calc(100% - 238px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.twopage .contentBox,
.twopage .advBox {
  width: 100%;
}
.twopage .navBox {
  position: absolute;
  height: 100%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.newvideo,
.imghidnew {
  display: none;
}
.menubtn {
  z-index: 999;
}
.menubtn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.openzt,
.home,
.if {
  cursor: pointer;
  content: '';
  display: block;
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-image: url(../image/虚拟展示.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.openzt:hover,
.home:hover,
.if:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.if {
  bottom: 130px;
  background-image: url(../image/转移.png);
}
.home {
  bottom: 190px;
  background-image: url(../image/首页.png);
}
.conBox.active,
.twopage.active {
  background: #fff;
  background-image: url(../image/bgnew.jpg);
  background-size: 100% 100%;
}
.conBox.active .newvideo,
.twopage.active .newvideo {
  display: block;
}
.conBox.active .oldvideo,
.twopage.active .oldvideo {
  display: none;
}
.conBox.active .listBox,
.twopage.active .listBox {
  color: #000;
  font-weight: bold;
}
.conBox.active .listBox .list:hover .info,
.twopage.active .listBox .list:hover .info {
  color: #1366ff;
}
.conBox.active .btnBox,
.twopage.active .btnBox {
  background-image: none;
}
.conBox.active .top,
.twopage.active .top {
  color: #006a89;
  line-height: 112px;
  background-image: url(../image/topnew.png);
  font-weight: bold;
}
.conBox.active .top .toptitle,
.twopage.active .top .toptitle {
  color: #006a89;
}
.conBox.active .menubtn,
.twopage.active .menubtn {
  background: rgba(0, 105, 137, 0.5);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 999;
}
.conBox.active .menubtn:hover,
.twopage.active .menubtn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.conBox.active .seesee,
.twopage.active .seesee {
  background-image: url(../image/全屏.png);
}
.conBox.active .seesee.active,
.twopage.active .seesee.active {
  background-image: url(../image/缩屏.png);
}
.conBox.active .openzt,
.twopage.active .openzt {
  background-image: url(../image/虚拟展示.png);
}
.conBox.active .if,
.twopage.active .if {
  background-image: url(../image/转移.png);
}
.conBox.active .home,
.twopage.active .home {
  background-image: url(../image/首页.png);
  background-size: 30px 30px;
}
.twopage.active {
  background-image: url(../image/bgtwopage.jpg);
  background-size: 100% 100%;
}
.twopage.active .imghid {
  display: none;
}
.twopage.active .imghidnew {
  display: block;
}
.twopage.active .companyBox .nameinfo {
  color: #006a89;
}
.twopage.active .navBox {
  background-image: url(../image/btnLbgnew.png);
}
.twopage.active .navBox .infolist {
  background-image: url(../image/menubtnsamllnew.png);
  color: #000;
}
.twopage.active .navBox .infolist:hover,
.twopage.active .navBox .infolist.active {
  background-image: url(../image/menubtnnew.png);
  font-weight: bold;
  font-size: 26px;
  color: #006a89;
}
.twopage.active .btnmenu {
  background: url(../image/btnhidnew.png);
}
.twopage.active .morebtn {
  background: #44acd48a;
  border: 2px solid #46beff;
  box-shadow: 0 0 6px 3px #00c6dc4d;
}
.twopage.active .posBox {
  background: #21314c;
}
.twopage.active .listvideoBox .close {
  background: #000;
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url(../image/iconclose.png);
}
.twopage.active .bgpos {
  background: none;
  background-image: linear-gradient(#78d3ff4f, #ffffff00);
  display: none;
}
.twopage.active .txtBox {
  background: #091b3ac4;
}
@media (max-width: 1024px) {
  .listBox {
    font-size: 14px;
  }
  .listBox .list img {
    width: 100%;
    padding-top: 10px;
  }
  .toptitle {
    font-size: 40px;
  }
  .txtBox {
    top: 30px;
    left: 180px;
    font-size: 14px;
  }
  .navBox {
    padding: 5% 0;
    background-image: none;
    width: 160px;
  }
  .navBox div {
    margin-left: 0 !important;
  }
  .btnmenu {
    top: 10%;
  }
  .morebtn {
    top: 10.8%;
  }
}
@media (max-width: 750px) {
  .navBox .infolist {
    width: 115px;
    font-size: 15px;
  }
  .txtBox {
    left: 120px;
    width: 235px;
    max-height: 60%;
    overflow-y: auto;
  }
  .videoBpx {
    display: none;
  }
}
.scrollBox::-webkit-scrollbar,
.sendBox .scrollBox::-webkit-scrollbar,
.scrollBox::-webkit-scrollbar,
.talkinfo::-webkit-scrollbar,
.sethight::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.scrollBox::-webkit-scrollbar-thumb,
.sendBox .scrollBox::-webkit-scrollbar-thumb,
.scrollBox::-webkit-scrollbar-thumb,
.talkinfo::-webkit-scrollbar-thumb,
.sethight::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: rgba(4, 16, 131, 0.2);
}
.scrollBox::-webkit-scrollbar-track,
.sendBox .scrollBox::-webkit-scrollbar-track,
.scrollBox::-webkit-scrollbar-track,
.talkinfo::-webkit-scrollbar-track,
.sethight::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(4, 16, 131, 0.2);
}
