.businessSettled_page {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    padding: 80px 0;
    overflow: hidden;
}

/* 步骤条 */

.businessSettled_step {
    width: 650px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.businessSettled_step>div {
    width: 25%;
    text-align: center;
    float: left;
    color: #999999;
}

.businessSettled_step>div>span {
    display: block;
    width: 30px;
    height: 30px;
    background: #ADACAC;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 4px;
}

.businessSettled_step_active>span {
    background: #E4151A!important;
}

.businessSettled_step>i {
    display: block;
    width: 120px;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    left: 16%;
    top: 14px;
}

.businessSettled_step>i:nth-of-type(2) {
    left: 41%!important;
}

.businessSettled_step>i:nth-of-type(3) {
    left: 66%!important;
}

/*  */

.businessSettled_tel {
    width: 650px;
    margin: 90px auto;
}

.businessSettled_tel>div {
    width: 520px;
    margin: 0 auto 20px;
    position: relative;
}

.businessSettled_tel>div>span {
    width: 85px;
    display: inline-block;
    text-align: riht;
}

.businessSettled_tel>div>input {
    width: 435px;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 15px;
    box-sizing: border-box;
}

.businessSettled_tel>div>button {
    width: 95px;
    height: 40px;
    background: #E4151A;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 40px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    outline: none;
    right: 0;
    cursor: pointer;
}

.businessSettled_tel .layui-form {
    text-align: center;
    margin: 30px auto 70px;
    color: #999999;
}

.businessSettled_tel>a {
    display: block;
    margin: auto;
    width: 225px;
    height: 45px;
    background: #E4151A;
    border-radius: 22px;
    color: white;
    text-align: center;
    line-height: 45px;
}

/* 弹窗 */

.businessSettled_tel_dialog {
    width: 560px!important;
    height: 306px!important;
    margin: -153px 0 0 -280px!important;
}

.businessSettled_tel_info {
    text-align: center;
    padding-top: 80px;
}

.businessSettled_tel_info>img {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
}

.businessSettled_tel_info>p>a {
    display: block;
    width: 116px;
    height: 40px;
    background: #E4151A;
    border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 0;
}

/* ===============================个人填写入驻信息=============================== */

.settledInfo_box {
    width: 1200px;
    margin: 90px auto;
    overflow: hidden;
}

.settledInfo_box>h6 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.settledInfo_box>div {
    width: 49%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    /* float: left; */
}

.settledInfo_box>div>span {
    display: inline-block;
    width: 140px;
    text-align: rignt;
    font-size: 14px;
}

.settledInfo_box>div>input {
    width: 408px;
    height: 40px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding-left: 15px;
    box-sizing: border-box;
}

.settledInfo_box>div .layui-form {
    width: 408px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
}

.settledInfo_box>ul {
    overflow: hidden;
    text-align: center;
}

.settledInfo_box>ul>li {
    display: inline-block;
    margin-right: 50px;
    width: 200px;
    font-size: 14px;
    vertical-align: middle;
}

.settledInfo_box>ul>li>p, .settledInfo_box>ul>li>img {
    /* display: block; */
    width: 200px;
    height: 126px;
    border: 1px solid #E5E5E5;
    background: #EEEEEE;
    text-align: center;
    line-height: 126px;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.settledInfo_box>h6>img {
    width: 23px;
    height: 23px;
}

.settledInfo_box>p {
    text-align: center;
    margin-top: 80px;
}

.settledInfo_box>p>a {
    display: inline-block;
    width: 225px;
    height: 45px;
    border-radius: 22px;
    border: 1px solid #E4151A;
    color: #E4151A;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
}

.settledInfo_box>p>a:first-child {
    color: white;
    background: #E4151A;
    ;
}

/* =========================审核中====================== */

.auditing_box {
    overflow: hidden;
    width: 559px;
    height: 306px;
    margin: auto;
    text-align: center;
    padding-top: 80px;
    margin-top: 60px;
}

.auditing_box>img {
    width: 34px;
    height: 34px;
    margin-bottom: 30px;
}

.auditing_box>p {
    font-style: 14px;
}

.auditing_box>a {
    width: 116px;
    height: 40px;
    line-height: 40px;
    background: #E4151A;
    border-radius: 20px;
    color: white;
    display: block;
    margin: 50px auto 0;
}

/* ===================商家中心 */

.business_center_page {
    width: 1200px;
    margin: auto;
    padding-bottom: 90px;
}

.business_center_page>h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding: 40px 0;
}

.business_center_page>ul {
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.business_center_page>ul>li {
    float: left;
    width: 33.3%;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: bold;
}

.business_center_page>ul>li img {
    width: 56px;
    height: 56px;
    margin-right: 20px;
}

/* 保证金缴纳 */

.businessSettled_page2>h6 {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
}

.Payment_bond_table {
    border: 1px solid #EEEEEE;
}

.Payment_bond_table>ul:first-child {
    background: #EEEEEE;
}

.Payment_bond_table>ul {
    overflow: hidden;
    display: table;
    width: 100%;
    border-top: 1px solid #EEEEEE;
}

.Payment_bond_table>ul>li {
    padding: 15px 0;
    width: 25%;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: table-cell;
}

.Payment_bond_table>ul>li:first-child {
    border-left: none;
    overflow: hidden;
}

.Payment_bond_table>ul>li:first-child>div {
    display: inline-block;
    width: 100px;
    margin-left: 15px;
}

.businessSettled_page2>a {
    display: block;
    margin: auto;
    width: 225px;
    height: 45px;
    background: #E4151A;
    border-radius: 22px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 90px;
}

.businessSettled_page2>ul {
    overflow: hidden;
}

.businessSettled_pay_list>li {
    float: left;
    width: 214px;
    height: 72px;
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 72px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

.businessSettled_pay_list>li img {
    max-width: 46px;
    height: 43px;
    margin-right: 10px;
}

.active_pay2 {
    border: 1px solid #E4151A!important;
}

.active_pay2::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background: url(../img/203.png) no-repeat right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}