/* 路由激活样式 */
.menu .router-link-exact-active {
  color: #0388ed !important; /* 蓝色，可自行改色值 */
  font-weight: 500; /* 可选：加粗 */
}
/* 可选：默认菜单样式 */
.menu .router-link-active {
  color: #333;
  text-decoration: none;
}
.menu .dropdown {
  position: relative;
  cursor: pointer;
      font-size: 1.125rem;
	  margin-right: 2.5rem;
}
.menu .dropdown .dropdown-menu {
  display: none;
  padding: 5px 0;
  position: absolute;
  width: 90px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.menu .dropdown .dropdown-menu>a {
  display: block;
  width: 100%;
  padding: 6px 10px;
  text-decoration: none;
  color: #333;
  font-size: 1rem !important;
  font-weight:normal;
  margin: 0;
}
.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown .dropdown-menu a:hover {
  color: #0388ed;
}
.menu .dropdown .dropdown-menu a.router-link-active {
  color: #0388ed !important;
  font-weight: 500;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pc-show {
  display: block;
}
.m-show {
  display: none;
}
.hearder .top {
  width: 100%;
  background-color: #f2f2f2;
  line-height: 2.25rem;
  color: #666;
}
.hearder .nav {
  height: 6.875rem;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.hearder .nav .menu a {
  margin-right: 2.5rem;
  color: #333;
  font-size: 1.125rem;
  position: relative;
}
.hearder .nav .menu a:hover {
  color: #1d8cee;
}
.hearder .nav .menu a.active {
  color: #1d8cee;
}
.hearder .el-carousel {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.hearder .el-carousel .el-carousel__container .el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hearder .el-carousel .el-carousel__container .el-carousel__item img {
  width: 100%;
}
.m-menu-content,
.m-menu,
.m-menu-bg,
.telephone {
  display: none;
}
/* 显示动画：从右到左滑入 */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 隐藏动画：从左到右滑出 */
@keyframes slideOutToLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
.slide-in {
  animation: slideInFromRight 0.5s ease-out forwards;
}
.slide-out {
  animation: slideOutToLeft 0.5s ease-out forwards;
}
.code-main {
  margin-top: 1.25rem;
}
.code-main .item {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 0.375rem;
  margin: 0 0.625rem 0.625rem;
  padding: 0.9375rem;
}
.code-main .item img {
  width: 5.625rem;
  height: 5.625rem;
}
.code-main .item .text {
  margin-left: 1.25rem;
}
.code-main .item .text h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.code-main .item .text p {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.title {
  margin: 1.25rem auto !important;
  text-align: center;
}
.title div {
  font-size: 1.875rem;
}
.title p {
  color: #999;
}
.title h1 {
  font-weight: normal;
}
.product-main {
  margin-top: 2.5rem;
}
.product-main .item {
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  overflow: hidden;
}
.product-main .item:hover .product-img img {
  transform: scale(1.5);
  /* 放大1.5倍 */
}
.product-main .item .product-img {
  width: 100%;
  display: block;
  overflow: hidden;
  /* 隐藏超出部分 */
  position: relative;
}
.product-main .item .product-img img {
  width: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
  /* 添加过渡动画 */
}
.product-main .item .text-1 {
  padding: 0.625rem 0.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product-main .item .text-1 .tit {
  font-size: 1.25rem;
  width: 100%;
  font-weight: normal;
}
.product-main .item .text-1 .desc {
  margin: 0.625rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #666;
}
.product-main .item .text-1 .desc span {
  font-size: 1rem;
  color: #fff;
  margin-right: 0.3125rem;
  background-color: #1abc40;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
}
.product-main .item .text-1 .desc p {
  color: #f60505;
}
.product-main .item .contact {
  padding: 0 1.25rem 0.625rem;
  display: flex;
  color: #999;
  justify-content: space-between;
}
.product-main .item .contact .contact-l {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 2;
}
.product-main .item .contact .contact-r img {
  height: 5rem;
}
.product-main .item .m-contact {
  display: none;
}
.serve-main {
  margin-top: 2.5rem;
}
.serve-main :nth-of-type(3) .item span {
  font-size: 3.75rem;
  line-height: 1.2;
}
.serve-main .item {
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 0;
}
.serve-main .item:hover {
  background-color: #1d8cee;
  color: #fff;
  border: 1px solid #1d8cee;
}
.serve-main .item:hover p {
  color: #fff;
}
.serve-main .item:hover span {
  color: #fff;
}
.serve-main .item span {
  font-size: 3.125rem;
  margin-bottom: 0.625rem;
  color: #1d8cee;
}
.serve-main .item div {
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
}
.serve-main .item p {
  color: #999;
}
.serve-main .item h2 {
  font-weight: normal;
}
.process-main {
  margin-top: 2.5rem;
}
.process-main .item {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  padding: 1.25rem;
  font-size: 1.25rem;
}
.process-main .item .tit {
  margin-left: 0.625rem;
}
.process-main .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fbae09;
  color: #fff;
  border-radius: 3.125rem;
}
.problem-main {
  margin-top: 2.5rem;
}
.problem-main .item {
  display: flex;
  margin: 0 0.625rem 1.25rem;
  transition: all 0.5s ease;
  cursor: pointer;
}
.problem-main .item:hover {
  transform: scale(1.05);
  /* 放大1.05倍 */
}
.problem-main .item .prob-img {
  width: 40%;
  border-radius: 0.375rem;
  overflow: hidden;
}
.problem-main .item .prob-img img {
  width: 100%;
  object-fit: fill;
}
.problem-main .item .text {
  flex: 1;
  margin-left: 0.9375rem;
}
.problem-main .item .text .tit {
  margin: 0 0 0.625rem;
  font-weight: normal;
  font-size: 1rem;
}
.problem-main .item .text p {
  color: #999;
}
.news-main {
  margin-top: 2.5rem;
}
.news-main .item {
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  overflow: hidden;
  background: #f6f6f6;
}
.news-main .item:hover .news-img img {
  transform: scale(1.5);
  /* 放大1.5倍 */
}
.news-main .item .news-img {
  width: 100%;
  display: block;
  overflow: hidden;
  /* 隐藏超出部分 */
  position: relative;
}
.news-main .item .news-img img {
  width: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
  /* 添加过渡动画 */
}
.news-main .item .text-1 {
  padding: 1.25rem 0.625rem;
  display: flex;
  flex-direction: column;
}
.news-main .item .text-1 .tit {
  font-size: 1.25rem;
  width: 100%;
  margin: 0;
  font-weight: normal;
}
.news-main .item .text-1 .time {
  text-align: left;
  color: #999;
  margin-top: 0.375rem;
}
.news-main .item2 {
  padding: 0.9375rem;
  background-color: #fff;
  display: flex;
  margin-bottom: 1.25rem;
  transition: transform 0.2s ease;
}
.news-main .item2:hover {
  transform: scale(1.02);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
.news-main .item2:hover .news-img img {
  transform: scale(1.05);
  /* 放大1.05倍 */
}
.news-main .item2 .news-img {
  width: 20%;
}
.news-main .item2 .news-img img {
  width: 100%;
  object-fit: fill;
  border-radius: 0.375rem;
  height: 9.375rem;
  transition: transform 0.5s ease;
  /* 添加过渡动画 */
}
.news-main .item2 .text {
  width: 80%;
  margin-left: 0.9375rem;
}
.news-main .item2 .text .tit {
  padding: 0;
  margin: 0.9375rem 0;
  font-size: 1.25rem;
}
.news-main .item2 .text .time {
  color: #999;
}
.news-main .item2 .text .desc {
  color: #999;
  margin: 0.375rem 0 0.625rem;
}
.company-main {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0;
  padding: 0 1.25rem;
}
.company-main .company-L {
  flex: 1;
  margin-right: 20px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.company-main .company-L .company-img {
  display: none;
}
.company-main .company-R {
  flex: 1;
  margin-left: 1.25rem;
}
.company-main .company-R .team-img {
  padding: 0.9375rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.company-main .company-R .team-img img {
  margin-bottom: 0.9375rem;
}
.company-main .company-R .team-img img:last-child {
  margin-bottom: 0;
}
.detail-main {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 18.75rem;
  padding: 1.25rem;
}
.detail-main .title {
  font-size: 1.875rem;
  font-weight: bold;
}
.detail-main .content {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}
.detail-main .image {
  display: none;
}
.news-main-detail {
  padding: 1.25rem;
  background-color: #f2f2f2;
}
.news-main-detail .detail-mains {
  width: 1120px;
  margin: 1.25rem auto;
  position: relative;
  background-color: #fff;
  padding: 2.5rem;
  min-height: 31.25rem;
}
.news-main-detail .detail-mains .title {
  font-size: 1.875rem;
  font-weight: bold;
}
.news-main-detail .detail-mains .time {
  color: #999;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
}
.news-main-detail .detail-mains .time p {
  margin: 0 0.625rem;
}
.news-main-detail .detail-mains .content {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.875rem;
}
.news-main-detail .detail-mains .image {
  display: none;
}
.service-main .item {
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.service-main .item .el-image__inner img {
  width: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
}
.service-main .item .tit {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: normal;
}
/*联系我们*/
.contact-main .item {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 0.375rem;
  margin: 0 0.625rem 0.625rem;
  padding: 0.9375rem;
}
.contact-main .item .item-main {
  width: 100%;
  display: flex;
  margin-bottom: 0.9375rem;
}
.contact-main .item .item-main .item-main-l {
  width: 7.5rem;
  text-align: right;
}
.contact-main .item .item-main .item-main-r {
  flex: 1;
}
.contact-main2 {
	width: 1180px;
	margin-bottom: 20px;
}
.page-wap {
  display: none;
}
.page-pc {
  padding: 1.875rem 0;
}
.detail-bar {
  display: block;
}

/*首页表单提交*/
.form-main {
  margin-top: 2.5rem;
  padding: 20px 0 40px;
}
.form-main .el-select__wrapper {
  font-size: 16px;
  line-height: 42px;
  min-height: 50px;
}
.form-main .el-input__wrapper {
  font-size: 16px;
  line-height: 42px;
  min-height: 50px;
}
.form-main .newInfo-txt {
  color: #999;
}
.form-main .el-input__inner::placeholder {
  color: #666 !important;
  /* 浅灰色，你可自定义 */
}
.form-main .el-select__placeholder {
  color: #666 !important;
}


.serve-box {
  padding: 0 1.25rem 0.625rem;
  display: flex;
  color: #333;
  margin-bottom: 0.625rem;
  justify-content: space-between;
}
.serve-box .serve-btn {
  padding: 0.625rem 2.5rem;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  color: #555;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
.serve-box .serve-btn:hover {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}
/*托运流程*/
.process-col .process-item {
  cursor: pointer;
}
.process-col .process-item .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process-col .process-item .top .tit {
  font-size: 16px;
}
.process-col .process-item .top .iconfont {
  font-size: 3.125rem;
  color: #999;
  transition: all 0.3s linear;
}
.process-col .process-item .bottom {
  position: relative;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.process-col .process-item .bottom .num {
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
}
.process-col .process-item .bottom::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  content: '';
  top: 50%;
  z-index: 1;
  left: 0;
}
.process-col:first-child .process-item .bottom::after {
  left: 50%;
}
.process-col:last-child .process-item .bottom::after {
  width: 50%;
  right: 50%;
}
.process-col:hover .top .iconfont {
  transform: rotateY(180deg);
  /* 关键：让元素以自身中心为轴翻转 */
  transform-origin: center center;
  /* 动画：名称 时长 匀速 无限循环  animation: flipH 0.5s linear infinite;*/
  animation: flipH 0.2s linear;
}
@keyframes flipH {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/*右侧浮动客服*/
.online-serve {
  position: fixed;
  width: 130px;
  height: auto;
  right: 0;
  top: 50%;
  margin-top: -180px;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.online-serve .service {
  padding: 0 0 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.online-serve .service .icon-kefu1 {
  font-size: 40px;
  color: #4caf50;
}
.online-serve .service .time {
  display: block;
  margin: 5px auto;
  font-size: 14px;
  color: #777;
}
.online-serve .service .service-btn {
  width: 86%;
  padding: 5px 0;
  display: block;
  margin: 5px auto 0;
  font-size: 13px;
  color: #fff;
  background-color: #4caf50;
  border-radius: 50px;
}
.online-serve .tel {
  border-top: 1px solid #e2e2e2;
  padding: 15px 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  color: #777;
}
.online-serve .tel .txt {
  margin-left: 4px;
}
.online-serve .tel .icon-dianhua1 {
  font-size: 20px;
}
.online-serve .tel .number {
  font-size: 30rpx;
  color: #4caf50;
  font-weight: bold;
}
.online-serve .code {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0;
}
.online-serve .code img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.online-serve .code span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #777;
}
/*服务案例*/
.advantage-main {
  margin-top: 2.5rem;
}
.advantage-main :nth-of-type(3) .item span {
  font-size: 3.75rem;
  line-height: 1.2;
}
.advantage-main .item {
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-main .item .case-img {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.advantage-main .item .case-img .title-box {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(72, 72, 72, 0.5);
  color: #fff;
  text-align: center;
}
.advantage-main .item .case-img .title-box h2 {
  width: 80%;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
}
.advantage-main .item .case-img img {
  width: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
  /* 添加过渡动画 */
}
.advantage-main .item:hover {
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
.advantage-main .item:hover .case-img img {
  transform: scale(1.5);
  /* 放大1.5倍 */
}
.advantage-main .item span {
  font-size: 3.125rem;
  margin-bottom: 0.625rem;
  color: #1d8cee;
}
.advantage-main .item .desc {
  margin: 1.25rem 0;
  color: #999;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  box-orient: vertical;
}
.advantage-main .item h2 {
  font-size: 1.25rem;
  padding: 0.875rem 0;
  margin: 0;
}
.advantage-main .item:hover .case-img .title-box {
  display: flex;
}
/*合作伙伴*/
.partners-main {
  margin-bottom: 30px !important;
}
.partners-main .partners-item {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 92%;
  height: 70px;
  border: 1px solid #e2e2e2;
}
.partners-main .partners-item img {
  width: 100%;
  height: 100%;
}
/*网站底部*/
.footer {
  background-color: #363737;
  padding: 1.25rem 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
}
.footer a {
  color: #fff;
}
.footer .footer-menu {
  clear: both;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 10px;
  overflow: hidden;
}
.footer .footer-menu a {
  margin-right: 30px;
  color: #fff;
}
.footer .footer-left span {
  margin-right: 0.625rem;
}
.footer .footer-left p a {
  color: #fff;
}
.footer .footer-right {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-right .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.25rem;
}
.footer .footer-right .code-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 0.375rem;
}
/*面包屑*/
.breadcrumb {
  padding: 16px 0;
  font-size: 14px;
}
.breadcrumb .split {
  margin: 0 8px;
  color: #999;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a.is-active {
  color: #333;
  font-weight: 500;
  cursor: default;
}
/*我们的优势*/
.advantage-main {
  margin-top: 2.5rem;
}
.advantage-main :nth-of-type(3) .item span {
  font-size: 3.75rem;
  line-height: 1.2;
}
.advantage-main .item {
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  margin: 0 0.625rem 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-main .item:hover {
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
.advantage-main .item span {
  font-size: 3.125rem;
  margin-bottom: 0.625rem;
  color: #1d8cee;
}
.advantage-main .item div {
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
}
.advantage-main .item p {
  color: #999;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.875rem;
}
.advantage-main .item h2 {
  font-size: 1.25rem;
  padding: 0.875rem 0;
  margin: 0;
}
/*获取报价*/
.forms-main {
  padding: 20px 0 40px;
}
.forms-main .el-select__wrapper {
  font-size: 16px;
  line-height: 42px;
  min-height: 50px;
}
.forms-main .el-input__wrapper {
  font-size: 16px;
  line-height: 42px;
  min-height: 50px;
}
.forms-main .newInfo-txt {
  color: #999;
}
.forms-main .el-input__inner::placeholder {
  color: #666 !important;
  /* 浅灰色，你可自定义 */
}
.forms-main .el-select__placeholder {
  color: #666 !important;
}
.forms-main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.forms-main .title .iconfont {
  font-size: 28px;
  color: #1d8cee;
  margin-right: 10px;
}
.forms-main .service {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 20px;
}
.forms-main .service .phone {
  font-size: 28px;
  color: #1d8cee;
  font-weight: bold;
  margin-bottom: 10px;
}
.forms-main .service .time {
  color: #666;
}
.forms-main .service .service-info {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
}
.forms-main .service .service-info .newInfo-txt {
  margin-bottom: 5px;
}
.forms-main .service .service-btn {
  width: 40%;
  padding: 10px 0;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  color: #fff;
  background-color: #1d8cee;
  border-radius: 50px;
  text-align: center;
}
.forms-main .service .service-btn .service-btn-a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  /* 根据按钮高度调整 */
}
.address-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin:3.125rem 0.625rem 0.9375rem;
}

.page-body {
  background-color: #f4f4f4;
}
/*服务资质*/

.service-main .el-carousel__container{
  height: 600px !important;
}
.service-main .el-carousel__item--card {
  height: 100% !important;
}
.service-main .el-carousel__item {
  height: 100% !important;
}
.service-main .el-carousel__item:nth-child(2n) {
  background: raga(0, 0, 0, 0);
}
.service-main .el-carousel__item:nth-child(2n + 1) {
  background: raga(0, 0, 0, 0);
}
.service-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-image .tit {
  font-size: 1.25rem;
  font-weight: normal;
}
.service-image .view-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 15%;
  right: 50%;
  margin-right: -0.625rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
.service-image .view-image i {
  color: #fff;
  font-size: 1.2rem;
}







