.psy-read-top-img {
    width: 1200px;
    height: 260px;
}

.psy-read-top-img img {
    width: 1200px;
    height: 260px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}
.psy-read-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.psy-read-left {
    width: 840px;
}

.psy-reads-box {
    width: 800px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
}
.psy-read-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.psy-read-info-box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.psy-read-item{
    margin-right: 40px;
}
.psy-read-detail-box{
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}
.psy-read-detail-box img{
   width:96%;margin:0 auto;
}
.psy-read-comment {
    width: 800px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
    margin-top: 20px;
}
.psy-read-comment-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.psy-read-comment-top-left{
    display: flex;
    align-items: flex-end;
}
.comment-top-img{
    width: 37px;
    height: 35px;
}
.comment-top-img img{
    width: 37px;
    height: 35px;
}
.comment-top-content{
    font-size: 20px;
    color: #5dac00;
    font-weight: bold;
    margin-left: 5px;
}
.comment-total{
    font-size: 12px;
    color: #999;
}
.comment-total span{
    color: #ffa800;
}
.comment-content textarea{
    width: 800px;
    margin-top: 10px;
    font-size: 14px;
    border:1px solid #ccc;border-radius:5px;
}
.comment-bottom{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    margin-top: 15px;
}
.comment-anonymity{
    display: flex;
    width:80px;
}
.comment-anonymity-img{
    width: 20px;
    height: 20px;
}
.checkbox {
    position: relative;
    height: 16px;
}
.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}
.checkbox label {
    position: absolute;
    left: 20px;
    top: 0;
    height: 18px;
    width:60px;
    line-height: 18px;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 20%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -18px;
    top: 2px;
    width: 5px;
    height:10px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.checkbox input[type='checkbox']:checked + label:before {
    background: #4cd764;
    border-color: #4cd764;
}
.checkbox input[type='checkbox']:checked + label:after {
    background: #4cd764;
}
.comment-anonymity-content{
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.commit-comment{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #5dac00;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin-left: 30px;
}
.psy-read-comment-list {
    width: 800px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
    margin-top: 20px;
}
.psy-read-comment-list-top{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 10px;
}

.comment-list-top-img{
    width: 44px;
    height: 32px;
}
.comment-list-top-img img{
    width: 44px;
    height: 32px;
}
.comment-list-top-content{
    font-size: 20px;
    color: #5dac00;
    font-weight: bold;
    margin-left: 5px;
}
.comment-list{
    margin-top: 15px;
}
.comment-list li{
    display: flex;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.comment-item-top-img{
    width: 30px;
    height: 30px;
}
.comment-item-top-img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid #ccc;
}
.comment-item-right{
    margin-left: 10px;
}
.comment-item-top-name{
    font-size: 16px;
    line-height:30px;
    color: #000;
}
.comment-item-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.comment-item-up {
    display: flex;
    align-items: center;
    margin-right: 10px;
    line-height: 20px;
}
.comment-item-up-img{
    margin-right: 0px;
    line-height:20px;
}

.comment-item-bottom-left{
    font-size: 12px;
    color: #999999;
}
.comment-item-up-content{
    color:#999;
}


.psy-read-right {
    margin-left: 20px;
}

.comment-item-comtent{
    margin-top: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 14px;
    width:700px;
}


.read-about{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.read-about-list{
    margin-top: 15px;
}
.read-about li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.read-about-detail{
    display: flex;
}
.read-about-detail-left{
    width: 100px;
    height: 80px;
    margin-top: 3px;
}
.read-about-detail-left img{
    width: 100px;
    height: 80px;
}
.read-about-detail-right{
    margin-left: 15px;
}

.read-about-detail-title{
    font-size: 14px;
    font-weight: bold;
}

.read-about-detail-time{
    margin-top: 10px;
    font-size: 12px;
    color: #ccc;
}
.more-read{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    margin: 25px auto 15px auto;
}

a:hover .more-read {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background-color: #5dac00;
    text-align: center;
    margin: 25px auto 15px auto;
}

.bottom-space{
    width: 1200px;
    height: 30px;
}
