@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
  text-decoration: none;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.toolbar-wrap {
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 4px 17px 1px rgba(9, 23, 56, 0.05);
  z-index: 999;
  top: 0;
  position: relative;
  font-size: 14px;
}
.nav-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.nav-mask .nav-list .nav-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #ededf2;
  cursor: pointer;
}
.nav-mask .nav-list .nav-item a {
  display: block;
  padding-left: 32px;
}
.nav-mask .nav-list .nav-item a:hover {
  background: #f5fcff;
  color: #009cfe;
}
.nav-mask .nav-list .icon-arrow {
  position: absolute;
  top: 30px;
  right: 40px;
}
.nav-mask .nav-list .icon-arrow.down:after {
  position: absolute;
  content: "";
  top: -1px;
  border: 7px transparent dashed;
  border-top: 7px #fff solid;
}
.nav-mask .nav-list .icon-arrow.down:before {
  position: absolute;
  content: "";
  border: 7px transparent dashed;
  border-top: 7px #909099 solid;
}
.nav-mask .nav-list .icon-arrow.up {
  top: 24px;
}
.nav-mask .nav-list .icon-arrow.up:after {
  position: absolute;
  content: "";
  top: 1px;
  border: 7px transparent dashed;
  border-bottom: 7px #fff solid;
}
.nav-mask .nav-list .icon-arrow.up:before {
  position: absolute;
  content: "";
  border: 7px transparent dashed;
  border-bottom: 7px #909099 solid;
}
.nav-mask .nav-list .nav-item-sub-wrapper {
  display: none;
  cursor: pointer;
}
.nav-mask .nav-list .nav-item-sub-wrapper .nav-item-sub {
  position: relative;
  height: 64px;
  line-height: 64px;
}
.nav-mask .nav-list .nav-item-sub-wrapper .nav-item-sub a {
  display: block;
  padding-left: 56px;
}
.nav-mask .nav-list .nav-item-sub-wrapper .nav-item-sub a:hover {
  background: #f5fcff;
  color: #009cfe;
}
.nav-mask .nav-list .nav-item-sub-wrapper .nav-item-sub.third a {
  padding-left: 80px;
}
.nav-mask .nav-slide {
  position: absolute;
  right: -320px;
  width: 320px;
  height: 100%;
  background: #fff;
}
.nav-mask .nav-slide .nav-btn-wrapper {
  position: absolute;
  padding-bottom: 48px;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.nav-mask .nav-slide .nav-btn-wrapper .btn-login {
  display: inline-block;
  width: 224px;
  height: 40px;
  margin-bottom: 24px;
  line-height: 40px;
  color: #1ba7ff;
  border: 1px solid #009dff;
  border-radius: 20px;
}
.nav-mask .nav-slide .nav-btn-wrapper .btn-go {
  display: inline-block;
  width: 224px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #009dff;
  background: #009dff;
  border-radius: 20px;
}
.toolbar {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 70px;
}
.toolbar .nav-mobile-button {
  display: none;
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
}
.toolbar .nav-mobile-button .icon-bar {
  display: block;
  margin-top: 4px;
  width: 22px;
  height: 2px;
  background: #666;
  border-radius: 1px;
}
@media only screen and (max-width: 970px) {
  .toolbar {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .toolbar .large-screen {
    display: none;
  }
  .toolbar .nav-mobile-button {
    display: block;
  }
}
.toolbar .bar-log {
  padding-top: 24px;
  padding-right: 10px;
  float: left;
}
.toolbar .nav-list {
  padding-top: 18px;
  margin-left: 40px;
}
.toolbar .nav-list .item {
  float: left;
  position: relative;
  padding: 0 12px;
  color: #000;
  line-height: 38px;
}
.toolbar .nav-list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 0;
  border-bottom: 4px solid #009dff;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}
.toolbar .nav-list .item:hover::after {
  width: 60px;
}
.toolbar .nav-list .item:hover ul {
  display: block;
}
.toolbar .nav-list .item ul {
  position: absolute;
  display: none;
  left: 0;
  text-align: left;
  box-shadow: 0px 4px 17px 1px rgba(9, 23, 56, 0.05);
  border-radius: 0px 0px 5px 5px;
}
.toolbar .nav-list .item li {
  position: relative;
  padding: 0 12px;
  width: 90px;
  line-height: 38px;
  background-color: #fff;
}
.toolbar .nav-list .item .subItem {
  display: inline-block;
  width: 100%;
}
.toolbar .nav-list .item .sub-box {
  display: none;
  position: absolute;
  top: 0;
  left: 114px;
  background-color: #fff;
}
.toolbar .nav-list .item .sub-box a {
  display: inline-block;
  padding: 0 12px;
}
.toolbar .nav-list .item .fa {
  position: absolute;
  top: 12px;
  right: 22px;
  height: 10px;
}
.toolbar .nav-list .item .fa:before {
  position: absolute;
  content: "";
  border: 7px transparent dashed;
}
.toolbar .nav-list .item .fa:before {
  border-left: 7px #000 solid;
}
.toolbar .nav-list .item .sub-item:hover {
  background-color: #009dff;
}
.toolbar .nav-list .item .sub-item:hover > a {
  color: #fff !important;
}
.toolbar .nav-list .item li:hover {
  background-color: #009dff;
  color: #fff;
}
.toolbar .nav-list .item li:hover > a {
  color: #fff !important;
}
.toolbar .nav-list .item li:hover .fa:before {
  border-left-color: #fff;
}
.toolbar .nav-list .item li:hover .sub-box {
  display: block;
}
.toolbar .login-list {
  padding-top: 18px;
}
.toolbar .login-list .item {
  float: left;
  position: relative;
}
.toolbar .login-list .item:hover ul {
  display: block;
}
.toolbar .login-list .item ul {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -58px;
  box-shadow: 0px 4px 17px 1px rgba(9, 23, 56, 0.05);
  border-radius: 0px 0px 5px 5px;
  background: #fff;
}
.toolbar .login-list .item li {
  width: 116px;
  line-height: 32px;
}
.toolbar .login-list .item li:hover {
  background-color: #009dff;
}
.toolbar .login-list .item li:hover a {
  color: #fff !important;
}
.toolbar .login-list .item .btn-login {
  display: inline-block;
  width: 120px;
  height: 37px;
  line-height: 37px;
  color: #1ba7ff;
  border: 1px solid #009dff;
  border-radius: 18px;
  margin-right: 16px;
}
.toolbar .login-list .item .btn-go {
  display: inline-block;
  width: 120px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  border: 1px solid #009dff;
  background: #009dff;
  border-radius: 18px;
}
.toolbar .login-list .english {
  margin-right: 38px;
  line-height: 38px;
}
.toolbar .login-list .english a {
  color: #009dff;
}
.toolbar .login-list .english li a {
  color: #091738;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sixth-section {
  position: relative;
  width: 100%;
  height: 26vw;
  overflow: hidden;
}
.sixth-section .sixth-inner {
  margin-top: 80px;
  width: 100%;
}
.sixth-section .sixth-title {
  position: absolute;
  bottom: 8vw;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sixth-section .sixth-button {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 138px;
  border-radius: 24px;
  height: 38px;
  line-height: 37px;
  font-size: 16px;
  background: #fff;
  color: #009eff;
  text-align: center;
}
.sixth-section .sixth-content-lottie {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-wrap {
  width: 70%;
  padding-top: 25px;
  height: 55px;
  margin: 0 auto;
}
.footer-wrap > div {
  float: left;
}
.footer-wrap .line {
  border-right: 1px #ccc solid;
  height: 10px;
  display: inline-block;
}
.footer-wrap .footer-logo {
  margin-top: 5px;
}
.footer-wrap .about-box {
  margin-right: 40px;
  margin-top: 5px;
  margin-left: 50px;
}
.footer-wrap .about-box a {
  font-size: 14px;
  color: #ccc;
  padding: 0 10px;
}
.footer-wrap .mid-box {
  margin-top: 5px;
}
.footer-wrap .mid-box a {
  font-size: 14px;
  color: #ccc;
  padding: 0 10px;
}
.footer-wrap .icon-box {
  margin-top: 8px;
  float: left;
  margin-right: 15px;
}
.footer-wrap .icon-box a {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.footer-wrap .icon-box .twitter {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAABL1BMVEUAAABVVVVtbW1gYGBVVVVtbW1mZmZgYGBpaWljY2NkZGRmZmZjY2NoaGhnZ2dnZ2dmZmZmZmZmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZlZWVmZmZmZmZmZmZlZWVnZ2dmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZnZ2dmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnZ2dpaWlra2ttbW1ubm5vb29xcXFycnJ0dHR1dXV2dnZ/f3+BgYGGhoaHh4eKioqPj4+RkZGYmJiampqhoaGnp6etra2xsbG4uLjCwsLExMTIyMjR0dHS0tLT09PV1dXY2Nja2tre3t7f39/i4uLn5+fp6enx8fH09PT19fX39/f6+vr8/Pz9/f3+/v7///8MJOPRAAAANHRSTlMABgcICQ4PEBESHB4fIGFjZGZnaGh6e3x9fn+Ara6ur7DMzc7P0djZ3d7f4ODh5PDy8/X3E6fn5gAAAP5JREFUGBllwYlaAWEYBeBjL6R900JKpcUwjqTUaN+1Ky2k/vu/hr5/jAf1vmjxjcZWc2YqNhhAhzuaocOYcsERSrJLIgRbKM0e62EId5J/JDwAZvjPJODPkNynVrp9vy+fWGTWhzGSxY9DiqoStSOSw4iTLH43b0q0lPZcIDmLFMWdUs2nitLOKNaQI2m9/ai2YwoTJsWjavvcosgiRbH7oBwVaiuIU+RfVEvdohbDELXidUOJ5jltEQQMcu/g4lWJ+iltRj8QJbcvqw31VbvaYcsEANcStUKebQkvRHiTPdJB2AYW2WUhCIdnOkuHMe5Fh39kbsPMLM9H+mD7BTNSXP3nD3PHAAAAAElFTkSuQmCC)
    no-repeat;
}
.footer-wrap .icon-box .instagram {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAZlBMVEUAAABgYGBpaWlmZmZmZmZoaGhkZGRjY2NpaWlmZmZjY2NqampnZ2dmZmZmZmZnZ2doaGhlZWVnZ2dnZ2dnZ2dmZmZmZmZmZmZmZmZlZWVmZmZmZmZnZ2dmZmZmZmZmZmZmZmZmZmbnEqB4AAAAIXRSTlMACBEUGRscHyIjJCQlLUtNYHmusLO8xcbLzM3Y2OPp8PKLm38eAAAAsElEQVQY03WR6xKCIBCFj5oZZoWIQZHKvv9L1iqYNnF+APsxc/YGzMqlct47JXN8lbUTBU1tFmlpaSNbBjrQTsPMM0s/suzT8mvU3Sw9ctR+auBsYxHSXC/MpxySvzWj5gS4m+ZYQvHVAccn0f0AdBwrvAJ+9EL0NmAHv+CaBCCoXrCPuFnwOWIXTAybmNUkpqwMkanWlJsCGz5Dgft2UIR2Es2nRpUYbGoNqaX9WfEbvJYlFEEuG/YAAAAASUVORK5CYII=)
    no-repeat;
}
.footer-wrap .icon-box .facebook {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAABVVVVtbW1gYGBpaWloaGhoaGhlZWVoaGhlZWVnZ2dmZmZlZWVnZ2doaGhnZ2dlZWVlZWVmZmZlZWVmZmZmZmZnZ2dlZWVmZmZnZ2dmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnZ2dmZmZmZmZmZmZnZ2dlZWVmZmZmZmZSUD2xAAAAL3RSTlMABgcIERsgKzZERUZHSmBhYnl6fIqPrri5wsrL1Njj6uvt7/Dy8/X29vf4+/v+/sRXPdAAAAC6SURBVBjTdZHnEoIwEIRXA3aQWGLBoAJW1Lz/2xmTHIFR99feNzdXAaMgFrIspYgDeDFeKKecM6JhqhpKQ0cz1VJmOKPc3WI+u5v8Tx3u6Lajg9xYrmegbgnQj862b4CYSkbAiXwMYU21GQCr9dNGAtKavRmq+7KRRGnNweCeK1ISVo8hcLzVWFKbCXAlL6mlUuMGFn5AjS9+wCD/xnqdevmRx7xxquU0qdxp2f/D/ntD62mFf9qPF78B3oo6AiL66iQAAAAASUVORK5CYII=)
    no-repeat;
}
.footer-wrap .lang-box {
  margin-top: 5px;
  float: left;
}
.footer-wrap .fr {
  float: right;
}
.beian-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.beian-wrap a {
  font-size: 14px;
  color: #ccc !important;
}
.selectBox {
  position: relative;
  width: 120px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.inputCase {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.inputCase input.imitationSelect {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e6;
  border-radius: 4px;
  display: block;
  text-indent: 20px;
  cursor: default;
  outline: none;
}
.inputCase .fa {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 10px;
}
.inputCase .fa:before,
.inputCase .fa:after {
  position: absolute;
  content: "";
  border: 7px transparent dashed;
  border-top: 7px #fff solid;
}
.inputCase .fa:before {
  border-top: 7px #ccc solid;
}
.inputCase .fa:after {
  top: -1px;
  border-top: 7px #fff solid;
}
.inputCase .rotate:after {
  top: 1px;
  border-bottom: 7px #fff solid;
  border-top: none;
}
.inputCase .rotate::before {
  border-bottom: 7px #ccc solid;
  border-top: none;
}
.selectUl {
  position: absolute;
  bottom: 30px;
  width: 118px;
  display: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 2px 24px 0px rgba(0, 68, 102, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.selectUl li {
  height: 26px;
  line-height: 26px;
  list-style: none;
  text-indent: 20px;
  background: #fff;
}
.selectUl li:hover {
  color: #009dff;
  background: #f5fcff;
}
.selectUl li:last-child {
  border-bottom: 0 none;
}
@media only screen and (max-width: 1300px) {
  .toolbar,
  .footer-wrap,
  .help-nav,
  .help-header-wrap .header,
  .help-detail-wrap .help-detail,
  .contactus-new {
    width: 90% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .toolbar,
  .footer-wrap,
  .help-nav,
  .help-header-wrap .header,
  .help-detail-wrap .help-detail,
  .contactus-new {
    width: 100% !important;
  }
}
.video-js .vjs-tech {
  border-radius: 24px;
  overflow: hidden;
}
.help-header-wrap {
  width: 100%;
  background: #fff;
}
.header {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  height: 64px;
}
.header .logo-box {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 255px;
  height: 22px;
  background: url(data:image/png;base64,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)
    no-repeat;
  background-size: contain;
}
.header .btn-box {
  position: absolute;
  top: 12px;
  right: 0px;
}
.header .english {
  position: relative;
  text-align: center;
  float: left;
  margin-right: 38px;
  line-height: 38px;
}
.header .english a {
  color: #009dff;
}
.header .english li a {
  color: #091738;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .english:hover ul {
  display: block;
}
.header .english ul {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -58px;
  box-shadow: 0px 4px 17px 1px rgba(9, 23, 56, 0.05);
  border-radius: 0px 0px 5px 5px;
  background: #fff;
}
.header .english li {
  width: 116px;
  line-height: 32px;
}
.header .english li:hover {
  background-color: #009dff;
}
.header .english li:hover a {
  color: #fff !important;
}
.header .link-go {
  float: left;
  width: 133px;
  height: 40px;
  background: #009dff;
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.help-nav-wrap .help-nav {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.help-nav-wrap .help-nav .nav-list {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.help-nav-wrap .help-nav .nav-list .item {
  float: left;
  height: 63px;
  line-height: 63px;
  cursor: default;
}
.help-nav-wrap .help-nav .nav-list .item span {
  display: inline-block;
  padding-right: 40px;
}
.help-nav-wrap .help-nav .nav-list .item:hover .sub-list {
  display: block;
}
.help-nav-wrap .help-nav .nav-list .item:hover span {
  color: #009dff;
}
.help-nav-wrap .help-nav .nav-list .sub-list {
  width: 200%;
  height: 182px;
  position: absolute;
  z-index: 999;
  left: -50%;
  padding-left: 50%;
  background: #fff;
  display: none;
}
.help-nav-wrap .help-nav .nav-list ol {
  float: left;
  padding-top: 8px;
}
.help-nav-wrap .help-nav .nav-list ol li {
  margin-top: 10px;
  line-height: 20px;
  text-align: left;
}
.help-nav-wrap .help-nav .nav-list ol a:hover {
  color: #009dff;
}
.help-nav-wrap .help-nav .nav-list ol + ol {
  margin-left: 132px;
}
.cont-box {
  float: left;
  width: 72%;
  border-left: 1px solid #e8e8e8;
  margin: 36px auto;
  padding: 0 26px;
  word-break: break-all !important;
  font-size: 16px;
}
.cont-box strong {
  font-weight: bold;
}
.cont-box h1,
.cont-box h2,
.cont-box h3,
.cont-box h4,
.cont-box h5 {
  font-weight: bold;
  padding: 10px 0;
}
.cont-box h1 {
  font-size: 36px;
}
.cont-box h2 {
  font-size: 30px;
}
.cont-box h3 {
  font-size: 20px;
}
.cont-box h4 {
  font-size: 18px;
}
.cont-box h5 {
  font-size: 16px;
}
.cont-box img {
  max-width: 100%;
}
.cont-box ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.cont-box table {
  font-size: 11px;
  color: #333;
  border-width: 1px;
  border-color: #666;
  border-collapse: collapse;
}
.cont-box table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666;
  background-color: #dedede;
}
.cont-box table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666;
  background-color: #fff;
}
body {
  /* font-family: Roboto-Regular, Roboto-Black, -apple-system, BlinkMacSystemFont,
    Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-family: 'Poppins', sans-serif;

}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.hidden {
  overflow: hidden;
}
.hidden-x {
  overflow-x: hidden;
}
/* body.hidden-x {
  display: none;
} */
.fix {
  position: fixed !important;
}
a:active,
a:any-link,
a:-webkit-any-link {
  color: #000;
}
.blod {
  font-weight: bold !important;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.product-inner {
  width: 100vw;
  background: #fff;
  position: relative;
}
.product-inner .section1 {
  width: 100%;
  height: 619px;
  background: #360418;
  position: relative;
  background-image: url(/images/2.c0cb018.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-inner .banner-box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.product-inner .production {
  text-align: center;
  padding-top: 200px;
  vertical-align: middle;
}
.product-inner .word1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  display: inline-block;
}
.product-inner .img1 {
  position: relative;
  width: 80px;
  height: 80px;
  left: -10px;
  top: 19px;
}
.product-inner .word2 {
  height: 36px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-inner .bt1 {
  background: #009dff;
  border: 1px solid #009dff;
  width: 130px;
  height: 40.3px;
  border-radius: 167vw;
  border-radius: 22px;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40.3px;
  margin-top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-inner .img3 {
  position: absolute;
  top: 684vw;
  left: 650vw;
}
.product-inner .img4 {
  position: absolute;
  top: 684vw;
  left: 1066vw;
}
.product-inner .img5 {
  position: absolute;
  width: 583px;
  height: 649px;
  left: 680px;
  top: 54px;
}
.product-inner .section2-box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.product-inner .production2 {
  padding-top: 200px;
  vertical-align: middle;
}
.product-inner .s2back {
  width: 498px;
  height: 649px;
  position: absolute;
  left: -110px;
  top: 62px;
}
.product-inner .performance-box {
  position: relative;
  left: 55%;
}
.product-inner .performance-box .s2w1 {
  width: 378px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  position: relative;
  padding-top: 50px;
}
.product-inner .performance-box .s2w2 {
  width: 480px;
  height: 36px;
  font-size: 16px;
  color: #909099;
  line-height: 19px;
  position: relative;
  padding-top: 24px;
}
.product-inner .performance-box .s2img {
  position: relative;
  width: 76px;
  height: 76px;
  padding-top: 48px;
}
.product-inner .performance-box .s2w3 {
  width: 313px;
  height: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  position: relative;
  padding-top: 24px;
}
.product-inner .section2 {
  z-index: 1;
  width: 100%;
  height: 762px;
  background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
  position: relative;
}
.product-inner .leftsec1 {
  position: absolute;
  top: 1259px;
  width: 129px;
  height: 239px;
  z-index: 3;
}
.product-inner .section3 {
  z-index: 1;
  width: 100%;
  height: 762px;
  background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
  position: relative;
}
.product-inner .section3-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.product-inner .production3 {
  padding-top: 0px;
  vertical-align: middle;
}
.product-inner .s3w1 {
  width: 378px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  position: relative;
  padding-top: 150px;
}
.product-inner .s3w2 {
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  position: relative;
  padding-top: 55px;
}
.product-inner .s3w3 {
  width: 480px;
  height: 16px;
  font-size: 16px;
  color: #909099;
  line-height: 19px;
  position: relative;
  padding-top: 22px;
}
.product-inner .s3w4 {
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  position: relative;
  padding-top: 60px;
}
.product-inner .s3w5 {
  width: 480px;
  height: 16px;
  font-size: 16px;
  color: #909099;
  line-height: 16px;
  position: relative;
  padding-top: 22px;
}
.product-inner .s3w6 {
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  position: relative;
  padding-top: 45px;
}
.product-inner .s3w7 {
  width: 480px;
  height: 36px;
  font-size: 16px;
  color: #909099;
  line-height: 19px;
  position: relative;
  padding-top: 22px;
}
.product-inner .s3bt {
  top: 45px;
  width: 130px;
  height: 40.3px;
  background: #009dff;
  border: 1px solid #009dff;
  border-radius: 22px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40.3px;
  display: inline-block;
}
.product-inner .img6 {
  position: absolute;
  width: 622px;
  height: 605px;
  top: 64px;
}
.product-inner .emptysec {
  height: 4vw;
  width: 100%;
  position: relative;
}
.product-inner .section4 {
  width: 100%;
  height: 820px;
  background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
  position: relative;
}
.product-inner .section4-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.product-inner .production4 {
  padding-top: 0px;
  vertical-align: middle;
}
.product-inner .performance2-box {
  position: relative;
  left: 62%;
}
.product-inner .performance2-box .sword5 {
  width: 378px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  padding-top: 130px;
}
.product-inner .performance2-box .sword6 {
  width: 378px;
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding-top: 55px;
}
.product-inner .performance2-box .sword7 {
  width: 440px;
  height: 16px;
  font-size: 16px;
  color: #909099;
  line-height: 19px;
  padding-top: 22px;
}
.product-inner .performance2-box .sword8 {
  width: 440px;
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding-top: 45px;
}
.product-inner .performance2-box .sword82 {
  width: 440px;
  height: 20px;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding-top: 60px;
}
.product-inner .performance2-box .sword9 {
  width: 440px;
  height: 16px;
  font-size: 16px;
  color: #909099;
  line-height: 19px;
  padding-top: 22px;
}
.product-inner .performance2-box .s4bt {
  margin-top: 75px;
  width: 130px;
  height: 40.3px;
  background: #009dff;
  border: 1px solid #009dff;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40.3px;
  display: inline-block;
}
.product-inner .tab-wrap {
  width: 100%;
  height: 1000px;
  background: #fff;
  position: relative;
  transform: scale(.8);
}
.product-inner .tab-wrap .s5word1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
}
.product-inner .tab-wrap .line1 {
  width: 1277px;
  height: 2px;
  background: #eee;
  border-radius: 1px;
  left: 50%;
  margin-top: 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-inner .tab-bar {
  width: 980px;
  background: #fff;
  left: 50px;
  position: relative;
  margin: 85px auto 0;
  white-space: nowrap;
}
.product-inner .tab-bar ul {
  padding-bottom: 153px;
}
.product-inner .tab-bar li {
  position: relative;
  float: left;
  height: 20px;
  font-size: 20px;
  color: #909099;
  line-height: 20px;
  cursor: pointer;
  margin-left: 35px;
}
.product-inner .tab-bar li:first-of-type {
  margin-left: 0;
}
.product-inner .tab-bar li.show::after {
  content: "";
  position: absolute;
  border-bottom: 3px #009dff solid;
  width: 107px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-inner .tab-bar .show {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.product-inner .tab-list .tab-item {
  display: none;
}
.product-inner .tab-list .tab-item.show {
  display: block;
}
.product-inner .tab-list .hide {
  display: none;
}
.product-inner .tab-list .selected {
  color: #000;
  font-weight: bold;
}
.product-inner .tab-list .section6-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.product-inner .tab-list .production6 {
  padding-top: 0px;
  vertical-align: middle;
}
.product-inner .tab-list .img7 {
  position: absolute;
  width: 586px;
  height: 762px;
  top: 90px;
  margin-left: -40px;
  z-index: 1;
}
.product-inner .tab-list .first-content-video {
  position: absolute;
  z-index: 100;
  left: 145px;
  top: 182px;
  width: 253px;
  height: 521px;
}
.product-inner .tab-list .first-content-video .video-js {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 0.4vw solid #fff;
  overflow: hidden;
}
.product-inner .tab-list .first-content-video .video-js .vjs-poster {
  border-radius: 32px;
}
.product-inner .tab-list .first-content-video img {
  width: 100%;
  height: 100%;
}
.product-inner .tab-list .first-content-video.item3 {
  top: 185px;
  left: 107px;
}
.product-inner .tab-list .first-content-video.item4 {
  left: 105px;
}
.product-inner .tab-list .first-content-video.item5 {
  left: 95px;
}
.product-inner .tab-list .first-content-video.item6 {
  left: 117px;
}
.product-inner .tab-list .performance-box {
  position: relative;
  left: 55%;
  width: 500px;
  padding-left: 20px;
  overflow: hidden;
}
.product-inner .tab-list .performance-box .s6w1 {
  width: 449px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  position: relative;
  padding-top: 90px;
}
.product-inner .tab-list .performance-box .s6w2 {
  width: 440px;
  height: 72px;
  font-size: 16px;
  color: #6a6a73;
  line-height: 24px;
  position: relative;
  padding-top: 45px;
}
.product-inner .tab-list .performance-box .line2 {
  width: 440px;
  height: 2px;
  background: #eee;
  border-radius: 1px;
  position: relative;
  margin-top: 25px;
}
.product-inner .tab-list .performance-box .s6w3 {
  width: 440px;
  height: 50px;
  font-size: 16px;
  color: #6a6a73;
  line-height: 25px;
  position: relative;
  margin-top: 45px;
}
.product-inner .tab-list .performance-box .s6w4 {
  width: 440px;
  height: 50px;
  font-size: 16px;
  color: #6a6a73;
  line-height: 25px;
  position: relative;
  margin-top: 33px;
}
.product-inner .tab-list .performance-box .s6w5 {
  width: 440px;
  height: 75px;
  font-size: 16px;
  color: #6a6a73;
  line-height: 25px;
  position: relative;
  margin-top: 33px;
}
.product-inner .tab-list .performance-box .s6w6 {
  width: 440px;
  height: 75px;
  font-size: 16px;
  color: #6a6a73;
  line-height: 25px;
  position: relative;
  margin-top: 33px;
}
.product-inner .tab-list .performance-box .s6w3::after,
.product-inner .tab-list .performance-box .s6w4::after,
.product-inner .tab-list .performance-box .s6w5::after,
.product-inner .tab-list .performance-box .s6w6::after {
  content: "";
  border: 4px solid #009dff;
  position: absolute;
  left: -14px;
  top: 10px;
  border-radius: 50%;
}


/* -------------------------------------------------------------- */
.navbar-imo {
  background-color: rgb(53, 153, 238);
}

.navbar-imo img {
  padding-left: 30px;
}

.targeting-capabilities {
  width: 100vw;
  height: 666px;
}
@media only screen and (max-width: 600px) {
  .targeting-capabilities {
    height: auto;
  }
  .buying-opportunity {
    height: auto;
  }
  .capabilities-container {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }
  .buying-opportunity-container {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }
  
  /* adgallery mobile responsive-------------------------------------- */
  .ad-gallery {
    height: auto;
    padding-bottom: 50px;
  }
  
  .ad-gallery h1 {
    text-align: center;
  }
  
  .ad-gallery-container {
    grid-template-columns: 270px;
  }
  /* adgallery responsive end--------------------------- */
}

.targeting-capabilities h1 {
  font-size: 40px;
  color: rgb(68, 114, 196);
  margin-bottom: 100px;
  margin-left: 30px;
}

.capabilities-container {
  max-width: 1000px;
  height: 756px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.capabilities-container li {
  list-style: circle;
}

.capabilities-left-container {
  width: 450px;
  height: 518px;
  border: 2px solid rgb(32, 131, 132);
  position: relative;

}

.capabilities-right-container {
  width: 450px;
  border: 2px solid rgb(36, 63, 118);
  position: relative;
  height: 518px;

}

.capabilities-left-logo {
  width: 145px;
  height: 115px;
  left: 156px;
  top: -25px;
  background-color: rgb(32, 131, 132);
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.capabilities-left-header1 {
  background-color: rgb(32, 131, 132);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 104px;
  left: 80px;
}

.capabilities-left-content1 {
  color: rgb(32, 131, 132);
  position: absolute;
  top: 152px;
  left: 110px;
}

.capabilities-left-header2 {
  background-color: rgb(32, 131, 132);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 228px;
  left: 80px;
}

.capabilities-left-content2 {
  color: rgb(32, 131, 132);
  position: absolute;
  top: 275px;
  left: 110px;
}

.capabilities-left-header3 {
  background-color: rgb(32, 131, 132);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 333px;
  left: 80px;

}

.capabilities-left-content3 {
  color: rgb(32, 131, 132);
  position: absolute;
  top: 379px;
  left: 110px;
}

.capabilities-left-footer {
  background-color: rgb(32, 131, 132);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 158px;
  top: 501px;
  left: 139px;
}

.capabilities-right-logo {
  width: 145px;
  height: 115px;
  left: 156px;
  top: -25px;
  background-color: rgb(36, 63, 118);
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.capabilities-right-header1 {
  background-color: rgb(36, 63, 118);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 104px;
  left: 80px;
}

.capabilities-right-content1 {
  color: rgb(36, 63, 118);
  position: absolute;
  top: 152px;
  left: 110px;
}

.capabilities-right-header2 {
  background-color: rgb(36, 63, 118);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 228px;
  left: 80px;
}

.capabilities-right-content2 {
  color: rgb(36, 63, 118);
  position: absolute;
  top: 275px;
  left: 110px;

  width: 270px;
}

.capabilities-right-header3 {
  background-color: rgb(36, 63, 118);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 333px;
  left: 80px;

}

.capabilities-right-content3 {
  color: rgb(36, 63, 118);
  position: absolute;
  top: 379px;
  left: 110px;
}

.capabilities-right-footer {
  background-color: rgb(36, 63, 118);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 158px;
  top: 501px;
  left: 139px;
}

/* --------------------------------------------- */
.buying-opportunity {
  width: 100vw;
  height: 666px;
}


.buying-opportunity h1 {
  font-size: 40px;
  color: rgb(68, 114, 196);
  margin-bottom: 100px;
  margin-left: 30px;
  margin-top: 30px;
}

.buying-opportunity-container {
  max-width: 1000px;
  height: 756px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.buying-opportunity-container li {
  list-style: circle;
}

.buying-opportunity-left-container {
  width: 450px;
  height: 518px;
  border: 2px solid rgb(88, 88, 88);
  position: relative;

}

.buying-opportunity-right-container {
  width: 450px;
  height: 518px;
  border: 2px solid rgb(98, 167, 213);
  position: relative;

}

.buying-opportunity-left-logo {
  width: 145px;
  height: 115px;
  left: 156px;
  top: -25px;
  background-color: rgb(88, 88, 88);
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.buying-opportunity-left-header1 {
  background-color: rgb(88, 88, 88);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 104px;
  left: 80px;
}

.buying-opportunity-left-content1 {
  color: rgb(88, 88, 88);
  position: absolute;
  top: 152px;
  left: 110px;
}

.buying-opportunity-left-header2 {
  background-color: rgb(88, 88, 88);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 228px;
  left: 80px;
}

.buying-opportunity-left-content2 {
  color: rgb(88, 88, 88);
  position: absolute;
  top: 275px;
  left: 110px;
}

.buying-opportunity-left-header3 {
  background-color: rgb(88, 88, 88);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 344px;
  left: 80px;

}

.buying-opportunity-left-content3 {
  color: rgb(88, 88, 88);
  position: absolute;
  top: 390px;
  left: 110px;
}

.buying-opportunity-left-footer {
  background-color: rgb(88, 88, 88);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 158px;
  top: 501px;
  left: 139px;
}

.buying-opportunity-right-logo {
  width: 145px;
  height: 115px;
  left: 156px;
  top: -25px;
  background-color: rgb(98, 167, 213);
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.buying-opportunity-right-header1 {
  background-color: rgb(98, 167, 213);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 104px;
  left: 80px;
}

.buying-opportunity-right-content1 {
  color: rgb(98, 167, 213);
  position: absolute;
  top: 152px;
  left: 110px;
}

.buying-opportunity-right-header2 {
  background-color: rgb(98, 167, 213);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 228px;
  left: 80px;
}

.buying-opportunity-right-content2 {
  color: rgb(98, 167, 213);
  position: absolute;
  top: 275px;
  left: 110px;

  width: 270px;
}

.buying-opportunity-right-header3 {
  background-color: rgb(98, 167, 213);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 284px;
  top: 333px;
  left: 80px;

}

.buying-opportunity-right-content3 {
  color: rgb(98, 167, 213);
  position: absolute;
  top: 379px;
  left: 110px;
}

.buying-opportunity-right-footer {
  background-color: rgb(98, 167, 213);
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 158px;
  top: 501px;
  left: 139px;
}

.trusted-brands-container {
  margin-top: 100px;
  height: 250px;
  width: 100vw;
}

.trusted-brands-container h1 {
  font-size: 40px;
  text-align: center;
}

.trusted-brands-container span {
  color: rgb(3, 162, 229);
}

.swiper {
  width: 100%;
  height: 80%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ad gallery------------------------------ */
.ad-gallery {
  height: 110vh;
  width: 100vw;
  background-color: rgb(0, 161, 229);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}

.ad-gallery h1 {
  padding: 30px 0;
}

.ad-gallery-container {
  display: grid;
  grid-template-columns: 270px 270px 270px;
}

.gallery-card-container {
  height: 170px;
  width: 270px;
  overflow: hidden;
}

.gallery-card {
  transition: all 500ms ease;
}

.gallery-card p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: lighter;
  font-size: small;
  padding-left: 10px;
  height: 35px;
  background-color: white;
  color: black;
  transform: translateY(-7px);
}

.gallery-card-container:hover .gallery-card {
  transform: translateY(-34px);
}

.gallery-card img {
  height: 172px;
  width: 270px;
  object-fit: fill;
}
@media only screen and (max-width: 600px) {
  .targeting-capabilities {
    height: auto;
    transform: scale(.7) translateY(-35%) translateX(-8%);
  }
  .buying-opportunity {
    height: auto;
    transform: scale(.7)translateY(-75%) translateX(-8%);
  }
  .capabilities-container {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }
  .capabilities-left-container{
    margin-bottom: 100px;
  }
  .buying-opportunity-left-container{
    margin-bottom: 100px;
  }
  .buying-opportunity-container {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }
  
  /* adgallery mobile responsive-------------------------------------- */
  .ad-gallery {
    height: auto;
    padding-bottom: 50px;
  }
  
  .ad-gallery h1 {
    text-align: center;
  }
  
  .ad-gallery-container {
    grid-template-columns: 270px;
  }
  /* adgallery responsive end--------------------------- */
}