@charset "UTF-8";
/**
* @author sy
* @date 2019/8/18 11:45
* @Description:公共页面
*/
body {
  background-color: #F5F5F6; }
.main-content {
  background-color: #F5F5F6; }

#header {
  background-color: #fff; }
  #header .topbar {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #4b5054; }
    #header .topbar .h1 {
      color: #FFFFFF; }
      #header .topbar .h1 a {
        text-decoration: none;
        color: #FFFFFF; }
      #header .topbar .h1 .notice {
        float: left;
        width: 23%; }
        #header .topbar .h1 .notice .note {
          height: 40px;
          padding: 0 8px;
          overflow: hidden; }
        #header .topbar .h1 .notice .more {
          color: #00c1de; }
      #header .topbar .h1 .list1 {
        float: left; }
      #header .topbar .h1 .list2 {
        float: right; }
  #header .h2 {
    position: relative;
    padding: 0;
    min-height: 150px; }
    #header .h2 .search .s {
      position: absolute;
      top: 55px;
      left: 400px;
      width: 340px;
      height: 40px; }
      #header .h2 .search .s .s1 {
        float: left;
        width: 279px;
        height: 38px;
        border: 1px solid #e0e0e0;
        border-right: none; }
        #header .h2 .search .s .s1 input {
          font-size: 1.2em;
          width: 261px;
          height: 38px;
          padding-left: 18px;
          border: none;
          outline: none; }
      #header .h2 .search .s .s2 {
        float: left;
        width: 60px;
        height: 40px; }
        #header .h2 .search .s .s2 button {
          width: 60px;
          height: 40px;
          cursor: pointer;
          color: #FFFFFF;
          border: none;
          outline: none;
          background-color: #00c1de; }
      #header .h2 .search .s .s3 ul {
        position: absolute;
        top: 44px; }
        #header .h2 .search .s .s3 ul li {
          font-size: 12px;
          float: left;
          padding-right: 12px; }
          #header .h2 .search .s .s3 ul li a {
            text-decoration: none;
            color: #9b9ea0; }

#header .topbar .h1 .list1 a:hover, #header .topbar .h1 .list2 a:hover {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: #00c1de; }

#header .topbar .h1 .list1 li, #header .topbar .h1 .list2 li {
  float: left;
  padding: 0 8px; }

#header .topbar .h1 .list1 li.on, #header .topbar .h1 .list2 li.on {
  cursor: pointer;
  background-color: #00c1de; }

#nav {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 50px; }
  #nav .n3 {
    float: right; }
  #nav .n1 {
    width: 250px;
    height: 50px;
    overflow: visible;
    border-top: 4px solid #00c1de;
    background-color: #FFFFFF; }
    #nav .n1 .hd {
      width: 250px;
      height: 50px; }
      #nav .n1 .hd a {
        font-size: 16px;
        line-height: 50px;
        display: block;
        width: 250px;
        height: 50px;
        padding-left: 20px;
        text-decoration: none;
        color: #333; }
        #nav .n1 .hd a i {
          color: #00c1de; }
    #nav .n1 .bd {
      display: none;
      background-color: #FFFFFF;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }
    #nav .n1:hover .bd {
      display: block; }
    #nav .n1 .bd li {
      padding: 10px 20px; }
      #nav .n1 .bd li span {
        color: #00afca; }
      #nav .n1 .bd li a {
        display: inline-block;
        padding: 5px 10px 5px 0;
        text-decoration: none;
        color: #74787a; }
        #nav .n1 .bd li a:hover {
          -webkit-transition: color .5s;
          -moz-transition: color .5s;
          -ms-transition: color .5s;
          -o-transition: color .5s;
          transition: color .5s;
          color: #00c1de; }
  #nav.on {
    -webkit-transition: background-color .7s;
    -moz-transition: background-color .7s;
    -ms-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
    background-color: rgba(0, 0, 0, 0.2); }

#nav .n1, #nav .n2 {
  float: left; }

#nav .n2 li, #nav .n3 li {
  font-size: 1.2em;
  line-height: 50px;
  float: left;
  height: 50px;
  padding-left: 20px; }

#nav .n2 li a, #nav .n3 li a {
  text-decoration: none;
  color: #FFFFFF; }

#nav .n2 li a:hover, #nav .n3 li a:hover {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: #e6e6e6; }

.h-title {
  margin-top: 20px; }
  .h-title .hd {
    position: relative;
    width: 100%;
    background-color: #FFFFFF; }
    .h-title .hd .more {
      position: absolute;
      top: 14px;
      right: 20px;
      color: #00c1de; }
    .h-title .hd h3 {
      font-size: 16px;
      font-weight: 400;
      padding: 10px 0 10px 20px; }

.pcbox .view, .pcbox .demo, .mbox .view, .mbox .demo, .m2box .view, .m2box .demo, .m3box .view, .m3box .demo {
  margin: 0 auto; }

.pc-product, .mbox, .m2box, .m3box, .m-product {
  position: relative; }

.pc-product,
.m-product {
  overflow: hidden;
  cursor: pointer; }

.pc-product > img,
.m-product > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .45s ease; }

.pc-product > img {
  object-fit: cover;
  object-position: top center; }

.pc-product > .number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  letter-spacing: .5px;
  color: #e9f8fc;
  background: rgba(0, 193, 222, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); }

.pcbox,
.mbox,
.m2box,
.m3box {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
  transform: translateY(8px); }

.pc-product:hover > img,
.m-product:hover > img {
  transform: scale(1.04); }

.pc-product:hover .pcbox,
.m-product:hover .mbox,
.m-product:hover .m2box,
.m-product:hover .m3box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.pcbox {
  background: linear-gradient(180deg, rgba(8, 17, 26, 0.04) 0%, rgba(8, 17, 26, 0.58) 100%); }

.m3box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(8, 17, 26, 0.74); }

.m3box .qrcode {
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); }

.m3box .qrcode img {
  display: block; }

.m3box .scan-tip {
  margin-top: 12px;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center; }

.theme-card-titlebox {
  background: #fff;
  padding: 16px 18px 18px;
  border: 1px solid #edf1f2;
  border-top: 1px solid #d9e3e8; }

.theme-card-titlebox .title {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.7;
  height: 54px;
  overflow: hidden; }

.theme-card-titlebox .title:hover {
  color: #00c1de; }

.theme-card-titlebox .meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.theme-card-titlebox .desc {
  flex: 1;
  color: #8a9297;
  font-size: 13px;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.theme-card-titlebox .price {
  color: #ff9f1a;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap; }

.theme-card-titlebox .price.theme-no-price {
  color: #8a9297;
  font-size: 13px;
  font-weight: 400; }

.pcbox .s1, .pcbox .s2, .pcbox .s3, .mbox .s1, .mbox .s2, .mbox .s3, .m2box .s1, .m2box .s2, .m2box .s3, .m3box .s1, .m3box .s2, .m3box .s3 {
  float: left;
  border-color: #fff !important; }

.pcbox .s1, .mbox .s1, .m2box .s1, .m3box .s1 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.pcbox .s2, .mbox .s2, .m2box .s2, .m3box .s2 {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.pcbox .s2 a, .mbox .s2 a, .m2box .s2 a, .m3box .s2 a {
  display: block;
  text-decoration: none;
  color: #FFFFFF; }

.pcbox .s2 a:hover, .mbox .s2 a:hover, .m2box .s2 a:hover, .m3box .s2 a:hover {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: #00c1de; }

.pcbox .s3, .mbox .s3, .m2box .s3, .m3box .s3 {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.pcbox .number, .pcbox .purpose, .mbox .number, .mbox .purpose, .m2box .number, .m2box .purpose, .m3box .number, .m3box .purpose {
  position: absolute;
  color: #FFFFFF; }

.pcbox .overlay-tip {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center; }

.pcbox .view,
.pcbox .demo,
.m3box .view,
.m3box .demo {
  display: none; }

.pcbox .view {
  width: 202px;
  margin-top: 180px; }

.pcbox .demo {
  width: 202px;
  margin-top: 30px; }

.pcbox .s1, .pcbox .s2, .pcbox .s3 {
  height: 50px; }

.pcbox .s1 {
  width: 50px; }
.pcbox .s2 {
  width: 100px; }
  .pcbox .s2 a {
    font-size: 18px;
    line-height: 50px;
    width: 100px;
    height: 50px;
    text-align: center; }
.pcbox .s3 {
  width: 50px; }

.mbox .view, .mbox .demo {
  width: 152px;
  margin-top: 20px; }

.mbox .s1, .mbox .s2, .mbox .s3 {
  height: 30px; }

.mbox .s1 {
  width: 30px; }
.mbox .s2 {
  width: 90px; }
  .mbox .s2 a {
    font-size: 12px;
    line-height: 30px;
    width: 90px;
    height: 30px;
    text-align: center; }
.mbox .s3 {
  width: 30px; }
.mbox .number {
  left: 10px; }
.mbox .purpose {
  right: 10px; }

.mbox .number, .mbox .purpose {
  font-size: 14px;
  bottom: 10px; }

.m2box .view, .m2box .demo {
  width: 112px;
  margin-top: 30px; }

.m2box .s1, .m2box .s2, .m2box .s3 {
  height: 30px; }

.m2box .s1 {
  width: 30px; }
.m2box .s2 {
  width: 50px; }
  .m2box .s2 a {
    font-size: 12px;
    line-height: 30px;
    width: 50px;
    height: 30px;
    text-align: center; }
.m2box .s3 {
  width: 30px; }

.m3box .view, .m3box .demo {
  width: 102px;
  margin-top: 12px; }

.m3box .s1, .m3box .s2, .m3box .s3 {
  height: 30px; }

.m3box .s1 {
  width: 30px; }
.m3box .s2 {
  width: 40px; }
  .m3box .s2 a {
    font-size: 12px;
    line-height: 30px;
    width: 40px;
    height: 30px;
    text-align: center; }
.m3box .s3 {
  width: 30px; }

.bottom-banner {
  width: 100%;
  height: 120px;
  background: url("../images/register-v3.jpg"); }
  .bottom-banner p {
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
    color: #FFFFFF; }

.footer {
  color: #9b9ea0;
  background: #333639; }
  .footer a {
    text-decoration: none;
    color: #9b9ea0; }
    .footer a:hover {
      -webkit-transition: color .5s;
      -moz-transition: color .5s;
      -ms-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s;
      color: #00c1de; }
  .footer .contact {
    margin-right: 0 !important; }
  .footer .ewm {
    float: left;
    width: 130px;
    padding-top: 50px; }
    .footer .ewm p {
      line-height: 38px;
      height: 38px;
      text-align: center; }
  .footer .f2 {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .footer .f2 .nav-bottom {
      text-align: right; }

.footer .list, .footer .contact {
  float: left;
  width: 20%;
  margin-right: 30px;
  padding: 50px 0;
  color: #FFFFFF; }

.footer .list dt, .footer .contact dt {
  font-size: 18px;
  margin-bottom: 20px; }

.footer .list dd, .footer .contact dd {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.footer .list dd a, .footer .contact dd a {
  float: left;
  width: 40%;
  padding: 8px 0; }

.footer .contact .tel, .footer .contact .qq {
  color: #9b9ea0; }

.footer .f2 .copyright, .footer .f2 .nav-bottom {
  line-height: 50px;
  float: left;
  width: 50%;
  height: 50px; }

#nav-down {
  width: 100%;
  height: 50px;
  background-color: #FFFFFF; }
  #nav-down .n3 {
    float: right; }
  #nav-down .n1 {
    width: 250px;
    background-color: #4b5054; }
    #nav-down .n1 .hd {
      width: 250px;
      height: 50px; }
      #nav-down .n1 .hd > a {
        font-size: 16px;
        line-height: 50px;
        display: block;
        width: 250px;
        height: 50px;
        padding-left: 20px;
        text-decoration: none;
        color: #FFFFFF; }
        #nav-down .n1 .hd > a i {
          color: #FFFFFF; }
      #nav-down .n1 .hd .bd {
        position: relative;
        z-index: 999;
        display: none;
        width: 250px;
        background-color: #4b5054; }
        #nav-down .n1 .hd .bd li {
          padding: 10px 20px; }
          #nav-down .n1 .hd .bd li span {
            color: #FFFFFF; }
          #nav-down .n1 .hd .bd li a {
            display: inline-block;
            padding: 5px 10px 5px 0;
            text-decoration: none;
            color: #e6e6e6; }
            #nav-down .n1 .hd .bd li a:hover {
              -webkit-transition: color .5s;
              -moz-transition: color .5s;
              -ms-transition: color .5s;
              -o-transition: color .5s;
              transition: color .5s;
              color: #00c1de; }

#nav-down .n1, #nav-down .n2 {
  float: left; }

#nav-down .n2 li, #nav-down .n3 li {
  font-size: 1.2em;
  line-height: 50px;
  float: left;
  height: 50px;
  padding-left: 20px; }

#nav-down .n2 li a, #nav-down .n3 li a {
  text-decoration: none;
  color: #333; }

#nav-down .n2 li a:hover, #nav-down .n3 li a:hover {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: #0095ab; }

#page {
  margin-top: 25px;
  margin-bottom: 40px; }
  #page .table {
    display: table;
    margin: 0 auto; }
  #page a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 15px;
    color: #FFFFFF;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4b5054; }

#pc-web li {
  position: relative;
  top: 0;
  float: left;
  width: 570px;
  height: auto;
  margin: 15px 30px 45px 30px;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s; }
  #pc-web li:hover {
    top: -5px;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s; }
  #pc-web li .box1 {
    overflow: visible;
    width: 570px;
    height: auto; }
  #pc-web li .box1 .bg {
    width: 570px;
    height: 24px;
    background: url("../images/top_line.jpg") repeat-x; }
    #pc-web li .box1 .bg img {
      padding-left: 20px; }
  #pc-web li .box1 .pc-product {
    width: 100%;
    height: 356px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  #pc-web li .box1 .theme-card-titlebox {
    position: relative;
    z-index: 2; }
  #pc-web li .box3 {
    position: absolute;
    z-index: 9999;
    right: -20px;
    bottom: -30px;
    width: 162px;
    height: 315px;
    background: url("../images/phone-back.png") no-repeat; }
    #pc-web li .box3 .m-product {
      position: absolute;
      z-index: 99;
      top: 34px;
      left: 8px;
      width: 146px;
      height: 243px; }
    #pc-web li .box3 .m3box .qrcode {
      width: 75px;
      height: 75px;
      margin: 40px auto 0 auto; }

#m-web {
  position: relative; }
  #m-web .hd a {
    position: absolute;
    z-index: 999;
    top: 46%;
    color: #9b9ea0; }
    #m-web .hd a:hover {
      -webkit-transition: color .5s;
      -moz-transition: color .5s;
      -ms-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s;
      color: #00c1de; }
    #m-web .hd a.next {
      right: -20px; }
    #m-web .hd a.prev {
      left: -20px; }
  #m-web li {
    position: relative;
    top: 0;
    float: left;
    width: 255px;
    height: 516px;
    margin: 15px 30px;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    background: url("../images/phone-255.png") no-repeat; }
    #m-web li:hover {
      top: -5px;
      -webkit-transition: top .5s;
      -moz-transition: top .5s;
      -ms-transition: top .5s;
      -o-transition: top .5s;
      transition: top .5s; }
    #m-web li .m-product {
      position: absolute;
      z-index: 99;
      top: 54px;
      left: 8px;
      width: 240px;
      height: 400px; }
    #m-web li .mbox .qrcode {
      width: 99px;
      height: 99px;
      margin: 68px auto 0 auto; }

#threein1 li {
  position: relative;
  float: left;
  width: 570px;
  margin: 15px 30px 45px 30px; }
#threein1 li .box1 {
    overflow: visible;
    width: 570px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #threein1 li .box1 .bg {
      width: 570px;
      height: 24px;
      background: url("../images/top_line.jpg") repeat-x; }
      #threein1 li .box1 .bg img {
        padding-left: 20px; }
    #threein1 li .box1 .pc-product {
      width: 100%;
      height: 356px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    #threein1 li .box1 .theme-card-titlebox {
      position: relative;
      z-index: 2; }
  #threein1 li .box2 {
    position: absolute;
    z-index: 9999;
    bottom: -30px;
    left: -20px;
    width: 293px;
    height: 187px;
    background: url("../images/ipad-back.png") no-repeat; }
    #threein1 li .box2 .m-product {
      position: absolute;
      z-index: 99;
      top: 17px;
      left: 20px;
      width: 244px;
      height: 153px; }
  #threein1 li .box3 {
    position: absolute;
    z-index: 9999;
    right: -20px;
    bottom: -30px;
    width: 162px;
    height: 315px;
    background: url("../images/phone-back.png") no-repeat; }
    #threein1 li .box3 .m-product {
      position: absolute;
      z-index: 99;
      top: 34px;
      left: 8px;
      width: 146px;
      height: 243px; }
    #threein1 li .box3 .m3box .qrcode {
      width: 75px;
      height: 75px;
      margin: 40px auto 0 auto; }

#threein1 .pcbox .view, #threein1 .pcbox .demo {
  margin-top: 30px; }

#filter {
  margin-bottom: 10px; }
  #filter .breadcrumb {
    line-height: 38px;
    height: 38px; }
    #filter .breadcrumb em {
      font-weight: 400;
      padding: 0 10px;
      color: #00c1de; }

/*# sourceMappingURL=common.css.map */
