* {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f8f8;
    list-style: none;
    color: var(--color);
    --primary: #fddc74;
    --primary2: #ffc107;
    --secondary: #f68c08;
    --primary-bg: #fff7be;
    --secondary-bg: #fff7e8;
    --bg: #fff7e8;
    --black: rgb(37, 37, 37);
    --white: #fff;
    --border: 0 1px 2px #ddd;
    --color: #444;
    --background: #fafafa;
    --shadow: 2px 2px 0px rgba(5, 20, 50, .1);
}

li {
    list-style: none;
}

.flex {
    display: flex;
}

header {
    background: #fff;
}

header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding-right: 20px;
}

header .bio {
    align-items: center;
    display: flex;
    cursor: pointer;
    justify-content: end;
}

.right {
    min-width: 300px;
    max-width: 300px;
}

header .top .band {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

header .logo {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: url(https://dd-static.jd.com/ddimgp/jfs/t20261105/349182/19/9331/14478/68dd3235F0dc0e140/4ab0526972adb389.jpg);
    background-size: 100%;
}

header .top h1 {
    font-weight: bolder;
    font-family: '黑体';
}

h1 {
    font-size: 28px;
    font-weight: 400;
    padding: 20px 10px;
}

header .search {
    display: flex;
}

.search input {
    width: 200px;
    border: 0;
    padding: 8px 10px;
    border: 1px solid #ffde59;
    border-radius: 8px 0 0 8px;
}

.search button {
    border-radius: 0 8px 8px 0 !important;
    background: #ffde59;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #ffde59;

}

button {
    background: var(--primary);
    color: #555;
    padding: 5px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.avatar {
    display: flex;
    align-items: center;
    position: relative;
}

.avatar img {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    cursor: pointer;
}

header nav {
    background: var(--bg);
    padding: 0;
    font-size: 18px;
}

header nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul {
    display: flex;
}

.menu button {
    background: var(--secondary);
    color: #fff;
    font-size: 15px;
    border-radius: 17px;
}

header ul li.active {
    font-weight: 700;
    background: url(https://www.ciweimao.com/resources/image/icon-cat-claw.png) no-repeat center bottom !important;
    color: #ffc107;
}

header ul li {
    padding: 10px;
    cursor: pointer;
}

a {
    color: var(--color);
    text-decoration: none;
}



.left,
.center,
.right {
    border-radius: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.center {
    flex: 1;
    min-height: 100vh;
    max-width: 690px;
    margin-right: 10px;
}

.recommend section {
    margin: 10px;
}

section {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}

section h1 {
    font-size: 18px;
    position: relative;
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
}

section h1:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 5px solid var(--primary);
    color: var(--primary);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}

.recommend ul {
    width: 100%;
}

.recommend ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 !important;
    cursor: pointer;
    border-radius: 10px;
    box-sizing: border-box;
}

.recommend ul a {
    display: inline-block;
    width: 20%;
}

.recommend ul li .cover {
    width: 100%;
}

.recommend ul li .cover img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}

.recommend .title {
    height: 50px;
    overflow: hidden;
}

.rank .current {
    display: flex;
    position: relative;
    padding: 0 10px 15px;
}

.rank li {
    display: flex;
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
}

.rank li .active {
    color: var(--primary);
}

.rank li span {
    font-size: 16px;
    font-weight: 700;
    color: #bbb;
}

.rank .title {
    padding: 0 10px;
}

.rank .cover,
.rank .cover img {
    height: 100px;
    width: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.rank .current .title {
    font-size: 16px;
}

.rank .bom {
    position: absolute;
    display: flex;
    align-items: baseline;
    bottom: 12px;
}

.rank .tag {
    font-size: 12px;
    padding: 0 10px;
    color: #bbb;
}

.rank .idx {
    font-size: 60px;
    color: var(--primary);
    font-weight: 700;
    position: relative;
    bottom: -18px;
}

.motal {
    position: fixed;
    min-width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 9999;
    padding: 10px;
    text-align: right;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.motal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.motal-content p {
    margin: 0 10px;
    cursor: pointer;
}

.login {
    text-align: center;
    overflow: hidden;
    width: 370px;
    margin: 0 auto;
    border-radius: 10px;
}

.login .tab {
    display: flex;
    font-size: 18px;
}

.login .tab .active {
    border-bottom: 2px solid var(--primary);
}

.login li {
    padding: 10px;
    margin: 5px;
}

.login select {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    width: 340px;
    margin: 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.login li input {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.login li button {
    background: var(--primary);
    color: #555;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.play .play-box {
    border-radius: 8px 8px 0 0;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    min-height: auto;
}

.play .instro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play .player {
    margin: 10px 0;
}

.play .player,
.play .ep-wrap {
    width: 670px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}

.play .instro .flex {
    align-items: center;
}

.play .instro .a {
    padding-right: 10px;
}


.play .instro h1 {
    font-size: 24px;
    padding: 10px 0;
}

.play p span {
    padding-right: 10px;
}

.play p span:after {
    content: "/";
    padding-left: 8px;
    color: #ddd;
}

.play p i {
    font-style: normal;
    padding-right: 10px;
    cursor: pointer;
}

.play p i:before {
    content: "#";
    color: var(--secondary);
    padding-right: 2px;
    font-size: 15px;
}

.play-right ul li.active {
    color: var(--primary2);
    background: var(--secondary-bg);
}

.play-right ul li {
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

e-player {
    --theme: var(--primary);
}

.controls .right {
    display: block;
}

.pub {
    width: 800px;
    min-height: 200px;
    margin: 30px auto;
}

.pub input {
    padding: 10px;
    border: none;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pub textarea,
.minipub textarea {
    width: 100%;
    min-height: 200px;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
}

.pub .submit {
    text-align: right;
    margin: 10px 0;
    font-size: 16px;
}

.pub :first-child {
    margin-bottom: 15px;
}

.pub .submit a {
    font-size: 12px;
    color: rgb(72, 96, 161);
    text-decoration: solid;
    padding: 0 10px;
}

footer {
    font-size: 13px;
}

.comments li {
    margin: 0;
    background: #f2f2f2;
    border-radius: 0 0 8px 8px;
}

.bio {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}

.comments .replies {
    background: #fff;
    color: var(--primary);
}

.replies {
    background: var(--secondary-bg);
    color: var(--primary2);
    border-radius: 8px;
    overflow: hidden;
}

article {
    padding: 10px;
}

.avatar .info p {
    padding: 0 10px;
}

.avatar .info b {
    color: #bbb;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 400;
}

article span {
    /* justify-content: end; */
    padding: 0 5px;
    font-size: 12px;
    cursor: pointer;
    color: #888;
}

.comments .bio{
    padding: 10px 10px 0 10px;
}

.comments .info{
    font-size: 13px;
}

.iconfont {
    cursor: pointer;
}

.menu a{
    color: #fff;
}

footer span{
    cursor: pointer;
    color: rgb(72, 96, 161);
}