﻿/*---mo-header---*/
 body {
    color: var(--text-color, #666);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    background: #ffffff;
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  body * {
    margin: 0;
    padding: 0;
    outline: none !important;
    line-height: 1.4;
  }

  button, input, textarea {
    border: none;
  }

  /*********** 标题 start **************/
  h1, .h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h2, .h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
  }
  h4, .h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color, #555);
    font-family: var(--title-font-family);
  }
  h5, .h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color, #888);
    font-family: var(--title-font-family);
  }

  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 22px;
    }
    h2, .h2 {
      font-size: 20px;
    }
    h3, .h3 {
      font-size: 18px;
    }
  }
  /*********** 标题 end **************/

  a {
    color: inherit;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
    color: var(--color-primary);
  }

  ol,
  ul {
    list-style: none;
  }

  i,
  em {
    font-style: normal;
  }

  .rich-text ol {
    list-style: decimal;
    width: fit-content;
    text-align: left;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    list-style: disc;
    width: fit-content;
    text-align: left;
    padding-left: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text ul li {
    list-style: disc;
  }

  .rich-text em {
    font-style: italic;
  }

  img {
    max-width: 100%;
  }
    :not(.rich-text) img {
      width: auto;
      height: auto;
    }

  .fr,
  .float-right {
    float: right;
  }

  .fl,
  .float-left {
    float: left;
  }

  .uppercase {
    text-transform: uppercase;
  }

  /* RTL布局 */

  html[dir="rtl"] body {
    text-align: right;
  }

  /* 清除浮动 */
  .cl {
    zoom: 1;
  }

  .cl:before,
  .cl:after {
    display: table;
    content: " ";
  }

  .cl:after {
    clear: both;
  }

  /*富文本内置样式*/
  .mce-img-32 {width: 32px;height: auto;} .mce-img-64 {width: 64px;height: auto;} .mce-img-240 {width: 240px;height: auto;} .mce-img-480 {width: 480px;height: auto;} .mce-img-600 {width: 600px;height: auto;} .mce-img-1024 {width: 1024px;height: auto;} .mce-img-2048 {width: 2048px;height: auto;} .mce-img-w-100 {width: 100%;height: auto;}

  :root {

    --color-primary:#3395C7;

    --color-primary-rgb:51, 149, 199;

    --color-second:#333;

    --color-second-rgb:51, 51, 51;

    --bg-color: #f2f2f2;

    --btn-hover: #3395C7;

    --button-radius: 8px;

    --font-family: Poppins;

    --title-font-family: Poppins_Bold;

    --text-color: #666;

    --text-color-rgb: 102, 102, 102;

    --title-text-color: #000000;

    --title-text-color-rgb: 0, 0, 0;
  }
.sitetop-song {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px;
}
.sitetop-song .row {
  justify-content: space-between;
}

.sitetop-song span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.sitetop-song span.mo-header-search-song {
  margin-right: 5px;
}

.sitetop-song span i {
  font-size: 24px;
  line-height: 50px;
}


.mo-search-song {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
  z-index: 20;
}

.mo-search-song .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}

.mo-search-song .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.mo-leftmenu-song {
  display: none;
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.mo-leftmenu-song .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

.mo-leftmenu-song .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.mo-leftmenu-song .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.mo-leftmenu-song .tit span i {
  color: #fff;
  font-size: 16px;
}

.mo-leftmenu-song>ul {}

.mo-leftmenu-song>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

.mo-leftmenu-song>ul>li>a {
  padding: 0 0 0 20px;
  line-height: 50px;
}

.mo-leftmenu-song>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mo-leftmenu-song ul li a {
  color: #333;
  display: block;
}

.mo-leftmenu-song ul li a:hover {
  text-decoration: none;
}

.mo-leftmenu-song ul li ul {
  display: none;
  padding-bottom: 10px;
}

.mo-leftmenu-song ul li ul li {
  line-height: 35px;
}

.mo-leftmenu-song ul li ul li a {
  padding: 0 0 0 40px;
  line-height: 35px;
}

.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

/*---header---*/

.header-song {
  background: #fff;
  height: 100px;
  position: relative;
}

.header-song>.container {
  height: 100%;
}

.header-song>.container>.row {
  position: relative;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-song .logo {
  width: 12%;
}
.header-song .logo img {
  max-width: 100%;
  max-height: 70px;
}

.header-song h1 a {
  display: inline-block;
  width: 167px;
  height: 70px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 167px 70px;
}

.header-song .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.header-song .nav>ul {
  padding: 0 10px;
}

.header-song .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 15px;
}

.header-song .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #121212;
  line-height: 36px;
  font-weight: 500;
}

.header-song .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.header-song .nav>ul>li ul>li {
  float: none;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  position: relative;
}

.header-song .nav>ul>li ul>li:last-child {
  border: none;
}

.header-song .nav>ul>li ul>li>a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
}

.header-song .nav>ul>li ul>li>a i {
  position: absolute;
  right: 10px;
  font-size: 11px;
}

.header-song .nav>ul>li ul>li>a:hover {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a,
.header-song .nav>ul>li.active>a {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.header-song .nav>ul>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.header-right-song {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.header-lang-song {
  position: relative;
  z-index: 20;
  margin: 0 10px;
}

.header-lang-song .box {
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header-lang-song .box em {
  float: left;
  margin: 0 3px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}

.header-lang-song .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang-song .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang-song ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang-song ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang-song ul li:last-child {
  border: none;
}

.header-lang-song ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang-song ul li a:hover {
  color: var(--color-primary);
}

.header-lang-song ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang-song:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


.search-song {
  float: right;
  margin: 0;
  position: relative;
}

.search-song em {
  padding: 5px 3px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}

.search-song em i {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.search-song .serchbox {
  display: none;
  position: absolute;
  background: var(--bg-color);
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.search-song .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}

.search-song .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: var(--color-primary);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search-song:hover em {
  background: #666;
}

.search-song:hover em i {
  color: #fff;
}

.search-song:hover .serchbox {
  display: block;
}

.header-right-song .share {
  font-size: 0;
}

.header-right-song .share a {
  margin: 0 4px;
}

.header-right-song .share i {
  color: #000;
  font-size: 18px;
  padding: 5px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.header-right-song .share a:hover i {
  background: var(--color-primary);
  color: #fff;
}

.song-cl.cl {
  zoom: 1
}

.song-cl.cl:before,
.song-cl.cl:after {
  display: table;
  content: " ";
}

.song-cl.cl:after {
  clear: both;
}

@media screen and (max-width:1600px) {
  .header-song .nav>ul>li>a {
    font-size: 18px;
  }

}

@media screen and (max-width:1440px) {
  .header-right-song .share a {
    margin: 0 2px;
  }

  .header-right-song .share i {
    font-size: 16px;
  }

  .header-lang-song .box em {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .header-song .logo {
    width: 13%;
  }
  .header-song .nav>ul>li {
    margin: 0 10px;
  }
  .header-right-song .share {
    display: none;
  }
  .header-lang-song {
    margin: 0 5px;
  }
}

@media screen and (max-width:990px) {
  .header-song .nav>ul>li>a {
    font-size: 16px;
  }
  .header-song .logo {
    width: 16%;
  }
}

@media screen and (max-width:820px) {
  .mo-leftmenu-song {
    display: block !important;
  }

  .header-song {
    height: 80px;
  }

  .sitetop-song {
    display: block;
    background: #333;
  }

  .header-song .nav,
  .search-song,
  .header-song .btn {
    display: none !important;
  }

  .header-right-song {
    position: static;
  }

  .header-right-song .share {
    display: none;
  }

  .search-song {
    display: none;
  }

  .header-right-song {
    animation: none;
  }
  .header-lang-song {
    position: absolute;
    right: 0;
    top: -25px;
    transform: translateY(-50%);
  }

  .header-lang-song .box {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #fff;
  }

  .header-lang-song .box i:first-child {
    line-height: 35px;
  }

  .header-lang-song .box em {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song .box i:last-child {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song ul {
    left: 0;
  }

  .header-song .logo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:480px) {

  .header-song .logo img {
    height: 50px;
  }

  .header-song h1 a {
    width: 119px;
    height: 50px;
    background-size: 119px 50px;
  }
}

/*---footer---*/

.song-footer {
  background: #fff;
  padding: 60px 0;
}

.footer-from-song {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.footer-from-song .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 130px;
}

.footer-from-song .txt h3 {
  font-size: 44px;
  color: var(--title-text-color);
  font-weight: 600;
  line-height: 1.3;
}

.footer-from-song .txt p {
  font-size: 16px;
  color: #717171;
}

.footer-from-song .sendemail {
  width: 48%;
  position: relative;
}

.footer-from-song .sendemail form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.footer-from-song .sendemail form .crmFormVali-error {
  top: calc(100% + 10px);
  left: 0;
  right: initial;
}

.footer-from-song .sendemail .post-text {
  -webkit-flex: 1;
  flex: 1;
  height: 65px;
  line-height: 65px;
  background: var(--bg-color);
  border-right: none;
  overflow: hidden;
  color: #333;
  padding: 0 15px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
}

.footer-from-song .sendemail .post-btn {
  background: var(--color-primary);
  font-size: 24px;
  color: #fff;
  width: 230px;
  text-align: center;
  height: 65px;
  display: block;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

.footer-from-song .sendemail .post-btn:hover {
  background: var(--color-primary);
}

.foot-contact-song {
  border-top: 1px solid #dbdbdb;
  margin-top: 60px;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot-contact-song dl {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #eeefea;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt i {
  font-size: 60px;
  color: var(--color-primary);
}

.foot-contact-song dl dd {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.foot-contact-song dl dd h5 {
  font-size: 18px;
  line-height: 1;
  color: #141414;
  font-weight: 600;
}

.foot-contact-song dl dd p {
  font-size: 18px;
  color: #717171;
  line-height: 24px;
  margin: 20px 0 0;
}

#footer-song {
  background: #212120;
  padding: 80px 0;
}

#footer-song .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-song h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.foot-logo-song {
  width: 35%;
}
.foot-nav-song,
.foot-list-song {
  width: 20%;
}
.foot-product-song {
  width: 25%;
}

.foot-logo-song img {
  height: 120px;
}

.foot-logo-song p {
  font-size: 17px;
  color: #e5e5e5;
  margin: 30px 0 0;
}

.foot-logo-song .share {
  font-size: 0;
  margin: 30px 0 0;
}

.foot-logo-song .share a {
  display: inline-block;
  color: #585858;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.foot-logo-song .share a + a {
  margin-left: 25px;
}

.foot-logo-song .share a i {
  color: inherit;
  font-size: 20px;
  line-height: inherit;
}

.foot-logo-song .share a:hover {
  color: #fff;
  background: var(--color-primary);
}

.foot-nav-song ul li {
  font-size: 17px;
  line-height: 30px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-nav-song ul li + li {
  margin-top: 6px;
}

.foot-nav-song ul li a:hover {
  color: var(--color-primary);
}

.foot-list-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-list-song ul li + li {
  margin-top: 6px;
}

.foot-list-song ul li a:hover {
  color: var(--color-primary);
}

.foot-product-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-product-song ul li + li {
  margin-top: 6px;
}

.foot-product-song ul li a:hover {
  color: var(--color-primary);
}

#gotop-song {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#gotop-song i {
  color: #fff;
  font-size: 18px;
}

#gotop-song:hover {
  background: #353535;
}

@media screen and (max-width: 1440px) {
  .footer-from-song .txt {
    margin-right: 50px;
  }

  .footer-from-song .txt h3 {
    font-size: 40px;
  }

  .foot-contact-song dl dt {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .foot-contact-song dl dt i {
    font-size: 40px;
  }

  .foot-contact-song dl dd {
    margin-left: 15px;
  }

  .foot-logo-song img {
    height: 100px;
  }
}

@media screen and (max-width: 1280px) {
  /*-----foot-----*/

  .footer-from-song .txt h3 {
    font-size: 32px;
  }

  .footer-from-song .txt p {
    font-size: 14px;
  }

  .footer-from-song .sendemail .post-text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 20px;
    width: 180px;
    height: 50px;
  }

  .foot-contact-song {
    margin-top: 30px;
    padding-top: 30px;
  }

  .foot-contact-song dl dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .foot-contact-song dl dt i {
    font-size: 30px;
  }

  .foot-contact-song dl dd h5 {
    font-size: 16px;
  }

  .foot-contact-song dl dd p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  /* .foot-logo-song {
    width: 350px;
  } */

  .foot-logo-song img {
    height: 90px;
  }

  .foot-logo-song .share {
    margin: 20px 0 0;
  }

  .foot-logo-song .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .foot-logo-song .share a + a {
    margin-left: 15px;
  }

  .foot-logo-song p {
    font-size: 15px;
    margin: 20px 0 0;
  }

  #footer-song h5 {
    font-size: 24px;
  }

  .foot-nav-song ul li,
  .foot-list-song ul li,
  .foot-product-song ul li {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 50%;
    text-align: center;
  }
  .foot-product-song,
  .foot-list-song {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #footBar {
    display: block;
    background: #333;
  }

  #gotop-song {
    
  }

  /*-----foot-----*/

  .song-footer {
    padding: 30px 0;
  }

  .footer-from-song {
    display: block;
    text-align: center;
  }

  .footer-from-song .txt {
    margin-right: 0;
  }

  .footer-from-song .txt h3 {
    font-size: 26px;
  }

  .footer-from-song .sendemail {
    width: 90%;
    margin: 30px auto 0;
  }

  .foot-contact-song {
    display: block;
  }

  .foot-contact-song dl {
    display: block;
    text-align: center;
  }

  .foot-contact-song dl dt {
    margin: 0 auto;
  }

  .foot-contact-song dl dd {
    margin: 20px 0;
  }

  #footer-song {
    padding: 40px 0;
  }

  #footer-song .container {
    display: block;
  }

  .foot-logo-song img {
    height: 70px;
  }

  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .foot-logo-song {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  /*-----foot-----*/
  .footer-from-song .txt h3 {
    font-size: 22px;
  }

  .footer-from-song .sendemail .post-text {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
  }
}

.sidebanner-rightint2 {
  position: relative;
}

.sidebanner-rightint2 img {
  width: 100%;
}

.sidebanner-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebanner-rightint2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sidebanner-rightint2 .container {
  position: relative;
  z-index: 10;
}

.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family-1);
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p i {
  font-size: 15px;
  color: #fff;
}

.sidebanner-rightint2 p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}

@media screen and (max-width: 768px) {
  .sidebanner-rightint2 .txt {
    text-align: center;
  }

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 30px;
    line-height: 1;
  }

  .sidebanner-rightint2 p {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 22px;
  }
}

.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-info {
  width: 48%;
}

.contact-info h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-info dl {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl:last-child {
  border-bottom: none;
}

.contact-info dl dt {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-primary);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl dt i {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 15px;
  color: #343c49;
  box-sizing: border-box;
}

.contact-info dl dd h5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.contact-info dl dd p {
  font-size: 17px;
  color: #444;
  margin: 8px 0 0;
  word-break: break-word;
}

.contact-inquiry {
  width: 48%;
}

.contact-inquiry h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-inquiry p {
  font-size: 17px;
  color: #595959;
  line-height: 30px;
}

.contact-inquiry .inquirbox span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.contact-inquiry .inquirbox .row {
  margin-bottom: 15px;
}

.contact-inquiry .inquirbox input[type="text"],
.contact-inquiry .inquirbox textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
  box-sizing: border-box;
}

.contact-inquiry .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.contact-inquiry .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.contact-inquiry .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.contact-inquiry .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.contact-inquiry .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.contact-inquiry .inquirbox {
  margin: 30px 0 0;
}

.contact-inquiry .inquirbox .row,
.contact-inquiry .inquirbox .row > div {
  margin-bottom: 24px;
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto 0 0;
}

.contact-inquiry .crmFormVali-error {
  top: auto;
  bottom: -16px;
  left: 0;
}

@media screen and (max-width: 1441px) {
  .contact-inquiry .inquirbox span {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0;
  }

  .contact-inquiry .inquirbox .row>div {
    margin-bottom: 15px;
  }

  .contact-inquiry .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }

  .contact {
    display: block;
  }

  .contact-info {
    width: 100%;
  }

  .contact-inquiry {
    width: 100%;
    margin: 25px 0 0;
  }

  .contact-info h3,
  .contact-inquiry h3 {
    font-size: 26px;
    text-align: center;
  }

  .contact-info dl {
    padding: 15px 0;
  }

  .contact-info dl dd p {
    font-size: 16px;
  }

  .contact-inquiry p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-inquiry .inquirbox {
    margin: 25px 0 0;
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .contact ul li .ico {
    max-width: 200px;
  }
}

/* 表单样式 标题 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury_title_box {
  padding: 20px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury_title_box .inqury_title_text {
  font-family: var(--title-font-family);
  color:  var(--title-text-color, #000);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury_title_box .inqury_titl_desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap {
  position: relative;
  padding: 12px 10px 12px 10px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap .input-wrap-box {
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap.half {
  width: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap.full {
  width: 100%;
}

/* 表单标签样式 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap .input-label {
  width: 100%;
  color: #666;
  padding-bottom: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap .input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap .input-placeholder {
  width: 100%;
  color: #8C8C8C;
}

/* 单行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .one-line-input {
  width: 100%;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .text-wrap .char-count, .crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute; 
  right: 18px;
  top: 11px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .one-line-input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .one-line-input:focus {
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .one-line-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .text-wrap .crmForm-error {
  margin-top: 3px;
}

/* 多行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .textarea-input {
  width: 100%;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .textarea-input::placeholder {
  color: #BFBFBF;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .textarea-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .textarea-wrap .char-count {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 12px;
  color: #8c8c8c;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .textarea-wrap textarea:focus {
  border-color: var(--color-primary);
}

/* 单选和checkox */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="radio"],
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"] {
  display: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="radio"]+label,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"]+label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="radio"]+label:before,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="radio"]+label:before {
  border-radius: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"]+label:before {
  border-radius: 3px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="radio"]:checked+label:before {
  border: 5px solid var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"]:checked+label:before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form input[type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top:2px;
  left: 3px;
  font-size: 14px;
  color: #ffffff;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .radio-wrap.horizontal,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .checkbox-wrap.horizontal {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .radio-wrap>div,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .checkbox-wrap>div {
  margin-right: 24px;
  padding: 6px 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .radio-wrap .crmForm-error,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .checkbox-wrap .crmForm-error {
  bottom: -4px;
}

/* 原生单选 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select select {
  width: 100%;
  height: 36px;
  padding: 0 5px;
  color: #333;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select select.error {
  border: 1px solid #F0150F;
}

/* 下拉多选 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .dropdown-item:active {
  background-color: #f5f5f5 !important;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .dropdown-item.selected {
  background-color: #f5f5f5
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .mul-select-wrap>.bootstrap-select,.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select>.bootstrap-select {
  width: 100% !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .mul-select-wrap .bootstrap-select .btn-light,.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select .bootstrap-select .btn-light {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

/* 附件 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .attachment .input-placeholder {
  margin-bottom: 4px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .attachment .upload-container {
  padding: 16px 8px;
  border: 1px dashed #D9D9D9;
  border-radius: 2px;
  cursor: pointer;
  color: #8C8C8C;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .attachment input.error~.upload-container {
  border: 1px dashed #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item {
  display: flex;
  align-items: center;
  width: calc(50% - 12px);
  height: 36px;
  padding: 4px 8px;
  margin-top: 22px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FAFAFA;
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item:nth-child(2n) {
  margin-left: 12px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item img {
  width: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-name {
  display: flex;
  flex: 1;
  color: #333333 ;
  overflow: hidden;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-name .attachment-file-name-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item .file-icon {
  font-size: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item .del-icon {
  width: 14px;
  margin-left: 8px;
  cursor: pointer;
  color: #666666;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment .crmForm-error {
  bottom: -2px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item .file-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  z-index: 99;
  position: absolute;
  top: 40px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment .attachment-file-item.error {
  border: 1px solid #F0150F;
}

/* phone */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select {
  width: 100px !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select .dropdown-menu,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .bootstrap-select .dropdown-menu {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #333;
  background-color: #F5F5F5 !important;
}

/* 隐藏箭头 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap input[type="number"]::-webkit-inner-spin-button,
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .bootstrap-select .dropdown-menu li.active small {
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .phone_number {
  width: 100%;
  flex: 1 1;
  height: 36px;
  padding: 0 48px 0 12px;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 36px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .mul-select-wrap .error~.dropdown-toggle.bs-placeholder, .crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select .error~.dropdown-toggle.bs-placeholder{
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .mul-select-wrap .crmForm-error,.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .singel-select .crmForm-error {
  top: 40px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .crmForm-error {
  top: 38px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .phone_number.error {
  border: 1px solid #F0150F;
  border-left: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select .selectpicker.error~button {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .phone-wrap .bootstrap-select .crmForm-error {
  display: none;
}

.bootstrap-select .dropdown-menu li small.text-muted {
  color: #333333 !important;
}

.bootstrap-select .dropdown-menu li.active small.text-muted {
  color: #333333 !important;
}

/* 提交 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury_submit {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 40px;
  border-radius: var(--button-radius);
  cursor: pointer;
}

/* error */
.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .crmForm-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 99;
}

#crmMailMask {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10999;
  background: rgba(80, 80, 80, 0.5)
}

#crmMailMask,
#crmMailMask * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#crmMailMask:after,
#crmMailMask>div {
  display: inline-block;
  vertical-align: middle
}

#crmMailMask:after {
  content: '';
  height: 100%;
  width: 0;
  overflow: hidden
}

#crmMailMask .crmMailMask-box {
  background: #fff;
  width: 300px;
  border-radius: 4px;
  max-width: 98%;
  padding: 25px 20px;
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
  margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
  line-height: 1;
  border: 0 none;
  padding: 10px 15px;
  background: #135287;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 button.submit .crm-submit-load {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/images/small-load.gif") no-repeat center right;
  vertical-align: middle
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 button.create-form-submit[disabled] {
  cursor: not-allowed !important;
}

.crm-body-clear {
  overflow: hidden !important
}


@media (max-width: 767px) {
  .crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .input-wrap.half {
    width: 100%
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .inqury-form .attachment-file .attachment-file-item {
    width: 100%;
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543157771099 .attachment-file-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.rightint-map.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.rightint-map .linetit {
  margin: 60px 0 0;
}

.rightint-map .linetit h4 {
  position: relative;
  text-align: center;
}

.rightint-map .linetit h4::before {
  content: "";
  display: block;
  border-top: 1px dashed #d1cfcf;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.rightint-map .linetit h4 span {
  background: #fff;
  font-size: 30px;
  color: #000;
  padding: 8px 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}

.rightint-map .map {
  margin: 20px 0 0;
}

.rightint-map .map iframe {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .rightint-map .linetit {
    margin: 30px 0 0;
  }

  .rightint-map .linetit h4 span {
    font-size: 26px;
  }
}

.newslist ul li {
  margin: 0 0 20px;
  padding: 15px;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
}

.newslist ul li .pic {
  width: 380px;
  display: block;
  overflow: hidden;
}

.newslist ul li .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.newslist ul li .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 40px;
}

.newslist ul li .t h5 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.newslist ul li .t h5 a {
  color: #333;
}

.newslist ul li .t h5 a:hover {
  color: var(--color-primary);
}

.newslist ul li .t span {
  display: block;
  font-size: 14px;
  color: #777;
  margin: 15px 0 0;
}

.newslist ul li .t span i {
  margin-right: 8px;
}

.newslist ul li .t p {
  color: #666;
  font-size: 17px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  line-height: 24px;
}

.newslist ul li .pic:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .newslist ul li .pic {
    width: 220px;
  }

  .newslist ul li .t {
    margin: 0 0 0 30px;
  }

  .newslist ul li .t h5 {
    font-size: 18px;
  }

  .newslist ul li .t span {
    font-size: 13px;
    margin: 10px 0 0;
    display: inline-block;
  }

  .newslist ul li .t p {
    line-height: 22px;
  }

  .newslist ul li .t p {
    font-size: 15px;
    height: 44px;
    margin: 8px 0 0;
    line-height: 22px;
  }

  .newslist ul li .t a.more {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .newslist ul li {
    display: block;
  }

  .newslist ul li .pic {
    width: 100%;
  }

  .newslist ul li .t {
    margin: 20px 0 0;
    text-align: center;
  }
}

.newsnr h1 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}

.newsnr .artInfo {
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.newsnr .artInfo::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--color-primary);
  width: 100px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -50px;
  z-index: 1;
}

.newsnr .artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #666;
}

/* .newsnr .artInfo span.time {
  background: url(../images/time.png) no-repeat left center;
  padding: 0 0 0 20px;
} */

.myart {
  margin: 20px 0;
  line-height: 26px;
  font-size: 17px;
  color: #666;
}

.myart p {
  margin: 0 0 10px;
}



@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .newsnr h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .myart {
    margin: 15px 0;
    line-height: 22px;
    font-size: 15px;
  }

  .myart p {
    margin: 0 0 8px;
  }


}
.rightint-goods-list.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.rightint-goods-list .main-left {
  float: left;
  width: 300px;
}

.rightint-goods-list .main-right {
  margin-left: 340px;
}

.rightint-goods-list .main-left h3 {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.rightint-goods-list .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  float: right;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.rightint-goods-list .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.rightint-goods-list .sidemenu {
  margin: 0 0 15px;
}

.rightint-goods-list .sidemenu ul {
  border: 1px solid #ededed;
  border-top: none;
}

.rightint-goods-list .sidemenu ul li {
  margin: 3px 0 0;
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.rightint-goods-list .sidemenu ul li h5 a {
  color: #333;
  display: block;
  padding: 10px 50px 10px 20px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.rightint-goods-list .sidemenu ul li h5 span::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.rightint-goods-list .sidemenu dl {
  display: none;
}

.rightint-goods-list .sidemenu dl dd {
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
  background: #fff;
  padding: 0 20px;
}

.rightint-goods-list .sidemenu dl dd:last-child {
  border-bottom: none;
}

.rightint-goods-list .sidemenu dl dd a {
  font-size: 15px;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu dl dd.active,
.rightint-goods-list .sidemenu dl dd.active a,
.rightint-goods-list .sidemenu dl dd:hover,
.rightint-goods-list .sidemenu dl dd:hover a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li.active h5 {
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li.active h5 a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li.active span::after {
  content: "-";
}

.rightint-goods-list .prolist ul {
  display: flex;
  flex-wrap: wrap;
}

.rightint-goods-list .prolist ul li {
  width: 31.333333333%;
  float: left;
  text-align: center;
  background: #fff;
  margin: 0 0 20px 2%;
  cursor: pointer;
  box-sizing: border-box;
}

.rightint-goods-list .prolist ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  padding: 5px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rightint-goods-list .prolist ul li .pic img {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  aspect-ratio: 1/ 1;
  object-fit: cover;
}

.rightint-goods-list .prolist ul li .t {
  background: #3c3c4f;
  text-align: center;
  padding: 20px 10px;
}

.rightint-goods-list .prolist ul li .t h6 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.rightint-goods-list .prolist ul li:hover .pic {
  border: 1px solid #dedede;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.rightint-goods-list .prolist ul li:hover .pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.rightint-goods-list .prolist ul li:hover .t {
  background: var(--color-primary);
}

.rightint-goods-list .prolist li a:hover {
  color: white;
}

.pro-top {
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 20px;
}

.pro-top h1 {
  font-size: 24px;
  color: #111;
  font-weight: 600;
}

.pro-top .t {
  font-size: 16px;
  color: #545454;
  line-height: 24px;
  margin: 15px 0 0;
}

.pro-top .t h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}

.pro-top .t p ~ p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .rightint-goods-list.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .rightint-goods-list .main-left {
    float: none;
    width: 100%;
  }

  .rightint-goods-list .main-right {
    margin-left: 0;
  }

  .rightint-goods-list .main-left h3 {
    font-size: 18px;
    padding: 0 0 0 15px;
  }

  .rightint-goods-list .main-left h3::after {
    display: block;
  }

  .rightint-goods-list .sidemenu > ul {
    display: none;
  }

  .rightint-goods-list .sidemenu > ul > li h5 {
    padding: 8px 0 8px 15px;
    font-size: 16px;
  }

  .rightint-goods-list .sidemenu > ul > li h5 span {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }

  .rightint-goods-list .prolist {
    margin-top: 20px;
  }

  .rightint-goods-list .prolist ul {
    margin: 0 -10px;
  }

  .rightint-goods-list .prolist ul li {
    width: 50%;
    padding: 10px;
    margin: 0;
  }

  .rightint-goods-list .prolist ul li h6 a {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
  }
}

@media screen and (max-width: 576px) {
  .rightint-goods-list .prolist ul li h6 a {
    font-size: 16px;
  }

  .rightint-goods-list .prolist ul li {
    width: 100%;
    margin: 0;
  }

  .rightint-goods-list .prolist ul li h6 a {
    overflow: hidden;
  }
}

.pro_view {
  padding: 90px 0;
}
.pro_view .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

.pro_img {
  width: 50%;
}
.pro_img .view {
  width: 100%;
}
.pro_img .view .swiper-slide img {
  width: 100%;
  display: block;
}

.pro_img .preview {
  position: absolute;
  left: calc(50% + 130px);
  bottom: 0;
  right: 0;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 20px 0 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.pro_img .preview .swiper-slide::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--color-primary);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 2px;
  box-sizing: border-box;
}
.pro_img .preview .active-nav img {
  border: 1px solid var(--color-primary);
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  text-align: center;
}
.pro_img .preview .arrow-left {
  left: -40px;
}
.pro_img .preview .arrow-right {
  right: -40px;
}
.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #999;
  font-size: 30px;
}
.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: #212121;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 130px;
  overflow: hidden;
}
.pro_view_inner h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}
.pro_view_inner .para {
  margin: 20px 0 0;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_view_inner .para p {
  width: 100%;
  margin: 10px 0 0;
}
.pro_view_inner .para strong {
  font-weight: 600;
}
.pro_view_inner .para p:nth-child(-n + 6) {
  width: 50%;
}

.pro_view_inner h1 {
  font-size: 34px;
  font-weight: normal;
}

.pro_view_inner .btn-box {
  font-size: 0;
  margin: 50px 0 0;
}
.pro_view_inner .btn-box a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.pro_view_inner .btn-box a i {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro_view_inner .book {
  background: var(--color-primary);
  border-radius: var(--button-radius);
}
.pro_view_inner .book:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.pro_view_inner .pdf {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  margin-left: 30px;
}
.pro_view_inner .pdf:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.pro-text-1 {
  background: #eee;
  padding: 20px 0 20px;
  text-align: center;
}
.pro-text-1 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-1 p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 20px 0 35px;
}
.pro-text-1 .video-box {
  position: relative;
  display: block;
}
.pro-text-1 .video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro-text-1 .v {
  max-width: 800px;
  margin: 0 auto;
}

.pro-text-2 {
  background: #fff;
  padding: 90px 0 70px;
}
.pro-text-2 .tit {

  text-align: center;
}
.pro-text-2 .tit h5 {
  font-size: 48px;
  color: #030303;
  line-height: 3;
  font-weight: 600;
}
.pro-text-2 .tit h6 {
  font-size: 24px;
  color: #000000;
  margin: 18px 0 0;
}
.pro-text-2 .tit p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 8px 0 0;
}
.pro-text-2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-2 ul li {
  width: 33.333333%;
  padding: 0 15px;
  text-align: center;
}
.pro-text-2 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}
.pro-text-2 p {
  font-size: 16px;
}

.pro-text-3 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-text-3 .pic {
  width: 55%;
  overflow: hidden;
}
.pro-text-3 .pic img {
  width: 100%;
}
.pro-text-3 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.pro-text-3 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-3 .txt h6 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 25px 0 0;
}
.pro-text-3 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 15px 0 0;
}

.pro-text-4 {
  padding: 90px 0;
  background: #fff;
}
.pro-text-4 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pro-text-4 .pic {
  width: 42%;
  overflow: hidden;
}
.pro-text-4 .pic img {
  width: 100%;
}
.pro-text-4 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 120px;
}
.pro-text-4 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-4 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 30px 0 0;
}

.pro-text-5 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-5 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.pro-text-5 ul {
  margin: 50px -4px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-5 ul li {
  width: 50%;
  padding: 4px;
  text-align: center;
}
.pro-text-5 ul li:last-child {
  width: 100%;
}
.pro-text-5 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}

.pro-text-6 {
  background: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.pro-text-6 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-6 .pic {
  margin: 40px 0 0;
}

.rela-pro {
  padding: 60px 0;
}
.rela-pro h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.rela-pro ul {
  margin: 30px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rela-pro ul li {
  width: 33.333333%;
  text-align: center;
  padding: 10px;
}
.rela-pro ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rela-pro ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.rela-pro ul li h6 {
  margin-top: 20px;
  font-size: 18px;
}
.rela-pro ul li h6 a {
  color: #333;
  line-height: 22px;
}
.rela-pro ul li h6 a:hover {
  color: #0160bc;
}

.rela-pro ul li:hover h6 a {
  color: var(--color-primary);
}
.rela-pro ul li:hover a.pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}


.pro_text {
  margin: 30px 0 0;
  position: relative;
}

.pro_text .tit {
  height: 54px;
  background: #f3f3f3;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.pro_text .tit h5 {
  border-left: 3px solid var(--color-primary);;
  padding: 0 0 0 15px;
  color: var(--text-color);
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Gadugi-Bold";
}

.pro-content {
  padding: 20px 15px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.pro-content p {
  margin-bottom: 15px;
}
.pro-content .row {
  margin-bottom: 15px;
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  color: #333;
}
.pro-content table tr > th {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background: color-mix(in srgb, var(--color-primary) 0.7, transparent);
  font-weight: bold;
  color: #fff;
}
.pro-content table tr > td {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.pro-content table tr > td p {
  margin: 0;
}

.pro-app {
  padding: 10px 0 0;
}
.pro-app ul {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-app ul li {
  width: 33.3333333%;
  padding: 10px;
  text-align: center;
}
.pro-app ul li p {
  margin-top: 10px;
  font-size: 17px;
  color: #333;
}

.pcontents table {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 20px;
  border: 1px solid #bdbdbd;
  color: #4b4b4b;
}
.pcontents table tr > th,
.pro_view_inner table tr.firstRow > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  background: #eef4f9;
  text-align: center;
}
.pcontents table tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 1441px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 44px;
  }

  .pro-banner .txt h1 {
    font-size: 52px;
  }
  .pro-banner .txt h5 {
    font-size: 22px;
    margin-top: 25px;
  }
  .pro-banner .txt p {
    font-size: 22px;
    line-height: 1.5;
  }

  .pro_view_inner {
    margin-left: 80px;
  }
  .pro_view_inner .btn-box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 630px;
  }
}

@media screen and (max-width: 1367px) {
  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 70px 0;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 40px;
  }

  .pro_view_inner {
    margin-left: 60px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 660px;
    right: 50px;
  }
}

@media screen and (max-width: 1281px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 36px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 60px 0;
  }

  .pro_view_inner {
    margin-left: 50px;
  }
  .pro_view_inner .btn-box {
    margin: 35px 0 0;
  }
  .pro_view_inner .btn-box a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }
  .pro_img {
    width: 500px;
  }
  .pro_img .preview {
    left: 590px;
    right: 40px;
    width: 35%;
  }

  .pro_img .preview .arrow-left {
    left: -30px;
  }
  .pro_img .preview .arrow-right {
    right: -30px;
  }

  .pro_view_inner .para {
    font-size: 17px;
    line-height: 28px;
  }
  .pro_view_inner .para p:nth-child(-n + 6) {
    width: 100%;
  }
}

@media screen and (max-width: 1171px) {
  .pro_view_inner {
    margin-left: 40px;
  }
  .pro_img {
    width: 480px;
  }
  .pro_img .preview {
    left: 550px;
    right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 32px;
  }

  .pro_view .container {
    display: block;
  }
  .pro_img {
    width: 80%;
    margin: 0 auto;
  }
  .pro_img .preview {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .pro_view_inner {
    margin: 25px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 28px;
  }

  .pro-banner {
    padding: 30px 0;
  }
  .pro-banner .container {
    display: block;
  }
  .pro-banner .pic {
    width: 80%;
    margin: 0 auto;
  }
  .pro-banner .txt h1 {
    text-align: center;
  }
  .pro-banner .txt p {
    font-size: 18px;
    line-height: 1.4;
  }
  .pro-banner .txt h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 30px 0;
  }

  .pro_view_inner .para {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-1 p {
    font-size: 16px;
    margin: 20px 0;
  }
  .pro-text-2 .tit h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-2 .tit p {
    font-size: 16px;
  }

  .pro-text-2 ul {
    justify-content: center;
  }
  .pro-text-2 ul li {
    width: 50%;
    padding: 10px;
  }
  .pro-text-2 ul li p {
    font-size: 16px;
  }

  .pro-text-3 .container {
    display: block;
  }
  .pro-text-3 .pic {
    width: 100%;
  }
  .pro-text-3 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-3 .txt h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-3 .txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-4 .container {
    display: block;
  }
  .pro-text-4 .pic {
    width: 100%;
  }
  .pro-text-4 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-4 .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }

  .pro-text-5 ul {
    margin: 25px -4px 0;
  }

  .pro-text-6 .pic {
    margin: 25px 0 0;
  }

  .pro_view_inner .btn-box a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  
}

@media screen and (max-width: 576px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .pro-banner .txt p {
    font-size: 16px;
    line-height: 1.2;
  }

  .pro_img {
    width: 100%;
  }
  .pro_img .preview {
    padding: 0 30px;
  }
  .pro_img .preview .swiper-slide {
    width: 45px;
  }
  .pro_img .preview .arrow-left {
    left: 0;
  }
  .pro_img .preview .arrow-right {
    right: 0;
  }

  .pro_view_inner h1 {
    font-size: 20px;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 22px;
  }

  .pro-text-2 ul li {
    width: 100%;
  }
}

.custom-pop-inquiry.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.custom-pop-inquiry {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.custom-pop-inquiry .div_info {
  width: 50%;
  max-height: calc(100% - 80px);
  padding: 40px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: none;
  overflow: auto;
}

.custom-pop-inquiry .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 30px;
  font-size: 22px;
  line-height: 42px;
  color: #999;
  z-index:10
}

.custom-pop-inquiry .cd-popup-close:hover {
  text-decoration: none;
}

.custom-pop-inquiry .input-position {
  position: relative;
}

@media screen and (max-width: 1580px) {

  .custom-pop-inquiry .cd-popup-close {
    top: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-pop-inquiry .div_info {
    width: 80%;
    padding: 30px;
  }

  .custom-pop-inquiry .cd-popup-close {
    top: 15px;
  }

}

@media screen and (max-width: 768px) {
  .custom-pop-inquiry .div_info {
    width: 90%;
  }
}
/* 表单样式 标题 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury_title_box {
  padding: 20px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury_title_box .inqury_title_text {
  font-family: var(--title-font-family);
  color:  var(--title-text-color, #000);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury_title_box .inqury_titl_desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap {
  position: relative;
  padding: 12px 10px 12px 10px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap .input-wrap-box {
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap.half {
  width: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap.full {
  width: 100%;
}

/* 表单标签样式 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap .input-label {
  width: 100%;
  color: #666;
  padding-bottom: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap .input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap .input-placeholder {
  width: 100%;
  color: #8C8C8C;
}

/* 单行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .one-line-input {
  width: 100%;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .text-wrap .char-count, .crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute; 
  right: 18px;
  top: 11px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .one-line-input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .one-line-input:focus {
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .one-line-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .text-wrap .crmForm-error {
  margin-top: 3px;
}

/* 多行文本 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .textarea-input {
  width: 100%;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .textarea-input::placeholder {
  color: #BFBFBF;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .textarea-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .textarea-wrap .char-count {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 12px;
  color: #8c8c8c;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .textarea-wrap textarea:focus {
  border-color: var(--color-primary);
}

/* 单选和checkox */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="radio"],
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"] {
  display: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="radio"]+label,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"]+label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="radio"]+label:before,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="radio"]+label:before {
  border-radius: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"]+label:before {
  border-radius: 3px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="radio"]:checked+label:before {
  border: 5px solid var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"]:checked+label:before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form input[type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top:2px;
  left: 3px;
  font-size: 14px;
  color: #ffffff;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .radio-wrap.horizontal,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .checkbox-wrap.horizontal {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .radio-wrap>div,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .checkbox-wrap>div {
  margin-right: 24px;
  padding: 6px 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .radio-wrap .crmForm-error,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .checkbox-wrap .crmForm-error {
  bottom: -4px;
}

/* 原生单选 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select select {
  width: 100%;
  height: 36px;
  padding: 0 5px;
  color: #333;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select select.error {
  border: 1px solid #F0150F;
}

/* 下拉多选 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .dropdown-item:active {
  background-color: #f5f5f5 !important;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .dropdown-item.selected {
  background-color: #f5f5f5
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .mul-select-wrap>.bootstrap-select,.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select>.bootstrap-select {
  width: 100% !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .mul-select-wrap .bootstrap-select .btn-light,.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select .bootstrap-select .btn-light {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

/* 附件 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .attachment .input-placeholder {
  margin-bottom: 4px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .attachment .upload-container {
  padding: 16px 8px;
  border: 1px dashed #D9D9D9;
  border-radius: 2px;
  cursor: pointer;
  color: #8C8C8C;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .attachment input.error~.upload-container {
  border: 1px dashed #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item {
  display: flex;
  align-items: center;
  width: calc(50% - 12px);
  height: 36px;
  padding: 4px 8px;
  margin-top: 22px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FAFAFA;
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item:nth-child(2n) {
  margin-left: 12px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item img {
  width: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-name {
  display: flex;
  flex: 1;
  color: #333333 ;
  overflow: hidden;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-name .attachment-file-name-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item .file-icon {
  font-size: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item .del-icon {
  width: 14px;
  margin-left: 8px;
  cursor: pointer;
  color: #666666;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment .crmForm-error {
  bottom: -2px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item .file-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  z-index: 99;
  position: absolute;
  top: 40px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment .attachment-file-item.error {
  border: 1px solid #F0150F;
}

/* phone */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select {
  width: 100px !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select .dropdown-menu,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .bootstrap-select .dropdown-menu {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #333;
  background-color: #F5F5F5 !important;
}

/* 隐藏箭头 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap input[type="number"]::-webkit-inner-spin-button,
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .bootstrap-select .dropdown-menu li.active small {
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .phone_number {
  width: 100%;
  flex: 1 1;
  height: 36px;
  padding: 0 48px 0 12px;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 36px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .mul-select-wrap .error~.dropdown-toggle.bs-placeholder, .crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select .error~.dropdown-toggle.bs-placeholder{
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .mul-select-wrap .crmForm-error,.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .singel-select .crmForm-error {
  top: 40px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .crmForm-error {
  top: 38px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .phone_number.error {
  border: 1px solid #F0150F;
  border-left: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select .selectpicker.error~button {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .phone-wrap .bootstrap-select .crmForm-error {
  display: none;
}

.bootstrap-select .dropdown-menu li small.text-muted {
  color: #333333 !important;
}

.bootstrap-select .dropdown-menu li.active small.text-muted {
  color: #333333 !important;
}

/* 提交 */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury_submit {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 40px;
  border-radius: var(--button-radius);
  cursor: pointer;
}

/* error */
.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .crmForm-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 99;
}

#crmMailMask {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10999;
  background: rgba(80, 80, 80, 0.5)
}

#crmMailMask,
#crmMailMask * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#crmMailMask:after,
#crmMailMask>div {
  display: inline-block;
  vertical-align: middle
}

#crmMailMask:after {
  content: '';
  height: 100%;
  width: 0;
  overflow: hidden
}

#crmMailMask .crmMailMask-box {
  background: #fff;
  width: 300px;
  border-radius: 4px;
  max-width: 98%;
  padding: 25px 20px;
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
  margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
  line-height: 1;
  border: 0 none;
  padding: 10px 15px;
  background: #135287;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 button.submit .crm-submit-load {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/images/small-load.gif") no-repeat center right;
  vertical-align: middle
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 button.create-form-submit[disabled] {
  cursor: not-allowed !important;
}

.crm-body-clear {
  overflow: hidden !important
}


@media (max-width: 767px) {
  .crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .input-wrap.half {
    width: 100%
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .inqury-form .attachment-file .attachment-file-item {
    width: 100%;
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543155267776 .attachment-file-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.rightint-inquiry .inquirbox span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.rightint-inquiry .inquirbox .row {
  margin-bottom: 16px;
}

.rightint-inquiry .inquirbox .row > div {
  margin-bottom: 16px;
}

.rightint-inquiry .inquirbox input[type="text"],
.rightint-inquiry .inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
  box-sizing: border-box;
}

.rightint-inquiry .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.rightint-inquiry .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.rightint-inquiry .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.rightint-inquiry .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.rightint-inquiry .inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.rightint-inquiry .inquirbox .submit:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: none;
}

.rightint-inquiry {
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f4f4f4;
}
.rightint-inquiry .pic {
  width: 45.26%;
}
.rightint-inquiry .right {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 110px;
}
.rightint-inquiry h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.rightint-inquiry p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 20px 0 0;
}

.rightint-inquiry .inquirbox {
  margin: 40px 0 0;
}
.rightint-inquiry .inquirbox input[type="text"],
.rightint-inquiry .inquirbox textarea {
  padding: 10px 0;
  font-size: 16px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
}
.rightint-inquiry .inquirbox .submit {
  margin: 0 auto 0 0;
  width: 250px;
  height: 50px;
}

@media screen and (max-width: 1441px) {
  .rightint-inquiry h5 {
    font-size: 44px;
  }

  .rightint-inquiry .right {
    padding: 0 40px;
  }
  .rightint-inquiry .inquirbox {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 1367px) {
  .rightint-inquiry h5 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1281px) {
  .rightint-inquiry h5 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .rightint-inquiry h5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .rightint-inquiry h5 {
    font-size: 28px;
  }

  .rightint-inquiry {
    display: block;
  }
  .rightint-inquiry .pic {
    width: 100%;
  }
  .rightint-inquiry .right {
    padding: 15px;
  }
  .rightint-inquiry h5 {
    text-align: center;
  }
  .rightint-inquiry p {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0;
  }
  .rightint-inquiry .inquirbox {
    margin: 20px 0 0;
  }
  .rightint-inquiry .inquirbox .submit {
    margin: 0 auto;
    width: 180px;
    line-height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .rightint-inquiry h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .rightint-inquiry h5 {
    font-size: 22px;
  }
}

/
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury_title_box {
  padding: 20px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury_title_box .inqury_title_text {
  font-family: var(--title-font-family);
  color:  var(--title-text-color, #000);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury_title_box .inqury_titl_desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap {
  position: relative;
  padding: 12px 10px 12px 10px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap .input-wrap-box {
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap.half {
  width: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap.full {
  width: 100%;
}

/* 茵�����膈丈�桁� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap .input-label {
  width: 100%;
  color: #666;
  padding-bottom: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap .input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap .input-placeholder {
  width: 100%;
  color: #8C8C8C;
}

/* ��茵����� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .one-line-input {
  width: 100%;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .text-wrap .char-count, .crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute; 
  right: 18px;
  top: 11px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .one-line-input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .one-line-input:focus {
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .one-line-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .text-wrap .crmForm-error {
  margin-top: 3px;
}

/* 紊�茵����� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .textarea-input {
  width: 100%;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .textarea-input::placeholder {
  color: #BFBFBF;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .textarea-input.error {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .textarea-wrap .char-count {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 12px;
  color: #8c8c8c;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .textarea-wrap textarea:focus {
  border-color: var(--color-primary);
}

/* ������checkox */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="radio"],
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"] {
  display: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="radio"]+label,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"]+label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="radio"]+label:before,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="radio"]+label:before {
  border-radius: 50%;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"]+label:before {
  border-radius: 3px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="radio"]:checked+label:before {
  border: 5px solid var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"]:checked+label:before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form input[type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top:2px;
  left: 3px;
  font-size: 14px;
  color: #ffffff;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .radio-wrap.horizontal,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .checkbox-wrap.horizontal {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .radio-wrap>div,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .checkbox-wrap>div {
  margin-right: 24px;
  padding: 6px 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .radio-wrap .crmForm-error,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .checkbox-wrap .crmForm-error {
  bottom: -4px;
}

/* �������� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select select {
  width: 100%;
  height: 36px;
  padding: 0 5px;
  color: #333;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select select.error {
  border: 1px solid #F0150F;
}

/* 筝���紊��� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .dropdown-item:active {
  background-color: #f5f5f5 !important;
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .dropdown-item.selected {
  background-color: #f5f5f5
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .mul-select-wrap>.bootstrap-select,.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select>.bootstrap-select {
  width: 100% !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .mul-select-wrap .bootstrap-select .btn-light,.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select .bootstrap-select .btn-light {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}


.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .attachment .input-placeholder {
  margin-bottom: 4px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .attachment .upload-container {
  padding: 16px 8px;
  border: 1px dashed #D9D9D9;
  border-radius: 2px;
  cursor: pointer;
  color: #8C8C8C;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .attachment input.error~.upload-container {
  border: 1px dashed #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file {
  display: flex;
  flex-wrap: wrap;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item {
  display: flex;
  align-items: center;
  width: calc(50% - 12px);
  height: 36px;
  padding: 4px 8px;
  margin-top: 22px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #FAFAFA;
  position: relative;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item:nth-child(2n) {
  margin-left: 12px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item img {
  width: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-name {
  display: flex;
  flex: 1;
  color: #333333 ;
  overflow: hidden;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-name .attachment-file-name-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item .file-icon {
  font-size: 24px;
  margin-right: 5px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item .del-icon {
  width: 14px;
  margin-left: 8px;
  cursor: pointer;
  color: #666666;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment .crmForm-error {
  bottom: -2px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item .file-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  z-index: 99;
  position: absolute;
  top: 40px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment .attachment-file-item.error {
  border: 1px solid #F0150F;
}

/* phone */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap input::placeholder {
  color: #BFBFBF;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select {
  width: 100px !important;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select .dropdown-menu,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .bootstrap-select .dropdown-menu {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #333;
  background-color: #F5F5F5 !important;
}


.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap input[type="number"]::-webkit-inner-spin-button,
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .bootstrap-select .dropdown-menu li.active small {
  color: #333;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .phone_number {
  width: 100%;
  flex: 1 1;
  height: 36px;
  padding: 0 48px 0 12px;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 36px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder {
  height: 36px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .mul-select-wrap .error~.dropdown-toggle.bs-placeholder, .crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select .error~.dropdown-toggle.bs-placeholder{
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .mul-select-wrap .crmForm-error,.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .singel-select .crmForm-error {
  top: 40px;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .crmForm-error {
  top: 38px
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .phone_number.error {
  border: 1px solid #F0150F;
  border-left: none;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select .selectpicker.error~button {
  border: 1px solid #F0150F;
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .phone-wrap .bootstrap-select .crmForm-error {
  display: none;
}

.bootstrap-select .dropdown-menu li small.text-muted {
  color: #333333 !important;
}

.bootstrap-select .dropdown-menu li.active small.text-muted {
  color: #333333 !important;
}

/* ��篋� */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury_submit {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 40px;
  border-radius: var(--button-radius);
  cursor: pointer;
}

/* error */
.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .crmForm-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  z-index: 99;
}

#crmMailMask {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10999;
  background: rgba(80, 80, 80, 0.5)
}

#crmMailMask,
#crmMailMask * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

#crmMailMask:after,
#crmMailMask>div {
  display: inline-block;
  vertical-align: middle
}

#crmMailMask:after {
  content: '';
  height: 100%;
  width: 0;
  overflow: hidden
}

#crmMailMask .crmMailMask-box {
  background: #fff;
  width: 300px;
  border-radius: 4px;
  max-width: 98%;
  padding: 25px 20px;
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot {
  margin-top: 10px
}

#crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
  line-height: 1;
  border: 0 none;
  padding: 10px 15px;
  background: #135287;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 button.submit .crm-submit-load {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/images/small-load.gif") no-repeat center right;
  vertical-align: middle
}

.crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 button.create-form-submit[disabled] {
  cursor: not-allowed !important;
}

.crm-body-clear {
  overflow: hidden !important
}


@media (max-width: 767px) {
  .crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .input-wrap.half {
    width: 100%
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .inqury-form .attachment-file .attachment-file-item {
    width: 100%;
  }

  .crm_inquiry_form_boxcustom_inquiry_form_1716543156808747 .attachment-file-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.rightint-case-list.main {
  padding: 70px 0;
}

.rightint-case-list .app-list h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.rightint-case-list .app-list h3::before {
  display: block;
  content: attr(data-tit);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210, 217, 221, 0.75) 1px 0 0, rgba(210, 217, 221, 0.75) 0 1px 0, rgba(210, 217, 221, 0.75) -1px 0 0, rgba(210, 217, 221, 0.75) 0 -1px 0;
}

.rightint-case-list .app-list h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 10px auto 0 0;
}

.rightint-case-list .app-list>p {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666;
}

.rightint-case-list .app-list ul {
  margin: 37px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rightint-case-list .app-list ul li {
  width: 33.3333%;
  padding: 15px 20px;
}

.rightint-case-list .app-list ul li>a {
  position: relative;
  overflow: hidden;
  display: block;
}

.rightint-case-list .app-list ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/ 1;
  object-fit: cover;
}

.rightint-case-list .app-list ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity 0.2s, transform 0.35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.rightint-case-list .app-list ul li .txt::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.85;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.rightint-case-list .app-list ul li .txt>* {
  position: relative;
  z-index: 10;
}

.rightint-case-list .app-list ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.rightint-case-list .app-list ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
}

.rightint-case-list .app-list ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0;
}

.rightint-case-list .app-list ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.rightint-case-list .app-list ul li:hover .txt::after {
  height: 100%;
}

.rightint-case-list .app-list ul li:hover .txt p {
  height: 112px;
}

.rightint-case-list .app-list ul li:hover .more i {
  background: #FAFBFB;
  color: var(--color-primary);
  border-color: #FAFBFB;
}

@media screen and (max-width: 992px) {
  .rightint-case-list .app-list ul li .txt .more {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .rightint-case-list.app-list h1 {
    text-align: center;
  }

  .rightint-case-list .app-list h1::before {
    font-size: 40px;
    left: 0;
    right: 0;
    top: -25px;
  }

  .rightint-case-list .app-list h1::after {
    margin: 15px auto 0;
  }

  .rightint-case-list .app-list ul {
    margin: 20px -10px 0;
  }

  .rightint-case-list .app-list ul li {
    padding: 10px;
  }

  .rightint-case-list .app-list ul li .txt {
    padding: 0 10px 5px;
  }

  .app-list ul li .txt h6 {
    font-size: 17px;
  }

  .rightint-case-list .app-list h3::before {
    font-size: 58px;
  }
}

@media screen and (max-width:480px) {
  .rightint-case-list .app-list ul {
    margin: 14px 0 0;
  }

  .rightint-case-list .app-list ul li {
    padding: 6px 0;
    width: 100%;
  }
}

.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.app-tit {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.app-tit .pic {
  width: 44.36%;
  position: relative;
}

.app-tit .pic img {
  position: relative;
  z-index: 10;
}

.app-tit .txt {
  flex: 1;
  margin-right: 100px;
}

.app-tit .txt h1 {
  font-size: 34px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
}

.app-tit .txt h1::after {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 30px auto 0 0;
  display: block;
}

.app-tit .txt p {
  font-size: 17px;
  color: #666;
  line-height: 32px;
  margin: 20px 0 0;
}

.app-tit .txt a {
  margin: 40px 0 0;
}

.app-tit .more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: #212121;
  font-weight: 700;
}

.app-tit .more1 span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px;
}

.app-tit .more1 span:last-child {
  margin-right: 27px;
}

.app-tit .more1:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.app-tit .more1:hover span {
  background: #fff;
}

.news-content {
  line-height: 2;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee;
  padding: 40px 0 20px;
}

.news-content p {
  margin-bottom: 20px;
}

.news-content strong {
  color: #333;
}

.news-content h5 {
  font-size: 22px;
  color: #000009;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.news-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px;
}

.news-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.news-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
}



@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  
}

.rightint-rela-pro>h5 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
}

.rightint-rela-pro .list {
  position: relative;
}

.rightint-rela-pro .swiper-slide {
  text-align: center;
}

.rightint-rela-pro .swiper-slide img {
  width: 100%;
}

.rightint-rela-pro .swiper-slide h6 {
  font-size: 17px;
  color: #212121;
  line-height: 24px;
  font-weight: 700;
  margin: 27px 0 0;
}

.rightint-rela-pro .bot {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px auto 0;
  line-height: normal;
}

.rightint-rela-pro .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.rightint-rela-pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7;
}

.rightint-rela-pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px;
}

.rightint-rela-pro .bot .page {
  font-size: 0;
}

.rightint-rela-pro .swiper-button-prev,
.rightint-rela-pro .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0;
}

.rightint-rela-pro .swiper-button-next::after,
.rightint-rela-pro .swiper-button-prev::after {
  display: none;
}

.rightint-rela-pro .swiper-button-prev i,
.rightint-rela-pro .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block;
}

.rightint-rela-pro .swiper-button-next,
.rightint-rela-pro .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px;
}

.rightint-rela-pro .swiper-button-prev:hover,
.rightint-rela-pro .swiper-button-next:hover {
  color: var(--color-primary);
}

.rightint-about {
  padding: 70px 0;
}

.rightint-about .container {
  overflow: auto;
}

.rightint-about .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3b3535;
  font-weight: 600;
}
.rightint-about .txt h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #3b3535;
  display: block;
  margin: 15px auto 0 0;
  margin-bottom: 20px;
}
.rightint-about .txt .t {
  font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
}
.rightint-about .txt .t p ~ p {
  margin-top: 10px;
}

.rightint-about .pic {
  float: right;
  margin: 0 0 0 50px;
  width: 55%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.rightint-about .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  .rightint-about .pic {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .rightint-about .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .rightint-about .txt h3::after {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .rightint-about .txt h3 {
    font-size: 22px;
  }
}


.rightint-about5 {
  position: relative;
  background: #fff;
  padding: 80px 0;
}
.rightint-about5 ul li {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: var(--color-primary);
}
.rightint-about5 ul li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rightint-about5 ul li + li {
  margin-top: 40px;
}
.rightint-about5 ul li .pic {
  display: block;
  width: 50%;
}
.rightint-about5 ul li .pic img {
  width: 100%;
}
.rightint-about5 ul li .box {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px;
  padding: 30px;
}
.rightint-about5 ul li .box:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #fff;
}
.rightint-about5 ul li .box .txt {
  text-align: center;
  width: 100%;
}
.rightint-about5 ul li .box .txt h3 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.rightint-about5 ul li .box .txt h3 ~ h3 {
  margin-top: 30px;
}
.rightint-about5 ul li .box .txt p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.rightint-about5 ul li .box .txt p ~ p {
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .rightint-about5 ul li {
    flex-direction: column;
  }

  .rightint-about5 ul li .pic {
    width: 60%;
    margin: 0 auto;
  }
}

.rightint-history {
  padding: 70px 0 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rightint-history h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.rightint-history h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 15px auto 0;
}

.rightint-history .box {
  margin: 100px 0 0;
}

.rightint-history .list {
  position: relative;
}
.rightint-history .list .swiper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.rightint-history .swiper-slide {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.rightint-history .swiper-slide .txt {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 20;
}
.rightint-history .swiper-slide .txt h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.rightint-history .swiper-slide .txt p {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.rightint-history .swiper-slide .txt p ~ p {
  margin-top: 10px;
}

.rightint-history .swiper-button-prev,
.rightint-history .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #fff;
  margin-top: -20px;
  text-align: center;
}
.rightint-history .swiper-button-prev::after,
.rightint-history .swiper-button-next::after {
  display: none;
}
.rightint-history .swiper-button-prev i,
.rightint-history .swiper-button-next i {
  font-size: 26px;
  line-height: 40px;
  color: inherit;
}
.rightint-history .swiper-button-prev,
.rightint-history .swiper-container-rtl .swiper-button-next {
  left: -40px;
  right: auto;
}
.rightint-history .swiper-button-next,
.rightint-history .swiper-container-rtl .swiper-button-prev {
  right: -40px;
  left: auto;
}
.rightint-history .swiper-button-prev:hover,
.rightint-history .swiper-button-next:hover {
  color: #fff;
}

.rightint-history .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
  width: 100%;
  display: none;
}
.rightint-history .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border: 1px solid #bbb;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
}
.rightint-history .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .rightint-history {
    padding: 30px 0;
  }
}

.rightint-agent {
  padding: 70px 0;
}
.rightint-agent .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.rightint-agent .txt {
  width: 50%;
}
.rightint-agent .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3b3535;
  font-weight: 600;
}
.rightint-agent .txt .t {
  margin: 20px 0 0;
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.rightint-agent .txt .t p ~ p {
  margin-top: 15px;
}
.rightint-agent .more {
  width: 50%;
  text-align: right;
}

.rightint-agent .more a {
  width: 210px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.rightint-agent .more a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .rightint-agent .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .rightint-agent {
    padding: 30px 0;
  }

  .rightint-agent .container {
    display: block;
  }

  .rightint-agent .txt {
    width: 100%;
  }

  .rightint-agent .txt .t {
    font-size: 17px;
    line-height: 24px;
  }

  .rightint-agent .more {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .rightint-agent .more a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .rightint-agent .txt h3 {
    font-size: 22px;
  }
}

.rightint-factory {
  padding: 70px 0;
}
.rightint-factory h3 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #3b3535;
  font-weight: 600;
}
.rightint-factory h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 20px auto 0;
}

.rightint-factory .list {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.rightint-factory .swiper-slide {
}
.rightint-factory .swiper-slide a {
  position: relative;
  display: block;
}
.rightint-factory .swiper-slide img {
}
.rightint-factory .swiper-slide p {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  background: linear-gradient(rgba(255, 255, 255, 0), color-mix(in srgb, var(--color-primary) 85%, transparent));
  transition: all 0.3s ease 0s;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 0;
  background: none;
  margin-top: -25px;
  text-align: center;
  color: #b5b5b5;
}
.rightint-factory .swiper-button-next::after,
.rightint-factory .swiper-button-prev::after {
  display: none;
}
.rightint-factory .swiper-button-prev i,
.rightint-factory .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}
.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.rightint-factory .swiper-button-next,
.rightint-factory .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.rightint-factory .swiper-button-prev:hover,
.rightint-factory .swiper-button-next:hover {
  color: var(--color-primary);
}

.rightint-factory .swiper-pagination-bullets {
  position: static;
  width: 100%;
  display: none;
  margin-top: 20px;
}
.rightint-factory .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #c1c1c1;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.rightint-factory .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

  .pagination {
    display: block;
	text-align:center;
    margin-left: auto;
    margin-right: auto
}

.pagination .page-numbers {
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    text-align: center;
    display: inline-block;
    line-height: 42px;
    position: relative;
    margin-right: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px
}

.pagination .page-numbers.current {
    border: 1px solid var(--color-second);
    background-color: var(--color-second)
}