.letswork-nav {
  height: 56px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.letswork-nav .content {
  max-width: 1000px;
  margin: 0 auto;
}
.letswork-nav .content .logo {
  float: left;
  height: 56px;
}
.letswork-nav .content .logo img {
  height: 100%;
}
.letswork-nav .content .nav-content {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letswork-nav .content .nav-content li {
  padding: 0 10px;
  line-height: 54px;
  position: relative;
}
.letswork-nav .content .nav-content li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  height: 56px;
  display: inline-block;
  padding: 0 10px;
}
.letswork-nav .content .nav-content li .nav-hot {
  position: absolute;
  display: block;
  right: 3px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../../img/hot.png') no-repeat;
  background-size: 16px 16px;
}
.letswork-nav .content .main-btn {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  margin: 8px 20px 0 0;
  background: url('../img/nav-more.svg') no-repeat center center;
}
.active {
  border-bottom: 2px solid #4481DC;
}
.active a {
  color: #4481DC !important;
  height: 52px !important;
  line-height: 54px !important;
}
.black-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.suspension {
  position: fixed;
  bottom: 50px;
  right: 4%;
  z-index: 1000;
}
.suspension .go-top,
.suspension .phone,
.suspension .qr-code {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.suspension .go-top .img {
  width: 20px;
  height: 20px;
  background: url('../img/go-top.svg') no-repeat center center;
}
.suspension .phone {
  position: relative;
}
.suspension .phone .img {
  width: 20px;
  height: 20px;
  background: url('../img/phone.svg') no-repeat center center;
}
.suspension .phone .phone-number {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: -140px;
  overflow: hidden;
}
.suspension .phone .phone-number p {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  padding-top: 70px;
  text-align: center;
}
.suspension .phone .phone-number img {
  width: 26px;
  height: 26px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 30px;
  right: 0;
}
.suspension .qr-code {
  position: relative;
}
.suspension .qr-code .img {
  width: 20px;
  height: 20px;
  background: url('../img/qr-code.svg') no-repeat center center;
}
.suspension .qr-code .qr-code-pic {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -140px;
  overflow: hidden;
}
.suspension .qr-code .qr-code-pic .img5 {
  width: 100%;
  height: 100%;
}
.suspension .go-top:hover,
.suspension .phone:hover,
.suspension .qr-code:hover {
  background-color: #4F96D9;
}
.suspension .go-top:hover .img,
.suspension .phone:hover .img,
.suspension .qr-code:hover .img {
  width: 20px;
  height: 20px;
}
.suspension .go-top:hover .img {
  background: url('../img/go-top-hover.svg') no-repeat center center;
}
.suspension .phone:hover .img {
  background: url('../img/phone-hover.svg') no-repeat center center;
}
.suspension .phone:hover .phone-number {
  display: block;
}
.suspension .qr-code:hover .img {
  background: url('../img/qr-code-hover.png') no-repeat center center;
}
.suspension .qr-code:hover .qr-code-pic {
  display: block;
}
.app-ontrial {
  display: none;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
}
.app-ontrial .app-ontrial-btn {
  width: 90%;
  height: 45px;
  background-color: #4F96D9;
  margin: 10px auto 0;
  border-radius: 45px;
}
.app-ontrial .app-ontrial-btn a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
}
#letswork-banner {
  margin-top: 56px;
  margin-bottom: 60px;
  cursor: pointer;
}
#letswork-banner .item {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.letswork-title {
  width: 100%;
  padding: 60px 0 50px;
}
.letswork-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.letswork-title p {
  text-align: center;
  font-size: 14px;
  color: #999;
}
.letswork-title .title-line {
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background-color: #4F96D9;
}
.letswork-highlights {
  overflow-x: scroll;
  scrollbar-width: none;
}
.letswork-highlights::-webkit-scrollbar {
  display: none;
}
.letswork-highlights::-webkit-scrollbar-thumb {
  display: none;
}
.letswork-highlights .highlights-title {
  width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.letswork-highlights .highlights-title .highlights-title-box img {
  width: 18px;
  height: 18px;
  margin: 0 5px 3px 0;
}
.letswork-highlights .highlights-title .highlights-title-box span {
  font-size: 14px;
  color: #666;
}
.current span {
  color: #4F96D9 !important;
  font-weight: 600;
}
.highlights-main {
  width: 1000px;
  margin: 0 auto 110px;
  padding: 0 30px;
}
.highlights-main .ld-main-box {
  display: none;
  margin-bottom: 110px;
}
.highlights-main .ld-main-box .ld-main-text {
  float: left;
  width: 400px;
}
.highlights-main .ld-main-box .ld-main-text h4 {
  font-size: 24px;
  color: #666;
}
.highlights-main .ld-main-box .ld-main-text p {
  font-size: 14px;
  color: #666;
}
.highlights-main .ld-main-box .big-img {
  float: right;
  width: 395px;
  height: 240px;
  -webkit-animation-name: "fadeInRight";
  /*动画名称，需要跟@keyframes定义的名称一致*/
  -webkit-animation-duration: 2s;
  /*动画持续的时间长*/
  -webkit-animation-iteration-count: 1;
  /*动画循环播放的次数为1 infinite为无限次*/
}
.highlights-main .ld-main-box .big-img img {
  width: 100%;
}
.highlights-main .ld-main-box .small-img {
  max-width: 362px;
  max-height: 220px;
  -webkit-animation-name: "fadeInRight";
  /*动画名称，需要跟@keyframes定义的名称一致*/
  -webkit-animation-duration: 2s;
  /*动画持续的时间长*/
  -webkit-animation-iteration-count: 1;
  /*动画循环播放的次数为1 infinite为无限次*/
}
.highlights-main .ld-main-box .small-img img {
  width: 100%;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.product {
  background-color: #F7F8F8;
}
.product .page-center,
.product .page-center-hide {
  max-width: 1000px;
  margin: 0 auto;
}
.product .product-main {
  margin-bottom: 60px;
}
.product .product-main .box-btm {
  margin-bottom: 45px;
}
.product .product-main .box-btm .product-main-top {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.product .product-main .box-btm .product-main-top .main-top-img {
  width: 32px;
  height: 32px;
}
.product .product-main .box-btm .product-main-top .main-top-img img {
  width: 100%;
  height: 100%;
}
.product .product-main .box-btm .product-main-top .main-top-title {
  font-size: 18px;
  color: #666;
  padding-left: 10px;
}
.product .product-main .box-btm .product-main-bottom p {
  font-size: 13px;
  color: #666;
}
.product .product-main .open-btn {
  padding-bottom: 50px;
}
.product .product-main .open-btn .click-open-btn {
  width: 10%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.product .product-main .open-btn .click-open-btn span {
  font-size: 14px;
  color: #4F96D9;
  margin-right: 8px;
}
.product .product-main .open-btn .click-open-btn .zk-icon,
.product .product-main .open-btn .click-open-btn .sq-icon {
  width: 12px;
  height: 8px;
}
.product .product-main .open-btn .click-open-btn .zk-icon img,
.product .product-main .open-btn .click-open-btn .sq-icon img {
  width: 100%;
  height: 100%;
}
.scenario-main {
  margin-bottom: 60px;
}
.scenario-main .page-center {
  max-width: 1000px;
  margin: 0 auto;
}
.scenario-main .page-center .pc-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scenario-main .page-center .pc-img .img-box {
  max-width: 244px;
  height: 300px;
  background-color: #000;
  position: relative;
}
.scenario-main .page-center .pc-img .img-box img {
  width: 100%;
  height: 100%;
}
.scenario-main .page-center .pc-img .img-box .img-box-text {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.scenario-main .page-center .pc-img .img-box .img-box-text p {
  font-size: 18px;
  color: #fff;
  padding: 140px 0 8px 20px;
}
.scenario-main .page-center .pc-img .img-box .img-box-text span {
  padding: 2px 20px;
  font-size: 14px;
  color: #fff;
  display: block;
}
.classic-main {
  margin-bottom: 60px;
}
.classic-main .page-center {
  max-width: 1000px;
  margin: 0 auto;
}
.classic-main .page-center .pc-classic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classic-main .page-center .pc-classic .pc-classic-box {
  max-width: 244px;
  background-color: #FBFBFB;
}
.classic-main .page-center .pc-classic .pc-classic-box .classic-box-pic {
  max-width: 244px;
  max-height: 152px;
}
.classic-main .page-center .pc-classic .pc-classic-box .classic-box-pic img {
  width: 100%;
  height: 100%;
}
.classic-main .page-center .pc-classic .pc-classic-box .classic-box-txt {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.classic-main .page-center .pc-classic .pc-classic-box .classic-box-txt span {
  font-size: 14px;
  color: #666;
}
.classic-main .page-center .pc-classic .pc-classic-box .classic-box-txt a {
  font-size: 12px;
  color: #666;
}
.version-main .page-center {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 20px;
}
.version-main .page-center .version-title {
  display: flex;
  align-items: center;
}
.version-main .page-center .version-title img {
  margin-right: 10px;
}
.version-main .page-center .version-title p {
  margin: 0 20px 0 0;
  font-size: 18px;
  color: #666;
}
.version-main .page-center .version-title span {
  font-size: 14px;
  color: #666;
}
.version-main .page-center .new-features,
.version-main .page-center .repair-features {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
}
.version-main .page-center .new-features p,
.version-main .page-center .repair-features p {
  margin-top: 4px;
}
.letswork-footer {
  background-color: #F7F8F8;
}
.letswork-footer .page-center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.letswork-footer .page-center .footer-left {
  margin-right: 100px;
}
.letswork-footer .page-center .footer-left h4 {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}
.letswork-footer .page-center .footer-left p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}
.letswork-footer .page-center .footer-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.letswork-footer .page-center .footer-right .ewm01 {
  text-align: center;
}
.letswork-footer .page-center .footer-right .ewm01 img {
  width: 124px;
  height: 124px;
}
.letswork-footer .page-center .footer-right .ewm01 p {
  font-size: 14px;
  color: #666;
}
.copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #999;
  padding: 15px;
  margin: 0 auto;
}
.copyright-app {
  display: none;
  width: 100%;
  margin: 15px auto;
}
.copyright-app p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .letswork-nav .content .nav-content {
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .letswork-nav .content .nav-content li {
    border: 1px solid #f5f5f5;
  }
  .letswork-nav .content .nav-content li a {
    display: block;
  }
  .letswork-nav .content .nav-content li :hover {
    border: none;
  }
  .letswork-nav .content .nav-content li .nav-hot {
    display: none;
  }
  .letswork-nav .content .main-btn {
    display: block;
  }
  .letswork-nav .content .logo {
    padding-left: 20px;
  }
  .highlights-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .highlights-main .ld-main-text {
    width: 100% !important;
    padding: 0 10px;
    text-align: center;
  }
  .highlights-main .ld-main-text h4 {
    text-align: center;
    display: none;
  }
  .highlights-main .ld-main-text p {
    margin-top: 30px;
    text-align: center;
  }
  .highlights-main .big-img {
    display: none;
  }
  .highlights-main .small-img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .suspension {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  #letswork-banner .item {
    height: 430px;
  }
  .highlights-main .big-img {
    display: block;
  }
  .highlights-main .small-img {
    display: none;
  }
  .scenario-main .page-center .pc-box {
    display: block !important;
  }
  .scenario-main .page-center .pc-box .pc-img {
    overflow: hidden;
  }
  .scenario-main .page-center .pc-box .pc-img .img-box {
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  .scenario-main .page-center .pc-box .pc-img .img-box .img-box-text {
    transition: all 0.7s linear;
  }
  .scenario-main .page-center .pc-box .pc-img .img-box :hover {
    opacity: 1;
    cursor: pointer;
    transition: 0.2s;
    transition-duration: 0.7s;
  }
  .scenario-main .page-center .pc-box .pc-img .img-box:hover {
    transform: scale(1.05);
  }
  .classic-main .page-center .al-pc-box {
    display: block !important;
  }
  .classic-main .page-center .al-pc-box .pc-classic .pc-classic-box {
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  .classic-main .page-center .al-pc-box .pc-classic .pc-classic-box .classic-box-txt a:hover {
    color: #4F96D9;
    text-decoration: none;
  }
  .classic-main .page-center .al-pc-box .pc-classic .pc-classic-box:hover {
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.04);
  }
}
@media screen and (max-width: 567px) {
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .letswork-title {
    padding: 50px 0 30px;
  }
  #letswork-banner {
    margin-bottom: 30px;
  }
  .scenario-main .page-center .app-box {
    display: block !important;
  }
  .scenario-main .page-center .app-box .app-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .scenario-main .page-center .app-box .app-img .img-box {
    max-width: 360px;
    position: relative;
  }
  .scenario-main .page-center .app-box .app-img .img-box img {
    width: 100%;
    height: 100%;
  }
  .scenario-main .page-center .app-box .app-img .img-box .img-box-text {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .scenario-main .page-center .app-box .app-img .img-box .img-box-text p {
    font-size: 18px;
    color: #fff;
    padding: 20px 20px 0;
  }
  .scenario-main .page-center .app-box .app-img .img-box .img-box-text span {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
    display: block;
  }
  .app-ontrial {
    display: block;
  }
  .classic-main .page-center .al-app-box {
    display: block !important;
  }
  .classic-main .page-center .al-app-box .app-classic-box {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #f5f5f5;
  }
  .classic-main .page-center .al-app-box .app-classic-box .classic-box-pic {
    max-width: 360px;
  }
  .classic-main .page-center .al-app-box .app-classic-box .classic-box-pic img {
    width: 100%;
    height: 100%;
  }
  .classic-main .page-center .al-app-box .app-classic-box .classic-box-txt {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  .classic-main .page-center .al-app-box .app-classic-box .classic-box-txt span {
    font-size: 14px;
    color: #666;
  }
  .classic-main .page-center .al-app-box .app-classic-box .classic-box-txt a {
    font-size: 12px;
    color: #4F96D9;
  }
  .letswork-footer .page-center .footer-left {
    display: none;
  }
  .letswork-footer .page-center .footer-right {
    display: block;
  }
  .letswork-footer .page-center .footer-right .ewm01 {
    padding: 20px 0 20px;
  }
  .copyright {
    display: none;
  }
  .copyright-app {
    display: block;
    text-align: center;
    margin-bottom: 100px;
  }
  .highlights-title .highlights-title-box {
    padding: 0 32px !important;
  }
  .highlights-title .highlights-title-box span {
    font-size: 16px !important;
    color: #666;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .col-sm-6 {
    width: 49% !important;
  }
  .version-main .page-center {
    max-width: 550px;
  }
}
@media screen and (max-width: 990px) and (min-width: 567px) {
  .pad-box {
    display: block !important;
  }
  .pad-box .pad-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .pad-box .pad-img .img-box {
    max-width: 244px;
    height: 300px;
    position: relative;
    margin: 0 15px;
  }
  .pad-box .pad-img .img-box img {
    width: 100%;
    height: 100%;
  }
  .pad-box .pad-img .img-box .img-box-text {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pad-box .pad-img .img-box .img-box-text p {
    font-size: 18px;
    color: #fff;
    padding: 20px 20px 0;
  }
  .pad-box .pad-img .img-box .img-box-text span {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
    display: block;
  }
  .al-pad-box {
    display: block !important;
  }
  .al-pad-box .pad-classic {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .al-pad-box .pad-classic .pad-classic-box {
    max-width: 244px;
    margin: 0 15px;
    background-color: #FBFBFB;
  }
  .al-pad-box .pad-classic .pad-classic-box .classic-box-pic {
    max-width: 244px;
    max-height: 152px;
  }
  .al-pad-box .pad-classic .pad-classic-box .classic-box-pic img {
    width: 100%;
    height: 100%;
  }
  .al-pad-box .pad-classic .pad-classic-box .classic-box-txt {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .al-pad-box .pad-classic .pad-classic-box .classic-box-txt span {
    font-size: 14px;
    color: #666;
  }
  .al-pad-box .pad-classic .pad-classic-box .classic-box-txt a {
    font-size: 12px;
    color: #4F96D9;
  }
  .letswork-footer .page-center {
    max-width: 550px;
  }
  .letswork-footer .page-center .footer-left {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
