#fh5co-download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background: #fff;
    width: 100%;
    font-family: PingFang SC, PingFang SC;

    .code-box{
        background: #F8F8FB;
        border-radius: 14px 14px 14px 14px;
        padding: 0;
        border: none; 
        overflow-x: hidden;
        position: relative;

        .copy-box{
            position: absolute;
            right: 16px;
            top: 16px;
            width: 22px;
            height: 22px;
        }

        .copy-img{
            position: absolute;
            right: 0px;
            top: 0px;
            width: 22px;
        }
        .default{
            display: inline;
        }
        .hover_img{
            display: none;
        }

        .copy-box:hover{
            .default{
                display: none;
            }
            .hover_img{
                display: inline;
            }
        }
    }
    .hljs-name,.hljs-tag,.hljs-attribute,.hljs-literal,.hljs-number{
        color: #1368B7 !important;
    }
    .hljs{
        color: #1368B7 !important;
        background: transparent;
        padding: 0px 0.5em !important;
    }

    .title-box{
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 36px;
        color: #101010;
        line-height: 42px;
        letter-spacing: 1px;
        font-style: normal;
        text-transform: none;
        margin: 30px 0 42px 0;
    }

    pre{
        padding: 0px !important;
        margin: 29px 0 0 0 !important;
    }

    
  }
  #fh5co-download .fh5co-2col {
    width: 54%;
    margin: auto;
  }
  @media screen and (max-width: 768px) {
    #fh5co-download .fh5co-2col {
      width: 100%;
    }
  }
  #fh5co-download .fh5co-2col-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #353535;
    font-weight: 500;
    font-size: 22px;
    color: #353535;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  @media screen and (max-width: 1200px) {
    #fh5co-download .fh5co-2col-inner {
      width: 485px;
    }
  }
  @media screen and (max-width: 992px) {
    #fh5co-download .fh5co-2col-inner {
      width: 375px;
    }

    .col-md-4{
       width: 100%;
      }
  }
  @media screen and (max-width: 768px) {
    #fh5co-download .fh5co-2col-inner {
      width: 100% !important;
      padding: 2em 0 3em 0;
    }
  }
  #fh5co-download .fh5co-2col-inner.left {
    float: inherit;
  }
  @media screen and (max-width: 768px) {
    #fh5co-download .fh5co-2col-inner.left {
      float: none;
    }
  }
  #fh5co-download .fh5co-2col-inner.right {
    float: left;
  }
  @media screen and (max-width: 768px) {
    #fh5co-download .fh5co-2col-inner.right {
      float: none;
    }
  }
  .col-md-3{
    .set-pad{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 100px;
        padding: 0 21px;
        background: #F8F8FB;
        border-radius: 16px;
        border: 3px solid transparent;
        margin-bottom: 15px;
    }

    .set-pad:hover{
        box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.18);
        border: 3px solid #1368B7;
      }
  }
  .col-md-4{
    min-height: 80px;
  }
  
  #tip-box{
    position: fixed;
    top: 12%;
    left: 0;
    z-index: 9999;
    display: none;
    text-align: center;
    width: 100%;

    .tip-content{
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        font-weight: 600;
        color: #22863A;
        /* color: #1368B7; */
        box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.18);
    }
  }