.sale .kv {
    width: 100%;
    position: relative;
    text-align: center
}

.sale .kv .text {
    font-size: .64rem;
    line-height: .8rem;
    margin-top: 1.64rem;
    text-align: center;
    font-weight: 800;
    color: #fff;
    z-index: 4;
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 0
}
.sale_detail{

}
.sale_detail  .title{
    width: 100%;
    height: .36rem;
    line-height: .36rem;
    position: relative;
    margin-bottom: .86rem;
    margin-top: 1.5rem;
}
 .sale_detail .title .txt{
    font-size: .36rem;
    color: #5d6065;
    height: .36rem;
    line-height: .36rem;
    position: absolute;
    left: 50%;
    background: #fff;
    text-align: center;
    z-index: 10;
    font-weight: 700;
    transform: translateX(-50%);
    padding: 0 .4rem;
 }
 .sale_detail .title .line{
    width: 100%;
    height: 1px;
    background-color: #404348;
    position: absolute;
    left: 0;
    top: 50%;

}

.sale_detail .panel_1{
    width: 7.76rem;
    position: relative;
    margin: 0 auto;
}
.sale_detail .panel_1 .btn1{
    display: block;
    width: 1.4rem;
    height: 2.15rem;
    float: left;
}
.sale_detail .panel_1 .btn2{
    display: block;
    width: 1.66rem;
    height: 2.15rem;
    float: right;
}
.sale_detail .panel_2 .btn{
    display: block;
    width: 4.58rem;
    height: 2.47rem;
    margin: 0 auto;
    position: relative;
}
.sale_detail .panel_2 .btn .more{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.9rem;
    height: .42rem;
}
.sale_detail .panel_3{
    color: #5d6065;
    text-align: center;
    margin-bottom: .96rem;
}
.sale_detail .panel_3 .txt1{
    font-size: .36rem;
    line-height: .36rem;
}
.sale_detail .panel_3 .txt2{
    font-size: .18rem;
    line-height: .88rem;
}
.sale_detail .panel_4 .btn{
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
    position: relative;
}
.sale_detail .panel_4 .txt{
    font-size: .28rem;
    text-align: center;
    padding-top: .28rem;
    color: #404348;
}
.sale_detail .dealer-info{
    position: relative;
    padding-top: 0rem;
    height: 8.20rem;
}
.sale_detail .dealer{
    border:1px solid #949494;
    width: 93%;
    background-color: #f7f8fa;
    margin: 0 auto;
}
.sale_detail .dealer .select_box{
    width: 5.4rem;
    margin: 0 auto .3rem;
    height: .4rem;
}
.sale_detail .dealer .select-leftbox {
    height: .40rem;
    width: 2.48rem;
    float: left;
    border-bottom: 1px solid #404348;
    position: relative;
    overflow-x: hidden;
}
.sale_detail .dealer .select-leftbox .select {
    width: 2.48rem;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    padding-left: .1rem;
    line-height: 0.40rem;
    font-size: 0.24rem;
    color: #5d6065;
}
.sale_detail .dealer .select-leftbox .after {
    width: 0.24rem;
    height: 0.13rem;
    background: url(../images/common/select_arrow.png) no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    right: 0.1rem;
    top: 0.13rem;
}
.sale_detail .dealer .select-rightbox {
    height: .40rem;
    width: 2.48rem;
    float: right;
    border-bottom: 1px solid #404348;
    position: relative;
    overflow-x: hidden;
}
.sale_detail .dealer .select-rightbox .select {
    width: 2.48rem;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    padding-left: .1rem;
    line-height: 0.40rem;
    font-size: 0.24rem;
    color: #5d6065;
}
.sale_detail .dealer .select-rightbox .after {
    width: 0.24rem;
    height: 0.13rem;
    background: url(../images/common/select_arrow.png) no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    right: 0.1rem;
    top: 0.13rem;
}
.sale_detail .dealer .dealer-info .left-slide .optbox{
    top: 1.4rem;
}