body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
._Home-container .app-show {
  display: none !important;
}
._Home-container .bottom {
  margin-top: 1.1rem;
}
._Home-container .top-wrap {
  height: 100vh;
  min-height: calc(1.54rem + 480px);
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-width: 9.6rem;
}
._Home-container .top-wrap .top-img {
    position: absolute;
    bottom: 1.54rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
._Home-container .home-top {
  border: 0 solid transparent;
  z-index: 999;
  height: calc(100vh - 1.54rem);
  min-height: 480px;
  width: 100%;
  position: relative;
}
._Home-container .home-top-header {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: calc(100% - .6rem);
}
._Home-container .home-top .header-wrap {
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    height: auto;
}
._Home-container .home-top .header-main {
    margin: 0 auto;
    display: table;
}
._Home-container .home-top .header-main .left-img {
      width: 1.5rem;
      height: .6rem;
      float: left;
      padding-top: .1rem;
}
._Home-container .home-top .header-main .left-img img {
        height: .35rem;
}
._Home-container .home-top .header-main .menu-list {
      line-height: .6rem;
}
._Home-container .home-top .header-main .menu-list a {
        color: #505050;
        margin-right: 0.25rem;
        font-weight: 400;
        font-size: 0.14rem;
}
._Home-container .home-top .header-main .menu-list a:hover {
          color: #3ca337;
}
._Home-container .home-top .header-main .menu-list .active {
        color: #3ca337;
}
._Home-container .home-top .header-main .after-wrap {
      color: #3CA337;
}
._Home-container .home-top .header-main .after-wrap .icon {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #3CA337;
        color: #fff;
        border-radius: 50%;
        position: relative;
        top: .3rem;
        margin-top: -14px;
}
._Home-container .home-top .header-main .after-wrap .phone {
        line-height: .6rem;
        font-size: .18rem;
        font-weight: 400;
        margin: 0 .2rem 0 .12rem;
}
._Home-container .home-top .header-main .after-wrap .after-regest,
      ._Home-container .home-top .header-main .after-wrap .after-login {
        padding: .06rem .2rem;
        margin-right: .1rem;
        border-radius: 2px;
        background: #3CA337;
        color: #fff;
        font-weight: 400;
        font-size: .12rem;
        border: 1px solid #3CA337;
}
._Home-container .home-top .header-main .after-wrap .after-login {
        color: #3CA337;
        background: #fff;
}
._Home-container .home-top .header-main .after-wrap ul {
        margin-top: .15rem;
}
._Home-container .home-top .sign-box {
    background: rgba(0, 0, 0, 0.6);
    width: 3rem;
    padding: 0.2rem 0.2rem;
    position: absolute;
    z-index: 2000;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
._Home-container .home-top .sign-box .title {
      text-align: left;
      color: #fff;
      font-size: .2rem;
      line-height: .28rem;
      font-weight: 600;
}
._Home-container .home-top .sign-box .login-form {
      padding: .2rem 0 .1rem;
}
._Home-container .home-top .sign-box .login-form .el-form-item__content {
        height: 66px;
}
._Home-container .home-top .sign-box .login-form .el-form-item {
        margin-bottom: 20px;
}
._Home-container .home-top .sign-box .login-form .el-form-item__label {
        line-height: 20px;
        margin-bottom: 5px;
}
._Home-container .home-top .sign-box .login-form .el-form-item__label:before {
          content: '';
          margin: 0;
}
._Home-container .home-top .sign-box .login-form .el-input__inner {
        border-radius: 4px;
        border: none;
}
._Home-container .home-top .sign-box .login-form .el-input-group__append {
        background: transparent;
        border: none;
        padding: 0 0 0 10px;
}
._Home-container .home-top .sign-box .login-form .el-input-group__append .pic-code-img {
          height: 45px;
          width: 100px;
}
._Home-container .home-top .sign-box .login-form .el-input-group__append .pic-code-hint {
          color: #babec3;
          font-size: 12px;
          font-weight: 400;
          line-height: 17px;
          display: block;
          text-align: center;
          cursor: pointer;
}
._Home-container .home-top .sign-box .login-form .icon-phone,
      ._Home-container .home-top .sign-box .login-form .icon-code,
      ._Home-container .home-top .sign-box .login-form .icon-phonecode {
        color: #fff;
        position: relative;
        padding-left: 21px;
}
._Home-container .home-top .sign-box .login-form .icon-phone:before,
        ._Home-container .home-top .sign-box .login-form .icon-code:before,
        ._Home-container .home-top .sign-box .login-form .icon-phonecode:before {
          content: '';
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABRklEQVRYR+2XsUoDQRRFz0ULUUHF+CmmsrHRUlH8CMHC1kKENLaC4E+IoqU2NjbqpxhRi4CF8uSFSZPM7DIrEgIz5b557909u8W9YsxHY97PZAgws2mglUmrK+m7rqeSgJktAefALjATGfYTnk1Fal/AFXAg6SMlpE7ADbCVaO5IOvGamXWA48S9W0nb2QLMzJG/ViD0t/8M9QUgRmHQviKpG5uVJGBmq8Az4IvWgPe67zlU98/3GIS1Jb00FdCTNJ+5vH/dzHrALFAEFAKFQCFQCBQChUAhMJkE2sCTGxtgH0g624Rbckt2Af3s8ScCTdzYcM+/CHAi62HTA7BYobSRgGUgaqXDontJm8F83gEbFQJakt6yXHEY7MlmJzHYY9dRqJ0CHt9i51qSJ6voqUtGHjjOgD1gLvNncEt+CRxKGgSYkRG/Ht8GMH06fFsAAAAASUVORK5CYII=);
          background-size: 16px 16px;
          position: absolute;
          width: 16px;
          height: 16px;
          top: 1px;
          left: 0;
}
._Home-container .home-top .sign-box .login-form .icon-code:before,
      ._Home-container .home-top .sign-box .login-form .icon-phonecode:before {
        top: 3px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB4ElEQVRYR+3Wv8uOURzH8dfJYjDIhBieAQuxiEkGSgwWv1Pyo1AGg5AYyI9CZGOT379WSUpSFGVAGWyEZ5H/gEtfnfvuPBfP7bmfrqdruc92dZ3z/b6/n/M533OSlkdqOb8BwECBvxSoqmoWzmI5ZjRk0mE8w8GU0pcy5giAnPwtpjWUuB7mBxaWEHWAW9g8Qck7YW+nlLZ0PuoA3xqUfbQ6hlNKM0cDqCa4+j/hU0rdwusK/AvgHN7gTgH3HAfwAbNxHBvy/4/YndfMx0UsGWG8PgAuYx/WFQDfMQcBFn4Jd6/HSyxCJF2BM3iInfiKKV3ZxwiwC0+wGJNwNwd4jBN4UVS1CiuxPVd/pThJ03EPy/oFeIAIfAnvCoC6TX5mRU6i6+486RE24ROm9gvQmX/qPwDHMlxATs6LfmEopfS5qqrr2DpeD8S6XgCxz+fxNBpMkSRUiY4XJt2Gq1jdtAKHcQ3hiQU9ju+hbMIbTQIcycYKkw4VyWMbduBVNm78iuMaHrjfFMBrLM0XVhzHzpibYeZhI0Kh91iLm1gzXoDoBdFcLuQAp7P0ddX3YH9Oujc3orhZj2YfdOf32wkb7869AFq/jFq/jmPP2nuQxGa3+iRr3G1jCDh4lg8UaF2B34/MqyEdnbwhAAAAAElFTkSuQmCC);
}
._Home-container .home-top .sign-box .login-form .dis-btn {
        cursor: not-allowed;
}
._Home-container .home-top .sign-box .login-form .hint {
        color: #fff;
        text-align: center;
        margin-top: 0.3rem;
        font-size: .14rem;
}
._Home-container .home-top .sign-box .login-form .hint .goto-login {
          color: #fff;
          font-size: .14rem;
          text-decoration: none;
}
._Home-container .home-top .sign-box .login-form .login-input {
        width: 100%;
}
._Home-container .home-top .sign-box .login-form .img-input {
        width: 100%;
}
._Home-container .home-top .sign-box .login-form .form-step2 {
        text-align: right;
        padding: .2rem 0;
}
._Home-container .home-top .sign-box .login-form .form-step2 .no-send {
          font-size: 12px;
          color: #fff;
}
._Home-container .home-top .sign-box .login-form .form-step2 .resend-btn {
          width: 1rem;
          padding: .1rem;
          display: inline;
          margin-left: 0;
          font-size: 14px;
}
._Home-container .home-top .sign-box .agreement-input {
      margin-bottom: 30px;
}
._Home-container .home-top .sign-box .agreement-input .el-form-item__content {
        height: 30px;
}
._Home-container .home-top .sign-box .agreement-input .agress-main {
        color: #33ac37;
        font-size: .13rem;
        cursor: pointer;
}
._Home-container .home-top .sign-box .agreement-input .el-checkbox {
        margin-right: 0;
}
._Home-container .home-top .sign-box .agreement-input .el-checkbox .el-checkbox__input + .el-checkbox__label {
          padding-left: 4px;
}
._Home-container .home-top .sign-box .agreement-input .el-checkbox .el-checkbox__input + .el-checkbox__label .agreement-label {
            color: #fff;
            font-size: .13rem;
}
._Home-container .home-top .login-btn {
    width: 100%;
    height: 50px;
    background: #3ca337;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
}
._Home-container .home-top .self-main {
    color: #fff;
    font-size: .16rem;
    text-align: center;
}
._Home-container .home-top .self-main img {
      height: 180px;
      margin: 8px 0 4px;
}
._Home-container .home-top .self-main .code-hint {
      font-size: .13rem;
}
._Home-container .home-top .self-main .login-btn {
      margin-top: 8px;
}
._Home-container .home-top .self-main .cancel,
    ._Home-container .home-top .self-main .hint {
      line-height: .24rem;
      font-size: .14rem;
}
._Home-container .home-top .self-main .cancel .goto-login,
      ._Home-container .home-top .self-main .hint .goto-login {
        color: #fff;
}
._Home-container .home-top .self-main .cancel {
      margin-top: 5px;
      text-decoration: underline;
      cursor: pointer;
}
._Home-container .banner-wrap {
  height: calc(100%);
}
._Home-container .home-main {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: calc(100% - .6rem);
}
._Home-container .home-main-left {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
._Home-container .home-main-left .app-header-left {
      display: none;
}
._Home-container .home-main-left .app-header-left h1 {
        color: #3CA337;
}
._Home-container .home-main-left .app-header-left h1:first-child {
        color: #231916;
}
._Home-container .home-main-left .app-header-left .func {
        margin-top: .4rem;
}
._Home-container .home-main-left .app-header-left .func span {
          color: #3CA337;
}
._Home-container .home-main-left .app-header-btns {
      display: none;
}
._Home-container .home-main-left .el-carousel {
      height: 100%;
}
._Home-container .home-main-left .el-carousel__indicators {
      position: absolute;
      bottom: 20px;
      left: 50%;
      z-index: 15;
      width: 60%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      list-style: none;
}
._Home-container .home-main-left .el-carousel__indicators .el-carousel__indicator.is-active {
        width: 12px;
        height: 12px;
        background-color: #fff;
}
._Home-container .home-main-left .el-carousel__indicators .el-carousel__indicator {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 0;
}
._Home-container .home-main-left .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
          display: none;
}
._Home-container .home-main-left img {
      width: 49.6vw;
      min-width: 600px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%);
      transform: translate(-50%, -50%);
}
._Home-container .home-main .left-wrapper {
    width: 3.6rem;
    height: 300px;
    position: absolute;
    transition: all .6s ease;
    left: 0;
    top: 0;
}
._Home-container .home-main .left-wrapper h1 {
      font-size: 0.36rem;
}
._Home-container .home-main .left-wrapper .func {
      margin-top: 0.15rem;
}
._Home-container .section2 {
  padding: 0 0.2rem;
  width: 100%;
  height: 1.54rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
._Home-container .section2 > div {
    padding: 0.35rem 0;
}
._Home-container .section2 .d-ib {
    width: 25%;
    text-align: center;
}
._Home-container .section2 .d-ib img {
      width: 0.8rem;
      height: 0.8rem;
}
._Home-container .section2 .d-ib p {
      text-align: center;
      font-size: .16rem;
      color: #3CA337;
      margin-top: .08rem;
}
._Home-container .section3 {
  height: 5.88rem;
  background: #F4F4F5;
}
._Home-container .section3 .main-container {
    table-layout: fixed;
    display: table;
    height: 100%;
    padding: 1.22rem 0 0.92rem 0;
}
._Home-container .section3 .main-container .img-wrapper {
      width: 6.2rem;
      padding: 0;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
}
._Home-container .section3 .main-container .img-wrapper img {
        width: 100%;
        vertical-align: middle;
        height: auto;
}
._Home-container .section3 .main-container .content-wrapper {
      padding-left: 0.99rem;
      padding-top: 0.17rem;
      padding-bottom: 0;
      padding-right: 0;
}
._Home-container .section3 .main-container .content-wrapper .top {
        padding-left: 0.08rem;
}
._Home-container .section3 .main-container .content-wrapper .top h2 {
          font-size: 0.28rem;
          margin-bottom: 0.15rem;
}
._Home-container .section3 .main-container .content-wrapper .top p {
          color: #878787;
          font-size: 0.14rem;
}
._Home-container .section3 .main-container .content-wrapper .bottom {
        margin-top: 0.68rem;
}
._Home-container .section3 .main-container .content-wrapper .bottom > p {
          background: url(../img/section3_box@2x.1ad51099.png) no-repeat -9px -4px;
          font-size: 0.12rem;
          color: #231916;
          padding: 0.2rem 0.24rem 0.2rem 0.14rem;
          background-size: cover;
          width: 3.82rem;
}
._Home-container .section3 .main-container .content-wrapper .avatar {
        height: 0.5rem;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div {
          padding: 0.07rem 0 0.06rem 0;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p {
            color: #878787;
            font-size: 0.12rem;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p:first-child {
            color: #231916;
            font-size: 0.14rem;
}
._Home-container .section3 .main-container .content-wrapper .avatar img {
          width: 0.5rem;
          height: 0.5rem;
          margin-right: 0.15rem;
          float: left;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8);
          background: #fff;
          border-radius: 50%;
}
._Home-container .section4 {
  background: #fff;
  height: 5.88rem;
}
._Home-container .section4 .main-container {
    table-layout: fixed;
    display: table;
    height: 100%;
    padding: 1.22rem 0 0.92rem 0;
}
._Home-container .section4 .main-container .content-wrapper {
      padding-right: 0.99rem;
      padding-left: 0;
      padding-top: 0.17rem;
      padding-bottom: 0;
      text-align: right;
}
._Home-container .section4 .main-container .content-wrapper .top {
        padding-left: 0.08rem;
}
._Home-container .section4 .main-container .content-wrapper .top h2 {
          font-size: 0.28rem;
          margin-bottom: 0.15rem;
}
._Home-container .section4 .main-container .content-wrapper .top p {
          color: #878787;
          font-size: 0.14rem;
}
._Home-container .section4 .main-container .content-wrapper .bottom {
        margin-top: 0.68rem;
}
._Home-container .section4 .main-container .content-wrapper .bottom > p {
          background: url(../img/section4_box@2x.f73c99ea.png) no-repeat;
          background-position: right 7px top -6px;
          font-size: 0.12rem;
          color: #231916;
          padding: 0.2rem 0.16rem 0.24rem 0.16rem;
          background-size: cover;
          text-align: left;
          float: right;
          width: 3.82rem;
}
._Home-container .section4 .main-container .content-wrapper .avatar {
        height: 0.5rem;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div {
          padding: 0.07rem 0 0.06rem 0;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p {
            color: #878787;
            font-size: 0.12rem;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p:first-child {
            color: #231916;
            font-size: 0.14rem;
}
._Home-container .section4 .main-container .content-wrapper .avatar img {
          width: 0.5rem;
          height: 0.5rem;
          margin-right: 0.15rem;
          float: right;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8);
          background: #fff;
          border-radius: 50%;
}
._Home-container .section4 .img-wrapper {
    width: 6.2rem;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
._Home-container .section4 .img-wrapper img {
      width: 100%;
      vertical-align: middle;
      height: auto;
}
._Home-container .section-safe {
  background: #444053;
}
._Home-container .section-safe .main-container .img-wrapper {
    width: 4.15rem;
}
._Home-container .section-safe .main-container .content-wrapper {
    margin-right: 1.96rem;
}
._Home-container .section-safe .main-container .content-wrapper .top h2 {
      color: #fff;
}
._Home-container .section-safe .main-container .content-wrapper .top p {
      color: #A19FA9;
}
._Home-container .section-safe .main-container .content-wrapper .bottom > p {
      color: #444053;
}
._Home-container .section-safe .main-container .content-wrapper .avatar > div p {
      color: #9F9DA7;
}
._Home-container .section-safe .main-container .content-wrapper .avatar > div p:first-child {
      color: #fff;
}
._Home-container .section5 {
  padding: 0.6rem 0 0.65rem 0;
  background: #fff;
  height: 6rem;
  margin: 0 auto;
}
._Home-container .section5 > div {
    text-align: center;
}
._Home-container .section5 > div p {
      color: #878787;
      font-size: 0.14rem;
      margin-bottom: 0.6rem;
      text-align: center;
}
._Home-container .section5 > div p:first-child {
      color: #231916;
      font-size: 0.28rem;
      margin-bottom: 0.15rem;
}
._Home-container .section5 .full-w {
    width: 9rem;
}
._Home-container .footer-slot .btn {
  font-size: 0.16rem;
  padding: 0.1rem 0.18rem;
  background: #33ac37;
  font-weight: 500;
  border-radius: 3px;
  color: #fff;
  border: 1px solid transparent;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  width: 1.34rem;
}
._Home-container .footer-slot .btn:hover {
    top: 0;
}
._Home-container .footer-slot .other-link {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 10px 0;
}
._Home-container .footer-slot .other-link span {
    color: rgba(255, 255, 255, 0.65);
}
._Home-container .footer-slot .other-link a {
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
@media (max-width: 640px) and (min-width: 0) {
body {
    margin: 0 auto;
    min-width: 320px;
    min-height: 100vh;
}
._Home-container .home-main-left img {
    opacity: 0.2;
    top: 41%;
}
._Home-container .pc-view {
    display: none !important;
}
._Home-container .app-show {
    display: block !important;
}
._Home-container .g-container {
    width: 100%;
    padding: 0 0.17333rem;
}
._Home-container .top-wrap {
    min-width: 320px;
    height: auto;
    min-height: auto;
}
._Home-container .top-wrap .top-img {
      width: 100%;
      bottom: 108px;
}
._Home-container .top-wrap .home-top {
      height: 55vh;
      width: 100%;
      position: relative;
}
._Home-container .top-wrap .home-top .home-top-header {
        position: static;
        z-index: 2000;
}
._Home-container .top-wrap .home-top .home-top-header .header-wrap {
          height: 0.48rem;
          min-width: 320px;
}
._Home-container .top-wrap .home-top .header-main {
        height: 0.48rem;
}
._Home-container .top-wrap .home-top .header-main .after-wrap {
          display: none;
}
._Home-container .top-wrap .home-top .sign-box {
        display: none;
}
._Home-container .banner-wrap {
    height: calc(100% - 1.35rem);
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-left {
      display: block;
      width: 100%;
      text-align: center;
      top: 1.2rem;
      position: absolute;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-left .t-36 {
        font-size: 0.32rem;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-btns {
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0.4rem;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-btns .app-header-register {
        width: 4.06667rem;
        border: 1px solid #33ac37;
        outline: 0 solid transparent;
        color: #fff;
        background: #33ac37;
        font-size: 16px;
        font-weight: 500;
        border-radius: 3px;
        padding: 0.12rem 0.21333rem;
        color: #fff;
        border: 1px solid transparent;
        margin-left: auto;
        margin-right: auto;
        display: block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 0.13333rem;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-btns p {
        text-align: center;
        font-size: 14px;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-btns p .app-header-login {
          text-decoration: underline;
}
._Home-container .banner-wrap .home-main .home-main-left .app-header-btns p .app-header-login:hover {
            color: #555;
}
._Home-container .banner-wrap .home-main .home-main-left .header-carousel {
      margin-left: -78%;
      z-index: -1;
}
._Home-container .section2 {
    height: 80px;
    padding: 0 10px;
}
._Home-container .section2 > div {
      padding: 10px 0 !important;
}
._Home-container .section2 .g-container {
      padding: 0;
      width: 100%;
      height: 100%;
}
._Home-container .section2 .g-container .d-ib {
        height: 100%;
}
._Home-container .section2 .g-container .d-ib img {
          width: auto;
          height: 40px;
}
._Home-container .section2 .g-container .d-ib p {
          font-size: 13px;
}
._Home-container .section3 {
    position: relative;
}
._Home-container .section3 .main-container {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      height: auto !important;
      padding: 0;
}
._Home-container .section3 .main-container .img-wrapper {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.4rem;
}
._Home-container .section3 .main-container .img-wrapper img {
          width: 4.18667rem;
          max-width: 320px;
          height: auto;
}
._Home-container .section3 .main-container .content-wrapper {
        padding: 0;
        text-align: center;
        display: block;
}
._Home-container .section3 .main-container .content-wrapper .top .t-24 {
          font-size: 24px;
}
._Home-container .section3 .main-container .content-wrapper .top .m-b {
          margin-bottom: 0.24rem;
}
._Home-container .section3 .main-container .content-wrapper .top p {
          font-size: 14px;
}
._Home-container .section4 {
    position: relative;
}
._Home-container .section4 .main-container {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      height: auto !important;
      padding: 0;
}
._Home-container .section4 .main-container .img-wrapper {
        width: 100%;
        text-align: center;
        margin: 0;
        display: block;
        margin-bottom: 0.4rem;
}
._Home-container .section4 .main-container .img-wrapper img {
          width: 4.18667rem;
          max-width: 320px;
          height: auto;
}
._Home-container .section4 .main-container .content-wrapper {
        padding: 0;
        text-align: center;
        display: block;
}
._Home-container .section4 .main-container .content-wrapper .top .t-24 {
          font-size: 24px;
}
._Home-container .section4 .main-container .content-wrapper .top .m-b {
          margin-bottom: 0.24rem;
}
._Home-container .section4 .main-container .content-wrapper .top p {
          font-size: 14px;
          text-align: center;
}
._Home-container .section5 {
    height: 4.5rem;
}
._Home-container .section5 .full-w {
      width: 88%;
}
._Home-container .section-safe .main-container .content-wrapper {
    margin-right: 0;
    width: 100%;
}
._Home-container .footer-slot .btn {
    font-size: 16px;
    padding: 10px 16px;
    margin-bottom: 0.24rem;
    width: 1.33333rem;
}
._Home-container .footer-slot .other-link {
    margin-bottom: 0.13333rem;
    font-size: 16px;
}
}
@media (min-width: 641px) {
._Home-container .banner-wrap {
    position: relative;
}
._Home-container .top-wrap {
    min-height: calc(500px + 13.4vw);
}
._Home-container .top-wrap .home-top {
      height: calc(100vh - 13.4vw);
      min-height: 500px;
      position: relative;
}
._Home-container .top-wrap .sign-box {
      width: 2.8rem;
      padding: 0.2rem 0.2rem;
      right: 15%;
}
._Home-container .g-container {
    width: 100vw;
    min-width: 960px;
}
._Home-container .section2 {
    height: 13.4vw;
    padding: 0;
}
._Home-container .section2 > div {
      padding: 2.5vw 0;
}
._Home-container .section2 .d-ib p {
      line-height: 1.6vw;
      margin-top: .8vw;
}
._Home-container .section2 .d-ib img {
      width: 6vw;
      height: 6vw;
}
._Home-container .section3 {
    height: 61.25vw;
    min-width: 960px;
}
._Home-container .section3 .main-container {
      padding: 12.70833vw 0 9.58333vw 0;
      margin: 0 auto;
}
._Home-container .section3 .main-container .img-wrapper {
        width: 64.58333vw;
}
._Home-container .section3 .main-container .content-wrapper {
        padding-left: 10.3125vw;
        padding-top: 1.77083vw;
}
._Home-container .section3 .main-container .content-wrapper .top {
          padding-left: 0.83333vw;
}
._Home-container .section3 .main-container .content-wrapper .top h2 {
            font-size: 2.91667vw;
            margin-bottom: 1.5625vw;
}
._Home-container .section3 .main-container .content-wrapper .top p {
            font-size: 1.45833vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom {
          margin-top: 7.08333vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom > p {
            font-size: 1.25vw;
            padding: 2.08333vw 2.5vw 2.08333vw 1.45833vw;
            width: 39.79167vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div {
          padding: 0.72917vw 0 0.625vw 0;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p {
            font-size: 1.25vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 1.45833vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar img {
          width: 5.20833vw;
          height: 5.20833vw;
          margin-right: 1.5625vw;
}
._Home-container .section4 {
    height: 61.25vw;
    min-width: 960px;
}
._Home-container .section4 .main-container {
      padding: 12.70833vw 0 9.58333vw 0;
      margin: 0 auto;
}
._Home-container .section4 .main-container .content-wrapper {
        padding-right: 10.3125vw;
        padding-top: 1.77083vw;
}
._Home-container .section4 .main-container .content-wrapper .top {
          padding-left: 0.83333vw;
}
._Home-container .section4 .main-container .content-wrapper .top h2 {
            font-size: 2.91667vw;
            margin-bottom: 1.5625vw;
}
._Home-container .section4 .main-container .content-wrapper .top p {
            font-size: 1.45833vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom {
          margin-top: 7.08333vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom > p {
            font-size: 1.25vw;
            padding: 2.08333vw 1.66667vw 2.5vw 1.66667vw;
            width: 39.79167vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div {
          padding: 0.72917vw 0 0.625vw 0;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p {
            font-size: 1.25vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 1.45833vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar img {
          width: 5.20833vw;
          height: 5.20833vw;
          margin-right: 1.5625vw;
}
._Home-container .section4 .img-wrapper {
      width: 64.58333vw;
}
._Home-container .section-safe .main-container .img-wrapper {
    width: 43.22917vw;
}
._Home-container .section-safe .main-container .content-wrapper {
    margin-right: 20.41667vw;
}
._Home-container .section5 {
    padding: 6.25vw 0 6.77083vw 0;
    height: 62.5vw;
    min-width: 960px;
}
._Home-container .section5 > div p {
      font-size: 1.45833vw;
      margin-bottom: 6.25vw;
}
._Home-container .section5 > div p:first-child {
      font-size: 2.91667vw;
      margin-bottom: 1.5625vw;
}
._Home-container .section5 .full-w {
      width: 93.75vw;
}
._Home-container ._Footer-container {
    min-width: 960px;
}
}
@media (min-width: 960px) {
._Home-container .banner-wrap {
    position: relative;
}
._Home-container .top-wrap {
    min-height: calc(500px + 9.4vw);
}
._Home-container .top-wrap .home-top {
      height: calc(100vh - 9.4vw);
      min-height: 500px;
      position: relative;
}
._Home-container .g-container {
    width: 83.33333vw;
    min-width: 960px;
}
._Home-container .section2 {
    height: 9.4vw;
}
._Home-container .section2 > div {
      padding: 1vw 0;
}
._Home-container .section2 .d-ib p {
      line-height: 1.6vw;
      margin-top: .8vw;
}
._Home-container .section2 .d-ib img {
      width: 5vw;
      height: 5vw;
}
._Home-container .section3 {
    height: 40.83333vw;
}
._Home-container .section3 .main-container {
      padding: 8.47222vw 0 6.38889vw 0;
      margin: 0 auto;
}
._Home-container .section3 .main-container .img-wrapper {
        width: 43.05556vw;
}
._Home-container .section3 .main-container .content-wrapper {
        padding-left: 6.875vw;
        padding-top: 1.18056vw;
}
._Home-container .section3 .main-container .content-wrapper .top {
          padding-left: 0.55556vw;
}
._Home-container .section3 .main-container .content-wrapper .top h2 {
            font-size: 1.94444vw;
            margin-bottom: 1.04167vw;
}
._Home-container .section3 .main-container .content-wrapper .top p {
            font-size: 0.97222vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom {
          margin-top: 4.72222vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom > p {
            font-size: 0.83333vw;
            padding: 1.38889vw 1.66667vw 1.38889vw 0.97222vw;
            width: 26.52778vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div {
          padding: 0.48611vw 0 0.41667vw 0;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p {
            font-size: 0.83333vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 0.97222vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar img {
          width: 3.47222vw;
          height: 3.47222vw;
          margin-right: 1.04167vw;
}
._Home-container .section4 {
    height: 40.83333vw;
}
._Home-container .section4 .main-container {
      padding: 8.47222vw 0 6.38889vw 0;
      margin: 0 auto;
}
._Home-container .section4 .main-container .content-wrapper {
        padding-right: 6.875vw;
        padding-top: 1.18056vw;
}
._Home-container .section4 .main-container .content-wrapper .top {
          padding-left: 0.55556vw;
}
._Home-container .section4 .main-container .content-wrapper .top h2 {
            font-size: 1.94444vw;
            margin-bottom: 1.04167vw;
}
._Home-container .section4 .main-container .content-wrapper .top p {
            font-size: 0.97222vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom {
          margin-top: 4.72222vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom > p {
            font-size: 0.83333vw;
            padding: 1.38889vw 1.11111vw 1.66667vw 1.11111vw;
            width: 26.52778vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div {
          padding: 0.48611vw 0 0.41667vw 0;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p {
            font-size: 0.83333vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 0.97222vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar img {
          width: 3.47222vw;
          height: 3.47222vw;
          margin-right: 1.04167vw;
}
._Home-container .section4 .img-wrapper {
      width: 43.05556vw;
}
._Home-container .section-safe .main-container .img-wrapper {
    width: 28.81944vw;
}
._Home-container .section-safe .main-container .content-wrapper {
    margin-right: 13.61111vw;
}
._Home-container .section5 {
    padding: 4.16667vw 0 4.51389vw 0;
    height: 41.66667vw;
}
._Home-container .section5 > div p {
      font-size: 0.97222vw;
      margin-bottom: 4.16667vw;
}
._Home-container .section5 > div p:first-child {
      font-size: 1.94444vw;
      margin-bottom: 1.04167vw;
}
._Home-container .section5 .full-w {
      width: 62.5vw;
}
}
@media (min-width: 1200px) {
._Home-container .banner-wrap {
    position: relative;
}
._Home-container .top-wrap {
    min-height: calc(500px + 9.4vw);
}
._Home-container .top-wrap .home-top {
      height: calc(100vh - 9.4vw);
      min-height: 500px;
      position: relative;
}
._Home-container .g-container {
    width: 62.5vw;
    min-width: 9.6rem;
}
._Home-container .section2 {
    height: 9.4vw;
}
._Home-container .section2 > div {
      padding: 1vw 0;
}
._Home-container .section2 .d-ib p {
      line-height: 1.6vw;
      margin-top: .8vw;
}
._Home-container .section2 .d-ib img {
      width: 5vw;
      height: 5vw;
}
._Home-container .section3 {
    height: 30.625vw;
}
._Home-container .section3 .main-container {
      padding: 6.35417vw 0 4.79167vw 0;
      margin: 0 auto;
}
._Home-container .section3 .main-container .img-wrapper {
        width: 32.29167vw;
}
._Home-container .section3 .main-container .content-wrapper {
        padding-left: 5.15625vw;
        padding-top: 0.88542vw;
}
._Home-container .section3 .main-container .content-wrapper .top {
          padding-left: 0.41667vw;
}
._Home-container .section3 .main-container .content-wrapper .top h2 {
            font-size: 1.45833vw;
            margin-bottom: 0.78125vw;
}
._Home-container .section3 .main-container .content-wrapper .top p {
            font-size: 0.72917vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom {
          margin-top: 3.54167vw;
}
._Home-container .section3 .main-container .content-wrapper .bottom > p {
            font-size: 0.625vw;
            padding: 1.04167vw 1.25vw 1.04167vw 0.72917vw;
            width: 19.89583vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div {
          padding: 0.36458vw 0 0.3125vw 0;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p {
            font-size: 0.625vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 0.72917vw;
}
._Home-container .section3 .main-container .content-wrapper .avatar img {
          width: 2.60417vw;
          height: 2.60417vw;
          margin-right: 0.78125vw;
}
._Home-container .section4 {
    height: 30.625vw;
}
._Home-container .section4 .main-container {
      padding: 6.35417vw 0 4.79167vw 0;
      margin: 0 auto;
}
._Home-container .section4 .main-container .content-wrapper {
        padding-right: 5.15625vw;
        padding-top: 0.88542vw;
}
._Home-container .section4 .main-container .content-wrapper .top {
          padding-left: 0.41667vw;
}
._Home-container .section4 .main-container .content-wrapper .top h2 {
            font-size: 1.45833vw;
            margin-bottom: 0.78125vw;
}
._Home-container .section4 .main-container .content-wrapper .top p {
            font-size: 0.72917vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom {
          margin-top: 3.54167vw;
}
._Home-container .section4 .main-container .content-wrapper .bottom > p {
            font-size: 0.625vw;
            padding: 1.04167vw 0.83333vw 1.25vw 0.83333vw;
            width: 19.89583vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div {
          padding: 0.36458vw 0 0.3125vw 0;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p {
            font-size: 0.625vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar > div p:first-child {
            font-size: 0.72917vw;
}
._Home-container .section4 .main-container .content-wrapper .avatar img {
          width: 2.60417vw;
          height: 2.60417vw;
          margin-right: 0.78125vw;
}
._Home-container .section4 .img-wrapper {
      width: 32.29167vw;
}
._Home-container .section-safe .main-container .img-wrapper {
    width: 21.61458vw;
}
._Home-container .section-safe .main-container .content-wrapper {
    margin-right: 10.20833vw;
}
._Home-container .section5 {
    padding: 3.125vw 0 3.38542vw 0;
    height: 31.25vw;
}
._Home-container .section5 > div p {
      font-size: 0.72917vw;
      margin-bottom: 3.125vw;
}
._Home-container .section5 > div p:first-child {
      font-size: 1.45833vw;
      margin-bottom: 0.78125vw;
}
._Home-container .section5 .full-w {
      width: 46.875vw;
}
}

