.store {
    background: #f5f5f5;
}


.store .banner_box {
    position: relative;
    font-size: 12px;
}

.store  .banner_box img{
    width: 100%;
    height: 360px;
}

.store .banner_box .banner_box_text_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.store .banner_box .banner_box_text_box .banner_text {
    height: 100%;
    display: table;
    padding: 0 20px;
}

.store  .banner_box .banner_box_text_box .banner_text .table {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.store .banner_box .banner_box_text_box .banner_text .table .line {
    width: 40px;
    height: 8px;
    background-color: #fff;
    text-shadow: 4px 4px 13px #000;
}

.store .banner_box .banner_box_text_box .banner_text .table .text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-shadow: 3px 3px 7px #4b7082;
}

.store .banner_box .banner_box_text_box .banner_text .table em {
    font-size: 22px;
    display: block;
    color: #ffffff;
    /*text-indent: 0.2em;*/
    margin-top: 0.5em;
    text-shadow: 3px 3px 7px #333333;
}

.store  .nocontainer {
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15px
}


.store  .content {
    min-height: 350px;
    background: #fff;
    margin-top: -55px;
}
.store .content h3.cat-tit {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding-left: 40px;
    border-bottom: 1px solid #f0f0f0;
}


.search_form{
    padding: 30px 40px 20px;
}

.search_form .form-inline{
    justify-content: center;
}
.search_form .form-inline .form-group label{
    margin-right: 10px;
    margin-left: 30px;
}

.search_form .form-inline .form-group:first-child label{
    margin-left: 0px;
}

.search_form .form-inline .form-group select{
   min-width: 200px;
}


.job_li_right_btn{
    margin-left:30px;
    background: #fff;
    width: 100px;
    height: 36px;
    color: #c7000b;
    border: 1px solid #c7000b;
    margin-bottom: 0px;
    font-size: 14px;
    transition: all 0.4s;
    border-radius: 4px;
}

.job_li_right_btn:hover{
    background: #c7000b;
    color: #ffffff;
}



.store-list{padding: 0 40px}
.store-list > li{padding: 30px 0;border-bottom: 1px solid #f5f5f5;}
.store-list > li:after {content:""; display: block; clear: both;}
.store-list > li:nth-child(odd) .store-image{float:left; margin-right: 30px;}
.store-list > li:nth-child(odd) .store-info{float: left;}
.store-list > li:nth-child(even) .store-image{float: right; margin-left: 30px;}
.store-list > li:nth-child(even) .store-info{float: right; text-align: right;}
.store-list .store-image {width: 340px; height: 170px; overflow: hidden;}
.store-list .store-image:hover img{
    transform: scale(1.1);
}
.store-image img {height: 100%; width: 100%;transition: all 500ms}
.store-list .store-info{height: auto; display: flex; flex-direction: column; justify-content:space-between;}
.store-info-two{display: flex; align-items: center;}
.store-list > li:nth-child(odd) .store-info-two{justify-content: flex-start}
.store-list > li:nth-child(even) .store-info-two{justify-content: flex-end}

.store-list > li:nth-child(odd) .store-info-two>div {margin-right: 50px}
.store-list > li:nth-child(even) .store-info-two>div {margin-left: 50px}
.store-list > li:nth-child(even) .store-info-two>div:first-child {min-width: 100px;flex-shrink: 0}
.store-info h3{margin-bottom: 10px; font-size: 22px; font-weight: normal;}
.store-address p{font-size: 14px; color: #666;}
.store-info i {margin: 0;}
.store-info a {color: #fff;
    background-color: #C8000A;
    border-radius: 3px;
    padding: 5px;}
.store-info a:hover {
    background-color: #C8000A;opacity: 0.75;color: #fff;}
.store-list > li:nth-child(odd) a.ljyy {margin-right: 66px;}
.store-list > li:nth-child(even) a.xqdt {margin-left: 32px;}
.store-info p {padding: 2px 0;}


/*在线额度咨询*/
.online_loan_box {
    width: 328px;
    padding: 20px 50px 0;
    box-sizing: content-box;
    background: transparent;
    border-radius: 5px;
}

.online_loan_box  .box_title{
    height: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    margin: 22px 0 0;
    text-align: center;
    font-weight: bold;
}

.online_loan_box .phone{
    line-height: 25px;
    text-align: right;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 10px 0 0;
}
.online_loan_box .phone strong{
    font-size: 18px;
}


.online_loan_box  .input_item{
    margin-bottom: 18px;
    z-index: 1;
    position: relative;
}

.online_loan_box .input_item .yf_input{
    width: 100%;
    height: 50px;
    background: #efefef;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 14px;
    outline: none;
}

.online_loan_box  .input_item.no-error{
    width: 100%;
    height: 50px;
    background: #efefef !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
}

.online_loan_box  .input_item.no-textarea{
    height: 100px;
}
.online_loan_box  .input_item textarea{
    padding-top: 10px!important;
    line-height: 26px;
    height: 100px !important;
}

.online_loan_box  .input_item.no-error .yf_input::placeholder{
    color: #aaa !important;
}

.online_loan_box .input-error .yf_input{
    background: transparent;
}

.online_loan_box .input_item .yf_input::placeholder{
    color: #aaa;
}
.online_loan_box .input_item.input-error .yf_input::placeholder{
    color: #fff;
}
.online_loan_box .input_item.input-error .yf_input_warning{
    display: block !important;
}

.online_loan_box .input_item .yf_input_warning{
    display: none;
    z-index: -1;
    line-height: 50px;
    color: #fff;
    background-color: #fa6f66fa;
    padding: 0 14px;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center;
    top: 0;
}

.online_loan_box .input_item .yf_input_warning:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: -6px;
    left: 50px;
}

.online_loan_box .input_item .code_box{
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
}

.online_loan_box .input_item .code_box .yf_input{
    flex: 0 0 auto;
    padding: 0 0 0 12px;
    width: 206px;
    border: 0;
    border-radius: 8px 0 0 8px;
}
.online_loan_box .input_item .code_box .yf_input_warning{
    width: 95% !important;
}

.online_loan_box .input_item .code_box_btn{
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    background: #E6E6E6;
    border-radius: 0px 8px 8px 0px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #C8000A;
}

.online_loan_box .box_input_btn{
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    margin: 24px auto 0;
    text-align: center;
    width: 166px;
    height: 44px;
    background: #C8000A;
    border-radius: 8px;
    display: block;
}

.online_loan_box .box_input_btn[disabled] {
    background-color: #d3d3d3;
    color: #fff;
}



.online_loan_box  .input_item.yf_radio{
    width: 100%;
    height: 50px;
    background: #efefef;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 14px;
    line-height: 50px;
}

.online_loan_box  .input_item.yf_radio>span{
    font-size: 14px;
    font-weight: 400;
    margin-right: 14px;
}

.online_loan_box  .input_item.yf_radio label{
    cursor: pointer;
    margin-right: 2px;
    font-size: 12px;
}

.online_loan_box  .input_item.yf_radio input[type=radio]{
    margin-top: -3px;
}


/*弹框样式*/
.stpre_yyyw_h3{
    position: relative;
    padding: 20px 0 0 !important;
}
/*.stpre_yyyw_h3:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 32px;*/
/*    left: 130px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 2px solid transparent;*/
/*    border-right: 200px solid #C8000A;*/
/*    border-bottom: 2px solid transparent;*/
/*}*/
/*.stpre_yyyw_h3:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 32px;*/
/*    right: 130px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 2px solid transparent;*/
/*    border-left: 200px solid #C8000A;*/
/*    border-bottom: 2px solid transparent;*/
/*}*/

@media screen and (max-width: 1160px) {

    .store .content{
        margin-top: -30px;
    }
    .store .content h3.cat-tit{
        display: none;
    }
    .store-list > li{
        display: flex;
    }
    .store-list > li:nth-child(odd) .store-image,.store-list > li:nth-child(even) .store-image{
        float: none;
        margin-left: 0;
        width: 150px;
        height: 100px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .store-list > li:nth-child(odd) .store-info, .store-list > li:nth-child(even) .store-info{
        float: none;
        text-align: left;
    }
    .store-list > li:nth-child(odd) .store-info-two, .store-list > li:nth-child(even) .store-info-two{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .store-list > li .store-info-two>div{
        width: 100%;
    }
    .store-list > li:nth-child(even) .store-info-two>div{
        margin-left: 0;
    }

    .store-list > li a{
        display: inline-block;
        margin-bottom: 6px;
    }

    .store-list > li:nth-child(odd) a.ljyy{
        margin-right: 12px;
    }
    .store-list > li:nth-child(even) a.ljyy{
        margin-right: 12px;
    }
    .store-list > li:nth-child(even) a.xqdt{
        margin-left: 0;
    }

    .store-info h3{
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    .store .banner_box img{
        height: 200px;
    }
    .store .banner_box .banner_box_text_box .banner_text .table .text{
        font-size: 18px;
    }
    .store .banner_box .banner_box_text_box .banner_text .table em{
        font-size: 14px;
    }

    .search_form {
        padding: 20px 0 20px;
    }


    .store-list{
        padding: 0 10px;
    }

    .job_dialog_title h3 {
        font-size: 22px;
        padding: 10px 0 10px !important;
    }
    /*.stpre_yyyw_h3:before, .stpre_yyyw_h3:after{*/
    /*    content: none;*/
    /*}*/
    .job_dialog_detail{
        padding: 0 10px!important;
    }
    .job_dialog_detail .online_loan_box{
        width: 286px;
    }
    .online_loan_box .input_item.yf_radio{
        padding: 0 0 0 14px;
    }
    .job_dialog_detail  .online_loan_box .input_item.yf_radio>span{
        margin-right: 2px;
    }
    .job_dialog_detail  .online_loan_box .input_item.yf_radio label{
        margin-right: 0;
    }
    .job_dialog_detail  .online_loan_box .input_item .code_box .yf_input{
        width: 170px;
    }
    .map_mask_shade, .map_mask_shade2{
        display: none!important;
    }
}

@media screen and (min-width: 275px) and (max-width: 640px){

    .search_form .form-inline{
        /*flex-direction: column;*/
        /*align-items: center;*/
        justify-content: flex-start;
    }
    .search_form .form-inline .form-group {
        display: flex;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .search_form .form-inline .form-group label{
        margin-right: 0;
        margin-left: 0;
        min-width: 50px;
        text-align: right;
        line-height: calc(1.5em + .75rem + 2px);
    }
    .search_form .form-inline .form-group select{
        min-width: 100px;
    }
    .search_form  .job_li_right_btn{
        margin-left: 0;
        width: 50px;
        height: 34px;
        margin-bottom: 10px;
    }
}
