.rightbox {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 9999;
}
.rightbox-contain {
  display: flex;
  flex-direction: column;
}
.rightbox-box {
  position: relative;
  padding: 5px 10px;
  background-color: #0BB44B;
}
.rightbox-text {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 50px;
  width: 0;
  height: 0;
  max-width: 0;
  transition: width 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.rightbox-text img {
  width: 70px;
  height: 70px;
}
.rightbox-text.rightbox-active {
  height: 100%;
  width: 130px;
  max-width: 130px;
  border: 1px solid #0BB44B;
  background-color: #ffffff;
}
.rightbox-text a {
  display: block;
  padding: 10px;
}
.rightbox-text a span {
  color: #0BB44B;
}
.rightbox-text p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  padding-left: 5px;
  color: #0BB44B;
}
.rightbox-btnbox {
  text-align: center;
  cursor: pointer;
}
.rightbox-btnbox img {
  width: 30px;
  height: 30px;
}
.rightbox-btnbox span {
  font-size: 14px;
  text-align: center;
}
.rightbox-btnbox p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #fff;
}
.rightbox-ask {
  padding-left: 0 !important;
  font-size: 16px !important;
}
.toplink {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 84px;
  line-height: 84px;
}
.toplink .top-tel {
  margin: 0;
  font-size: 24px;
  color: #183ca0;
}
.toplink .top-text {
  font-size: 16px;
}
.toplink span {
  line-height: 16px;
  display: block;
  padding: 10px;
}
.toplink-content {
  text-align: left;
  padding-left: 10px;
}
.toplink-img {
  line-height: unset;
}
.toplink-img img {
  width: 70px;
  height: 70px;
}
.contact-newtext {
  font-size: 16px;
}
.footer-widget_about_text {
  line-height: 30px;
}
.footer-widget_about_icon {
  line-height: 30px;
}
.footer-widget__about_logo {
  padding-bottom: 20px;
}
