
button.close {
    line-height: 12px;
    display: inline-block;
}

/*红包*/
#coupon .modal-dialog{
    top: 13%;
}
.coupons {
    margin-top: 20px;
}

.coupons .coupon {
    width: 540px;
    height: 180px;
    margin: 10px auto;
    position: relative;
}

.coupons .coupon .coupon-logo {
    position: absolute;
    top: 22%;
    left: 4%;
}

.coupons .coupon .coupon-right {
    position: absolute;
    left: 30%;
    top: 10%;
    color: #fff;
}

.coupons .coupon .coupon-right .title {
    font-size: 24px;
    font-family: DFZongYi-Bd-80-Win-GB;
    color: #fff;
    text-align: center;
}

.coupons .coupon .coupon-right .con {
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-top: 15px;
    text-align: center;
}

.coupons .coupon .coupon-right .use {
    margin-top: 14px;
}

.coupons .coupon .coupon-right .use p {
    margin: 0;
    font-size: 12px;
}

.coupons .coupon .gets {
    position: absolute;
    right: 24px;
    top: 22%;
    width: 18px;
}

.coupons .coupon .gets a.get {
    color: #fff;
    cursor: pointer;
}
.coupons .coupon_noneImg{
    width: 200px;
}
.coupons .coupon_none{
    font-size:20px;
    color:rgba(102,102,102,1);
    text-align: center;
    margin-top: 10px;
}
.coupons .coupon_none a{
    background-color: #FF4343;
    color: #fff;
    width: 46px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px;
}


/* 更多贷款 modal */
#more_loans .more_loans_title {
    font-size: 24px;
    color: #333;
    width: 100%;
    text-align: center;
}
#more_loans #loanDiv{
    margin-top: 15px;
}
#more_loans .more_loans_box,
#more_loans .more_loans_result,
#more_loans .more_loans_apply {
    width: 66%;
    margin: 20px auto 0;
    font-size: 16px;
}

#more_loans .more_loans_box dl {
    display: block;
    margin: 10px 0;
}

#more_loans .more_loans_box dl dt {
    color: #333;
    display: inline-block;
    margin-right: 16px;
    font-weight: normal;
}

#more_loans .more_loans_box dl dd {
    padding: 3px 9px;
    background: #fff;
    border: 1px solid #4799ff;
    border-radius: 2px;
    color: #4799ff;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

#more_loans .more_loans_box dl dd:hover,
#more_loans .more_loans_box dl dd.active {
    background: #4799ff;
    color: #fff;
}

#more_loans .more_loans_result .more_loans_key {
    display: inline-block;
    color: #333;
    /*margin-right: 20px;*/
    width:144px;
}

#more_loans .more_loans_result .more_loans_key color {
    color: #ff2f2f;
    display: inline-block;
    /*margin: 0 3px;*/
    font-weight: bold;
}

#more_loans .more_loans_apply input {
    width: 305px;
    height: 40px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    padding-left: 10px;
}

#more_loans .more_loans_apply input::-webkit-input-placeholder {
    color: #cecece;
}

#more_loans .more_loans_apply button {
    width: 100px;
    color: #fff;
    height: 38px;
    background: #4799ff;
    border-radius: 4px;
    border: none;
}




/* 预约看车 */
#appointment .modal-content {
    padding: 10px;
    width: 608px;
    margin: 0 auto;
}

#appointment .appointment_content {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

#appointment .appointment_title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    margin-top: 20px;
}

#appointment .appointment_car_num {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    position: absolute;
    right: 96px;
    top: 39px;
}

#appointment .appointment_car_name {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 31px 0 -4px;
}

#appointment .appointment_list {
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
}

#appointment .appointment_list {
    margin: 20px 0;
}

#appointment .appointment_list label {
    font-weight: normal;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}

#appointment .appointment_list input {
    height: 40px;
    width: 328px;
    padding-left: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    float: left;
    box-shadow: none;
}

#appointment .appointment_list input::-webkit-input-placeholder {
    color: rgba(206, 206, 206, 1);
    font-size: 16px;
}

#appointment .appointment_list select {
    height: 40px;
    width: 328px;
    border: 1px solid rgba(221, 221, 221, 1);
}

#appointment .appointment_list select option{
    height: 40px;
    width: 328px;
    border: 1px solid rgba(221, 221, 221, 1);
}

#appointment .appointment_list input#site {
    border-radius: 4px;
    background: #f5f5f5;
    padding-left: 10px;
}

#appointment .appointment_list .dropdown {
    width: 327px;
    display: inline-block;
}

#appointment .appointment_list .btn-default {
    border-color: rgba(221, 221, 221, 1);
    width: 327px;
    height: 45px;
    text-align: left;
    border-radius: 0;
}

#appointment .appointment_list .btn-default i {
    float: right;
    margin-top: 5px;
}

#appointment .appointment_list .sure_appointment {
    text-align: center;
    margin-top: 30px;
}

#appointment .appointment_list .sure_appointment button {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background: rgba(71, 153, 255, 1);
    color: #fff;
    border: none;
}

#appointment .appointment_list .sure_appointment button:hover {
    background: #66abff;
}

#appointment .appointment_list .time_box {
    /*position: relative;*/
    display: inline-block;
}

#appointment .appointment_list .time_box i {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    background: #eee;
}

.appointment_list .help-block {
    position: absolute;
    top: 40px;
    left: 89px;
}

#appointment .form-group{
    height:55px;
    position: relative;
}

#appointment .select2-container{
    width:330px !important;
}

#appointment .select2-container--default .select2-selection--single{
    height: 40px;
    /*margin-left: 3px;*/
    border-color: #ddd;
}

#appointment .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:39px;
}
#appointment .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px;
    right:4px;
}


/*砍价*/
.discounts {
    padding: 20px;
}
.discounts .title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

.discounts .ratio, .discounts .bid {
    width: 91%;
    /*height:151px;*/
    margin: 10px auto 0;
}

.discounts .ratio h3, .discounts .bid h3 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 55px;
    /*text-align: right;*/
}

.discounts .ratio .probability, .discounts .bid .information {
    /*border:1px solid #eee;*/
    width: 684px;
    height: 151px;
    float: left;
}

.discounts .bid .information {
    padding-top: 30px;
    height: 75px;
    padding-left: 12px;

}

.discounts .bid .information .price {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    position: relative;
}

.discounts .bid .information .price span {
    position: absolute;
}

.discounts .bid .information .price span.min-price {
    left: 2%;
}

.discounts .bid .information .price span.active {
    left: 63%;
}

.discounts .bid .information .price span.region {
    left: 74%;
}

.discounts .bid .information .price span.max-price {
    right: 2%;
}

.discounts .user-defined {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.discounts .user-defined h4 {
    font-size: 18px;
    color: #999;
    margin-bottom: 24px;
    cursor: pointer;
    text-align: center;
}

.discounts .user-defined label {
    width: 100%;
    text-align: center;
}

.discounts .user-defined label span {
    font-size: 18px;
    color: #666;
    font-weight:normal;
}

.discounts .user-defined label input {
    border: 1px solid rgba(221, 221, 221, 1);
    width: 326px;
    height: 40px;
    padding-left: 9px;
    font-size: 18px;
}

.discounts .user-defined label input::-webkit-input-placeholder {
    color: rgba(206, 206, 206, 1);
    font-weight: normal;
}

.discounts .user-defined button {
    display: block;
    width: 200px;
    height: 50px;
    background: rgba(71, 153, 255, 1);
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
    font-weight: normal;
}
#ex1Slider .slider-selection {
    background: #ddd;
}

#ex1Slider {
    width: 100%;
}

.slider-track {
    background-image: linear-gradient(to bottom, #4590F4 0%, #4799FF 100%)
}

.discounts .bid .information {
    padding: 24px 15px 27px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
}

.slider-handle {
    width: 18px;
    height: 18px;
    top: -2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 21, 59, 0.26);
}

.tooltip.top .tooltip-arrow {
    display: none;
}

.tooltip-inner {
    background-color: transparent;
    font-size: 24px;
    color: #000;
}

.discounts .ratio, .discounts .bid {
    padding-top: 20px;
    padding-left:10px;
}

.bid {
    height: 151px;
}

.slider .tooltip.top {
    margin-top: -45px;
}

.discounts .ratio .probability {
    position: relative;
    height: 150px;
    box-sizing: content-box;
}

.discounts .ratio .probability, .discounts .bid .information {
    width: 650px;
}

.discounts .bid .information {
    padding: 24px 0 27px;
}

.probability .probability-rate {
    transform: rotate(-12.5deg);
    -ms-transform: rotate(-12.5deg); /* IE 9 */
    -moz-transform: rotate(-12.5deg); /* Firefox */
    -webkit-transform: rotate(-12.5deg); /* Safari 和 Chrome */
    -o-transform: rotate(-12.5deg);
    top: 73px;
    left: -7px;
    width: 667px;
    margin: 0;
    position: absolute;
    background-color: #4799FF;
    height: 3px;
    border: none;
}

.slider-handle-rate {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0 rgba(0, 21, 59, 0.26);
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: -8px;
}

.rate-text {
    font-size: 24px;
    color: #2987FC;
    position: absolute;
    right: -16px;
    top: -34px;
}



/* 金融计算器 */
#calculator .modal-lg{
    width: 700px;
    top: 12%;
}
#calculator .calculator_box{
    padding: 40px 100px;
}
#calculator .modal-lg .modal-content{
    padding:10px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
#calculator .calculator_title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}
#calculator .calculator_carName{
    /*font-size: 18px;*/
    margin-bottom: 26px;
}

/*#calculator .calculator_carName s{*/
    /*color: #999999;*/
    /*font-size: 14px;*/
    /*margin-left: 10px;*/
/*}*/
#calculator .calculator_bid{
    width: 510px;
    text-align: center;
}
#calculator .calculator_bid small{
    font-size: 18px;
    text-decoration: underline;
}
#calculator .calculator_bid input{
    width:150px;
    height:30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#calculator button.calculator_confirm{
    border: none;
    background: #ff3434;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px 10px;
}
#calculator button.calculator_confirm:hover{
    background: #ff6161;
}

#calculator .calculator_content{
    width: 510px;
    margin-top: 34px;
    box-shadow:0px 0px 10px 0px rgba(0,74,172,0.2);
}
#calculator .calculator_nav {
    border-bottom: none;
}
#calculator .calculator_nav>li{
    width: 170px;
    box-shadow:0px 0px 6px 0px rgba(0,74,172,0.2) inset;
}
#calculator .calculator_nav>li.active>a{
    /*box-shadow:0px 2px 6px 0px rgba(0,74,172,0.2);*/
}
#calculator .calculator_nav>li.active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#calculator .calculator_nav>li>a{
    font-size:18px;
    color:rgba(102,102,102,1);
    line-height: 44px;
    height: 51px;
    margin-right: 0;
    padding: 6px 15px;
}
#calculator .calculator_nav>li.active>a,
#calculator .calculator_nav>li.active>a:focus,
#calculator .calculator_nav>li.active>a:hover{
    color:rgba(255,67,67,1);
    border: none;
}
#calculator .calculator_nav>li>a:hover{
    box-shadow: 0 0 6px 0 rgba(0,74,172,0.2) inset;
}
#calculator .calculator_tab{
    height: 120px;
    line-height: 120px;
    margin-top: 0;
}
#calculator .calculator_tab span{
    padding: 6px 7px;
    border:1px solid rgba(224,201,109,1);
    border-radius:6px;
    font-size:18px;
    color:rgba(224,201,109,1);
}
#calculator .calculator_tab a{
    /*width:98px;*/
    /*height:18px;*/
    font-size:33px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(255,126,67,1);
}
#calculator .calculator_tab a u{
    text-decoration: none;
}
#calculator .calculator_btn{
    margin-top:40px;
}
#calculator .calculator_btn button.calculator_sure{
    width: 300px;
    height: 50px;
    background:rgba(255,67,67,1);
    border: none;
    border-radius:6px;
    font-size:20px;
    color:rgba(255,255,255,1);
}
#calculator .calculator_btn button.calculator_sure:hover{
    background: #ff6161;
}
#calculator .calculator_btn span.calculator_hint{
    font-size:14px;
    color:rgba(204,204,204,1);
    display: block;
    margin-top: 30px;
}