.qili-aframe {
  overflow: hidden;
  padding: calc((60 / 1300) * 100%) 0 calc((20 / 1300) * 100%);
}

.qili-aframe .list {
  overflow: hidden;
  margin-top: 10px;
}

.qili-aframe .list .img {
  overflow: hidden;
}

.qili-aframe .list .img img {
  width: 100%;
}

.qili-aframe .list .txt {
  overflow: hidden;
}

.qili-aframe .list .txt h3 {
  font-size: 26px;
  margin-bottom: calc((15 / 600) * 100%);
  color: var(--color-primary);
}

.qili-aframe .list .txt .content {
  font-size: 14px;
  line-height: 1.7;
  font-family: sans-serif, Arial;
}

@media (min-width:1px) and (max-width:991px) {
  .qili-aframe .list .img {
    margin-bottom: 20px;
  }

  .qili-aframe .list .txt h3 {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  .qili-aframe .list {
    display: flex;
    justify-content: space-between;
  }

  .qili-aframe .list .img {
    width: 50%;
    margin: 0;
    padding-right: 35px;
  }

  .qili-aframe .list .txt {
    width: 50%;
    margin: 0;
  }
}

@media (min-width:1230px) {
  .qili-aframe .list {
    align-items: center;
  }

  .qili-aframe .list .img {
    padding-right: 50px;
  }
}





.az_ser_area {
  /* background-color: #000; */
  padding: 115px 0px 0px 0px;
}

.az_ser_area h3 a {
  font-family: var(--font-family);
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  margin-bottom: 5px;
  color: #04001e;
}

.az_ser_area a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.az_ser_area p {
  color: #666;
  margin-bottom: 1rem;
}

.az_ser_area .witr_section_title {
  margin-bottom: 34px;
}

.az_ser_area .em-service2.sleft {
  text-align: left;
  margin-bottom: 20px;
}

.az_ser_area .witr_s_flex {
  display: flex;
}

.az_ser_area .service_top_text {
  display: block;
}

.az_ser_area .em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
}

.az_ser_area .em-service-icon img {
  margin-bottom: 15px;
  width: 285px;
}

.az_ser_area .em-service2 .em-service-inner {
  overflow: hidden;
  width: 100%;
}

.az_ser_area .em-service-title {
  overflow: hidden;
}

.az_ser_area .em-service-title h3 {
  padding: 25px 0px 0px 0px;
  transition: 0.5s;
  margin-bottom: 8px;
}

.az_ser_area .service-btn {
  position: relative;
  transition: 0.5s;
}

.az_ser_area .service-btn a {
  font-weight: 400;
  padding: 0;
  border-radius: 0px;
  font-size: 16px;
  font-family: var(--font-family);
  display: inline-block;
  transition: 0.5s;
  color: var(--color-primary);
}

.az_ser_area .service-btn a:hover {
  color: var(--text-color-active);
}

.az_ser_area .ser_bttom_border {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--text-color-active);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 24px 0px;
}

.az_ser_area .ser_page_service {
  padding: 115px 0px 85px 0px;
}

/* ===== Service Area CSS ===== */

.az_ser_area .witr_s_flex {
  display: flex;
}

.az_ser_area .em-service2 .em-service-inner {
  overflow: hidden;
  width: 100%;
}

.az_ser_area .witr_section_title {
  margin-bottom: 34px;
}

.az_ser_area .witr_section_title_inner h2,
.az_ser_area .witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
}

.az_ser_area .witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: var(--color-primary);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .az_ser_area .witr_section_title_inner h3 {
    font-size: 38px;
  }

  .az_ser_area .service_witr_inner {
    margin: 0px 0 0 15px;
  }

  .az_ser_area .em-service2.sleft.all_color_service {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .az_ser_area .witr_s_flex {
    display: inherit;
  }

  .az_ser_area .witr_section_title_inner h3 {
    font-size: 32px;
  }

  .az_ser_area .em-service2 .em-service-inner {
    text-align: center;
  }

  .az_ser_area .em-service2 .em-service-icon i {
    margin-bottom: 10px;
  }

  .az_ser_area .witr_s_flex {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .az_ser_area .witr_s_flex {
    display: inherit;
  }

  .az_ser_area .witr_section_title {
    text-align: center;
  }

  .az_ser_area .witr_section_title .text-right {
    text-align: center !important;
  }

  .az_ser_area .witr_section_title_inner h2 {
    font-size: 16px !important;
    padding-top: 10px;
  }

  .az_ser_area .witr_section_title_inner h2,
  .az_ser_area .witr_section_title_inner h3 {
    font-size: 28px;
  }

  .az_ser_area .em-service2 .em-service-icon i {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .az_ser_area .witr_section_title_inner h2,
  .az_ser_area .witr_section_title_inner h3 {
    font-size: 25px;
  }
}

.clening-about-area {
  padding: 100px 0;
}

.clening-about-area .title h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.clening-about-content-discription {
  width: 76%;
}

.clening-about-content-discription p.clening-about {
  background-color: #ffffff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  padding: 14px 50px 29px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.clening-about-content-discription p.clening-about:hover {
  color: #ffff;
}

.clening-about-content-discription p.clening-about::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  background: #000;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.clening-about-content-discription p.clening-about:hover::before {
  width: 100%;
}

.clening-about-content-discription p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: 400;
  padding: 10px 0 0;
}

.clening-about-content-list {
  margin-bottom: 38px;
}

.clening-about-content-list ul {
  list-style: none;
}

.clening-about-content-list ul li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 7px 21px 0px;
  position: relative;
}

.clening-about-content-list ul li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  left: 0;
  top: 13px;
  border-radius: 10px;
}

.clening-about-information {
  display: inline-flex;
}

.clean-home-btn a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  background: #000;
  color: #000;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}

.clean-home-btn a:hover {
  color: #ffff;
}

.clean-home-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}

.clean-home-btn a:hover::before {
  transform: rotateX(90deg);
}

.clean-home-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}

.clean-home-btn a:hover::after {
  transform: rotateY(90deg);
}

.clean-home-btn.clening-about {
  margin-right: 34px;
}

.clean-home-btn.clening-about a {
  background: var(--color-primary);
  color: #fff;
  padding: 18px 35px;
  border-radius: 10px;
}

.clean-home-btn.clening-about a::before {
  background: #000;
}

.clean-home-btn.clening-about a::after {
  background: #000;
}

.clean-home-btn.clening-about a:hover {
  background-color: var(--color-primary);
}

.clening-about-icon {
  margin-right: 20px;
}

.clening-about-icon i {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  color: #000;
  background: var(--color-primary);
  display: inline-block;
}

.clening-about-phone h5 {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.clening-about-phone h5 span {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  display: block;
}

.clening-about-thumb {
  position: relative;
  text-align: right;
}

.clening-about-shape {
  position: absolute;
  bottom: 0px;
  left: -23px;
}

.clening-about-content {
  position: absolute;
  background: var(--color-primary);
  height: 176px;
  width: 176px;
  bottom: -1px;
  left: 110px;
  border-radius: 88px;
  text-align: center;
  padding: 48px 0 0;
}

.clening-about-content h4 {
  font-size: 46px;
  color: #0a1026;
  font-weight: 500;
}

.clening-about-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.clening-section-sub-title.clening-about {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.clening-section-sub-title.clening-about::after {
  content: "";
  height: 3px;
  width: 50px;
  background: #000;
}

.clening-section-sub-title.clening-about h4 {
  color: #000;
  margin-right: 0.6em;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.clening-section-main-title.clening-about {
  margin-bottom: 22px;
}

.clening-section-main-title.clening-about h2 {
  font-size: 44px;
  color: #000;
  font-weight: 600;
  line-height: 54px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .clening-section-main-title.clening-about h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clening-about-content-discription {
    width: 100%;
  }

  .clening-about-thumb img {
    width: 100%;
  }

  .clening-about-shape {
    display: none;
  }

  .clening-about-content {
    display: none;
  }

  .clening-section-main-title.clening-about h2 {
    font-size: 34px;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clening-about-area {
    padding: 0 0 75px;
  }

  .clening-about-content-discription {
    width: 100%;
  }

  .clening-about-content-discription p.clening-about {
    padding: 14px 14px 29px;
  }

  .clening-about-content-discription p {
    font-size: 15px;
  }

  .clening-about-content-list ul li {
    font-size: 15px;
  }

  .clening-clean-home-btn.clening-about {
    margin-right: 6px;
  }

  .clening-clean-home-btn.clening-about a {
    padding: 14px 18px;
    font-size: 15px;
  }

  .clening-about-icon {
    margin-right: 10px;
  }

  .clening-about-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
  }

  .clening-about-phone h5 {
    font-size: 16px;
  }

  .clening-about-phone h5 span {
    font-size: 16px;
  }

  .clening-about-thumb img {
    width: 100%;
    margin-top: 40px;
  }

  .clening-about-content-discription p.clening-about::before {
    height: 67px;
  }

  .clening-about-shape {
    display: none;
  }

  .clening-section-main-title.clening-about h2 {
    font-size: 25px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .clening-about-area {
    padding: 0 0 80px;
  }

  .clening-about-area .title h3 {
    font-size: 28px;
  }

  .clening-about-content-discription {
    width: 100%;
  }

  .clening-about-information {
    margin-bottom: 50px;
  }

  .clening-about-thumb {
    text-align: left;
  }

  .clening-about-thumb img {
    width: 100%;
  }

  .clening-about-shape {
    display: none;
  }

  .clening-about-content {
    display: none;
  }

  .clening-section-main-title.clening-about h2 {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .clening-about-area {
    padding: 0 0 80px;
  }

  .clening-about-area .title h3 {
    font-size: 28px;
  }

  .clening-about-content-discription {
    width: 100%;
  }

  .clening-about-information {
    margin-bottom: 50px;
  }

  .clening-about-thumb {
    text-align: left;
  }

  .clening-about-thumb img {
    width: 100%;
  }

  .clening-about-shape {
    display: none;
  }

  .clening-about-content {
    display: none;
  }

  .clening-section-main-title.clening-about h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .clening-clean-home-btn a {
    font-size: 16px;
    padding: 10px 20px;
  }

  .clening-about-area .title h3 {
    font-size: 28px;
  }

  .clening-about-area {
    padding: 0 0 80px;
  }

  .clening-about-content-discription {
    width: 100%;
  }

  .clening-about-content-discription p.clening-about {
    padding: 14px 11px 29px;
    font-size: 14px;
  }

  .clening-about-content-list ul li {
    padding: 7px 16px 0px;
  }

  .clening-about-information {
    margin-bottom: 50px;
  }

  .clean-home-btn.clening-about {
    margin-right: 4px;
  }

  .clean-home-btn.clening-about a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .clening-about-icon {
    margin-right: 3px;
  }

  .clening-about-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  .clening-about-phone h5 {
    font-size: 15px;
    line-height: 21px;
  }

  .clening-about-phone h5 span {
    font-size: 15px;
  }

  .clening-about-thumb {
    text-align: left;
  }

  .clening-about-thumb img {
    width: 100%;
  }

  .clening-about-shape {
    display: none;
  }

  .clening-about-content {
    display: none;
  }

  .clening-section-main-title.clening-about h2 {
    font-size: 26px;
    line-height: 42px;
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}


.arshine-contact.main {
  padding-top: 50px;
  padding-bottom: 80px;
}

.arshine-contact .global {
  position: relative;
  z-index: 20;
}

.arshine-contact .global .pic img {
  width: 100%;
}

.arshine-contact .global .list .box a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.arshine-contact .global .list .box {
  position: absolute;
}

.arshine-contact .global .list .box .nr {
  position: absolute;
  z-index: 30;
  left: -38px;
  bottom: 20px;
  border-radius: 10px;
  padding: 15px 25px;
  background: #fff;
  box-shadow: 0 0 20px rgba(1, 1, 1, 0.15);
  transition: all 0.3s ease 0s;
  display: none;
}

.arshine-contact .global .list .box .nr::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -30px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 15px 15px;
  border-style: dashed;
  border-color: transparent;
  border-top-style: solid;
  border-top-color: #fff;
}

.arshine-contact .global .list .box .nr span {
  font-size: 16px;
  color: #333;
}

.arshine-contact .global .list .box:not(.box1):hover .nr {
  display: block;
  transform: translateY(-10px);
  z-index: 100;
}

.arshine-contact .global .list .box1 .nr {
  width: 600px;
  bottom: 30px;
  padding: 20px 27px;
  -webkit-align-items: center;
  align-items: center;
  display: none;
}

.arshine-contact .global .list .box1.active .nr {
  display: flex;
}

.arshine-contact .global .list .box1 .nr::before {
  left: 30px;
}

.arshine-contact .global .list .box1 .nr .pic {
  width: 146px;
}

.arshine-contact .global .list .box1 .nr .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 50px;
}

.arshine-contact .global .list .box1 .nr .t h5 {
  font-size: 24px;
  color: #333;
  font-family: var(--font-family);
}

.arshine-contact .global .list .box1 .nr .t p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 10px 0 0;
}

.arshine-contact .global .list .box1:hover .nr {
  display: flex;
}

.arshine-contact .global .txt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.arshine-contact .global .txt dl {
  width: 460px;
  background: rgba(235, 235, 235, 0.8);
  padding: 15px 30px;
  font-size: 16px;
  color: #666;
  border-left: 10px solid var(--color-primary);
}

.arshine-contact .global .txt dl+dl {
  margin-top: 30px;
}

.arshine-contact .global .txt dl dt {
  font-family: var(--font-family);
}

.arshine-contact .global .txt dl dd {
  line-height: 24px;
  margin: 6px 0 0;
}

.arshine-contact .contact-info {
  margin: 20px 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0 0;
}

.arshine-contact .contact-info h3 {
  font-size: 24px;
  color: var(--color-primary);
  font-family: var(--font-family);
}

.arshine-contact .contact-info ul {
  margin-top: 17px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine-contact .contact-info ul li {
  width: 58.8%;
  line-height: 27px;
  font-size: 20px;
  color: #666;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 20px 0 0;
}

.arshine-contact .contact-info ul li:nth-child(2n) {
  width: 41.2%;
}

.arshine-contact .contact-info ul li i {
  font-size: 20px;
  color: var(--color-primary);
  margin-right: 4px;
}

.arshine-contact .rtit {
  text-align: center;
  margin-bottom: 40px;
}

.arshine-contact .rtit h1 {
  font-size: 50px;
  color: #000;
  line-height: 1;
  font-family: var(--font-family);
}

.arshine-contact .rtit h1::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #000;
  margin: 15px auto 0;
  display: block;
}

@media screen and (max-width: 1440px) {
  .arshine-contact .rtit h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .arshine-contact .contact-info ul li {
    font-size: 18px;
  }

  .arshine-contact .rtit h1 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1280px) {
  .arshine-contact .rtit h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .arshine-contact .contact-info ul li {
    font-size: 17px;
  }

  .arshine-contact .rtit h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-contact .global .txt {
    position: static;
    margin: 20px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .arshine-contact .global .txt dl {
    width: 48%;
    padding: 15px 20px;
    border-left: 5px solid var(--color-primary);
  }

  .arshine-contact .global .txt dl+dl {
    margin-top: 0;
  }

  .arshine-contact .global .list .box1 .nr {
    width: 500px;
    padding: 15px;
  }

  .arshine-contact .global .list .box1 .nr .pic {
    width: 130px;
  }

  .arshine-contact .global .list .box1 .nr .t {
    margin: 0 0 0 20px;
  }

  .arshine-contact .global .list .box1 .nr .t h5 {
    font-size: 20px;
  }

  .arshine-contact .global .list .box1 .nr .t p {
    font-size: 15px;
  }

  .arshine-contact .rtit h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .arshine-contact.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .arshine-contact .global .list {
    display: none;
  }

  .arshine-contact .global .txt {
    display: block;
  }

  .arshine-contact .global .txt dl {
    width: 100%;
  }

  .arshine-contact .global .txt dl+dl {
    margin-top: 15px;
  }

  .arshine-contact .contact-info h3 {
    font-size: 22px;
  }

  .arshine-contact .contact-info ul li {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-size: 20px;
    margin: 15px 0 0;
  }

  .arshine-contact .contact-info ul li:nth-child(2n) {
    width: 100%;
  }

  .arshine-contact .rtit h1 {
    font-size: 28px;
  }

  .arshine-contact .rtit {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .arshine-contact .rtit h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-contact .rtit h1 {
    font-size: 24px;
  }
}


.qili-aframe2 {
  overflow: hidden;
  margin-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
}

.qili-aframe2 h2 {
  font-size: 36px;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.qili-aframe2 .list {
  overflow: hidden;
  position: relative;
}

.qili-aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.qili-aframe2 .list .swiper-slide img {
  width: 100%;
}

.qili-aframe2 .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qili-aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.qili-aframe2 .list .btn-prev {
  left: 0;
}

.qili-aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.qili-aframe2 .list .btn-next {
  right: 0;
}


.qili-aframe3 {
  overflow: hidden;
  position: relative;
  padding: 0 0 70px
}

.qili-aframe3 .title h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.qili-aframe3 .videopalay a {
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
}

.qili-aframe3 .videopalay .videobtn {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qili-aframe3 .videopalay .videobtn .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 74px;
  height: 74px;
  animation: identifier 6s infinite linear;
}

.qili-aframe3 .videopalay .videobtn i {
  position: relative;
  z-index: 5;
  font-size: 30px;
  color: #fff;
}

@media (min-width:1px) and (max-width:768px) {
  .qili-aframe3 .videopalay .videobtn {
    width: 64px;
    height: 64px;
  }

  .qili-aframe3 .title h3 {
    font-size: 28px;
  }

  .qili-aframe3 .videopalay .videobtn .bg {
    width: 64px;
    height: 64px;
  }

  .qili-aframe3 .videopalay .videobtn i {
    font-size: 26px;
  }
}


@keyframes identifier {
  0% {
    transform: rotate(0deg) scale(1)
  }

  50% {
    transform: rotate(180deg) scale(1)
  }

  100% {
    transform: rotate(360deg) scale(1)
  }
}