*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
/* 使用100vw 消除左右滚动条 */
html {
    overflow-y: scroll;
    
   }
   
   :root {
    overflow-y: auto;
    overflow-x: hidden;
   }
   
:root body {
    position: absolute;
   
}
/* 结束 */
.manhua_box{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffebe1;
    
}
/* 第一屏 */
.one_screen{
    width: 100vw;
    height: 940px;
     background-color: #ffebe1; 
    display: flex;
    align-items: center;
    justify-content: center;
}
/* L */
.L_Text{
    width: 600px;
    height: 800px;
    /* background-color: bisque; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* 标题 */
.T_biaoti{
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
}
/* 随机按钮 */
.D_suiji{
    width: 120px;
    height: 46px;
    background-color: black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 15px;
}
.D_suiji>img{
    width: 25px;
    height: 25px;
}
/* R */
.R_swiper{
    width: 600px;
}
.R_swiper>.swiper{
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    --swiper-theme-color: #0099ff;
}
.swiper-slide{
    position: relative;
}
.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jianjie_tu1{
    width: 600px;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    position: absolute;
}
.jianjie_tu1>.Je_shao{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 10px 20px;
}
.jianjie_tu1>.name_ren{
    font-size: 15px;
    color: #000;
    margin: 5px 20px;

}
/* 第二屏 */
.two_ping{
    width: 1350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px;
}
.two_ping>.two_bioti{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.JianMan_list{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_kuang{
    width: 280px;
    overflow: hidden;
    /* background-color: #0099ff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.S_tu{
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    background: #000;
    border-radius: 20px;
    margin: 0px;
}
.S_tu>img{
width: 300px;
    height: 100%;

}
.text_jinajie{
    width: 100%;
    margin-top: 10px;
}
.text_jinajie>p{
    font-size: 20px;
    font-weight: bold;
}
.text_jinajie>li{
    font-size: 14px;
    margin-top: 8px;
}

/* 第二屏 第二部分 */
.fresh_tp{
    width: 100%;
    margin-top: 40px;
}
.bt_{
    font-size: 17px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bt_>a>span{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
    color: black;
}
.bt_>a>span>img{
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
}
.X_xilie{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.X_divK{
    width:320px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.st_img{
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: solid 2px #dddddd;
    border-radius: 15px;
    cursor: pointer;
}
.st_img>img{
    width: 100%;
}
.st_img:hover{
    border: solid 2px #0099ff;
}
.name_zuozhe{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.name_zuozhe>img{
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
.name_zuozhe>p{
    font-size: 16px;
    margin-left: 10px;
}

/* 第三屏 */
.sanping{
    width: 1350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.Sbiaoti_T{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.San_neirong{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top_yi{
    width: 100%;
    overflow: hidden;
    /* background-color: #acacac; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l_lio{
    width: 49%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.zhangwo_{
    margin-left:30px;
}
.zhangwo_>p:nth-child(1){
    font-size: 22px;
    font-weight: bold;
}
.zhangwo_>p:nth-child(2){
    font-size: 17px;
}
/* 第四屏 */
.si_ping{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}
.jiaohu_anniu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;

}
.jiaohu_anniu>p{
    font-size: 25px;
    font-weight: bold;
}
.jiaohu_anniu>div{
    margin-top: 20px;
    width: 120px;
    height: 50px;
    background-color: black;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;

}
.jiaohu_anniu>div>a{
    color: #fff;
}

/* 屏幕最大是750 时触发 */
@media (max-width:750px) {

    /* 第一屏 */
    .one_screen{
        width: 100vw;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    /* L */
    .L_Text{
        width:420px;
        height: 0px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 10px 10px ;
        margin-bottom: 100px;
    }
    .cha_tu_jianjie{
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
    }
    .T_biaoti{
        font-size: 40px;
    }
    .shishi_p{
        font-size: 13px;
    }
    /* R */
    .R_swiper{
        width: 470px;
        overflow: hidden;
    }
    .R_swiper>.swiper{
        height: 470px;
        border-radius: 10px;
        overflow: hidden;
        --swiper-theme-color: #0099ff;
        margin: 20px 10px ;
    }
    /* 第二屏 */
    .two_ping{
        width: 400px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 10px;
    }
    .JianMan_list{
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .list_kuang{
        width: 330px;
        overflow: hidden;
        /* background-color: #0099ff; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        margin-top: 25px;
    }
    .text_jinajie>p{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    .text_jinajie>li{
        text-align: center;
        font-size: 14px;
        margin-top: 8px;
    }
    /* 第二屏 的第二部分 */
    .X_xilie{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .X_divK{
        width:190px;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .st_img{
        width: 100%;
        height: 104px;
        overflow: hidden;
        border: solid 1px #acacac;
        border-radius: 15px;
        cursor: pointer;
    }
    /* 第三屏 */
    .sanping{
        width: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 60px;
    }
    .Sbiaoti_T{
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .top_yi{
        width: 100%;
        overflow: hidden;
        /* height: 110px; */
        /* background-color: #acacac; */
        display: flex;
        flex-direction: column;
    }
    .l_lio{
        width: 400px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .zhangwo_>p:nth-child(1){
        font-size: 18px;
        font-weight: bold;
    }
    .zhangwo_>p:nth-child(2){
        font-size: 13px;
    }
}