﻿body {
    background-color: #f7f7f7 !important;
}

@font-face {
    font-family: 'price';
    src: url('price.TTF') format('truetype');
}

.xzx-position {
    height: 56px;
    line-height: 56px;
    color: #555;
}

    .xzx-position a {
        color: #555;
    }

    .xzx-position span {
        color: #01b063;
    }

.xzx-container {
    display: flex;
    justify-content: space-between;
}

.xzx-l {
    width: 900px;
}

.xzx-r {
    width: 280px;
}

.banner {
    margin-bottom: 20px;
    position: relative;
}

    .banner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .banner .xzx-form {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 25px;
    }

        .banner .xzx-form > input[type='number'] {
            width: 120px;
            height: 30px;
            line-height: 30px;
            background-color: #fff;
            padding: 0 10px;
            margin-right: 5px;
        }

        .banner .xzx-form > input[type='tel'] {
            width: 230px;
            height: 30px;
            line-height: 30px;
            background-color: #fff;
            padding: 0 10px;
            margin-right: 5px;
        }

        .banner .xzx-form .verify {
            display: flex;
            margin-right: 5px;
        }

            .banner .xzx-form .verify input[type='text'] {
                width: 95px;
                height: 40px;
                line-height: 40px;
                background-color: #fff;
                padding: 0 10px;
            }

            .banner .xzx-form .verify p {
                width: 70px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                background-color: #ddd;
                color: #999999;
                cursor: pointer;
            }

        .banner .xzx-form > input[type='button'] {
            width: 114px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            background-color: #046ba0;
            cursor: pointer;
            color: #fff;
        }

.xzx-content {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
}

.content-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .content-top .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .content-top .tags {
        display: flex;
        justify-content: space-between;
        color: #999999;
        font-size: 12px;
    }

        .content-top .tags span {
            margin-right: 30px;
        }

.xzx-content .content {
    padding-top: 20px;
    line-height: 25px;
    text-indent: 2em;
    font-size: 16px;
    user-select: none;
}

    .xzx-content .content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 20px auto;
        text-indent: 0 !important;
    }

.prev-next {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

    .prev-next a {
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

        .prev-next a span {
            color: #999;
        }

.xzx-content .warning {
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    color: #999999;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.xzx-content .likes {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: url('../images/like.png') no-repeat 28px center #ff6702;
    color: #fff;
    cursor: pointer;
    padding-left: 25px;
    margin: 0 auto;
}

.comment-container {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 0 30px 15px;
    background-color: #fff;
}

    .comment-container .title {
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }

    .comment-container textarea {
        display: block;
        width: 100%;
        height: 120px;
        line-height: 25px;
        padding: 15px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .comment-container .comment-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #999;
        font-size: 12px;
        padding: 0 15px;
    }

        .comment-container .comment-btns span {
            color: #f26122;
        }

        .comment-container .comment-btns input[type='button'] {
            width: 90px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            background-color: #01b063;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            margin-left: 10px;
        }

.comment-list .comment-item {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

    .comment-list .comment-item:last-child {
        border-bottom: 0;
    }

    .comment-list .comment-item .avatar {
        margin-right: 20px;
        flex-shrink: 0;
    }

        .comment-list .comment-item .avatar img {
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

.comment-item .content {
    width: 100%;
}

    .comment-item .content .name-date {
        display: flex;
        justify-content: space-between;
        color: #999;
        font-size: 12px;
        margin-bottom: 15px;
    }

.recommed-container {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    padding: 0 30px;
    margin-bottom: 20px;
}

    .recommed-container .title {
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }



.price_top {
    background-color: #d9d4d4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

    .price_top .price_change {
        height: 40px;
        border: 3px solid #3a3a38;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: flex-end;
    }

        .price_top .price_change .price {
            font-size: 12px;
            line-height: 30px;
            margin-right: 5px;
        }

            .price_top .price_change .price span {
                display: inline-flex;
                line-height: 30px;
                font-family: 'price';
                font-size: 30px;
                color: #000;
            }



.calus {
    cursor: pointer;
}

@keyframes figerscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

@-webkit-keyframes figerscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.download {
    /*box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);*/
    margin-bottom: 25px;
}

    .download a {
        display: block;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        font-family: "黑体";
        margin: 0 auto 15px;
        border-radius: 5px;
    }

        .download a:last-child {
            margin-bottom: 0;
        }

        .download a.budget {
            color: #fff;
            background-color: #ff3b3b;
        }

        .download a.contract {
            color: #2e4aa7;
            background-color: #fce51b;
        }

.tag-tab {
    /*box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);*/
    margin-bottom: 25px;
    padding: 15px 15px 5px;
}

    .tag-tab .tag-tab-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

.tag-tab-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .tag-tab-list a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        background-color: #f8f8f8;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #565656;
        font-size: 14px;
    }

        .tag-tab-list a:hover {
            color: #01b063;
        }

.newzsgs {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 15px;
}

    .newzsgs .tit_p {
        height: 30px;
        line-height: 30px;
    }

    .newzsgs p {
        background: url(//www.zhuangku.com/images/kh.jpg) no-repeat 0 center;
        color: #00aa5f;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;
    }

.cmp-list a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #565656;
    font-size: 12px;
}

    .cmp-list a:hover {
        color: #01b063;
    }

.recommed-content {
    display: flex;
    flex-wrap: wrap;
}

    .recommed-content .recommend-item {
        width: 190px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

        .recommed-content .recommend-item:nth-child(4n) {
            margin-right: 0;
        }

        .recommed-content .recommend-item img {
            display: block;
            width: 190px;
            height: 130px;
        }

        .recommed-content .recommend-item p {
            font-size: 12px;
            margin-top: 10px;
        }

.no_pingjia {
    display: block;
    border: solid 1px #dddddd;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0 0;
}

.code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .code-container .code-img:nth-child(1) {
        margin-right: 40px;
    }

    .code-container img {
        display: block;
        width: 150px;
        height: 150px;
        border: 1px solid #eee;
    }

    .code-container p {
        margin-top: 5px;
        color: #666;
        text-align: center;
    }

.cmp-contianer {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .cmp-contianer .cmp-item {
        display: block;
        width: 48%;
        margin-right: 4%;
    }

        .cmp-contianer .cmp-item:nth-child(2n) {
            margin-right: 0;
        }

        .cmp-contianer .cmp-item .cmp-logo {
            width: 100%;
            height: 50px;
            overflow: hidden;
        }

            .cmp-contianer .cmp-item .cmp-logo img {
                display: block;
                width: 100%;
                height: auto;
            }

        .cmp-contianer .cmp-item p.cmp-name {
            color: #333;
            background: none;
            margin: 0;
            padding: 0 5px;
            text-align: center;
            font-weight: 400;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 30px;
        }

.bjform {
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    position: relative;
}

    .bjform .bjform-left, .bjform .bjform-right {
        width: 35%;
    }

.bjgorm-btn {
    width: 126px;
    height: 126px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bjgorm-btn .bg {
        display: block;
        width: 126px;
        height: 126px;
        background-image: url('https://cq.zhuangku.com//images/baojia/bjtn.png');
        -webkit-animation: rotate .7s linear infinite;
        -moz-animation: rotate .7s linear infinite;
        -o-animation: rotate .7s linear infinite;
        animation: rotate .7s linear infinite;
        animation-fill-mode: both;
    }

    .bjgorm-btn .bjform-calculate {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 96px;
        height: 96px;
        color: #fff;
        font-size: 16px;
        border: 1px solid #24b876;
        position: absolute;
        border-radius: 50%;
        background-color: #34c082;
        cursor: pointer;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.bjform .bjform-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight:600;
}

.bjform-title1 {
    text-align: center;
    font-size:14px;
}

.bjform .bjform-title span, .bjform .bjform-title1 span {
    color: #16ac5e;
    margin: 0 5px;
}

.calculatebox {
    margin-top: 14px;
    padding: 10px 30px;
    box-shadow: 0px 0px 4px #e5e5e5;
}

    .calculatebox .calculate-item {
        margin: 8px 0;
    }

        .calculatebox .calculate-item .calculate-title {
            font-size: 16px;
            color: #555;
            text-align: center;
        }

.calculate-detail {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 27px;
}

    .calculate-detail p {
        font-size: 14px;
        color: #555;
    }

        .calculate-detail p span {
            display: inline-block;
            width: 50px;
            color: #34c082;
            margin-right: 5px;
            text-align: right;
            font-weight: 600;
        }

.bjform-list {
    margin-top: 40px;
}

    .bjform-list li {
        display: flex;
        margin-bottom: 25px;
        position: relative;
        align-items: center;
        overflow:hidden;
    }

    .bjform-list input[type='text'] {
        width: 100%;
        height: 42px;
        line-height: 42px;
        border: 1px solid #bbb;
        padding: 0 10px;
        outline: 0;
        box-sizing: border-box;
        border-radius:3px;
    }

    .bjform-list li p {
        margin-left: 5px;
    }

        .bjform-list li p span {
            color: #34c082;
        }

    .bjform-list li .meter {
        color: #999;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }
    .bjform-list li span.tips{
        color: #555;
        font-size: 14px;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -11px;
    }
    .bjform-list li:nth-child(1) input{
        padding-left:45px;
    }
    .bjform-list li:nth-child(2) input{
        padding-left:75px;
    }
.price_alert {
    margin-top: 0 !important;
    margin-bottom: 25px;
    border: 0 !important;
}

.cmp-new {
    background-color: #fff;
    margin-bottom: 25px;
    padding-top: 20px;
}

    .cmp-new .tit_p {
        color: #000;
        font-size: 18px;
        height: 30px;
        padding-left: 10px;
    }

.news {
    padding: 15px 16px;
    background: #fff;
    margin-bottom: 25px;
}

.news-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-list li {
    color: #555;
    padding: 10px 0;
}

    .news-list li a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

.xzx-adv {
    display: block;
    margin-bottom: 25px;
}

    .xzx-adv img {
        display: block;
        width: 100%;
        height: auto;
    }

.qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
}

    .qrcode .code {
        display: inline-block;
        background: #FFFFFF;
        border-radius: 10px;
        margin-bottom: 14px;
        margin-top: 10px;
        padding: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,.05);
    }

        .qrcode .code img {
            display: block;
            width: 125px;
            height: 125px;
            margin:0 !important;
        }

    .qrcode .tips {
        color: #999;
        font-size: 12px;
    }
