.customize-banner {
  height: 100%;
  padding: 0 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  min-width: auto;
  width: 100%; }
  .customize-banner .customize-banner-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .customize-banner .customize-banner-container .customize-banner-left {
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      padding-top: 78px; }
    .customize-banner .customize-banner-container .customize-banner-right {
      width: 100%;
      position: relative; }
      .customize-banner .customize-banner-container .customize-banner-right .animate-container {
        position: relative; }
      .customize-banner .customize-banner-container .customize-banner-right .banner_img {
        position: relative;
        width: 100%; }

.banner {
  background: #0560fd;
  height: 700px;
  position: relative;
  overflow: hidden; }
  .banner .mobile-bg {
    display: none; }
  .banner .normal-bg {
    display: block; }
  .banner .banner-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 46px;
    letter-spacing: 1px;
    white-space: nowrap; }
  .banner .title2 {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 36px; }
  .banner .banner-btn {
    width: 100%;
    height: 45px;
    padding: 0;
    line-height: 45px;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #0560fd;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 45px;
    left: 0; }
  .banner .banner-btn:hover {
    background: rgba(255, 255, 255, 0.9); }
  .banner .banner_bg {
    position: absolute;
    right: -163px;
    bottom: 0;
    width: 430px; }

.channel-chengzhang {
  padding: 48px 24px 40px;
  min-width: auto;
  background: #f1f6ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .channel-chengzhang .chengzhang-title {
    font-size: 22px;
    color: #1f2227;
    margin-bottom: 30px;
    font-weight: 600; }
  .channel-chengzhang .chengzhang-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .channel-chengzhang .chengzhang-container .chengzhang-item-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .channel-chengzhang .chengzhang-container .chengzhang-item {
      width: 100%;
      margin-bottom: 16px;
      margin-left: 0;
      background: #fff;
      border-radius: 12px;
      -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
      padding: 24px 32px; }
      .channel-chengzhang .chengzhang-container .chengzhang-item-icon {
        width: 28px;
        height: 28px;
        margin-right: 16px; }
      .channel-chengzhang .chengzhang-container .chengzhang-item-title {
        font-size: 20px;
        font-weight: 600;
        color: #1f2227;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; }
      .channel-chengzhang .chengzhang-container .chengzhang-item-tip {
        font-weight: 300;
        color: #797a7d;
        line-height: 26px;
        font-size: 14px; }
        .channel-chengzhang .chengzhang-container .chengzhang-item-tip p {
          font-size: 14px;
          font-weight: 300; }
    .channel-chengzhang .chengzhang-container .left-one {
      width: 100%;
      padding: 24px 32px;
      margin-left: 0; }

.fuli {
  padding: 50px 24px;
  min-width: auto;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fuli .fuli-wrapper {
    min-width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fuli .fuli-left {
    padding: 0 17px; }
    .fuli .fuli-left .fuli-title {
      font-weight: 600;
      color: #1f2227;
      font-size: 22px;
      margin-bottom: 40px; }
    .fuli .fuli-left .fuli-container .fuli-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fuli .fuli-left .fuli-container .fuli-item-icon {
        width: 21px;
        height: 40px; }
      .fuli .fuli-left .fuli-container .fuli-item-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 24px; }
      .fuli .fuli-left .fuli-container .fuli-item-title {
        font-weight: 600;
        color: #1f2227;
        font-size: 18px;
        margin-bottom: 8px; }
      .fuli .fuli-left .fuli-container .fuli-item-tip {
        font-weight: 300;
        color: #797a7d;
        font-size: 14px; }
    .fuli .fuli-left .fuli-container .fuli-item + .fuli-item {
      margin-top: 32px; }
  .fuli .fuli-right {
    width: 100%;
    position: relative;
    margin-top: 118px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .fuli .fuli-right .bg-1 {
      width: 327px;
      height: 262px;
      background: #0560fd;
      border-radius: 24px;
      position: relative;
      top: auto;
      right: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .fuli .fuli-right .bg-2 {
      background: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
              box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
      border-radius: 24px;
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      width: 287px;
      height: 284px;
      position: absolute;
      right: 20px;
      top: -48px; }
    .fuli .fuli-right .bg-img {
      width: 257px;
      position: absolute;
      top: 49px;
      left: 18px; }

.huoban {
  padding: 48px 24px 50px;
  min-width: auto;
  background: #f1f6ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .huoban .huoban-title {
    font-size: 22px;
    color: #1f2227;
    margin-bottom: 30px;
    font-weight: 600; }
  .huoban .huoban-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .huoban .huoban-container .huoban-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 24px;
      padding-left: 8px;
      border-radius: 16px;
      background-color: #fff;
      -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05); }
      .huoban .huoban-container .huoban-item-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        margin-left: 8; }
      .huoban .huoban-container .huoban-item-title {
        font-weight: 600;
        color: #010517;
        line-height: 18px;
        font-size: 18px;
        margin-bottom: 10px;
        text-align: start; }
      .huoban .huoban-container .huoban-item-tip {
        font-size: 14px;
        color: rgba(1, 5, 23, 0.5);
        font-weight: 300;
        line-height: 22px;
        max-width: auto;
        text-align: start; }
        .huoban .huoban-container .huoban-item-tip p {
          font-weight: 300;
          font-size: 16px; }
      .huoban .huoban-container .huoban-item:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05); }
    .huoban .huoban-container .huoban-item + .huoban-item {
      margin-top: 16px;
      margin-left: 0; }

.hezuo {
  padding: 24px 10px;
  min-width: auto;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hezuo .hezuo-wrapper {
    width: 100%;
    position: relative;
    padding: 38px 22px 53px;
    background: #0560fd;
    border-radius: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hezuo .hezuo-wrapper .hezuo-bg-1 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 78px; }
    .hezuo .hezuo-wrapper .hezuo-bg-2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 122px; }
  .hezuo .hezuo-line {
    height: 1px;
    opacity: 0.48;
    border-top: 4px dotted #ffffff;
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    position: absolute;
    top: 10px;
    left: 18px; }
  .hezuo .hezuo-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 56px; }
  .hezuo .hezuo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .hezuo .hezuo-container .hezuo-item {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .hezuo .hezuo-container .hezuo-item-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 22px; }
      .hezuo .hezuo-container .hezuo-item-title {
        color: #fff;
        font-size: 15px;
        font-weight: 600; }

.pingjia {
  padding: 48px 24px;
  min-width: auto;
  background: #f1f6ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .pingjia .pingjia-title {
    font-size: 22px;
    color: #1f2227;
    margin-bottom: 30px;
    font-weight: 600; }
  .pingjia .pingjia-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .pingjia .pingjia-container .pingjia-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 36px 36px 24px;
      background: #ffffff;
      -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
      border-radius: 16px; }
      .pingjia .pingjia-container .pingjia-item-img {
        width: 25px;
        margin-bottom: 20px; }
      .pingjia .pingjia-container .pingjia-item-icon {
        width: 40px;
        height: 40px;
        margin-right: 14px; }
      .pingjia .pingjia-container .pingjia-item-title {
        font-weight: 600;
        color: #010517;
        font-size: 14px;
        margin-bottom: 4px; }
      .pingjia .pingjia-container .pingjia-item-content {
        font-size: 16px;
        color: #010517;
        font-weight: 300;
        line-height: 26px;
        max-width: auto;
        margin-bottom: 52px; }
        .pingjia .pingjia-container .pingjia-item-content p {
          font-weight: 300;
          font-size: 16px; }
      .pingjia .pingjia-container .pingjia-item-tip {
        font-size: 12px;
        font-weight: 300;
        color: #80828b; }
      .pingjia .pingjia-container .pingjia-item-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .pingjia .pingjia-container .pingjia-item + .pingjia-item {
      margin-left: 0;
      margin-top: 24px; }

.joinus {
  background: #122041; }
  .joinus .joinus-wrapper {
    width: 100%;
    height: 306px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0 auto;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .joinus .joinus-wrapper .joinus-cnt {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .joinus .joinus-wrapper .joinus-title {
      font-size: 40px;
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 36px; }
    .joinus .joinus-wrapper .joinus-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .joinus .joinus-wrapper .item-box {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .joinus .joinus-wrapper .info-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      margin-bottom: 24px; }
      .joinus .joinus-wrapper .info-item > span {
        line-height: 20px; }
    .joinus .joinus-wrapper .img-l {
      position: absolute;
      left: -35px;
      top: -40px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .joinus .joinus-wrapper .img-r {
      position: absolute;
      right: -40px;
      bottom: -45px; }
    .joinus .joinus-wrapper .img-icon {
      width: 150px;
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
    .joinus .joinus-wrapper #joinus-btn {
      padding: 12px 16px;
      background: #0560FD;
      text-align: center;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      z-index: 1; }

body {
  position: relative; }

.pop_main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999; }
  .pop_main .pop_con {
    position: absolute;
    z-index: 99999;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    background: #ffffff;
    border-radius: 6px; }
    .pop_main .pop_con .pop_header {
      padding: 12px 18px;
      -webkit-box-shadow: inset 0px -1px 0px 0px rgba(214, 218, 224, 0.5);
              box-shadow: inset 0px -1px 0px 0px rgba(214, 218, 224, 0.5);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .pop_main .pop_con .pop_header .pop_title {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: #010517; }
      .pop_main .pop_con .pop_header .pop_cancel {
        width: 15px;
        cursor: pointer; }
    .pop_main .pop_con_form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 14px 18px; }
      .pop_main .pop_con_form_input {
        margin-bottom: 18px;
        background: #f5f7f9;
        border-radius: 5px;
        border: 1px solid #e6eaef;
        padding: 11px 20px;
        font-size: 14px; }
      .pop_main .pop_con_form_input::input-placeholder {
        color: #bbbcbe; }
      .pop_main .pop_con_form_input:focus {
        outline: none; }
      .pop_main .pop_con_form .g-txt {
        width: 100%; }
      .pop_main .pop_con_form .g-txt:nth-child(2n) {
        margin-left: 0; }
      .pop_main .pop_con_form .g-area {
        justify-self: center;
        width: 100%;
        resize: none; }
      .pop_main .pop_con_form .pop_con_sumbit {
        background: #0560fd;
        border-radius: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        width: 155px;
        height: 39px;
        cursor: pointer;
        margin-top: 8px; }
  .pop_main .mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998; }
