.bg {
    background-color: transparent;
}

.nav {
    display: flex;
    justify-content: space-between;
    height: 1.4133rem;
    padding: 0 0.4267rem;
    background-color: #fff;
}

.logo {
    width: 3.3867rem;
}

.all-comics {
    color: #333;
    text-decoration: none;
    font-size: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.nav .search {
    color: #333;
    text-decoration: none;
    font-size: 0.52rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign {
    width: 1.4933rem;
    height: 0.7467rem;
    line-height: 0.7467rem;
    text-align: center;
    background: #FF4545;
    border-radius: 0.48rem;
    color: #fff;
    font-size: 0.32rem;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-item {
    margin-top: 0.2133rem;
    background-color: #fff;
    padding: 0.4267rem;
}

.contentimg>img {
    width: 9.1467rem;
    border-radius: 0.32rem;
}

.contentimg2>img {
    margin-right: 0.5rem;
    width: 2rem;
    border-radius: 0.12rem;
}

.content-box {
    text-align: center;
}

.content-box2 {
    display: flex;
    flex-direction: row;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.title {
    font-size: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #333333;
}

.titletxt {
    text-align: left;
}

.score {
    display: flex;
    align-items: center;
}

.score>span {
    font-size: 0.32rem;
    color: #FF4545;
}

.score>.mark {
    margin-left: 0.1333rem;
    font-size: 0.3733rem;
    color: #333333;
    font-weight: 700;
}

.nonestar {
    opacity: 0.5;
}

.Introduction {
    text-align: left;
    font-size: 0.32rem;
    color: #666666;
    margin-top: 0.2133rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tags {
    text-align: left;
    font-size: 0;
    margin-top: 0.2133rem;
}

.tags a {
    margin-right: 0.16rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 0.5867rem;
    font-size: 0.2667rem;
    color: #999999;
    background: #F6F6F6;
    border-radius: 0.1067rem;
    padding: 0 0.2133rem;
    height: 0.5867rem;
}