body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 100; }

i {
  font-style: normal; }

p {
  word-wrap: break-word; }

li {
  list-style: none; }

.dis {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  height: 0; }

.clearfix {
  zoom: 1; }

body {
  font-size: 14px;
  line-height: 1;
  color: #282a3c;
  font-family: gotham_bookregular, 'Gotham Book', GothamBook, 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Hiragino Sans GB', 'Microsoft YaHei';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern"; }

img {
  border: 0;
  vertical-align: middle; }

button {
  outline: 0;
  cursor: pointer; }

a {
  text-decoration: none;
  outline: none; }

a:active {
  outline: 0 none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.content-cont {
  width: 100%;
  height: 100%; }
  .content-cont .point-top {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .content-cont .point-top .point-img {
      margin-top: 38px; }
      .content-cont .point-top .point-img img {
        /* width: 47px;
         height: 47px;*/ }
    .content-cont .point-top .cont-h1 {
      margin-top: 10px;
      font-size: 30px;
      color: #333; }
    .content-cont .point-top .cont-p {
      margin-top: 18px;
      font-size: 16px;
      color: #fe3c00;
      letter-spacing: 1px; }
    .content-cont .point-top .cont-p-bir {
      color: #f73b82; }
    .content-cont .point-top .office-p {
      color: #20bdf7; }
    .content-cont .point-top .tool-p {
      color: #f23e68; }
    .content-cont .point-top .cont-voucher-color {
      color: #ff536f; }
    .content-cont .point-top .cont-p-companytool {
      color: #0ace6d; }
    .content-cont .point-top .cont-p-physical {
      color: #0ace6d; }
    .content-cont .point-top .point-main-btn {
      width: 315px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      background: #fe3c00;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin-top: 22px; }
    .content-cont .point-top .birth-bg {
      background: #f73b82; }
    .content-cont .point-top .office-main-btn {
      background: #20bdf7; }
    .content-cont .point-top .voucher-main-btn {
      background: #ff536f; }
    .content-cont .point-top .tool-main-btn {
      background: #f23e68; }
    .content-cont .point-top .companytool-btn {
      background: #0ace6d; }
    .content-cont .point-top .solid {
      width: 1000px;
      margin-top: 36px;
      border: 1px solid #e3e3e3; }

.what-point {
  width: 1000px;
  margin: 0 auto;
  padding-left: 25px; }
  .what-point .what-left {
    width: 475px;
    float: left;
    margin-left: 20px; }
    .what-point .what-left h1 {
      font-size: 24px;
      color: #333;
      margin-top: 75px; }
    .what-point .what-left .solid-red {
      width: 60px;
      height: 2px;
      background: #fe3c00;
      margin-top: 20px;
      margin-bottom: 20px; }
    .what-point .what-left .solid-blue {
      background: #20bdf7; }
    .what-point .what-left .solid-voucher {
      background: #ff536f; }
    .what-point .what-left .tool-solid {
      background: #f23e68; }
    .what-point .what-left .solid-companytool {
      background: #0ace6d; }
    .what-point .what-left .solid-birth {
      background: #f73b82; }
    .what-point .what-left p {
      font-size: 16px;
      color: #666666;
      line-height: 24px;
      letter-spacing: 1px; }
  .what-point .what-right {
    float: left;
    margin-left: 160px;
    margin-top: 85px; }
    .what-point .what-right img {
      /*width: 293px;
      height: 194px;*/ }
    .what-point .what-right .what-right-voucher {
      /* width: 380px;
       height: 185px;*/ }
  .what-point .what-tool {
    margin-top: 5px; }
  .what-point .what-voucher {
    margin-left: 90px; }
  .what-point .what-phy {
    margin-left: 80px; }
  .what-point .what-right-phy {
    margin-top: 0px;
    margin-left: 48px; }

.btn {
  border-radius: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #fff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.point-3 {
  width: 100%;
  /*height: 405px;*/
  margin-top: 85px; }
  .point-3 img {
    width: 100%;
    height: 100%; }

.point-4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 65px; }
  .point-4 h1 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px; }
  .point-4 p {
    font-size: 16px;
    color: #fe3c00;
    letter-spacing: 1px;
    margin-top: 24px; }
  .point-4 .birth-4-corlor {
    color: #f73b82; }
  .point-4 .companytool-4-color {
    color: #0ace6d; }
  .point-4 .point4-voucher-p {
    color: #f73b82; }
  .point-4 .point4-office-color {
    color: #20bdf7; }
  .point-4 .point4-cont {
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px; }
    .point-4 .point4-cont .point4-left {
      float: left;
      width: 333.3333px;
      text-align: center; }
      .point-4 .point4-cont .point4-left img {
        width: 234px;
        height: 145px; }
      .point-4 .point4-cont .point4-left h2 {
        margin-top: 38px;
        font-size: 18px;
        color: #fe3c00; }
      .point-4 .point4-cont .point4-left .birth-4-h2 {
        color: #f73b82; }
      .point-4 .point4-cont .point4-left .companytool-4-h2 {
        color: #0ace6d; }
      .point-4 .point4-cont .point4-left .point4-left-color {
        color: #20bdf7; }
      .point-4 .point4-cont .point4-left .point4-left-voucher {
        color: #ff536f; }
      .point-4 .point4-cont .point4-left .point4-p {
        padding-top: 25px;
        width: 228px;
        margin: 0 auto;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        letter-spacing: 1px; }
    .point-4 .point4-cont .point4-list4 {
      width: 260px; }
  .point-4 .point4-comp-h {
    padding-bottom: 50px; }
  .point-4 .point4-holiday {
    width: 1060px; }
  .point-4 .point-xian {
    height: 380px;
    border-right: 1px solid #eeeeee; }
  .point-4 .point-xians {
    height: 450px; }
  .point-4 .point-xian-he {
    height: 340px; }
  .point-4 .point-xs {
    height: 420px; }
  .point-4 .point-xian-l-h {
    height: 320px; }

.solid-bot {
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee; }

.point-5 {
  width: 1001px;
  margin: 0 auto; }
  .point-5 h1 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px;
    text-align: center; }
  .point-5 p {
    font-size: 16px;
    color: #fe3c00;
    letter-spacing: 1px;
    margin-top: 24px;
    text-align: center; }
  .point-5 .birth-5-color {
    color: #f73b82; }
  .point-5 .point5-color {
    color: #20bdf7; }
  .point-5 .point5-p-voucher {
    color: #ff536f; }
  .point-5 .point5-top {
    padding-top: 40px; }
  .point-5 .point5-left {
    float: left;
    width: 228px;
    height: 62px;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    background: #fe3c00;
    border-radius: 40px;
    text-align: center; }
  .point-5 .point5-birth-left-color {
    background: #f73b82; }
  .point-5 .point5-left-color {
    background: #20bdf7; }
  .point-5 .point6-left-bg-voucher {
    background: #ff536f; }
  .point-5 .point5-center {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 17.5px;
    text-align: center; }
    .point-5 .point5-center img {
      width: 27px;
      height: 27px; }
  .point-5 .point5-right {
    float: left;
    width: 735px;
    height: 62px;
    line-height: 60px;
    font-size: 16px;
    color: #fe3c00;
    border: 1px solid #fe3c00;
    border-radius: 40px;
    padding-left: 30px;
    letter-spacing: 1px; }
  .point-5 .point5-right-height-r {
    line-height: 24px;
    padding-top: 8px;
    padding-right: 10px; }
  .point-5 .point5-birth-right-color {
    color: #f73b82;
    border: 1px solid #f73b82; }
  .point-5 .point5-right-color {
    color: #20bdf7;
    border: 1px solid #20bdf7; }
  .point-5 .point5-right-voucher {
    color: #ff536f;
    border: 1px solid #ff536f; }
  .point-5 .point5-jian {
    text-align: start;
    margin-left: 107px;
    margin-top: 2px;
    margin-bottom: 2px; }
  .point-5 .point5-birth-jian {
    margin-left: 109px; }
  .point-5 .point5-voucher-img {
    margin-left: 109px; }

.point-6 {
  width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .point-6 h1 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px; }
  .point-6 p {
    font-size: 16px;
    color: #fe3c00;
    letter-spacing: 1px;
    margin-top: 24px; }
  .point-6 .point6-phy-p {
    color: #0aca6b; }
  .point-6 .point6-voucher-p {
    color: #ff536f; }
  .point-6 .point6-staff-p {
    color: #20bdf7; }
  .point-6 .point6-model {
    margin-top: 50px;
    margin-bottom: 80px;
    height: 500px; }
    .point-6 .point6-model .point6-cont {
      position: relative;
      float: left;
      width: 227px;
      height: 250px;
      border-radius: 3px;
      background: #fff;
      float: left;
      -webkit-box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18);
      box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18); }
      .point-6 .point6-model .point6-cont .point6-cont-list {
        position: relative;
        width: 100%;
        height: 130px;
        border-radius: 3px 3px 0 0;
        text-align: center;
        background: #ff3e87; }
        .point-6 .point6-model .point6-cont .point6-cont-list img {
          position: relative;
          margin-top: 40px;
          vertical-align: middle; }
      .point-6 .point6-model .point6-cont .point6-phy-list {
        background: #ffffff; }
        .point-6 .point6-model .point6-cont .point6-phy-list img {
          margin-top: 15px; }
      .point-6 .point6-model .point6-cont .point6-color-2 {
        background: #ffb932; }
      .point-6 .point6-model .point6-cont .point6-color-3 {
        background: #ef2c17; }
      .point-6 .point6-model .point6-cont .point6-color-4 {
        background: #1fbdf7; }
      .point-6 .point6-model .point6-cont .point6-color-5 {
        background: #00ce6d; }
      .point-6 .point6-model .point6-cont .point6-color-6 {
        background: #6b34b0; }
      .point-6 .point6-model .point6-cont .point6-color-7 {
        background: #00d0c9; }
      .point-6 .point6-model .point6-cont .point6-color-8 {
        background: #425064; }
      .point-6 .point6-model .point6-cont .point6-list-h1 {
        padding-top: 20px;
        text-align: center;
        color: #333;
        font-size: 16px; }
      .point-6 .point6-model .point6-cont .point6-list-p {
        padding-top: 15px;
        text-align: center;
        color: #757575;
        font-size: 14px; }
      .point-6 .point6-model .point6-cont .point6-phy-p-color {
        color: #ffffff; }
    .point-6 .point6-model .point6-phy {
      background: #0ace6d; }
    .point-6 .point6-model .point6-m-l {
      margin-left: 30px; }
    .point-6 .point6-model .point6-m-t {
      margin-top: 30px; }
  .point-6 .point6-staff-h {
    height: 400px;
    margin-bottom: 0; }

.point-7 {
  width: 100%;
  height: 490px;
  margin: 0 auto;
  text-align: center;
  background: #f1f6f8; }
  .point-7 h1 {
    padding-top: 60px;
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px; }
  .point-7 p {
    font-size: 16px;
    color: #fe3c00;
    letter-spacing: 1px;
    margin-top: 24px; }
  .point-7 .point7-bir-color {
    color: #f73b82; }
  .point-7 .point7-color {
    color: #20bdf7; }
  .point-7 .point7-voucher-p {
    color: #ff536f; }
  .point-7 .point7-cont {
    width: 1000px;
    height: 240px;
    margin: 0 auto;
    text-align: center;
    margin-top: 48px; }
    .point-7 .point7-cont .point7-list {
      width: 250px;
      border: 1px solid #f2f2f2;
      float: left;
      background: #ffffff;
      padding-bottom: 15px; }
      .point-7 .point7-cont .point7-list .point7-img {
        margin-top: 30px; }
        .point-7 .point7-cont .point7-list .point7-img img {
          width: 80px;
          height: 80px; }
      .point-7 .point7-cont .point7-list h2 {
        margin-top: 30px;
        font-size: 18px;
        color: #000000; }
      .point-7 .point7-cont .point7-list .point7-list-p {
        width: 195px;
        padding-top: 10px;
        font-size: 14px;
        color: #757575;
        line-height: 24px;
        margin: 0 auto;
        text-align: center; }
      .point-7 .point7-cont .point7-list .point7-l-h {
        line-height: 20px; }
      .point-7 .point7-cont .point7-list .point7-com-p {
        width: 190px; }
    .point-7 .point7-cont .point7-companytool-list {
      height: 365px; }
    .point-7 .point7-cont .point7-birth-cav {
      height: 290px; }
    .point-7 .point7-cont .point7-list-birth {
      margin-left: 35px;
      height: 290px; }
    .point-7 .point7-cont .point7-list-com {
      margin-left: 35px; }
    .point-7 .point7-cont .point7-holiday {
      height: 275px; }
    .point-7 .point7-cont .point7-none {
      border-left: none; }
    .point-7 .point7-cont .point7-list-bot {
      padding-bottom: 40px; }
    .point-7 .point7-cont .point7-office-list {
      height: 300px; }
    .point-7 .point7-cont .phy-top-solid {
      border-top: none; }
  .point-7 .point7-bir {
    width: 825px;
    height: 290px; }
  .point-7 .point7-tool-width {
    width: 825px; }
  .point-7 .point7-main-phy {
    margin-top: 0px; }
  .point-7 .phy-main-list-all {
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    text-align: initial;
    background: #ffffff; }
    .point-7 .phy-main-list-all h1 {
      font-size: 26px;
      color: #0ace6d;
      text-align: center; }
    .point-7 .phy-main-list-all ul li {
      float: left; }
      .point-7 .phy-main-list-all ul li .phy-list-p {
        font-size: 16px;
        color: #727175; }
        .point-7 .phy-main-list-all ul li .phy-list-p span {
          float: left;
          display: block;
          width: 5px;
          height: 5px;
          background: #0ace6d;
          border-radius: 50%;
          margin-right: 8px;
          margin-top: 10px; }
    .point-7 .phy-main-list-all ul .phy-li-l {
      margin-left: 80px; }
    .point-7 .phy-main-list-all ul .phy-li-c {
      margin-left: 205px; }
    .point-7 .phy-main-list-all ul .phy-li-r {
      margin-left: 150px; }

.phy-7 {
  height: 1030px;
  text-align: inherit; }
  .phy-7 h1 {
    text-align: center; }
  .phy-7 .phy7-tj {
    text-align: center; }

.point7-companytool {
  height: 620px; }

.point7-con-bir {
  height: 858px; }

.point7-holiday {
  height: auto;
  padding-bottom: 100px; }

.point7-office-bg {
  height: 550px; }

.point-8 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
  background: url("/Public/images/service/bg_club.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .point-8 .point8-h1 {
    padding-top: 78px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #ffffff; }
  .point-8 .point8-solid {
    margin: 0 auto;
    width: 160px;
    height: 2px;
    margin-top: 20px;
    background: #f23e68; }
  .point-8 .point8-p {
    margin-top: 28px;
    font-size: 14px;
    color: #5d5d6a; }
  .point-8 .point8-cont {
    position: relative;
    margin: 0 auto;
    width: 1508px;
    height: 540px;
    overflow: hidden;
    margin-top: 40px; }
    .point-8 .point8-cont .point8-list {
      position: relative;
      top: 0;
      left: 0; }
      .point-8 .point8-cont .point8-list .point8-li {
        width: 280px;
        height: 246px;
        float: left; }
        .point-8 .point8-cont .point8-list .point8-li .point8-li-font {
          font-size: 18px;
          color: #000000; }
        .point-8 .point8-cont .point8-list .point8-li .point8-li-p {
          font-size: 13px;
          color: #757575; }
    .point-8 .point8-cont .big {
      position: absolute;
      top: 10px;
      left: 0;
      width: 1508px; }
  .point-8 .big-club.big {
    position: absolute;
    top: 10px;
    left: 0;
    width: 1508px; }
    .point-8 .big-club.big li {
      float: left;
      margin-bottom: 25px;
      width: 280px;
      height: 246px;
      border-radius: 5px;
      background-color: #fff;
      background: linear-gradient(to bottom, #fff 50%, #f4f4f4 100%);
      -webkit-transition: transform 0.2s linear;
      transition: transform 0.2s linear; }

.big-club li:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear; }

.big-club .mb15 {
  margin-bottom: 15px; }

.big-club .mr {
  margin-right: 27px; }

.big-club li .top {
  position: relative;
  height: 115px; }

.big-club li .top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 150px;
  max-height: 100px; }

.big-club li .cont h3 {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1.3;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.big-club li .cont p {
  padding: 0 25px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #757575;
  line-height: 22px;
  text-align: center; }

.point-9 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px; }
  .point-9 h1 {
    font-size: 32px;
    color: #f23e68;
    margin-top: 45px;
    text-align: center; }
  .point-9 .point9-color-h1 {
    color: #ff536f; }
  .point-9 .point9-p {
    margin-top: 30px;
    margin-bottom: 36px;
    font-size: 14px;
    color: #757575;
    text-align: center; }
  .point-9 .point9-input-list {
    width: 410px;
    margin: 0 auto; }
    .point-9 .point9-input-list .point9-input {
      margin: 0 auto;
      margin-bottom: 15px;
      text-align: center; }
      .point-9 .point9-input-list .point9-input input {
        width: 410px;
        height: 48px;
        padding-left: 10px;
        font-size: 14px;
        color: #333333;
        border: 1px solid #efefef;
        outline: none; }
      .point-9 .point9-input-list .point9-input .point-other {
        color: #757575; }
      .point-9 .point9-input-list .point9-input .point-phy-val {
        width: 301px; }
  .point-9 .point9-btn-div {
    text-align: center; }
    .point-9 .point9-btn-div .point9-button {
      width: 315px;
      height: 40px;
      line-height: 38px;
      background: #f23e68;
      border-radius: 40px;
      outline: none;
      font-size: 16px;
      color: #ffffff;
      border: none;
      margin-top: 10px;
      text-align: center; }
    .point-9 .point9-btn-div .point9-color-bg {
      background: #ff536f; }
  .point-9 .point9-tips {
    font-size: 14px;
    margin-top: 0px;
    color: #ff0000; }

/*----------------*/
.layer-service {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.layer-service .layer-service-style {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 1050; }

.layer-main {
  width: 880px;
  position: relative;
  margin: 30px auto;
  z-index: 1051;
  background: #fff;
  border-radius: 4px; }

.layer-main h1 {
  color: #000033;
  font-size: 24px;
  text-align: center;
  padding-top: 30px; }

.layer-main .layer-p-l {
  margin-top: 20px;
  font-size: 14px;
  color: #0ace6d;
  margin-bottom: 15px;
  text-align: center; }

.layer-service .icon-close {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  color: #333;
  font-size: 25px; }

.layer-service .icon-close:hover {
  color: #6e54ff; }

.layer-service .service-input {
  text-align: center; }

.layer-service .service-input input {
  width: 530px;
  height: 45px;
  border: 1px solid #e7e7e7;
  outline: none;
  font-size: 14px;
  margin-top: 15px;
  padding-left: 10px; }

.layer-service .service-input .service-input-lists {
  width: 420px; }

.layer-main .error-prompt {
  font-size: 14px;
  margin-top: 0px;
  color: #ff0000;
  margin-left: 175px; }

.layer-main .layer-button button {
  display: inline-block;
  float: left;
  width: 255px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #6e54ff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.layer-main .layer-button {
  margin-left: 175px;
  margin-top: 30px; }

.layer-main .layer-button .btn-layer {
  background: #6f53ff; }

.layer-main .layer-button button:hover {
  background: #5B36E6;
  color: #fff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.layer-main .layer-button .btn-m {
  margin-left: 20px;
  color: #ffffff;
  margin-bottom: 30px; }

.layer-main .layer-button .btn-l {
  background: #ffffff;
  color: #6f53ff;
  width: 255px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #6e54ff;
  margin-bottom: 30px; }

.layer-main .layer-button .btn-l:hover {
  background: #5B36E6;
  color: #fff; }

.layer-submit {
  width: 680px;
  position: relative;
  margin: 30px auto;
  z-index: 1051;
  background: #fff;
  border-radius: 4px;
  text-align: center; }

.layer-submit .sub-success {
  margin-top: 30px;
  display: inline-block;
  text-align: center; }

.layer-submit h1 {
  font-size: 20px;
  color: #0ace6d;
  padding-top: 15px; }

.layer-submit p {
  margin-top: 20px;
  font-size: 14px;
  color: #757575; }

.layer-submit .success-layer {
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #6e54ff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
  margin-bottom: 30px; }

.layer-submit .success-layer:hover {
  background: #5B36E6;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/*-------------------------------------------------------*/
.point-container {
  width: 970px;
  margin: 0 auto; }

.point-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #757575; }

.point-title span {
  cursor: pointer; }

.point-container .point-main {
  width: 970px;
  background: #ffffff;
  border-top: 3px solid #8046fb;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 80px; }

.point-main h1 {
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
  text-align: center; }

.point-main .point-main-btn {
  width: 295px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background: #6e54ff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 20px; }

.point-main .point-main-btn:hover {
  background: #5B36E6;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.point-main .point-solid {
  width: 686px;
  margin: 0 auto; }

.point-main .point-solid h1 {
  border-bottom: 1px solid #ebebeb; }

/*---------------------------------------------------------*/
@media screen and (max-width: 1450px) {
  .club-member {
    position: relative;
    margin: 0 auto;
    overflow: hidden; }

  .club-member .new-club, .club-member .big-club {
    height: 425px; }

  .club-member .new-club.big, .club-member .big-club.big {
    position: absolute;
    top: 10px;
    left: 75px;
    width: 1200px; }

  .club-member .new-club:after, .club-member .big-club:after {
    display: table;
    content: '';
    clear: both; }

  .club-member .new-club li, .club-member .big-club li {
    margin-bottom: 20px;
    height: 200px;
    border-radius: 5px;
    background-color: #fff; }

  .club-member .new-club li .top, .club-member .big-club li .top {
    /* height: 88px;*/ }

  .club-member .new-club li .top img, .club-member .big-club li .top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 150px;
    max-height: 80px; }

  .club-member .new-club li .cont .club-part, .club-member .big-club li .cont .club-part {
    position: relative;
    width: 100%; }

  .club-member .new-club li .cont .club-part .line, .club-member .big-club li .cont .club-part .line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50px;
    width: 1px;
    border-left: 1px solid #ededed; }

  .club-member .new-club li .cont .club-part .info, .club-member .big-club li .cont .club-part .info {
    float: left;
    width: 50%; }

  .club-member .new-club li .cont .club-part .info .data, .club-member .big-club li .cont .club-part .info .data {
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    color: #6f53ff;
    line-height: 1; }

  .club-member .new-club li .cont .club-part .info .data-name, .club-member .big-club li .cont .club-part .info .data-name {
    padding: 0;
    font-size: 14px;
    color: #757575;
    line-height: 1; }

  .club-member .new-club li .cont h3, .club-member .big-club li .cont h3 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }

  .club-member .new-club li .cont h3.mb15, .club-member .big-club li .cont h3.mb15 {
    margin-bottom: 15px; }

  .club-member .new-club li .cont h3.mb20, .club-member .big-club li .cont h3.mb20 {
    margin-bottom: 20px; }

  .club-member .new-club li .cont p, .club-member .big-club li .cont p {
    padding: 0 25px;
    line-height: 22px; }

  .club-member .new-club li .cont .cover-wz, .club-member .big-club li .cont .cover-wz {
    height: 65px;
    overflow: hidden; }

  .club-member .new-club li.mr, .club-member .big-club li.mr {
    margin-right: 0; }

  .club-member .new-club li.mr1366, .club-member .big-club li.mr1366 {
    margin-right: 22px; }

  .club-member .new-club li.cl-mr1366, .club-member .big-club li.cl-mr1366 {
    margin-right: 0; }

  .club-member .new-club li.dis-1366, .club-member .big-club li.dis-1366 {
    display: none; } }
.point-5-bottom {
  margin-bottom: 60px; }

.tool-title {
  width: 1000px;
  margin: 0 auto;
  margin-top: 78px;
  text-align: center; }
  .tool-title h1 {
    font-size: 30px;
    color: #333333; }
  .tool-title p {
    font-size: 16px;
    color: #f23e68;
    margin-top: 20px; }

.why-tool {
  width: 1000px;
  margin: 0 auto;
  padding-left: 25px; }
  .why-tool .whu-tool-left {
    width: 472px;
    float: left;
    margin-left: 50px;
    margin-right: 125px; }
    .why-tool .whu-tool-left .why-tool-img {
      margin-left: 95px; }
  .why-tool .why-tool-right {
    margin-top: 135px;
    margin-left: 25px; }
    .why-tool .why-tool-right h1 {
      font-size: 24px;
      color: #333333; }
    .why-tool .why-tool-right .solid-tool {
      margin-left: 620px;
      width: 60px;
      height: 2px;
      margin-top: 20px;
      margin-bottom: 20px;
      background: #f23e68; }
    .why-tool .why-tool-right p {
      font-size: 16px;
      color: #666666;
      line-height: 24px;
      letter-spacing: 1px; }
  .why-tool .why-tool-r {
    margin-top: 65px; }
    .why-tool .why-tool-r .tool-h1 {
      padding-top: 75px;
      font-size: 22px;
      color: #181918;
      font-weight: 400; }
    .why-tool .why-tool-r .tool-p {
      margin-top: 10px;
      font-size: 16px;
      color: #6a6b6a;
      line-height: 20px; }
  .why-tool .why-tool-more {
    width: 390px;
    float: left;
    margin-top: 80px;
    margin-left: 80px; }
    .why-tool .why-tool-more h1 {
      font-size: 22px;
      color: #181918;
      font-weight: 400; }
    .why-tool .why-tool-more p {
      margin-top: 10px;
      font-size: 16px;
      color: #6a6b6a;
      line-height: 24px; }
  .why-tool .whu-r-more {
    float: left;
    margin-left: 150px;
    margin-bottom: 110px; }

.physical-what {
  width: 100%;
  height: 680px;
  margin: 0 auto;
  text-align: center;
  background: #f1f6f8;
  margin-top: 60px; }
  .physical-what h1 {
    padding-top: 30px;
    font-size: 30px;
    color: #333333;
    letter-spacing: 1px; }
  .physical-what p {
    margin-top: 20px;
    font-size: 16px;
    color: #0aca6b;
    letter-spacing: 1px; }
  .physical-what .physical-solid {
    width: 1000px;
    margin: 0 auto;
    height: 1px;
    border: 1px solid #e3e3e3;
    margin-top: 30px; }
  .physical-what .physical-cont {
    width: 1000px;
    margin: 0 auto;
    padding-top: 25px; }
    .physical-what .physical-cont .phy-cont-l {
      width: 470px;
      float: left;
      font-size: 24px;
      color: #ff0000;
      margin-bottom: 25px; }
    .physical-what .physical-cont .phy-cont-r {
      width: 470px;
      float: left;
      font-size: 24px;
      color: #0ace6d;
      margin-left: 60px;
      margin-bottom: 25px; }
    .physical-what .physical-cont .physical-main {
      width: 1000px;
      margin: 0 auto;
      margin-bottom: 15px; }
      .physical-what .physical-cont .physical-main .physical-main-left {
        float: left;
        width: 470px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        color: #ff0000;
        background: #ffffff;
        border-radius: 40px; }
      .physical-what .physical-cont .physical-main .physical-mian-center {
        float: left;
        margin-left: 15px;
        margin-top: 11.5px;
        margin-right: 15px; }
        .physical-what .physical-cont .physical-main .physical-mian-center img {
          width: 27px;
          height: 27px; }
      .physical-what .physical-cont .physical-main .physical-mian-right {
        float: right;
        width: 470px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        background: #0ace6d;
        border-radius: 40px; }

.phy5-cont {
  width: 100%;
  height: 605px;
  margin-top: 60px;
  background: #f1f6f8;
  text-align: center; }
  .phy5-cont h1 {
    font-size: 30px;
    color: #333333;
    padding-top: 55px; }
  .phy5-cont p {
    margin-top: 25px;
    font-size: 16px;
    color: #0ace6d; }
  .phy5-cont .phy-main-cont {
    position: relative; }
  .phy5-cont .phy5-main {
    width: 1000px;
    margin: 0 auto; }
    .phy5-cont .phy5-main .phy5-main-list {
      position: relative;
      float: left;
      width: 220px;
      height: 150px;
      background: #ffffff;
      margin-top: 60px;
      margin-left: 90px;
      -webkit-box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18);
      box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18); }
      .phy5-cont .phy5-main .phy5-main-list h2 {
        line-height: 36px;
        height: 36px;
        color: #ffffff;
        background: #1fbdf7;
        text-align: center; }
      .phy5-cont .phy5-main .phy5-main-list .phy5-mian-list-p1 {
        margin-top: 20px;
        font-size: 16px;
        color: #1fbcf6; }
      .phy5-cont .phy5-main .phy5-main-list .phy5-mian-list-p2 {
        margin-top: 8px;
        font-size: 14px;
        color: #1fbcf6; }
      .phy5-cont .phy5-main .phy5-main-list .phy5-list-cup {
        position: absolute;
        top: 150px;
        left: 102px;
        width: 0;
        height: 0;
        border-width: 7px 8px 8px 8px;
        border-style: solid dashed dashed dashed;
        border-color: #0acd6c transparent transparent transparent; }
      .phy5-cont .phy5-main .phy5-main-list .phy5-list-cup-color {
        border-color: #1fbdf7 transparent transparent transparent; }
    .phy5-cont .phy5-main .phy5-main-list1 {
      position: relative;
      width: 220px;
      float: left;
      margin-top: 95px;
      margin-left: 10px;
      height: 115px;
      background: #ffffff;
      -webkit-box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18);
      box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18); }
      .phy5-cont .phy5-main .phy5-main-list1 h2 {
        margin-top: 23px;
        font-size: 16px;
        color: #0ace6d; }
      .phy5-cont .phy5-main .phy5-main-list1 p {
        margin-top: 10px;
        font-size: 14px;
        color: #666666; }
      .phy5-cont .phy5-main .phy5-main-list1 .phy5-list-cup {
        position: absolute;
        top: 115px;
        left: 102px;
        width: 0;
        height: 0;
        border-width: 7px 8px 8px 8px;
        border-style: solid dashed dashed dashed;
        border-color: #0acd6c transparent transparent transparent; }
  .phy5-cont .phy5-img {
    position: relative;
    left: -45px;
    top: 12px;
    /*margin-top: 12px;
    margin-left: 80px;*/ }
  .phy5-cont .phy5-main-cont {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    .phy5-cont .phy5-main-cont .phy5-mian-c {
      position: relative;
      margin-left: 207px;
      width: 220px;
      float: left;
      margin-top: 20px;
      height: 115px;
      background: #ffffff;
      -webkit-box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18);
      box-shadow: 0 25px 50px rgba(95, 125, 148, 0.18); }
      .phy5-cont .phy5-main-cont .phy5-mian-c h2 {
        font-size: 16px;
        margin-top: 20px;
        color: #0acd6c; }
      .phy5-cont .phy5-main-cont .phy5-mian-c .phy-ps {
        font-size: 14px;
        margin-top: 8px;
        color: #666666; }
      .phy5-cont .phy5-main-cont .phy5-mian-c .phy5-list-top {
        position: absolute;
        top: -17px;
        left: 102px;
        width: 0;
        height: 0;
        border-width: 7px 8px 8px 8px;
        border-style: solid dashed dashed dashed;
        border-color: transparent transparent #0acd6c transparent; }
    .phy5-cont .phy5-main-cont .phy5-main-back {
      margin-left: 10px; }

.what-point h3 {
  padding-top: 60px;
  font-size: 30px;
  color: #333333;
  text-align: center; }
.what-point .what-point-phy {
  margin-top: 25px;
  font-size: 16px;
  color: #0ace6d;
  text-align: center; }

.floating-layer {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999; }

.float-news img {
  width: 45px; }

.float-man img {
  width: 70px;
  margin-left: 5px; }

.float-cent {
  width: 80px;
  height: 160px;
  border: 1px solid #e4e8ea;
  border-radius: 2px;
  background-color: #fff; }

.float-on-line {
  border-radius: 4px;
  width: 60px;
  height: 60px;
  background-color: #0ace6d;
  margin: 10px auto 0;
  -webkit-transition: all .28s ease-in .1s;
  -moz-transition: all .28s ease-in .1s;
  -o-transition: all .28s ease-in .1s;
  -ms-transition: all .28s ease-in .1s;
  transition: all .28s ease-in .1s; }

.float-on-line span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 5px;
  display: inline-block;
  margin: 8px 0 0 9px;
  line-height: 20px; }

.float-on-tell {
  position: relative;
  width: 60px;
  height: 20px;
  margin: 10px auto 0;
  border-radius: 3px;
  text-align: center;
  background-color: #eef2f5;
  color: #969798;
  -webkit-transition: all .28s ease-in .1s;
  -moz-transition: all .28s ease-in .1s;
  -o-transition: all .28s ease-in .1s;
  -ms-transition: all .28s ease-in .1s;
  transition: all .28s ease-in .1s; }

.float-on-tell span {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.float-on-straight {
  width: 60px;
  border-bottom: 1px solid #eee;
  margin: 10px auto 0; }

.float-on-more {
  position: relative;
  width: 57px;
  height: 38px;
  margin: 10px auto 0; }

.float-on-line:hover {
  background-color: #00c362;
  cursor: pointer; }

.float-on-tell:hover {
  background-color: #0ace6d;
  color: #fff;
  cursor: default; }

.float-man:hover {
  cursor: pointer; }

.float-tell-num {
  position: absolute;
  display: none;
  top: -15px;
  right: 80px;
  width: 0px;
  height: 50px;
  background: #fff;
  border: 1px solid #e4e8ea;
  border-radius: 3px;
  white-space: nowrap; }

.float-tell-num h3 {
  color: #0ace6d;
  font-size: 13px;
  margin-top: 5px;
  overflow: hidden; }

.float-tell-num p {
  color: #9c9c9c;
  font-size: 12px;
  overflow: hidden; }

.float-on-tell em {
  position: absolute;
  top: -10px;
  left: -26px;
  display: none;
  width: 30px;
  height: 34px; }

.float-on-more em {
  position: absolute;
  top: -4px;
  right: 55px;
  display: none;
  width: 30px;
  height: 34px; }

.float-ewm {
  position: absolute;
  display: none;
  bottom: 0px;
  right: 80px;
  width: 0px; }

.float-news {
  position: relative; }

.float-news-more {
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 25px; }

.float-news-more span {
  opacity: 0;
  font-size: 32px;
  color: #41afbe;
  line-height: 0; }

/*# sourceMappingURL=service.css.map */
