@import url(./apply.css);
.head_nav {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9; }
  .head_nav .nav_box {
    width: 1200px;
    margin: 0 auto; }
    .head_nav .nav_box .logo, .head_nav .nav_box .logo2 {
      float: left;
      width: 138px;
      height: 36px;
      margin: 12px 64px 0 0; }
      .head_nav .nav_box .logo img, .head_nav .nav_box .logo2 img {
        width: 138px;
        height: 36px; }
    .head_nav .nav_box > ul {
      float: left; }
      .head_nav .nav_box > ul li {
        margin-right: 40px;
        float: left;
        height: 60px;
        font-size: 16px; }
        .head_nav .nav_box > ul li > a {
          color: #fff;
          padding: 19px 0 0 0;
          display: block;
          text-align: center; }
          .head_nav .nav_box > ul li > a .line {
            margin: 6px auto 0;
            width: 30px;
            display: block;
            height: 4px;
            border-radius: 3px; }
      .head_nav .nav_box > ul .li2 .childWrap {
        display: none;
        position: absolute;
        width: 166px;
        padding: 20px 0;
        background: #fff;
        box-shadow: 0px 3px 6px 0px rgba(6, 101, 75, 0.15);
        border-radius: 10px;
        margin-left: -85px;
        top: 50px; }
        .head_nav .nav_box > ul .li2 .childWrap .jiao {
          position: absolute;
          width: 12px;
          height: 12px;
          background: #fff;
          transform: rotate(45deg);
          left: 95px;
          top: -6px; }
        .head_nav .nav_box > ul .li2 .childWrap .childBox {
          width: 100%;
          overflow: hidden; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div {
            padding-left: 20px;
            height: 40px;
            line-height: 40px; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div a {
              color: #3E464C;
              display: block;
              font-size: 14px; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover {
            background: #F5F6F7; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover a {
              color: #06CB94;
              font-size: 14px;
              display: block; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(1) {
        padding-left: 46px;
        background: url("../images/nav_icon01.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(1):hover {
        background: #F5F6F7 url("../images/nav_icon01_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(2) {
        padding-left: 46px;
        background: url("../images/nav_icon02.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(2):hover {
        background: #F5F6F7 url("../images/nav_icon02_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(3) {
        padding-left: 46px;
        background: url("../images/nav_icon03.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(3):hover {
        background: #F5F6F7 url("../images/nav_icon03_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(4) {
        padding-left: 46px;
        background: url("../images/nav_icon04.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2 .childWrap2 .childBox div:nth-child(4):hover {
        background: #F5F6F7 url("../images/nav_icon04_act.png") no-repeat 20px center;
        background-size: 20px 20px; }
      .head_nav .nav_box > ul .li2:hover .childWrap {
        display: block; }
      .head_nav .nav_box > ul .li2:hover a .line {
        background: none; }
      .head_nav .nav_box > ul .li1:hover .line, .head_nav .nav_box > ul .act .line {
        background: #fff; }
  .head_nav .freeTrial_btn {
    width: 100px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    border: 1px solid white;
    margin-top: 14px;
    float: right;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
  .head_nav .freeTrial_btn:hover {
    background: #FFFFFF;
    color: #06CB94; }

.head_nav2 {
  display: none;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(6, 101, 75, 0.15);
  border-bottom: 1px solid #E0E4EA; }
  .head_nav2 .nav_box ul li a {
    color: #3E464C; }
  .head_nav2 .nav_box ul li.li1:hover > a, .head_nav2 .nav_box > ul > li.act > a {
    color: #06CB94; }
    .head_nav2 .nav_box ul li.li1:hover > a .line, .head_nav2 .nav_box > ul > li.act > a .line {
      background: #06CB94; }
  .head_nav2 .freeTrial_btn {
    background: #06CB94;
    border: 1px solid #06CB94; }
  .head_nav2 .freeTrial_btn:hover {
    background: #05B684;
    color: #fff; }

body {
  min-width: 1200px;
  overflow-x: hidden; }

footer {
  background: #3D3E4A;
  overflow: hidden; }
  footer .footerT {
    padding-top: 45px;
    overflow: hidden; }
    footer .footerT dl {
      float: left; }
      footer .footerT dl dt {
        color: #fff;
        font-size: 15px;
        margin-bottom: 30px;
        letter-spacing: 1px; }
      footer .footerT dl dd > div {
        margin-bottom: 10px;
        letter-spacing: 1px; }
        footer .footerT dl dd > div:last-child {
          margin: 0; }
      footer .footerT dl dd a {
        color: #9E9FA5;
        font-size: 14px; }
        footer .footerT dl dd a:hover {
          color: #fff; }
      footer .footerT dl dd p {
        color: #9E9FA5;
        font-size: 14px;
        margin-bottom: 19px; }
    footer .footerT dl:nth-child(2) {
      width: 80px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(3) {
      width: 136px;
      margin-right: 60px; }
    footer .footerT dl:nth-child(4) {
      width: 85px;
      margin-right: 55px; }
    footer .footerT dl:nth-child(5) {
      width: 385px; }
    footer .footerT .qrCode {
      float: left;
      width: 220px;
      color: #A2A5AC;
      margin-right: 110px;
      font-size: 12px; }
      footer .footerT .qrCode img {
        width: 110px;
        height: 110px;
        margin: 20px 0 5px; }
      footer .footerT .qrCode .phone {
        font-size: 28px;
        color: #fff; }
  footer .friendLink {
    display: none;
    margin-top: 24px;
    border-top: 1px solid #585f6f;
    overflow: hidden;
    color: #a2a5ac;
    padding: 10px 0;
    line-height: 2em;
    font-size: 14px; }
    footer .friendLink .widthBase div {
      width: 1120px; }
    footer .friendLink .widthBase p {
      width: 80px; }
    footer .friendLink .widthBase div, footer .friendLink .widthBase p {
      float: left; }
    footer .friendLink a {
      display: inline-block;
      color: #a2a5ac;
      margin-left: 30px; }
  footer .footerBottom {
    font-size: 12px;
    color: #666B76;
    text-align: center;
    background: #3D3E4A;
    line-height: 24px;
    padding-bottom: 10px; }
    footer .footerBottom a {
      color: #666B76; }
    footer .footerBottom a:hover {
      color: #fff; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

body {
  letter-spacing: 1px; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

.bannerBox {
  background: url("../images/help_page_banner.png") no-repeat center;
  background-size: auto 100%;
  height: 400px;
  overflow: hidden; }
  .bannerBox .freeTrial_btn {
    width: 150px;
    height: 46px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: none;
    cursor: pointer; }
  .bannerBox .freeTrial_btn:hover {
    background: #fff;
    color: #06CB94; }
  .bannerBox .widthBase .title-info {
    padding: 130px 0 0 0;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 3px; }

.module2 {
  width: 100%;
  background: #F5F8FA;
  padding-bottom: 45px;
  height: 757px; }
  .module2 .tit {
    padding: 60px 0 40px;
    text-align: center;
    font-size: 36px;
    color: #3E464C; }
  .module2 .module2_box {
    width: 100%; }
    .module2 .module2_box li {
      overflow: hidden;
      width: 100%;
      margin-bottom: 15px;
      background: #fff;
      box-shadow: 0px 0px 12px 1px rgba(104, 116, 127, 0.1);
      border-radius: 2px; }
      .module2 .module2_box li .title {
        height: 60px;
        font-size: 16px;
        color: #3E464C;
        line-height: 60px;
        padding: 0 20px;
        cursor: pointer; }
        .module2 .module2_box li .title .num {
          width: 36px;
          height: 36px;
          background: #ebeef2;
          border-radius: 18px;
          line-height: 36px;
          text-align: center;
          margin-right: 15px;
          float: left;
          font-size: 18px;
          color: #545A61;
          margin-top: 12px; }
        .module2 .module2_box li .title p {
          float: left; }
        .module2 .module2_box li .title .icon {
          float: right;
          width: 16px;
          height: 10px;
          background: url("../images/help_icon.png") no-repeat center;
          background-size: 100%;
          margin-top: 27px; }
      .module2 .module2_box li .child_box {
        display: none;
        border-top: 1px solid #E0E4EA;
        padding: 15px 12px;
        color: #68747F;
        font-size: 14px;
        line-height: 22px; }
        .module2 .module2_box li .child_box p {
          max-height: 70px;
          overflow-y: auto; }
    .module2 .module2_box .act .title .icon {
      transform: rotate(180deg);
      transition: all 0.6s;
      -moz-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s; }

.module5 {
  height: 250px;
  background: url("../images/module5Bg.png") no-repeat center;
  background-size: 100% 110%; }
  .module5 .widthBase {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .module5 p.tit {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 60px 0 30px 0;
    letter-spacing: 1px; }
  .module5 .freeTrial_btn {
    width: 150px;
    height: 48px;
    background: white;
    box-shadow: 0px 3px 6px 0px rgba(4, 90, 66, 0.2);
    border-radius: 5px;
    color: #06CB94;
    font-size: 16px;
    border: 0;
    cursor: pointer; }
  .module5 .freeTrial_btn:hover {
    background: #E7EBEA; }

/*# sourceMappingURL=help-page.css.map */
