.underline a {
    text-decoration: underline;
}

.input_group input[readonly] {
    background: #E7E6E6;
}

.input_group input[disabled] {
    cursor: not-allowed;
}

.input_group label {
    display: block;
    margin-bottom: 8px;
}

.input_group input {
    width: 100%;
    height: 36px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #C6C6C6;
    outline: none;
    border-radius: 8px;
    padding: 8px 16px;
    box-sizing: border-box;
}

.input_group.error input {
    border: 2px solid red;
}

.input_group .error_message {
    color: red;
    font-size: 14px;
    position: absolute;
    bottom: -14px;
    right: 8px;
    display: none;
}

.input_group.error .error_message {
    display: block;
}

.chk-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: none;
    letter-spacing: 1px
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.chk-container .checkmark {
    position: absolute;
    top: 2px;
    border-radius: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff
}

.chk-container:hover input~.checkmark {
    background-color: #fff
}

.chk-container input:checked~.checkmark {
    background-color: #fff
}

.chk-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.chk-container input:checked~.checkmark:after {
    display: block
}

.chk-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #285ee4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.outter {
    left: 0;
    top: -8px;
    padding-top: 5px;
    padding-left: 5px;
    height: 33px;
    width: 330px;
    border-radius: 50%;
    position: absolute;
    width: 34px;
    height: 34px;
    transition: .3s;
}

.outter:hover {
    background: #d2e0e4;
}

.outter:active {
    background: #a7cdd0;
}

.outter .checkmark {
    top: 8px;
    left: 8px;
    border: 2px solid #285ee4;
    z-index: 2;
    background: 0 0;
}

.chk-container input:checked~.outter .checkmark {
    background: #285ee4;
}

.chk-container input:checked~.outter .checkmark:before {
    display: block;
    border-color: #fff;
}

.chk-container input:checked~.outter .checkmark:after {
    display: block;
    border-color: #fff;
}

.contents {
    max-width: 1836px;
}

.main_title .title{
    flex-wrap: wrap;
}

.data_content {
    max-width: 1836px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* table */
.tableFixHead {
    min-height: 484px;
    scrollbar-width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.tableFixHead table tr th,
.tableFixHead table tr td {
    height: 44px;
}

.tableFixHead table tr th,
.tableFixHead table tr td {
    text-align: left;
    padding-left: 16px;
}

.tableFixHead table tr th:last-child, 
.tableFixHead table tr td:last-child{
    padding-right: 8px;
}

.tableFixHead table thead {
    position: sticky;
    top: 0;
}

.tb-ordinal {
    width: 4.73%;
    min-width: 64px;
}

 .tb-name {
    width: 15.98%;
    min-width: 216px;
    max-width: 216px;
}

 .tb-subid {
    width: 15.98%;
    min-width: 216px;
    max-width: 216px;
}

 .tb-spec {
    width: 7.1%;
    min-width: 96px;
}

.tb-count {
    width: 9.85%;
    min-width: 128px;
}

.tb-price {
    width: 14.2%;
    min-width: 128px;
}

.tb-amount{
    width: 14.2%;
    min-width: 128px;
}

 .tb-edit {
    width: 4.73%;
    min-width: 64px;
    /* text-align: center; */
}

 .tb-edit > a{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.tableFixHead table tr th.text-right,
.tableFixHead table tr td.text-right {
    text-align: right;
}

.tableFixHead table tr th.text-center,
.tableFixHead table tr td.text-center {
    text-align: center;
}

/* inquire-data */
.inquire-data {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}

.inquire-data-row {
    border: 2px solid #658ae6;
    border-radius: 15px;
    padding: 24px 16px;
    display: flex;
}


.inquire-data-row > div + div{
    margin-left: 16px;
}


.inquire-data-row legend {
    font-size: 24px;
    font-weight: 500;
    margin-left: 16px;
    padding: 8px;
}

.inquire-data .action {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 24px;
    margin-left: 16px;
}

.inquire-data .btn {
    width: 150px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
}


.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-top: 5px;
    width: 100%;
    /* 可能需要調整以適應您的輸入框 */
}

.scrollable-dropdown-menu .tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.scrollable-dropdown-menu .tt-suggestion:hover,
.scrollable-dropdown-menu .tt-suggestion.tt-cursor {
    background-color: #eee;
}

.scrollable-dropdown-menu .empty-message {
    padding: 3px 20px;
    text-align: center;
}



@media screen and (max-width:800px) {

    .data_content {
        flex-direction: column-reverse;
    }

    .inquire-data {
        flex-direction: column;
    }

    .inquire-data-row {
        flex-direction: column;
    }

    .inquire-data-row > div + div{
        margin-left: 0;
        margin-top: 16px;
    }

    .inquire-data .action{
        margin-left: 0px;
    }

    .inquire-data .action .btn{
        width: 100%;
    }

    .inquire-data .action .btn+.btn{
        margin-bottom: 16px;
    }
}


 /* 頁面指南 */
 .guide_group {
    margin-bottom: 8px;
    margin-right: 8px;
    position: relative;
}

.guide_group li+li {
    margin-left: 16px;
}

.guide_group .button {
    display: block;
    text-decoration: none;
    line-height: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer;
}

.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--clr);
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 0;
}

.button-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--clr);
    display: grid;
    place-items: center;
}

.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    font-size: 20px;
}

.guide_group .button:hover .button__text {
    color: #fff;
}

.guide_group .button:hover .button-decor {
    transform: translate(0);
}

.guide_nav {
    /* width: 343px; */
    height: 182px;
    background-color: #fff;
    border: 4px solid #658ae6;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 48px;
    /* right: 0; */
    display: none;
    padding: 16px;
}

.guide_nav.active {
    display: block;
}

.guide_nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide_nav ul li {
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    text-align: center;

}

.guide_nav ul li a {
    color: #048080;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.guide_nav ul li a>img {
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 400px) {
    .guide_group {
        width: 100%;
        margin-right: 0;
    }

    .guide_group .button {
        width: 100%;
    }
}