.coin-quotation-box{
    padding-top: 20px;
    /* overflow: hidden; */
    margin-bottom: 15px;
}
p.content-same-tit{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    color: #015FF5;
    font-weight: bold;
    font-size: 18px;
}
ul.coin-quotation-cont{
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
}
ul.coin-quotation-cont li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
}
ul.coin-quotation-cont li label{
    color: #888888;
    font-weight: bold;
    font-size: 15px;
}
ul.coin-quotation-cont li p{
    display: inline-block;
    max-width: 200px;
    float: right;
    color: #333;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}
p.go-up{
    font-weight: bold;
    font-style: italic;
    color: #0BA008!important;
    display: block;
    min-width: 88px;
    }
p.drop{
    font-weight: bold;
    font-style: italic;
    color: #ff0000!important;
    display: block;
    min-width: 88px;
  }
  /* about */
  .coin-about-box{
    background: #F3F5F8;
    border-radius: 5px;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  p.coin-about-txt{
    color: #7C858A;
    line-height: 20px;
  }
  /* ETH Price Trend */
  .trend-box{
    width: 100%;
    height: 200px;
    border:1px solid #E3E1E1;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .trend-box img{
    height: 200px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
