::selection{
    background-color: skyblue;
}
*{
    margin: 0;
    padding: 0;
}
.myheader{
    width: 100%;
    background-color: white;
}
.mytitle{
    padding: 0 25%;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}
.mytitle *{
    height: 100%;
}
.mytitle img{
    width: 50px;
    height: 50px;
    margin: 0 10px;

    border-radius: 50%;
    box-sizing: content-box;
}
.myname{
    float: left;
    color:black;
    text-decoration: unset;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.myname h2{
    font-size: small;
    font-weight: bold;
    letter-spacing: 1px;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.myselection{
    float: right;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.myselection a{
    margin: 15px;
    color: rgb(56, 51, 63);
    font-size: medium;
    font-weight: normal;
}
a{
    text-decoration: unset;
}
.myselection a:hover{
    color: crimson;
}

.myimg{
    position: relative;
    width: 100%;
    height:260px;
    overflow: hidden;
}
.imgshadow{
    position: relative;
    height:250px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0px 10px gray;
}
.myimg img{
    position: absolute;
    bottom: 0;
    transform: translateY(5%);
    min-width: 100%;
    width:100%;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background-color:rgba(0,0,0,0.5);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;

}
.mask *{
    width: 30%;
    color:white;
    letter-spacing: 0.5px;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: rgb(82, 82, 82);
}
.mask h3{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 50px 0 10px 0;
}
.mask p{
    font-size: 18px;
    font-weight: normal;
}

#main{
    width: 100%;
    padding: 20px 25%;
    box-sizing: border-box;
}
#mainContent,#myposts{
    width: 100%;
}
.forFlow{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.day,.PostList{
    width: 100%;
    padding: 5% 5% 4% 5%;
    margin: 25px 0;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(185, 185, 185, 0.603);
    transition: 0.3s;
}
.day:hover,.PostList:hover{
    box-shadow: 0 1px 2px 0 rgba(185, 185, 185, 0.603);
}
.postTitle,.postTitl2{
    font-size: 1.2em;
    line-height: 1.3em;
    border-left: 4px rgb(89, 134, 216) solid;
    font-weight: 600;
    font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace!important;
    margin-bottom: 1em;
    padding: 0.5em;
}
.postTitle a ,.postTitl2 a{
    color: black;
}
.postTitle a:hover,.postTitl2 a:hover{
    color: royalblue;
}
.postCon{
    margin: 0.5em 0;
    word-wrap:break-word;
}
.postCon a{
    margin-left: 1em;
    color: rgb(89, 134, 216);
    white-space:nowrap;
}
.postCon a:hover{
    text-decoration: underline;
}
.postDesc,.postDesc2{
    color: gray;
    font-size: small;
    font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace!important;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 3em;
    padding-bottom: 0.3em;
    border-bottom: 1px rgba(128, 128, 128, 0.116) solid;
}
.postDesc a,.postDesc2 a{
    color: rgb(89, 134, 216);
}
.postDesc a:hover,.postDesc2 a:hover{
    text-decoration: underline;
}

.topicListFooter{
    width: 100%;
    font-size: small;
    text-align: right;
}
.topicListFooter a{
    color: rgb(89, 134, 216);
}
.topicListFooter a:hover{
    text-decoration: underline;
}

#footer{
    width: 100%;
    padding: 20px 25%;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    letter-spacing: 3px;
    text-align: center;
}
#footer::after{
    display: block;
    content: "xlx" url(https://www.wdjlb.com/dal/img/小爱心.png) "宇宙美少女";
}


/*---------------------------详情页*/
.feedback_area_title{
    font-size: 1.2em;
    line-height: 1.3em;
    border-left: 4px rgb(89, 134, 216) solid;
    font-weight: 600;
    font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace!important;
    padding: 0.5em;
}
.postBody img{
    box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.356);
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 5px 0;
}
.postBody p, .postBody ul, .postBody ol{
    line-height: 1.7em;
    letter-spacing: 0.5px;
}

div#post_detail,#blog-comments-placeholder,#comment_form,div#comment_form,.comment_textarea{
    width: 100%;
}
.feedbackItem{
    border-bottom: 1px solid rgba(165, 165, 165, 0.219);
    padding: 5px;
}
.louzhu{
    background-color: rgba(248, 135, 135, 0.747);
}
.feedbackListSubtitle,.comment_vote,#comment_nav{
    font-size: 14px;
    padding-bottom: 5px;
}
.feedbackCon{
    font-size: 16px;
    padding-top: 5px;
    line-height: 1.5em;
}

#ad_t2,#cnblogs_c1,#under_post_news,#under_post_kb{
    display: none;
}


/*---------------------------滚动条*/
::-webkit-scrollbar { 
    width: 5px; 
    height: 10px; 
    background-color: #F5F5F5; 
} 
::-webkit-scrollbar-track {
    border-radius: 10px; 
    background-color: #F5F5F5; 
} 
::-webkit-scrollbar-thumb { 
    border-radius: 10px;  
    background-color: rgb(129, 129, 129); 
}

/*---------------------------小屏幕适配*/
@media screen and (max-width: 700px){
    .mytitle,#main{
        padding: 0 5%;
    }
    .myimg{
        height:180px;
    }
    .imgshadow{
        height:170px;
    }
    .myimg img{
        min-width: 100%;
    }
    .mask{
        height: 170px;
    }
    .mask *{
        width: 80%;
    }
    .mask h3{
        font-size: 16px;
    }
    .mask p{
        font-size: 12px;
    }
}

/*---------------------------中屏适配*/
@media screen and (min-width: 700px) and (max-width: 1300px){
    .mytitle,#main{
        padding: 0 15%;
    }
    .myimg{
        height:210px;
    }
    .imgshadow{
        height:200px;
    }
    .myimg img{
        min-width: 100%;
    }
    .mask{
        height: 200px;
    }
    .mask *{
        width: 70%;
    }
    .mask h3{
        font-size: 20px;
    }
    .mask p{
        font-size: 16px;
    }
}

#header,.dayTitle,#sideBar,#top_nav{
    display: none;
}

