

.foots {
    margin-top: 0;
}

ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*height: 450px;*/
    overflow: hidden;
    position: relative;
}

.content .financeBgImg{
    position: absolute;
    z-index: -1;
    height: 100%;
}
.content .scheme-form {
    width: 344px;
    float: left;
    padding: 32px;
    margin: 29px 0 31px;
    background: #fff;
}

.content .finance-title {
    width: 772px;
    float: right;
    margin: 126px 0 0 84px;
    text-align: center;
}

.scheme-form h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 0;
}

.scheme-form h4 {
    font-size: 12px;
    color: #B8B8B8;
    text-align: center;
    margin-bottom: 0;
}

.scheme-form .forms {
    width: 100%;
    overflow: hidden;
    /*position: relative;*/
    padding-bottom: 10px;
}

.scheme-form .forms .form-group {
    margin-bottom: 35px;
}

.scheme-form .forms .form-group .col-md-7 {
    float: left;
}

.scheme-form .forms .form-group .col-md-4 {
    float: right;
    margin-right: 3px;
    padding: 0;
}

.scheme-form .forms .form-group .col-md-4 input {
    padding: 0;
    color: #CDCDCD;
}

.scheme-form .forms input {
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    outline: none;
}

.scheme-form .forms input::-webkit-input-placeholder {
    color: #CDCDCD;
}

.scheme-form .forms input.finance-phone {
    width: 278px;
    height: 36px;
    /*margin-bottom:24px;*/
    margin-top: 27px;
}

.scheme-form .forms input.finance-verification {
    width: 160px;
    height: 36px;
    float: left;
    margin-top: 15px;
}

.scheme-form .forms input.get-verification {
    width: 111px;
    height: 36px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #cecece;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    margin-left: 9px;
    margin-top: 15px;
}

.scheme-form .forms input.get-verification:hover {
    background: #4799FF;
    border: 1px solid #4799FF;
    color: #fff;
}

.scheme-form .forms button {
    background: rgba(255, 75, 75, 1);
    border-radius: 6px;
    padding: 10px 89px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border: none;
    /*margin-top:34px;*/
    width: 100%;
}

.scheme-form .forms button:hover {
    background: #ff6161;
}

.scheme-form .finance-clause {
    color: #A9A9A9;
    font-size: 14px;
    margin-top: 15px;
}

.scheme-form .finance-clause a {
    color: #6AA9FF;
    text-decoration: underline;
}

.finance-title h1 {
    font-size: 70px;
    font-family: PingFang-SC-Heavy;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
}

.finance-title h6 {
    font-size: 30px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-top: 31px;
}

.finance-title h6 span {
    margin: 0 8px;
}

/*分期购车*/
.installment {
    width: 100%;
    overflow: hidden;
    padding-top: 107px;
    padding-bottom: 150px;
}

.installment .installment-title {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.installment .installment-list {
    width: 100%;
    overflow: hidden;
    margin-top: 48px;
}

.installment-list dl {
    float: left;
    width: 262px;
    margin: 0 25px;
    text-align: center;
}

.installment-list dl:first-child {
    margin-left: 0;
}

.installment-list dl:last-child {
    margin-right: 0;
}

.installment-list dl dd {
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 4px 16px;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    margin-top: 40px;
}

#mesMobile {
    position: relative;
}

small.help-block {
    position: absolute;
    /*top:260px;*/
    /*left:385px;*/
}

.forms .bv-form .has-success {
    position: relative;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 20001;
    -moz-opacity: 0.8;
    opacity: .20;
    filter: alpha(opacity=88);
}

.shop_address {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 464px;
    height: 210px;
    padding-top: 20px;
    /*border: 2px solid #FF5F00;*/
    background-color: white;
    z-index: 20002;
    overflow: auto;
    border-radius: 5px;
    text-align: center;
}

.shop_address .shop_address_title {
    font-size: 26px;
    color: #000;
}
.shop_address .shop_address_title ul li{
    margin-top: 10px;
}
.shop_address .shop_address_title .shop_address_tit{
    background: url("/static/csx/web/images/finance/shop_address_tit.png") no-repeat center;
    width: 238px;
    height: 65px;
    line-height: 53px;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
}
.shop_address .shop_address_title .shop_address_call img{
    width: 22px;
    height: 27px;
}

.shop_address .shop_address_sure {
    width: 150px;
    height: 35px;
    line-height: 25px;
    background: #ff4343;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
}

/* 广告 金融常识 */
.advertising {
    width: 100%;
    overflow: hidden;
    background: url("/static/csx/web/images/finance/finance-bg.png") no-repeat center;
    margin-top: 60px;
}

.advertising .advertising_bgImg {
    height: 503px;
    text-align: center;
    padding: 60px 0 10px;
    /*background: url("/static/csx/web/images/finance/finance-bg.png") no-repeat center;*/
}
.advertising .advertising_bgImg .advertising_title{
    color: #ffffff;
    font-size:20px;
    margin-bottom: 80px;
}
.advertising .advertising_bgImg .advertising_box{
    height: 289px;
}
.advertising .advertising_bgImg .advertising_box .advertising_set,
.advertising .advertising_bgImg .advertising_box .advertising_line{
    display:block;
    float: left;
    margin: 0 5px;
}
.advertising .advertising_bgImg .advertising_box .advertising_set{
    width: 221px;
    text-align: center;
}
.advertising .advertising_bgImg .advertising_box .advertising_set img{
    width: 146px;
}
.advertising .advertising_bgImg .advertising_box .advertising_set .set_text{
    margin-top: 30px;
    font-size: 18px;
}
.advertising .advertising_bgImg .advertising_box .advertising_set .set_text .set_text_value{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
}

.commonSenseWhite{
    width: 100%;
}
.commonSenseWhite .commonSense_title{
    font-size: 20px;
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.commonSenseWhite_box{
    display: flex;
    height:320px;
    /*justify-content: space-between;*/
    align-items: center
}
.commonSenseWhite_box .commonSenseWhite_img{
    width: 430px;
    height: 320px;
    display: block;
    float: left;
    background: #eeeeee;
}
.commonSenseWhite_box .commonSenseWhite_text{
    width: 590px;
    float: left;
    font-size: 18px;
    color: #666666;
    margin-left: 42px;
}
.commonSenseWhite_box .commonSenseWhite_text h5,
.commonSenseWhite_box .commonSenseWhite_text h6{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.commonSenseWhite_box .commonSenseWhite_text h6{
    margin-top: 20px;
    padding-left: 30px;
}
/*粉色背景*/
.commonSensePink{
    background: #FFF6F6;
}
.commonSensePink .commonSenseWhite_box .commonSenseWhite_img{
    float: right;
}
.commonSensePink .commonSenseWhite_box .commonSenseWhite_text{
    margin-right: 70px;
    margin-left: 110px;
}