

.title{   
    font-size: 26px;
    font-weight: 500;
    color: #020202;
    text-align: center;
}
.author{
    font-size: 16px;
    font-weight: 500;
    color: #673402;
    margin: 30px auto 0;
    height:30px;
    width:400px;
}
.left{
    width: 800px;
    text-align: center;
}
.box li{
    list-style: none;
}
.box li:hover{
    list-style: none;
}
.entry-content{    
  margin-top: 30px;
}
.nav{    
    
    text-align: left;
    padding: 0 30px;
    margin-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav a{
    font-size: 14px;
    font-weight: 300;
    color: #040404;
}
.mobile{
  display:none;
}
@media screen and (max-width: 600px){
    .pc{
        display: none;
    }
    .mobile{
        display:block;
    }

    .author{
        width: 100%;
    }
    .title{
        font-size:16px;
    }
    .cc{    width: 95%;
    text-align: center;
    height: 1.4rem;
    padding: 0.1rem 2.5%;
  
}
header img{
    width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: top;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
.cc h1{
    height: 22px;
    line-height: 22px;
    margin-top: 0.22rem;
    font-size: 18px;
}
.menubtn{
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 0.22rem;
    left: 2%;
    z-index: 9999999;
}
.menubtn i{
    display: block;
    width: 21px;
    height: 3px;
    background-color: #602820;
    border-radius: 3px;
    position: absolute;
    transition: .5s;
}
.menubtn.on i:nth-child(1) {
    transform: rotate(40deg);
}
.menubtn i:nth-child(1) {
    top: 4px;
    transform-origin: left bottom;
}
.menubtn i:nth-child(2) {
    top: 11px;
}
.menubtn.on i:nth-child(2) {
    opacity: 0;
}
.menubtn i:nth-child(3) {
    top: 18px;
    transform-origin: left top;
}
.menubtn.on i:nth-child(3) {
    transform: rotate(-40deg);
}
.mnav{
    position: absolute;
    left: 0;
    top: 2.1rem;
    width: 4.7rem;
    text-align: center;
    display: none;
    z-index: 9999999;
    background: #602820;
    border-bottom: 0;
}
.mnav li{
    width: 100%;
    float: left;
    font-size: 0.24rem;
    color: #fff;
    line-height:2rem;
    margin: 0.3rem 0 0.1rem;
    height: 2rem;
    border-bottom: 1px solid #fff;
}
.mnav li:last-child{
    border-bottom: none;;
}
.mnav li a{
    color: #fff;
}
.ccbody{
    margin: 20px auto 0;
    width: 90%;
    text-align: center;
}
body{
    min-width: 200px;
}
.nav{
  padding-bottom:30px;
  }
section{
  margin-top:10px;
  }
.author{
  margin-top:10px;
  }
.entry-content img{
  width:100% !important;
  }
}
