.pixiv-whole {
    position: fixed;
    top : 50px;
    left : 50px;
    width: 100%;
    height: 100%;
    border : 1px solid #ccc;
    background: rgba(0, 0, 0, 0.1);
}
.pixiv-whole > div:first-child {
    border : 1px solid white;
    width: 1000px;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    transform: translate(-25px, 0px);

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

.px-title {
    position: absolute;
    top : 100px;
    left : 100px;

    font-size: 32px;
    font-style: italic;
    font-weight: 100;
    text-shadow: 30px 30px #ccc;
}
.px-title > span:first-child {
    font-size: 12px;
}
.px-copy {
    position: absolute;
    bottom : 100px;
    right : 100px;

    font-size: 15px;
    font-style: italic;
    font-weight: 100;

}
.px-copy > span:first-child {
    font-size: 12px;
}
.px-copy > span:nth-child(2) {
    font-size: 12px;
}
.px-btns {
    position: fixed;
    top : 100px;
    right : 100px;
    z-index: 9;
}




.pixiv-main {
    width : 95%;
    max-width: 1100px;
    margin : 0 auto;
}
.pixiv-content {
    border-left: 5px solid #ff9d31;
}

.pixiv-content > ul {
    display: flex;
    width: 100%;
    height: 230px;
    padding: 10px;
    overflow: hidden;
    overflow-x: auto;
}


.pixiv-content > ul > li {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 150px;
    min-width: 150px;
    height: 200px;
    margin : 5px;
    box-shadow: 1px 1px 1px black;

    overflow: hidden;

    cursor: pointer;
}
.pixiv-content > ul > li > span {
    height: 25px;
    padding : 5px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    background: antiquewhite;
    color: #ff9d31;
}
.pixiv-content > ul > li > span:nth-child(2){
    position: relative;
    flex : 1;
    border : 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding : 0px;
    overflow: hidden;
    text-align: center;
}
.pixiv-content > ul > li > span img {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.pixiv-content > ul.plist li {
    min-width: 200px;
    max-width: 200px;

}


.pixiv-content > ul > li:hover {
    background: rgba(0, 0, 0, 0.1);
}
.pixiv-content > ul > li:active {}


.r-pixiv {}
.r-pixiv textarea{
    width: 300px;
    height: 150px;
}





.n-wr-width {
    border: 1px solid #ccc;
    display: flex;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding : 20px;
    background: #FAFAFA;
}
.n-wr-width > div {
    width : 100%;
    border-radius: 10px;
    margin : 0 auto;
    background-color: white;
}
.n-wr-width > div ul {
    /* height: 235px; */
    margin-top: 10px;
}


.n-wr-width > div ul li {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding : 10px;
    margin : 1px 0;
}
.n-wr-width > div ul.today li {
    cursor: pointer;
    padding : 0;
    transition: all 0.2s;
}
.n-wr-width > div ul.today li .my-book-cover > div:nth-child(2) > span:nth-child(2) {
    letter-spacing: -1px;
    font-size: 15px;
}

.n-wr-width > div ul.today li .my-book-cover > div:nth-child(1) {
    filter: blur(10px) brightness(0.8);
    transition: all 0.3s;
}
.n-wr-width > div ul.today li:hover {
    outline: 2px solid #ff9d31;
}
.n-wr-width > div ul.today li:active {
    outline: 1px solid #ff9d31;
}
.n-wr-width > div ul.today li:hover .my-book-cover > div:nth-child(1) {
    filter: blur(0px) brightness(1);
}


.n-notice {
    border-radius: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    padding : 10px;
}

.n-novel {
    border-radius: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    padding : 10px;
    margin : 0 1px !important;
}

.n-today {
    width: 100%;
}

.n-today ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.n-today ul li {
    width: 200px;
    height: 200px;
    margin: 15px auto !important;
}









.over-pop {
    position: fixed;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    

}

.over-pop > div {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;

    border-radius: 10px;
    background-color: white;

    padding : 20px;
    overflow: hidden;
}

.over-pop > div .n-title {
    position: relative;
    width: 100%;
}
.over-pop > div .n-title button {
    position: absolute;
    top : 50%;
    right : 10px;
    transform: translate(0, -50%);
}

.over-pop > div .over-dvd{
    display: flex;
    height: calc(100% - 60px);
}
.over-pop > div .over-dvd > div {
    position: relative;
    flex : 1;
    border : 1px solid #ccc;
    border-radius: 20px;
    padding : 15px;
    margin : 5px;
    overflow: auto;
}


.over-title-bookcover {
    position: relative;
    border-radius: 10px;
    border : 1px solid #ccc;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.over-expl {
    padding : 20px;
}
.over-expl div {
    font-size: 15px;
}

.over-expl-dv {
    display: flex;
}
.over-expl-dv button {
    width: 120px;
    padding: 8px;
    margin-top: 10px;
    margin-left: 5px;
}

.over-expl select {

    border: 0;
    border-radius: 5px;
    width: 100%;
    text-align: right;

    color : white;
    background-color: #ffc75e;

    font-size: 15px;
    text-shadow: 1px 1px #888;
    font-weight: 700;

    margin-top: 10px;
    padding: 8px 25px;
}

.over-expl span {
    border-radius: 5px;

    width: 120px;
    padding: 8px;
    margin-top: 10px;
    margin-right: 5px;

    color : white;
    background-color: #ffc75e;
    text-align: right;    
}
.over-expl input {
    border-radius: 5px;
    border: 1px solid #ffc75e;
    width: 100%;
    text-align: right;

    font-size: 15px;
    text-shadow: 1px 1px #888;
    font-weight: 700;

    margin-top: 10px;
    padding: 8px 25px;
}


.over-dt {
    text-align: right;
}
.over-dt > span {
    padding: 5px;
}
.over-dt > span > span {
    color: #ccc;
    font-size: 11px;
    padding: 5px;
}

.over-info {
    padding: 0 20px;
}
.over-info div{
    font-size: 15px;   
}

.over-info > div {
    display: flex;
}
.over-info > div > span {
    display: inline-block;
    flex : 1;
    padding: 10px;
}
.over-info > div > span:nth-child(1) {
    background-color: #FAFAFA;
    border-right: 0.1px solid #ccc;
}






.over-pop > div .over-dvd > div:nth-child(2){
}
.over-pop > div .over-dvd > div:nth-child(2) > div:nth-child(2){
    height: calc(100% - 60px);
    margin : 5px 0;
}
.over-pop > div .over-dvd > div:nth-child(2) > div:nth-child(2) li {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.2s;
}

.over-pop > div .over-dvd > div:nth-child(2) > div:nth-child(2) .center {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 22px;
}




.over-right-btns {
    text-align: right;
}







@media (max-width: 576px) {
    .over-pop > div {
        padding : 10px;
    }
    .over-pop > div .over-dvd {
        flex-direction: column;
    }

    .over-pop > div .over-dvd > div {
        padding : 15px 0;
    }

    .over-title-bookcover {
        border : 0;
        width: 300px;
        height: 300px;
    }

    .s-list ul li span {
        font-size: 13px !important;
    }
    .s-list ul li span.dt * {
        font-size: 10px !important;
    }


    .bd-list-wr {
        flex-direction: column;
    }
    .bd-list-wr > div {
        margin-bottom: 2px !important;
    }

}
@media (min-width: 576px) and (max-width: 768px) {
   
}
@media (min-width: 768px) and (max-width: 992px) {
  
}
@media (min-width: 992px) {
  
}
