.inner-right_action {
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: space-around;
}

.inner-right_action #u96, .inner-right_action #u97 {
    /*display: none;*/
    border-width:0px;
    width:146px;
    overflow:hidden;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #9f2327;
    border-radius: 8px;
}

.inner-right_action #u96.active,
.inner-right_action #u97.active {
    background: #9f2327;
    color: white;
}

.inner-right_input:nth-of-type(3) {
    display: flex;
    align-items: center;
}

.main .main-container .main-body .main-body_inner .inner-right .inner-right_input .code {
    width: 140px;
}

.main .main-container .main-body .main-body_inner .inner-right .inner-right_input label {
    min-width: 100px;
    text-align: right;
}


.inner-right_input canvas {
    margin-left: 10px;
}

.inner-right_book_btn > button {
    width: 100%;
    height: 48px;
    background-color: #9f2327;
    font-size: 20px;
    color: #fff;
    border: 0;
}

.check_book_form {
    display: none;
}

.tag {
    position: relative;
}

.tag::before,.tag::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #9f2327;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tag::before {
    left: 38%;
}

.tag::after {
    right: 27%;
}


