body {
    background: #f1f1f1;
}

.thumb img {
    width: 100%;
}

li {
    list-style: none;
}

.strategy-list .item {
    margin: 10px 0;
}

.strategy-list .thumb {
    position: relative;
}

.strategy-list .thumb .title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    left: 0;
    color: #fff;
    padding: 6px 15px;
    width: 100%;
}

.strategy-list .info {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.strategy-list .info .icon {
    width: 50px;
    margin: 0 10px;
}

.strategy-list .info .icon img {
    width: 100%;
}

.strategy-list .info .button {
    color: #0074ff;
    border: 1px solid #0074ff;
    border-radius: 3px;
    padding: 5px 12px;
    margin: 8px 15px 0 0;
}

.strategy-list .info .title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.strategy-list .info .sub-title {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.post {
    padding: 2px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    background: #fff;
}

.post a {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    display: block;
}

.post a:last-child {
    border-bottom: 0;
}

.post .tag {
    color: #0074ff;
    border: 1px solid #0074ff;
    border-radius: 3px;
    padding: 1px 5px;
}

.post .title {
    color: #666;
    padding: 2px 0 0 10px;
}

.thumb .player {
    width: 100%;
}

.thumb .player img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.thumb video {
    width: 100%;
}

.hot-hr {
    display: block;
    width: 95%;
    margin: 15px auto;
}

.post-list .item {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: 10px 0;
}

.post-list .item .title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.post-list .item .info {
    color: #666;
    margin: 10px 0;
}

.post-list .item .time {
    margin-left: 10px;
}

.tag li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 8px;
    margin-right: 10px;
    color: #666;
}

.post-list .item .description {
    font-size: 14px;
    color: #333;
    margin: 10px 0 8px;
}

.post-list .item .thumb-list img {
    display: block;
    float: left;
    width: 32%;
    margin-right: 1%;
}

.post-list .item .param {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin: 10px 0;
}

.post-list .item .param div {
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    color: #333;
}

.post-list .item .param div:last-child {
    border-right: 0;
}

.post-list .item .param img {
    width: 20px;
}

.post-list .item .param span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.strategy-detail .item {
    margin: 0;
}

.strategy-icon {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.strategy-icon li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.strategy-icon a:last-child li {
    border-right: 0;
}

.strategy-icon img {
    width: 70%;
}

.strategy-icon span {
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}

.top-category {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    height: 40px;
}

.top-category li {
    float: left;
    font-size: 14px;
    padding-right: 15px;
}

.top-category .a {
    color: #0074ff;
    font-size: 16px;
    line-height: 19px;
}

.top-category .a::after {
    content: ' ';
    background: #0074ff;
    width: 100%;
    height: 1px;
    display: table;
    margin-top: 10px
}

#next {
    background: #eaeaea;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

}

.content {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

#preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
}

#preview img {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.section {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

#read .title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

#read .param {
    color: #666;
    margin: 10px 0;
}

#read .content {
    margin-top: 15px;
    paddint-top: 15px;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
}

#read .like {
    text-align: center;
    margin-top: 15px;
}

#read .like div {
    text-align: center;
    border: 1px solid #999;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 18px;
}

#read .like span {
    display: block;
    background-image: url(/static/bbs/image/icon/like.png);
    background-size: 25px;
    line-height: 30px;
    height: 30px;
    background-repeat: no-repeat;
    text-indent: 30px;
}

.comment-list {
    padding-top: 30px;
}

.comment-list .avatar {
    margin-right: 20px;
}

.comment-list .avatar img {
    width: 50px;
    border-radius: 50%;
}

.comment-list .info {
    width: calc(100% - 70px);
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-list .item:last-child .info {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-list .username, .comment-list .time {
    color: #666;

}

.comment-list .item {
    margin: 20px 0 5px;
}

.comment-list .detail {
    color: #333;
    margin: 10px 0;
}

.comment-list .reply {
    background: #f1f1f1;
    padding: 0 15px 10px;
}

.comment-list .reply-username {
    color: #666;
    padding-top: 10px;
}

.comment-list .reply-detail {
    color: #333;
    padding-top: 5px;
}

#comment {
    position: relative;
    padding-bottom: 70px;
}

.comment-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 20px;
}

.comment-btn {
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #E1E1E1;
}

.comment-title .sub-title {
    color: #000;
    font-weight: 700;
    position: relative;
}

.comment-title .sub-title::after {
    position: absolute;
    content: ' ';
    display: block;
    background: #0074FF;
    height: 2px;
    width: 100%;
    bottom: -13px;
}

.tips {
    background: #f9f9f9;
    color: #979797;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    width: 92%;
    margin: 10px auto;
    padding: 6px;
}

#comment-form {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding: 10px 20px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;

}

#comment-form .cancel {
    color: #979797;
}

#comment-form .submit {
    color: #0074ff;
}

#comment-form #comment-input {
    resize: none;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    color: #979797;
    width: 100%;
    margin-top: 10px;
    height: 80px;
}

#read .content img{
    max-width:100%;
}

#comment #next{
    background: #f1f1f1;
    margin-top:30px;
    border:0;
}

#read .liked div{
    border-color:#0074ff;
}

#read .liked span{
    color:#0074FF;
    background-image:url(/static/bbs/image/icon/liked.png)
}

#read .content iframe{
    max-width: 100%;
}

@media screen and (min-width:768px){
    body{
        width:450px;
        margin:0 auto;
    }
    .comment-btn,#comment-form{
        width:450px;
        left:calc((100% - 450px)/2)
    }
}