body{
    margin: 0;
    border-radius: 2px;
    font-family: 'Roboto','PingFang SC','Noto Sans CJK','WenQuanYi Micro Hei','Microsoft YaHei';
  }
  .is-text-green{
    color: #15a675;
    font-size: 12px;
  }
  
  .for-console-container {
    position: relative;
    box-sizing: border-box;
    width: 360px;
    height: 292px;
    padding: 29px 20px 10px 20px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
  }
  .top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height:auto
  }
  .for-console-banner-title{
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 12px;
    color: #A48A19;
  }
  .for-console-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #324558;
    /* margin-top: 30px; */
    font-weight: bold;
    margin: 20px 0 15px;
  }
  .for-console-title .right-btn{
    color: #939ea9;
    font-size: 12px;
    cursor: pointer;
    float: right;
  }
  .for-console-title .right-btn:hover{
    color: #15A675;
  }

  .exchange{
    position: relative;
    left: -18px;
    top: 0px;
  }
  .exchange-img {
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    background: url('/static/assets/images/ad/refresh.svg?v=0524') center no-repeat;
  }

  .exchange-img-light {
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    background: url('/static/assets/images/ad/refresh-light.svg?v=0524') center no-repeat;
  }
  
  .for-console-subtitle{
    color: #a6a1ab;
    font-size: 12px;
    line-height: 1.75;
    margin: -4px 0 12px 0 !important;
    -webkit-font-smoothing: antialiased;
  }

  .for-console-subtitle p{
    margin: 0;
    max-height: 40px;
    overflow: hidden;
  }

  .entry-promotion {
    padding: 10px 0;
  }

  .entry-promotion h1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #324558;
  }

  .entry-card-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .entry-promotion .pre-entry-card {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 126px;
    width: 32.5%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }

  .pre-entry-card h2.title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: -5px;
    margin-left: 30px;
  }
  .pre-entry-card .detail {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 54%;
    margin-top: -20px;
    margin-left: 30px;
  }
  .pre-entry-card .tip{
    position: absolute;
    top: 10px;
    right: -5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #D05530;
    height: 28px;
    background: #FFDF89;
    min-width: 40px;
    text-align: center;
    line-height: 28px;
    padding-right: 10px;
  }

  .pre-entry-card .tip:before{
    left: -14px;
    content: '';
    width: 1px;
    width: 12px;
    height: 26px;
    border: 1px solid #FFDF89;
    background: #FFDF89;
    position: absolute;
    border-radius: 28px 0px 0px 28px;
  }

  .pre-entry-card .tip:after{
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    content: '';
    height: 0;
    border-top: 5px solid #AB3F01;
    border-right: 5px solid transparent;
  }
  /* 产品 */
  .product_item{
    height: 60px;
    border: 1px solid #d5dee7;
    padding: 0 16px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .product_item .left{
    flex:1;
    font-size: 12px;
    color: #324558;
    line-height: 18px;
  }
  .product_item .left .desc {
    font-weight: 500;
    margin-bottom: 2px;
  }
  .product_item .left .desc p{
    margin: 0 0 4px;
  }
  .product_item .left .price{
    color: #15a675;
    padding-left: 7px;
  }
  .right .button{
    display: inline-block;
    text-decoration: none;
    width: 64px;
    height: 24px;
    color: #fff;
    background: #15a675;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    font-weight: lighter;
  }
  .right .button:hover{
    background: #13966A;
  }
  
  
  /* 标签 */
  .tag-title{
    color: #324558;
    font-size: 12px;
  }
  .tag-list{
    display: flex;
    flex-wrap: wrap;
    max-height: 165px;
    overflow: hidden;
  }
  .tag-item{
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    color: #324558;
    background: #e4ebf1;
    text-align: center;
    line-height: 32px;
    margin: 8px 8px 0px 0px;
    font-size: 12px;
    font-weight: normal;
  }

  .tag-item:hover {
    background-color: #D5DEE7;
  }
  
  .industry{
    margin-top: 20px;
  }
  
  /* 行业 */
  .industry_item{
    border: 1px solid #d5dee7;
    padding: 22px 16px 18px;
    display: none;
  }
  .industry_item.is-active{
    display: block
  }

  .industry_item .right{
    float: right;
  }

  .industry_item .right .tooltip-inner{
    background-color: #273849 !important;
    padding: 8px 12px;
  }

  .industry_item .right .tooltip.top .tooltip-arrow {
    border-top-color: #273849 !important;
  }

  .industry_item .intro p{
    margin: 0;
  }

  .top{
    font-size: 16px;
    font-weight: 500;
    color: #324558;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  
  .right a, .right i {
    width: 20px;
    height: 21px;
    color: #939ea9;
    cursor: pointer;
    margin-top: 2px;
    float: left;
    margin-left: 12px;
    position: relative;
  }

  .right a span{
    width: 20px;
    height: 21px;
    display: inline-block;
    position: absolute;
  }
  
  .video-img {
    background: url('/static/assets/images/ad/video.svg?v=524') center no-repeat;
  }

  .download-img {
    background: url('/static/assets/images/ad/download.svg?v=524') center no-repeat;
  }

  .framework-img {
    background: url('/static/assets/images/ad/framework.svg?v=524') center no-repeat;
  }

  .video-img-light {
    background: url('/static/assets/images/ad/video-light.svg?v=524') center no-repeat;
  }

  .download-img-light {
    background: url('/static/assets/images/ad/download-light.svg?v=524') center no-repeat;
  }

  .framework-img-light {
    background: url('/static/assets/images/ad/framework-light.svg?v=524') center no-repeat;
  }
  
  .intro{
    font-size: 12px;
    color: #939ea9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    font-weight: 400;
    margin: 8px 0 20px 0;
  }
  
  .frame-screen{
    display: none
  }
  .frame-screen.is-active{
    display: block;
    position: fixed;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
  }
  .frame-screen .img-wrapper{
    position: relative;
    padding: 10px;
    width: 500px;
    height: 500px;
    background: #fff;
    margin: calc((100vh - 500px) / 2 ) auto;
  }
  .frame-screen .img-wrapper img {
    width: 100%;
    height: 100%
  }
  .close{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
   transform: rotateZ(45deg);
   cursor: pointer;
  }
  .close:hover{
    opacity: 0.7;
  }
  
  .btns{
    /* margin-top: 14px; */
  }
  
  .btn{
    width: 64px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    outline: 0;
    padding: 0;
    border: 1px solid transparent; 
    cursor: pointer;
    border-radius: 0px;
  }
  .btn.is-primary{
    font-weight: lighter;
    background: #15a675;
    color: #fff;
    margin-right: 8px;
    line-height: 16px;
  }
  .is-hidden{
    visibility: hidden;
  }
  [data-tooltip]:not(.is-disabled):before,
  [data-tooltip]:not(.is-loading):before,
  [data-tooltip]:not([disabled]):before {
    white-space: nowrap;
    background-color: #273849 !important;
    padding: 8px 12px;
  }
