@charset "utf-8";

/* 主体 */
.homeRightList {
    background-color: #f2f3f7;
    width: 280px;
    padding-left: 20px;
}

/* Popular categories */
.popular-categories h4 {
    line-height: 26px;
    /* background-color: rgba(242, 243, 247, 100); */
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: left;
    font-family: Roboto;
}

.popular-categories ul {
    margin: 10px 0;
}

.popular-categories ul li {
    display: block;
    margin: 10px 0;
}

.popular-categories ul li a {
    display: flex;
}

.popular-categories ul li img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.popular-categories ul li span {
    line-height: 25px;
    padding: 2px 0 0 10px;
    /* background-color: rgba(242, 243, 247, 100); */
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
}
.popular-categories ul li a:hover span{
    color: #f95b3d;
}

/* channel */
.channel {
    margin: 25px 0;
}

.channel h4 {
    line-height: 26px;
    background-color: rgba(242, 243, 247, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: left;
    font-family: Roboto;
}

.channel ul {
    margin: 10px 0;
}

.channel ul li a{
    display: flex;
}

.channel ul li i {
    font-size: 20px;
    font-weight: 550;
}

.channel ul li p {
    line-height: 25px;
    padding: 2px 0 0 10px;
    background-color: rgba(242, 243, 247, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
}

/* Other */
.other {
    margin: 25px 0;
}

.other h4 {
    line-height: 26px;
    background-color: rgba(242, 243, 247, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: left;
    font-family: Roboto;
}

.other ul {
    margin: 10px 0;
}

.other ul li a{
    display: flex;
    line-height: 30px;
}

.other ul li i {
    color: #404040;
    font-size: 20px;
    font-weight: 550;
}

.other ul li p {
    line-height: 25px;
    padding: 3px 0 0 10px;
    background-color: rgba(242, 243, 247, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
}

/* 底部 */
.footer .footer-share {
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-share-box{
  height: 30px;
  width: 30px;
  margin-right: 10px;
  display: block;
  color: #288ffe;
}
.footer .footer-share-box img{
  width: 100%;
  height: auto;
  display: block;
}
.footer .footer-share-box i{
  font-size: 30px;
  display: block;
  line-height: 30px;
  width: 100%;
  height: 100%;
}
.footer .footer-share-box:hover{
  color: #f95b3d;
}

.footer p {
    color: rgba(165, 165, 165, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-top: 20px;
}
