.ws-title {
  width: 100%;
  min-height: 50px; }
  .ws-title .inner {
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    width: 1200px; }
    .ws-title .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-title .inner .subtext {
      margin-top: 10px;
      font-size: 20px;
      line-height: 26px; }

.ws-image {
  display: block;
  min-height: 50px;
  margin: auto;
  text-align: center;
  position: relative; }
  .ws-image .hotspots {
    display: block; }
    .ws-image .hotspots img {
      margin: auto;
      max-width: 100%;
      display: block; }
  .ws-image a {
    position: relative;
    display: block; }
    .ws-image a img {
      margin: auto;
      max-width: 100%;
      display: block; }

.ws-richtext {
  width: 100%;
  position: relative; }
  .ws-richtext .inner {
    box-sizing: border-box;
    margin: auto;
    width: 1200px;
    color: #333; }

.ws-block {
  width: 100%;
  min-height: 10px;
  display: block; }

.ws-video {
  width: 100%; }
  .ws-video .inner {
    margin: auto;
    width: 1200px;
    text-align: center;
    color: #333;
    overflow: hidden; }
    .ws-video .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-video .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-video .inner .text ~ .video, .ws-video .inner .subtext ~ .video {
      margin-top: 30px; }
    .ws-video .inner .video {
      width: 1200px;
      height: 580px;
      margin: 0 auto;
      position: relative; }
      .ws-video .inner .video video {
        width: 100%;
        height: 100%;
        display: none;
        outline: none; }
      .ws-video .inner .video img {
        width: 100%;
        height: 100%; }
      .ws-video .inner .video .play {
        position: absolute;
        cursor: pointer;
        width: 141px;
        height: 141px;
        top: 50%;
        margin-top: -70px;
        left: 50%;
        margin-left: -70px;
        right: 0;
        bottom: 0;
        text-align: center;
        background-image: url(/static/images/website/video-play.png); }

.ws-pat_genernal {
  width: 100%;
  overflow: hidden;
  display: block; }
  .ws-pat_genernal .inner {
    margin: auto;
    width: 1200px;
    color: #333;
    overflow: hidden; }
    .ws-pat_genernal .inner .style1 {
      display: flex;
      align-items: center; }
      .ws-pat_genernal .inner .style1 .text {
        width: 540px;
        padding-left: 60px; }
        .ws-pat_genernal .inner .style1 .text .text-m {
          font-size: 28px;
          font-weight: bold;
          color: #353b42;
          line-height: 38px; }
        .ws-pat_genernal .inner .style1 .text .text-s {
          font-size: 16px;
          margin-top: 10px;
          white-space: pre-line; }
      .ws-pat_genernal .inner .style1 .img {
        flex: 1;
        text-align: right; }
        .ws-pat_genernal .inner .style1 .img img {
          margin-right: 130px;
          width: 400px;
          height: 400px; }
    .ws-pat_genernal .inner .style2 {
      display: flex;
      align-items: center; }
      .ws-pat_genernal .inner .style2 .img {
        width: 540px;
        padding-left: 58px;
        text-align: left; }
        .ws-pat_genernal .inner .style2 .img img {
          width: 400px;
          height: 400px; }
      .ws-pat_genernal .inner .style2 .text {
        flex: 1;
        padding-left: 125px;
        padding-right: 50px; }
        .ws-pat_genernal .inner .style2 .text .text-m {
          font-size: 28px;
          font-weight: bold;
          color: #353b42;
          line-height: 38px; }
        .ws-pat_genernal .inner .style2 .text .text-s {
          font-size: 16px;
          margin-top: 10px;
          white-space: pre-line; }
    .ws-pat_genernal .inner .style3 {
      text-align: center; }
      .ws-pat_genernal .inner .style3 .text {
        font-size: 28px;
        line-height: 28px; }
      .ws-pat_genernal .inner .style3 .subtext {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px; }
      .ws-pat_genernal .inner .style3 img {
        max-width: 1200px;
        margin-top: 20px; }

.ws-pat_bg {
  width: 100%;
  min-height: 50px; }
  .ws-pat_bg .inner {
    text-align: center;
    margin: auto;
    width: 1200px; }
    .ws-pat_bg .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-pat_bg .inner .subtext {
      margin-top: 10px;
      font-size: 20px;
      line-height: 26px; }
    .ws-pat_bg .inner .children {
      margin-top: -20px;
      width: 1200px;
      overflow: hidden;
      text-align: center; }
      .ws-pat_bg .inner .children .bg-item {
        display: inline-block;
        box-sizing: border-box;
        width: 236px;
        height: 256px;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 60px;
        background: #B9D1F2;
        border-radius: 2px; }
        .ws-pat_bg .inner .children .bg-item .item-img {
          box-sizing: border-box;
          padding-top: 46px;
          width: 100%;
          text-align: left;
          padding-left: 20px;
          padding-right: 20px; }
          .ws-pat_bg .inner .children .bg-item .item-img img {
            width: 66px;
            height: 66px;
            border-radius: 50%; }
        .ws-pat_bg .inner .children .bg-item .item-text {
          box-sizing: border-box;
          padding-left: 20px;
          padding-right: 20px;
          margin-top: 18px;
          height: 30px;
          text-align: left;
          width: 100%;
          font-size: 22px;
          font-weight: 500;
          color: #fff;
          overflow: hidden; }
        .ws-pat_bg .inner .children .bg-item .item-subtext {
          box-sizing: border-box;
          margin-top: 8px;
          padding-left: 20px;
          padding-right: 20px;
          text-align: left;
          width: 100%;
          height: 46px;
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          overflow: hidden;
          opacity: 0.7; }
      .ws-pat_bg .inner .children.children2 {
        margin-top: 16px; }
        .ws-pat_bg .inner .children.children2 .bg-item {
          margin-right: 12px;
          margin-left: 12px;
          margin-top: 24px;
          width: 270px;
          height: 359px; }
          .ws-pat_bg .inner .children.children2 .bg-item .item-img {
            padding-top: 52px;
            width: 100%;
            text-align: center; }
            .ws-pat_bg .inner .children.children2 .bg-item .item-img img {
              width: 100px;
              height: 100px;
              border-radius: 50%; }
          .ws-pat_bg .inner .children.children2 .bg-item .item-text {
            margin-top: 26px;
            text-align: center;
            font-size: 22px;
            height: 34px;
            overflow: hidden; }
          .ws-pat_bg .inner .children.children2 .bg-item .item-subtext {
            text-align: center;
            font-size: 16px;
            line-height: 36px;
            margin-top: 16px;
            height: 72px; }

.ws-pat_special {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box; }
  .ws-pat_special .inner {
    text-align: center;
    margin: auto;
    width: 1200px;
    box-sizing: border-box; }
    .ws-pat_special .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-pat_special .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-pat_special .inner .children {
      width: 1200px;
      overflow: hidden;
      text-align: center;
      box-sizing: border-box; }
      .ws-pat_special .inner .children .bg-item {
        display: inline-block;
        width: 320px;
        height: 256px;
        margin-right: 32px;
        margin-left: 32px;
        background: transparent;
        border-radius: 2px;
        box-sizing: border-box; }
        .ws-pat_special .inner .children .bg-item .item-img {
          box-sizing: border-box;
          padding-top: 46px;
          width: 100%;
          text-align: center; }
          .ws-pat_special .inner .children .bg-item .item-img img {
            width: 100px;
            height: 100px;
            border-radius: 50%; }
        .ws-pat_special .inner .children .bg-item .item-text {
          box-sizing: border-box;
          margin-top: 6px;
          padding-left: 20px;
          padding-right: 20px;
          height: 30px;
          text-align: center;
          width: 100%;
          font-size: 20px;
          font-weight: 500;
          color: #fff;
          overflow: hidden; }
        .ws-pat_special .inner .children .bg-item .item-subtext {
          box-sizing: border-box;
          margin-top: 8px;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px;
          width: 100%;
          height: 48px;
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          overflow: hidden;
          opacity: 0.7; }

.ws-pat_wave {
  width: 100%;
  min-height: 50px;
  position: relative; }
  .ws-pat_wave .inner {
    text-align: center;
    margin: auto;
    padding-bottom: 50px; }
    .ws-pat_wave .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-pat_wave .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-pat_wave .inner .children {
      margin-top: 40px;
      text-align: center; }
      .ws-pat_wave .inner .children .bg-item {
        box-sizing: border-box;
        display: inline-block;
        width: 211px;
        height: 247px;
        background: #fff;
        border-radius: 4px;
        margin-right: 25px;
        margin-left: 25px; }
        .ws-pat_wave .inner .children .bg-item:nth-child(2), .ws-pat_wave .inner .children .bg-item:nth-child(4) {
          transform: translateY(50px); }
        .ws-pat_wave .inner .children .bg-item .item-img {
          padding-top: 40px;
          width: 100%;
          text-align: center;
          box-sizing: border-box; }
          .ws-pat_wave .inner .children .bg-item .item-img img {
            width: 100px;
            height: 100px;
            border-radius: 50%; }
        .ws-pat_wave .inner .children .bg-item .item-text {
          box-sizing: border-box;
          padding-left: 40px;
          padding-right: 40px;
          margin-top: 20px;
          height: 50px;
          text-align: center;
          width: 100%;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          overflow: hidden; }

.ws-pat_swiper {
  width: 100%;
  min-height: 50px; }
  .ws-pat_swiper .inner {
    text-align: center;
    margin: auto;
    width: 1300px;
    position: relative; }
    .ws-pat_swiper .inner .text ~ .children, .ws-pat_swiper .inner .subtext ~ .children {
      margin-top: 50px; }
    .ws-pat_swiper .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-pat_swiper .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-pat_swiper .inner .children {
      margin: auto;
      height: 442px;
      overflow: hidden;
      text-align: center;
      display: flex; }
      .ws-pat_swiper .inner .children .children-arrow {
        text-align: left;
        width: 72px;
        position: relative; }
        .ws-pat_swiper .inner .children .children-arrow.arrow-left .icon {
          margin-left: -10px; }
        .ws-pat_swiper .inner .children .children-arrow.arrow-right .icon {
          margin-left: 10px; }
        .ws-pat_swiper .inner .children .children-arrow .icon {
          position: absolute;
          cursor: pointer;
          font-size: 72px;
          color: #E0E0E0;
          top: 50%;
          margin-top: -50px;
          margin-right: 20px; }
          .ws-pat_swiper .inner .children .children-arrow .icon:hover {
            color: #ccc; }
      .ws-pat_swiper .inner .children .children-content {
        flex: 1;
        overflow: hidden;
        position: relative; }
        .ws-pat_swiper .inner .children .children-content .children-inner {
          position: absolute;
          width: 1000000000px;
          height: 442px;
          transition: 300ms ease-in-out; }
          .ws-pat_swiper .inner .children .children-content .children-inner .bg-item {
            box-sizing: border-box;
            float: left;
            display: inline-block;
            width: 346px;
            height: 442px;
            margin-right: 56px;
            background: #B9D1F2;
            border-radius: 2px; }
            .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-img {
              width: 346px;
              height: 250px;
              box-sizing: border-box; }
              .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-img img {
                width: 100%;
                height: 100%; }
            .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-content {
              width: 346px;
              height: 192px;
              padding-top: 18px;
              box-sizing: border-box; }
              .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-content .item-text {
                padding-left: 20px;
                padding-right: 20px;
                height: 30px;
                text-align: left;
                width: 100%;
                font-size: 22px;
                font-weight: 500;
                color: #fff;
                overflow: hidden;
                box-sizing: border-box; }
              .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-content .item-line {
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: 20px;
                width: 24px;
                height: 4px;
                background: #3087ff; }
              .ws-pat_swiper .inner .children .children-content .children-inner .bg-item .item-content .item-subtext {
                padding-left: 20px;
                padding-right: 20px;
                text-align: left;
                width: 100%;
                height: 48px;
                font-size: 14px;
                font-weight: 500;
                color: #fff;
                overflow: hidden;
                opacity: 0.7;
                box-sizing: border-box; }

.ws-pat_move {
  width: 100%;
  min-height: 50px; }
  .ws-pat_move .inner {
    text-align: center;
    margin: auto; }
    .ws-pat_move .inner .text ~ .children, .ws-pat_move .inner .subtext ~ .children {
      margin-top: 18px; }
    .ws-pat_move .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-pat_move .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-pat_move .inner .children {
      width: 1300px;
      overflow: hidden;
      margin: auto;
      text-align: center;
      box-sizing: border-box;
      position: relative; }
      .ws-pat_move .inner .children .children-container .bg-item {
        display: inline-block;
        width: 285px;
        height: 356px;
        margin-right: 12px;
        margin-left: 12px;
        margin-top: 12px;
        background: #B9D1F2;
        border-radius: 10px; }
        .ws-pat_move .inner .children .children-container .bg-item:hover .item-img {
          opacity: 0;
          transition: 300ms ease-in-out; }
        .ws-pat_move .inner .children .children-container .bg-item:hover .item-content {
          transition: 300ms ease-in-out;
          opacity: 1; }
        .ws-pat_move .inner .children .children-container .bg-item .item-img {
          position: absolute;
          opacity: 1;
          width: 285px;
          height: 356px;
          border-radius: 10px;
          z-index: 10;
          box-sizing: border-box; }
          .ws-pat_move .inner .children .children-container .bg-item .item-img img {
            width: 285px;
            height: 356px;
            border-radius: 10px; }
        .ws-pat_move .inner .children .children-container .bg-item .item-content {
          opacity: 0;
          z-index: 20;
          position: absolute;
          width: 285px;
          height: 356px;
          text-align: center;
          background: #fff;
          border-radius: 10px;
          box-shadow: 0px 2px 23px 6px rgba(225, 225, 225, 0.34); }
          .ws-pat_move .inner .children .children-container .bg-item .item-content .item-thumb {
            display: inline-block;
            width: 138px;
            height: 138px;
            padding-top: 60px;
            box-sizing: border-box; }
            .ws-pat_move .inner .children .children-container .bg-item .item-content .item-thumb img {
              width: 138px;
              height: 138px;
              border-radius: 50%; }
          .ws-pat_move .inner .children .children-container .bg-item .item-content .item-text {
            box-sizing: border-box;
            text-align: center;
            display: inline-block;
            margin-top: 46px;
            height: 30px;
            width: 100%;
            font-size: 22px;
            font-weight: 500;
            color: #fff;
            overflow: hidden; }

.ws-product {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box; }
  .ws-product .inner {
    text-align: center;
    margin: auto;
    width: 1200px; }
    .ws-product .inner .text ~ .content, .ws-product .inner .subtext ~ .content {
      margin-top: 80px; }
    .ws-product .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-product .inner .subtext {
      font-size: 20px;
      margin-top: 10px;
      line-height: 26px; }
    .ws-product .inner .content {
      display: flex;
      align-items: center; }
      .ws-product .inner .content .content-image {
        width: 50%;
        text-align: left;
        padding-left: 40px;
        box-sizing: border-box; }
        .ws-product .inner .content .content-image img {
          width: 420px;
          height: 420px; }
      .ws-product .inner .content .content-list {
        flex: 1;
        padding-right: 30px;
        box-sizing: border-box; }
        .ws-product .inner .content .content-list .list-item {
          text-align: right;
          margin-bottom: 15px;
          margin-top: 15px; }
          .ws-product .inner .content .content-list .list-item .item-text {
            height: 36px;
            overflow: hidden;
            font-size: 20px; }
          .ws-product .inner .content .content-list .list-item .item-subtext {
            height: 22px;
            overflow: hidden;
            font-size: 14px; }
      .ws-product .inner .content.content-right-image .content-image {
        text-align: right;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 40px; }
      .ws-product .inner .content.content-right-image .content-list {
        box-sizing: border-box;
        padding-right: 0px;
        padding-left: 30px; }
        .ws-product .inner .content.content-right-image .content-list .list-item {
          text-align: left; }

.ws-version {
  width: 100%;
  min-height: 50px; }
  .ws-version .inner {
    text-align: center;
    margin: auto; }
    .ws-version .inner .text {
      font-size: 28px;
      line-height: 28px; }
    .ws-version .inner .subtext {
      font-size: 20px;
      margin-top: 8px;
      line-height: 26px; }
    .ws-version .inner .subtext ~ .children, .ws-version .inner .subtext ~ .children {
      margin-top: 32px; }
    .ws-version .inner .children {
      margin: auto;
      text-align: center; }
      .ws-version .inner .children .children-container .bg-item {
        display: inline-block;
        width: 300px;
        height: 550px;
        background: #fff;
        box-shadow: 0px 10px 57px 0px rgba(26, 58, 129, 0.18);
        box-sizing: border-box;
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 32px;
        border-radius: 6px; }
        .ws-version .inner .children .children-container .bg-item .item-text {
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          width: 300px;
          height: 180px;
          line-height: 180px;
          text-align: center;
          font-size: 28px;
          font-weight: 500;
          color: #fff;
          background-color: #84AFEA;
          overflow: hidden;
          box-sizing: border-box; }
        .ws-version .inner .children .children-container .bg-item .item-subtext {
          box-sizing: border-box;
          padding: 30px;
          text-align: left;
          width: 100%;
          height: 370px;
          font-size: 14px;
          font-weight: 500;
          color: #5E6B79;
          background-color: #fff;
          overflow: hidden;
          opacity: 0.7;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px; }
          .ws-version .inner .children .children-container .bg-item .item-subtext .subtext-text {
            display: block;
            height: 250px; }
          .ws-version .inner .children .children-container .bg-item .item-subtext .subtext-button {
            display: block;
            text-align: center; }
            .ws-version .inner .children .children-container .bg-item .item-subtext .subtext-button .button {
              display: inline-block;
              width: 135px;
              height: 47px;
              background-color: #3D77ED;
              color: #fff;
              line-height: 47px;
              box-shadow: 0px 4px 9px 0px rgba(132, 175, 234, 0.33);
              border-radius: 24px;
              overflow: hidden; }

.ws-form .form-content {
  width: 992px;
  min-height: 100px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  .ws-form .form-content .ws-form-title {
    padding: 10px 12px;
    width: 540px;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .ws-form .form-content .ws-form-title .text {
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      color: #333333; }
  .ws-form .form-content .ws-form-item {
    margin: auto;
    width: 540px;
    border-radius: 2px;
    display: flex;
    padding: 10px 12px;
    overflow: hidden;
    position: relative; }
    .ws-form .form-content .ws-form-item .label {
      width: 100px !important;
      text-align: right;
      padding-right: 15px;
      vertical-align: middle;
      padding-top: 10px;
      position: relative; }
      .ws-form .form-content .ws-form-item .label.required:before {
        content: '*';
        color: red;
        position: absolute;
        right: 10px;
        top: 12px; }
    .ws-form .form-content .ws-form-item .inner {
      flex: 1;
      box-sizing: border-box;
      /** checkbox radio */ }
      .ws-form .form-content .ws-form-item .inner.inner-area {
        display: flex; }
        .ws-form .form-content .ws-form-item .inner.inner-area select {
          margin-right: 2px; }
      .ws-form .form-content .ws-form-item .inner.inner-radio {
        padding-top: 8px; }
      .ws-form .form-content .ws-form-item .inner input[type=text], .ws-form .form-content .ws-form-item .inner input[type=date] {
        vertical-align: middle;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        padding: 10px;
        width: 402px;
        color: #666; }
      .ws-form .form-content .ws-form-item .inner textarea {
        width: 100%;
        height: 110px;
        background: white;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        width: 402px;
        padding: 10px;
        resize: none; }
      .ws-form .form-content .ws-form-item .inner select {
        vertical-align: middle;
        width: 100%;
        height: 42px;
        background: white;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        color: #666;
        padding: 10px; }
      .ws-form .form-content .ws-form-item .inner .checkbox-inline, .ws-form .form-content .ws-form-item .inner .radio-inline {
        position: relative;
        color: #666;
        padding-left: 24px;
        vertical-align: middle;
        padding-top: 5px;
        margin-right: 20px; }
      .ws-form .form-content .ws-form-item .inner .checkbox-inline input[type=checkbox],
      .ws-form .form-content .ws-form-item .inner .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -24px;
        top: 50%;
        margin-top: -5px; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox],
      .ws-form .form-content .ws-form-item .inner input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        width: 16px;
        height: 16px;
        border: 1px solid #e0e0e0;
        outline: 0;
        border-radius: 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #fff;
        vertical-align: middle;
        -moz-transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: border-color;
        transition-property: border-color; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox] {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox]:checked, .ws-form .form-content .ws-form-item .inner input[type=radio]:checked {
        border-color: #4285F4;
        background: #4285F4; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox]:checked:before {
        content: " ";
        display: inline-block;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        height: 4px;
        width: 6px;
        border-width: 2px 2px 0 0;
        border-color: #fff;
        border-style: solid;
        position: absolute;
        top: 3px;
        margin-left: 4px; }
      .ws-form .form-content .ws-form-item .inner input[type=radio]:checked:before {
        content: " ";
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #4285F4;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        margin-left: 3px; }
      .ws-form .form-content .ws-form-item .inner input[type=radio]:checked {
        border: 2px solid #4285F4;
        background: #fff; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].success,
      .ws-form .form-content .ws-form-item .inner input[type=radio].success {
        border: 1px solid #e0e0e0; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].success:checked, .ws-form .form-content .ws-form-item .inner input[type=radio].success:checked:before {
        border-color: #54c952;
        background-color: #54c952; }
      .ws-form .form-content .ws-form-item .inner input[type=radio].success:checked {
        background: #fff;
        border: 2px solid #54c952; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].warning,
      .ws-form .form-content .ws-form-item .inner input[type=radio].warning {
        border: 1px solid #e0e0e0; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].warning:checked, .ws-form .form-content .ws-form-item .inner input[type=radio].warning:checked:before {
        border-color: #ffc000;
        background-color: #ffc000; }
      .ws-form .form-content .ws-form-item .inner input[type=radio].warning:checked {
        border: 2px solid #ffc000;
        background-color: #fff; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].danger,
      .ws-form .form-content .ws-form-item .inner input[type=radio].danger {
        border: 1px solid #e0e0e0; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].danger:checked, .ws-form .form-content .ws-form-item .inner input[type=radio].danger:checked:before {
        border-color: #eb6060;
        background-color: #eb6060; }
      .ws-form .form-content .ws-form-item .inner input[type=radio].danger:checked {
        border: 2px solid #eb6060;
        background-color: #fff; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].gray,
      .ws-form .form-content .ws-form-item .inner input[type=radio].gray {
        border: 1px solid #e0e0e0; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].gray:checked, .ws-form .form-content .ws-form-item .inner input[type=radio].gray:checked:before {
        border-color: #ccc;
        background-color: #ccc; }
      .ws-form .form-content .ws-form-item .inner input[type=radio].gray:checked {
        border: 2px solid #ccc;
        background-color: #fff; }
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].success:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].primary:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].warning:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=checkbox].danger:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=radio].success:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=radio].primary:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=radio].warning:checked:before,
      .ws-form .form-content .ws-form-item .inner input[type=radio].danger:checked:before {
        border-color: #fff !important; }
      .ws-form .form-content .ws-form-item .inner .ws-form-btn {
        display: inline-block;
        width: 150px;
        height: 46px;
        background: #4285f4;
        border-radius: 4px;
        border: none;
        padding: 0 10px;
        color: #fff; }
        .ws-form .form-content .ws-form-item .inner .ws-form-btn[disabled] {
          background: #ccc !important;
          color: #fff !important; }
      .ws-form .form-content .ws-form-item .inner .ws-form-image {
        margin-top: 10px;
        width: 80px;
        height: 80px;
        background: white;
        border: 1px solid #ededed;
        border-radius: 4px;
        color: #D9D9D9;
        text-align: center;
        line-height: 80px;
        font-size: 14px;
        user-select: none;
        position: relative;
        display: inline-block;
        margin-right: 10px; }
        .ws-form .form-content .ws-form-item .inner .ws-form-image .del {
          display: none;
          position: absolute;
          top: -8px;
          right: -8px;
          line-height: 16px;
          text-align: center;
          width: 16px;
          height: 16px;
          color: #ccc;
          border-radius: 50%;
          background: #f7f7f7;
          cursor: pointer; }
        .ws-form .form-content .ws-form-item .inner .ws-form-image .img {
          display: none;
          left: 0;
          top: 0;
          width: 80px;
          height: 80px;
          position: absolute; }
          .ws-form .form-content .ws-form-item .inner .ws-form-image .img img {
            max-width: 80px;
            max-height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .ws-form .form-content .ws-form-item .inner .ws-form-image input[type=file] {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          opacity: 0;
          width: 80px;
          height: 80px; }
      .ws-form .form-content .ws-form-item .inner .ws-form-date {
        vertical-align: middle;
        height: 42px;
        background: white;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        padding-top: 5px;
        cursor: pointer !important;
        width: 100%;
        color: #666; }
        .ws-form .form-content .ws-form-item .inner .ws-form-date /deep/ .ivu-input {
          border: none; }
        .ws-form .form-content .ws-form-item .inner .ws-form-date /deep/ .ivu-input[disabled] {
          background-color: #fff; }
  .ws-form .form-content .help-block {
    display: none;
    padding-top: 10px;
    color: #333;
    font-size: 12px; }
  .ws-form .form-content .ws-form-submit {
    margin: auto;
    margin-top: 20px;
    display: inline-block;
    width: 320px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #4285f4;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer; }
    .ws-form .form-content .ws-form-submit[disabled] {
      background: #ccc !important;
      color: #fff !important; }

.ws-article-list {
  width: 100%;
  min-height: 50px; }
  .ws-article-list .category-list {
    margin: auto;
    width: 1200px;
    overflow: hidden;
    padding: 10px;
    display: flex; }
    .ws-article-list .category-list .list-arrow {
      width: 24px;
      padding-top: 3px; }
      .ws-article-list .category-list .list-arrow .icon {
        cursor: pointer;
        font-size: 24px;
        display: none; }
    .ws-article-list .category-list .list-content {
      text-align: center;
      flex: 1;
      align-items: center;
      overflow: hidden;
      position: relative;
      height: 32px; }
      .ws-article-list .category-list .list-content ul {
        transition: 300ms ease-in-out;
        width: auto;
        height: 32px;
        position: absolute; }
        .ws-article-list .category-list .list-content ul li {
          float: left;
          cursor: pointer;
          margin: 0 12px;
          padding: 0 20px;
          font-size: 16px;
          text-align: center;
          color: #333;
          height: 32px;
          line-height: 32px;
          border-radius: 16px; }
  .ws-article-list .article-list1 {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    padding: 16px 0; }
    .ws-article-list .article-list1 .article-item {
      margin: auto;
      margin-bottom: 30px;
      width: 1100px;
      background: #fff;
      box-shadow: 2px 0px 10px 0px rgba(63, 130, 231, 0.1);
      border-radius: 4px;
      display: flex;
      padding: 30px; }
      .ws-article-list .article-list1 .article-item:last-child {
        margin-bottom: 0; }
      .ws-article-list .article-list1 .article-item:hover {
        box-shadow: 2px 0px 20px 0px rgba(63, 130, 231, 0.1); }
      .ws-article-list .article-list1 .article-item .item-image {
        width: 320px;
        height: 190px; }
        .ws-article-list .article-list1 .article-item .item-image img {
          width: 100%;
          height: 100%; }
      .ws-article-list .article-list1 .article-item .item-content {
        flex: 1;
        padding: 0 50px;
        padding-top: 30px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis; }
        .ws-article-list .article-list1 .article-item .item-content .content-title {
          margin-top: 16px;
          height: 26px;
          line-height: 26px;
          font-size: 16px;
          font-weight: bold;
          color: #3B426B;
          overflow: hidden; }
        .ws-article-list .article-list1 .article-item .item-content .content-desc {
          margin-top: 16px;
          height: 22px;
          line-height: 22px;
          font-size: 12px;
          color: #7D88A2;
          overflow: hidden; }
        .ws-article-list .article-list1 .article-item .item-content .content-info {
          margin-top: 16px;
          font-size: 12px;
          color: #7D88A2;
          overflow: hidden; }
          .ws-article-list .article-list1 .article-item .item-content .content-info .info-button {
            float: right;
            display: inline-block;
            width: 86px;
            height: 24px;
            line-height: 22px;
            background: #3B426B;
            text-align: center;
            color: #fff;
            border-radius: 4px; }
  .ws-article-list .article-list2 {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    padding: 16px 0; }
    .ws-article-list .article-list2 .article-item {
      width: 520px;
      margin-left: 10px;
      margin-right: 10px;
      float: left;
      margin-bottom: 20px;
      background: #fff;
      box-shadow: 2px 0px 10px 0px rgba(63, 130, 231, 0.1);
      border-radius: 4px;
      display: flex;
      padding: 30px; }
      .ws-article-list .article-list2 .article-item:hover {
        box-shadow: 2px 0px 20px 0px rgba(63, 130, 231, 0.1); }
      .ws-article-list .article-list2 .article-item .item-image {
        width: 236px;
        height: 140px; }
        .ws-article-list .article-list2 .article-item .item-image img {
          width: 100%;
          height: 100%; }
      .ws-article-list .article-list2 .article-item .item-content {
        flex: 1;
        padding: 0 20px;
        padding-top: 10px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis; }
        .ws-article-list .article-list2 .article-item .item-content .content-title {
          margin-top: 16px;
          height: 26px;
          line-height: 26px;
          font-size: 16px;
          font-weight: bold;
          color: #3B426B;
          overflow: hidden; }
        .ws-article-list .article-list2 .article-item .item-content .content-desc {
          margin-top: 16px;
          height: 22px;
          line-height: 22px;
          font-size: 12px;
          color: #7D88A2;
          overflow: hidden; }
        .ws-article-list .article-list2 .article-item .item-content .content-info {
          margin-top: 16px;
          font-size: 12px;
          color: #7D88A2;
          overflow: hidden; }
          .ws-article-list .article-list2 .article-item .item-content .content-info .info-button {
            display: inline-block;
            width: 86px;
            height: 24px;
            line-height: 22px;
            background: #3B426B;
            text-align: center;
            color: #fff;
            border-radius: 4px; }
  .ws-article-list .article-list3 {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    padding: 16px 0; }
    .ws-article-list .article-list3 .article-item {
      margin: auto;
      width: 1100px;
      margin-bottom: 30px;
      background: #fff;
      box-shadow: 2px 0px 20px 0px rgba(63, 130, 231, 0.1);
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      padding: 30px; }
      .ws-article-list .article-list3 .article-item:last-child {
        margin-bottom: 0; }
      .ws-article-list .article-list3 .article-item:hover {
        box-shadow: 2px 0px 20px 0px rgba(63, 130, 231, 0.1); }
      .ws-article-list .article-list3 .article-item .item-row {
        display: flex; }
        .ws-article-list .article-list3 .article-item .item-row.sub {
          margin-top: 22px; }
          .ws-article-list .article-list3 .article-item .item-row.sub .row-left {
            font-size: 12px; }
          .ws-article-list .article-list3 .article-item .item-row.sub .row-right {
            text-align: right; }
        .ws-article-list .article-list3 .article-item .item-row .row-left {
          font-size: 16px;
          height: 22px;
          line-height: 22px;
          overflow: hidden;
          width: 800px; }
        .ws-article-list .article-list3 .article-item .item-row .row-right {
          flex: 1;
          text-align: right;
          font-size: 12px; }
          .ws-article-list .article-list3 .article-item .item-row .row-right .info-button {
            display: inline-block;
            width: 86px;
            height: 24px;
            font-size: 12px;
            line-height: 22px;
            background: #3B426B;
            text-align: center;
            color: #fff;
            border-radius: 4px; }
  .ws-article-list .content {
    margin: auto; }
    .ws-article-list .content .content-loading {
      width: 200px;
      margin: auto; }
    .ws-article-list .content .page-list {
      margin: auto;
      width: 1200px;
      overflow: hidden;
      padding: 10px;
      display: flex; }
      .ws-article-list .content .page-list ul {
        margin: auto; }
        .ws-article-list .content .page-list ul li {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-align: center;
          line-height: 32px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
          margin-left: 5px; }
          .ws-article-list .content .page-list ul li a {
            display: block; }
          .ws-article-list .content .page-list ul li .icon {
            font-size: 12px; }

.ws-header {
  position: relative;
  width: 100%;
  height: 74px; }
  .ws-header.immersion {
    z-index: 100; }
  .ws-header .ws-header-style1 {
    position: relative; }
    .ws-header .ws-header-style1 .header-content {
      width: 1200px;
      margin: auto;
      height: 74px;
      display: flex;
      align-items: center; }
      .ws-header .ws-header-style1 .header-content .header-logo img {
        max-width: 140px;
        max-height: 54px;
        vertical-align: middle; }
      .ws-header .ws-header-style1 .header-content .header-logo .logo-text {
        font-weight: bold;
        font-size: 39px;
        color: #BDBDBD;
        margin-top: 0px; }
      .ws-header .ws-header-style1 .header-content .header-navs {
        flex: 1; }
        .ws-header .ws-header-style1 .header-content .header-navs ul {
          padding-left: 100px;
          height: 74px;
          margin: 0;
          z-index: 102; }
          .ws-header .ws-header-style1 .header-content .header-navs ul li {
            user-select: none;
            color: #333;
            font-weight: 500;
            font-size: 14px;
            float: left;
            height: 74px;
            margin-top: 22px;
            margin-right: 40px;
            line-height: 52px;
            text-align: center;
            cursor: pointer; }
            .ws-header .ws-header-style1 .header-content .header-navs ul li a {
              display: block; }
            .ws-header .ws-header-style1 .header-content .header-navs ul li:hover .active-line {
              visibility: visible; }
            .ws-header .ws-header-style1 .header-content .header-navs ul li:hover .active-pop {
              transform: rotate3d(0, 0, 0, 0deg);
              transform-origin: 50% 0%;
              max-height: 1000px; }
            .ws-header .ws-header-style1 .header-content .header-navs ul li .active-line {
              width: 100%;
              height: 2px;
              background-color: #000;
              visibility: hidden; }
            .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop {
              padding: 20px;
              overflow: hidden;
              position: absolute;
              background: #fff;
              left: 0;
              top: 74px;
              box-shadow: 0px 7px 7px -7px rgba(200, 201, 204, 0.5);
              transform: rotate3d(1, 0, 0, -90deg);
              z-index: 103;
              max-height: 0px;
              transform-origin: 50% 0%;
              transition: 300ms ease-in-out;
              width: 100%;
              transform: rotate3d(1, 0, 0, -90deg);
              max-height: 0px;
              transform-origin: 50% 0%; }
              .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container {
                margin: auto;
                text-align: left;
                max-width: 1233px; }
                .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container .pop-item {
                  width: 300px;
                  padding: 10px;
                  display: inline-block;
                  padding-left: 68px;
                  padding-bottom: 20px;
                  margin-left: 1px;
                  margin-bottom: 1px; }
                  .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container .pop-item:hover {
                    background: #fff;
                    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
                    border-radius: 0px 0px 2px 2px; }
                  .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container .pop-item .item-title {
                    font-size: 14px;
                    color: #3b426b;
                    height: 40px;
                    line-height: 40px;
                    padding-bottom: 10px;
                    position: relative;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    max-width: 180px;
                    text-align: left; }
                  .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container .pop-item .item-line {
                    height: 2px;
                    width: 34px;
                    background-color: #B1BACF; }
                  .ws-header .ws-header-style1 .header-content .header-navs ul li .active-pop .pop-container .pop-item .item-desc {
                    color: #7d88a2;
                    margin-top: 6px;
                    height: 26px;
                    line-height: 26px;
                    font-size: 12px;
                    text-align: left;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    max-width: 180px; }
      .ws-header .ws-header-style1 .header-content .header-btn {
        user-select: none;
        width: 180px;
        text-align: center;
        font-size: 12px; }
        .ws-header .ws-header-style1 .header-content .header-btn .btn-text {
          display: inline-block;
          width: 58px;
          height: 28px;
          border-radius: 14px;
          line-height: 26px;
          text-align: center;
          cursor: pointer;
          user-select: none; }
        .ws-header .ws-header-style1 .header-content .header-btn .btn-item {
          display: inline-block;
          width: 78px;
          height: 28px;
          background: #fb6638;
          border-radius: 14px;
          color: #fff;
          line-height: 26px;
          text-align: center;
          cursor: pointer;
          user-select: none; }
  .ws-header.fixed .ws-header-style1 {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff !important;
    box-shadow: 0px 7px 7px -7px rgba(200, 201, 204, 0.5);
    transition: 300ms ease-in-out; }
    .ws-header.fixed .ws-header-style1 .header-navs ul li a {
      color: #333 !important; }
    .ws-header.fixed .ws-header-style1 .btn-text {
      color: #333 !important; }

.article-container {
  overflow: hidden;
  background: #fff;
  width: 100%;
  border-top: 20px solid #f7f7f7; }
  .article-container .article-detail {
    width: 1200px;
    margin: auto;
    padding: 20px; }
    .article-container .article-detail .crumbs {
      font-size: 14px;
      font-weight: 500;
      color: #3b426b;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
    .article-container .article-detail .content {
      padding: 20px 0;
      display: flex; }
      .article-container .article-detail .content .content-detail {
        width: 860px; }
        .article-container .article-detail .content .content-detail .detail-title {
          font-size: 30px;
          font-weight: bold;
          color: #3b426b;
          line-height: 32px;
          word-break: break-all; }
        .article-container .article-detail .content .content-detail .detail-info {
          display: block;
          height: 14px;
          font-size: 14px;
          font-weight: 500;
          color: #7d88a2;
          margin-top: 32px; }
        .article-container .article-detail .content .content-detail .detail-thumb {
          display: block;
          margin-top: 20px; }
          .article-container .article-detail .content .content-detail .detail-thumb img {
            width: 844px; }
        .article-container .article-detail .content .content-detail .detail-body {
          word-break: break-word;
          margin-top: 20px;
          display: block; }
          .article-container .article-detail .content .content-detail .detail-body img {
            max-width: 100%;
            display: inline-block;
            vertical-align: middle; }
          .article-container .article-detail .content .content-detail .detail-body p, .article-container .article-detail .content .content-detail .detail-body table, .article-container .article-detail .content .content-detail .detail-body pre {
            max-width: 100%;
            white-space: pre-wrap;
            word-wrap: break-word; }
      .article-container .article-detail .content .content-right {
        margin-left: 20px;
        width: 320px;
        text-align: right; }
        .article-container .article-detail .content .content-right .right-inner {
          text-align: left;
          display: inline-block;
          width: 312px;
          background: white;
          box-shadow: 2px 2px 7px 3px rgba(230, 233, 246, 0.5); }
          .article-container .article-detail .content .content-right .right-inner .inner-title {
            position: relative;
            height: 22px;
            line-height: 22px;
            font-size: 16px;
            font-weight: bold;
            color: #3b426b;
            margin: 20px;
            padding-left: 10px; }
            .article-container .article-detail .content .content-right .right-inner .inner-title:before {
              position: absolute;
              content: '';
              top: 0;
              left: 0;
              bottom: 0;
              width: 2px;
              background-color: #FF6F42; }
          .article-container .article-detail .content .content-right .right-inner .inner-item {
            width: 280px;
            margin-left: 14px;
            margin-bottom: 14px; }
            .article-container .article-detail .content .content-right .right-inner .inner-item img {
              width: 280px;
              height: 162px;
              border-radius: 4px; }
            .article-container .article-detail .content .content-right .right-inner .inner-item p {
              overflow: hidden;
              word-break: break-all;
              text-overflow: ellipsis;
              font-size: 14px;
              height: 22px;
              line-height: 22px;
              margin-top: 10px;
              width: 280px;
              font-weight: bold;
              color: #3b426b; }

.ws-footer {
  position: relative; }
  .ws-footer .ws-footer-style1 {
    display: block;
    margin: auto;
    width: 1200px;
    overflow: hidden;
    padding-top: 10px; }
    .ws-footer .ws-footer-style1 .footer-content {
      display: flex; }
      .ws-footer .ws-footer-style1 .footer-content .content-nav {
        width: 600px;
        padding-left: 30px;
        padding-right: 30px;
        color: #d5d5d5; }
        .ws-footer .ws-footer-style1 .footer-content .content-nav .nav-item {
          width: 600px;
          height: 60px;
          margin-bottom: 20px; }
          .ws-footer .ws-footer-style1 .footer-content .content-nav .nav-item .nav-item-title {
            font-size: 16px;
            font-weight: bold;
            margin-top: 60px;
            color: #FEFEFE; }
          .ws-footer .ws-footer-style1 .footer-content .content-nav .nav-item ul {
            margin-top: 35px; }
            .ws-footer .ws-footer-style1 .footer-content .content-nav .nav-item ul li {
              cursor: pointer;
              font-size: 14px;
              float: left;
              width: 120px;
              margin-left: 20px;
              height: 22px;
              color: #9c9c9c;
              overflow: hidden;
              word-break: break-all;
              text-overflow: ellipsis; }
              .ws-footer .ws-footer-style1 .footer-content .content-nav .nav-item ul li:first-child {
                margin-left: 0; }
      .ws-footer .ws-footer-style1 .footer-content .content-info {
        padding-top: 70px;
        margin-left: 230px;
        font-size: 16px; }
        .ws-footer .ws-footer-style1 .footer-content .content-info .info-title {
          color: #fff;
          font-weight: bold; }
        .ws-footer .ws-footer-style1 .footer-content .content-info .info-row {
          margin-top: 20px; }
        .ws-footer .ws-footer-style1 .footer-content .content-info .info-qrcode {
          margin-top: 55px; }
          .ws-footer .ws-footer-style1 .footer-content .content-info .info-qrcode img {
            width: 116px;
            height: 116px; }
    .ws-footer .ws-footer-style1 .footer-copyright {
      display: block;
      border-top: 1px solid #eee;
      text-align: center;
      margin-top: 40px;
      padding: 34px 0;
      color: #9c9c9c; }
  .ws-footer .ws-footer-style2 {
    margin: auto;
    display: block;
    width: 1200px;
    overflow: hidden;
    padding-top: 60px; }
    .ws-footer .ws-footer-style2 .footer-content {
      display: flex;
      padding-top: 10px; }
      .ws-footer .ws-footer-style2 .footer-content .content-logo {
        position: relative;
        text-align: center;
        width: 200px; }
        .ws-footer .ws-footer-style2 .footer-content .content-logo .logo-text {
          font-weight: bold;
          font-size: 39px;
          color: #4497FF;
          margin-top: 26px; }
        .ws-footer .ws-footer-style2 .footer-content .content-logo img {
          position: absolute;
          max-width: 140px;
          max-height: 54px;
          top: 50%;
          left: 50%;
          border-radius: 5px;
          transform: translate(-50%, -100%); }
      .ws-footer .ws-footer-style2 .footer-content .content-qrcode {
        width: 122px;
        height: 122px;
        margin-left: 50px; }
        .ws-footer .ws-footer-style2 .footer-content .content-qrcode img {
          width: 120px;
          height: 120px; }
      .ws-footer .ws-footer-style2 .footer-content .content-nav {
        flex: 1;
        display: flex;
        color: #d5d5d5;
        margin-left: 100px; }
        .ws-footer .ws-footer-style2 .footer-content .content-nav .nav-item {
          width: 250px; }
          .ws-footer .ws-footer-style2 .footer-content .content-nav .nav-item .nav-item-title {
            font-size: 16px;
            font-weight: bold;
            color: #333; }
          .ws-footer .ws-footer-style2 .footer-content .content-nav .nav-item ul {
            margin-top: 30px; }
            .ws-footer .ws-footer-style2 .footer-content .content-nav .nav-item ul li {
              width: 120px;
              cursor: pointer;
              margin-bottom: 18px;
              font-size: 14px;
              color: #666;
              overflow: hidden;
              word-break: break-all;
              text-overflow: ellipsis; }
              .ws-footer .ws-footer-style2 .footer-content .content-nav .nav-item ul li:first-child {
                margin-left: 0; }
    .ws-footer .ws-footer-style2 .footer-info {
      display: block;
      margin-top: 60px;
      border-top: 1px solid #eee;
      text-align: center;
      padding: 40px 0;
      color: #d5d5d5; }
    .ws-footer .ws-footer-style2 .footer-copyright {
      display: block;
      border-top: 1px solid #eee;
      text-align: center;
      padding: 35px 0;
      color: #d5d5d5; }
  .ws-footer .ws-footer-style3 {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 1200px;
    overflow: hidden; }
    .ws-footer .ws-footer-style3 .footer-logo {
      display: block;
      border-bottom: 1px solid #666;
      padding: 40px; }
      .ws-footer .ws-footer-style3 .footer-logo img {
        max-width: 140px;
        max-height: 54px;
        vertical-align: middle; }
      .ws-footer .ws-footer-style3 .footer-logo .logo-text {
        font-weight: bold;
        font-size: 39px;
        color: #64696F; }
    .ws-footer .ws-footer-style3 .footer-content {
      display: flex;
      align-items: center; }
      .ws-footer .ws-footer-style3 .footer-content .content-nav {
        flex: 1;
        display: flex;
        color: #d5d5d5;
        padding: 40px;
        padding-bottom: 20px; }
        .ws-footer .ws-footer-style3 .footer-content .content-nav .nav-item {
          width: 220px; }
          .ws-footer .ws-footer-style3 .footer-content .content-nav .nav-item .nav-item-title {
            font-size: 16px;
            font-weight: bold;
            color: #fff; }
          .ws-footer .ws-footer-style3 .footer-content .content-nav .nav-item ul {
            margin-top: 30px; }
            .ws-footer .ws-footer-style3 .footer-content .content-nav .nav-item ul li {
              cursor: pointer;
              width: 120px;
              margin-bottom: 18px;
              color: #666;
              font-size: 14px;
              overflow: hidden;
              word-break: break-all;
              text-overflow: ellipsis; }
              .ws-footer .ws-footer-style3 .footer-content .content-nav .nav-item ul li:first-child {
                margin-left: 0; }
      .ws-footer .ws-footer-style3 .footer-content .content-qrcode {
        width: 130px; }
        .ws-footer .ws-footer-style3 .footer-content .content-qrcode img {
          width: 116px;
          height: 116px; }
      .ws-footer .ws-footer-style3 .footer-content .content-info {
        width: 300px;
        font-size: 15px; }
        .ws-footer .ws-footer-style3 .footer-content .content-info .info-row {
          margin-top: 2px; }
    .ws-footer .ws-footer-style3 .footer-copyright {
      display: block;
      border-top: 1px solid #666;
      padding: 40px 0;
      color: #d5d5d5; }

.swiper-pagination {
  bottom: 26px !important; }

.ws-customer {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1000;
  text-align: right;
  margin-top: -50px; }
  .ws-customer .preview-image {
    cursor: pointer; }
    .ws-customer .preview-image img {
      width: 100px;
      height: 100px; }

.preview-customer {
  margin: auto;
  width: 200px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(218, 217, 231, 0.8);
  border-radius: 2px;
  text-align: center;
  display: flex;
  position: relative;
  flex-direction: column; }
  .preview-customer .ivu-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px; }

.preview-customer p, .preview-customer a p {
  font-size: 14px;
  color: #3b426b; }

.preview-customer .bor-b {
  position: relative; }

.preview-customer .bor-b:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #f7f7f7;
  display: block; }

.preview-customer .chat-title {
  line-height: 62px;
  font-size: 16px;
  color: #3b426b; }

.chat-name {
  line-height: 54px; }

.preview-customer img {
  padding-bottom: 14px;
  width: 142px;
  height: 142px;
  margin: 0 auto; }

.preview-customer .chat-tel {
  padding: 10px 0 10px 0; }

.preview-customer .chat-mobile {
  color: #fb6638;
  font-weight: 500;
  flex: 1;
  font-size: 16px;
  padding-bottom: 20px; }

.preview-customer .backtop {
  line-height: 56px; }

.preview-customer .close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url(https://www.m-666.com/static/images/website/customer-close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  user-select: none; }


