.project-details-left {
    float: left;
}
.project-details-left{
    float: left;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*height: 800px;*/
    width: 880px;
}
.project-details-right{
    width: 300px;
    float: right;

}
.infor {
    width: 260px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.infor-title {
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.infor-list{
    padding-top: 20px;
}
.infor-item{
    height: 30px;
    overflow: hidden;
}
.infor-item>span{
    color: #ccc;
    font-size: 20px;
    vertical-align: middle;
}
.infor-item>a{
    font-size: 14px;
    color: #333;
    /*font-weight: 600;*/
    margin-left: 5px;
}
.infor-item>a:hover{
    color:#00ae66
}
.dynamic{
    position: relative;
    border: 1px solid #e6e6e6;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.dynamic>span{
    position: absolute;
    right: 10px;
}
.dynamic>span.point{
    bottom: 10px;
    color: #ccc;
    background: #000;
    opacity: 0.6;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;

}
.dynamic:hover .close{
    display: block;
}
.dynamic>span.close{
    top: 10px;
    display: none;
    background: #ccc;
    color: #fff;
    opacity: 0.6;
    padding: 2px 4px;
    cursor: pointer;

}

.dynamic-null{
    width: 880px;
    text-align: center;
    color: #ccc;
    height: 488px;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}
.dynamic-null>img{
    margin-top: 100px;
}
.dynamic-null>div{
    margin-top: 20px;
}

.project-recommend {
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);

}
.project-recommend-title {
    height: 60px;
    background: #f3f3f3;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    margin-bottom: 15px;
}
.project-recommend-list {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    line-height: 25px;
}
.project-recommend-list>a{
    display: block;
    margin-left: 5px;
    padding: 0 5px;
    float: left;
    font-size: 12px;
    color: #333333;
}
.project-recommend-list>a:hover{
    color: #00AE66;
}


.review-all{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    padding-bottom: 5px;
}

.review-all .review-title{
    height: 60px;
    background: #f3f3f3;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}
.review-all .review-frame{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.review-all .review-frame .review-point.bg{
    height: 60px;
    background: #F9F9F9;
    color: #999999;
    font-size: 14px;
    line-height: 60px;
}
.review-all .review-frame .review-point{
    padding-left: 20px;
    padding-right: 20px;
}
.review-show{}
.review-show>img{
    width: 100%;
    height: 90px;
}
.review-show a>.user-img{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: -15px;
    left: 28px;

}
.review-show a.user-name{
    color: #00AE66;
    font-size: 14px;
    position: absolute;
    top: -10px;
    left: 65px;
}
.review-show .textarea{
    position: absolute;
    top: 20px;
    left: 5px;
    padding: 2px;
    outline: none;
    border: none;
    resize: none;
    height: 60px;
    width: 805px;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
}
.review-islogin,.review-sub,.reply-textarea>button{
    background-color: #00AE66;
    height: 40px;
    width: 120px;
    color: white;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    border: none;
    line-height: 40px;
}
.review-sub{
    margin-top: 20px;
}
.review-all .review-frame .review-show{
    position: relative;
    /*overflow: hidden;*/
    margin-top: 30px;
}

.review-list{
    padding-left: 20px;
    padding-right: 20px;

}
.review-list .review-item.bt{
    border-top: 1px solid #e6e6e6;
}
.review-list .review-item{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.review-list .review-item>img{
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
}
.review-list .review-item .review-content{
    margin-left: 75px;
}
.review-content .review-user{

}
.review-content .review-user>a{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.review-content  .review-con{
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    margin-top: 10px;
}
.review-other{
    overflow: hidden;
    margin-top: 15px;
    margin-left: 75px;

}
.review-operate{
    float: right;
    width: 150px;
}
.review-createtime{
    float: left;
}
.review-createtime,.review-reply,.review-like,.hide-reply{
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.review-reply,.review-like{
    float: left;
    cursor: pointer;
}
.review-reply>img,.review-like>img{
    margin-right: 3px;
}
.review-reply{
    margin-left: 10px;
}
.review-more{
    font-size: 12px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.reply-textarea{
    margin-top: 10px;
}
.reply-textarea .textarea{
    border: 1px solid #00AE66;
    width: 750px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    padding: 5px;
    font-size: 14px;
    color: #666666;
    resize: none;
}

.layui-layer-title {
    /*border-bottom: 2px solid #00ae66 !important;*/
    font-size: 20px !important;
    color: #666 !important;
    background-color: #f5f5f5 !important;
}

.reply-list-item-comment-area {
    background-color: white;
    /*border: 1px solid #ddd;*/
    margin-top: 20px;
}

.reply-list-item-comment-area .comment-area-allnum {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.reply-list-item-comment-area .comment-area-allnum > span {
    margin-left: 20px;
}
.reply-list-item-comment-area .comment-area-item {
    margin: 0 20px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}

.reply-list-item-comment-area .comment-area-item .comment-area-item-user {
    font-size: 14px;
}
.reply-list-item-comment-area .comment-area-item .comment-area-item-content{
    font-size: 14px;
}

.reply-list-item-comment-area .comment-area-item .comment-area-item-user .comment-area-item-userimg {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;

}

.reply-list-item-comment-area .comment-area-item .comment-area-item-user .comment-area-item-username {
    color: #333333;
    cursor: pointer;
    font-size: 14px;
}
.reply-list-item-comment-area .comment-area-item .comment-area-item-user .comment-area-item-username:hover {
    color: #00AE66;
}

.reply-list-item-comment-area .comment-area-item .comment-area-item-user .comment-area-item-comment-text {
    color: #999999;
}

.reply-list-item-comment-area .comment-area-item .comment-area-item-content > p {
    margin: 16px 0 !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 10px !important;
    color: #333333;
}
.comment-area-list{
    padding-bottom: 5px;
}
.comment-area-item .comment-area-item-oper img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: bottom;
}

.comment-area-item .comment-area-item-oper {
    color: #999999;
    cursor: pointer;
}

.comment-area-item .comment-area-item-oper span.ml20 {
    margin-right: 15px;
    font-size: 14px;
}
.comment-area-textarea {
    overflow: hidden;
    margin-top: 20px;
}

.comment-area-textarea .comment-text {
    margin: 0px;
    width: 98%;
    height: 68px;
    resize: none;
    overflow: auto;
    outline: 0;
    padding: 5px;
    border: 1px solid #00AE66;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.comment-sub {
    margin-top: 10px;
    height: 32px;
    width: 100px;
    border: none;
    border-bottom: #007663 solid 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    text-shadow: 2px 2px 2px #009272;
    cursor: pointer;
    box-shadow: none;
    background-color: #00ae66;
    float: right;
}


.layui-layer-content .comment-area-list{
    padding: 20px;
}

.layui-layer-content .comment-area-list>ul>li{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;

}
.layui-layer-content .comment-area-list>ul>li .comment-area-item-user>a>img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.layui-layer-content .comment-area-list>ul>li  .comment-area-item-content{
    margin: 10px 0 10px 0;
}
.layui-layer-content > div > ul > li > div.comment-area-item-user{
    font-size: 14px;
}
.layui-layer-content > div > ul > li > div.comment-area-item-content{
    font-size: 14px;
}

.loginBtnDis{
    background-color: #c3c3c3 !important;
    cursor: not-allowed;
}

.layui-layer-rim {
    border: 2px solid #999 !important;
}
/*.layui-layer-title{*/
/*background-color: white !important;*/
/*}*/
.address{
    width: 260px;
}
.address-title{
    font-size: 16px;
    color: #333333;
    height: 44px;
    line-height: 44px;
    font-weight: 600;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}


/* 分页 */
.paging,paging-list {
    width: 100%;
}

.paging div,.paging-list div {
    width: 100%;
    text-align: center;

}

.paging div span ,.paging-list div span{
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    box-shadow: 0px 1px 0px 1px #f6f6f6;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.paging div a:last-child , .paging-list div a:last-child{
    height: 40px;
    width: 160px;
    display: inline-block;
}







