@charset "UTF-8";
@font-face {
  font-family: 'FZLTZHK--GBK1-0';
  src: url("https://mapopen-website-wiki.cdn.bcebos.com/statics/FZLTZHK--GBK1-0.ttf") format("truetype");
  /* TTF 格式 */
  font-weight: normal;
  font-style: normal; }

#search_bar,
.main-menu-li {
  display: none; }

.header-box #activityLogo {
  opacity: 0; }

.lbsyun-g-header {
  min-width: 1200px;
  width: 100%;
  background: transparent !important;
  position: absolute; }

.lbsyun-g-header:hover {
  background: transparent; }

.hd-bg2 {
  background: transparent; }

.content .bx {
  width: 1200px;
  margin: 0 auto; }

.content .subtitle {
  margin: 102px 0 60px;
  font-family: "FZLTZHK--GBK1-0";
  font-size: 38px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  font-weight: 600; }

.content .topPrice {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
  position: fixed;
  top: 4.26rem;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 34px 0 42px;
  box-sizing: border-box;
  display: flex;
  justify-content: center; }
  .content .topPrice .topPrice-box {
    display: flex;
    justify-content: center;
    width: 1200px; }
    .content .topPrice .topPrice-box .card {
      width: 100%;
      height: 100%;
      cursor: pointer;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .content .topPrice .topPrice-box .titleBox {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .content .topPrice .topPrice-box .titleBox span {
        font-family: "FZLTZHK--GBK1-0";
        font-size: 24px;
        color: #666666;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        font-weight: 600; }
      .content .topPrice .topPrice-box .titleBox .tabline {
        margin-top: 14px;
        width: 56px;
        height: 4px;
        border-radius: 3px;
        background-color: #666; }
    .content .topPrice .topPrice-box .title-base span {
      color: #3366FF; }
    .content .topPrice .topPrice-box .title-base .tabline {
      background-color: #3366FF; }
    .content .topPrice .topPrice-box .title-senior span {
      color: #704D00; }
    .content .topPrice .topPrice-box .title-senior .tabline {
      background-color: #704D00; }
    .content .topPrice .topPrice-box .price {
      font-weight: 600;
      margin-left: 24px;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .content .topPrice .topPrice-box .price .price-num {
        font-size: 24px;
        color: #F72C2C;
        line-height: 25px; }
      .content .topPrice .topPrice-box .price .price-text {
        font-size: 24px;
        color: #F72C2C; }
      .content .topPrice .topPrice-box .price .price-unit {
        margin-left: 6px;
        font-size: 16px;
        color: #000; }
    .content .topPrice .topPrice-box .btn {
      margin-top: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 168px;
      height: 36px;
      background: #3366FF;
      border-radius: 18px 18px 18px 0px;
      cursor: pointer;
      font-family: "FZLTZHK--GBK1-0";
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-align: center;
      line-height: 16px;
      font-weight: 600; }
    .content .topPrice .topPrice-box .btn:hover {
      background-color: #2F5EEB; }
    .content .topPrice .topPrice-box .btn-senior {
      background: #D7B779;
      color: #704D00; }
    .content .topPrice .topPrice-box .btn-senior:hover {
      background-color: #C6A86F; }

.content .topPrice.show {
  opacity: 1;
  pointer-events: auto; }

.content .banner {
  margin: 0 auto;
  height: 887px;
  background-image: url("https://mapopen-website-wiki.cdn.bcebos.com/authorization/images/banner_2025_07.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .content .banner .title {
    margin: 100px 0 28px;
    font-family: "FZLTZHK--GBK1-0";
    font-size: 46px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600; }
  .content .banner .text {
    font-family: "FZLTZHK--GBK1-0";
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 34px;
    font-weight: 400; }
  .content .banner .text-emphasize {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 15px;
    background-image: linear-gradient(260deg, #698aff1a 0%, #3663ff1a 97%);
    border-radius: 21px;
    padding: 4px 29px; }
    .content .banner .text-emphasize .gradient-text {
      font-family: PingFangSC-Semibold;
      font-size: 20px;
      color: #3663ff;
      letter-spacing: 0;
      line-height: 34px;
      font-weight: 600;
      background: linear-gradient(to right, #3663FF, #587DFF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* 兼容 Firefox */
      background-clip: text;
      color: transparent; }
  .content .banner .pricecontent {
    margin-top: 39px;
    width: 100%;
    display: flex;
    justify-content: center; }
    .content .banner .pricecontent .base {
      width: 560px;
      height: 374px;
      background-image: url("https://mapopen-website-wiki.cdn.bcebos.com/authorization/images/vip_base_2025_07_21.png");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 30px; }
    .content .banner .pricecontent .senior {
      margin-left: 84px;
      width: 560px;
      height: 374px;
      background-image: url("https://mapopen-website-wiki.cdn.bcebos.com/authorization/images/vip_senior_2025_07_21.png");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 30px; }
    .content .banner .pricecontent .card-content {
      margin-top: 80px;
      background-image: linear-gradient(180deg, #FFF8EF 0%, #FFEDDB 100%);
      border-radius: 30px;
      width: 100%;
      height: 294px;
      padding: 0 40px;
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .content .banner .pricecontent .card-content .list {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 60px; }
        .content .banner .pricecontent .card-content .list .features {
          list-style: none;
          padding: 0;
          width: 48%;
          display: inline-block;
          vertical-align: top;
          font-family: "FZLTZHK--GBK1-0";
          font-size: 14px;
          color: #333333;
          letter-spacing: 0;
          line-height: 26px;
          font-weight: 400; }
        .content .banner .pricecontent .card-content .list .features li {
          display: flex;
          align-items: center;
          gap: 8px; }
        .content .banner .pricecontent .card-content .list .features li::before {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #000;
          border-radius: 50%;
          flex-shrink: 0; }
      .content .banner .pricecontent .card-content .card-footer {
        position: absolute;
        bottom: 32px;
        width: 480px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 40px;
        font-family: "FZLTZHK--GBK1-0";
        font-weight: 600;
        display: flex;
        align-items: center; }
        .content .banner .pricecontent .card-content .card-footer .price {
          width: 220px;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          color: #000000;
          letter-spacing: 0;
          font-weight: 600; }
          .content .banner .pricecontent .card-content .card-footer .price .price-num {
            font-size: 32px;
            color: #F72C2C;
            line-height: 30px; }
          .content .banner .pricecontent .card-content .card-footer .price .price-text {
            font-size: 32px;
            color: #F72C2C; }
          .content .banner .pricecontent .card-content .card-footer .price .price-unit {
            margin-left: 6px;
            font-size: 22px;
            color: #000; }
        .content .banner .pricecontent .card-content .card-footer .contact-btn {
          width: 280px;
          height: 100%;
          background: #3366FF;
          border-radius: 24px 24px 24px 0px;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 1px;
          text-align: center;
          line-height: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
        .content .banner .pricecontent .card-content .card-footer .contact-btn-senior {
          background: #D7B779;
          color: #704D00; }
        .content .banner .pricecontent .card-content .card-footer .contact-btn:hover {
          background-color: #2F5EEB; }
        .content .banner .pricecontent .card-content .card-footer .contact-btn-senior:hover {
          background-color: #C6A86F; }
    .content .banner .pricecontent .tag {
      position: absolute;
      top: 0;
      left: 0;
      width: 136px;
      height: 36px;
      background-image: linear-gradient(269deg, #FF6D6D 0%, #FFA6A6 96%);
      border-radius: 30px 0px 30px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "FZLTZHK--GBK1-0";
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 18px;
      font-weight: 600; }

.content .firstList {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .content .firstList .active {
    width: 580px;
    overflow: hidden;
    margin-right: 0; }
    .content .firstList .active .left .def,
    .content .firstList .active .left a,
    .content .firstList .active .left p {
      display: none; }
    .content .firstList .active .left .act,
    .content .firstList .active .left p {
      display: block; }
  .content .firstList > li {
    transition: width 0.5s ease;
    width: 204px;
    height: 320px;
    margin-right: 4px;
    display: flex;
    overflow: hidden; }
    .content .firstList > li:last-child {
      margin-right: 0; }
    .content .firstList > li .left {
      flex-shrink: 0;
      width: 204px;
      height: 100%;
      background: url("https://mapopen-website-wiki.bj.bcebos.com/cashier/auth/new/bgCard_202507.png") center no-repeat;
      background-size: contain;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .content .firstList > li .left .def {
        width: 96px;
        height: 96px;
        margin: 40px 0; }
      .content .firstList > li .left .act {
        display: none;
        width: 56px;
        height: 56px;
        margin: 35px 0 16px 0; }
      .content .firstList > li .left .titleTips {
        height: 22px; }
      .content .firstList > li .left a {
        margin-top: 50px;
        width: 120px;
        height: 32px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.02);
        border-radius: 2px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #a56d3f;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 32px;
        text-align: center; }
      .content .firstList > li .left p {
        display: none;
        margin-top: 16px;
        width: 156px;
        height: 120px;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #a56d3f;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px;
        font-weight: 400; }
    .content .firstList > li .right {
      flex-shrink: 0;
      width: 376px;
      padding-top: 35px;
      position: relative;
      padding-left: 28px;
      background-color: #fff8ee; }
      .content .firstList > li .right::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 36px;
        content: '';
        background: url("//mapopen-website-wiki.bj.bcebos.com/cashier/auth/new/before.png") no-repeat center;
        background-size: 12px 36px; }
      .content .firstList > li .right .rightActive {
        max-height: 300px;
        height: auto; }
        .content .firstList > li .right .rightActive .menuTitle {
          height: 18px;
          font-size: 18px;
          color: #a56d3f;
          font-weight: 600; }
          .content .firstList > li .right .rightActive .menuTitle::after {
            display: none; }
          .content .firstList > li .right .rightActive .menuTitle::before {
            width: 60px;
            background-color: #a56d3f; }
      .content .firstList > li .right > li {
        margin-top: 22px;
        height: 18px;
        overflow: hidden;
        max-height: 18px;
        transition: max-height 1s ease; }
        .content .firstList > li .right > li:first-child {
          margin-top: 0; }
        .content .firstList > li .right > li .menuTitle {
          cursor: pointer;
          display: flex;
          align-items: center;
          height: 18px;
          font-family: PingFangSC-Regular;
          font-size: 14px;
          color: #666666;
          letter-spacing: 0;
          line-height: 18px;
          font-weight: 600; }
          .content .firstList > li .right > li .menuTitle::after {
            content: '';
            margin-left: 12px;
            width: 12px;
            height: 12px;
            background: url("//mapopen-website-wiki.bj.bcebos.com/authorization/selectIcon.png") no-repeat center;
            background-size: contain; }
          .content .firstList > li .right > li .menuTitle::before {
            content: '';
            width: 26px;
            height: 2px;
            background-color: #666;
            margin-right: 12px; }
        .content .firstList > li .right > li p {
          margin-top: 12px;
          width: 332px;
          font-family: PingFangSC-Regular;
          font-size: 14px;
          color: #a56d3f;
          letter-spacing: 0;
          text-align: justify;
          line-height: 22px;
          font-weight: 400; }

.content .tableBox {
  width: 100%;
  /* 移除每个card中最后一个row-inner的下边框 */
  /* 调整 .row 内部为左右布局 */ }
  .content .tableBox .tabs {
    display: flex;
    background: #F8FAFF;
    border: 1px solid #e7edff;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 24px; }
  .content .tableBox .tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    cursor: pointer; }
    .content .tableBox .tab span {
      font-family: "FZLTZHK--GBK1-0";
      font-size: 24px;
      color: #666666;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
      font-weight: 600; }
    .content .tableBox .tab .tabline {
      margin-top: 14px;
      width: 56px;
      height: 4px;
      border-radius: 3px;
      background-color: #666; }
  .content .tableBox .tab.tab-base span {
    color: #0d6efd; }
  .content .tableBox .tab.tab-base .tabline {
    background-color: #0d6efd; }
  .content .tableBox .tab.tab-senior span {
    color: #704D00; }
  .content .tableBox .tab.tab-senior .tabline {
    background-color: #704D00; }
  .content .tableBox .card {
    background-image: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
    border: 1px solid #e7edff;
    border-radius: 30px;
    margin-bottom: 24px; }
  .content .tableBox .card .card-title {
    display: flex;
    align-items: center;
    height: 64px;
    font-family: "FZLTZHK--GBK1-0";
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    background-image: linear-gradient(87deg, rgba(240, 244, 255, 0.49) 0%, #FFFBFA 100%);
    border-radius: 30px 30px 0px 0px;
    padding: 0 35px; }
  .content .tableBox .card .card-title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    margin-right: 12px;
    background-image: linear-gradient(184deg, #FB5656 0%, #F83030 97%);
    border-radius: 2px; }
  .content .tableBox .card .row:last-child .row-inner {
    border-bottom: none; }
  .content .tableBox .row {
    padding: 0 35px; }
  .content .tableBox .row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-bottom: 1px solid #E7EDFF;
    width: 100%; }
  .content .tableBox .feature {
    color: #6c757d;
    font-size: 14px;
    display: flex; }
  .content .tableBox .feature.active {
    color: #3366FF; }
  .content .tableBox .arrow-box {
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: #3366FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .content .tableBox .arrow-box .arrow {
      width: 4.28px;
      height: 4.28px;
      border: 1px solid #fff;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      margin-left: -2px; }
  .content .tableBox .value {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 14px; }
  .content .tableBox .value.check:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://mapopen-website-wiki.bj.bcebos.com/cashier/auth/new/ok.png") no-repeat center;
    background-size: cover; }
  .content .tableBox .versions {
    display: flex;
    width: 100%;
    /* 或根据需要调整 */ }
  .content .tableBox .version {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .content .tableBox .row {
    display: flex; }
  .content .tableBox .feature {
    flex: 1;
    /* 或具体宽度，比如 width: 200px; */ }
  .content .tableBox .versions {
    flex: 2;
    display: flex; }
  .content .tableBox .version {
    flex: 1;
    text-align: center;
    /* 基础版、尊享版内容居中 */ }
  .content .tableBox .footTips {
    text-align: center;
    font-family: "FZLTHJW--GB1-0";
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400; }

.content .fuyao {
  width: 100%;
  height: 420px;
  background-image: url("https://mapopen-website-wiki.cdn.bcebos.com/authorization/images/banner_fuyaoplan.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .content .fuyao .fuyao-content {
    margin-top: 110px;
    display: flex;
    flex-direction: column; }
    .content .fuyao .fuyao-content .fuyao-title {
      font-family: "FZLTZHK--GBK1-0";
      font-size: 28px;
      color: #333333;
      letter-spacing: 0;
      line-height: 28px;
      font-weight: 600; }
    .content .fuyao .fuyao-content .fuyao-desc {
      margin-top: 24px;
      display: flex;
      flex-direction: column; }
      .content .fuyao .fuyao-content .fuyao-desc span {
        font-family: "FZLTZHK--GBK1-0";
        font-size: 14px;
        color: #333333;
        letter-spacing: 0.5px;
        text-align: justify;
        line-height: 26px;
        font-weight: 400; }
      .content .fuyao .fuyao-content .fuyao-desc .bold {
        color: #F72C2C; }
    .content .fuyao .fuyao-content .fuyao-btn {
      cursor: pointer;
      margin-top: 31px;
      width: 160px;
      height: 40px;
      background-image: linear-gradient(237deg, #698AFF 0%, #3663FF 97%);
      border-radius: 20px;
      font-family: "FZLTZHK--GBK1-0";
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.88px;
      text-align: center;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center; }

.content .footProcess {
  width: 100%;
  height: 418px;
  background: #f6f7fb; }
  .content .footProcess .process {
    display: flex;
    justify-content: space-between; }
    .content .footProcess .process .item {
      width: 176px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .content .footProcess .process .item:first-child {
        width: 144px; }
      .content .footProcess .process .item b {
        width: 44px;
        height: 44px;
        background: #666;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 44px;
        font-size: 28px;
        font-weight: 400; }
      .content .footProcess .process .item h5 {
        margin-top: 8px;
        font-size: 18px;
        color: #333;
        letter-spacing: 0;
        line-height: 36px;
        height: 36px;
        font-weight: 400; }
      .content .footProcess .process .item p {
        font-size: 12px;
        color: #8e93a2;
        letter-spacing: 0.6px;
        text-align: center;
        line-height: 21px;
        white-space: nowrap; }
    .content .footProcess .process .line {
      width: 150px;
      height: 1px;
      background: #666;
      margin-top: 21px; }

.content .logoBox .logoList {
  width: 1200px;
  height: 500px;
  background: url("//mapopen-website-wiki.cdn.bcebos.com/cashier/auth/logowall_3_new.png") no-repeat center;
  background-size: contain; }

.content .logoBox p {
  margin: 24px 0 100px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400; }

.content .footBg {
  width: 100%;
  height: 140px;
  background: url("//mapopen-website-wiki.bj.bcebos.com/cashier/auth/new/footBg.png") center no-repeat;
  background-size: cover;
  padding-top: 20px;
  box-sizing: border-box; }
  .content .footBg p {
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400; }
    .content .footBg p:first-child {
      font-size: 16px; }

.popover {
  position: relative;
  cursor: pointer;
  background: url("//mapopen-website-wiki.bj.bcebos.com/cashier/auth/new/mark.png") no-repeat center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-left: 4px; }
  .popover .content {
    display: none; }
  .popover:hover .content {
    display: block;
    position: absolute;
    cursor: text;
    display: flex;
    justify-content: center;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    font-family: PingFangSC-Regular, sans-serif, 'Microsoft YaHei', Helvetica, Arial, 微软雅黑;
    font-size: 12px;
    line-height: 20px;
    padding: 18px 20px;
    min-width: 270px;
    height: auto;
    z-index: 1000;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d; }
  .popover:hover::before {
    position: absolute;
    cursor: text;
    display: flex;
    justify-content: center;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    font-family: PingFangSC-Regular, sans-serif, 'Microsoft YaHei', Helvetica, Arial, 微软雅黑;
    font-size: 12px;
    line-height: 20px;
    padding: 18px 20px;
    content: attr(cont);
    min-width: 240px;
    height: auto;
    z-index: 1000;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d; }
  .popover:hover::after {
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
    left: 0;
    bottom: 11px;
    z-index: 1000; }

.quick-entrance .quick-f img {
  vertical-align: middle; }

.chargesshell {
  width: 100%;
  height: 100px; }

.charges {
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-image: linear-gradient(90deg, #f9dbb9 0%, #e2b693 100%); }
  .charges .occupyingspace {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    background: url(https://mapopen-website-wiki.cdn.bcebos.com/cashier/auth/chargesbg_1.png) no-repeat center;
    background-size: 2000px 100%; }
    .charges .occupyingspace .chatitle {
      width: 221px;
      height: 40px;
      margin-top: 30px;
      margin-left: 24px; }
    .charges .occupyingspace .priceDesc {
      display: flex;
      justify-content: flex-start;
      margin-left: 202px; }
      .charges .occupyingspace .priceDesc .titleimg {
        height: 28px;
        display: block;
        margin: 0 auto;
        margin-top: 36px;
        margin-right: 16px; }
      .charges .occupyingspace .priceDesc .basePro {
        margin-right: 112px; }
      .charges .occupyingspace .priceDesc .basePro .buybuttons,
      .charges .occupyingspace .priceDesc .vipPro .buybuttons {
        display: flex;
        justify-content: flex-start; }
        .charges .occupyingspace .priceDesc .basePro .buybuttons > div,
        .charges .occupyingspace .priceDesc .vipPro .buybuttons > div {
          box-sizing: border-box;
          height: 30px; }
          .charges .occupyingspace .priceDesc .basePro .buybuttons > div > a,
          .charges .occupyingspace .priceDesc .vipPro .buybuttons > div > a {
            box-sizing: border-box;
            display: block;
            cursor: pointer;
            width: 100%;
            height: 100%;
            font-family: PingFangSC-Medium;
            font-size: 13.17px;
            letter-spacing: 0;
            font-weight: 500;
            line-height: 28px;
            transform: skew(20deg); }
        .charges .occupyingspace .priceDesc .basePro .buybuttons .priceNum,
        .charges .occupyingspace .priceDesc .vipPro .buybuttons .priceNum {
          font-size: 16.93px; }
        .charges .occupyingspace .priceDesc .basePro .buybuttons .lbut,
        .charges .occupyingspace .priceDesc .vipPro .buybuttons .lbut {
          width: 99px;
          height: 30px;
          border-radius: 10px 0 0 30px;
          transform: skew(-20deg);
          border-right: none;
          text-align: center;
          padding-right: 1px; }
        .charges .occupyingspace .priceDesc .basePro .buybuttons .rbut,
        .charges .occupyingspace .priceDesc .vipPro .buybuttons .rbut {
          width: 92px;
          height: 30px;
          text-align: left;
          border-radius: 0 30px 10px 0;
          transform: skew(-20deg);
          border-left: none;
          padding-left: 5px; }
      .charges .occupyingspace .priceDesc .basePro .company,
      .charges .occupyingspace .priceDesc .vipPro .company {
        margin-top: 16px; }
        .charges .occupyingspace .priceDesc .basePro .company > div,
        .charges .occupyingspace .priceDesc .vipPro .company > div {
          border: 1px solid #ffe5b4; }
          .charges .occupyingspace .priceDesc .basePro .company > div > a,
          .charges .occupyingspace .priceDesc .vipPro .company > div > a {
            color: #512002; }
        .charges .occupyingspace .priceDesc .basePro .company .active,
        .charges .occupyingspace .priceDesc .vipPro .company .active {
          border: none;
          background-image: linear-gradient(180deg, #fff9ec 0%, #ffd986 60%, #fed283 99%);
          padding-right: 0; }
          .charges .occupyingspace .priceDesc .basePro .company .active > a,
          .charges .occupyingspace .priceDesc .vipPro .company .active > a {
            line-height: 30px; }
      .charges .occupyingspace .priceDesc .basePro .products,
      .charges .occupyingspace .priceDesc .vipPro .products {
        margin-top: 8px; }
        .charges .occupyingspace .priceDesc .basePro .products > div,
        .charges .occupyingspace .priceDesc .vipPro .products > div {
          border: 1px solid #edf3ff; }
          .charges .occupyingspace .priceDesc .basePro .products > div > a,
          .charges .occupyingspace .priceDesc .vipPro .products > div > a {
            color: #162230; }
        .charges .occupyingspace .priceDesc .basePro .products .active,
        .charges .occupyingspace .priceDesc .vipPro .products .active {
          border: none;
          background-image: linear-gradient(180deg, #bfcad2 0%, #bfcad2 26%, #edf3ff 100%);
          padding-right: 0; }
          .charges .occupyingspace .priceDesc .basePro .products .active > a,
          .charges .occupyingspace .priceDesc .vipPro .products .active > a {
            line-height: 30px; }

.collapsible {
  display: none; }

.collapsible_expanded {
  display: table-row; }

#putaway {
  display: none; }
  #putaway > a > img {
    transform: rotate(-180deg); }

/**************************************提交成功弹窗*****************************************/
.fk-submitBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*display: none;*/
  background: rgba(0, 0, 0, 0.5); }
  .fk-submitBox .box-template,
  .fk-submitBox .quota-box-template {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 260px;
    margin: -150px 0 0 -250px;
    min-height: 200px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    /*标题*/
    /*内容*/ }
    .fk-submitBox .box-template .box-title,
    .fk-submitBox .quota-box-template .box-title {
      background: #f7f8fa;
      width: 100%;
      height: 50px;
      position: relative; }
      .fk-submitBox .box-template .box-title > p,
      .fk-submitBox .quota-box-template .box-title > p {
        font-size: 18px;
        color: #333;
        line-height: 50px;
        width: 430px;
        margin: 0 0 0 20px; }
      .fk-submitBox .box-template .box-title > i,
      .fk-submitBox .quota-box-template .box-title > i {
        display: block;
        overflow: hidden;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 17px;
        top: 17px;
        background: url(../images/icon16.png) -313px -32px no-repeat;
        cursor: pointer; }
    .fk-submitBox .box-template .box-content,
    .fk-submitBox .box-template .quota-box-content,
    .fk-submitBox .quota-box-template .box-content,
    .fk-submitBox .quota-box-template .quota-box-content {
      width: 460px;
      height: 149px;
      border-bottom: 1px solid #ececec;
      display: flex;
      justify-content: left;
      align-items: center;
      position: relative;
      margin: 0 20px; }
      .fk-submitBox .box-template .box-content .details,
      .fk-submitBox .box-template .quota-box-content .details,
      .fk-submitBox .quota-box-template .box-content .details,
      .fk-submitBox .quota-box-template .quota-box-content .details {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #999;
        width: 380px; }
        .fk-submitBox .box-template .box-content .details a,
        .fk-submitBox .box-template .quota-box-content .details a,
        .fk-submitBox .quota-box-template .box-content .details a,
        .fk-submitBox .quota-box-template .quota-box-content .details a {
          color: #4ea2e0; }
        .fk-submitBox .box-template .box-content .details a:hover,
        .fk-submitBox .box-template .quota-box-content .details a:hover,
        .fk-submitBox .quota-box-template .box-content .details a:hover,
        .fk-submitBox .quota-box-template .quota-box-content .details a:hover {
          color: #ff4e40;
          cursor: pointer; }
      .fk-submitBox .box-template .box-content .past,
      .fk-submitBox .box-template .quota-box-content .past,
      .fk-submitBox .quota-box-template .box-content .past,
      .fk-submitBox .quota-box-template .quota-box-content .past {
        padding: 0 0 0 68px; }
      .fk-submitBox .box-template .box-content .succeed-icon,
      .fk-submitBox .box-template .box-content .hint-icon,
      .fk-submitBox .box-template .box-content .error-icon,
      .fk-submitBox .box-template .quota-box-content .succeed-icon,
      .fk-submitBox .box-template .quota-box-content .hint-icon,
      .fk-submitBox .box-template .quota-box-content .error-icon,
      .fk-submitBox .quota-box-template .box-content .succeed-icon,
      .fk-submitBox .quota-box-template .box-content .hint-icon,
      .fk-submitBox .quota-box-template .box-content .error-icon,
      .fk-submitBox .quota-box-template .quota-box-content .succeed-icon,
      .fk-submitBox .quota-box-template .quota-box-content .hint-icon,
      .fk-submitBox .quota-box-template .quota-box-content .error-icon {
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -18px 0 0 10px;
        background: url(https://mapopen-website-wiki.bj.bcebos.com/lbs/api-icon.png) no-repeat;
        background-size: 150px 150px; }
      .fk-submitBox .box-template .box-content .succeed-icon,
      .fk-submitBox .box-template .quota-box-content .succeed-icon,
      .fk-submitBox .quota-box-template .box-content .succeed-icon,
      .fk-submitBox .quota-box-template .quota-box-content .succeed-icon {
        background-position: 0 -114px; }
      .fk-submitBox .box-template .box-content .hint-icon,
      .fk-submitBox .box-template .quota-box-content .hint-icon,
      .fk-submitBox .quota-box-template .box-content .hint-icon,
      .fk-submitBox .quota-box-template .quota-box-content .hint-icon {
        background-position: -81px -113px; }
      .fk-submitBox .box-template .box-content .error-icon,
      .fk-submitBox .box-template .quota-box-content .error-icon,
      .fk-submitBox .quota-box-template .box-content .error-icon,
      .fk-submitBox .quota-box-template .quota-box-content .error-icon {
        background-position: -41px -113px; }
    .fk-submitBox .box-template .box-btn,
    .fk-submitBox .quota-box-template .box-btn {
      width: 460px;
      height: 30px;
      margin: 15px 20px; }
      .fk-submitBox .box-template .box-btn > a,
      .fk-submitBox .quota-box-template .box-btn > a {
        display: block;
        margin: 0 0 0 10px;
        padding: 0 20px;
        float: right;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        border-radius: 15px; }
      .fk-submitBox .box-template .box-btn a:hover,
      .fk-submitBox .quota-box-template .box-btn a:hover {
        cursor: pointer; }
      .fk-submitBox .box-template .box-btn a.back,
      .fk-submitBox .quota-box-template .box-btn a.back {
        background: #ff4e40;
        color: #fff; }
      .fk-submitBox .box-template .box-btn a.none,
      .fk-submitBox .quota-box-template .box-btn a.none {
        height: 28px;
        border: 1px solid #9b9b9b;
        color: #666; }
  .fk-submitBox .quota-box-template {
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px; }
    .fk-submitBox .quota-box-template .quota-box-content {
      width: 550px;
      height: 290px;
      /*配额提示*/ }
      .fk-submitBox .quota-box-template .quota-box-content .maxQuota {
        width: 470px;
        float: right;
        margin: 0 0 0 70px;
        color: #666; }
        .fk-submitBox .quota-box-template .quota-box-content .maxQuota .disk,
        .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request {
          width: 200px;
          margin: 10px 0;
          overflow: hidden;
          border: 1px solid #e9e9e9; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .disk li,
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request li {
            height: 30px;
            line-height: 30px;
            width: 100%;
            border-bottom: 1px solid #e9e9e9;
            text-align: center; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .disk li.title,
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request li.title {
            background: #f1f4f5; }
        .fk-submitBox .quota-box-template .quota-box-content .maxQuota a:hover {
          cursor: pointer; }
        .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request {
          margin: 10px 0;
          width: 401px;
          border-bottom: 1px solid #e9e9e9; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request ul {
            float: left;
            width: 200px;
            float: left;
            border-right: 1px solid #e9e9e9; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request ul li {
              height: 30px;
              line-height: 30px;
              width: 100%;
              border-bottom: 1px solid #e9e9e9;
              text-align: center; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .request ul li.title {
              background: #f1f4f5; }
        .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action {
          margin: 10px 0;
          padding: 0;
          width: 451px;
          border: 1px solid #e9e9e9;
          overflow: hidden;
          height: 154px; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul {
            float: left; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul li {
              height: 30px;
              line-height: 30px;
              width: 100%;
              border-bottom: 1px solid #e9e9e9;
              text-align: center; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul li.title {
              background: #f1f4f5; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.leftAction {
            width: 150px;
            height: 155px;
            border-right: 1px solid #e9e9e9; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.leftAction li.rightLi {
              line-height: 125px;
              height: 125px; }
          .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.rightAction {
            width: 300px;
            float: right; }
            .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.rightAction li div {
              float: left;
              width: 100%;
              height: 30px;
              line-height: 30px;
              text-align: center;
              border-bottom: 1px solid #e9e9e9; }
              .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.rightAction li div p {
                width: 150px;
                float: left;
                border-right: 1px solid #e9e9e9; }
              .fk-submitBox .quota-box-template .quota-box-content .maxQuota .action ul.rightAction li div span {
                display: block;
                width: 145px;
                float: right; }
    .fk-submitBox .quota-box-template .box-btn {
      width: 550px; }
