/* 计算器样式 */
.caculater_title{
    font-size: 21px;
    color: #ff6f20;
    letter-spacing: 4px;
    font-weight: 600;
}

.caculater_sub_title{
    font-size: 12px;
    margin: 5px 0;
    color: #666;
    letter-spacing: 2px;
}

.caculater_img{
    height: 60px;
    width: 286px;
    margin: 0 auto;
    background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/calc.gif) no-repeat center center;
}

.caculater_select,.caculater_input{
    height: 30px;
    color: #999;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}

.caculater_btn{
    display: inline-block;
    height: 38px;
    width: 100%;
    text-align: center;
    line-height: 38px;
    background-color: #ff6f20;
    font-size: 13px;
    color: white;
    margin-top: 20px;
    border-radius: 2px;
}