<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.product-link a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  border: none;
  font-size: 16px;
  min-width: 124px;
  text-align: center;
}

.product-link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product-link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.product-link a.blue {
  color: #fff;
  background-color: #2183e9;
}

.product-link a.border {
  border: 1px solid #262b39;
  color: #252b3a;
  line-height: 40px;
}

.btn-blue-gradient {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
}

.btn-blue-gradient:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.btn-blue-gradient:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.wrapper {
  width: 1334px;
  margin: 0 auto;
}

html,
body {
  overflow-x: hidden;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    width: 1100px;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.bg-pc-mobile {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.bg-pc-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-pc-mobile .mobile {
  display: none;
}

/* banner */
.index-banner {
  background: center center / cover no-repeat;
  position: relative;
}

.index-banner .txt {
  padding: 225px 0 190px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.index-banner .txt h2 {
  line-height: 1.21429;
  margin-bottom: 25px;
}

.index-banner .txt p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: 56px;
  width: 42.57871%;
}

/* 热点关注 */
.hotfocus {
  background-image: linear-gradient(to right, #121c36, #212d4d, #121c36);
  padding: 28px 0;
  overflow: hidden;
}

.hotfocus .wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotfocus .lt h2 {
  color: #fff;
}

.hotfocus .rt {
  width: 73.31334%;
}

.hotfocus .rt ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.hotfocus .rt ul li {
  width: 48.87526%;
  padding: 10px;
  transition: all 0.5s;
}

.hotfocus .rt ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 84px;
  position: relative;
}

.hotfocus .rt ul li a .icon {
  display: inline-block;
  margin-right: 5%;
  width: 48px;
}

.hotfocus .rt ul li a .icon img {
  width: 100%;
}

.hotfocus .rt ul li a .txt {
  color: #fff;
}

.hotfocus .rt ul li a:after {
  transform: translateY(-50%);
  content: "\e683";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 50%;
  opacity: 0.3;
  color: #fff;
}

.hotfocus .rt ul li.active a:after {
  opacity: 1;
}

.hotfocus .rt ul li.opacity {
  opacity: 0.3;
}

/* kv2 */
.index-jieli {
  background: center center / cover no-repeat;
  position: relative;
}

.index-jieli .txt {
  padding: 225px 0 190px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.index-jieli .txt h2 {
  line-height: 1.21429;
  margin-bottom: 25px;
}

.index-jieli .txt p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: 56px;
  width: 42.57871%;
}

/* 比肩国际的产品与服务 */
.index-prosvs {
  background-image: linear-gradient(to right, #121c36, #212d4d, #121c36);
  padding: 28px 0 20px;
  overflow: hidden;
}

.index-prosvs .title {
  overflow: hidden;
}

.index-prosvs .title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.index-prosvs .swiper-prosvs {
  overflow: hidden;
}

.index-prosvs .swiper-prosvs .swiper-slide {
  position: relative;
}

.index-prosvs .swiper-prosvs .swiper-slide .icon {
  width: 100px;
  height: 45px;
  margin: 0 auto 30px;
}

.index-prosvs .swiper-prosvs .swiper-slide .icon img {
  width: 100%;
}

.index-prosvs .swiper-prosvs .swiper-slide p {
  color: #fff;
  margin: 0 15%;
  text-align: center;
  line-height: 26px;
}

.index-prosvs .swiper-prosvs .swiper-slide:after {
  content: "";
  display: none;
  width: 1px;
  height: 60px;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-prosvs .swiper-prosvs .swiper-slide:first-child:after {
  display: none;
}

.index-prosvs .siwper-pagination {
  margin-top: 50px;
  text-align: center;
}

.index-prosvs .swiper-pagination-bullet {
  background-color: #fff;
}

/* 金蝶云产品 */
.index-cloudpro {
  padding: 50px 0 80px;
  overflow: hidden;
}

.index-cloudpro .title {
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}

.index-cloudpro .mobile-t {
  display: none;
}

.index-cloudpro .tabnav {
  margin-bottom: 95px;
}

.index-cloudpro .tabnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-cloudpro .tabnav li {
  padding: 0 17px;
}

.index-cloudpro .tabnav li a {
  display: block;
  min-width: 214px;
  border-bottom: 3px solid #d9dadc;
  padding: 18px 0;
  position: relative;
  color: #000;
}

.index-cloudpro .tabnav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #2183e9;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 1s ease;
}

.index-cloudpro .tabnav li.active a {
  color: #2183e9;
}

.index-cloudpro .tabnav li.active a::after {
  width: 100%;
}

.index-cloudpro .item {
  display: none;
}

.index-cloudpro .item:first-child {
  display: block;
}

.index-cloudpro .item .mb-show {
  display: none;
}

.index-cloudpro .item .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-cloudpro .item .img {
  width: 47.67616%;
}

.index-cloudpro .item .img img {
  width: 100%;
  transition: all 0.5s;
}

.index-cloudpro .item .img:hover img {
  transform: scale(1.05);
}

.index-cloudpro .item .info {
  width: 43.92804%;
}

.index-cloudpro .item .info h3 {
  line-height: 1.375;
  margin-bottom: 20px;
  font-weight: lighter;
}

.index-cloudpro .item .info h3 b {
  display: block;
  font-weight: normal;
}

.index-cloudpro .item .info p {
  line-height: 1.44444;
  color: #000;
  letter-spacing: 1px;
  font-weight: lighter;
}

.index-cloudpro .item .info .product-link {
  margin-top: 35px;
}

.index-cloudpro .item .info .product-link a:first-child {
  margin-right: 18px;
}

.index-cloudpro .item .info .product-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}

.index-cloudpro .item .info .product-label a {
  display: block;
  text-align: center;
  width: 25%;
  line-height: 42px;
  color: #000;
  font-weight: lighter;
}

.index-cloudpro .item .info .product-label a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* 帮助转型 */
.index-helpzx {
  background: center center / cover no-repeat;
  padding: 50px 0 80px;
  overflow: hidden;
  position: relative;
}

.index-helpzx .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-helpzx .bg-img .img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.index-helpzx .bg-img .img-item .mobile {
  display: none;
}

.index-helpzx .title {
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.index-helpzx .title h2 {
  color: #fff;
  text-align: center;
}

.index-helpzx .cont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-helpzx .memulist {
  width: 16.11694%;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(20, 18, 18, 0.1);
  padding: 20px 0;
}

.index-helpzx .memulist a {
  display: block;
  position: relative;
  line-height: 56px;
  color: #fff;
  padding-left: 37px;
}

.index-helpzx .memulist a::before {
  content: "";
  display: block;
  width: 6px;
  height: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #2183e9;
  bottom: 11px;
}

.index-helpzx .memulist li.active a::before {
  height: 34px;
  opacity: 1;
  visibility: visible;
  top: 11px;
  bottom: auto;
}

.index-helpzx .memulist li:last-child a:after {
  display: inline-block;
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: 0.5s;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.index-helpzx .memulist li:last-child:hover a:after {
  margin-left: 13px;
  transition: 0.5s;
}

.indcustomer {
  width: 79.68516%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.indcustomer .s-logo {
  width: 200px;
  margin: 20px 0 30px;
}

.indcustomer .s-logo img {
  width: 100%;
}

.indcustomer .s-text {
  width: 52.86924%;
  margin-bottom: 25px;
  position: relative;
}

.indcustomer .s-text p {
  line-height: 1.44444;
  letter-spacing: 1px;
  font-weight: lighter;
  text-align: justify;
}

.indcustomer .s-text:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../temp/home/icon_yh.png) 0 0 / cover no-repeat;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.indcustomer .s-user {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.indcustomer .s-user .user-box {
  width: 62px;
  height: 62px;
  margin-right: 27px;
  overflow: hidden;
}

.indcustomer .s-user .user-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indcustomer .s-user .zc {
  display: block;
  font-weight: lighter;
}

.indcustomer .product-link .border {
  width: 158px;
  border-color: #fff;
  color: #fff;
  margin-left: 18px;
}

.indcustomer .btn-prev-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indcustomer .swiper-button-prev {
  width: 16px;
  height: 28px;
  background-size: contain;
  position: static;
}

.indcustomer .swiper-button-next {
  width: 16px;
  height: 28px;
  background-size: contain;
  position: static;
}

/* 视频弹窗 */
#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* 获取白皮书 */
.index-baipishu {
  background: center center / cover no-repeat;
  position: relative;
}

.index-baipishu .txt {
  padding: 225px 0 190px;
  color: #000;
  position: relative;
  z-index: 5;
}

.index-baipishu .txt h2 {
  line-height: 1.21429;
  margin-bottom: 25px;
}

.index-baipishu .txt p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: 56px;
  width: 43.77811%;
}

.index-baipishu .product-link .blue {
  width: 140px;
  margin-right: 18px;
}

.bps-ft {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.bps-ft .item {
  width: 33.33%;
  background-image: linear-gradient(to right, #121c36, #212d4d, #121c36);
  border-left: 1px solid #2a334a;
  position: relative;
  overflow: hidden;
}

.bps-ft .item:first-child {
  border-left: none;
}

.bps-ft .in {
  padding: 50px 8% 55px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bps-ft .in h3 {
  color: #fff;
  line-height: 1.375;
  min-height: 140px;
  margin-right: 16%;
}

.bps-ft .in .product-link a {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 140px;
}

.bps-ft .in .product-link a:hover {
  border-color: #2183e9;
  background-color: #2183e9;
}

.bps-ft .icon {
  position: absolute;
  width: 35.9375%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.4);
  transition: all 0.5s;
}

.bps-ft .icon img {
  width: 100%;
}

.bps-ft .item.active {
  background: #212d4d;
}

.bps-ft .item.active .in .product-link a {
  border-color: #2183e9;
  background-color: #2183e9;
}

.bps-ft .item.active .icon {
  right: -12%;
  transform: translateY(-50%) scale(1);
}

/* 为什么选择金蝶 */
.index-whySelect {
  padding: 70px 0 0;
  position: relative;
  background: center bottom / cover no-repeat;
  overflow: hidden;
}

.index-whySelect .earth-box {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-whySelect .wrapper {
  position: relative;
  z-index: 5;
}

.index-whySelect .title {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.index-whySelect .title h2 {
  margin-bottom: 20px;
}

.index-whySelect .title p {
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.index-whySelect .title .product-link a {
  color: #2183e9;
}

.index-whySelect .title .product-link a:after {
  content: "\e683";
  margin-left: 5px;
}

.index-whySelect .title .product-link a:hover {
  border: 1px solid #2183e9;
  line-height: 40px;
}

.index-whySelect .cont {
  padding-bottom: 204px;
}

.index-whySelect .cont ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.index-whySelect .cont li {
  width: 33.33%;
  position: relative;
  text-align: center;
}

.index-whySelect .cont li::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-whySelect .cont li:first-child::before {
  display: none;
}

.index-whySelect .cont li .number {
  font-size: 42px;
  color: #2183e9;
}

.index-whySelect .cont li .number .counter {
  font-size: 62px;
}

.index-whySelect .cont li p {
  line-height: 22px;
}

.index-renke {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 30px 0;
  overflow: hidden;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.index-renke .s-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-renke .s-title h5 {
  font-weight: 600;
}

.index-renke .s-cont ul {
  display: flex;
  display: -webkit-flex;
}

.index-renke .s-cont ul li {
  width: 16.66667%;
  text-align: center;
  padding: 0 10px;
}

.index-renke .s-cont ul .img {
  width: 120px;
  margin: 0 auto 10px;
}

.index-renke .s-cont ul .img img {
  width: 100%;
}

/* 新闻与活动 */
.index-newsactivy {
  padding: 70px 0 76px;
  overflow: hidden;
}

.index-newsactivy .title {
  margin-bottom: 35px;
  color: #000;
}

.index-newsactivy .cont {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-newsactivy .focus-activity {
  width: 53.22339%;
  position: relative;
  overflow: hidden;
}

.index-newsactivy .focus-activity .img {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.index-newsactivy .focus-activity .img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-newsactivy .focus-activity .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index-newsactivy .focus-activity .text {
  padding: 15px 0;
}

.index-newsactivy .focus-activity .text .datetime {
  font-weight: lighter;
}

.index-newsactivy .focus-activity .text .tt {
  margin: 10px 0;
}

.index-newsactivy .focus-activity .text .tt h2 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #252b3a;
}

.index-newsactivy .focus-activity .text p {
  line-height: 24px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  color: #000;
}

.index-newsactivy .focus-activity .product-link {
  margin-top: 10px;
}

.index-newsactivy .focus-activity .swiper-slide:hover .text .tt h2 a {
  color: #2183e9;
}

.index-newsactivy .focus-activity .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.index-newsactivy .siwper-pagination {
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.index-newsactivy .swiper-pagination-bullet {
  background-color: #fff;
}

.index-newsactivy .news-lists {
  width: 43.92804%;
  border-top: 2px solid #ebebeb;
}

.index-newsactivy .news-lists ul li {
  border-bottom: 2px solid #ebebeb;
}

.index-newsactivy .news-lists ul li a {
  display: block;
  padding: 15px 0 19px;
  color: #000;
}

.index-newsactivy .news-lists ul li .datetime {
  font-weight: lighter;
  margin-bottom: 6px;
}

.index-newsactivy .news-lists ul li h2 {
  line-height: 34px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
}

.index-newsactivy .news-lists ul li a:hover h2 {
  color: #2183e9;
}

.index-newsactivy .news-lists .product-link {
  margin-top: 32px;
}

/* 有疑问？我们将通过以下渠道为您解答 */
.index-yiwen {
  background-color: #f5fcff;
}

.index-yiwen .wrapper {
  position: relative;
}

.index-yiwen .wrapper .img {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 48.2009%;
}

.index-yiwen .wrapper .img img {
  width: 100%;
}

.index-yiwen .info {
  padding: 50px 0 36px;
}

.index-yiwen .info h2 {
  color: #2183e9;
  margin-bottom: 25px;
}

.index-yiwen .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.index-yiwen .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.index-yiwen .jd-info .qrc {
  width: 104px;
  margin-right: 19px;
}

.index-yiwen .jd-info .qrc img {
  width: 100%;
}

.index-yiwen .jd-info .txt {
  line-height: 1.6;
  font-weight: bold;
}

/* 侧边浮动 */
.footer-right-section {
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  right: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
  position: fixed;
}

.footer-right-section .top-part {
  background: white;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 25px 5px rgba(61, 78, 102, 0.1);
  box-shadow: 0px 5px 25px 5px rgba(61, 78, 102, 0.1);
  height: 220px;
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right-section .img-section {
  height: 38px;
  width: 38px;
  margin: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer-right-section .img-section:hover .show-box {
  display: block;
}

.footer-right-section .show-box {
  display: none;
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

.footer-right-section .show-little-tip {
  width: 119px;
  height: 46px;
  line-height: 46px;
  background: url(../temp/home/workorder-bg2.png) 0 0 no-repeat;
}

.footer-right-section .show-little-tip .txt {
  width: 112px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.footer-right-section .show-ewm {
  width: 224px;
  background: url(../temp/home/code_bg.png) 0 0/100% no-repeat;
  padding: 24px 20px;
  text-align: center;
  transform: translateY(-70%);
}

.footer-right-section .show-ewm .title {
  margin-right: 10px;
}

.footer-right-section .show-ewm p {
  font-size: 16px;
}

.footer-right-section .show-ewm span {
  color: #666;
  display: block;
  margin-top: 5px;
}

.footer-right-section .show-ewm .code-img {
  margin-right: 10px;
  margin-top: 10px;
}

.footer-right-section .show-ewm .code-img img {
  width: 100%;
}

.footer-right-section .top-part .img-section:first-child {
  margin: 4px 4px 2px;
}

.footer-right-section .top-part .img-section:hover {
  background: rgba(0, 102, 255, 0.1);
  border-radius: 50%;
}

.footer-right-section .top-part .img-section:hover a {
  cursor: pointer;
}

.footer-right-section .top-part .img-section:hover a .pc-img {
  display: block;
}

.footer-right-section .top-part .img-section:hover a .normal-img {
  display: none;
}

.footer-right-section .top-part .img-section a .normal-img {
  display: -ms-flexbox;
  display: flex;
}

.footer-right-section .top-part .img-section a .pc-img {
  display: none;
}

.footer-right-section .top-part .img-section .right-mb-btn .mb-img,
.footer-right-section .top-part .img-section .right-mb-btn .normal-img {
  display: none;
}

.footer-right-section .top-part .img-section .right-mb-btn {
  outline: none;
  border: none;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-right-section .top-part .img-section:first-child {
  cursor: pointer;
}

.footer-right-section .top-part .divide-line {
  background: #e6e9ed;
  height: 1px;
  width: 24px;
}

.footer-right-section .top-part #coding-communication {
  position: relative;
  top: -2px;
}

.footer-right-section .insight-top-part {
  height: 220px;
}

.footer-right-section .bottom-part {
  margin-top: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
  box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
  background: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
}

.footer-right-section .bottom-part .container {
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.footer-right-section .bottom-part .container:hover {
  background: rgba(0, 102, 255, 0.1);
  -webkit-box-sizing: 50%;
  box-sizing: 50%;
}

.footer-right-section .bottom-part .container:hover .pc-img {
  display: block;
}

.footer-right-section .bottom-part .container:hover .normal-img {
  display: none;
}

.footer-right-section .bottom-part .container .pc-img {
  display: none;
}

@media screen and (max-width: 1440px) {
  .index-banner .txt {
    padding: 180px 0 160px;
  }
  .index-jieli .txt {
    padding: 180px 0 160px;
  }
  .index-baipishu .txt {
    padding: 180px 0 160px;
  }
  .hotfocus .rt ul li a {
    height: 70px;
  }
  .bps-ft .in {
    padding: 40px 20px 45px;
  }
  .bps-ft .item.active .icon {
    width: 30%;
  }
  .bps-ft .in h3 {
    font-size: 26px;
  }
  .bps-ft .item .icon {
    right: -4%;
  }
  .index-whySelect .cont li .number {
    font-size: 38px;
  }
  .index-whySelect .cont li .number .counter {
    font-size: 52px;
  }
  .index-whySelect .cont {
    padding-bottom: 180px;
  }
  .index-newsactivy .focus-activity .img {
    height: 330px;
  }
  .index-newsactivy .news-lists ul li a {
    padding: 10px 0;
  }
  .index-newsactivy .news-lists ul li h2 {
    height: 60px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .index-banner .txt {
    padding: 110px 0 100px;
  }
  .index-banner .txt p {
    width: 50%;
  }
  .index-jieli .txt {
    padding: 110px 0 100px;
  }
  .index-jieli .txt p {
    width: 50%;
  }
  .index-baipishu .txt {
    padding: 110px 0 100px;
  }
  .index-baipishu .txt p {
    width: 50%;
  }
  .hotfocus .rt ul li a {
    height: 50px;
  }
  .hotfocus .rt ul li a .icon {
    width: 30px;
  }
  .index-cloudpro .tabnav li a {
    min-width: 100%;
  }
  .index-helpzx .title {
    margin-bottom: 50px;
  }
  .index-helpzx .memulist a {
    line-height: 46px;
  }
  .indcustomer .s-text {
    width: 100%;
  }
  .bps-ft .in h3 {
    font-size: 22px;
    min-height: 100px;
  }
  .index-whySelect .cont li .number {
    font-size: 30px;
  }
  .index-whySelect .cont li .number .counter {
    font-size: 40px;
  }
  .index-renke .s-cont ul .img {
    width: 100px;
  }
  .index-prosvs .swiper-prosvs .swiper-slide .icon {
    width: 80px;
    margin-bottom: 15px;
  }
  .index-prosvs .siwper-pagination {
    margin-top: 25px;
  }
  .index-yiwen .wrapper .img {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-banner .txt {
    padding: 90px 0 80px;
  }
  .index-banner .txt p {
    width: 100%;
  }
  .index-banner .txt h2 {
    font-size: 32px;
    font-weight: normal;
  }
  .index-jieli .txt {
    padding: 90px 0 80px;
  }
  .index-jieli .txt p {
    width: 100%;
    letter-spacing: 0;
  }
  .index-jieli .txt h2 {
    font-size: 32px;
  }
  .index-baipishu .txt {
    padding: 90px 0 80px;
  }
  .index-baipishu .txt p {
    width: 100%;
  }
  .index-baipishu .txt h2 {
    font-size: 32px;
  }
  .index-cloudpro .item .img {
    width: 80%;
    margin: 0 auto;
  }
  .index-cloudpro .item .info {
    width: 100%;
    margin-top: 30px;
  }
  .index-helpzx .memulist {
    width: 100%;
    margin-bottom: 110px;
    overflow-x: auto;
    padding: 10px 0;
    box-shadow: none;
  }
  .index-helpzx .memulist::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .index-helpzx .memulist::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
  .index-helpzx .memulist::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .index-helpzx .memulist ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 0 10px 0 0;
  }
  .index-helpzx .memulist ul li a {
    white-space: nowrap;
  }
  .index-helpzx .memulist ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
  }
  .index-helpzx .memulist li.active a::before {
    background-color: #fff;
  }
  .indcustomer {
    padding-bottom: 50px;
  }
  .index-helpzx .memulist a {
    margin: 0 10px;
    padding-left: 0;
  }
  .index-helpzx .memulist a::before {
    width: 100%;
    height: 3px;
    bottom: 0;
    top: auto;
  }
  .index-helpzx .memulist li.active a::before {
    width: 100%;
    height: 3px;
    bottom: 0;
    top: auto;
  }
  .indcustomer {
    width: 100%;
  }
  .bps-ft .item {
    width: 100%;
  }
  .index-newsactivy .focus-activity {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-newsactivy .focus-activity .img {
    height: 60vw;
  }
  .index-newsactivy .news-lists {
    width: 100%;
  }
  .index-yiwen .info p {
    max-width: 100%;
  }
  .index-yiwen .wrapper .img {
    position: relative;
    margin: 0 auto;
  }
  .index-newsactivy .siwper-pagination {
    bottom: 200px;
  }
  .indcustomer .s-text p {
    letter-spacing: 0;
  }
  .index-helpzx .bg-img .img-item .pc {
    display: none;
  }
  .index-helpzx .bg-img .img-item .mobile {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .bg-pc-mobile .pc {
    display: none;
  }
  .bg-pc-mobile .mobile {
    display: block;
  }
  .index-banner,
  .index-jieli,
  .index-baipishu {
    height: 500px;
  }
  .index-banner .txt,
  .index-jieli .txt,
  .index-baipishu .txt {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    left: 0;
    bottom: 34px;
  }
  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .index-banner .txt p,
  .index-jieli .txt p,
  .index-baipishu .txt p {
    margin-bottom: 20px;
  }
  .index-baipishu .txt h2 {
    color: #fff;
  }
  .index-baipishu .txt p {
    color: #fff;
  }
  .index-cloudpro .item {
    margin-bottom: 30px;
  }
  .index-cloudpro .item .info {
    margin-top: 10px;
  }
  .index-cloudpro .item .info .product-link {
    margin-top: 10px;
  }
  .index-cloudpro .item .info h3 {
    margin-bottom: 10px;
  }
  .index-cloudpro .mobile-t {
    display: none;
    font-weight: bold;
    font-size: 20px;
  }
  .index-cloudpro .item .img {
    display: none;
  }
  .index-cloudpro .title h2,
  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2,
  .hotfocus .lt h2,
  .index-prosvs .title h2,
  .index-whySelect .title h2 {
    font-weight: normal;
  }
  .index-banner .txt h2 {
    font-weight: normal;
  }
  .index-cloudpro .title {
    margin-bottom: 30px;
  }
  .index-cloudpro .item .info h3 {
    font-weight: normal;
  }
  .index-cloudpro .item .info h3 b {
    font-weight: bold;
  }
  .index-cloudpro .item .info p {
    font-weight: normal;
  }
  .index-baipishu .product-link a.border {
    border-color: #fff;
    color: #fff;
  }
  .hotfocus .lt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .hotfocus .rt {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .hotfocus .rt ul li {
    padding: 0;
    width: 50%;
    margin-bottom: 20px;
  }
  .hotfocus .rt ul li a {
    flex-direction: column;
    height: auto;
  }
  .hotfocus .rt ul li a span.icon {
    width: 64px;
    margin-bottom: 10px;
    justify-content: center;
  }
  .hotfocus .rt ul li a span.txt {
    text-align: center;
    display: block;
  }
  .hotfocus .rt ul li a:after {
    display: none;
  }
  .index-prosvs .title h2 {
    margin-bottom: 30px;
  }
  .siwper-pagination {
    text-align: center;
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    background-color: #fff;
  }
  .index-cloudpro {
    padding: 30px 0 35px;
  }
  .index-cloudpro .item .info .product-label {
    display: none;
  }
  .index-cloudpro .item .info .product-link a:first-child {
    margin-right: 8px;
  }
  .index-cloudpro .item .img {
    width: 100%;
  }
  .index-cloudpro .tabnav {
    overflow-x: auto;
    margin-bottom: 30px;
    display: none;
  }
  .index-cloudpro .tabnav::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .index-cloudpro .tabnav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
  .index-cloudpro .tabnav::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .index-cloudpro .tabnav ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: inherit;
  }
  .index-cloudpro .tabnav ul li {
    padding: 0 10px;
  }
  .index-cloudpro .tabnav ul li a {
    border-bottom-color: transparent;
  }
  .index-cloudpro .tabnav ul li:first-child {
    padding-left: 0;
  }
  .index-cloudpro .tabnav ul li a {
    padding: 0 5px 10px;
  }
  .index-helpzx {
    padding: 30px 0 35px;
    padding-bottom: 0;
  }
  .index-helpzx .title {
    margin-bottom: 10px;
  }
  .index-helpzx .memulist {
    background: none;
    padding-top: 0;
  }
  .index-helpzx .title h2 {
    font-weight: bold;
    padding: 0 10%;
  }
  .indcustomer .btn-prev-next {
    display: none;
  }
  .indcustomer .s-logo {
    width: 125px;
  }
  .indcustomer .product-link .border {
    margin-left: 8px;
  }
  .indcustomer .s-user .user-box {
    width: 52px;
    height: 52px;
    margin-right: 15px;
  }
  .indcustomer .s-text:after {
    display: none;
  }
  .indcustomer .s-info h4 {
    margin-right: 10px;
  }
  .swiper-bps {
    position: relative;
  }
  .swiper-bps .siwper-pagination {
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: 3;
  }
  .bps-ft .in h3 {
    min-height: 60px;
    margin-bottom: 25px;
  }
  .bps-ft .in {
    height: 245px;
  }
  .index-baipishu .product-link .blue {
    margin-right: 8px;
  }
  .index-whySelect {
    background-image: url(../temp/home/whiy_mobile.jpg) !important;
    padding-top: 30px;
  }
  .index-whySelect .title p {
    letter-spacing: -1px;
  }
  .index-whySelect .cont li {
    display: flex;
    align-items: center;
    background-size: 100%;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  .index-whySelect .cont li .number {
    width: 106px;
    flex-shrink: 0;
    text-align: left;
    font-size: 22px;
  }
  .index-whySelect .cont li .number .counter {
    font-size: 32px;
  }
  .index-whySelect .cont li::before {
    display: none;
  }
  .index-whySelect .cont {
    padding-bottom: 70px;
  }
  .index-newsactivy {
    background-color: #fff;
    border-top: 1px dashed #f9fafa;
    border-bottom: 1px dashed #f9fafa;
    padding: 30px 0 35px;
  }
  .index-newsactivy .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .index-newsactivy .title h2 {
    font-weight: bold;
  }
  .index-newsactivy .focus-activity .img {
    height: 52.26667%;
  }
  .index-newsactivy .focus-activity .text .datetime {
    display: none;
  }
  .index-newsactivy .focus-activity .text .tt h2 {
    font-weight: bold;
    font-size: 17px;
  }
  .index-newsactivy .focus-activity .text .tt h2 a {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    white-space: inherit;
    line-height: 21px;
  }
  .index-newsactivy .news-lists ul li:last-child {
    border-bottom: none;
  }
  .index-newsactivy .news-lists ul li h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    height: 42px;
  }
  .index-newsactivy .news-lists .product-link {
    margin-top: 20px;
  }
  .index-yiwen .info h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index-yiwen .info h2 span {
    display: block;
  }
  .index-yiwen .jd-info {
    justify-content: center;
  }
  .index-yiwen .wrapper .img {
    width: 100%;
  }
  #videoPopup1 .video-box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .index-whySelect .cont li {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-whySelect .cont li::before {
    display: none;
  }
  .hotfocus .rt {
    width: 100%;
    margin-top: 20px;
  }
  .hotfocus .rt ul li a:after {
    right: 0;
  }
  .index-cloudpro .item .info .product-label {
    justify-content: center;
  }
  .index-cloudpro .item .info .product-label a {
    width: 33.33%;
  }
  .index-cloudpro .item .mb-show {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .index-cloudpro .item .img {
    width: 100%;
  }
  .index-yiwen .wrapper .img {
    width: 100%;
  }
  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2 {
    font-size: 22px;
  }
  .index-banner p,
  .index-jieli p,
  .index-baipishu p {
    font-size: 14px;
  }
  .index-prosvs .swiper-prosvs .swiper-slide .icon {
    width: 100px;
  }
  .index-prosvs .swiper-prosvs .swiper-slide p {
    font-size: 17px;
  }
}

@media screen and (max-width: 360px) {
  .index-renke .s-cont ul li {
    width: 50%;
  }
  .index-banner .txt p {
    width: 100%;
  }
  .index-jieli .txt p {
    width: 100%;
  }
  .index-baipishu .txt p {
    width: 100%;
  }
  .index-baipishu .product-link .blue {
    margin-right: 10px;
  }
  .index-baipishu {
    background-position: 20% center;
  }
  .indcustomer .product-link .border {
    width: 124px;
  }
}

@media screen and (max-width: 750px) {
  .hotfocus .rt ul {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .index-jieli .txt p {
    font-weight: lighter;
  }
  .index-cloudpro .tabnav {
    display: block;
  }
  .index-cloudpro .tabnav li a {
    border-bottom-width: 2px;
  }
  .index-cloudpro .item .img {
    display: block;
    text-align: center;
  }
  .index-cloudpro .item .img img {
    width: 80%;
  }
  .index-cloudpro .item .info h3 {
    font-weight: lighter;
  }
  .index-cloudpro .item .info h3 b {
    font-weight: normal;
  }
  .index-cloudpro .item .info p {
    font-size: 14px;
    color: #575d6c;
  }
  .index-helpzx .title h2 {
    font-weight: normal;
  }
  .indcustomer .s-text p {
    font-weight: lighter;
    font-size: 14px;
  }
  .indcustomer .s-user .user-box {
    width: 26px;
    height: 26px;
  }
  .indcustomer .s-info {
    display: flex;
    font-size: 14px;
  }
  .indcustomer .s-info h4 {
    font-size: 14px;
  }
  .indcustomer .s-info span {
    font-size: 14px;
  }
  .product-link a {
    font-size: 14px;
    min-width: 100px;
  }
  .indcustomer .product-link .border {
    width: 130px;
  }
  .index-baipishu .product-link .blue {
    width: 130px;
  }
  .bps-ft .item .icon {
    width: 30%;
    right: -12%;
    transform: translateY(-50%) scale(1);
  }
  .index-yiwen .jd-info {
    justify-content: flex-start;
  }
}

/* 侧边栏 */
.fixed-right {
  position: fixed;
  right: 25px;
  bottom: 40px;
  z-index: 10;
}

.fixed-right .r-menu-msg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-bottom: 5px;
}

.fixed-right .r-menu {
  position: relative;
  width: 64px;
  height: 64px;
}

.fixed-right .r-menu .one-a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fixed-right .r-menu .one-msg {
}
.fixed-right .r-menu .one-msg &gt; img.normal {
  display: block;
}
.fixed-right .r-menu .one-msg &gt; img.hover {
  display: none;
}
.fixed-right .r-menu .one-msg &gt; img {
  width: 98%;
  cursor: pointer;
}
.fixed-right .r-menu .one-msg:hover {
  background-color: #fff;
}
.fixed-right .r-menu .one-msg:hover &gt; img.normal {
  display: none;
}
.fixed-right .r-menu .one-msg:hover &gt; img.hover {
  display: block;
}

.fixed-right .r-menu .one-top {
  display: none;
}
.fixed-right .r-menu .one-top1 {
  margin-top: 5px;
}

.fixed-right .r-menu .one-top:hover {
  background-color: #fff;
}

.fixed-right .r-menu .guodu-msg {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #2788ee;
  display: none;
}

.fixed-right .r-menu .guodu-msg div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.fixed-right .r-menu .guodu-msg div &gt; img {
  width: 98%;
  cursor: pointer;
}

.fixed-right .message-box {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 572px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.fixed-right .message-box .in-box {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.fixed-right .message-box .qrcode-box {
  border-radius: 5px;
  background-color: #fff;
  width: 140px;
  text-align: center;
  height: 166px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  transform: translateX(100%);
  z-index: 2;
}

.fixed-right .message-box .qrcode-box .img {
  width: 98px;
  margin: 0 auto 6px;
}

.fixed-right .message-box .qrcode-box .img img {
  width: 100%;
}

.fixed-right .message-box .qrcode-box p {
  color: #348fef;
}
.fixed-right .message-box .qrcode-box.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fixed-right .message-box.open {
  opacity: 1;
  visibility: visible;
}

.fixed-right .msgMain {
  position: relative;
  width: 420px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 10;
}

.fixed-right .msgMain .s-hd {
  background: url(../temp/menuRight/bg_cebian.png) center center/cover no-repeat;
  height: 188px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.fixed-right .msgMain .s-bd {
  padding: 22px 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.fixed-right .msgMain .s-bd .s-lt {
  width: 60%;
}

.fixed-right .msgMain .s-bd .s-lt a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #2185ee;
  margin-bottom: 18px;
}

.fixed-right .msgMain .s-bd .s-lt a:last-child {
  margin-bottom: 0;
}

.fixed-right .msgMain .s-bd .s-lt a i {
  display: inline-block;
  width: 37px;
}

.fixed-right .msgMain .s-bd .s-lt a:hover span {
  text-decoration: underline;
}

.fixed-right .msgMain .s-bd .s-rt {
  width: 38%;
}

.fixed-right .msgMain .s-bd .s-rt .user {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
}

.fixed-right .msgMain .s-bd .s-rt h3 {
  margin: 10px 0 8px;
  color: #2185ee;
}

.fixed-right .msgMain .s-bd .s-rt p {
  font-size: 12px;
  color: #aaaaaa;
}

.fixed-right .five-box {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.fixed-right .five-box .in-box {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.fixed-right .five-box .in-box .s-it {
  margin-left: 40px;
  font-size: 16px;
}

.fixed-right .five-box .in-box .s-it img {
  margin-right: 12px;
}

.fixed-right .five-box .in-box .s-it a {
  color: #333;
}

.fixed-right .five-box .in-box .s-it a:hover {
  color: #2183e9;
}

.fixed-right .five-box .in-box .close-five {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../temp/menuRight/icon_right_close.png) 0 0 / cover no-repeat;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
}

.fixed-right .five-box.open {
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
  width: 490px;
}

.fixed-right .five-box.open .close-five {
  opacity: 1;
  transition-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  .fixed-right {
    bottom: 20px;
    right: 10px;
  }
  .fixed-right .r-menu {
    width: 42px;
    height: 42px;
  }
  .fixed-right .five-box {
    height: 42px;
    border-radius: 21px;
  }
  .fixed-right .five-box.open {
    width: 140px;
  }
  .fixed-right .five-box .in-box .s-it {
    margin-left: 20px;
    font-size: 14px;
  }
  .fixed-right .five-box .in-box .s-it span {
    display: none;
  }
  .fixed-right .r-menu .one-top img {
    width: 21px;
  }
  .fixed-right .five-box .in-box .close-five {
    width: 12px;
    height: 12px;
    right: 20px;
  }
  .fixed-right .five-box .in-box .s-it img {
    width: 18px;
    margin-right: 3px;
    vertical-align: middle;
  }
  .fixed-right .message-box {
    width: 300px;
  }
  .fixed-right .message-box .qrcode-box {
    width: 100px;
    height: auto;
    padding: 10px 10px;
  }
  .fixed-right .message-box .qrcode-box .img {
    width: 80px;
  }
  .fixed-right .msgMain {
    width: 200px;
    overflow: hidden;
  }
  .fixed-right .msgMain .s-hd {
    height: 100px;
  }
  .fixed-right .msgMain .s-bd {
    padding: 20px;
    flex-wrap: wrap;
  }
  .fixed-right .msgMain .s-bd .s-lt {
    width: 100%;
  }
  .fixed-right .msgMain .s-bd .s-lt a {
    margin-bottom: 10px;
  }
  .fixed-right .msgMain .s-bd .s-rt {
    width: 100%;
    margin-top: 30px;
  }
}
.index-helpzx .bg-img .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 20220921 */
.fixed-right {
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-right .r-menu {
  width: 90px;
  height: 90px;
  border-radius: 8px 0 0 8px;
}
.fixed-right .r-menu-msg {
  box-shadow: 0 0 50px rgba(50, 57, 67, 0.2);
}
.fixed-right .r-menu .guodu-msg {
  border-radius: 0;
  background-color: transparent;
}
.fixed-right .r-menu .one-msg &gt; img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.fixed-right .r-menu .one-msg {
  border-radius: 0;
  background-color: transparent;
}
.fixed-right .r-menu .one-msg:hover {
  background-color: transparent;
}
.fixed-right .message-box {
  bottom: inherit;
  top: 50%;
  transform: translate(100%, -50%);
  width: auto;
}
.fixed-right .message-box.open {
  transform: translate(0, -50%);
}
.fixed-right .msgMain {
  border-radius: 5px 0 0 5px;
}
.fixed-right .five-box {
  border-radius: 10px 0 0 10px;
  height: 100%;
  box-shadow: 0 0 50px rgba(50, 57, 67, 0.2);
}
.fixed-right .five-box .in-box .s-it {
  display: flex;
  align-items: center;
}
.fixed-right .five-box .in-box .s-it img {
  width: 20px;
}
.fixed-right .five-box .in-box .s-it a.rx {
  display: block;
  color: #3590ef;
}
.fixed-right .five-box .in-box .s-it {
  margin-left: 30px;
}
.fixed-right .r-menu .guodu-msg div &gt; img {
  width: 100%;
}
.fixed-right .five-box.open {
  width: 360px;
}
.fixed-right .r-menu .one-a {
  border-radius: 5px 0 0 5px;
}
.fixed-right .r-menu .one-a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fixed-right .msgMain .s-bd .s-rt h3 a {
  color: #2185ee;
}
.fixed-right .msgMain .s-bd .s-rt h3 a:hover {
  text-decoration: underline;
}

.fixed-menu-top {
  position: fixed;
  right: 20px;
  bottom: 2%;
  z-index: 99;
}
.fixed-menu-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(50, 57, 67, 0.2);
}
.fixed-menu-top a:hover {
  background: rgba(255, 255, 255, 1);
}
.fixed-menu-top a:hover img {
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .fixed-right .r-menu {
    width: 60px;
    height: 60px;
  }
  .fixed-right .five-box.open {
    width: 140px;
  }
  .fixed-right .five-box .in-box .s-it {
    margin-left: 20px;
  }
  .fixed-right .five-box .in-box .s-it img {
    width: 20px;
  }

  .fixed-menu-top {
    right: 10px;
    bottom: 10px;
  }
  .fixed-menu-top a {
    width: 50px;
    height: 50px;
  }
  .fixed-menu-top a img {
    width: 30%;
  }
}
</pre></body></html>