body {
    background: url(../images/sales_bg.jpg) center no-repeat #f7f7f7;
    background-size: 100%
}

.cti-testdrive-select {
    width: 100%;
    border-radius: 3px
}

.cti-dealer-form .row {
    zoom: 1;
    margin-left: -8px;
    margin-right: -8px
}

.cti-dealer-form .row::after {
    display: block;
    content: '';
    clear: both
}

.cti-dealer-form .col-xs-4 {
    box-sizing: border-box;
    width: 33.333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

.cti-dealer-form .col-xs-6 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px
}
.cti-label {
    color: #fff;
}
.cti-dealer {
    position: relative;
    flex:1;
    margin: 0 auto;
    margin-left: 45px;
}

.cti-dealer .col-xs-7 {
    width: 0%;
    float: left;
    position: relative;

}

.cti-dealer .col-xs-5 {
    position: relative;
    width: 100%;
    height: 400px;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #e8e8e8
}

.cti-map-wrap {
    margin-right: 2%;
    border: 1px solid #cbcbcb;
    height: 400px
}

.cti-map-wrap img {
    max-width: 100%
}

.cti-dealer-list .cti-dealer-count {
    /* position:absolute;top:0;width:100%; */
    z-index: 66;
    font-size: 12px;
    padding: 5px 15px;
    background: #d7d7d7;
    color: #4d4d4d
}

.cti-dealer-list .nano>.nano-pane {
    background: 0 0
}

.cti-dealer-list .nano-content {
    text-align: left;
    padding: 35px 15px 15px
}

.cti-dealer-list dl {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.cti-dealer-list dl dt {
    color: #dd0b1a;
    font-size: 20px;
    margin-bottom: 8px;
	    cursor: pointer;
}

.cti-dealer-list dl dd {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.cti-dealer-list .btn-testdrive {
    position: absolute;
    display: block;
    padding: 1px 8px;
    right: 0;
    bottom: 0px;
    background: #b6b6b6;
    color: #fff;
    border-radius: 3px;
    font-size: 12px
}

.cti-dealer-list .btn-testdrive:hover {
    background: #dd0b1a
}
.map-mask{
	position: absolute;
	background: #e8e8e8;
    height: 100%;
    z-index: 99;
    width: 98%;
    margin-right: 2%;
    display: none;
}
.BMap_bubble_title{
    color: #dd0b1a !important;
    /* border:1px solid #b2b2b2; */
    border-bottom: 0;
    /* background: #e8e8e8; */
	padding: 12px;
    padding-left: 42px;
	background: #e8e8e8 url(/images/dealer/maptitle.png) no-repeat 10px 12px;
    background-size: 23px;
	font-weight: bolder;
}
.BMap_bubble_content{
    /* border:1px solid #b2b2b2; */
    border-top: 0;
	padding: 12px 0;
}
.BMap_bubble_content img {
    width: 20px;
    padding: 5px 12px;
}
.addrimg {
	float:left;
}
.BMap_bubble_content .mapaddr {
	margin-top: 5px;
}
.BMap_bubble_content .maptel {
	margin-top: 5px;
}
.BMap_pop>div{
    display:none;
}
.BMap_pop>div:nth-child(9){
    display:block;
    background: #fff;	
}
.BMap_pop .BMap_bubble_title img{
	width:22px;
	height:22px;
    cursor: pointer;	
	float:right;
}
.bottom{
    display:flex;
    height:450px;
}
.cti-dealer-form {
    width:40%;
}
.cti-dealer-form .row {
    display: flex;
    width: 100%;
    flex-direction: column;
    zoom: 1;
    margin-left: -8px;
    margin-right: -8px;
}
@media screen and (max-width:1000px) {
    .cti-dealer-form .col-xs-4,
    .cti-dealer-form .col-xs-6 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .cti-map-wrap {
        margin-right: 0;
        height: 200px
    }
    .cti-dealer {
        margin: 20px auto
    }
    .cti-dealer .col-xs-5,
    .cti-dealer .col-xs-7 {
        box-sizing: border-box;
        padding: 15px;
        position: relative;
        width: 100%;
        float: none;
        background: 0 0
    }
    .col-xs-7{
        display:none;
    }
    .cti-dealer .col-xs-5 {
        height: 400px
    }
    .cti-dealer-list .nano-content {
        background: #e8e8e8
    }
    .cti-testdrive-select {
        border-radius: 0
    }
    .bottom{
        display:inline
    }
    .cti-dealer-form {
        width: 100%;
    }
    .col-xs-6{
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .cti-dealer-form .row{
        display:inline;
    }
    .cti-section-title{
        margin-bottom: 0px;
    }
    .cti-dealer{
        margin-top: 0px;
    }
}
