html,
body,
#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* font-size: 4rem; */
    background-color: #502b2b;
}
.page{
    background-color: #502b2b;
    color: #fff;
}
.top{
    border: none;
}
::-webkit-scrollbar {
  display: none;
}

/*视频列表*/


/*图标广告*/
.ggt-box-s{
    width: 100%;
}

/*底部导航*/
.bottom-tabs{
    background-color: rgb(80, 43, 43);
    /*border-top:1px solid rgba(0, 0, 0, 0.33);*/
}
.bottom-tabs .bottom-tab .bottom-tab-name{
    color: rgb(255, 255, 255);
}
.bottom-tabs .active-bottom-tab .bottom-tab-name{
    color: rgb(242, 150, 150);
}

.more{
    color: #fff;
}
.top-text{
    color: #f29696;
}

.top .letter{
    border: none;
    padding: 0;
}
.top .icon{
    margin: 0;
}



