@charset "UTF-8";
.about-vmware {
  background: #fff;
  color: #17233D; }
  .about-vmware .vm-loding {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    text-align: center;
    line-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: none; }
  .about-vmware .vm-content {
    max-width: 1200px;
    padding: 0 12px;
    width: 100%;
    margin: auto; }
  .about-vmware .vm-banner {
    background: url(../../bingo/images/vmware/banner-background.png) center center no-repeat;
    background-size: contain; }
    .about-vmware .vm-banner .vm-content {
      height: 456px; }
    .about-vmware .vm-banner .vm-banner-left {
      margin-right: 56px; }
      .about-vmware .vm-banner .vm-banner-left .vm-title-36 {
        line-height: 50px; }
      .about-vmware .vm-banner .vm-banner-left .vm-text-16 {
        opacity: 0.85;
        line-height: 24px !important; }
    .about-vmware .vm-banner .vm-banner-right {
      width: 40% !important;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
      .about-vmware .vm-banner .vm-banner-right img {
        width: 100%;
        -webkit-animation: float 3s ease-in-out infinite;
        animation: float 3s ease-in-out infinite; }
  .about-vmware .vm-info-data {
    text-align: center; }
    .about-vmware .vm-info-data .vm-flex-box {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .about-vmware .vm-info-data .vm-item-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-right: 1px solid #cecece; }
      .about-vmware .vm-info-data .vm-item-info .vm-info-title {
        color: #2A6FF2;
        line-height: 48px;
        margin-bottom: 4px; }
      .about-vmware .vm-info-data .vm-item-info .vm-text-14 {
        opacity: 0.75; }
      .about-vmware .vm-info-data .vm-item-info:last-child {
        border: none; }
  .about-vmware .vm-slogan {
    margin: auto;
    margin-bottom: 70px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .about-vmware .vm-slogan .slogan-icon1 {
      width: 32px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(-68%, -58%);
      -ms-transform: translate(-68%, -58%);
      transform: translate(-68%, -58%); }
    .about-vmware .vm-slogan .slogan-icon2 {
      width: 32px;
      height: 24px;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(70%, 40%);
      -ms-transform: translate(70%, 40%);
      transform: translate(70%, 40%); }
  .about-vmware .vm-advantage {
    background: #F6F8FB;
    text-align: center; }
    .about-vmware .vm-advantage .vm-title-32 {
      line-height: 45px; }
    .about-vmware .vm-advantage .vm-advantage-desc {
      opacity: 0.45;
      margin-bottom: 40px; }
    .about-vmware .vm-advantage .vm-advantage-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: normal;
      -webkit-align-items: normal;
      -ms-flex-align: normal;
      align-items: normal; }
      .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item {
        min-height: 247px;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(23, 35, 61, 0.05);
        box-shadow: 0px 3px 16px 0px rgba(23, 35, 61, 0.05);
        border: 1px solid rgba(23, 35, 61, 0.1);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        top: 0; }
        .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item:nth-child(3n) {
          margin-right: 0; }
        .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item:hover {
          top: -5px; }
        .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item .vm-advantage-item-desc {
          text-align: left;
          opacity: 0.75; }
  .about-vmware .vm-overview {
    text-align: center; }
    .about-vmware .vm-overview .vm-title-32 {
      line-height: 45px; }
    .about-vmware .vm-overview .vm-text-22 {
      line-height: 40px; }
    .about-vmware .vm-overview .vm-overview-img {
      width: 80%;
      margin: auto;
      margin-bottom: 105px; }
    .about-vmware .vm-overview .vm-overview-tab {
      margin-bottom: 60px; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-container {
        border: 1px solid #D5D6D8;
        overflow: hidden; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-btn-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #D5D6D8; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-button {
        display: block;
        padding: 21px 0 25px;
        text-align: center;
        border-bottom: 2px solid transparent;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-button:hover,
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-button.active {
        color: #2A6FF2;
        border-bottom: 3px solid #2A6FF2; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-content {
        display: none; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-content.active {
        display: block; }
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1,
      .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 {
        background: #FAFBFB;
        text-align: left; }
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .content1-box,
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .content1-box {
          -webkit-box-align: start;
          -webkit-align-items: start;
          -ms-flex-align: start;
          align-items: start; }
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left,
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left {
          width: 56%; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left img,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left img {
            width: 100%;
            height: auto; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left .vm-text-16,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left .vm-text-16 {
            line-height: 22px; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left .vm-video-list,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left .vm-video-list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left .vm-video-list .vm-video-item,
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left .vm-video-list .vm-video-item {
              width: calc((100% - 40px) / 3);
              height: 98px;
              margin-right: 20px;
              margin-bottom: 20px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              background: #FFFFFF; }
              .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-left .vm-video-list .vm-video-item:nth-child(3n),
              .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-left .vm-video-list .vm-video-item:nth-child(3n) {
                margin-right: 0; }
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right,
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right {
          width: 44%;
          background: #fff; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-text-16,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-text-16 {
            line-height: 24px; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-text-14,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-text-14 {
            letter-spacing: 1px;
            line-height: 24px; }
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-os-item,
          .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-os-item {
            -webkit-box-align: start;
            -webkit-align-items: start;
            -ms-flex-align: start;
            align-items: start; }
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-os-item .vm-hook,
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-os-item .vm-hook {
              margin-right: 4px;
              width: 20px;
              height: 20px; }
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-os-item .vm-os-content .vm-hook-title,
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-os-item .vm-os-content .vm-hook-title {
              color: #2A6FF2;
              line-height: 22px; }
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-tab-content1-right .vm-os-item .vm-os-content .vm-hook-content,
            .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-tab-content1-right .vm-os-item .vm-os-content .vm-hook-content {
              opacity: 0.65; }
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content1 .vm-more-btn,
        .about-vmware .vm-overview .vm-overview-tab .vm-tab-content2 .vm-more-btn {
          margin-left: 0 !important;
          margin-top: 42px !important; }
    .about-vmware .vm-overview .vm-step .vm-title-24 {
      text-align: left; }
    .about-vmware .vm-overview .vm-step .vm-step-content .vm-step-content-left {
      margin-right: 72px;
      width: 50%; }
    .about-vmware .vm-overview .vm-step .vm-step-content .vm-step-content-right img {
      width: 100%; }
  .about-vmware .vm-step {
    margin-bottom: 60px; }
    .about-vmware .vm-step .vm-step-item {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      text-align: left;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .about-vmware .vm-step .vm-step-item:first-child .vm-step-desc {
        line-height: 14px !important;
        padding-bottom: 20px; }
      .about-vmware .vm-step .vm-step-item:first-child .vm-step-num {
        width: 12px !important;
        height: 12px !important; }
      .about-vmware .vm-step .vm-step-item:last-child .vm-step-desc {
        line-height: 14px !important; }
      .about-vmware .vm-step .vm-step-item:last-child .vm-step-num {
        width: 12px !important;
        height: 12px !important; }
      .about-vmware .vm-step .vm-step-item:nth-last-child(2) .vm-step-desc {
        padding-bottom: 20px; }
      .about-vmware .vm-step .vm-step-item .vm-step-item-left {
        width: 50px;
        margin-right: 24px;
        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; }
        .about-vmware .vm-step .vm-step-item .vm-step-item-left .vm-step-num {
          width: 32px;
          height: 32px;
          line-height: 34px;
          border-radius: 50%;
          text-align: center;
          background: #edeef0;
          color: #2A6FF2; }
        .about-vmware .vm-step .vm-step-item .vm-step-item-left .vm-step-line {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 8px 0;
          width: 3px;
          background: #EDEEF0; }
      .about-vmware .vm-step .vm-step-item .vm-step-item-right {
        padding-bottom: 20px; }
        .about-vmware .vm-step .vm-step-item .vm-step-item-right .vm-step-title {
          color: #2A6FF2;
          line-height: 24px; }
        .about-vmware .vm-step .vm-step-item .vm-step-item-right .vm-step-desc {
          line-height: 24px;
          color: rgba(23, 35, 61, 0.65); }
  .about-vmware .vm-tips {
    text-align: left;
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important; }
    .about-vmware .vm-tips .vm-tips-item {
      background: rgba(23, 35, 61, 0.02); }
    .about-vmware .vm-tips img {
      margin-right: 12px;
      width: 18px;
      height: 18px; }
    .about-vmware .vm-tips .vm-title-18 {
      color: rgba(23, 35, 61, 0.85);
      line-height: 24px; }
    .about-vmware .vm-tips .vm-text-14 {
      color: rgba(23, 35, 61, 0.75);
      line-height: 22px; }
  .about-vmware .vm-ecology {
    text-align: center; }
    .about-vmware .vm-ecology .vm-ecology-tab-content-box {
      background: url(../../bingo/images/vmware/ecology-background.png) center center no-repeat;
      background-size: 100% 100%;
      padding: 32px 0 60px; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-tab-container {
      overflow: hidden; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-tab-btn-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #D5D6D8; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-button {
      display: block;
      padding: 21px 0 25px;
      text-align: center;
      border-bottom: 2px solid transparent;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      cursor: pointer; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-button:hover,
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-button.active {
      color: #2A6FF2;
      border-bottom: 3px solid #2A6FF2; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content {
      display: none; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content.active {
      display: block; }
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content1,
    .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content2 {
      background: #FAFBFB;
      text-align: left;
      padding: 32px; }
      .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content1 .vm-text-22,
      .about-vmware .vm-ecology .vm-ecology-tab .vm-ecology-tab-content2 .vm-text-22 {
        text-align: center; }
  .about-vmware .vm-example {
    background: url(../../bingo/images/vmware/example-bg.png) center center no-repeat;
    background-size: 100% 100%;
    text-align: center; }
    .about-vmware .vm-example .vm-text-16 {
      opacity: 0.45; }
    .about-vmware .vm-example .vm-example-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(23, 35, 61, 0.08);
      padding: 0 32px 50px;
      margin-bottom: 60px; }
      .about-vmware .vm-example .vm-example-list .vm-example-item {
        width: calc((100% - 100px) / 5);
        margin: 10px; }
  .about-vmware .vm-call-our-box {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 30%;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(46, 118, 249, 0.05);
    box-shadow: 0px 3px 16px 0px rgba(46, 118, 249, 0.05);
    border-radius: 3px;
    border: 1px solid rgba(46, 118, 249, 0.09);
    padding: 12px 14px 6px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    color: rgba(46, 118, 249, 0.85);
    line-height: 22px; }
    .about-vmware .vm-call-our-box img {
      width: 24px;
      height: 24px;
      margin-bottom: 4px; }
  .about-vmware .vm-mask {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
    .about-vmware .vm-mask.vm-show {
      display: block; }
    .about-vmware .vm-mask .vm-form {
      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;
      overflow: hidden;
      padding: 32px 12px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      max-width: 840px;
      width: 100%;
      height: 80%;
      max-height: 100%;
      overflow-y: auto;
      -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
      border-radius: 6px;
      background: url(../../bingo/images/vmware/form-bg.png) center top no-repeat;
      background-size: 100% auto;
      background-color: #FFFFFF; }
      .about-vmware .vm-mask .vm-form .vm-form-header {
        text-align: center;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
      .about-vmware .vm-mask .vm-form .vm-form-body {
        padding: 0 58px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto; }
      .about-vmware .vm-mask .vm-form .vm-form-footer {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        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-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn1,
        .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn2 {
          cursor: pointer;
          margin: 0 8px; }
          .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn1:hover,
          .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn2:hover {
            opacity: 0.8; }
        .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn1 {
          text-align: center;
          width: 96px;
          line-height: 32px;
          height: 32px;
          background: #FFFFFF;
          border-radius: 6px;
          border: 1px solid rgba(23, 35, 61, 0.2); }
        .about-vmware .vm-mask .vm-form .vm-form-footer .vm-btn2 {
          text-align: center;
          line-height: 32px;
          width: 96px;
          height: 32px;
          background: #3273FF;
          border-radius: 6px;
          color: #fff; }
      .about-vmware .vm-mask .vm-form .vm-text-14 {
        opacity: 0.85; }
      .about-vmware .vm-mask .vm-form #vm-description {
        height: 96px; }
      .about-vmware .vm-mask .vm-form .form-control {
        background: #FFFFFF;
        border-radius: 6px;
        border: 1px solid rgba(23, 35, 61, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none; }
      .about-vmware .vm-mask .vm-form .vm-btn-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-radius: 6px;
        border: 1px solid rgba(23, 35, 61, 0.1);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 30px; }
        .about-vmware .vm-mask .vm-form .vm-btn-group .vm-btn {
          cursor: pointer;
          padding: 0 20px;
          line-height: 30px; }
          .about-vmware .vm-mask .vm-form .vm-btn-group .vm-btn.active {
            color: #2A6FF2;
            background: #eee; }
          .about-vmware .vm-mask .vm-form .vm-btn-group .vm-btn:hover {
            color: #2A6FF2;
            background: #eee; }
          .about-vmware .vm-mask .vm-form .vm-btn-group .vm-btn.border-right {
            border-right: 1px solid rgba(23, 35, 61, 0.1); }
    .about-vmware .vm-mask .vm-select {
      width: 340px;
      height: 32px;
      background: #FFFFFF;
      border-radius: 6px;
      border: 1px solid rgba(23, 35, 61, 0.2) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none; }
      .about-vmware .vm-mask .vm-select:focus {
        border: 1px solid rgba(23, 35, 61, 0.2) !important; }
    .about-vmware .vm-mask .vm-radio-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .about-vmware .vm-mask .vm-radio-list label {
        margin-right: 54px; }
    .about-vmware .vm-mask .vm-radio-label {
      display: inline-block;
      margin-left: 4px;
      font-weight: 400;
      font-size: 14px; }
    .about-vmware .vm-mask .vm-close {
      cursor: pointer;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: absolute;
      top: 24px;
      right: 24px;
      z-index: 100; }
      .about-vmware .vm-mask .vm-close img {
        width: 20px;
        height: 20px; }
  .about-vmware .vm-more-btn {
    margin: auto;
    height: 40px;
    line-height: 40px !important;
    background: #2A6FF2;
    padding: 0 38px;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .about-vmware .vm-more-btn:hover {
      opacity: 0.8; }
  .about-vmware .vm-flex-box {
    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; }
  .about-vmware .vm-flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .about-vmware .vm-title-42 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700; }
  .about-vmware .vm-title-36 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700; }
  .about-vmware .vm-title-32 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700; }
  .about-vmware .vm-title-28 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700; }
  .about-vmware .vm-title-24 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700; }
  .about-vmware .vm-title-18 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
  .about-vmware .vm-text-28 {
    font-size: 28px;
    line-height: 28px; }
  .about-vmware .vm-text-22 {
    font-size: 22px;
    line-height: 26px; }
  .about-vmware .vm-text-20 {
    font-size: 20px;
    line-height: 20px; }
  .about-vmware .vm-text-18 {
    font-size: 18px;
    line-height: 18px; }
  .about-vmware .vm-text-16 {
    font-size: 16px;
    line-height: 24px; }
  .about-vmware .vm-text-14 {
    font-size: 14px;
    line-height: 14px; }
  .about-vmware .vm-mr-20 {
    margin-right: 20px; }
  .about-vmware .vm-mb-42 {
    margin-bottom: 42px; }
  .about-vmware .vm-mb-40 {
    margin-bottom: 40px; }
  .about-vmware .vm-mb-32 {
    margin-bottom: 32px; }
  .about-vmware .vm-mb-28 {
    margin-bottom: 28px; }
  .about-vmware .vm-mb-24 {
    margin-bottom: 24px; }
  .about-vmware .vm-mb-20 {
    margin-bottom: 20px; }
  .about-vmware .vm-mb-16 {
    margin-bottom: 16px; }
  .about-vmware .vm-mb-8 {
    margin-bottom: 8px; }
  .about-vmware .vm-mb-12 {
    margin-bottom: 8px; }
  .about-vmware .vm-p-24 {
    padding: 24px; }
  .about-vmware .vm-p-32 {
    padding: 24px; }
  .about-vmware .vm-py-60 {
    padding: 60px 0; }

/* 鍦ㄥ睆骞曞搴﹀ぇ浜?200px鏃跺簲鐢ㄧ殑鏍峰紡 */
@media screen and (max-width: 900px) {
  .about-vmware .vm-banner .vm-flex-box {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 50px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .about-vmware .vm-banner .vm-flex-box .vm-banner-right {
      display: none; }
    .about-vmware .vm-banner .vm-flex-box .vm-banner-left {
      margin-right: 0; }
  .about-vmware .vm-step .vm-step-content-left {
    margin-right: 0 !important;
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px; }
  .about-vmware .vm-step .vm-step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-vmware .vm-tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .about-vmware .vm-tips .vm-flex-1 {
      margin-right: 0 !important;
      margin-bottom: 16px; }
  .about-vmware .vm-slogan {
    padding: 0 20px; }
    .about-vmware .vm-slogan.vm-text-22 {
      font-size: 16px !important; }
    .about-vmware .vm-slogan .slogan-icon1 {
      left: 22px !important; }
    .about-vmware .vm-slogan .slogan-icon2 {
      right: 22px !important; }
  .about-vmware .vm-info-data .vm-flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-vmware .vm-info-data .vm-flex-box .vm-item-info {
      min-width: 33%;
      margin-bottom: 12px; }
      .about-vmware .vm-info-data .vm-flex-box .vm-item-info:nth-child(3) {
        border-radius: none; }
  .about-vmware .vm-overview .vm-tab-content .content1-box,
  .about-vmware .vm-overview .vm-tab-content .content2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .about-vmware .vm-overview .vm-tab-content .content1-box .vm-tab-content1-left,
    .about-vmware .vm-overview .vm-tab-content .content2-box .vm-tab-content1-left {
      width: 100%; }
    .about-vmware .vm-overview .vm-tab-content .content1-box .vm-tab-content1-right,
    .about-vmware .vm-overview .vm-tab-content .content2-box .vm-tab-content1-right {
      width: 100%; }
  .about-vmware .vm-overview .vm-tab-button {
    font-size: 14px;
    padding: 20px !important; }
  .about-vmware .vm-ecology .vm-ecology-tab-button {
    font-size: 14px;
    padding: 20px !important; }
  .about-vmware .vm-example .vm-example-item {
    margin: 4px !important;
    width: calc((100% - 40px) / 5) !important; }
  .about-vmware .vm-example .vm-title-24 {
    font-size: 20px; }
  .about-vmware .vm-example .vm-example-list {
    padding: 0 0 32px; }
  .about-vmware .vm-form {
    height: 100% !important;
    width: 100% !important;
    padding: 20px 0 !important; }
    .about-vmware .vm-form .vm-form-body {
      padding: 0 12px !important;
      overflow-x: hidden; }
      .about-vmware .vm-form .vm-form-body #vm-time {
        width: 100% !important; }
      .about-vmware .vm-form .vm-form-body > .vm-flex-box {
        width: 100% !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .about-vmware .vm-form .vm-form-body > .vm-flex-box .vm-flex-1 {
          width: 100% !important;
          margin-right: 0;
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          margin-bottom: 12px; }
    .about-vmware .vm-form .vm-mb-20 {
      margin-bottom: 12px; }
    .about-vmware .vm-form .vm-mb-12 {
      margin-bottom: 6px; }
  .about-vmware .vm-title-42 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700; }
  .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item {
    min-height: 247px;
    width: calc((100% - 8px) / 2);
    margin-right: 8px !important;
    margin-bottom: 8px !important; }
    .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item .vm-advantage-item-desc {
      font-size: 12px !important; }
    .about-vmware .vm-advantage .vm-advantage-list .vm-advantage-item:nth-child(2n) {
      margin-right: 0 !important; }
  .about-vmware .vm-title-36 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700; }
  .about-vmware .vm-title-32 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 700; }
  .about-vmware .vm-title-28 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; }
  .about-vmware .vm-title-24 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700; }
  .about-vmware .vm-title-18 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700; }
  .about-vmware .vm-text-28 {
    font-size: 26px;
    line-height: 26px; }
  .about-vmware .vm-text-22 {
    font-size: 18px;
    line-height: 20px; }
  .about-vmware .vm-text-20 {
    font-size: 18px;
    line-height: 18px; }
  .about-vmware .vm-text-16 {
    font-size: 16px;
    line-height: 18px; }
  .about-vmware .vm-text-14 {
    font-size: 14px;
    line-height: 20px; }
  .about-vmware .vm-text-12 {
    font-size: 12px;
    line-height: 12px; }
  .about-vmware .vm-mr-20 {
    margin-right: 16px; }
  .about-vmware .vm-mb-42 {
    margin-bottom: 38px; }
  .about-vmware .vm-mb-40 {
    margin-bottom: 36px; }
  .about-vmware .vm-mb-32 {
    margin-bottom: 28px; }
  .about-vmware .vm-mb-28 {
    margin-bottom: 26px; }
  .about-vmware .vm-mb-24 {
    margin-bottom: 22px; }
  .about-vmware .vm-mb-20 {
    margin-bottom: 18px; }
  .about-vmware .vm-mb-16 {
    margin-bottom: 14px; }
  .about-vmware .vm-mb-8 {
    margin-bottom: 6px; }
  .about-vmware .vm-mb-12 {
    margin-bottom: 8px; }
  .about-vmware .vm-p-24 {
    padding: 20px; }
  .about-vmware .vm-p-32 {
    padding: 24px; }
  .about-vmware .vm-py-60 {
    padding: 48px 0; } }

@media screen and (max-width: 700px) {
  .about-vmware .vm-form {
    height: 100% !important;
    width: 100% !important;
    padding: 20px !important;
    overflow: scroll; }
    .about-vmware .vm-form > .vm-flex-box {
      width: 100% !important;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .about-vmware .vm-form > .vm-flex-box .vm-flex-1 {
        width: 100% !important;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 20px; } }

.vm-flex-box {
  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; }
