#web_pay .modal-body {
    padding: 0 !important;
}

.web_pay_header {
    padding: 15px;
    border-color: #eee;
}

.web_pay_body p {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 25px;
}

.web_pay_body_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 183px;
    border-radius: 12px;
    border: 1px solid #cc2d34;
    margin: 0 auto 24px;
}

.web_pay_box img {
    width: 163px;
}

.web_pay_body_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.web_pay_body_icon img {
    width: 35px;
    height: auto;
}

#pay_box {
    width: 163px;
    height: 163px;
}

.pay_choice {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px 25px 25px;
}

.cancel {
    width: 45%;
    height: 40px;
    border: 1px solid #eee;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.completed {
    width: 45%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
}

.web_pay_body {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#step1Body {
    width: 80%;
    margin: 0 auto;
}

.step1_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.step1_line1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 3;
}

.step1_text {
    font-size: 14px;
    line-height: 3;
}

.step1_text > a {
    margin-left: 10px;
    cursor: pointer;
}

.step1_text > input {
    line-height: 2;
}

.step1_btn {
    text-align: center;
    margin: 50px 0;
}

.step1_btn > div {
    width: 96px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 30px;
    cursor: pointer;
}

.company_pay_select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 11;
    background-color: #fff;
}

.company_pay_select div:first-child {
    width: calc(100% - 20px);
}

.company_pay_select img {
    width: 18px;
    height: auto;
}

.company_pay_select span {
    width: calc(100% - 25px);
    font-size: 15px;
}

.company_pay_select div:last-child {
    width: 20px;
    font-size: 12px;
    text-align: right;
}

.company_pay_options {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 70px;
    background-color: #fff;
    z-index: 999;
    left: 0;
}

.company_pay_options_li {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.company_pay_options_li img {
    width: 18px;
    height: auto;
}

.company_pay_options_li span {
    width: calc(100% - 25px);
    font-size: 15px;
}

.bank_all {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}

.bank_all_li {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
}

.bank_all_li img {
    width: 18px;
    height: auto;
    margin-right: 6px;
}

.bank_all_li span {
    font-size: 14px;
}

#company_pay_ids {
    width: 96px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 30px;
    cursor: pointer;
}
