html, body, div, p, span, a, abbr, object, iframe, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, label, pre, form, fieldset, input, textarea, blockquote, table, caption, tbody, tr, th, td, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, legend {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, ul, li, dl, dd, dt {
    list-style-type: none;
}

img {
    border: 0;
}

fieldset, img, button {
    border: none;
}

button {
    cursor: pointer;
}

input, button, img {
    vertical-align: middle;
}

input, select {
    outline: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e46dc1;
}

a:active {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #9697a3;
    font-size: 0.8rem;
    background: #151723;
}

/* List */

.top {
    height: 90px;
    background: #2e3f59;
}

.per_body {
    background: #151723;
}

.head {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* height: 120px; */
    margin: 0 0 15px 0;
    color: #fff;
}

.head .head_l {
    position: absolute;
    top: -20px;
    left: 15px;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #151723;
    background: #151723;
    overflow: hidden;
}

.head .head_l img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: none;
}

.head .head_r {
    position: absolute;
    top: 80px;
    left: 15px;
    width: 90px;
    text-align: center;
    font-size: 1.4em;
}

.head .head_edit {
    padding: 0 14px;
    margin-right: 10px;
    margin-top: 15px;
    border-radius: 4px;
    height: 34px;
    line-height: 36px;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    text-align: center;
    background: #3a3a44;
}

.items {
    display: flex;
    flex-wrap: wrap;
}

.items .items_block {
    position: relative;
    width: 33.33%;
    height: 164px;
    flex-shrink: 0;
    margin-top: 2px;
    overflow: hidden;
}

.items .items_block img {
    width: 100%;
    object-fit: scale-down;
}

.items .items_block:nth-child(2n) {
    border-left: 1px solid #151723;
    border-right: 1px solid #151723;
}

.items .items_block:nth-child(2n+1) {
    border-left: 1px solid #151723;
    border-right: 1px solid #151723;
}

.items .items_block .tag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #000;
    font-size: 0.7em;
    border-radius: 2px;
    background: #f7d149;
}

.items .items_block .num {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 44px;
    font-size: 1em;
    color: #fff;
    padding-left: 16px;
    font-weight: bold;
    background: url(../images/icon_play.png) no-repeat 0 4px;
    background-size: 12px;
}

/* article */

.cover_img img {
    width: 100%;
}

.video_tag {
    padding: 12px 15px 15px 15px;
    display: flex;
    border-bottom: 1px solid #2d2f3b;
}

.video_tag span {
    margin-right: 15px;
}

.video_introduce {
    padding: 15px;
    line-height: 1.7;
    text-align: justify;
}

.video_txt {
    margin: 10px 15px 15px;
    padding: 0 15px 15px;
    border-radius: 6px;
    background: #232531;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.video_txt li {
    margin-top: 15px;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #393b48;
    align-items: center;
}

.video_txt li:last-child {
    border: none;
    padding-bottom: 0;
}

.video_txt li p:nth-child(1) {
    width: 70px;
    color: #fff;
}

.video_txt li p:nth-child(2) {
    flex: 1;
}

.video_txt li p:nth-child(2) select {
    width: 100%;
    background: none;
    border: none;
    color: #9697a3;
    -webkit-appearance: none;
    font-size: 0.8rem;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .video_txt li, .video_tag, .head {
        border-width: 0.5px;
    }
}

.btns {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.btns a {
    padding: 0 15px;
    border-radius: 4px;
    height: 34px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #3a3a44;
}

/* 2020.04.15 */

.tab_tag {
    position: relative;
}

.tab_tag .tab_list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    z-index: 10;
}

.tab_tag .tab_list li {
    color: rgba(218, 214, 211, .6);
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
}

.tab_tag .tab_list li.cur {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.tab_tag .tab_con {
    flex-grow: 1;
}

.tab_tag .tab_con .item {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 0;
}

.tab_tag .tab_con .item img {
    width: 100%
}

.zddw {
    padding: 10px 20px 0 20px;
    background: #11121d;
}

.zddw li {
    padding-top: 20px;
    font-size: 1rem;
}

.zddw li:first-child {
    padding-left: 28px;
    background: url(../images/position.png) no-repeat 0 21.5px;
    background-size: 20px;
}

.zddw li:last-child {
    padding-bottom: 20px;
}

#letter {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    font-size: 2rem;
    color: #151723;
    text-align: center;
    line-height: 100px;
    background: rgba(21, 23, 25, 0);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 99;
    display: none;
}

.sort_box {
    overflow: hidden;
    margin-right: 30px;
}

.sort_list {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #1e2031;
}

.sort_list .num_name {
    padding-left: 20px;
    font-size: 1rem;
}

.sort_letter {
    padding: 10px 0 10px 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #1e2031;
}

.initials {
    position: fixed;
    top: 120px;
    right: 3px;
    height: 60%;
    width: 15px;
    font-size: 0.8rem;
    z-index: 99;
    background: rgba(145, 145, 145, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.btn_copy {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    background: #1d202f;
}

.btn_copy button {
    font-weight: bold;
    margin: 15px 0;
    font-size: 1rem;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #151723;
    outline: none;
    background: #f7d149;
}

.error {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
}

.error p {
    margin-top: 20px;
    font-size: 1rem;
    color: #0f1019;
}

.error p img {
    width: 90px;
}

.error p button {
    color: #fff;
    padding: 10px 25px;
    margin: 0 5px;
    outline: none;
    margin-top: 20px;
    background: #151723;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.back {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.back img {
    width: 24px;
}

/* 2021.09.02 */

.head_m {
    position: absolute;
    left: 120px;
    top: 18px;
    display: flex;
    align-items: center;
    width: 70%;
}

.head_m li {
    text-align: center;
    flex: 1;
}

.head_m li a {
    text-decoration: none;
    display: inline-block;
}

.head_m li:nth-child(2) {
    border-left: 1px solid #2e3f59;
    border-right: 1px solid #2e3f59;
}

.head_m li h4 {
    font-size: 1.1em;
    color: #6c85aa;
}

.head_m li h2 {
    font-size: 1.3em;
    color: #fff;
    padding-top: 8px;
}

.introduce {
    line-height: 1.7;
    padding: 15px 0;
    margin: 118px 15px 0 15px;
    color: #6c85aa;
    text-align: justify;
    border-top: 1px solid #2e3f59;
}

.btn_follow {
    padding: 10px 15px 0px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.btn_follow a {
    display: block;
    background: #fc3e5a;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-decoration: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .introduce, .head_m li:nth-child(2) {
        border-width: 0.5px;
    }
}

/* 2021.09.10 */

.brand_name {
    padding: 20px;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
}

.rank_tit{
    margin-top: 15px;
    padding-left: 15px;
}

.rank_tit h2{
    position: relative;
    color: #fff;
    padding-left: 18px;
}

.rank_tit h2::before{
    position: absolute;
    left: 6px;
    top: 5px;
    width: 3px;
    height: 19px;
    content: '';
    background: #fc3e5a;
}

.rank_list {
    padding: 15px 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rank_list a {
    padding: 6px 15px;
    margin: 5px;
    color: #fff;
    background: #4b4b64;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
}

.rank_list a:active {
    color: #fff;
    background: #fc3e5a;
}

.rank_list a.hov {
    color: #fff;
    background: #fc3e5a;
}

.rank_table_out{
    margin: 15px;
}

.rank_table{
    width: 100%;
    border-collapse: collapse;
}

.rank_table thead tr th, .rank_table tbody tr td{
    height: 40px;
    border: 1px solid #414158;
}

.rank_table thead tr th {
    color: #fff;
    background: #4b4b64
}

.rank_table tbody tr td {
    padding: 0 5px;
    color: #d8d8e5;
}

.rank_table tbody tr:nth-child(even) {
    background: #232531;
}

.rank_table tbody tr td:first-child{
    text-align: center;
}

/*2021-09-14  链接属性 */
.rank_table tbody tr td a{
    display: block;
    color: #e4e4f7;
    height: 100%;
    line-height: 40px;
}
