﻿.zbbg-new * {
    box-sizing: border-box;
}

.zbbg-new {
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.zbcontianer-new {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
}

.zb-img {
    margin-right: 13px;
}

    .zb-img img {
        display: block;
    }

.zbbtn-show {
    width: 120px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #34C082;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.case-formbg {
    display:none;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
}

.case-formcontainer {
    display:none;
    width: 800px;
    height: 350px;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -400px;
    z-index: 103;
}

.bjform22 {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    position: relative;
}

    .bjform22 .bjform22-left, .bjform22 .bjform22-right {
        width: 35%;
    }

    .bjform22 .bjform22-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        font-weight:600;
    }

.bjform22-title1 {
    text-align: center;
    font-size:14px;
}

.bjform22 .bjform22-title span, .bjform22 .bjform22-title1 span {
    color: #16ac5e;
    margin: 0 5px;
}

.bjform22-list {
    margin-top: 40px;
}

    .bjform22-list li {
        display: flex;
        /*height: 36px;*/
        margin-bottom: 25px;
        position: relative;
        align-items: center;
    }
     .bjform22-list li span.tips{
            color: #555;
            font-size: 14px;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -11px;
        }
        .bjform22-list li:nth-child(1) input{
            padding-left:45px;
        }
        .bjform22-list li:nth-child(2) input{
            padding-left:75px;
        }

    .bjform22-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;
    }
    .bjform22-list input[type='number'] {
        width: 100%;
        height: 42px;
        line-height: 42px;
        border: 1px solid #bbb;
        padding: 0 10px;
        outline: 0;
        box-sizing: border-box;
        border-radius:3px;
    }

    .bjform22-list li p {
        margin-left: 5px;
    }

    .bjform22-list li .meter {
        color: #999;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
    }

.calculatebox {
    margin-top: 14px;
    padding: 10px 30px;
    box-shadow: 0px 0px 4px #e5e5e5;
}

    .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;
        }

.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;
        background-color:transparent;
    }

    .bjgorm-btn .bjform22-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);
    }
}

.bj-close {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    background: url('https://www.zhuangku.com/images/service_close.png') no-repeat center center #fff;
    cursor:pointer;
    position:absolute;
    top:-20px;
    right:-20px;
}
.zbbtn-close{
    width: 32px;
    height: 32px;
}