@media(max-width: 1350px){
    .img-move{
        height: 280px;
    }
}

@media(max-width: 1250px) {
    .img-move{
        height: 310px;
    }
}

@media(max-width: 1200px){
    .hot-item-img img{
        height: 235px;
    }
}

@media(max-width: 1100px) {
    .img-move{
        height: 270px;
    }
    .list-item{
        width: calc(50% - 16px);
    }
    .left-content{
        width: 100%;
        padding-right: 0px;
    }
    .right-content{
        width: 100%;
    }
    #footer{
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .hot-item-img img{
        height: 210px;
    }
}

@media screen and (max-width: 1024px) {
    .item {
        width: calc(50% - 16px);
    }
    .main-info-left{
        width: 100%;
        margin: 20px 0;
    }
    .hot-item-entry h4 {
        margin: 5px 0 10px 0;
    }
    .hide-one{
        -webkit-line-clamp: 1;
    }
    .hot-item-img img{
        height: 190px;
        object-fit: cover;
    }
}

@media(max-width: 1000px) {
    .img-move{
        height: 250px;
    }
    .breadcrumb-wrapper{
        text-align: center;
    }
}

@media(max-width: 950px) {
    .img-move{
        height: 230px;
    }
}

@media screen and (max-width: 900px) {
    .hot-item-img img{
        height: 180px;
    }
    .img-move {
        height: 280px;
    }
    .blog-item .blog-thumb img{
        width: 300px;
    }
}

@media screen and (max-width: 850px) {
    .hot-item-img img{
        height: 165px;
    }
    .hot-item-entry p{
        line-height: 1.5;
    }
    .img-move {
        height: 260px;
    }
}

@media(max-width: 800px){
    #header{
        padding: 10px 0px;
    }
    .openbtn {
        display: block;
        padding-right: 0;
    }
    .pc-menu,
    .login-pc {
        display: none;
    }
    .search-btn{
        margin-right: 20px;
    }
    .search-btn-close{
        margin-right: 20px;
    }
}

@media(max-width: 768px){
    .hot-item-img img {
        height: 300px;
    }
    .hide-one {
        -webkit-line-clamp: 2;
    }
    .hide-someone{
        -webkit-line-clamp: 3;
    }
    .hot-item-entry p {
        line-height: 1.9;
    }
    .blog-item .blog-thumb img{
        width: 280px;
    }
}

@media(max-width: 750px){
    .img-move {
        height: 320px;
    }
    .list-item{
        width: calc(100% - 16px);
    }
}

@media screen and (max-width: 700px) {
    .item {
        width: 100%;
    }
    #footer .wrapper {
        justify-content: center;
    }
    .main-info-left{
    flex-direction: column;
    }
    .main-info-content{
        margin: 20px 0;
    }
    .hot-item-img img {
        height: 250px;
    }
    .img-move {
        height: 290px;
    }
    .manga-detail{
        display: block;
    }
    .manga-detail .poster{
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .manga-detail .poster img{
        width: 200px;
        margin-bottom: 20px;
        float: unset;
    }
    .manga-detail .info{
        display: block;
        text-align: center;
    }
    .manga-detail .actions{
        display: inline-block;
    }
    .manga-detail .actions a{
        display: inline-block;
        margin: auto;
    }
    .manga-detail .actions a.readnow{
        margin-right: 0;
    }
    .blog-item .blog-meta h2{
        font-size: 16px;
    }
}

@media(max-width: 650px){
    .blog-item .blog-thumb img{
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .hot-item-img img {
        height: 220px;
    }
    .img-move {
        height: 250px;
    }
    .list-blogs{
        width: calc(100% + 10px);
        float: left;
        margin-left: -5px;
        margin-bottom: 50px;
    }
    .blog-item{
        width: calc(50% - 10px);
        display: block;
        margin: 5px;
        padding: 0;
    }
    .blog-item .blog-thumb{
        width: 100%;
        float: left;
        display: block;
        vertical-align: unset;
    }
    .blog-item .blog-thumb img{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .blog-item .blog-meta{
        vertical-align: unset;
        display: block;
        width: 100%;
        float: left;
        padding: 0 10px 10px 10px;
        text-align: center;
    }
    .blog-item .blog-meta h2{
        height: 45px;
        overflow: hidden;
    }
}

@media(max-width: 550px){
    .hide-someone{
        -webkit-line-clamp: 2;
    }
    .hot-item-img img {
        height: 200px;
    }
    .img-move {
        height: 360px;
    }
}

@media(max-width: 500px){
    .hot-item-img img {
        height: 180px;
    }
    .img-move {
        height: 310px;
    }
    .bottom-right a{
        padding: 0 10px;
    }
    .list-blogs{
        width: 100%;
        margin-left: 0;
    }
    .blog-item{
        width: 100%;
        margin: 7.5px 0;
    }
    .blog-item .blog-meta h2{
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    .hot-item-desc{
        display: none;
    }
    .hot-item-img img {
        height: 155px;
    }
    .img-move {
        height: 270px;
    }
    .img-thumbnail{
        width: 120px;
        height: 160px;
    }
    .item-title{
        margin: 0 0 10px 0;
    }
    .next-pre{
        width: 100%;
        float: left;
        margin-top: 15px;
        text-align: right;
    }
    .next-pre a:last-child{
        margin-right: 0;
    }
}

@media(max-width: 400px){
    .img-move {
        height: 245px;
    }
}

@media(max-width: 370px){
    .hot-item-img img {
        height: 145px;
    }
    .img-move {
        height: 220px;
    }
}
