.company-intro {
    float: right;
    width: 200px;
    padding: 30px 20px;
    background: #fff;
}
.company-intro__avatarbox {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.company-intro__avatarbox img {

    width:100%;
    height:100%;
}
.company-intro__name {
    font-size: 16px;
    color: #444;
    text-align: center;
    margin: 6px auto 10px;
    font-weight: bold;
}
.company-intro__info {
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 22px;
    margin: 10px auto 20px;
}
.company-intro__info span {
    color: #333;
}
.company-intro__info .bold {
    font-weight: bold;
}
.company-intro__toolbar {
    text-align: center;
}
.company-intro__btn--dark {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: #ff5a00;
    color: #fff;
    padding: 8px 15px;
    margin: 20px 10px 20px 0;
}
.company-intro__home {
    margin-top: 20px;
    text-align: center;
}
.company-intro__home .company-intro__into {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}
.case-desc {
    width: 940px;
}
.case-desc .desc-content {
    padding: 36px 70px;
    background: #fff;
}
.case-desc .desc-content .case-name {
    font-size: 24px;
    color: #333;
}
.case-desc .desc-content .case-designer {
    position: relative;
    color: #333;
    margin: 20px 0 0;    display: inline-block;
    width: 100%;
}
.case-designer .small-avatar {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.my-avatar {
    width: 100%;
}
.designer-prompt {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40px;
    z-index: 1;
}
.designer-info-inner {
    height: 100px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;width: 100%;
}
.designer-prompt .avatar {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.designer-prompt .designer-info {
    margin-left: 120px;
}
.designer-prompt .designer-name {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    display: flex;align-items: center;
}
.designer-prompt .designer-name .name {
    font-size: 20px;
    color: #333;
}
.avatar-job, .designer-prompt .designer-name .name {
    display: inline-block;
    vertical-align: middle;
}
.designer-prompt .designer-name .job {
    display: inline-block;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px 9px 9px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(
            90deg
            ,#a58a5f,#caae79);
    background: -webkit-linear-gradient(
            90deg
            ,#a58a5f,#caae79);
}
.designer-prompt .designer-exp {
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.designer-prompt .designer-exp span {
    margin-right: 10px;
}
.designer-prompt .reserve {
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff5a00;
    color: #ff5a00;
    border-radius: 2px;
    margin: 10px 0;
}
.case-designer>.designer-name {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    line-height: 30px;
}
.case-designer>.designer-name .name {
    font-size: 14px;
    color: #8e8e93;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.case-designer>.designer-name .job {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin: 6px 10px;
    border-radius: 9px 9px 9px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(
            90deg
            ,#a58a5f,#caae79);
    background: -webkit-linear-gradient(
            90deg
            ,#a58a5f,#caae79);
    padding: 0 10px;
}
.house-info {
    width: 100%;
    height: 80px;
    padding: 17px 20px;
    margin-top: 20px;
    box-sizing: border-box;
    background: #f6f6f6;
    border-radius: 6px;
}
.house-info img {
    float: left;
    display: block;
    width: 166px;
    height: 48px;
    margin-right: 20px;
}
.info-wrapper {
    position: relative;
    float: left;
    padding-left: 30px;
    margin-top: -1px;
    width: 554px;
    box-sizing: border-box;
}
.info-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 64px;
    left: 0;
    top: -8px;
    background: #e3e3e3;
}
.info-wrapper span {
    display: block;
    font-size: 14px;
    margin-bottom: 9px;
    color: #999;
}
.info-wrapper .column {
    float: left;
    width: 143px;
}
.info-wrapper .position {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.info-wrapper .budget {
    position: absolute;
    width: 96px;
    right: 0;
}
.module .module-title {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.module .module-title:before {
    content: "";
    display: block;
    width: 6px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #0cb46a;
}
.module .module-content {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    /*text-align: center;*/
}
.module-content p {
    text-align: justify;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.module-content .figure-box {
    margin-bottom: 20px;
    /*background-color: #f6f6f6;*/
    overflow: hidden;
}
.module-content img {
    width: 100%;
    margin: 0 auto 10px;
}
.publish-info {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}
.publish-info p {
    margin: 10px 0 0;
    text-align: right;
}
.recommend {
    margin-top: 10px;
    width: 940px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.recommend>p {
    margin-bottom: 22px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.xmp_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.xmp_container .item {
    width: 273px;
    padding-bottom: 15px;
    margin-right: 20px;
}
.xmp_container .item:nth-child(3n){
    margin-right: 0;
}
.item .img-box {
    position: relative;
    font-size: 0;
}
.item-info-box .title {
    margin: 15px 0 10px;
    line-height: 21px;
    font-size: 16px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.info-detail span {
    position: relative;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}
.info-detail span:first-child {
    padding-left: 0;
}
.info-detail span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 10px;
    background-color: #e3e3e3;
}
.company-right{
    position: relative; top: 0; left: auto; right: auto; margin-left: 0px;
}
.company-right.fixed{
    top: 0px;
    position: fixed;
    left: 50%;
    right: auto;
    margin-left: 360px;
}
.company-intro__btn--dark:hover {
    background-color: #f15400;
    color: #fff;
}
.small-avatar:hover .designer-prompt{
    display: block;
}
.designer-prompt .reserve {
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff5a00;
    color: #ff5a00;
    border-radius: 2px;
    margin: 10px 0;
}
.company-case .case-filter {
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 20px;
}
.case-filter dl {
    width: 100%;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.case-filter dl dt {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 40px;
    z-index: 1;
    color: #999;
    background-color: #f8f8f8;
}
.case-filter dl dd {
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
    width:1100px;
    height: auto;
    margin-left: 120px;
}
.case-filter dl dd a {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    text-align: left;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case-filter dl dd a.on, .case-filter dl dd a:hover {
    color: #00af63;
}
.company-case .case-list {
    /*margin-right: -15px;*/
}
.case-list .case-item {
    float: left;
    width: 285px;
    height: 277px;
    background: #fff;
    margin: 0 20px 20px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.case-list .case-item:nth-child(4n){
    margin-right: 0;
}
.case-list .case-item .case-img {
    width: 100%;
    height: 197px;
    overflow: hidden;
    position: relative;
}
.case-list .case-item .case-img img {
    display: block;
    width: 100%;
    height: 197px;
    object-fit: cover;
}
.case-list .case-item .case-intro {
    padding: 10px;
    position: relative;
}
.case-list .case-item .case-intro .case-name {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;font-weight: normal;
}
.case-list .case-item .case-intro .case-tag {
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.case-list .case-item .case-intro .card-cost {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 12px;
    color: #999;
}
.case-list .case-item .case-intro .card-cost span {
    color: #ff5a00;
}
.case-list .case-item:hover {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.1);
}

.content.news {
    width: 960px;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.news .title-cont {
    border-bottom: 1px dashed #e3e3e3;
}
.news .title {
    font-size: 28px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
}
.release-date {
    margin: 10px 0;
    display: block;
    font-size: 12px;
    color: #999;
}
.essay-content {
    padding-top: 20px;
}




/*工地*/
.decoration-all {
    text-align: right;font-size: 13px;
}
.decoration-all span {
    color: #0cb46a;
}
.gdcontent{
    width: 940px;
    min-height: 600px;
    background: #fff;
    padding-bottom: 30px;
}
.gd-info {
    position: relative;
    width: 860px;
    background: #fff;
    color: #999;
    padding: 40px 40px 6px;
}
.decoration-header {
    margin-top: 20px;
    width: 880px;
    margin-left: 40px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 30px;
}
.decoration-header .decoration-left {
    width: 200px;
    height: 136px;
    float: left;
    overflow: hidden;
    position: relative;
}
.broadcast {
    width: 200px;
    height: 140px;
    background: rgba(51,51,51,.5);
    text-align: center;
    line-height: 140px;
    display: none;
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #fff;
}
.decoration-left:hover .broadcast{
    display: block;
}
.decoration-header .decoration-right {
    position: relative;
    left: 25px;
    float: left;
    width: 600px;
    height: 130px;
    margin-top: 5px;
}
.customer-name {
    max-width: 610px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.decoration-right .customer-name a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.decoration-right .customer-information {
    margin-top: 10px;
}
.decoration-right .customer-information span {
    font-size: 13px;
    color: #999;
    display: inline-block;
    margin-left: 10px;
}
.decoration-right .customer-information span:first-child {
    margin-left: 0;
}
.decoration-right .customer-information .comm-name {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.decoration-right .customer-information .line {
    color: #d8d8d8;
}
.case-progress {
    position: absolute;
    bottom: 0;width: 100%;
}
.case-progress .on .progress-dot{
    background: url(../image/point-on.png);
}
.case-progress .on{
    color: #0cb46a;
}
.case-progress ul {
    border-top: 2px solid #eee;display: flex;justify-content: space-between;
}
.case-progress li {
    float: left;
    color: #333;
    font-size: 12px;
    /*width: 72px;*/
    /*margin-right: 50px;*/
    margin-top: 16px;
}
.case-progress .progress-dot {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -25px;    margin: 0 auto;
    background: url(../image/point.png);
}


.decoration-header.last {
    border-bottom: none;
}
.decoration-a img{
    width: 100%;    height: 136px;
    object-fit: cover;
}
.botton-link {
    width: 110px;
    height: 34px;
    text-align: center;
    background:#52b16e;
    position: absolute;
    bottom: 0;
    line-height: 34px;
}
.botton-link a {
    font-size: 14px;
    color: #fff;
}
.botton-link a:hover{
    background-color: #f15400;
    color: #fff;
}
.decoration-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d8d8d8;
}
.designer-introduction .stage {
    font-size: 16px;
    color: #1fb269;
    font-weight: bold;
}
.designer-introduction .name {
    margin-left: 15px;    font-size: 12px;
    color: #666;
}
.evaluation {
    margin-bottom: 10px;
}
.evaluation p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}

.evaluation-pics .img {
    display: inline-block;
    width: 160px;
    height: 120px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.evaluation-pics .img:nth-child(5n){
    margin-right: 0;
}
.evaluation-pics .img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.td-style {
    border-right: 1px solid #eaeaea;
    background: #f8f8f8;
}
.case-filter {
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 20px;
}
.case-filter dl:not(:first-child) {
    border-top: 1px solid #eaeaea;
}
.commentpic{
    margin-top: 20px;
}
.commentpic .evaluation-pics .img{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 7px;
    margin-bottom: 15px;
}
.commentpic .evaluation-pics .img img{
    object-fit: cover;
    height: 100%;
}
.diary-contents .edit-time{
    margin-top: 0;
}
.gdcontent .case-filter dl dd{
    width: 760px !important;
}
.collect-shop{
    position: relative;
    /*top: 10px;*/
    float: right;
    cursor: pointer;
    color: #8e8e93;
}
.collect-icon, .uncollect-icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}
.collect-icon {
    background-image: url(../image/csc-on.png);
}
.uncollect-icon {
    background-image: url(../image/csc.png);
}
#js-viewer img{
    width: 100%;
}
.xmp_container img{
    display: inline;
    width: 100%;
    height: 200px;
    object-fit: cover;
}