/*浮动*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/* IE 6/7 */
.clearfix {
    *zoom: 1;
}

/*网页在Safari快速滚动和回弹  overflow滚动更流畅*/
html {
    -webkit-overflow-scrolling: touch;
}

/*网页上视觉效果的修改*/
button:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

/*多分辨率设定rem设定*/
.jk_m_wrap {
    min-width: 320px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile */
html {
    font-size: 32px;
}

/* iPhone 4/5 */
@media (min-width: 320px) {
    html {
        font-size: 32px;
    }
}

/* Android */
@media (min-width: 360px) {
    html {
        font-size: 36px;
    }
}

/* iPhone6 */
@media (min-width: 375px) {
    html {
        font-size: 37.5px;
    }
}

/* iPhone6 Plus */
@media (min-width: 414px) {
    html {
        font-size: 41.4px;
    }
}

@media (min-width: 640px) {
    html {
        font-size: 64px;
    }
}

/*ipad ipad mini*/
@media (min-width: 768px) {
    html {
        font-size: 76.8px;
    }
}

i {
    display: inline-block;
}

a {
    /*消除a标签在chrome下点击的蓝色背景*/
    /*-webkit-tap-highlight-color:transparent;*/
    display: block;
    -webkit-tap-highlight-color: rgba(213, 213, 213, .5);
}

/*智能报价 开始*/

.jq_quotation_wrap {
    max-width: 768px;
    min-width: 320px;
    margin: 0 auto;

}

.jq_quotation_wrap img {
    display: block;
    width: 100%;
}

.jq_quotation_wrap .jq_apply_wrap {
    margin-top: 0.55rem;
}

.jq_quotation_wrap .jq_apply_wrap h1 {
    color: #333;
    font-size: 0.51rem;
    text-align: center;
}

.jq_quotation_wrap .jq_apply_wrap .fill_name,
.jq_quotation_wrap .jq_apply_wrap .fill_area {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 9.2rem;
    height: 1.07rem;
    position: relative;
    margin-bottom: 0.33rem;
}

.jq_quotation_wrap .jq_apply_wrap .fill_name i {
    background: url("../images/quotation/arrow.jpg") no-repeat center;
    background-size: cover;
    width: .16rem;
    height: .29rem;
    position: absolute;
    top: 0.44rem;
    right: 0.2rem;
}

.jq_quotation_wrap .jq_apply_wrap .fill_area i {
    background: url("../images/quotation/meter.jpg") no-repeat center;
    background-size: cover;
    width: .33rem;
    height: .33rem;
    position: absolute;
    top: 0.44rem;
    right: 0.2rem;
}

.jq_quotation_wrap .jq_apply_wrap input {
    font-size: 0.32rem;
    color: #999;
    display: block;
    width: 9.2rem;
    height: 1.07rem;
    line-height: 1.07rem;
    border-radius: 0.11rem;
    outline: none;
    border: 0.01rem solid #e5e5e5;
    padding-left: 0.27rem;
    box-sizing: border-box;
}

.jq_quotation_wrap .jq_apply_wrap .select_wrap {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 9.2rem;
    height: 1.07rem;
    margin-bottom: 0.47rem;
    border: 0.01rem solid #e5e5e5;
    border-radius: 0.11rem;
}

.jq_quotation_wrap .jq_apply_wrap .select_province {
    width: 50%;
    height: 1.07rem;
    line-height: 1.07rem;
    border: none;
    position: relative;
}

.jq_quotation_wrap .jq_apply_wrap .select_city {
    width: 50%;
    height: 1.07rem;
    line-height: 1.07rem;
    border: none;
    position: relative;
}

.jq_quotation_wrap .jq_apply_wrap select {
    font-size: 0.32rem;
    color: #999;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    outline: none;
    padding-left: 0.27rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.jq_quotation_wrap .jq_apply_wrap .select_wrap i {
    background: url("../images/quotation/arrow2.png") no-repeat center;
    width: .24rem;
    height: 0.16rem;
    background-size: cover;
    position: absolute;
    top: 0.51rem;
    right: 0.63rem;
}

.jq_quotation_wrap .jq_apply_wrap button {
    display: block;
    margin: 0 auto;
    font-size: 0.37rem;
    color: #fff;
    width: 9.2rem;
    margin-top: 0.47rem;
    height: 1.07rem;
    line-height: 1.07rem;
    background-color: #E70012;
    border: 0.01rem solid #E70012;
    border-radius: 0.11rem;
    cursor: pointer;
    outline: none;
}

.jq_quotation_wrap .jq_immedi_apply_wrap button {
    display: block;
    font-size: 0.37rem;
    color: #fff;
    width: 9.2rem;
    margin: 0.89rem auto;
    height: 1.07rem;
    line-height: 1.07rem;
    background-color: #E70012;
    border: 0.01rem solid #E70012;
    border-radius: 0.11rem;
    cursor: pointer;
    outline: none;
}

.jq_quotation_wrap .jq_immedi_apply_wrap p {
    font-size: 0.32rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.67rem;
}

/*智能报价 结束*/
/*jk add Begin*/
.jq_quotation_wrap .free_tips {
    position: relative;
}

.jq_quotation_wrap .free_tips .tips {
    position: absolute;
    left: 11%;
    bottom: 16%;
}

.jq_quotation_wrap .free_tips .tip1 .hr {
    display: block;
    width: 1.2rem;
    height: 1px;
    background: #333;
}

.jq_quotation_wrap .free_tips .tip1 {
    line-height: .8rem;
    font-size: .37rem;
    color: #333;
}

.jq_quotation_wrap .free_tips .tip1 .circle {
    display: inline-block;
    width: .13rem;
    height: .13rem;
    vertical-align: middle;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.jq_quotation_wrap .free_tips .tip2 {
    margin-top: .13rem;
    line-height: 1.1;
    font-size: .48rem;
    color: #666666;
}

.jq_quotation_wrap .free_tips .tip2 .num {
    color: #ff0f0f;
}

.jk_submit_success_page{
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
}
.jk_submit_success_page img{
    display: block;
    width: 100%;
}

/*jk add End*/