.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
    right: 20px;
    bottom: 150px!important;
}

.okki-chat--bubble-holder .okki-chat-widget-bubble:hover {
    background: #0064ff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .4) !important;
    bottom: 150px!important;
}

.okki-chat-widget-bubble.okki-chat--close {
    transform: translateX(0px) scale(1) rotate(0deg);
    transition: transform 300ms ease, opacity 100ms ease, visibility 0ms linear 0ms, bottom 0ms linear 0ms;
    bottom: 150px!important;
}










footer.sung-footer,
footer.sung-pro-index-foot {
  background: var(--color-primary);
  
  margin-bottom: 20px;
}

.sung-footer .share {
  font-size: 0
}

.sung-footer .share a {
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 50%;
  background: rgba(211, 247, 255, 0.2);
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
}

.sung-footer .share a i {
  font-size: 16px;
  line-height: 30px;
}

.sung-footer .share a:hover {
  color: #fff;
}

.sung-footer .foot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
}

.sung-footer .foot-top img {
  /* height: 50px; */
  max-width: 180px;
}

.sung-footer .foot-top .share a+a {
  margin-left: 17px;
}

.sung-footer #footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px 0;
}

.sung-footer #footer h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}


.sung-footer .foot-nav {
  width: 360px;
}

.sung-footer .foot-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.sung-footer .foot-nav ul li {
  width: 50%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}

.sung-footer .foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.sung-footer .foot-list {
  width: 440px;
}

.sung-footer .foot-list ul {
  display: flex;
  flex-wrap: wrap;
}

.sung-footer .foot-list ul li {
  width: 100%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}

.sung-footer .foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.sung-footer .foot-form {
  width: 510px;
}

.sung-footer .foot-form p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}

.sung-footer .foot-form .form-box {
  margin: 23px 0 0;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sung-footer .foot-form .submit_text {
  -webkit-flex: 1;
  flex: 1;
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  font-size: 13px;
}

.sung-footer .foot-form input::-webkit-input-placeholder,
.foot-form input:-moz-placeholder,
.foot-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.sung-footer .foot-form .submit_btn {
  color: #fff;
  background: var(--color-second);
  font-size: 13px;
  font-weight: 700;
  width: 140px;
  height: 64px;
  display: block;
  cursor: pointer;
  text-align: center;
}

.sung-footer .foot-form .submit_btn:hover {
  background:linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  ),
  var(--color-second);
}
.sung-footer .copyright {
  /* padding: 50px 0; */
  padding-bottom: 60px;
  display: flex;
  /* justify-content: space-between; */
  font-size: 12px;
  align-items: center;
}

.sung-footer .copyright p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.sung-footer .copyright a {
  margin-left: 10px;
  margin-right: 10px;
}

.sung-footer .copyright a:hover {
  color: #fff;
}

.sung-footer .copyright span {
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.sung-footer .copyright span i {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 8px;
}

.sung-footer .crmFormVali-error {
  bottom: -20px;
  left: 0px;
  top: initial;
}

.sung-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
}

.sung-side-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

#sung-side-bar a+a {
  margin-top: 6px;
}

.sung-side-bar a i {
  display: inline-block;
  font-size: 26px;
  line-height: 46px;
}

.sung-side-bar a span {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin: 8px 0 0;
}

.sung-side-bar a > img {
  /* max-width: 22px; */
}

.sung-side-bar a.wx .wx-box {
  position: absolute;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.sung-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.sung-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.sung-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.sung-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.sung-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.sung-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.sung-side-bar a.wx:hover .wx-box {
  display: block;
}



@media (max-width: 768px) {
  .sung-side-bar {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .sung-footer .foot-nav ul li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-list ul li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-contact p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 45px;
  }

  .sung-footer .foot-address p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-top .form-box {
    width: 480px;
  }

  .sung-footer .foot-top .submit_text {
    margin-right: 0;
    padding: 0 20px;
  }

  .sung-footer .foot-top .submit_btn {
    width: 140px;
  }
}

@media screen and (max-width: 1280px) {
  ...
}

@media screen and (max-width: 1200px) {
  ...
}

@media screen and (max-width: 992px) {
  ...
}

@media screen and (max-width: 768px) {
  .sung-footer #footer {
    padding: 30px 0;
  }

  .sung-footer .foot-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .sung-footer .foot-top .share {
    margin: 20px 0 0;
  }

  .sung-footer .foot-top .share a {
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }

  .sung-footer .foot-top .share a i {
    line-height: 50px;
  }

  .sung-footer .foot-top .form-box {
    margin: 20px 0 0;
  }

  .sung-footer #footer .box {
    margin: 30px 0 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .sung-footer #footer h5 {
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0 0 15px;
    text-align: center;
  }

  .sung-footer #footer h5::after {
    left: calc(50% - 17px);
  }

  .sung-footer .foot-nav,
  .sung-footer .foot-list {
    display: none;
  }

  .sung-footer .foot-form {
    margin: 0 auto;
  }

  .sung-footer .foot-contact {
    width: 100%;
  }

  .sung-footer .foot-address {
    width: 100%;
  }

  .sung-footer .copyright {
    padding: 0 0 25px;
    display: block;
    text-align: center
  }

  .sung-footer .copyright span {
    display: block;
    margin: 10px 0 0
  }

  .sung-footer .copyright p a {
    margin: 0 15px 0 0
  }
}

@media screen and (max-width: 576px) {
  .sung-footer .foot-top .form-box {
    width: 350px;
  }

  .sung-footer .foot-top .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }

  .sung-footer .foot-top .submit_btn {
    width: 90px;
    height: 50px;
  }

  .sung-footer .foot-top .share a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
  }

  .sung-footer .foot-top .share a i {
    line-height: 45px;
  }
}

/* @media screen and (max-width:1400px) {
  .sung-footer .foot-nav ul li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-list ul li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-contact p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 45px;
  }

  .sung-footer .foot-address p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sung-footer .foot-top .form-box {
    width: 480px;
  }

  .sung-footer .foot-top .submit_text {
    margin-right: 0;
    padding: 0 20px;
  }

  .sung-footer .foot-top .submit_btn {
    width: 140px;
  }
} */
/* 
@media screen and (max-width:768px) {
  .sung-footer #footer {
    padding: 30px 0;
  }

  .sung-footer .foot-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .sung-footer .foot-top .share {
    margin: 20px 0 0;
  }

  .sung-footer .foot-top .share a {
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }

  .sung-footer .foot-top .share a i {
    line-height: 50px;
  }

  .sung-footer .foot-top .form-box {
    margin: 20px 0 0;
  }

  .sung-footer #footer .box {
    margin: 30px 0 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .sung-footer #footer h5 {
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0 0 15px;
    text-align: center;
  }

  .sung-footer #footer h5::after {
    left: calc(50% - 17px);
  }

  .sung-footer .foot-nav,
  .sung-footer .foot-list {
    display: none;
  }

  .sung-footer .foot-form {
    margin: 0 auto;
  }

  .sung-footer .foot-contact {
    width: 100%;
  }

  .sung-footer .foot-address {
    width: 100%;
  }

  .sung-footer .copyright {
    padding: 0 0 25px;
    display: block;
    text-align: center
  }

  .sung-footer .copyright span {
    display: block;
    margin: 10px 0 0
  }

  .sung-footer .copyright p a {
    margin: 0 15px 0 0
  }
} */
/* 
@media screen and (max-width:550px) {
  .sung-footer .foot-top .form-box {
    width: 350px;
  }

  .sung-footer .foot-top .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }

  .sung-footer .foot-top .submit_btn {
    width: 90px;
    height: 50px;
  }
} */

/* @media screen and (max-width:400px) {
  .sung-footer .foot-top .share a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
  }

  .sung-footer .foot-top .share a i {
    line-height: 45px;
  }
} */

/* 产品页foot */
.sung-pro-index-foot {
  padding: 90px 0
}

.sung-pro-index-foot .container {
  display: flex;
  align-items: flex-end
}

.sung-pro-index-foot .info {
  flex: 1;
  margin-right: 98px;
  overflow: hidden
}

.sung-pro-index-foot .info h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin-top: 30px
}

.sung-pro-index-foot .info ul {
  margin-top: 40px
}

.sung-pro-index-foot .info ul li {
  padding: 30px 40px;
  background: rgba(80, 169, 181, .76);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.sung-pro-index-foot .info ul li+li {
  margin-top: 23px
}

.sung-pro-index-foot .info ul li .ico {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, .16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.sung-pro-index-foot .info ul li .ico i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
}

.sung-pro-index-foot .info ul li .txt {
  flex: 1;
  margin-left: 40px
}

.sung-pro-index-foot .info ul li .txt h5 {
  font-size: 13px;
  color: #fff;
  font-weight: 500
}

.sung-pro-index-foot .info ul li .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin: 13px 0 0
}


.sung-pro-index-inquiry {
  width: 43.86%;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
  padding: 60px 55px 40px;
  background: #fff;
  position: relative;
  z-index: 10
}

.sung-pro-index-inquiry h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
}

.sung-pro-index-inquiry .inquirbox {
  margin: 50px 0 0
}

.sung-pro-index-inquiry .inquirbox .row {
  margin-bottom: 20px
}

.sung-pro-index-inquiry .inquirbox input[type=text],
.sung-pro-index-inquiry .inquirbox textarea {
  padding: 19px 25px;
  background: #fafafa;
  font-size: 15px;
  border: 1px solid #eee;
  line-height: 22px;
  width: 100%;
}

.sung-pro-index-inquiry .inquirbox .submit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: var(--color-primary)
}

.sung-pro-index-inquiry .inquirbox .submit:hover {
  opacity: .7
}

@media screen and (max-width: 1500px) {


  .sung-pro-index-foot .info ul li {
    padding: 25px 35px
  }

  .sung-pro-index-foot .info ul li+li {
    margin-top: 20px
  }
}

@media screen and (max-width: 1441px) {


  .more1 {
    padding: 0 35px
  }


  .sung-pro-index-foot .info {
    margin-right: 80px
  }

  .sung-pro-index-foot .info h4 {
    font-size: 22px
  }
}

@media screen and (max-width: 1367px) {

  .sung-pro-index-foot .info {
    margin-right: 70px
  }

  .sung-pro-index-foot .info h4 {
    font-size: 21px;
    margin-top: 25px
  }

  .sung-pro-index-foot .info ul {
    margin-top: 35px
  }

  .sung-pro-index-foot .info ul li .txt p {
    line-height: 28px
  }
}

@media screen and (max-width: 1281px) {

  .sung-pro-index-foot .info {
    margin-right: 60px
  }

  .sung-pro-index-foot .info h4 {
    font-size: 20px
  }

  .sung-pro-index-foot .info ul {
    margin-top: 30px
  }

  .sung-pro-index-foot .info ul li {
    padding: 25px 30px
  }

  .sung-pro-index-foot .info ul li .txt p {
    line-height: 26px
  }

}


@media screen and (max-width: 992px) {
  .sung-pro-index-foot {
    padding: 60px 0;
    background-size: cover
  }

  .sung-pro-index-foot .container {
    display: block
  }

  .sung-pro-index-foot .info {
    margin-right: 0
  }

  .sung-pro-index-foot .info .tit {
    text-align: center
  }

  .sung-pro-index-foot .info ul {
    margin-top: 30px
  }

  .sung-pro-index-inquiry {
    width: 100%;
    margin: 40px 0 0;
    padding: 40px 35px 20px
  }

  .sung-pro-list .t h3 {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  .more1 {
    padding: 0 30px;
    height: 50px
  }

}

@media screen and (max-width: 768px) {

  .path {
    line-height: 24px;
    padding: 20px 0
  }

  .sung-pro-index-foot {
    padding: 30px 0
  }

  .sung-pro-index-foot .info h4 {
    font-size: 18px;
    margin-top: 20px
  }

  .sung-pro-index-foot .info ul {
    margin-top: 25px
  }

  .sung-pro-index-foot .info ul li+li {
    margin-top: 15px
  }

  .sung-pro-index-foot .info ul li {
    padding: 25px 20px
  }

  .sung-pro-index-foot .info ul li .txt {
    margin-left: 30px
  }

  .sung-pro-index-foot .info ul li .txt p {
    line-height: 24px;
    margin: 10px 0 0
  }

  .sung-pro-index-inquiry {
    margin: 30px 0 0;
    padding: 25px 20px 15px
  }

  .sung-pro-index-inquiry h3 {
    font-size: 26px;
    text-align: center
  }

  .sung-pro-index-inquiry .inquirbox {
    margin: 30px 0 0
  }

  .sung-pro-index-inquiry .inquirbox input[type=text],
  .sung-pro-index-inquiry .inquirbox textarea {
    padding: 13px 15px
  }

  .sung-pro-index-inquiry .inquirbox .submit {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
}

@media screen and (max-width: 576px) {

  .sung-pro-index-foot .info ul li {
    padding: 20px 15px;
  }

  .sung-pro-index-foot .info ul li .txt {
    margin-left: 25px;
  }

  .sung-pro-index-foot .info ul li .txt p {
    font-size: 15px;
    margin: 8px 0 0;
  }

  .sung-pro-index-foot .info ul li .ico {
    width: 50px;
    height: 50px;
  }

  .sung-pro-index-foot .info ul li .ico img {
    max-width: 50%;
    max-height: 50%;
  }
}

@media screen and (max-width: 480px) {
  
  .more1 {
    padding: 0 25px;
  }

  .sung-pro-index-inquiry h3 {
    font-size: 22px;
  }

  .sung-pro-index-foot .info .tit img {
    height: 45px;
  }

  .sung-pro-index-foot .info h4 {
    font-size: 16px;
  }

  .sung-pro-index-foot .info ul {
    margin-top: 20px;
  }

  .sung-pro-index-foot .info ul li .txt {
    margin-left: 20px;
  }
}