.homeBan {
  width: 100%;
  height: 10.8rem;
}

.homeBan .text {
  position: absolute;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
}

.text_tit{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
  line-height: 0.6rem;
}

.text_dec{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.4rem;
  margin-top: 0.14rem;
}

.text_list{
  margin-top: 0.34rem;
}
.text_list_li{
  margin-top: 0.16rem;
}
.text_list_li:first-child{
  margin-top: 0;
}
.text_list_li div{
  width: 0.06rem;
  height: 0.06rem;
  background: #ABABAB;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.text_list_li p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.23rem;
  color: #505050;
}
.text_list_li span{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.23rem;
  color: #FF5B00;
}
.text_more{
  margin-top: 0.6rem;
  border: 1px solid #8F8F8F;
  padding: 0.12rem 0.32rem;
  border-radius: 23px;
  width: auto;
  display: inline-flex !important;
  transition: all 0.3s;
}
.text_more_img{
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
.text_more_img img:nth-of-type(2){
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.text_more img{
  width: 0.15rem;
  height: 0.13rem;
  transition: all 0.3s;
}
.text_more p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #505050;
  transition: all 0.3s;
}
.text_more:hover{
  background: #FFFFFF;
  border-color: transparent;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.text3 .text_more:hover p{
  color: #000000!important;
  transition: all 0.3s;
}

.text3 p,
.text3 span{
  color: #FFFFFF!important;
}
.text3 .text_more{
  border: 1px solid #FFFFFF;
}
.text3 .text_more:last-child{
  margin-left: 0.15rem;
}

.homeBan .swiper-pagination{
  bottom: 0.45rem;
}
.homeBan .swiper-pagination-bullet{
  width: 1rem;
  height: 0.02rem;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.4;
  margin: 0 0.1rem !important;
}
.homeBan .swiper-pagination-bullet-active{
  opacity: 1;
}
.homeBan .swiper-button-next:after, .homeBan .swiper-button-prev:after{
  font-size: 18px;
    font-weight: bold;
    color: #505050;
}
.homeBan .swiper-button-prev{
  left: 0.84rem;
  right: auto;
}
.homeBan .swiper-button-next{
  right: 0.84rem;
  left: auto;
}
.homeBan .swiper-button-next.swiper-button-disabled:after, .homeBan .swiper-button-prev.swiper-button-disabled:after{
  opacity: 1 !important;
  /*color: #C9C9C9;*/
}

/* home2 */
.home2{
  margin-top: 0.8rem !important;
}
.home2_cont{
  height: 6.5rem;
  background: url("/img/home2.png") no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  padding-right: 2.03rem;
  align-items: center;
}
.home2_cont1{
  flex: 0 0 42%;
}
.home2_dec{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  line-height: 0.35rem;
  margin-top: 0.26rem;
}
.home2_list{
  margin-top: 0.3rem;
}
.home2_li{
  padding: 0 0.17rem;
}
.home2_li div{
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  margin: auto;
}
/*.home2_li:nth-of-type(1) div{*/
/*  background: #FFFFFF;*/
/*}*/
/*.home2_li:nth-of-type(2) div{*/
/*  background: #F2D7EA;*/
/*}*/
/*.home2_li:nth-of-type(3) div{*/
/*  background: #202020;*/
/*}*/
/*.home2_li:nth-of-type(4) div{*/
/*  background: #BCB09B;*/
/*}*/
/*.home2_li:nth-of-type(5) div{*/
/*  background: #85AFBC;*/
/*}*/
/*.home2_li:nth-of-type(6) div{*/
/*  background: #966F9F;*/
/*}*/
.text_list p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.23rem;
  color: #505050;
  /*margin-top: 0.05rem;*/
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: .1rem;
  line-height: 0.45rem;
}
.home2_li p::before{
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #ABABAB;
    border-radius: 50%;
}
.home2_li p span{
    color: rgba(255, 91, 0, 1);
    font-size: inherit;
}
.home2 .text_more{
  margin-top: 0.46rem;
}
.home2 .text_more:hover{
  background: #000000;
}
.home2 .text_more:hover p{
  color: #FFFFFF;
}


/* home3 */
.home3{
  padding: 1rem 0 1.18rem;
}
.home3_tit{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
}
.home3_cont{
  margin-top: 0.6rem;
  justify-content: space-between;
}
.home3_li{
  flex: 0 0 22.5%;
  background: #F5F5F5;
  padding-bottom: 0.33rem;
  border-radius: .1rem;
}
.home3_img{
  overflow: hidden;
}
.home3_img img{
  width: 100%;
  height: 3.38rem;
  transition: all 0.3s;
}
.home3_li p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
}
.home3_li:hover img{
  transform: scale(1.1);
  transition: all 0.3s;
}


/* home4 */
.home4{
  /*background: url("/img/home4.png") no-repeat;*/
  padding: 2.35rem 0 2.17rem;
  position: relative;
  /*background-position: bottom;*/
  background-attachment: fixed;
}
.home4::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 29, 23, 0.7);
}
.home4_cont{
  position: relative;
  z-index: 1;
}
.home4 .home3_tit{
  color: #FFFFFF;
}
.home4_dec{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.3rem;
  width: 33%;
  margin: 0.28rem auto 0;
}
.home4 .text_more_c{
  justify-content: center;
}
.home4 .text_more{
  margin-top: 0.74rem;
}


/* home5 */
.home5{
  padding: 0.9rem 0 1.5rem;
}
.home5_cont{
  justify-content: space-between;
  align-items: flex-start !important;
}
.home5_li{
  flex: 0 0 45%;
  transition: all 0.3s;
}
.home5_img{
  overflow: hidden;
}
.home5_img img{
  width: 100%;
  height: 8.26rem;
  transition: all 0.3s;
}
.home5_li:nth-of-type(2) .home5_img img{
  height: 6.84rem;
}
.home5 .home2_dec{
  margin-top: 0.3rem;
}
.home5 .text_more{
  margin-top: 0.3rem;
}
.home5 .text_more:hover{
  background: #000000;
}
.home5 .text_more:hover p{
  color: #FFFFFF;
}
.home5_li:hover .home5_img img{
  transform: scale(1.1);
  transition: all 0.3s;
}


/* home6 */
.home6{
  background: #F1F2F6;
  padding: 1rem 0 1.22rem;
}
.home6_cont{
  margin-top: 0.8rem;
  justify-content: space-between;
}
.home6_li{
  flex: 0 0 23%;
  position: relative;
  height: 5.9rem;
  transition: all 0.3s;
  border-radius: 10px 10px 10px 10px;
}
.home6_li::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 29, 23, 0.4);
  border-radius: 10px 10px 10px 10px;
}
.home6 source,.home6 video{
  height: 5.9rem;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
#playButton{
  position: absolute;
  bottom: 0.18rem;
  right: 0.19rem;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.59);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s;
}
#playButton img{
  width: 0.089rem;
  height: 0.108rem;
}
.home6_li:hover #playButton{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FF5B00;
  transition: all 0.3s;
}
video::-webkit-media-controls{
  display: none !important;
}


/* home7 */
.home7{
  padding: 1rem 0 1.3rem;
}
.home7_cont{
  margin-top: 0.8rem;
  justify-content: space-between;
}
.home7_li{
  flex: 0 0 49%;
  padding-bottom: 0.43rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.home7_img{
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  height: 4.6rem;
}
.home7_img img{
  width: 100%;
  height: 4.6rem;
  transition: all 0.3s;
  object-fit: cover;
}
.home7_time{
  margin-top: 0.41rem;
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.home7_tit{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.28rem;
  margin: 0.11rem 0;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.home7_dec{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #505050;
  line-height: 0.25rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.home7_li:hover{
  border-color: #000000;
  transition: all 0.3s;
}
.home7_li:hover .home7_img img{
  transform: scale(1.1);
  transition: all 0.3s;
}



.homeTech {
  width: 100%;
  min-height: 7.6rem;
  background-image: url(../img/homeTech.png);
  padding: 1.2rem 0 1.34rem;
}

.homeTech .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: .26rem;
}

.techSwiper {
  /* width: 7.61rem; */
  height: 3.92rem;
  padding-top: .64rem;
}

.techSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.15rem;
  filter: grayscale(1);
  opacity: .5;
}

.techSwiper .swiper-slide-active {
  background-image: url(../img/techSwiper.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: grayscale(0);
  opacity: 1;
}

.techSwiper .imgBox {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  background-image: url(../img/imgBox.png);
  margin-top: -.64rem;
  margin-bottom: .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.techSwiper .swiper-slide-active .imgBox{
  opacity: 1;
}

.techSwiper .imgBox img {
  width: .82rem;
  height: .82rem;
}

.techSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.48rem;
  color: #3EB6FF;
  margin-bottom: .32rem;
}

.techSwiper .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  line-height: 0.3rem;
  text-align: center;
}

.techPrev,
.techNext {
  width: .37rem;
  height: .32rem;
  bottom: 1.47rem;
  top: auto;
  margin: 0;
  opacity: .3;
  transition: all .3s;
}

.techPrev::after,
.techNext::after {
  display: none
}

.techPrev:hover,
.techNext:hover {
  opacity: 1;
}

.techPrev {
  left: 6.28rem;
}

.techNext {
  right: 6.28rem;
}

.techNext img {
  transform: rotate(180deg);
}

.homeProcess {
  width: 100%;
  min-height: 8rem;
  display: flex;
}

.homeProcess .item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homeProcess .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3EB6FF;
  opacity: 0;
  transition: all .3s;
}

.homeProcess .item:hover::after {
  opacity: .9;
}

.homeProcess .itemBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.homeProcess .icon {
  width: .93rem;
  height: .93rem;
  object-fit: contain;
  margin-bottom: .4rem;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.homeProcess .item:hover .icon {
  transform: translateY(-.3rem);
}

.homeProcess .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.35rem;
  color: #FFFFFF;
  margin-bottom: 1.32rem;
  position: relative;
  z-index: 1;
}

.homeProcess .more {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.homeProcess .more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: .02rem solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}

.homeProcess .item:hover .more::before {
  animation: d5 1.5s ease infinite;
}

.homeProcess .more img {
  transition: all .3s;
}

.homeProcess .item:hover .more img {
  transform: rotate(45deg);
}

.homeAbout {
  width: 100%;
  min-height: 10.39rem;
  padding: 1.2rem 0;
  background-image: url(../img/aboutBack.png);
}

.homeAbout .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.homeAbout .left {
  width: 7.09rem;
}

.homeAbout .right {
  width: 7.8rem;
  height: 5.5rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  overflow: hidden;
}

.homeAbout .txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.35rem;
  margin: .55rem 0 .72rem;
}

.homeHonor {
  width: 100%;
  min-height: 10.24rem;
  background-image: url(../img/honorBack.png);
  padding: 1.2rem 0;
}

.homeHonor .top {
  display: flex;
  margin-bottom: .68rem;
  justify-content: space-between;
}

.homeHonor .right {
  width: 5.43rem;
  height: 1.16rem;
  position: relative;
}

.homeHonor .right>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honorPrev,
.honorNext {
  width: 0.51rem;
  height: 0.51rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 81, 160, 0.11);
  border-radius: 50%;
  top: auto;
  margin: 0;
  bottom: .12rem;
  transition: all .3s;
}

.honorPrev::after,
.honorNext::after {
  display: none;
}

.honorPrev {
  left: auto;
  right: .59rem;
}

.honorPrev img {
  transform: rotate(-180deg);
}

.honorNext {
  right: 0;
}

.honorPrev img,
.honorNext img {
  width: .14rem;
  height: .12rem;
}

.honorPrev:hover,
.honorNext:hover {
  background: #6CC7FF;
}

.honorPrev:hover img,
.honorNext:hover img {
  filter: brightness(0) invert(1);
}


.honorSwiper {
  padding-bottom: .67rem;
}

.honorSwiper .swiper-slide {
  width: 6.3rem;
}

.honorSwiper .swiper-slide img {
  height: 5.08rem;
  object-fit: contain;
}

.honorSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}

.honorSwiper .swiper-slide-active .tit {
  opacity: 1;
}

.honorPage {
  display: flex;
  bottom: 0;
  justify-content: center;
  gap: .23rem;
}

.honorPage span {
  opacity: 1;
  background: #6CC7FF;
  margin: 0 !important;
}

.honorPage .swiper-pagination-bullet-active {
  background: #689ABC;
}

.homeNew {
  width: 100%;
  padding: 1.2rem 0;
}

.homeNew .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.homeNew .bottom {
  display: flex;
  gap: .17rem;
}

.newSwiper {
  width: 6.87rem !important;
  height: 5.54rem;
  margin: 0;
  flex-shrink: 0;
}

.newSwiper .mask {
  position: absolute;
  top: 0;
  left: 0;
}

.newSwiper .text {
  position: absolute;
  width: 100%;
  bottom: .41rem;
  padding: 0 .37rem;
}

.newSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-bottom: .5rem;
}

.newSwiper .time {
  display: flex;
  align-items: center;
  gap: .06rem;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.newSwiper .time img {
  filter: brightness(0) invert(1);
}

.swiper-pagination.newPage {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  bottom: .5rem;
  left: auto;
  right: .37rem;
  gap: .07rem;
}

.swiper-pagination.newPage span {
  background: #FFFFFF;
  margin: 0 !important;
  width: .07rem;
  height: .07rem;
  transition: all .3s;
  flex-shrink: 0;
}

.swiper-pagination.newPage span.swiper-pagination-bullet-active {
  width: .24rem;
  border-radius: .07rem;
}

.newR {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.newR .item {
  width: 100%;
  height: 2.68rem;
  display: flex;
  gap: .18rem;
}

.newR .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.newR .item a {
  padding: .42rem .37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.newR .item a:hover {
  background: #6CC7FF;
}

.newR .item .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
}

.newR .item .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}

.newR .item .time {
  display: flex;
  align-items: center;
  gap: .06rem;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 0.18rem;
  color: #919191;
}

.newR .item .time img {
  width: .18rem;
  height: .18rem;
  opacity: contain;
}

.newR .item a:hover .tit,
.newR .item a:hover .txt,
.newR .item a:hover .time {
  color: #fff;
}

.newR .item a:hover .time img {
  filter: brightness(0) invert(1);
}

.homeFirend {
  width: 100%;
  min-height: 8.8rem;
  background-image: url(../img/firendBack.png);
  padding: 1.2rem 0;
  margin-bottom: 1rem;
}

.homeFirend .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .88rem;
}

.homeFirend .right {
  width: 5.87rem;
  height: .89rem;
}

.homeFirend .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeFirend .bottom {
  display: flex;
  height: 4.64rem;
}

.homeFirend .box {
  position: relative;
}

.homeFirend .box1,
.homeFirend .box3 {
  width: 6.07rem;
  flex-shrink: 0;
}

.homeFirend .box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeFirend .item {
  position: absolute;
  width: 2.4rem;
  height: .8rem;
  padding: .1rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.03);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #EAEAEA;
}

.homeFirend .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeFirend .item:nth-child(1) {
  top: .53rem;
}

.homeFirend .box1 .item:nth-child(1) {
  left: 0;
}

.homeFirend .box3 .item:nth-child(1) {
  right: 0;
}

.homeFirend .item:nth-child(2) {
  top: 0;
}

.homeFirend .box1 .item:nth-child(2) {
  left: 3.67rem;
}

.homeFirend .box3 .item:nth-child(2) {
  right: 3.67rem;
}

.homeFirend .item:nth-child(3) {
  top: 1.92rem;
}

.homeFirend .box1 .item:nth-child(3) {
  left: 2.13rem;
}

.homeFirend .box3 .item:nth-child(3) {
  right: 2.13rem;
}

.homeFirend .item:nth-child(4) {
  top: 3.09rem;
}

.homeFirend .box1 .item:nth-child(4) {
  left: 0;
}

.homeFirend .box3 .item:nth-child(4) {
  right: 0;
}

.homeFirend .item:nth-child(5) {
  top: 3.84rem;
}

.homeFirend .box1 .item:nth-child(5) {
  left: 3.67rem;
}

.homeFirend .box3 .item:nth-child(5) {
  right: 3.67rem;
}

.homeFirend .round {
  width: 1.98rem;
  height: 1.98rem;
  background: #6CC7FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.homeFirend .round img {
  width: 1.09rem;
  height: 1.09rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.homeFirend .round::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6CC7FF;
  opacity: .2;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.homeFirend .round::after {
  content: '';
  width: 150%;
  height: 150%;
  background: #6CC7FF;
  opacity: .03;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}