@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone4/4s */
    .class{}
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .class{}
}
@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 */
    .class{}
}
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
    .class{}
}
body{
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/Jansens520/1934958/o_240414054310_wpeqqpbqjjrwpeqqpbqjjr.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    z-index: 99999;
}

#home{
    color: #aa7a53;
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
    margin-top: 150px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

a:hover{
  cursor: url(https://www.jansens520.com/static/images/pc/base/b.cur),auto;
}
#header {
     background: none;
     color: #aa7a53;
}
#header a:hover{
  text-decoration: none;  
}
#header a:visited {
    color: #aa7a53;
    text-decoration: none;
}
#blogTitle{
    dipplay:inline-block;
    font-family:"Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,sans-serif;
    background-image: none;
    color: #aa7a53;
}
#blogTitle h2{
    color: #aa7a53;
}
#footer{
     background: none;
     color: #aa7a53;
}

#sideBar {
    color: #000;
}

#sideBar a:visited{
   color: #000; 
}

#sideBar a:link{
   color: #000;  
}

#calendar .Cal {
    color: #000; 
}
#calendar table a:link{
    color: #000; 
}
.CalDayHeader,.CalTodayDay{
    background-image: none;
    color: #000;
}

.catListTitle{
    background-image: none;
    padding: 8px 0 0 0px;
}

.postTitle{
    background-color:#4169E1;
    dipplay:inline-block;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size:18px;
    font-color:#ffffff;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 10px 10px 5px #888888;
    text-shadow: 2px 2px 3px #222222;
}
.postTitle a{
    color:#ffffff !important;
}
.postBody{
    background-color:#CCFFCC;
    font-family:"Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,sans-serif;
    font-size:13px;
}
.postCon {
    background-color:#CCFFCC;
    font-family:"Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,sans-serif;
    font-size:13px;
}
#clockdiv{ background:#ffffff;width:200px;height:200px;border-radius: 50%;margin-bottom:25px;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
  cursor: url(https://www.jansens520.com/static/images/pc/base/b.cur),auto;
}

.spig {
    display: block;
    width: 130px;
    height: 170px;
    position: absolute;
    bottom: 300px;
    left: 160px;
    z-index: 9999;
}
#message {
    line-height:170%;
    color: #191919;
    border: 1px solid #c4c4c4;
    background: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 1em;
    padding: 5px;
    top: -45px;
    position: absolute;
    text-align: center;
    width: auto !important;
    z-index: 10000;
    -moz-box-shadow: 0 0 15px #eeeeee;
    -webkit-box-shadow: 0 0 15px #eeeeee;
    border-color: #eeeeee;
    box-shadow: 0 0 15px #eeeeee;
    outline: none;
}
.mumu {
    width: 130px;
    height: 170px;
    cursor: move;
    background: url(https://www.jansens520.com/static/images/pc/base/spig.png) no-repeat;
}

/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    color:black;
    margin: 0px;  /*音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    opacity: 0.8;
}

/** 古诗词 begin **/
.poem-wrap {
    position: relative;
    width: 1000px;
    max-width: 80%;
    border: 2px solid #797979;
    border-top: none;
    text-align: center;
    margin: 40px auto;
}
.poem-left {
    left: 0;
}
.poem-right {
    right: 0;
}
.poem-border {
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #797979;
}
.poem-wrap p {
    width: 70%;
    margin: auto;
    line-height: 30px;
    color: #797979;
}
.poem-wrap h1 {
    position: relative;
    margin-top: -20px;
    display: inline-block;
    letter-spacing: 4px;
    color: #797979;
    font-size: 2em;
    margin-bottom: 20px;
}
#poem_sentence {
    font-size: 25px;
}
#poem_info {
    font-size: 15px;
    margin: 15px auto;
}
/** 古诗词 end **/