@font-face {
    font-family: 'iconfont';  /* Project id 4441726 */
    src: url('//at.alicdn.com/t/c/font_4441726_cr9ehdo7uzl.woff2?t=1719976967964') format('woff2'),
         url('//at.alicdn.com/t/c/font_4441726_cr9ehdo7uzl.woff?t=1719976967964') format('woff'),
         url('//at.alicdn.com/t/c/font_4441726_cr9ehdo7uzl.ttf?t=1719976967964') format('truetype');
  }
.iconfont{
      font-family:"iconfont" !important;
      font-size:16px;font-style:normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      -moz-osx-font-smoothing: grayscale;
}
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #444;
}

body,
html {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    display: flex;
}
html{
    width: 100vw;
}
body {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
}
@media screen and (min-width: 600px) {  
    /* 在这里添加你的样式 */  
    body {  
        max-width: 600px !important;
        margin: auto;
    }  
    .db_banner{
        max-width: 600px !important;
    }  
}  
.top {
    width: 100%;
    position: relative;
}

.top .hea1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(0 0 0 / 58%);
    padding: 8px;
    border-radius: 50%;
}

.top .hea1 .icon {
    font-size: 20px;
}

.main {
    width: 100%;
    position: relative;
    padding: 0px 0 80px;
}

.main .bj {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.main .bj img {
    height: 100%;
}

.ttm {
    width: 100%;
    margin-top: 20px;
}

.ttm .ttm_t {
    width: 40%;
    margin: auto;
    text-align: center;
    height: 32px;
    color: #fff;
    line-height: 32px;
    border-radius: 100px;
    font-size: 16px;
}

.ttm .ttm_c {
    width: 90%;
    margin: 20px 5%;
    font-size: 14px;
    background: #fff;
    padding: 15px 10px;
    color: #6d7a8c;
    line-height: 160%;
    text-align: justify;
    border-radius: 3px;
}

.ttm .ttm_bd {
    display: flex;
    justify-content: end;
}

.ttm .ttm_bd a {
    color: #795548;
    border-bottom: 1px solid;
    margin-right: 5%;
    padding-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 600;
}

.ttm_con {
    width: 90%;
    margin: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tuli {
    width: 47%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.tuli .tuli_l {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tuli .tuli_r {
    width: 100%;
    text-align: center;
}

.tuli .tuli_r p {
    font-size: 14px;
    margin: 10px;
    color: #444;
    height: 40px;
    text-align: justify;
    word-break: break-all;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tuli .tuli_p {
    color: #E91E63;
    line-height: 20px;
    text-align: center;
}

.tuli .tuli_p span {
    font-weight: 400;
    margin-right: 3px;
}

.tuli .toup {
    background: #FF5722;
    color: #fff;
    border-radius: 50px;
    padding: 2px 0 4px;
    font-size: 14px;
    width: 90%;
    margin: 10px 5%;
    text-align: center;
    letter-spacing: 2px;
}

.tuli .bianhao {
    position: absolute;
    /* background: rgb(0 0 0 / 53%); */
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 3px 5px;
    border-top-left-radius: 3px;
    top: 4px;
    left: 0;
    opacity: 1;
    z-index: 100;
}

.tuli .hosname {
    position: absolute;
    /* background: rgb(0 0 0 / 63%);
    text-align: center; */
    color: #e9e9e9;
    font-size: 12px;
    padding: 3px 5px;
    bottom: 5px;
    left: 0;
    opacity: 1;
    z-index: 100;
    width: 100%;
}

.ttm_c pre {
    width: 100%;
    white-space: break-spaces;
    margin: 0;
}

.mowei {
    width: 90%;
    margin: 50px 5%;
    line-height: 160%;
    color: #434343;
}

.mowei b {
    margin-bottom: 10px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.rank .mintf {
    display: flex;
    width: 90%;
    margin: 20px auto;
    background: #fff;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
}

.rank .mintf-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.rank .mintf-txt b {
    color: #575757;
    margin-bottom: 5px;
}

.rank .mintf-txt span {
    color: #6d7a8c;
}

.rank .bdlist {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.rank .bdlist h4 {
    font-size: 16px;
    color: #383838;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #0c0c0c;
}

.rank .bdlist .bd-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-size: 12px;
}

.rank .bdlist .bd-item .bd-item-mc {
    width: 30px;
    text-align: center;
}

.rank .bdlist .bd-item .bd-item-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 10px;
}

.rank .bdlist .bd-item .bd-item-tit {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 10px;
}

.rank .bdlist .bd-item .bd-item-mc svg.icon {
    width: 28px;
    height: 28px;
}

.rank .bdlist .bd-item .bd-item-vote {
    width: 30px;
    text-align: center;
    color: #E91E63;
}

.rank .bdlist .bdtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    color: #555;
}

.rank .bdlist .bdtop .bdname {
    width: 30px;
    text-align: center;
    white-space: nowrap;
}

.rank .bdlist .bdtop .bdname.zp {
    flex: 1;
    text-align: center;
}

a {
    text-decoration: none;
    color: #444;
}

.tucon {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgb(79 110 173 / 10%);
    margin-bottom: 20px;
}

.tucon img {
    width: 100%;
}

.non {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.non .non1 {
    font-size: 16px;
    color: #333;
    height: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 5px;
}

.non .non2 {
    font-size: 14px;
    color: #6d7a8c;
    line-height: 160%;
    margin-bottom: 5px;
}

.non .non2 span {
    color: #d66a20;
}

.non .non1:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #555555;
    width: 15px;
    position: absolute;
    height: 30px;
    box-sizing: border-box;
    content: "";
    left: 10px;
    bottom: 3px;
}

.bj {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.bj img {
    width: 100%;
    height: 100%;
    min-height:calc( 100vh - 56vw );
}

.condb {
    position: absolute;
    bottom: 30px;
    width: 90%;
    margin: 0 5%;
    display: flex;
}

.condb .an1 {
    margin-right: 10px;
    padding: 8px 20px;
    background: #888;
    color: #fff;
    border-radius: 50px;
}

.condb .an2 {
    flex: 1;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #FF5722;
}

.tucon .bfvo {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.tucon .bfvo .xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
    height: 40px;
    width: 40px;
}

.ttm_lxs {
    display: flex;
    width: 90%;
    margin: 5px 5%;
    align-items: center;
}

.ttm_lxs h6 {
    color: #555;
    font-weight: 700;
}

.ttm_cate {
    display: flex;
}

.ttm_cate span.xzq {
    padding: 5px 14px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-left: 15px;
    border-radius: 100px;
    font-size: 12px;
}

.ttm_con .tuli.none {
    display: none;
}

.zoom {
    z-index: 1100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    display: none;
}

.zoom .pinch-zoom {
    width: 100%;
    overflow-y: auto;
    height: 100vh;
    padding: 30px 10%;
}

.tucon .btn-ts {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.cate-title {
    text-align: center;
    margin: 20px 5% 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    background: #ee5c8e;
    width: 90%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}
.tuli_tubj{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 85%,rgba(0,0,0,.8) 100%);
}
.tuli_tubj .vdotn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(51 51 51 / 80%);
    border-radius: 50%;
}
.tuli_tubj .vdotn svg.icon {
    font-size: 32px;
}
.botmm{
    margin-top: 20px;
    text-align: center;
    color: #444;
}


.ntt {
    width: 94%;
    margin: 20px;
    margin-left: 3%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.ntt .ntt_t {
    color:var(--dtcolor);
    font-size: 16px;
    margin-left: 5%;
    font-weight: 700;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.ntt .ntt_t i{
    font-size: 18px;
    margin-right: 2px;
}
.ntt .ntt_c {
    width: 90%;
    margin: 10px 5%;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 160%;
    text-align: justify;
    border-radius: 3px;
    margin-bottom: 10px;
}
.ntt .ntt_c pre {
    width: 100%;
    white-space: break-spaces;
    margin: 0;
}
.db_banner {
    position: fixed;
    width: 100%;
    padding: 8px 0;
    bottom: 0;
    display: flex;
    color: #fff;
    box-shadow: 0px 3px 5px 3px #00000070;
    background-color:var(--dtcolor);
    justify-content: space-around;
    z-index: 999;
}
.db_banner a.banner-item {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.db_banner .banner-item i.iconfont {
    font-size: 18px;
    margin-bottom: 2px;
}