.smartScreen-banner {
  position: relative;
}
.smartScreen-banner .cistern {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .smartScreen-banner .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-banner .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-banner .pic {
  height: 100% !important;
  width: 100%;
}
.smartScreen-banner .pic img {
  position: absolute;
  display: block;
  width: 100%;
}
.smartScreen-banner .con {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-banner .con .cistern {
  margin: 0 auto;
}
.smartScreen-banner .con:after {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
  width: 0;
}
@media (max-width: 768px) {
  .smartScreen-banner .banner-text {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .banner-list-len0 .banner-text {
    margin-top: -20%;
  }
  .LANG-en .smartScreen-banner .banner-list-len0 .banner-text {
    margin-top: -10%;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .banner-list-len1 .banner-text {
    margin-top: -20%;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .banner-list-len2 .banner-text {
    margin-top: -20%;
  }
}
.smartScreen-banner .box {
  display: inline-block;
  width: 100%;
  padding-bottom: 55px;
  vertical-align: middle;
}
.smartScreen-banner .box .title {
  line-height: 1.34615385;
  font-size: 52px;
  margin-top: -9px;
  margin-bottom: -9px;
  overflow: hidden;
  margin: 0;
  padding-top: 17px;
  text-align: inherit;
  padding-bottom: 0;
  color: inherit;
}
.smartScreen-banner .box .title h1 {
  font-size: inherit;
}
@media (max-width: 1200px) {
  .smartScreen-banner .box .title {
    line-height: 1.45;
    font-size: 40px;
    margin-top: -9px;
    margin-bottom: -9px;
    padding-top: 10px;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .box .title {
    line-height: 1.23076923;
    font-size: 26px;
    margin-top: -3px;
    margin-bottom: -3px;
    padding-top: 20px;
    font-weight: 400;
  }
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-banner .box .title {
    line-height: 1.33333333;
    font-size: 48px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-banner .box .title {
    line-height: 1.45;
    font-size: 40px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-banner .box .title {
    line-height: 1.33333333;
    font-size: 24px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
@media (max-width: 750px) {
  .LANG-en .smartScreen-banner .box .title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .box .title P {
    padding-bottom: 10px;
  }
}
.smartScreen-banner .box .top-title,
.smartScreen-banner .box .sub-title {
  line-height: 1.42857143;
  font-size: 28px;
  margin-top: -6px;
  margin-bottom: -6px;
  overflow: hidden;
  padding-top: 17px;
}
@media (max-width: 1200px) {
  .smartScreen-banner .box .top-title,
  .smartScreen-banner .box .sub-title {
    line-height: 1.27272727;
    font-size: 22px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
@media (max-width: 992px) {
  .smartScreen-banner .box .top-title,
  .smartScreen-banner .box .sub-title {
    line-height: 1.5;
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.layout-fixed-nav {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 11;
  background: #fff;
  height: 55px;
}

.fixed-nav-box {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.layout-fixed-nav .cistern {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.layout-fixed-nav .wap-nav-controller {
  display: none;
}

.layout-fixed-nav .wap-nav-controller.inline-box {
  display: inline-block;
}

.layout-fixed-nav .fixed-nav {
  height: 55px;
  font-size: 0;
  overflow: hidden;
  float: left;
}

.LANG-sa .layout-fixed-nav .fixed-nav {
  float: right;
}

.layout-fixed-nav .fixed-nav li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #666;
  padding: 16px 0;
  line-height: 1.375;
  cursor: pointer;
  font-size: 16px;
  transition: 0.4s;
}

.LANG-sa .layout-fixed-nav .fixed-nav li {
  margin-right: 0;
  margin-left: 30px;
}

.layout-fixed-nav .fixed-nav li:after {
  position: absolute;
  left: 25%;
  bottom: -1px;
  width: 50%;
  height: 2px;
  opacity: 0;
  background: #c7000b;
  content: "";
  transition: 0.4s;
}

.layout-fixed-nav .fixed-nav li:hover,
.layout-fixed-nav .fixed-nav li.current {
  color: #000;
}

.layout-fixed-nav .fixed-nav li:hover:after,
.layout-fixed-nav .fixed-nav li.current:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.layout-fixed-nav .iconfont.icon-down {
  display: none;
}

/* search */
.nav-search {
  visibility: hidden;
}

.layout-fixed-nav-search .nav-search {
  visibility: visible;
}

.layout-fixed-nav-search .nav-search {
  float: right;
  padding: 6px 0;
}

.layout-fixed-nav-search .nav-search .search-input {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.layout-fixed-nav-search .nav-search .search-input input[type=text] {
  width: 0;
  /* margin-right: 30px; */
  padding: 12px 20px 12px 10px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.layout-fixed-nav-search .nav-search .search-input .icon-search {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  right: 5px;
  color: #c7000b;
  font-size: 24px;
  cursor: pointer
}

.layout-fixed-nav-search .nav-search .view-more {
  margin-left: 30px;
}

.layout-fixed-nav-search .nav-search .search-input .mobile-clear {
  display: none
}

.layout-fixed-nav-search .nav-search .search-input.on-focus input[type=text].focus {
  width: 200px;
  background: #fff;
  border: 1px solid #dbdbdb
}

.layout-fixed-nav-search .nav-search .search-input.on-focus .icon-search {
  background: #fff
}

.layout-fixed-nav-search .nav-search .btn-view-02 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  color: #fff;
  background: #c7000b;
  font-size: 16px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 0;
}

.layout-fixed-nav-search .nav-search .btn-view-02:hover {
  background: #b20000;
}

@media(max-width:1600px) {
  .layout-fixed-nav .fixed-nav {
    width: auto;
  }
}

@media(max-width:1200px) {
  .layout-fixed-nav {
    height: 40px;
  }

  .fixed-nav-box {
    position: relative;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  }

  .layout-fixed-nav .wap-nav-controller {
    display: block;
    margin-right: 30px;
    color: #666;
    padding: 15px 0;
    line-height: 1.375;
    font-size: 16px;
  }

  .layout-fixed-nav .fixed-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    padding: 15px 15px 30px;
    height: auto;
    background: #fff;
    display: none;
    box-shadow: 0 1px 2px 0px #00000038;
  }

  .layout-fixed-nav .fixed-nav li {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    font-size: 14px;
  }

  .layout-fixed-nav .fixed-nav li:hover:after,
  .layout-fixed-nav .fixed-nav li.current:after {
    display: none;
  }

  .layout-fixed-nav .iconfont {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 28px;
    color: #a6a6a6;
  }

}

@media(max-width:920px) {
  .layout-fixed-nav .cistern {
    display: flex;
    padding: 0;
  }

  .layout-fixed-nav .wap-nav-controller {
    position: relative;
    width: auto;
    min-width: 60.66666vw;
    flex: 1;
    margin-right: 0;
    padding: 12px 0;
    padding-left: 15px;
    line-height: 1;
    font-size: 16px;
  }

  .LANG-sa .layout-fixed-nav .wap-nav-controller {
    padding-right: 15px;
    padding-left: 0;
  }

  .layout-fixed-nav .wap-nav-controller .wap-nav-title {
    width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .layout-fixed-nav .iconfont.icon-up {
    top: 6px;
  }
  /* .LANG-sa .layout-fixed-nav .iconfont.icon-up {
    top: 6px;
    right: auto;
    left: 8px;
  } */

  .layout-fixed-nav .iconfont.icon-down {
    display: inline-block;
    top: 6px;
  }
  /* .LANG-sa .layout-fixed-nav .iconfont.icon-down {
    display: inline-block;
    top: 6px;
    right: auto;
    left: 8px;
  } */

  .layout-fixed-nav .fixed-nav {
    top: 40px;
  }
}

.layout-breadcrumb {
  background: #f6f6f6;
  z-index: 10;
  position: relative;
}

.layout-breadcrumb .cistern {
  padding-top: 0;
  padding-bottom: 0;
}

.layout-breadcrumb .cistern ul {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}

.layout-breadcrumb .cistern ul li {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 0;
}

.layout-breadcrumb .cistern ul li a {
  color: #9a9a9a;
  font-size: 12px;
  padding: 6px 0;
  display: inline-block;
  padding-right: 22px;
  line-height: 1;
}

.LANG-sa .layout-breadcrumb .cistern ul li a {
  padding-right: 0;
  padding-left: 22px;
}

.layout-breadcrumb .cistern ul li a:hover {
  color: #000;
}

.layout-breadcrumb .cistern ul li span {
  position: absolute;
  left: -18px;
  top: 5px;
  color: #ccc;
  line-height: 1;
}

.LANG-sa .layout-breadcrumb .cistern ul li span {
  left: auto;
  right: -18px;
}

@media(max-width:920px) {
  .layout-breadcrumb {
    display: none;
  }
}

/* nav-search */
@media(max-width: 920px) {
  .layout-fixed-nav-search .nav-search {
    width: 40.4vw;
    text-align: right;
    padding: 0;
    font-size: 0;
  }

  .layout-fixed-nav-search .nav-search .view-more {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    box-sizing: border-box;
    background: none;
    color: #c7000b;
    padding: 13px 4vw;
    line-height: 1;
    border: 0;
    border-left: 1px solid #e5e5e5;
    background: transparent;
  }

  .layout-fixed-nav-search .nav-search .view-more:hover {
    background: transparent;
  }

  .layout-fixed-nav-search .nav-search .search-input {
    /* min-width: 13.333vw; */
    line-height: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .layout-fixed-nav-search .nav-search .search-input input[type=text] {
    /* width: 100%; */
    padding: 0 10px 0 10px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
  }

  .layout-fixed-nav-search .nav-search .search-input .icon-search {
    right: auto;
    line-height: 1;
    margin: 10px auto;
    -webkit-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus {
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    padding-left: 3vw;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus input[type=text] {
    padding-left: 35px;
    border: 1px solid #dbdbdb
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus .icon-search {
    right: auto;
    left: 4.3vw;
    line-height: 1;
    margin: 8px auto;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus .mobile-clear {
    display: block;
    position: absolute;
    right: auto;
    left: 77vw;
    top: 0;
    z-index: 9;
    width: 22vw;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
  }

  .layout-fixed-nav-search .nav-search.on-focus {
    text-align: left
  }

  .layout-fixed-nav-search .nav-search.on-focus .search-input.on-focus input[type=text].focus {
    width: 75vw;
  }
}

@media (max-width: 360px) {
  .layout-fixed-nav .wap-nav-controller {
    min-width: 53.66666vw;
  }

  .layout-fixed-nav-search .nav-search {
    width: 45.4vw;
  }
}.smartScreen-introduction .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-introduction .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-introduction .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-introduction .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-introduction .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-introduction .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-introduction .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-introduction .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-introduction .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-introduction .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-introduction .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-introduction .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-introduction .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-introduction .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-introduction .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-introduction .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-introduction .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-introduction .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-introduction .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-introduction .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-introduction .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-introduction .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-introduction .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-introduction .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-introduction .content .cistern .wrap .block-video .block-img,
.smartScreen-introduction .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-introduction .content .cistern .wrap .block-video .video_canvas,
.smartScreen-introduction .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-introduction .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-introduction .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-introduction .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-introduction .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-introduction .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-introduction .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-introduction .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-introduction .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-introduction .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-introduction .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-introduction .video {
  position: relative;
}
.smartScreen-introduction .video .block-img,
.smartScreen-introduction .video .video-frame-img,
.smartScreen-introduction .video .video_canvas,
.smartScreen-introduction .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-introduction .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-introduction .video .video-frame-img {
  z-index: 1;
}
.smartScreen-introduction .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-introduction .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-introduction .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-introduction .video.playing .icon-bofang,
.smartScreen-introduction .video.playing .video-frame-img,
.smartScreen-introduction .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-introduction .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-introduction .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-introduction .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.LANG-cn .smartScreen-introduction .content .cistern {
  max-width: 1300px;
}
@media (max-width: 1600px) {
  .LANG-cn .smartScreen-introduction .content .cistern {
    max-width: 1000px;
  }
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-introduction .content .cistern {
    max-width: 1230px;
  }
}
.LANG-en .smartScreen-introduction .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .LANG-en .smartScreen-introduction .content .cistern .wrap .left {
    width: 42%;
  }
}
@media (max-width: 992px) {
  .smartScreen-introduction .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-introduction .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-introduction .video {
  padding-top: 44.27083333%;
}
@media (max-width: 992px) {
  .smartScreen-introduction .video {
    padding-top: 97.33333333%;
  }
}
.animate-fix {
  position: fixed;
}
.smartScreen-casting.casting-bg {
  position: relative;
  padding-top: 50.05208333%;
}
@media (max-width: 992px) {
  .smartScreen-casting.casting-bg {
    padding-top: 0;
  }
}
.smartScreen-casting.casting-bg > .casting-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .smartScreen-casting.casting-bg > .casting-content {
    position: static;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting.casting-bg > .casting-content .cistern .wrap .left {
    padding: 40px 0 0;
  }
}
.smartScreen-casting.casting-bg > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-casting.casting-bg > .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .smartScreen-casting.casting-bg > .bg {
    position: relative;
    padding-top: 84.66666667%;
    margin-top: 24px;
  }
}
@media (min-width: 1261px) {
  .smartScreen-casting .cistern {
    max-width: 1260px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-casting .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-casting .cistern .wrap {
  padding-bottom: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .smartScreen-casting .cistern .wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
}
.smartScreen-casting .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-casting .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-casting .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-casting .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-casting .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-casting .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-casting .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-casting .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-casting .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-casting .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-casting .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-casting .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-casting .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-casting .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-casting .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-casting .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-casting .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-casting .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-casting .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-casting .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-casting .cistern .wrap .block-video .block-img,
.smartScreen-casting .cistern .wrap .block-video .video-frame-img,
.smartScreen-casting .cistern .wrap .block-video .video_canvas,
.smartScreen-casting .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-casting .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-casting .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-casting .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-casting .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-casting .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-casting .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-casting .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-casting .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-casting .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-casting .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-casting .cistern .wrap .text {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .text {
    padding-top: 18px;
  }
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .text br {
    display: none;
  }
}
.smartScreen-casting .cistern .wrap .left {
  max-width: 505px;
  padding: 126px 0 0;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .left {
    max-width: 100%;
    padding: 25px 0 0;
  }
}
.smartScreen-casting .cistern .wrap .right {
  padding-top: 51.72131148%;
  position: relative;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .right {
    padding-top: 92%;
    margin-top: 24px;
  }
}
.smartScreen-casting .cistern .wrap .right canvas {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .smartScreen-casting .cistern .wrap .right canvas {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.smartScreen-perspective .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-perspective .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-perspective .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-perspective .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-perspective .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-perspective .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-perspective .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-perspective .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-perspective .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-perspective .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-perspective .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-perspective .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-perspective .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-perspective .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-perspective .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-perspective .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-perspective .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-perspective .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-perspective .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-perspective .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-perspective .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-perspective .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-perspective .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-perspective .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-perspective .content .cistern .wrap .block-video .block-img,
.smartScreen-perspective .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-perspective .content .cistern .wrap .block-video .video_canvas,
.smartScreen-perspective .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-perspective .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-perspective .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-perspective .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-perspective .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-perspective .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-perspective .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-perspective .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-perspective .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-perspective .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-perspective .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-perspective .video {
  position: relative;
}
.smartScreen-perspective .video .block-img,
.smartScreen-perspective .video .video-frame-img,
.smartScreen-perspective .video .video_canvas,
.smartScreen-perspective .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-perspective .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-perspective .video .video-frame-img {
  z-index: 1;
}
.smartScreen-perspective .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-perspective .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-perspective .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-perspective .video.playing .icon-bofang,
.smartScreen-perspective .video.playing .video-frame-img,
.smartScreen-perspective .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-perspective .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-perspective .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-perspective .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.smartScreen-perspective .content .cistern .wrap {
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .smartScreen-perspective .content .cistern .wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.smartScreen-perspective .content .cistern .wrap .left {
  width: 64.93150685%;
  position: relative;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .left {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 10px;
  }
}
.smartScreen-perspective .content .cistern .wrap .left .block-video {
  padding-top: 56.43459916%;
  -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .left .block-video {
    padding-top: 63.34405145%;
    border-radius: 4px;
    overflow: hidden;
  }
}
.smartScreen-perspective .content .cistern .wrap .left .block-video.playing .icon-bofang {
  opacity: 0;
}
.smartScreen-perspective .content .cistern .wrap .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 63px;
  width: 35.06849315%;
}
@media (max-width: 1600px) {
  .smartScreen-perspective .content .cistern .wrap .right {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-perspective .content .cistern .wrap .right .centerHelp {
  width: 100%;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .tips li {
    display: inline-block;
    margin-right: 24px;
    margin-top: 0;
  }
}
.smartScreen-perspective .content .cistern .wrap .text {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .smartScreen-perspective .content .cistern .wrap .text {
    padding-top: 18px;
  }
}
.smartScreen-inventing {
  position: relative;
}
.smartScreen-inventing .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-inventing .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-inventing .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-inventing .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-inventing .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-inventing .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-inventing .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-inventing .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-inventing .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-inventing .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-inventing .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-inventing .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-inventing .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-inventing .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-inventing .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-inventing .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-inventing .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-inventing .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-inventing .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-inventing .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-inventing .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-inventing .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-inventing .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-inventing .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-inventing .content .cistern .wrap .block-video .block-img,
.smartScreen-inventing .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-inventing .content .cistern .wrap .block-video .video_canvas,
.smartScreen-inventing .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-inventing .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-inventing .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-inventing .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-inventing .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-inventing .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-inventing .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-inventing .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-inventing .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-inventing .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-inventing .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-inventing .video {
  position: relative;
}
.smartScreen-inventing .video .block-img,
.smartScreen-inventing .video .video-frame-img,
.smartScreen-inventing .video .video_canvas,
.smartScreen-inventing .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-inventing .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-inventing .video .video-frame-img {
  z-index: 1;
}
.smartScreen-inventing .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-inventing .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-inventing .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-inventing .video.playing .icon-bofang,
.smartScreen-inventing .video.playing .video-frame-img,
.smartScreen-inventing .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-inventing .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-inventing .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-inventing .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
@media (min-width: 993px) {
  .smartScreen-inventing.module-auto-playing .content {
    opacity: 0;
    z-index: -1;
  }
  .smartScreen-inventing.module-auto-playing .video {
    z-index: 1;
  }
  .smartScreen-inventing.module-auto-playing .video video {
    z-index: 1;
    opacity: 1;
  }
}
@media (min-width: 993px) {
  .smartScreen-inventing .content {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
}
@media (max-width: 992px) {
  .smartScreen-inventing .content {
    padding-top: 20px;
    margin-top: -10px;
  }
}
@media (min-width: 1001px) {
  .LANG-cn .smartScreen-inventing .content .cistern {
    max-width: 1000px;
  }
}
@media (min-width: 1201px) {
  .LANG-cn .smartScreen-inventing .content .cistern {
    max-width: 1100px;
  }
}
@media (min-width: 993px) {
  .smartScreen-inventing .content .cistern .wrap .title,
  .smartScreen-inventing .content .cistern .wrap .text,
  .smartScreen-inventing .content .cistern .wrap .tips {
    color: #fff;
  }
}
.smartScreen-inventing .content .cistern .wrap .inventingPlay {
  padding-top: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.smartScreen-inventing .content .cistern .wrap .inventingPlay span {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .smartScreen-inventing .content .cistern .wrap .inventingPlay {
    display: none;
  }
}
.LANG-en .smartScreen-inventing .content .cistern .left {
  width: 26%;
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-inventing .content .cistern .left {
    width: 100%;
  }
}
.smartScreen-inventing .video {
  padding-top: 35.9375%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 992px) {
  .smartScreen-inventing .video {
    padding-top: 63.33333333%;
  }
}
@media (min-width: 993px) {
  .smartScreen-inventing .video .icon-bofang {
    display: none;
  }
  .smartScreen-inventing .video video {
    z-index: 0;
    opacity: 1;
  }
  .smartScreen-inventing .video .video-frame-img {
    opacity: 0.9;
  }
  .smartScreen-inventing .video.playing .video-frame-img {
    opacity: 0.9;
    z-index: 1;
  }
  .smartScreen-inventing .video.inventingPlaying .video-frame-img {
    display: none;
  }
}
.smartScreen-office .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-office .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-office .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-office .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-office .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-office .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-office .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-office .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-office .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-office .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-office .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-office .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-office .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-office .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-office .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-office .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-office .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-office .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-office .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-office .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-office .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-office .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-office .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-office .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-office .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-office .content .cistern .wrap .block-video .block-img,
.smartScreen-office .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-office .content .cistern .wrap .block-video .video_canvas,
.smartScreen-office .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-office .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-office .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-office .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-office .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-office .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-office .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-office .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-office .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-office .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-office .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-office .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-office .video {
  position: relative;
}
.smartScreen-office .video .block-img,
.smartScreen-office .video .video-frame-img,
.smartScreen-office .video .video_canvas,
.smartScreen-office .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-office .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-office .video .video-frame-img {
  z-index: 1;
}
.smartScreen-office .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-office .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-office .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-office .video.playing .icon-bofang,
.smartScreen-office .video.playing .video-frame-img,
.smartScreen-office .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-office .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-office .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-office .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
@media (min-width: 993px) {
  .LANG-cn .smartScreen-office .content .cistern {
    max-width: 940px;
  }
}
.LANG-en .smartScreen-office .content .cistern .left {
  width: 26%;
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-office .content .cistern .left {
    width: 100%;
  }
}
.smartScreen-office .video {
  padding-top: 35.9375%;
}
.smartScreen-office .video.ie {
  padding-top: 35.94%;
}
@media (max-width: 992px) {
  .smartScreen-office .video.ie {
    padding-top: 63.2%;
  }
}
@media (max-width: 992px) {
  .smartScreen-office .video {
    padding-top: 63.2%;
  }
}
.smartScreen-sound .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-sound .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-sound .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-sound .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-sound .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-sound .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-sound .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-sound .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-sound .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-sound .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-sound .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-sound .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-sound .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-sound .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-sound .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-sound .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-sound .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-sound .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-sound .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-sound .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-sound .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-sound .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-sound .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-sound .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-sound .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-sound .content .cistern .wrap .block-video .block-img,
.smartScreen-sound .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-sound .content .cistern .wrap .block-video .video_canvas,
.smartScreen-sound .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-sound .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-sound .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-sound .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-sound .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-sound .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-sound .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-sound .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-sound .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-sound .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-sound .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-sound .video {
  position: relative;
}
.smartScreen-sound .video .block-img,
.smartScreen-sound .video .video-frame-img,
.smartScreen-sound .video .video_canvas,
.smartScreen-sound .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-sound .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-sound .video .video-frame-img {
  z-index: 1;
}
.smartScreen-sound .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-sound .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-sound .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-sound .video.playing .icon-bofang,
.smartScreen-sound .video.playing .video-frame-img,
.smartScreen-sound .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-sound .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-sound .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-sound .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
@media (max-width: 992px) {
  .smartScreen-sound .content {
    padding: 40px 0 0;
  }
}
@media (min-width: 993px) {
  .LANG-cn .smartScreen-sound .content .cistern {
    max-width: 940px;
  }
}
@media (min-width: 1201px) {
  .LANG-cn .smartScreen-sound .content .cistern {
    max-width: 1100px;
  }
}
@media (min-width: 993px) {
  .LANG-en .smartScreen-sound .content .cistern .wrap .left {
    width: 25%;
  }
}
.smartScreen-sound .content .cistern .wrap .left {
  width: 35%;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .left {
    width: 100%;
  }
}
.smartScreen-sound .content .cistern .wrap .tipstext {
  padding-top: 46px;
}
@media (max-width: 992px) {
  .smartScreen-sound .content .cistern .wrap .tipstext {
    padding-top: 24px;
  }
}
.smartScreen-sound > .cistern .video {
  padding-top: 48.5915493%;
  position: relative;
}
.smartScreen-sound > .cistern .video:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 10px solid #fff;
}
@media (max-width: 992px) {
  .smartScreen-sound > .cistern .video {
    padding-top: 63.2%;
  }
}
.smartScreen-speak .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-speak .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-speak .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-speak .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-speak .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-speak .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-speak .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-speak .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-speak .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-speak .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-speak .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-speak .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-speak .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-speak .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-speak .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-speak .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-speak .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-speak .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-speak .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-speak .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-speak .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-speak .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-speak .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-speak .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-speak .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-speak .content .cistern .wrap .block-video .block-img,
.smartScreen-speak .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-speak .content .cistern .wrap .block-video .video_canvas,
.smartScreen-speak .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-speak .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-speak .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-speak .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-speak .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-speak .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-speak .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-speak .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-speak .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-speak .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-speak .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-speak .video {
  position: relative;
}
.smartScreen-speak .video .block-img,
.smartScreen-speak .video .video-frame-img,
.smartScreen-speak .video .video_canvas,
.smartScreen-speak .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-speak .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-speak .video .video-frame-img {
  z-index: 1;
}
.smartScreen-speak .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-speak .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-speak .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-speak .video.playing .icon-bofang,
.smartScreen-speak .video.playing .video-frame-img,
.smartScreen-speak .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-speak .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-speak .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-speak .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-speak .content {
  padding-top: 0px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .smartScreen-speak .content {
    padding-top: 0;
  }
}
.smartScreen-speak .content .cistern .wrap {
  padding-bottom: 65px;
}
@media (max-width: 1200px) {
  .smartScreen-speak .content .cistern .wrap {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.smartScreen-speak .content .cistern .wrap .left {
  width: 64.93150685%;
  position: relative;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .left {
    width: 100%;
    padding-top: 24px;
  }
}
.smartScreen-speak .content .cistern .wrap .left .block-video {
  padding-top: 62.38145416%;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .left .block-video {
    padding-top: 62.42331288%;
  }
}
.smartScreen-speak .content .cistern .wrap .left .block-video .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.smartScreen-speak .content .cistern .wrap .left .block-video video,
.smartScreen-speak .content .cistern .wrap .left .block-video .video-frame-img {
  z-index: 1;
  position: absolute;
  left: 1.05374078%;
  top: 5.06756757%;
  background: #000;
  width: 97.89251844%;
  height: 89.02027027%;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .left .block-video video,
  .smartScreen-speak .content .cistern .wrap .left .block-video .video-frame-img {
    top: 5%;
    height: 89%;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .left .block-video .video_canvas {
    top: 5%;
    height: 89%;
  }
}
.smartScreen-speak .content .cistern .wrap .left .block-video.playing .icon-bofang {
  opacity: 0;
}
.smartScreen-speak .content .cistern .wrap .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 63px;
  width: 35.06849315%;
}
@media (max-width: 1600px) {
  .smartScreen-speak .content .cistern .wrap .right {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .right {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
  }
}
.smartScreen-speak .content .cistern .wrap .right .centerHelp {
  width: 100%;
}
.smartScreen-speak .content .cistern .wrap .text {
  padding-top: 32px;
}
.smartScreen-speak .content .cistern .wrap .tipstext {
  padding-top: 46px;
}
@media (max-width: 992px) {
  .smartScreen-speak .content .cistern .wrap .tipstext {
    padding-top: 24px;
  }
}
.smartScreen-collaboration .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-collaboration .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-collaboration .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-collaboration .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-collaboration .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-collaboration .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-collaboration .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-collaboration .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-collaboration .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-collaboration .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-collaboration .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-collaboration .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-collaboration .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-collaboration .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-collaboration .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-collaboration .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-collaboration .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-collaboration .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-collaboration .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-collaboration .content .cistern .wrap .block-video .block-img,
.smartScreen-collaboration .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-collaboration .content .cistern .wrap .block-video .video_canvas,
.smartScreen-collaboration .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-collaboration .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-collaboration .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-collaboration .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-collaboration .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-collaboration .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-collaboration .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-collaboration .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-collaboration .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-collaboration .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-collaboration .video {
  position: relative;
}
.smartScreen-collaboration .video .block-img,
.smartScreen-collaboration .video .video-frame-img,
.smartScreen-collaboration .video .video_canvas,
.smartScreen-collaboration .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-collaboration .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-collaboration .video .video-frame-img {
  z-index: 1;
}
.smartScreen-collaboration .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-collaboration .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-collaboration .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-collaboration .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-collaboration .video.playing .icon-bofang,
.smartScreen-collaboration .video.playing .video-frame-img,
.smartScreen-collaboration .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-collaboration .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-collaboration .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.LANG-cn .smartScreen-collaboration .content .cistern .wrap {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .LANG-cn .smartScreen-collaboration .content .cistern .wrap {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.LANG-cn .smartScreen-collaboration .content .cistern .wrap .left {
  min-width: 753px;
}
@media (max-width: 992px) {
  .LANG-cn .smartScreen-collaboration .content .cistern .wrap .left {
    min-width: 100px;
  }
}
.LANG-en .smartScreen-collaboration .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LANG-en .smartScreen-collaboration .content .cistern .wrap .left {
  width: 37%;
  min-width: 501px;
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-collaboration .content .cistern .wrap .left {
    width: 100%;
    min-width: 100px;
  }
}
.smartScreen-collaboration .content .cistern .wrap .right {
  width: auto;
  width: 37%;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .content .cistern .wrap .right {
    width: 100%;
  }
}
.smartScreen-collaboration .video {
  padding-top: 35.9375%;
}
@media (max-width: 992px) {
  .smartScreen-collaboration .video {
    padding-top: 97.33333333%;
  }
}
.smartScreen-view .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-view .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-view .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-view .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-view .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-view .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-view .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-view .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-view .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-view .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-view .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-view .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-view .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-view .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-view .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-view .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-view .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-view .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-view .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-view .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-view .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-view .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-view .content .cistern .wrap .block-video .block-img,
.smartScreen-view .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-view .content .cistern .wrap .block-video .video_canvas,
.smartScreen-view .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-view .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-view .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-view .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-view .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-view .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-view .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-view .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-view .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-view .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-view .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-view .video {
  position: relative;
}
.smartScreen-view .video .block-img,
.smartScreen-view .video .video-frame-img,
.smartScreen-view .video .video_canvas,
.smartScreen-view .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-view .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-view .video .video-frame-img {
  z-index: 1;
}
.smartScreen-view .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-view .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-view .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-view .video.playing .icon-bofang,
.smartScreen-view .video.playing .video-frame-img,
.smartScreen-view .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-view .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-view .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-view .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.LANG-cn .smartScreen-view .content .cistern .wrap {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.LANG-cn .smartScreen-view .content .cistern .wrap .left {
  min-width: 713px;
}
@media (max-width: 992px) {
  .LANG-cn .smartScreen-view .content .cistern .wrap .left {
    min-width: 100px;
  }
}
.LANG-en .smartScreen-view .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .left {
    width: 37%;
    min-width: 501px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .left {
    min-width: 100px;
  }
}
@media (min-width: 993px) {
  .LANG-en .smartScreen-view .content .cistern .wrap .right {
    width: 37%;
  }
}
.smartScreen-view .content .cistern .wrap .right {
  width: 30%;
}
@media (max-width: 992px) {
  .smartScreen-view .content .cistern .wrap .right {
    width: 100%;
  }
}
.smartScreen-view .video {
  padding-top: 32.8125%;
}
.smartScreen-view .video.ie {
  padding-top: 32.82%;
}
@media (max-width: 992px) {
  .smartScreen-view .video.ie {
    padding-top: 63.33333333%;
  }
}
@media (max-width: 992px) {
  .smartScreen-view .video {
    padding-top: 63.33333333%;
  }
}
.smartScreen-apply {
  position: relative;
}
.smartScreen-apply .content {
  padding: 76px 0;
}
@media (max-width: 992px) {
  .smartScreen-apply .content {
    padding: 60px 0 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-apply .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-apply .content .cistern .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LANG-en .smartScreen-apply .content .cistern .wrap {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smartScreen-apply .content .cistern .wrap .left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .pc-block {
    display: none;
  }
}
.smartScreen-apply .content .cistern .wrap .right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.smartScreen-apply .content .cistern .wrap .title {
  color: #232325;
  line-height: 1.32142857;
  font-size: 56px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media (max-width: 1600px) {
  .smartScreen-apply .content .cistern .wrap .title {
    line-height: 1.34615385;
    font-size: 52px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
@media (max-width: 1200px) {
  .smartScreen-apply .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 45px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .title {
    color: #333;
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.LANG-en .smartScreen-apply .content .cistern .wrap .title {
  line-height: 1.52380952;
  font-size: 42px;
  margin-top: -11px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .LANG-en .smartScreen-apply .content .cistern .wrap .title {
    line-height: 1.44444444;
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
@media (max-width: 1200px) {
  .LANG-en .smartScreen-apply .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .LANG-en .smartScreen-apply .content .cistern .wrap .title {
    line-height: 1.25;
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.smartScreen-apply .content .cistern .wrap .title .rect {
  -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.05)));
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .title .rect {
    -webkit-box-reflect: unset;
    display: inline;
  }
}
.smartScreen-apply .content .cistern .wrap .title .pc-text {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .title .pc-text {
    display: none;
  }
}
.smartScreen-apply .content .cistern .wrap .title .wap-text {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .title .wap-text {
    display: inline;
  }
}
.smartScreen-apply .content .cistern .wrap .text {
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  color: #333;
  word-break: break-word;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .text {
    color: #666;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-apply .content .cistern .wrap .tips {
  color: #232325;
  line-height: 1.75;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 32px;
  font-weight: bold;
}
.LANG-en .smartScreen-apply .content .cistern .wrap .tips {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .tips {
    color: #333;
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-apply .content .cistern .wrap .tips.inline-tips > li {
  display: inline-block;
  margin-right: 24px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .smartScreen-apply .content .cistern .wrap .tips.inline-tips > li {
    margin-right: 14px;
  }
}
.smartScreen-apply .content .cistern .wrap .tips > li {
  padding-top: 6px;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .tips > li {
    margin-right: 36px;
  }
}
.smartScreen-apply .content .cistern .wrap .tips > li:first-child {
  padding-top: 0;
}
.smartScreen-apply .content .cistern .wrap .block-video {
  position: relative;
}
.smartScreen-apply .content .cistern .wrap .block-video .block-img,
.smartScreen-apply .content .cistern .wrap .block-video .video-frame-img,
.smartScreen-apply .content .cistern .wrap .block-video .video_canvas,
.smartScreen-apply .content .cistern .wrap .block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-apply .content .cistern .wrap .block-video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-apply .content .cistern .wrap .block-video .video-frame-img {
  z-index: 1;
}
.smartScreen-apply .content .cistern .wrap .block-video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-apply .content .cistern .wrap .block-video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-apply .content .cistern .wrap .block-video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-apply .content .cistern .wrap .block-video.playing .icon-bofang,
.smartScreen-apply .content .cistern .wrap .block-video.playing .video-frame-img,
.smartScreen-apply .content .cistern .wrap .block-video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-apply .content .cistern .wrap .block-video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .block-video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-apply .content .cistern .wrap .block-video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-apply .video {
  position: relative;
}
.smartScreen-apply .video .block-img,
.smartScreen-apply .video .video-frame-img,
.smartScreen-apply .video .video_canvas,
.smartScreen-apply .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-apply .video video {
  z-index: -1;
  opacity: 0;
}
.smartScreen-apply .video .video-frame-img {
  z-index: 1;
}
.smartScreen-apply .video .icon-bofang {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -82px;
  margin-top: -82px;
  width: 164px;
  height: 164px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 993px) {
  .smartScreen-apply .video .icon-bofang:hover {
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 496px) {
  .smartScreen-apply .video .icon-bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
.smartScreen-apply .video.playing .icon-bofang,
.smartScreen-apply .video.playing .video-frame-img,
.smartScreen-apply .video.playing .video_canvas {
  opacity: 0;
  z-index: -1;
}
.smartScreen-apply .video.playing video {
  z-index: 0;
  opacity: 2;
}
@media (max-width: 992px) {
  .smartScreen-apply .video.playing.renderCanvas .video_canvas {
    z-index: 2;
    opacity: 1;
  }
  .smartScreen-apply .video.playing.renderCanvas video {
    opacity: 0;
    z-index: -1;
  }
}
.smartScreen-apply.ie .content {
  top: -1px;
}
.smartScreen-apply .content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .smartScreen-apply .content {
    height: 45%;
  }
}
.smartScreen-apply .content .cistern {
  width: 100%;
}
.smartScreen-apply .content .cistern .wrap {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smartScreen-apply .content .cistern .wrap .left {
  width: 36%;
  margin-top: -20%;
}
@media (max-width: 1600px) {
  .smartScreen-apply .content .cistern .wrap .left {
    margin-top: -12%;
    width: 40%;
  }
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .left {
    width: 100%;
    margin-top: 0%;
  }
}
.smartScreen-apply .content .cistern .wrap .text {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .smartScreen-apply .content .cistern .wrap .text {
    padding-top: 24px;
  }
}
.smartScreen-apply .video {
  padding-top: 55.98958333%;
}
@media (max-width: 992px) {
  .smartScreen-apply .video {
    padding-top: 137.73333333%;
  }
}
.smartScreen-type {
  background-color: #f9f9fa;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .smartScreen-type {
    padding-bottom: 8px;
  }
}
.smartScreen-type .content {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-type .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-type .content .cistern .wrap {
  text-align: center;
}
.smartScreen-type .content .cistern .wrap .title {
  font-size: 48px;
  line-height: 1.2;
  color: #232325;
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 24px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.smartScreen-type .content .cistern .wrap .text {
  padding-top: 32px;
  line-height: 1.4;
  font-size: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #333;
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .text {
    color: #666;
    padding-top: 18px;
  }
}
.smartScreen-type .content .cistern .wrap .text a {
  display: inline-block;
  background-color: #c7000b;
  color: #fff;
  font-size: 16px;
  line-height: 1.125;
  padding: 7px 20px;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .text a {
    font-size: 14px;
    padding: 13px 30px;
    border-radius: 50px;
  }
}
.smartScreen-type .content .cistern .wrap .tips {
  padding-top: 25px;
  line-height: 1.4;
  font-size: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .tips {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-type .content .cistern .wrap .tips:after {
  display: table;
  clear: both;
  content: ' ';
}
@media (max-width: 992px) {
  .smartScreen-type .content .cistern .wrap .tips {
    padding-top: 18px;
  }
}
.smartScreen-type .content .cistern .wrap .tips a {
  color: #c7000b;
}
.smartScreen-type .content .cistern .wrap .tips li {
  padding: 0 22px;
  position: relative;
  float: left;
  width: 50%;
  text-align: left;
}
.smartScreen-type .content .cistern .wrap .tips li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #333;
  content: "";
}
.smartScreen-type .content .cistern .wrap .tips li:first-child {
  text-align: right;
}
.smartScreen-type .content .cistern .wrap .tips li:first-child:before {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-type .list-wrap .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-type .list-wrap .cistern .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 98px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .smartScreen-type .list-wrap .cistern .list {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item {
  width: 33%;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item {
    width: 100%;
    padding-top: 30px;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .img {
  padding-top: 75.2016129%;
  position: relative;
}
.smartScreen-type .list-wrap .cistern .list .list-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-type .list-wrap .cistern .list .list-item .name {
  font-size: 20px;
  padding-left: 134px;
  line-height: 1.1;
  color: #232325;
  font-weight: bold;
  padding-top: 40px;
}
.LANG-en .smartScreen-type .list-wrap .cistern .list .list-item .name {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .name {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .name {
    text-align: center;
    line-height: 1.44444444;
    font-size: 18px;
    margin-top: -4px;
    margin-bottom: -4px;
    padding-left: 0;
    color: #666;
    padding-top: 24px;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .btn {
  padding-top: 20px;
  padding-left: 134px;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .btn {
    text-align: center;
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .btn.wapHide {
    display: none;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .btn a {
  display: inline-block;
  background-color: #c7000b;
  color: #fff;
  font-size: 16px;
  line-height: 1.125;
  padding: 7px 20px;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .btn a {
    font-size: 14px;
    padding: 13px 30px;
    border-radius: 50px;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .params {
  position: relative;
  font-size: 12px;
  line-height: 1.16666667;
  color: #232325;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .params {
    color: #666;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .params .params-group {
  visibility: hidden;
  padding-top: 20px;
  padding-bottom: 12px;
  font-weight: bold;
}
.LANG-en .smartScreen-type .list-wrap .cistern .list .list-item .params .params-group {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .params .params-group {
    visibility: visible;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .params .params-item {
  padding-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.smartScreen-type .list-wrap .cistern .list .list-item .params .params-item .pramaName {
  visibility: hidden;
  display: inline-block;
  width: 134px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list .list-item .params .params-item .pramaName {
    visibility: visible;
    width: 47%;
    padding-right: 20px;
  }
}
.smartScreen-type .list-wrap .cistern .list .list-item .params .params-item .pramaValue {
  display: inline-block;
  width: 53%;
}
.smartScreen-type .list-wrap .cistern .list > li:first-child .params .params-item .pramaName {
  visibility: visible;
}
.smartScreen-type .list-wrap .cistern .list > li:first-child .params .params-group {
  visibility: visible;
}
.smartScreen-type .list-wrap .cistern .other-list {
  padding-top: 24px;
  border-top: 1px solid #333;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list {
    padding-bottom: 24px;
    margin-top: 28px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list .list-item + .list-item {
    padding-top: 24px;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list .list-item {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list .list-item .params .params-item:first-child .pramaName {
    display: none;
  }
}
.smartScreen-type .list-wrap .cistern .other-list.wap {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list.wap {
    display: block;
  }
}
.smartScreen-type .list-wrap .cistern .other-list.pc {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list.pc {
    display: none;
  }
}
.smartScreen-type .list-wrap .cistern .other-list.pc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .other-list.pc {
    display: none;
  }
}
.smartScreen-type .list-wrap .cistern .more-btn {
  padding-top: 50px;
  color: #c7000b;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .more-btn {
    padding-top: 20px;
  }
}
.smartScreen-type .list-wrap .cistern .more-btn.wap {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .more-btn.wap {
    display: block;
  }
}
.smartScreen-type .list-wrap .cistern .more-btn.pc {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .more-btn.pc {
    display: none;
  }
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .more-btn {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-type .list-wrap .cistern .more-btn .more-text {
  margin-right: 10px;
}
.smartScreen-type .list-wrap .cistern .more-btn .iconfont {
  font-size: 26px;
  line-height: 22px;
  top: 4px;
  position: relative;
}
.smartScreen-type .list-wrap .cistern .list-tips {
  color: #666;
  font-size: 12px;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list-tips {
    color: #B1B1B2;
  }
}
.smartScreen-type .list-wrap .cistern .list-tips.wap {
  display: none;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list-tips.wap {
    display: block;
  }
}
.smartScreen-type .list-wrap .cistern .list-tips.pc {
  display: block;
}
@media (max-width: 992px) {
  .smartScreen-type .list-wrap .cistern .list-tips.pc {
    display: none;
  }
}
.smartScreen-accessories {
  padding-bottom: 130px;
}
@media (max-width: 1200px) {
  .smartScreen-accessories {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .smartScreen-accessories {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .smartScreen-accessories .content {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .smartScreen-accessories .content .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-accessories .content .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-accessories .content .cistern .wrap {
  text-align: center;
}
.smartScreen-accessories .content .cistern .wrap .title {
  font-size: 48px;
  line-height: 1.2;
  color: #232325;
}
@media (max-width: 992px) {
  .smartScreen-accessories .content .cistern .wrap .title {
    line-height: 1.33333333;
    font-size: 24px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.smartScreen-accessories .content .cistern .wrap .text {
  padding-top: 32px;
  font-size: 20px;
  line-height: 1.1;
  color: #333;
}
@media (max-width: 992px) {
  .smartScreen-accessories .content .cistern .wrap .text {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-accessories .content .cistern .wrap .text {
    color: #666;
    padding-top: 18px;
  }
}
.smartScreen-accessories .list-wrap .cistern {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-accessories .list-wrap .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-accessories .list-wrap .cistern .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group {
  width: 50%;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item {
    padding-top: 32px;
  }
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item.list-item-len0 .img {
  padding-top: 21.12676056%;
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item.list-item-len1 {
  padding-top: 32px;
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item.list-item-len1 .img {
  padding-top: 51.12676056%;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item.list-item-len1 .img {
    padding-top: 51.12676056%;
  }
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item .img {
  position: relative;
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item .name {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item .name {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-accessories .list-wrap .cistern .list .list-item-group .list-item-wrap .list-item .text {
  padding-top: 12px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len0 .list-item.list-item-len0 .img {
    padding-top: 19.6%;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len0 .list-item.list-item-len1 .img {
    padding-top: 65.46666667%;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len0 .list-item.list-item-len1 .name {
    padding-top: 5px;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len1 .list-item.list-item-len0 .img {
    padding-top: 24.66666667%;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len1 .list-item.list-item-len0 .name {
    padding-top: 5px;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len1 .list-item.list-item-len1 .img {
    padding-top: 24%;
  }
  .smartScreen-accessories .list-wrap .cistern .list .list-item-group.list-item-group-len1 .list-item.list-item-len1 .name {
    padding-top: 5px;
  }
}
.smartScreen-download {
  background-color: #f0f0f0;
}
.smartScreen-download .list-wrap {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 498px) {
  .smartScreen-download .list-wrap .cistern {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.smartScreen-download .list-wrap .cistern .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.smartScreen-download .list-wrap .cistern .list .list-item {
  width: 24%;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .list .list-item {
    padding-top: 40px;
    width: 49%;
  }
}
.smartScreen-download .list-wrap .cistern .list .list-item .img-wrap {
  max-width: 132px;
  margin: 0 auto;
}
.smartScreen-download .list-wrap .cistern .list .list-item .img-wrap .img {
  padding-top: 65.90909091%;
  position: relative;
}
.smartScreen-download .list-wrap .cistern .list .list-item .img-wrap .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.smartScreen-download .list-wrap .cistern .list .list-item .title {
  padding-top: 32px;
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
  font-weight: bold;
  color: #232325;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .list .list-item .title {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.LANG-en .smartScreen-download .list-wrap .cistern .list .list-item .title {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .list .list-item .title {
    padding-top: 24px;
    color: #666;
  }
}
.smartScreen-download .list-wrap .cistern .more-btn {
  padding-top: 60px;
  padding-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .more-btn {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.smartScreen-download .list-wrap .cistern .more-btn a {
  line-height: 1.1;
  font-size: 20px;
  margin-top: -1px;
  margin-bottom: -1px;
  color: #c7000b;
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .more-btn a {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 992px) {
  .smartScreen-download .list-wrap .cistern .more-btn {
    line-height: 1.71428571;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.smartScreen-download .list-wrap .cistern .more-btn .more-text {
  margin-right: 10px;
}
.smartScreen-download .list-wrap .cistern .more-btn .iconfont {
  font-size: 26px;
  line-height: 22px;
  top: 4px;
  position: relative;
}
