.bottom{
    width: 100%;
    position: relative;
    background-color: black;
}
.bottom-app{
     display: none;
 }
@media screen and (max-width: 767px){
    .bottom-app{
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        border-top: 1px solid #e2e2e2;
        text-align: center;
        height: 40px;
    }
    .bottom-app a{
        color: rgb(51, 51, 51);
    }

}
@media screen and (max-width: 767px){
    .bottom{
        display: none;
    }
}
.bt-content{
    display: block;
    height: 100%;
    width: 1200px;
    color: #949494;
    font-size: 12px;
    text-align: center;
    margin:0px auto;
    padding-top:10px;
}
.content-name{
    margin-top: 14px;
}
.content-nr{
    margin-top: 6px;
}
.content-link{
    margin-top: 16px;
    padding-bottom:20px;
}
  .content-link a{
    color: #949494;
    text-decoration:none;
    margin-left: 4px;
    margin-right: 6px;
    font-size:12px;
    font-weight:bold;
}
  .content-name-icp {
    color:#949494;
    font-size:12px;
  }

  .phone-app{
      display: none;
  }

@media screen and (max-width: 767px){
    .phone-app{
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 999;
        display: block;
    }
}
