.download-bg {
        background: url(/uiFramework/commonResource/zip/public/public/imggr/bg_download.png) no-repeat
          center;
        width: 100%;
        height: 160px;
        line-height: 160px;
        text-align: center;
        font-size: 32px;
        color: #333;
        font-weight: bold;
        letter-spacing: 15px;
      }
      .cmbc-content-container {
        text-align: center;
        margin-top: -30px;
      }
      .item-content {
        display: inline-block;
        width: 240px;
        height: 60px;
        line-height: 60px;
        background: #ffffff;
        box-shadow: 0px 2px 10px 0px rgba(32, 110, 204, 0.1);
        border-radius: 10px;
        font-size: 20px;
        color: #000000;
        cursor: pointer;
      }
      .item-content.active {
        background-image: linear-gradient(
          -41deg,
          rgba(53, 87, 235, 0.8) 0%,
          rgba(32, 110, 204, 0.8) 100%
        );
        color: #ffffff;
      }
      .item-content:first-child {
        margin-right: 60px;
      }
      .tabs-panel {
        margin-top: 50px !important;
      }
      .tab-content {
        display: inline-block;
        width: 43%;
      }
      .tab-content:first-child {
        width: 50%;
        margin-right: 70px;
      }
      .item-tab {
        min-height: 200px;
        text-align: left;
        margin-left: -15px;
        overflow: hidden;
      }
      .tab-header-title {
        display: inline-block;
        margin-bottom: 25px;
      }
      .border {
        display: inline-block;
        width: 4px;
        height: 20px;
        background: #206ecc;
        border-radius: 2px;
        margin-right: 10px;
        margin-bottom: -4px;
      }
      .item-title {
        font-size: 18px;
        color: #000000;
        font-weight: bold;
      }
      .img-item {
        display: inline-block;
        width: 232px;
        height: 144px;
        text-align: center;
        float: left;
        cursor: pointer;
      }
      .img-show {
        width: 232px;
        height: 144px;
      }
      .img-hidden {
        display: none;
        width: 112px;
        height: 112px;
        margin: 12px 0 20px;
      }
      .img-item:first-child {
        margin-right: 40px;
      }
      .item-type {
        font-size: 14px;
        color: #666666;
        text-align: center;
        margin: 0;
      }
      .show-download {
        display: none;
        font-size: 12px;
        color: #999999;
      }
      .qrcode-hidde {
        width: 80px;
        height: 80px;
        margin: 28px 0 36px;
      }
      #tabcontent2 {
        display: none;
      }
      .container{width:1170px;margin: 0 auto;
      }