.sign_container {
    width: 100%;
    height: 100%;
    padding: 24px 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}

.sign_logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sign_logo>img {
    width: 60%;
}

.sign_line {
    width: 13%;
    height: 8px;
    background-color: rgba(25, 102, 255, 1);
    margin-top: 32px;
}

.sign_instructions {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(77, 85, 102, 1);
}

.sign_instructions>div:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
    color: rgba(26, 26, 26, 1);
}

.sign_instructions .sign_msg {
    display: flex;
    align-items: center;
}

.sign_instructions .sign_msg {
    margin-top: 10px;
}

.sign_instructions .sign_msg>img {
    width: calc(6% - 5px);
}

.sign_instructions .sign_msg>div {
    margin-left: 4px;
}

.sign_login {
    margin-top: 32px;
}

.sign_code {
    margin-top: 12px;
    position: relative;
}

.sign_code .sign_getCode {
    position: absolute;
    right: 0;
    top: 16%;
    font-size: 14px;
    color: rgba(25, 102, 255, 1);
    cursor: pointer;
}

input[type='number'] {
    height: 4.86rem !important;
    border: none;
    border-bottom: 1px solid rgba(220, 223, 230, 1);
}

.layui-input-prefix {
    top: 0.9rem !important;
}

.layui-input:hover {
    border-color: rgba(25, 102, 255, 1) !important;
}

.customer-product .layui-input:hover{
    border-color:  #e6e6e6 !important;
}

.sign_container>.sign_bgImg {
    position: absolute;
    bottom: -6%;
    right: -30%;
    z-index: -1;
    width: 300px;
    height: 300px;
}

.sign_btnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sign_btnContainer>.sign_btn {
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 8px;
    background: rgba(25, 102, 255, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.sign_btnContainer>.del_btn {
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 8px;
    /* background: rgba(25, 102, 255, 1); */
    border: 1px solid rgba(255, 51, 51, 1);
    color: rgba(255, 51, 51, 1);
    font-size: 16px;
    font-weight: 500;
    display: none;
}

.sign_btnContainer>.sign_btn_del {
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 8px;
    background: #ffffff;
    color: #ff5722;
    font-size: 16px;
    font-weight: 500;
}
.sign_btnContainer .c_back{
    width: 120px;
    line-height: 56px;
    text-align: center;
}

/* 签约产品 */
#so_contractProduct .item{
    width: 100%;
    border-bottom: 1px solid rgba(230, 232, 237, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 5px;
}

#so_contractProduct .item.active{
    background-color: #d3e1ff;
}

.customer-product .layui-input-split{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 选择成交来源 或者 课程场次 */
.layui-tab-brief>.layui-tab-title .layui-this{
    color: rgba(25, 102, 255, 1);
}

#so_source .item{
    width: 100%;
    border-bottom: 1px solid rgba(230, 232, 237, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 5px;
}

#so_source .item.active{
    background-color: #d3e1ff;
}

.promotional_act_wrap{
    display: none;
}

.pending_btn_box{
    text-align: center;
}

.pending_btn_box>button{
    width: 80%;
}

.list_wrap{
    height: calc(100% - 100px);
    overflow: auto;
    margin-bottom: 20px;
}

.confirmDeal_btn_box{
    text-align: center;
}

#confirmDeal{
    width: 80%;
    margin-top: 20px;
}

/* 选择签单方式 */
.c_body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.c_body .box {
    flex: 1;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 160px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 241, 255, 1);
    box-shadow: 0px 4px 8px rgba(42, 130, 228, 0.25);

}

.c_body img {
    width: 50px;
    height: 52px;
    margin-top: 10px;
}

.c_body .title {
    font-size: 16px;
    font-weight: 600;
    color: #4d5566;
    margin-top: 20px;
    margin-bottom: 5px;
}

.c_body .text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16.8px;
    color: #828a99;
}

.c_body2 {
    height: 56px;
    opacity: 1;
    border-radius: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 241, 255, 1);
    box-shadow: 0px 4px 8px rgba(42, 130, 228, 0.25);
    margin-top: 15px;
}

.c_body2 img {
    width: 21px;
    height: 21px;
}

.c_body2 .text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22.4px;
}

.c_describe {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 17.38px;
    color: rgba(130, 138, 153, 1);
    margin-top: 15px;
}

/* 在线下单 */
.order_container {
    width: 100%;
    height: 100%;
    background: #f3f3f5;
}
.order_container .sign_btnContainer{
    position: fixed;
    bottom: 0px;
    padding: 10px 15px;
    background: #ffffff;
}
.order_container .c_back{
    width: 120px;
    line-height: 56px;
    text-align: center;
}
.card_body{
    padding: 15px 15px;
    background: #ffffff;
    margin-bottom: 10px;
}
.order_container .c_rq{
    color: red;
}
.order_container .layui-form-pane .layui-form-label {
    height: 2.86rem;
}

.order_container input[type='text'],
input[type='number'] {
    height: 2.86rem;
}

.c_title {
    margin-bottom: 15px;
}

.c_title .line {
    margin-right: 6px;
    padding: 0 2px;
    border-radius: 1px;
    background: linear-gradient(0deg, #2d6ff7 0%, #59b0fc 100%);
}

.c_title .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgba(27, 31, 38, 1);
}
.c_title .is_switch{
    float: right;
    color: #1966ff;
}
.c_title img{
    width: 16px;
    margin-top: -3px;
}
.order_container input[type='number'] {
    height: 2.86rem !important;
    border: none;
    border: 1px solid rgba(220, 223, 230, 1);
}
.order_container .layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: -3px;
    width: auto !important;
    margin: 0 0 10px 112px;
}
/* 扫码 */
#qrcode canvas {
    width: 280px;
    height: 280px;
    padding: 20px;
}
/* 确认付款 */
.orderAmount,.inComeAmounBegin{
    color: red;
    font-weight: 600;
    font-size: 16px;
}
.pay_ment .layui-form-item{
    margin-bottom: 0px;
}
.pay_body{
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
  }
  .pay_body .pay_div{
    margin-bottom: 10px;
  }
  .pay_body .pay-right{
    float: right;
  }
  .pay_title{
    font-size: 14px;
    font-weight: 600;
    color: #1b1f26;
  }
  .input_people .layui-form-label{
    width: 65px;
    padding: 8px 0px;
    height: 38px;
    line-height: 20px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: left;
    background: #fff;
    color: #4d4d4d;
  }
  @media screen and (max-width: 768px) {
    .input_people .layui-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto!important;
        margin: 0 0 10px 65px!important;

    }
    .input_people input[type='text']{
        border-width: 0px 0px 1px 0px;
    }
  }
  /* 录入名单 */
  .card_body .c_active{
    border-radius: 4px 0px 0px 4px;
    color: #1966ff!important;
    border: 1px solid #1966ff!important;
  }
  /* 企业信息 */
  .order_container .layui-tab .layui-tab-title li {
    min-width: 50%;
}
.order_container .layui-tab-brief>.layui-tab-title .layui-this {
    color: #1966ff;
}
.order_container .layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1966ff;
}
.info-table .info1{
    background: #e0eaff;
    text-align: right;
    color: #000;
}
/* 已录订单 */
.ul_body{
    height: 53px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 8px;
}
.ul_body .li_one{
    float: left;
    line-height: 38px;
}
.ul_body .li_two{
    float: left;
    margin-left: 10px;
}
.ul_body .li_two .li_title{
    font-size: 14px;
}
.ul_body .li_two .li_text{
    font-size: 12px;
    color: #4d5566;
}
.ul_body .li_right{
    float: right;
    line-height: 38px;
}



