::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: var(--in-color);
  color: #fff;
}
::-moz-selection {
  background-color: var(--in-color);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--in-color);
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  line-height: 1.5;
  color: #333;
  background: #fff;
}
body > div {
  font-size: 0.34375rem;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #2e3136;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
  max-width: 100%;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.inContent {
  margin: 0 auto;
  position: relative;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.logo {
  padding: 0.625rem 0.46875rem;
  display: flex;
  align-items: center;
}
.logo img {
  display: block;
  max-height: 1.25rem;
  margin-right: 0.3125rem;
}
.logo .logoT {
  flex: 1;
}
.logo .logoT .t1 {
  font-size: 0.5625rem;
}
.logo .logoT .t2 {
  color: #666666;
  font-size: 0.3625rem;
}
.logo:before {
  content: "";
  display: block;
  background: url(../images/navico.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: 26px;
  background-size: contain;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner {
  margin: auto;
  overflow: hidden;
}
.banner .swiper-container {
  width: 9.0625rem;
  height: 4.6875rem;
  margin: auto;
  overflow: initial;
}
.banner .swiper-container .swiper-slide {
  border-radius: 0.15625rem;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
  width: 9.0625rem;
  height: 4.6875rem;
  display: block;
}
.banner .swiper-container .swiper-slide-active,
.banner .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 5;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.banner .swiper-container .swiper-slide-prev img,
.banner .swiper-container .swiper-slide-duplicate-prev img {
  transform: translateX(2rem) scale(0.85) !important;
}
.banner .swiper-container .swiper-slide-next img,
.banner .swiper-container .swiper-slide-duplicate-next img {
  transform: translateX(-2rem) scale(0.85) !important;
}
.banner .bannerswiper-pagination {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.banner .bannerswiper-pagination span {
  opacity: 1;
  position: relative;
  background: none;
  display: inline-block;
  line-height: 1.2;
  width: auto;
  height: auto;
}
.banner .bannerswiper-pagination span:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.15625rem;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: var(--in-color);
}
.banner .bannerswiper-pagination span.swiper-pagination-bullet-active {
  color: var(--in-color);
  font-size: 0.28125rem;
}
.banner .bannerswiper-pagination span.swiper-pagination-bullet-active:before {
  height: 0.625rem;
}
.menu {
  padding-top: 0.15625rem;
  padding-bottom: 0.703125rem;
}
.menu ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.menu ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 0.546875rem;
}
.menu ul li a {
  display: block;
}
.menu ul li a i {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: relative;
  margin: auto;
  z-index: 1;
  border: solid 1px #999999;
  border-radius: 0.15625rem;
}
.menu ul li a i:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-left: -0.203125rem;
  margin-top: -0.203125rem;
  width: 0.40625rem;
  height: 0.40625rem;
  background-color: var(--in-color);
  opacity: 0.1;
  border-radius: 50%;
}
.menu ul li a i img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.menu ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  font-size: 0.38375rem;
  line-height: 1.5;
  margin-top: 0.15625rem;
}
.title {
  line-height: 1.2;
  padding-right: 1.25rem;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.28125rem;
}
.title h3 {
  font-size: 0.5625rem;
}
.title h3 span {
  font-size: 0.28125rem;
  text-transform: uppercase;
  color: #888888;
  vertical-align: middle;
}
.title p {
  margin-top: 0.234375rem;
  font-size: 0.36125rem;
  color: #888888;
}
.title .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3125rem;
  color: var(--in-color);
  display: block;
  padding-right: 0.3125rem;
  background: url(../images/ar.png) right center no-repeat;
  -webkit-background-size: 0.15625rem 0.3125rem;
  background-size: 0.15625rem 0.3125rem;
  font-size: 0.34375rem;
}
.product {
  overflow: hidden;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 0.9375rem 0.46875rem;
}
.product .list ul {
  margin: 0rem -0.15625rem;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  width: 50%;
  float: left;
  padding: 0rem 0.15625rem;
}
.product .list ul li .item {
  background-color: #ffffff;
  border-radius: 0.09375rem;
  margin-top: 0.625rem;
}
.product .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.product .list ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .cont {
  padding: 0.3125rem 0.234375rem;
}
.product .list ul li .item .cont .bt {
  font-size: 0.38375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.40625rem;
}
.product .list ul li .item .cont .zxLink {
  display: block;
  width: 1.875rem;
  height: 0.5625rem;
  line-height: 0.5625rem;
  background-color: var(--in-color);
  border-radius: 0.5625rem;
  text-align: center;
  font-size: 0.28125rem;
  color: #fff;
  margin-top: 0.234375rem;
}
.about {
  border-bottom: 1px solid #fbfbfb;
  border-bottom-width: 0.15625rem;
  padding: 0.9375rem 0.46875rem;
}
.about .title {
  text-align: center;
  border-bottom: none;
}
.about .aboutText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 0.5625rem;
  height: 2.25rem;
  color: #666666;
  margin-top: 0.390625rem;
  font-size: 0.3625rem;
  text-align: center;
}
.about .aboutmore {
  margin: auto;
  margin-top: 0.625rem;
  text-align: center;
  display: block;
  width: 2.5rem;
  height: 0.5625rem;
  background: var(--in-color);
  border-radius: 0.46875rem;
  color: #fff;
  line-height: 0.5625rem;
  font-size: 0.28125rem;
}
.youshi {
  padding: 0.9375rem 0.46875rem;
  overflow: hidden;
}
.youshi .ysSwiper {
  overflow: initial;
  margin: 0;
  width: 8.59375rem;
  margin-top: 0.78125rem;
}
.youshi .ysSwiper .swiper-slide {
  width: 8.59375rem;
}
.youshi .ysSwiper .swiper-slide .item {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 1.09375rem;
}
.youshi .ysSwiper .swiper-slide .item .pic {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.youshi .ysSwiper .swiper-slide .item .pic img {
  display: block;
  width: 100%;
}
.youshi .ysSwiper .swiper-slide .item .cont {
  position: relative;
  padding: 0.546875rem 0.3125rem;
}
.youshi .ysSwiper .swiper-slide .item .cont .num {
  position: absolute;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  top: -0.625rem;
  right: -0.625rem;
  background: var(--in-color);
  border-radius: 100%;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 0.875rem;
  padding-top: 0.09375rem;
  text-align: center;
}
.youshi .ysSwiper .swiper-slide .item .cont .num:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.09375rem;
  height: 1.09375rem;
  top: 0.078125rem;
  right: 0.078125rem;
  border-radius: 100%;
  border: 1px #fff dashed;
  opacity: 0.3;
}
.youshi .ysSwiper .swiper-slide .item .cont .num:after {
  content: "";
  display: block;
  width: 0.53125rem;
  height: 1px;
  background: #fff;
  margin: auto;
}
.youshi .ysSwiper .swiper-slide .item .cont h4 {
  font-weight: bold;
  font-size: 0.425rem;
  color: #444444;
}
.youshi .ysSwiper .swiper-slide .item .cont .text {
  font-size: 0.3625rem;
  color: #666666;
  line-height: 0.5625rem;
  margin-top: 0.3425rem;
}
.youshi .ysSwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 0;
  margin-left: -5px;
  top: 100%;
  height: 0;
  width: 0;
  border: transparent 5px solid;
}
.youshi .ysSwiper .swiper-slide.swiper-slide-thumb-active:after {
  border-top: 5px solid #3d4250;
}
.youshi .ysswiper-pagination {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0.78125rem;
}
.youshi .ysswiper-pagination span {
  width: 0.625rem;
  margin: 0 5px;
  height: 3px;
  background-color: #999999;
  border-radius: 0;
}
.youshi .ysswiper-pagination span.swiper-pagination-bullet-active {
  background: var(--in-color);
}
.case {
  overflow: hidden;
  background-color: #fbfbfb;
  border-radius: 6px;
  padding: 0.9375rem 0.46875rem;
}
.case .caseBox {
  margin-top: 0.625rem;
  overflow: hidden;
  width: 100%;
}
.case .caseBox .swiper-container {
  overflow: initial;
  width: 76%;
  margin: auto;
}
.case .caseBox .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.case .caseBox .swiper-slide .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .swiper-slide .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  margin-top: 0.3125rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0.42375rem;
}
.case .caseBox .swiper-slide.swiper-slide-active .bt {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .list {
  margin: 20px 8px 0;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  width: 50%;
  padding: 0 8px;
  float: left;
}
.case .list ul li .item .pic {
  display: block;
  border: solid 10px #ffffff;
  background: #fff;
}
.case .list ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.case .list ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
}
.mbanner1 {
  padding: 0.9375rem 0.46875rem;
}
.mbanner1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.mbanner1 .text1 {
  width: 48.2%;
  float: left;
  height: 2.5rem;
  border-radius: 8px;
  background: url(../images/mbanimg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.46875rem 0.46875rem;
  color: #fff;
}
.mbanner1 .text1 .t1 {
  font-weight: bold;
  font-size: 0.375rem;
  line-height: 0.46875rem;
  min-height: 0.9375rem;
}
.mbanner1 .text1 .t2 {
  font-size: 0.3125rem;
  line-height: 0.40625rem;
}
.mbanner1 .text2 {
  width: 48.2%;
  float: right;
  height: 2.5rem;
  border-radius: 8px;
  background: url(../images/mbanimg2.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.46875rem 0.46875rem;
  color: #fff;
}
.mbanner1 .text2 .t1 {
  font-size: 0.3125rem;
  line-height: 0.46875rem;
}
.mbanner1 .text2 .phone {
  display: block;
  background: var(--in-color);
  border-radius: 1rem;
  width: 2.1875rem;
  height: 0.59375rem;
  line-height: 0.59375rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.3125rem;
  margin-top: 0.3125rem;
}
.news {
  overflow: hidden;
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 6px;
  padding: 0.9375rem 0.46875rem;
}
.news .newsSwiper {
  margin-top: 0.625rem;
  position: relative;
}
.news .newsSwiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.46875rem 0.3125rem;
}
.news .newsSwiper .swiper-slide .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.38375rem;
  line-height: 0.5625rem;
  height: 0.5625rem;
}
.news .newsSwiper .swiper-slide .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  font-size: 0.3125rem;
  line-height: 0.5625rem;
  height: 0.5625rem;
  margin-top: 0.078125rem;
}
.news .newsSwiper .swiper-slide .item .pic {
  display: block;
  width: 100%;
  height: 4.6875rem;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-top: 0.46875rem;
}
.news .newsSwiper .swiper-slide .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news .newsSwiper .swiper-slide .item .date {
  color: #999999;
  line-height: 0.5625rem;
  font-size: 0.3125rem;
  height: 0.5625rem;
  margin-top: 0.3125rem;
}
.news .newsSwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 0;
  margin-left: -5px;
  top: 100%;
  height: 0;
  width: 0;
  border: transparent 5px solid;
}
.news .newsSwiper .swiper-slide.swiper-slide-thumb-active:after {
  border-top: 5px solid #3d4250;
}
.news .newsswiper-pagination {
  font-size: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 0.3125rem;
  bottom: 0.703125rem;
}
.news .newsswiper-pagination span {
  width: 0.15625rem;
  height: 0.15625rem;
  margin-left: 5px;
  background-color: #999999;
}
.news .newsswiper-pagination span.swiper-pagination-bullet-active {
  background: var(--in-color);
}
.news .list li {
  position: relative;
  padding-left: 1.40625rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  border-bottom: 1px solid #ccc;
}
.news .list li .date {
  line-height: 0.46875rem;
  font-size: 0.28125rem;
  color: #888888;
  position: absolute;
  left: 0;
  top: 0.46875rem;
}
.news .list li .date span {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: var(--in-color);
  margin-bottom: 0.078125rem;
}
.news .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36375rem;
  height: 0.5625rem;
}
.news .list li .bt .rem {
  line-height: 36;
}
.news .list li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3525rem;
  height: 0.5625rem;
  color: #666666;
  margin-top: 0.234375rem;
}
.news .list li p .rem {
  line-height: 36;
}
.footer {
  position: relative;
  padding: 0.859375rem 0.46875rem;
  text-align: center;
  font-size: 0.3525rem;
  line-height: 0.71875rem;
}
.footer .goToTop {
  background: url(../images/goToTop.png) center center no-repeat;
  background-color: var(--in-color);
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.3125rem;
  top: -0.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(197, 38, 34, 0.4);
}
.footer .text {
  color: #666666;
}
.footer .text .tel {
  font-size: 0.375rem;
}
.footer .ewm {
  margin-top: 0.234375rem;
  font-size: 0.28125rem;
}
.footer .ewm img {
  display: block;
  width: 1.71875rem;
  height: 1.71875rem;
  border: solid 1px #cccccc;
  margin: auto;
}
.footer .zc {
  color: #999999;
  margin-top: 0.234375rem;
}
.footer .zc a {
  color: #999999;
}
.footer .zc img {
  vertical-align: middle;
}
.footNav {
  height: 1.5625rem;
}
.footMenu {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 1.5625rem;
  z-index: 999;
  background-color: #eeeeee;
}
.footMenu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footMenu a {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
  padding-top: 0.21875rem;
}
.footMenu a i {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.footMenu a i img {
  width: 0.6875rem;
  height: 0.6875rem;
  display: block;
  position: relative;
  filter: drop-shadow(500px 0 var(--in-color));
  -webkit-filter: drop-shadow(500px 0 var(--in-color));
}
.footMenu a span {
  display: block;
  margin-top: 0.078125rem;
  font-size: 0.3125rem;
}
.footMenu a.on {
  color: var(--in-color);
}
.footMenu a.on i img {
  transform: translate(-500px, 0);
  -webkit-transform: translate(-500px, 0);
  -ms-transform: translate(-500px, 0);
  -o-transform: translate(-500px, 0);
}
#kefu-ball {
  width: 1.25rem;
  height: 1.25rem;
  position: fixed;
  right: 0.3125rem;
  bottom: 25%;
  border-radius: 50%;
  z-index: 99999;
  background: var(--in-color);
}
#kefu-ball #kefu-ball {
  box-shadow: 0px 0px 20px 0px rgba(197, 38, 34, 0.6);
}
#kefu-ball img {
  display: block;
  width: 100%;
  height: 100%;
}


.webChatHm {
  position: absolute;
  top: -100%;

}

.webChatBox {
  width: 96%;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  z-index: 999999999999999;
  left: 2%;
  top: 30%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.webChatBox .webChatBoxCenter {
  position: relative;
}

.webChatBox .webChatBoxCenter .webClose {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/webChatclose.png) no-repeat center;
  position: absolute;
  top: -0.4rem;
  right: 0.2rem;
  background-size: 100%;
}

.webChatBox .webChatBoxCenter img {
  width: 10%;
  display: block;
  margin: 10% auto 0;
}

.webChatBox .webChatBoxCenter h4 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 0.4rem;
  padding-top: 0.2rem;

}

.webChatBox .webChatBoxCenter p {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.1rem;
}

.webChatBox .webChatBoxCenter span {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 0.24rem;
  line-height: 0.5rem;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  margin: 6% auto 6%;
}
