@import url("kf.css");
/* footer 开始 */
.plat-footer-blogroll {
  color: hsla(0, 0%, 100%, 0.7);
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links {
  margin: 0 20px;
  color: hsla(0, 0%, 100%, 0.7);
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links a {
  color: hsla(0, 0%, 100%, 0.7);
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 a {
  margin-bottom: 10px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 .link {
  margin-right: 12px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 a {
  margin-bottom: 10px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 .link {
  margin-right: 12px;
}
.plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .link:hover {
  color: #fff;
}
.plat-footer-recommend-tit {
  width: 100px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
footer {
  padding-bottom: 40px;
  width: 100%;
  background-color: #151b26;
}
footer .footer-wrap {
  width: calc(100% - var(--grid-style1-margin) * 2);
  margin-left: auto;
  margin-right: auto;
}
footer .footer-wrap .foot-nav {
  width: 100%;
}
footer .footer-wrap .foot-nav .foot-nav-inner {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-service {
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 1px solid hsla(0, 0%, 100%, 0.16);
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-1 {
  width: 20%;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-2 {
  width: 40%;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-3 {
  width: 70%;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}
footer .footer-wrap .foot-nav .foot-nav-service .service-title {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 20px;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a {
  color: hsla(0, 0%, 100%, 0.7);
  font-family: Microsoft YaHei;
  font-size: 14px;
  height: 36px;
  line-height: 22px;
  cursor: pointer;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a:hover {
  color: #007bff;
  text-decoration: none;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item p {
  margin-bottom: 0;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  cursor: default;
}
footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item .foot-contact {
  font-size: 20px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-logo {
  width: 80px;
  height: auto;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-desc {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item {
  margin-right: 25px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item:last-child {
  margin-right: 0;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item a {
  display: block;
  width: 80px;
  height: 80px;
  padding: 2px;
  background: #fff;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item img {
  width: 76px;
  height: 76px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item p {
  font-size: 12px;
  color: #787878;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-contact-btn {
  background: #ff6a00;
  color: #fff;
  font-size: 14px;
  padding: 8px 62px;
}
footer .footer-wrap .foot-bar {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  margin-bottom: 12px;
}
footer .footer-wrap .foot-bar .foot-links {
  margin: 22px 0;
  padding: 0 20px;
}
footer .footer-wrap .foot-bar .foot-links a {
  display: inline-block;
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.7);
  margin-right: 14px;
  line-height: 26px;
}
footer .footer-wrap .foot-bar .foot-links a:hover {
  color: #007bff;
  text-decoration: none;
}
footer .footer-wrap .foot-bar .foot-links a:last-child {
  margin-right: 0;
}
footer .footer-wrap .foot-bar .foot-info {
  padding: 0 20px;
  font-size: 12px;
  color: #666;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-bottom,
footer .footer-wrap .foot-bar .foot-info .foot-info-top {
  margin: 4px 0;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-top span {
  display: block;
  line-height: 26px;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-top .copyright {
  display: inline-block;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a {
  display: block;
  color: #666;
  line-height: 26px;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a:hover {
  text-decoration: none;
  color: #ff6a00;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-icp {
  margin-top: 6px;
  line-height: 26px;
}
footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-ga {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .float-sidebar {
  position: fixed;
  top: auto;
  bottom: 100px;
  right: 5px;
  z-index: 990;
  /*transform: translateY(-50%);*/
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m {
  position: relative;
  width: 270px;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  border-radius: 8px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m:before {
  position: absolute;
  top: 18px;
  right: -6px;
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m:after {
  position: absolute;
  top: 15px;
  right: 0px;
  content: "";
  width: 20px;
  height: 23px;
  background: #fff;
  border-color: #fff;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top {
  margin-bottom: 30px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-title {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item {
  font-size: 14px;
  color: #333;
  display: block;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item .icon-phone {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  background-image: url("../images/sidebar/icon-phone.png");
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: 0 0;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item:hover {
  color: #ff6a00;
  background-color: #fff5ef;
  text-decoration: none;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item .org {
  color: #ff6a00;
  padding: 0 4px;
  font-weight: bolder;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-item:hover .icon-phone {
  background-position: 0 -16px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-title {
  margin-bottom: 16px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-right: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-info-top-inner .sidebar-chat-in:last-child {
  margin-right: 0;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover {
  color: #ff6a00;
  text-decoration: none;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-online {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url("../images/sidebar/icon-chat-online.png");
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: 0 0;
  margin-right: 6px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-online {
  background-position: 0 -20px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat {
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url("../images/sidebar/icon-chat-weixin.png");
  background-repeat: no-repeat;
  background-size: auto 38px;
  background-position: 0 0;
  margin-right: 6px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in:hover .sidebar-chat-weichat {
  background-position: 0 -19px;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -82px;
  left: 3px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 0.6);
  border-radius: 4px;
  background: #ffffff;
}
footer .float-sidebar .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner-m .sidebar-chat-info-top .sidebar-chat-in .sidebar-chat-weichat-code-inner img {
  height: 74px;
  width: 74px;
}
footer .float-sidebar .sidebar-info {
  visibility: hidden;
  width: 52px;
  margin-top: 8px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
footer .float-sidebar .sidebar-info .sidebar-qq {
  position: relative;
  height: 48px;
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .float-sidebar .sidebar-info .sidebar-qq .text {
  font-size: 12px;
  color: #666666;
}
footer .float-sidebar .sidebar-info .sidebar-media {
  position: relative;
  margin-top: 5px;
  height: 48px;
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .float-sidebar .sidebar-info .sidebar-media .text {
  font-size: 12px;
  color: #666666;
}
footer .float-sidebar .sidebar-info .sidebar-qq .sidebar-QQ-icon {
  display: inline-block;
  font-size: 24px;
}
footer .float-sidebar .sidebar-info .sidebar-qq:hover .sidebar-QQ-icon {
  color: #1296DB;
}
footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-icon {
  display: inline-block;
  font-size: 24px;
}
footer .float-sidebar .sidebar-info .sidebar-media:hover .sidebar-media-icon {
  color: #04BE02;
}
footer .float-sidebar .sidebar-info .b-border:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  height: 1px;
  width: 25px;
  background-color: #e7e7e7;
}
footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -286px;
  top: 0px;
  width: 286px;
  transition: opacity 0.4s;
}
footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner {
  position: relative;
  width: 270px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:before {
  position: absolute;
  top: 18px;
  right: -6px;
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
}
footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  width: 20px;
  height: 23px;
  background: #fff;
  border-color: #fff;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left {
  list-style: none;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li {
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li:hover {
  color: #ff6a00;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-weixin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sidebar/icon-media-weixin.png");
  background-repeat: no-repeat;
  background-size: 19px 18px;
  background-position: center;
  margin-right: 8px;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-douyin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sidebar/icon-media-douyin.png");
  background-repeat: no-repeat;
  background-size: 19px 20px;
  background-position: center;
  margin-right: 8px;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-shipin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sidebar/icon-media-shipin.png");
  background-repeat: no-repeat;
  background-size: 19px 15px;
  background-position: center;
  margin-right: 8px;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right {
  margin-left: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right .sidebar-media-right-inner {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 0.6);
  border-radius: 4px;
}
footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right img {
  height: 75px;
  width: 75px;
}
footer .float-sidebar .sidebar-info .sidebar-contact {
  position: relative;
  margin-top: 5px;
  height: 48px;
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .float-sidebar .sidebar-info .sidebar-contact .text {
  font-size: 12px;
  color: #666666;
}
footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-icon {
  display: inline-block;
  font-size: 24px;
}
footer .float-sidebar .sidebar-info .sidebar-contact:hover .sidebar-contact-icon {
  color: #007bff;
}
footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -286px;
  top: -8px;
  width: 286px;
  transition: opacity 0.4s;
}
footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner {
  position: relative;
  width: 270px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  border-radius: 8px;
}
footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:before {
  position: absolute;
  top: 76px;
  right: -6px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
}
footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:after {
  position: absolute;
  top: 73px;
  right: 0;
  content: "";
  width: 20px;
  height: 23px;
  background: #fff;
  border-color: #fff;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item {
  position: relative;
  display: block;
  padding: 10px 8px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover {
  text-decoration: none;
  color: #ff6a00;
  background-color: #fff5ef;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-complain-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../images/sidebar/icon-contact-complain.png");
  background-repeat: no-repeat;
  background-size: auto 42px;
  background-position: 0 0;
  margin-right: 10px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-help-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../images/sidebar/icon-contact-help.png");
  background-repeat: no-repeat;
  background-size: auto 42px;
  background-position: 0 0;
  margin-right: 10px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-worder-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../images/sidebar/icon-contact-worder.png");
  background-repeat: no-repeat;
  background-size: auto 42px;
  background-position: 0 0;
  margin-right: 10px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-help-icon,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-worder-icon,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-complain-icon {
  background-position: 0 -21px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item h6 {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item p {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover h6,
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover p {
  color: #ff6a00;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .arrow-right-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  height: 9px;
  width: 6px;
  background-image: url("../images/common/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: 0 0;
}
footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .arrow-right-icon {
  background-position: 0 -9px;
}
footer .float-sidebar .sidebar-info .sidebar-datacenter {
  position: relative;
  margin-top: 5px;
  height: 48px;
  width: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .float-sidebar .sidebar-info .sidebar-datacenter .text {
  font-size: 12px;
  color: #666666;
}
footer .float-sidebar .sidebar-info .sidebar-datacenter .sidebar-datacenter-icon {
  display: inline-block;
  font-size: 24px;
}
footer .float-sidebar .sidebar-info .sidebar-datacenter:hover .sidebar-datacenter-icon {
  color: #007bff;
}
footer .float-sidebar .sidebar-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  margin-top: 15px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .float-sidebar .sidebar-top .sidebar-top-icon {
  font-size: 24px;
}
footer .float-sidebar .sidebar-top:hover .sidebar-top-icon {
  color: #007bff;
}
@media (min-width: 768px) {
    
footer .float-sidebar .sidebar-info {
  visibility: visible;
  width: 52px;
  margin-top: 8px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
  .plat-footer-blogroll {
    color: hsla(0, 0%, 100%, 0.7);
    margin-top: 10px;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links {
    margin: 0 0;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.7);
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links a {
    color: hsla(0, 0%, 100%, 0.7);
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 .link {
    margin-right: 12px;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top1 a {
    margin-bottom: 5px;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 a {
    margin-bottom: 5px;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .top2 .link {
    margin-right: 12px;
  }
  .plat-footer-blogroll .plat-footer-inner .plat-footer-blogroll-main .plat-footer-blogroll-links .link:hover {
    color: #fff;
  }
  .plat-footer-recommend-tit {
    width: 100px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  footer {
    padding-bottom: 40px;
    width: 100%;
    background-color: #151b26;
  }
  footer .footer-wrap {
    width: calc(100% - var(--grid-style1-margin) * 2);
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-wrap .foot-nav {
    width: 100%;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-service {
    width: 66.7%;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-right: 1px solid hsla(0, 0%, 100%, 0.16);
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-1 {
    width: 20%;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-2 {
    width: 20%;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item-3 {
    width: 20%;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item {
    width: 20%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .service-title {
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 31px;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a {
    color: hsla(0, 0%, 100%, 0.7);
    font-family: Microsoft YaHei;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    cursor: pointer;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item a:hover {
    color: #007bff;
    text-decoration: none;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item p {
    margin-bottom: 0;
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    cursor: default;
  }
  footer .footer-wrap .foot-nav .foot-nav-service .foot-service-item .foot-contact {
    font-size: 20px;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about {
    width: 33.3%;
    padding-left: 120px;
    padding-right: 90px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-logo {
    width: 80px;
    height: auto;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-desc {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item {
    margin-right: 25px;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item:last-child {
    margin-right: 0;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item a {
    display: block;
    width: 80px;
    height: 80px;
    padding: 2px;
    background: #fff;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item img {
    width: 76px;
    height: 76px;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .about-media .media-item p {
    font-size: 12px;
    color: #787878;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .foot-contact-btn {
    background: #ff6a00;
    color: #fff;
    font-size: 14px;
    padding: 8px 62px;
  }
  footer .footer-wrap .foot-bar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
    margin-bottom: 12px;
  }
  footer .footer-wrap .foot-bar .foot-links {
    margin: 22px 0;
    padding: 0;
  }
  footer .footer-wrap .foot-bar .foot-links a {
    display: inline-block;
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.7);
    margin-right: 14px;
    line-height: 22px;
  }
  footer .footer-wrap .foot-bar .foot-links a:hover {
    color: #007bff;
    text-decoration: none;
  }
  footer .footer-wrap .foot-bar .foot-links a:last-child {
    margin-right: 0;
  }
  footer .footer-wrap .foot-bar .foot-info {
    padding: 0;
    font-size: 14px;
    color: #666;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom,
  footer .footer-wrap .foot-bar .foot-info .foot-info-top {
    margin: 4px 0;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-top span {
    display: inline-block;
    line-height: 26px;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-top .copyright {
    display: inline-block;
    margin-right: 20px;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom {
    display: flex;
    justify-content: flex-start;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a {
    display: inline-block;
    color: #666;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom a:hover {
    text-decoration: none;
    color: #ff6a00;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-icp {
    margin-top: 0;
    margin-right: 20px;
  }
  footer .footer-wrap .foot-bar .foot-info .foot-info-bottom .foot-info-ga {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .float-sidebar {
    position: fixed;
    top: auto;
    bottom: 50%;
    right: 10px;
    z-index: 990;
    transform: translateY(40%);
  }
  footer .float-sidebar .sidebar-info {
    width: 52px;
    margin-top: 8px;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  footer .float-sidebar .sidebar-info .sidebar-qq {
    margin-top: -15px;
    position: relative;
    height: 70px;
    width: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .float-sidebar .sidebar-info .sidebar-qq .text {
    margin-top: -8px;
    font-size: 12px;
    color: #666666;
  }
  footer .float-sidebar .sidebar-info .sidebar-media {
    position: relative;
    margin-top: -8px;
    height: 70px;
    width: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .float-sidebar .sidebar-info .sidebar-media .text {
    margin-top: -8px;
    font-size: 12px;
    color: #666666;
  }
  footer .float-sidebar .sidebar-info .sidebar-qq .sidebar-QQ-icon {
    display: inline-block;
    font-size: 24px;
  }
  footer .float-sidebar .sidebar-info .sidebar-qq:hover .sidebar-QQ-icon {
    color: #1296DB;
  }
  footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-icon {
    display: inline-block;
    font-size: 24px;
  }
  footer .float-sidebar .sidebar-info .sidebar-media:hover .sidebar-media-icon {
    color: #04BE02;
  }
  footer .float-sidebar .sidebar-info .sidebar-media:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #e7e7e7;
  }
  footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -286px;
    top: 0px;
    width: 286px;
    transition: opacity 0.4s;
  }
  footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner {
    position: relative;
    width: 270px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:before {
    position: absolute;
    top: 18px;
    right: -6px;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  }
  footer .float-sidebar .sidebar-info .sidebar-media .sidebar-media-info .sidebar-media-info-inner:after {
    position: absolute;
    top: 15px;
    right: 0;
    content: "";
    width: 20px;
    height: 23px;
    background: #fff;
    border-color: #fff;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left {
    list-style: none;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li {
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li:hover {
    color: #ff6a00;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-weixin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/sidebar/icon-media-weixin.png");
    background-repeat: no-repeat;
    background-size: 19px 18px;
    background-position: center;
    margin-right: 8px;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-douyin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/sidebar/icon-media-douyin.png");
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-position: center;
    margin-right: 8px;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-left li .media-icon-shipin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/sidebar/icon-media-shipin.png");
    background-repeat: no-repeat;
    background-size: 19px 15px;
    background-position: center;
    margin-right: 8px;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right {
    margin-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right .sidebar-media-right-inner {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 0.6);
    border-radius: 4px;
  }
  footer .float-sidebar .sidebar-media-info-inner .sidebar-media-right img {
    height: 75px;
    width: 75px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact {
    position: relative;
    height: 70px;
    margin-top: -8px;
    width: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .text {
    margin-top: -8px;
    font-size: 12px;
    color: #666666;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-icon {
    display: inline-block;
    font-size: 24px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact:hover .sidebar-contact-icon {
    color: #007bff;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -286px;
    top: -58px;
    width: 286px;
    transition: opacity 0.4s;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner {
    position: relative;
    width: 270px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    border-radius: 8px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:before {
    position: absolute;
    top: 76px;
    right: -6px;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
  }
  footer .float-sidebar .sidebar-info .sidebar-contact .sidebar-contact-info .sidebar-contact-info-inner:after {
    position: absolute;
    top: 73px;
    right: 0;
    content: "";
    width: 20px;
    height: 23px;
    background: #fff;
    border-color: #fff;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item {
    position: relative;
    display: block;
    padding: 10px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover {
    text-decoration: none;
    color: #ff6a00;
    background-color: #fff5ef;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-complain-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/sidebar/icon-contact-complain.png");
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-help-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/sidebar/icon-contact-help.png");
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .sidebar-worder-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../images/sidebar/icon-contact-worder.png");
    background-repeat: no-repeat;
    background-size: auto 42px;
    background-position: 0 0;
    margin-right: 10px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-help-icon,
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-worder-icon,
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .sidebar-complain-icon {
    background-position: 0 -21px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item h6 {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item p {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover h6,
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover p {
    color: #ff6a00;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item .arrow-right-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    height: 9px;
    width: 6px;
    background-image: url("../images/common/icon-arrow-right.png");
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: 0 0;
  }
  footer .float-sidebar .sidebar-info .sidebar-contact-info-inner .sidebar-contact-info-item:hover .arrow-right-icon {
    background-position: 0 -9px;
  }
  footer .float-sidebar .sidebar-info .sidebar-datacenter {
    position: relative;
    margin-top: -8px;
    height: 70px;
    width: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .float-sidebar .sidebar-info .sidebar-datacenter .text {
    margin-top: -8px;
    font-size: 12px;
    color: #666666;
  }
  footer .float-sidebar .sidebar-info .sidebar-datacenter .sidebar-datacenter-icon {
    display: inline-block;
    font-size: 24px;
  }
  footer .float-sidebar .sidebar-info .sidebar-datacenter:hover .sidebar-datacenter-icon {
    background-position: 0 -23px;
  }
  footer .float-sidebar .sidebar-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    margin-top: 15px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.6);
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .float-sidebar .sidebar-top .sidebar-top-icon {
    font-size: 24px;
  }
  footer .float-sidebar .sidebar-top:hover .sidebar-top-icon {
    color: #007bff;
  }
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .name {
  display: flex;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .phone {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .phone .icon-phone {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .phone .icon-phone img {
  width: 100%;
  height: 100%;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .email {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .email .icon {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .email .icon img {
  width: 100%;
  height: 100%;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .adress {
  color: hsla(0, 0%, 100%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .adress .icon {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
footer .footer-wrap .foot-nav .foot-nav-inner .foot-nav-about .adress .icon img {
  width: 100%;
  height: 100%;
}
/* footer 结束 */
.trial {
  width: 100%;
  height: auto;
  /* background: #FBFBFB; */
}
.trial .trial-inner {
  width: calc(100% - var(--grid-style1-margin) * 2);
  margin: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.trial .trial-inner .trial-item {
  width: 50%;
  padding: 0 16px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.trial .trial-inner .trial-item .img-wrapper {
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trial .trial-inner .trial-item .img-wrapper img {
  height: 26px;
  width: 26px;
}
.trial .trial-inner .trial-item .trial-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.trial .trial-inner .trial-item .trial-item-text b {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-left: 10px;
}
.trial .trial-inner .trial-item .trial-item-text p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .trial {
    width: 100%;
    height: 82px;
    /* background: #FBFBFB; */
  }
  .trial .trial-inner {
    height: 100%;
    width: calc(100% - var(--grid-style1-margin) * 2);
    margin: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .trial .trial-inner .trial-item {
    width: 24%;
    height: 100%;
    margin: 0;
    padding: 0 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .trial .trial-inner .trial-item .img-wrapper {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .trial .trial-inner .trial-item .trial-item-text {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .trial .trial-inner .trial-item .trial-item-text b {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  .trial .trial-inner .trial-item .trial-item-text p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
}
.ga {
  background: url(/static/images/index/bot1.png) no-repeat;
  padding-left: 20px;
  background-position: 0 2px;
  background-size: 14px;
}
.gx {
  background: url(/static/images/index/bot2.png) no-repeat;
  padding-left: 20px;
  background-position: 0 2px;
  background-size: 14px;
}
.ga {
  background: url(/static/images/index/bot1.png) no-repeat;
  padding-left: 20px;
  background-position: 0 2px;
  background-size: 14px;
}
/* 客服窗口 */
.kf-dialog-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #3333333b;
  display: none;
}
.kf-dialog-card {
  max-width: 800px;
  width: 800px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  margin-top: calc((100vh - 600px) / 2);
  position: relative;
}
.kf-dialog-box .kf-close {
  position: absolute;
  right: 26px;
  top: 32px;
  cursor: pointer;
}
.kf-dialog-box .kf-dialog-header {
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 1000;
  background: linear-gradient(270deg, #0066FF 0%, #0066FF 100%);
  padding: 10px 20px;
}
.kf-dialog-box .kf-dialog-header .kf-header-icon {
  width: 64px;
}
.kf-dialog-box .kf-dialog-header .kf-dialog-title {
  margin-right: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.kf-dialog-box .kf-dialog-header .kf-dialog-subtitle {
  margin-bottom: -14px;
  color: #fff;
  opacity: 0.6;
}
.kf-dialog-box .kf-dialog-content {
  background-color: #fff;
  padding: 30px 20px;
}
.kf-dialog-box .kf-content:last-child {
  margin-bottom: 0;
}
.kf-dialog-box .kf-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  width: 100%;
}
.kf-dialog-box .kf-content:last-child {
  border-bottom: 0;
}
.kf-dialog-content .kf-title {
  font-size: 18px;
  font-weight: 600;
  width: 187px;
  color: #333333;
  display: inline-block;
  height: min-content;
  margin-top: 18px;
  margin-right: 30px;
  border-right: 1px solid #eee;
}
.kf-dialog-content .kf-title .icon {
  width: 32px;
}
.kf-dialog-content .kf-info {
  width: 70%;
}
.kf-dialog-content .kf-info .kf-btns {
  display: block;
}
.kf-dialog-content .kf-info .kf-btn {
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #06f;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.kf-dialog-content .kf-info .kf-btn img {
  margin-right: 3px;
  width: 18px;
}
.kf-dialog-content .kf-info .kf-btn:hover {
  background-color: #0354ce;
}
.kf-dialog-content .kf-info .kf-tips {
  opacity: 0.9;
}
.kf-dialog-content .kf-info .kf-qrcode-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.kf-dialog-content .kf-info .kf-qrcode {
  width: calc((100% - 150px) / 3);
}
.kf-dialog-content .kf-info .kf-qrcode img {
  width: 100%;
}
.kf-dialog-content .kf-info .kf-qrcode p {
  font-weight: 600;
  opacity: 0.6;
  text-align: center;
}
.kf-dialog-content .kf-info .kf-contact {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.kf-dialog-content .kf-info .kf-contact .icon {
  width: 32px;
}
.kf-dialog-content .kf-info .kf-contact .phone-number {
  font-size: 19px;
  color: #333333;
  font-weight: 600;
  margin-left: 10px;
}
.kf-info li {
  width: 33.33333%;
  text-align: left;
  position: relative;
}
.kf-list li {
  margin: 4px 0;
  float: left;
  height: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.kf-info > ul > li a {
  color: #fff;
}
.kf-list li a {
  display: block;
  line-height: 30px;
}
.kf-list .online {
  background-image: url(/static/images/index/qq-online.png);
}
.kf-list .offline {
  background-image: url(/static/images/index/qq-offline.png);
}
.fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online,
.offline {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
i.online,
i.offline,
span {
  vertical-align: middle;
}
/*.kf-list .online, .kf-list .offline {*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-size: 100% 100%;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    margin-top: -10px;*/
/*}*/
.kf-list li span {
  position: relative;
  z-index: 2;
}
.kf-list li span {
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
  margin-right: 12px;
  color: #5f6069;
}
.kf-wx {
  background-color: #edeef2;
  position: absolute;
  left: -8px;
  top: 100%;
  z-index: 9;
  padding: 10px;
  visibility: hidden;
  white-space: nowrap;
}
.kf-wx-qrcode {
  width: 92px;
  margin-right: 6px;
}
.kf-wx > * {
  display: inline-block;
  vertical-align: top;
}
.kf-wx-qrcode img {
  display: block;
  width: 92px;
  height: 92px;
  max-width: 100%;
  border: 0;
}
.kf-wx-info > b {
  display: block;
  line-height: 26px;
  color: #333;
}
.kf-wx-info > * {
  white-space: nowrap;
}
.kf-qrcode > a {
  position: relative;
  display: inline-block;
  width: 120px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0066ff, #0066ff, #0066ff);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.kf-tips > a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
/* 客服窗口 */

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    
}
section {
	position: relative;
	padding: 0 2.5rem;
}

.sy-section-h {
	padding-top: 3rem;
	padding-bottom: 6rem;
}
.sy-section-n {
	padding-top: 6rem;
	padding-bottom: 3rem;
}
@media (max-width: 1080px){
    .sy-section-n {
	padding-top: 0rem;
	padding-bottom: 3rem;
}
}
.sy-section-p{
	padding-top: 2rem;
	padding-bottom: 6rem;
}
.sy_inner {
	margin: 0 -1.5rem;
	display: flex;
	flex-wrap: wrap;
}

.sy_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.sy_col-inner {
	padding: 0 1.5rem;
}
/*底部*/
.dcy-footer-h5 {
    display: none;
}
@media (max-width:1024px) {
.dcy-footer-h5 {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.dcy-footer-h5 .title-content-h5 {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #6e6e6e;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 li:first-child {
    padding-left: 16px;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 li {
    color: #181818;
    font-weight: 500;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5{ 
    text-align: center;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span.segement-h5 {
    position: relative;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span:first-child {
    padding-left: 0;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span:last-child {
    padding-right: 0;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span {
      padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #181818b3;
    line-height: 28px;
    font-weight: 400;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5span.segement-h5:after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 1px;
    background-color: #181818b3;
    margin: 10px -2px;
}
}

.dcy-footer-website-hotline-phon-m,.dcy-footer-website-btn,.dcy-footer-website-copyright {
    display: none;
}

.dcy-footer-service-item .icon {
	display: inline-block;
	/*width: 60px;
	height: 60px;*/
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -6px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	-webkit-animation: plsFooterLeave .3s steps(16) forwards;
	animation: plsFooterLeave .3s steps(16) forwards;
}

.container {
	max-width: 1440px;
	width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.wyy-row {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-1\/5,
.col-md-1\/5,
.col-lg-1\/5 {
	width: 20%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

h1,
h2,
h3 {
	filter: drop-shadow(0px 0px 0px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #16181a;
	margin-top: 0;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

a {
	text-decoration: none;
	transition: color .3s;
	cursor:pointer;
	color: #16181a;
}

a:focus,
a:focus-visible {
	outline: none !important;
}

a:hover {
	color: #1664ff;
	cursor:pointer;
	text-decoration: none;
}


.btn-primary.btn-lg {
	color: #16181a;
	background: rgb(255 255 255 / 90%);
	border-color: transparent;
	transition: background .3s, box-shadow .3s;
	box-shadow: 0 2px 5px 0px rgb(2 65 146 / 5%);
}

.btn-primary.btn-lg:hover {
	background: #ffffff;
	box-shadow: 0 8px 25px 0px rgb(2 65 146 / 15%);
    cursor:pointer;
}

.text-primary:hover {
	color:#1664ff;
	text-decoration: none;
	cursor:pointer;
}

.preloader-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	width: 26px;
	height: 26px;
	border: 3px solid rgba(0, 0, 0, .1);
	border-top: 2px solid #fff;
	border-radius: 100%;
	content: '';
	-webkit-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
}

.form-control {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.input-sm {
	line-height: 1;
	height: 30px;
}


.footer-website-contact {
    width: 350px;
}
.footer-website-contact-title {
    font-weight: normal;
    font-size: 14px;
    color: #16181a;
    line-height: 22px;
}
.footer-website-contact-text {
    font-size: 13px;
    color: #495770;
    line-height: 24px;
    margin-top: 5px;
}
.footer-website-contact-view {
    margin-top: 5px;
    margin-bottom: 10px;
}
 
.footer-bubble-wrap {
    position: relative;
}
.footer-website-contact-view-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 40px;
    margin-right: 10px;
    padding: 2px;
    height: 40px;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    border-radius: 50%;
}
.footer-website-contact-view-box img {
    width: 100%;
    height: 100%;
}
.footer-bubble-wrap .footer-bubble-bottom {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
}
.footer-bubble-wrap .footer-bubble {
    visibility: hidden;
    transition: width .3s ease-in-out;
}
.footer-bubble-bottom {
    left: 90%;
    bottom: 100%;
    margin-left: -88px;
    margin-bottom: 6px;
}
.footer-bubble {
    position: absolute;
    z-index: 300;
    width: 144px;
    text-align: center;
}
.footer-bubble-bottom .footer-bubble__inner {
    top: 100%;
    left: 50%;
}
.footer-bubble__inner {
    position: static !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 1px 1.73px 3px 0 rgb(0 0 0 / 10%);
}
.footer-bubble-bottom .footer-bubble__inner:before {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-left: -6px;
    border-top-color: #ddd;
}
.footer-bubble-wrap:hover .footer-bubble-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.footer-bubble__inner:after, .footer-bubble__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    content: "";
}
.pls-footer-website-hotline {
    margin-top: 20px;
}
.footer-website-hotline-title {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    display: inline;
    margin-right: 0px;
    color: #495770;
}
.footer-website-hotline-phone {
    display: inline;
}
.footer-website-hotline-phone span {
    font-size: 16px;
    color: #495770;
    line-height: 24px;
    font-weight: 500;
}
.footer-website-hotline-phone i {
    font-size: 13px;
    margin-left: 4px;
    margin-right: 4px;
}
.footer-website-btn {
    margin-top: 5px;
    display: block;
    width: 100%;
    max-width: 194px;
    height: 34px;
    line-height: 34px;
    background: #4985ff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #fff;
    text-align: center;
}
.footer-website-btn:hover {
    background: #6d9fff;
    color: #fff;
    transition: width .3s ease-in-out;
}
 
#footer-line1 {
  background-image: url(../images/footer-l1-back.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#footer-line1 .sy-section-h {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#footer-line1 .sy-section-h .col-xs-12 {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  
  
}

#footer-line1 .sy-section-h .col-xs-12 h2 {
    font-size: 24px;
    color: #16181a;
    margin: 0;
    margin-bottom: 20px;
}

#footer-line1 .sy-section-h .col-xs-12 a.btn {
  margin-left: 0rem;
}

#footer-main {
  background: #f5f7fa;
  color: #16181a;
  padding: 0 2.5rem;
  line-height: 1.8;
}
/*
#footer-main a {
  color: #707070
}

#footer-main a:hover {
  color: #052ded;
}*/

#footer-main hr {
  border-bottom: 1px solid rgba(73,87,112,.2);
 
}

#footer-main .sy-section-h {
  padding-top: 0rem;
  padding-bottom: 0;
}

#footer-main .sy-section-h .footer-top {
  display: flex;
      color: #707070;
    padding-top: 1rem;
  align-items: center;
  font-family: "dcynews";
}

#footer-main .sy-section-h .footer-top>a {
  width: 13%;
  margin-right: -1rem;
 
}

#footer-main .sy-section-h .footer-top .company-profile {
  margin: 0;
}

#footer-main .sy-section-h .footer-top .company-logo{
  width:85%;
  margin-right: -1rem;
 
}
#footer-main .sy-section-h .footer-menu h5 {
  color: #16181a;
  margin-bottom: 1rem;
}

#footer-main .sy-section-h .footer-menu .footer-menu-list li {
  margin-bottom: 0.4rem;
}
#footer-main .sy-section-h .footer-menu .footer-menu-list a{
  color: #495770; 
}
#footer-main .sy-section-h .footer-menu .footer-menu-list a:hover {
    color:#1664ff;
    text-decoration: none;
	cursor:pointer;
}
#footer-main .sy-section-h .footer-menu span {
  color: #707070;
  font-family: "dcynews";
}

#footer-main .sy-section-h .footer-share {
  display: flex;
  align-items: end;
  margin-top: 2rem;
}

#footer-main .sy-section-h .footer-share span {
  margin-right: 2rem;
  opacity: .7;
  transition: opacity .3s;
  position: relative;
}

#footer-main .sy-section-h .footer-share span:hover {
  opacity: 1;
}

#footer-main .sy-section-h .footer-share span div {
  position: absolute;
  bottom: 20px;
  width: 120px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, right 0.3s, bottom 0.3s;
}

#footer-main .sy-section-h .footer-share span:hover div {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
  right: 30px;
}

#footer-main .sy-section-h .service-assurance ul {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
}

#footer-main .sy-section-h .service-assurance ul li {
  display: flex;
  align-items: center;
  flex: 0 1 25%;
}
#footer-main .sy-section-h .service-assurance .dcy-footer-service-item:hover {
  color:#1664ff;
}
#footer-main .sy-section-h .service-assurance ul li h6 {
  color: #666;
  margin: 0 0.0001rem 0.5rem;
  font-size: 16px;
}
#footer-main .sy-section-h .service-assurance ul li h6:hover{
  color:#1664ff;   
}
#footer-main .sy-section-h .service-assurance ul li p{
    font-size: 14px;
    line-height: 18px;
    color: #666a75;
    margin: 0 0 0px;
}
 
.linkurl{
  display: flex;
  margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  align-items: center;
}
.linkurl h5{
  color: #495770;
  margin-bottom:0;
  margin-right: 2rem;
  white-space: nowrap;
}
.linkurl div a{
  margin-right: 0.5rem;
  color: #495770;
}
.linkurl div a:hover{
  margin-right: 0.5rem;
  color: #1664ff;
}
.linkurl div a i {
transition: all .25s ease;
    
}
.linkurl div a:hover i {
    margin-left: 8px;
        transition: all .25s ease;
}
.footer-b_hr{
  margin: 0;
  margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer-bottom {
  color: #707070; 
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom a {
  color: #707070; 
}
.footer-bottom a:hover {
    color: #1664ff;
    text-decoration: none;
	cursor:pointer;
}
.footer-bottom .copyright span {
  margin-right: 1rem
}
.footer-bottom .copyright span img{
  width: 14px;
    margin-right: 5px;
}
.swiper-container .swiper-wrapper {
  align-items: center;
}
 
/*.swiper-pagination{*/
/*	width: 1440px;*/
/*    bottom: 146px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*	text-align: left;*/
/*}*/

.swiper-pagination .swiper-pagination-bullet{
	width: 36px;
    height: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,.12);
    opacity: 1;
	position: relative;
}
.swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	
    border-radius: 4px;
	height: 100%;
	background: #4985ff;
}
.swiper-pagination .swiper-pagination-bullet-active:after{
	animation: scDonghua01 4s linear forwards;
}
@keyframes scDonghua01{
	0%{width:0}
	to{width:100%}
}

@media (max-width:1024px) {
    .nav-tabs>li {
    margin: 0 1em -4px;
    text-align: center;
    position: relative;
}
  }
  
  
@media (max-width: 1080px) {
.sy-section-p{
    padding-top: 0rem;
}
.dcy-footer-website-hotline-phon-m {
    display: block;
    text-align: center;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    margin-top: 12px;
    background: #4985ff;
    font-family: "dcynews";
    font-size: 16px;
    box-shadow: 2px 4px 10px 0 rgba(27,51,95,.2);
}
.dcy-footer-website-btn {
    display: block;
    border-radius: 3px;
    max-width: none;
    line-height: 40px;
    width: auto;
    text-align: center;
    margin-top: 12px;
    height: 40px;
    font-size: 16px;
    color: #16181a;
    background: inherit;
    background-image:  linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 rgba(255,255,255,.43), inset 0 4px 20px 0 rgba(255,255,255,.5);
}

.dcy-footer-website-copyright {
    display: block;
    text-align: center; 
    margin-top: 24px;
    padding-bottom: 32px;
}
.dcy-footer-website-copyright p {
    line-height: 20px;
    font-size: 12px;
    color: #495770;
}
.nav-bubble-trigger:after{
    
    display: none;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sy-section-h {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }



#home-serve .nav-tabs>li {
    margin: 0rem 0rem -1px;
    flex: 1;
    min-width: 25%; 
    text-align: center;
    display: inline;
  }
#home-serve .nav-tabs>li>a { 
    overflow: inherit;
    margin: 0;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
  }
  .nav-tabs>li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
  }

  #footer-main {
    padding: 0 1.5rem;
    line-height: 1.5;
  }

  #footer-main .sy-section-h {
    padding-top: 0rem;
  }

  #footer-line1 .sy-section-h {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #footer-line1 .sy-section-h .col-xs-12 {
    flex-wrap: wrap;
  }
#footer-line1 {
    background-image: url(../images/footer-l1m-back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
  #footer-line1 .sy-section-h .col-xs-12 h2 {
    letter-spacing: 0;  
    font-size: 18px;
    line-height: 28px; 
    margin-bottom: 10px;
  }

  #footer-line1 .sy-section-h .col-xs-12 a.btn {
    margin-left: 0;
    margin-top: 0rem;
  }

  #footer-main .sy-section-h .footer-menu .sy_wrapper .col-lg-1\/5 {
    width: 33.33333333%;
    margin-bottom: 2rem;
  }

  #footer-main .sy-section-h .footer-menu h5 {
    margin-bottom: 1rem;
  }

  #footer-main .sy-section-h .footer-menu span {
    white-space: nowrap;
  }

  #footer-main .sy-section-h .footer-menu .footer-menu-list li {
    display: flex;
  }

  #footer-main .sy-section-h .footer-share {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #footer-main .sy-section-h .footer-share span div {
    right: inherit;
    left: 20px;
  }

  #footer-main .sy-section-h .service-assurance ul {
    margin: 1.5rem 0;
  }

  #footer-main .sy-section-h .service-assurance ul li {
    flex: 1 1 20%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #footer-main .sy-section-h .service-assurance ul li h6 {
    margin: 0.5rem 0.2rem 0;
    font-size: 0.8rem;
    color: #707070;
  }

  .footer-bottom {
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-bottom  .declare {
    margin-top: 50px;
  }
  
     .h-6 {
    height: 40px;
}
#footer .text-center {
    display: none;
}
}