﻿.djt_pingjia {
    margin-bottom: 10px;
}

.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;
    }
   .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;
    }  

    .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 .meter {
        color: #999;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
    }

.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;
        }

.banner {
    margin-bottom: 20px;
    position: relative;
}

    .banner input {
        outline: 0;
        border: 0;
    }

    .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;
        }

.cmp-list, .recommend-list, .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 26px;
}

    .cmp-list .cmp-item, .recommend-item {
        display: flex;
        align-items: center;
        width: 50%;
    }

        .cmp-list .cmp-item:nth-child(n+3), .recommend-item:nth-child(n+3) {
            margin-top: 26px;
        }

        .cmp-list .cmp-item .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 170px;
            height: 85px;
            border: 1px solid #EAEAEA;
            border-radius: 5px;
            overflow: hidden;
            margin-right: 15px;
        }

            .cmp-list .cmp-item .logo img {
                display: block;
                max-width: 100%;
                height: auto;
            }

    .cmp-list .info .cmp-name {
        display: inline-block;
        color: #333;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 13px;
    }

    .cmp-list .info .price {
        font-size: 12px;
        color: #888888;
        background: url(https://m.zhuangku.com/NewWebMobile/images/jia.png) no-repeat 0 center;
        background-size: 10px 15px;
        padding-left: 16px;
    }

.recommend-content {
    width: 210px;
}

    .recommend-content .title {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .recommend-content .loadmore {
        color: #999;
    }

.recommend-cover {
    width: 190px;
    height: 110px;
    margin-right: 10px;
}

    .recommend-cover img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        opacity: 1;
    }

.case-item {
    display: block;
    width: 250px;
}

    .case-item .cover {
        width: 250px;
        height: 150px;
        overflow: hidden;
        margin-bottom: 17px;
    }

        .case-item .cover img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .case-item .title {
        color: #333;
        font-size: 14px;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.case-list::after {
    content: '';
    width: 250px;
}

.price_alert {
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.tag-download {
    /*border: 1px solid #ebebeb;*/
    /*background-color: #fff;*/
    margin-bottom: 25px;
}

    .tag-download a {
        display: block;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        font-family: "黑体";
        margin: 0 auto 15px;
        border-radius: 5px;
    }

        /*.tag-download a:nth-child(1) {
            width: 100%;
            height: 70px;
            line-height: 70px;
            text-align: center;
            font-size: 30px;
            color: #fff;
            background: url('https://www.zhuangku.com/tag/images/formbg1.png') no-repeat center top;
            background-size: 100% 70px;
        }

        .tag-download a:last-child {
            margin-bottom: 0;
        }*/

        .tag-download a.budget {
            /*width: 230px;*/
            color: #fff;
            background-color: #ff3b3b;
        }

        .tag-download a.contract {
            /*width: 230px;*/
            color: #2e4aa7;
            background-color: #fce51b;
        }

.tag-adv {
    display: block;
    margin-bottom: 25px;
}

    .tag-adv img {
        display: block;
        width: 100%;
        height: auto;
    }

.tag-tab {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 15px 15px 5px;
    font-weight: 400;
}

    .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;
    }

body {
    background-color: #f7f7f7 !important;
}

.djt_main {
    width: 1200px;
}

.djt_m_left, .djt_m_left_top {
    width: 900px;
}

.djt_m_left_top {
    border: 0;
}

.djt_ml_content {
    width: auto;
}

.djt_m_right {
    width: 280px;
}

.djt_pingjia, .djt_pingjia_title {
    width: auto;
    border: 0;
}

.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;
    }

.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;
    }

.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;
        }

.navtwo {
    background-color: #fff;
}

/*.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;
    }
     .qrcode .tips{
         color:#999;
         font-size:12px;
     }*/