.detail-content .w1200{
    margin:0 auto;
    width: 1200px;
}
.detail-content{
    background-color: #f8f8f8;
}
.detail-content .router{
    line-height: 60px;
    font-size: 16px;
    /* color:#A3A3A3; */
}
.detail-content .router a:hover{
    color: #f95f4b;
}

.detail-content .content{
    margin:0 auto;
    width: 100%;
    padding:0;
}
.detail-content .content .fl-con{
    float: left;
    width: 824px;
    position: relative;
    background-color: white;
    border: 1px solid #f1f1f1;
}
.detail-content .content .fr-info{
    float: right;
    width: 354px;
    margin-left: 20px;
}

.detail-content .main-title{
    width: 100%;
    font-size: 16px;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 72px;
    text-overflow: ellipsis;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
}
.detail-content .main-title .tag{
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    background-image: linear-gradient(135deg,#FFBC77  0%,#FF8248 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}
.detail-content .main-title .tag .iconfont{
    font-size: 20px;
    vertical-align: middle;
}

.detail-content .picInfo{
    color: #a0a0a0;
    text-align: left;
    padding: 15px 30px 0;
    margin-top: 10px;
}
.detail-content .picInfo li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.detail-content .fl-con .picBox{
    width: 804px;
    margin: 10px auto;
    text-align: center;
    display: block;
}
.detail-content .fl-con .picBox img{
    width: 100%;
}
.detail-content .fl-con .flodinfo {
    border-top: 1px solid #f1f1f1;
    line-height: 25px;
    color: #a0a0a0;
    font-size: 16px;
    padding: 15px 0 15px 20px;
}
.detail-content .fl-con .mobile_link {
    font-size: 14px;
    color: #666;
    margin:0 0 20px 20px;
}
.detail-content .fl-con .mobile_link a {
    margin-left: 10px;
    color: #666;
}
.detail-content .right-con{
    text-align: center;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.detail-content .right-con .userInfo{
    border-bottom: 1px solid #ececec;
    height: 50px;
    padding: 0 20px;
}
.detail-content .right-con .author{
    float: left;
    color: #ff8b3d;
    font-size: 14px;
    line-height: 50px;
}
.detail-content .right-con .btn-follow{
    float: right;
    margin: 14px 0 0 10px;
    display: inline-block;
    width: 70px;
    height: 22px;
    border: 1px solid #ff8b3d;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    color: #ff8b3d;
    font-size: 14px;
    transition-property: background,color;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    cursor: pointer;
}
.detail-content .right-con .btn-follow:hover {
    background-color: #ff8b3d;
    color: #fff;
}
.detail-content .right-con .btn-down{
    display: block;
    margin: 20px 30px 0;
    width: 280px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    background-color: #ff8b3d;
    font-size: 26px;
    color: #fff;
}
.detail-content .right-con .btn-collect{
    display: block;
    margin: 20px 30px 0;
    width: 280px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border: #bbb 1px solid;
    font-size: 26px;
    color: #bbb;
}
.detail-content .right-con .other{
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    color: #7c7b7b;
    padding: 0 26px;
    line-height: 14px;
}
.detail-content .right-con .other i{
    margin-left: 5px;
    margin-right: 2px;
    font-size: 14px;
    color: #bebebe;
}
.detail-content .relate_search{
    background-color: white;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 0 25px 20px;
    margin-bottom: 12px;
}
.detail-content .relate_search .subtitle{
    line-height: 30px;
    padding: 10px 0;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: normal;
}
.detail-content .relate_search .tag{
    float: left;
    margin-right: 20px;
    line-height: 25px;
    font-size: 14px;
    transition: all .1s  ease-out;
}
.detail-content .recom-title{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
}
.detail-content .recom-li{
    float: left;
    background: #fff;
    width: 282px;
    margin:0 7.5px 15px;
    border: 1px solid #e4e3e3;
    border-bottom: 1px solid #C6C5C5;
}
.detail-content .recom-li .img-box{
    position: relative;
    text-align: center;
}
.detail-content .recom-li img{
    width: 100%;
}
.detail-content .recom-li .btn-download{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 64px;
    border: 1px solid #d02a0d;
    background-color: #f06e4a;
    width: 154px;
    height: 54px;
    line-height: 54px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transform: rotateY(0deg);
    transition: all .3s;
}
.detail-content .recom-li:hover .btn-download{
    opacity: 1;
}
.detail-content .recom-li .rl-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px 12px;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
}
.detail-content .recom-li .rl-downloads{
    padding: 0 12px 12px;
    font-size: 10px;
    color: #bfbfbf;
}
.detail-content .recom-li .rl-downloads b{
    margin: 0 5px;
    color: #b51d1a;
}
.detail-content .aside ul{
    margin: 0 -7.5px;
    width: 1215px;
}
.detail-content .masonry-wrapper{
    padding-bottom: 40px;
}