html,
body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
header,
section,
span,
img,
li,
ol,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  -moz-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  margin-inline-end: 0px;
}

button {
  border: 0 none;
  outline: none;
}

input {
  background: none;
  outline: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/*正常的未被访问过的链接*/

a:link {
  text-decoration: none;
  /* color: #fff; */
}

/*已经访问过的链接*/

a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/

a:hover {
  text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/

a:active {
  text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/

a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-12 {
  width: 50%;
}

.fixed-right {
  position: fixed;
  right: 10px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  font-size: initial;
  z-index: 99;
}

.fixed-right .span-top,
.fixed-right .span-bottom {
  color: #fff;
  font-size: 0.32rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  padding: 8px 0;
  position: relative;
}


.fixed-right .span-top img {
  width: .5rem;
  text-align: center;
  /* margin-bottom: 3px; */
}

.fixed-right .span-bottom img {
  width: .5rem;
  text-align: center;
}

/* .span-top:hover .fixed-tel {
    display: block;
} */

.fixed-right .span-top-wrap {
  position: relative;
  margin-bottom: 10px;
  background: #0074cf;
}

.fixed-tel {
  padding: 0 8px;
  font-size: 0.32rem;
  /* line-height: 50px; */
  white-space: nowrap;
  word-wrap: break-word;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-tel:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 6px solid transparent;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-tel a {
  display: inline-block;
}

.fixed-qrcode {
  position: absolute;
  top: 0;
  right: 50px;
  background: #fff;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.span-bottom-wrap {
  position: relative;
  background: #0074cf;
}

.fixed-qrcode img {
  width: 120px;
}

.digg {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.digg a {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  border: 1px solid #e1e2e3;
  line-height: 20px;
  height: 30px;
  color: #0165c8;
  background: #fff;
  text-decoration: none
}

.digg a:hover {
  border: 1px solid #0165c8
}

.digg span {
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  height: 30px
}

.digg .current {
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #555;
  font-weight: bold
}

.digg .disabled {
  border: 1px solid #eee;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #ddd
}

.video-playbox {
  position: relative;
  width: 100%;
  height: 473px;
  _clear: both;
  _display: inline;
  margin: 0 auto;
  margin-bottom: 30px
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  height: 60px;
  /* min-width: 1200px; */
  box-shadow: 0px 5px 15px 0px rgba(78, 93, 105, 0.1);
}

.header .header-nav {
  margin: 0 auto;
  position: relative;
  /* margin-top: 20px; */
  height: 100%;
  /* width: 15rem;
  min-width: 1200px; */
}

.header .header-nav .logo {
  margin-top: 10px;
}

.header .header-nav .nav>li {
  /* position: relative; */
  display: block;
  width: 100%;
  /* height: 100%; */
  font-size: 0.37rem;
  /* margin-left: 70px; */
}

.header .header-nav .nav {
  width: 100%;
  background: #fff;
  overflow: scroll;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 0.37rem;
  /* height: cala(100vw - 60px); */
  height: 0;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  /* padding: 0 10px; */
}

.header .header-nav .nav>li {
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #333;
  opacity: 0.9;
  margin-top: 5px;
  padding: 0 0 10px 0;
  /* height: 30px; */
}

.header .header-nav .nav>li>span:before {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../imgs/home/icon1_1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 18px;
  top: 6px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.header .header-nav .nav>li.li-no>span:before {
  display: none;
}


.header .header-nav .nav>li>span.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .header-nav .nav>li .nav-item {
  height: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  overflow: hidden;
}

.header .header-nav .nav>li .nav-item li>p {

  padding: 10px 14px;
}

.header .header-nav .nav>li .nav-item li>p.p-border {
  border-bottom: 1px solid #CFDBE7;
}

.header .header-nav .nav>li .nav-item>li {
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
  /* background-color: #030720; */
  opacity: 0.8;
  font-size: 14px;
  /* height: 30px; */
}

.header .header-nav .nav>li .nav-item>li:hover {
  /* background: #F0F4FF; */
  /* color: #44D695; */
  font-weight: 400;
  font-size: 14px;
}

.header .header-nav .nav>li .nav-item>li.active {
  /* background: #F0F4FF; */
  /* color: #44D695; */
}

.header .header-nav .nav>li:hover .nav-item {
  visibility: visible;
  opacity: 1;
  top: 80px;
  -webkit-transition: all .2s, opacity .2s .1s;
  transition: all .2s, opacity .2s .1s;
}

/* .header .header-nav .nav .nav-item.nav-item-active{
		height:auto;
} */


/* .header .header-nav .nav>li .nav-item {
    position: absolute;
    width: 150px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .2s, opacity .1s;
    top: 0;
    text-align: center;
} */

/* .header .header-nav .nav>li .nav-item1 {
    position: absolute;
    width: 150px;
    margin-left: 90px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s, opacity .1s;
    top: 0;
    text-align: center;
} */

.header .header-nav .nav>li .nav-item>li {
  line-height: 22px;
  background: #E9EFF5;
  /* padding: 8px 24px; */
  color: #6d6d6d;
  /* background: rgba(255, 255, 255, .9); */
  font-size: 14px;
}

.header .header-nav .nav>li>span {
  position: relative;
  display: inline-block;
  /* height: 100%; */
  /* line-height: 80px; */
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  margin-left: 10px;
  /* padding-left: 10px; */
}

.header .header-nav .nav>li>span {
  margin-bottom: 10px;

}

.header .header-nav .nav>li:nth-child(1) {
  margin-top: 20px;
}

.header .header-nav .nav>li:nth-child(1) span {
  padding-left: 10px;
  color: #333333;
  font-weight: bold;
}

.header .header-nav .nav>li:nth-child(1) span::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #004EA1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

header .header-nav .nav>li:hover>span:after {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #fff;
  content: "";
  margin-left: -8.5px;
  position: absolute;
  left: 50%;
  bottom: -1px;
}

.header .header-nav .nav>li .nav-item>li:hover {
  /* background: rgba(255, 255, 255, .9); */
  color: #004ea1;
  font-weight: 400;
  font-size: 14px;
}

.header .header-nav .nav>li .nav-item>li.active {
  background: #E9EFF5;
  /* color: #004ea1; */
}

.header .header-nav .nav>li.li-other:hover .nav-item {
  visibility: visible;
  opacity: 1;
  top: 100px;
  -webkit-transition: all 0.2s, opacity 0.2s 0.1s;
  transition: all 0.2s, opacity 0.2s 0.1s;
}

.header .header-nav .nav>li .nav-item1>li {
  line-height: 22px;
  padding: 8px 24px;
  color: #333333;
  /* background: rgba(255, 255, 255, .9); */
  font-size: 14px;
}

.header .header-nav .nav>li .nav-item h5 {
  color: #004ea1;
  /* background: rgba(255, 255, 255, .9); */
  font-size: .37rem;
  font-weight: 600;
  /* margin-bottom: 10px; */
  padding: 12px 15px;
  background: #F3F6F9;
}

.header .header-nav .nav>li .nav-item1 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header-nav .nav>li .nav-item1 h5 {
  color: #004ea1;
  /* background: rgba(255, 255, 255, .9); */
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.header .header-nav .nav>li .nav-item1>li:hover {
  /* background: rgba(255, 255, 255, .9); */
  color: #004ea1;
  font-weight: 400;
  font-size: 14px;
}

.header .header-nav .nav>li .nav-item1>li.active {
  /* background: rgba(255, 255, 255, .9); */
  color: #004ea1;
}

.header .header-nav .nav>li.li-other:hover .nav-item1 {
  visibility: visible;
  opacity: 1;
  top: 100px;
  -webkit-transition: all 0.2s, opacity 0.2s 0.1s;
  transition: all 0.2s, opacity 0.2s 0.1s;
}

.header .header-nav .nav>li .nav-item2 {
  width: 100%;
}

.header .header-nav .nav>li .nav-item2 li {
  width: 33.3%;
  height: 100%;
  text-align: left;
  padding-left: 10px;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  color: #6d6d6d;
  /* background: rgba(255, 255, 255, .9); */
  font-size: 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header-nav .nav>li .nav-item2 li:last-child {
  border-right: none;
}

.header .header-nav .nav>li .nav-item2>li:hover {
  /* background: rgba(255, 255, 255, .9); */
  color: #004ea1;
  font-weight: 400;
  font-size: 14px;
}

.header .header-nav .nav>li .nav-item2>li.active {
  /* background: rgba(255, 255, 255, .9); */
  color: #004ea1;
}

.header .header-nav .nav>li:hover .nav-item2 {
  visibility: visible;
  opacity: 1;
  top: 100px;
  -webkit-transition: all 0.2s, opacity 0.2s 0.1s;
  transition: all 0.2s, opacity 0.2s 0.1s;
}

.header .header-nav .nav>li.active::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  content: "";
  width: 90%;
  height: 3px;
  background: #0e4eef;
  border-radius: 2px;
}

.header .header-nav .nav>li.active {
  color: #0e4eef;
}

.header .header-nav .nav .login-btn {
  display: inline-block;
  padding: 3px 15px;
  margin-left: 70px;
  background-color: #0145ee;
  opacity: 0.95;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
}

.header .li-hover-bg {
  position: absolute;
  /* width: 15rem; */
  /* min-width: 1200px; */
  height: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  top: 80px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-nav .nav>li.li-mouse:hover .li-hover-bg {
  height: 60px;
}

.header .header-nav .nav>li.li-other .li-hover-bg {
  margin: 0 auto;
  text-align: center;
}


.header .header-nav .nav>li.li-other:hover .li-hover-bg {
  height: 140px;
}

.header .header-hover-bg {
  position: absolute;
  /* width: 15rem;
  min-width: 1200px; */
  height: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  top: 80px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-back {
  font-size: initial;
  display: inline-block;
}

.header .header-title {
  font-size: .42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header .header-back:after {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../imgs/home/icon1_1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}


.footer {
  /* height: 360px; */
  background: -webkit-linear-gradient(left, #011598, #004af7);
  background: linear-gradient(90deg, #011598, #004af7);
  padding: 66px 15%;
}

.footer .footer-title {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

.footer .footer-title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 550;
  opacity: 0.9;
}

.footer .footer-title p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
}

.footer .footer-content {
  margin-top: 0;
}

.footer .form-wrap {
  width: 60%;
}

.footer .form-wrap input {
  width: 80%;
  margin: 0 auto;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
  /* border: 2px solid #44D695; */
  color: rgba(255, 255, 255, 0.5);
  /* margin-right: 5%; */
  margin-top: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.footer .form-wrap input:focus {
  box-sizing: border-box;
  border: 2px solid #44d695;
}

.footer .form-wrap button {
  width: 90%;
  margin: 30px auto;
  height: 36px;
  background: #44d695;
  border-radius: 28px;
  color: #fff;
}

.footer .border-mid {
  width: 1px;
  height: 140px;
  margin-top: 10px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.footer .qrcode {
  margin-left: 30px;
}

.footer .qrcode img {
  width: 180px;
}

.footer .qrcode p {
  margin-top: 10px;
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  text-align: center;
}

.footer-bottom {
  height: 58px;
  background: #010929;
  color: #ffffff;
  line-height: 29px;
  font-size: 0.32rem;
  text-align: center;
}

.brand .img-wrap {
  width: 80%;
  margin: 60px auto 100px;
}

.brand .img-wrap img {
  width: 100%;
}

.header-title {
  /* width: 600px; */
  margin: 0 auto;
  text-align: center;
}

.header-title h2 {
  font-size: 0.61rem;
  font-weight: 600;
}

.header-title div {
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  margin: 10px auto;
}

.header-title p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #6d6d6d;
}

.footer-bottom a {
  display: inline-block;
}

#modal-success {
  font-size: initial;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

#modal-success .modal-content {
  width: 88%;
  margin: 0 auto;
  height: 44vw;
  background: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(13, 16, 29, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: url(../imgs/home/sh-m.png) no-repeat;
  background-size: cover;
  z-index: 999;
}

#modal-success .modal-content {
  /* margin-top: 50px; */
  text-align: center;
}

#modal-success .modal-content .modal-content-title h2 {
  font-size: 0.56rem;
  font-weight: 600;
  color: #004ea1;
}

#modal-success .modal-content .modal-content-title h4 {
  color: #000;
  font-size: 0.45rem;
  margin-top: 1rem;
}

#modal-success .modal-btn {
  margin-top: .4rem;
  text-align: center;
}

#modal-success .modal-btn button {
  /* width: 331px;
		height: 56px; */
  padding: 6px 28px;
  background: #004ea1;
  font-size: 0.32rem;
  color: #fff;
}

#modal-success .close {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 16px;
  height: 16px;
}

#modal-success .close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #999999;
}

#modal-success .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal-success .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#success-html {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
}

#success-html .success-content {
  width: 450px;
  height: 500px;
  background: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(13, 16, 29, 0.6);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 60px;
  box-sizing: border-box;
}

#success-html .success-content .wrap-img {
  text-align: center;
  margin-top: 60px;
}

#success-html .success-content .wrap-img img {
  width: 88px;
}

#success-html .success-content .success-content-title {
  margin-top: 10px;
  text-align: center;
}

#success-html .success-content .success-content-title h2 {
  font-size: 30px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 30px;
}

#success-html .success-content .success-content-title p {
  color: #777;
}

#success-html #joinForm {
  margin-top: 30px;
}

#success-html #joinForm .col-12 {
  width: 50%;
  text-align: center;
}

#success-html .form-wrap input {
  width: 80%;
  /* margin: 0 auto; */
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #ccced1;
  color: #333333;
  /* margin-right: 5%; */
  /* margin-top: 15px; */
  box-sizing: border-box;
  font-size: 14px;
  margin: 15px auto;
}

#success-html .form-wrap input:focus {
  box-sizing: border-box;
  border: 2px solid #44d695;
}

#success-html .success-btn {
  margin-top: 50px;
  text-align: center;
}

#success-html .success-btn button {
  width: 100%;
  height: 56px;
  background: #44d695;
  border-radius: 28px;
  color: #fff;
}

#success-html .close {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 16px;
  height: 16px;
}

#success-html .close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #999999;
}

#success-html .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#success-html .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.el-message {
  font-size: initial;
}


.fixed-right-show {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* width: 2rem; */
  font-size: initial;
  z-index: 99;
}

.fixed-right-show h6 {
  font-size: .36rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background: #0074CF;
  font-weight: 500;
}


.fixed-right-show .p-wrap {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(78, 93, 105, 0.15);
  padding: 15px;
  font-size: .32rem;
  color: #333;
}

.plus-icon-enter-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.plus-icon-enter {
  opacity: 0;
}

.plus-icon-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.plus-icon-leave-to {
  opacity: 0;
}


.header-nav .nav>li:hover,
.fixed-right .span-top-wrap span:hover,
.span-bottom-wrap span:hover,
.home-2-wrap>div:hover,
.home-title-wrap>div:hover,
.case-1-wrap .p-1 span:hover,
.news-2 .news-2-wrap .news-2-l-title span:hover,
.download-3-m .p-4 a:hover,
.download-3-m .p-5 a:hover,
.banner-software .banner-software-btn span:hover,
.software-3-l ul li:hover,
.software-4 .software-4-tab div:hover {
  cursor: pointer;
}

[v-cloak] {
  display: none !important;
}