body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    /*禁止文字被圈選*/
    user-select: none;
    -webkit-user-select: none;
}

.img_newStyle {
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo.alter_01 {
    margin: 1.5rem 0 4rem;
}

.loginDiv.alter_01 {
    background: linear-gradient(to top, rgb(0, 85, 139) 0%, rgb(185 155 113 / 10%) 60%);
    border-radius: 2em;
    max-width: 480px;
}

    .loginDiv.alter_01:before {
        content: "";
        position: absolute;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-radius: 2em;
        background-image: linear-gradient(to top, #72748043, #ffffff53);
        background-origin: border-box;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.img_logoAlter {
    width: 400px;
    height: auto;
}

.logo .logoAlter_text {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
    margin-top: 2rem;
}

.accountStyle,
.passwordStyle {
    width: 100%;
    position: relative;
    float: left;
}

    .accountStyle:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 16px;
        width: 30px;
        height: 30px;
        background: url(images/ic_user.png) no-repeat center;
        background-size: 100% auto;
        margin: auto;
    }


    .passwordStyle:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 16px;
        width: 30px;
        height: 30px;
        background: url(images/ic_lock.png) no-repeat center;
        background-size: 100% auto;
        margin: auto;
    }

.loginBox .accountStyle input[type=text],
.loginBox .passwordStyle input[type=password] {
    background-color: #fff;
    color: #737373;
    border-radius: 99em;
    font-size: 1.1em;
    text-align: left;
    padding: 0 60px;
}

    .loginBox .accountStyle input[type=text]:focus,
    .loginBox .passwordStyle input[type=password]:focus {
        background-color: #fff;
        color: #737373;
        border-radius: 99em;
        font-size: 1.1em;
    }

.passwordStyle {
}

.loginBox .accountStyle input::placeholder,
.loginBox .passwordStyle input::placeholder { /* CSS 3 標準 */
    color: #737373;
    text-align: left;
}

.loginBox .accountStyle input::-webkit-input-placeholder,
.loginBox .passwordStyle input::-webkit-input-placeholder { /* Chrome, Safari */
    color: #737373;
    text-align: left;
}

.loginBox .accountStyle input:-ms-input-placeholder,
.loginBox .passwordStyle input:-ms-input-placeholder { /* IE 10+ */
    color: #737373;
    text-align: left;
}

.loginBox .accountStyle input::-moz-placeholder,
.loginBox .passwordStyle input::-moz-placeholder { /* Firefox 19+ */
    color: #737373;
    text-align: left;
}

.loginDiv.alter_01 .verification {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
}

.loginBox input.VC_alter[type=text],
.loginBox input.VC_alter[type=password] {
    background-color: #fff;
    color: #737373;
    border-radius: 99em;
    font-size: 1.1em;
}

.loginBox input.VC_alter::placeholder { /* CSS 3 標準 */
    color: #737373;
}

.loginBox input.VC_alter::-webkit-input-placeholder { /* Chrome, Safari */
    color: #737373;
}

.loginBox input.VC_alter:-ms-input-placeholder { /* IE 10+ */
    color: #737373;
}

.loginBox input.VC_alter::-moz-placeholder { /* Firefox 19+ */
    color: #737373;
}

.changeImg_alter {
    font-weight: bold;
    color: #262626;
}

.forgetAlter {
    border-radius: 4px;
    float: right;
    font-size: 1rem;
    cursor: pointer;
    padding: .5rem 1rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

    .forgetAlter:hover {
        border-radius: 99em;
        background: rgba(255, 255, 255, 0.35);
    }


.btnSubmit_alter01#btnSubmit {
    border-radius: 99em;
    background-color: #049bda;
    font-weight: bold;
    border: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

    .btnSubmit_alter01#btnSubmit:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

.accountBtn.alter_01,
.accountBtn.alter_02 {
    color: #262626;
    border-radius: 99em;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 8px;
    font-weight: bold;
}

.accountBtn.alter_02 {
    float: right;
}



/* 讓 radio 不被 .NewAPI_list input 覆蓋 */
.NewAPI_list input[type="radio"] {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 6px 0 0; /* 靠左 + 與文字保持距離 */
    vertical-align: middle; /* 跟文字對齊 */

    transform: scale(1.2); /* 讓 radio 變小 */
    transform-origin: left center; /* 從左側縮放 */
}


/*介接申請*/
.bg_header {
    width: 100%;
    height: 220px;
    background-image: url(images/img_bg.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
}

.logo.port_alter01 {
    padding-left: 0;
    font-weight: bold;
    color: #000;
    font-size: 2.4em;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: left;
}

.img_port {
    float: left;
    width: 120px;
    display: block;
    flex-shrink: 0;
    margin-right: 60px;
}

.admin.port_alter01 {
    height: 46px;
    position: relative;
}

    .admin.port_alter01:hover .adminMenu {
        display: table;
    }

    .admin.port_alter01 > span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 46px;
        border-radius: 99em;
        border: 1px solid rgba(255, 255, 255, 0.65);
        box-sizing: border-box;
    }

        .admin.port_alter01 > span:hover {
            /*background: rgba(0, 85, 139,0.35);*/
        }

.rightArea.alter01 .workArea {
    background-color: #d9eff8;
}

.rightArea.alter01 .nav {
    border: none;
    background-color: transparent;
}

.rightArea.alter01 .api-tabs {
    border-bottom: 1px solid #fff;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .rightArea.alter01 .api-tabs button {
        background-color: #a3d5c7;
        border-radius: 99em;
        border: none;
        top: 0;
        color: #262626;
        font-weight: bold;
        font-size: 1.3em;
        letter-spacing: 2px;
        padding: 12px 30px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

        .rightArea.alter01 .api-tabs button:hover {
            filter: brightness(1.1);
            -webkit-backdrop-filter: brightness(1.1);
        }

.rightArea.alter01 .api-actions button {
    color: #262626;
    border-radius: 99em;
    padding: 8px 18px;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.2em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}

    .rightArea.alter01 .api-actions button:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

.btn_applyStyle {
    background-color: #dec9ac;
}

.btn_testStyle {
    background-color: #b7d78d;
}

.api-thBox, .api-tdBox {
    width: 100%;
    display: flex;
    /*align-items: center;*/
    align-items: stretch;
    justify-content: left;
    color: #262626;
    margin-bottom: 12px;
}

    .api-thBox > div, .api-tdBox > div {
        width: calc(100% / 6);
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        padding: 2px 12px;
        box-sizing: border-box;
        /*height: 52px;*/
        height: auto;
        margin-right: 2px;
        background-color: #98b3d4;
        font-weight: bold;
        font-size: 1em;
    }

    .api-tdBox.alter_h70 > div {
        height: 70px;
    }

    .api-tdBox .api-Url {
        word-break: break-all;
    }

    .api-tdBox > div {
        background-color: #c9c7e1;
    }

    .api-tdBox:nth-child(even) > div {
        background-color: #e1c8ce;
    }

    .api-thBox > div:last-child,
    .api-tdBox > div:last-child {
        margin-right: 0;
    }

    .api-thBox > div:nth-child(1),
    .api-tdBox > div:nth-child(1) {
        width: 8%;
        padding: 0 12px 0 30px;
        border-radius: 99em 0 0 99em;
    }

    .api-thBox > div:nth-child(2),
    .api-tdBox > div:nth-child(2) {
        width: 5%;
        justify-content: center;
        padding: 0;
    }

    .api-thBox > div:nth-child(3),
    .api-tdBox > div:nth-child(3) {
        width: 15%;
    }
    
    .api-thBox > div:nth-child(4),
    .api-tdBox > div:nth-child(4) {
        width: 30%; /* for 說明 */
    }
    
    .api-thBox > div:nth-child(5),
    .api-tdBox > div:nth-child(5) {
        width: 30%; /* for 服務網址 */
    }
    .api-thBox > div:last-child,
    .api-tdBox > div:last-child {
        width: 12%;
        padding: 0 30px 0 12px;
        border-radius: 0 99em 99em 0;
    }

    .api-tdBox > div:last-child {
        font-size: 1em;
    }

    .api-tdBox > div {
        line-height: 1.5em;
    }

/*帳號申請*/
.bg_account {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #45b960 0%, #049bda 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_accountMain {
    width: 95%;
    height: 95%;
    background-color: rgba(217,239,248,0.8);
    border-radius: 2em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic_accountMain {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 150px;
    display: block;
}

.accountMain_L {
    float: left;
    margin-right: 10%;
}

.accountMain_R {
    width: 43%;
    float: left;
    max-width: 700px;
}

.img_accountMain {
    width: 420px;
    margin-bottom: 40px;
}

.accountMain_T {
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.5em;
    color: #116a73;
    text-align: center;
    margin-bottom: 30px;
}

.accountMain_text {
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.tc_blue {
    color: #049bda;
}

.tc_green {
    color: #45b969;
}

.box_accountList {
    width: 100%;
    display: table;
    margin-bottom: 12px;
}

    .box_accountList.alter_m01 {
        margin-bottom: 30px;
    }

.accountList {
    width: 49%;
    float: left;
    margin-right: 2%;
}

    .accountList.alter01 {
        width: 100%;
    }

    .accountList:last-child {
        margin-right: 0;
    }

.account_title {
    width: 100%;
    color: #727171;
    font-size: 1.1em;
    margin-bottom: 6px;
    letter-spacing: 0.4em;
}

.account_text {
    border: 1px solid #727171;
    border-radius: 0.8em;
    width: 100%;
    height: 46px;
}

    .account_text input {
        width: 100%;
        height: 100%;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari 和 Chrome */
        outline: none;
        border: 0;
        background-color: transparent;
        padding: 0 20px;
        font-size: 1.1em;
        box-sizing: border-box;
    }

.account_hint {
    margin-bottom: 20px;
    font-size: 1em;
    color: #000;
}

.box_accountBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

    .box_accountBtn > div {
        width: 200px;
        height: 52px;
        background-color: #45b969;
        margin-right: 80px;
        font-weight: bold;
        color: #fff;
        font-size: 1.2em;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

        .box_accountBtn > div:hover {
            filter: brightness(1.1);
            -webkit-backdrop-filter: brightness(1.1);
        }

        .box_accountBtn > div:last-child {
            margin-right: 0;
        }

/*帳號註冊個資*/
.DetailSecurityConfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #d9eff8;
    color: #262626;
    display: none;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .DetailSecurityConfirm.on {
        display: flex;
    }

.DetailSecurityConfirm_T {
    width: auto;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    background-color: #a3d5c7;
    border-radius: 9em;
    padding: 10px 32px;
}

.DetailSecurityConfirm_cont {
    width: 80%;
    height: 70%;
    box-sizing: border-box;
    font-size: 1.1em;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
    padding: 50px;
    border-radius: 1em;
    background-color: rgba(255,255,255,0.5);
    overflow-y: auto;
    box-sizing: border-box;
}

.btn_DetailSecurityConfirm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn_DetailSecurityConfirm > div {
        width: 200px;
        height: 52px;
        background-color: #45b969;
        margin-right: 80px;
        font-weight: bold;
        color: #fff;
        font-size: 1.2em;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        float: left;
    }

        .btn_DetailSecurityConfirm > div:hover {
            filter: brightness(1.1);
            -webkit-backdrop-filter: brightness(1.1);
        }

        .btn_DetailSecurityConfirm > div:last-child {
            margin-right: 0;
            background-color: #049bda;
        }

/*帳號註冊個資*/
.forgetPassword_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .forgetPassword_box.on {
        display: flex;
    }

.forgetPassword_in {
    background: linear-gradient(to top, rgb(0, 85, 139) 0%, rgb(185 155 113 / 10%) 60%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2em;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 480px;
}

    .forgetPassword_in:before {
        content: "";
        position: absolute;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-radius: 2em;
        background-image: linear-gradient(to top, #72748043, #ffffff53);
        background-origin: border-box;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.forgetPassword_title {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.forgetPassword_cont {
    width: 100%;
    display: table;
    padding: 3rem;
    box-sizing: border-box;
}

.forgetPasswordStyle {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

    .forgetPasswordStyle input[type=text] {
        box-sizing: border-box;
        width: 100%;
        border: 1px rgba(255, 255, 255, 0) solid;
        line-height: 52px;
        height: 52px;
        margin: 9px 0;
        background-color: #fff;
        color: #737373;
        border-radius: 99em;
        font-size: 1.1em;
        text-align: left;
        padding: 0 60px;
    }

        .forgetPasswordStyle input[type=text]:focus {
            background-color: #fff;
            color: #737373;
            border-radius: 99em;
            font-size: 1.1em;
        }

    .forgetPasswordStyle input::placeholder { /* CSS 3 標準 */
        color: #737373;
        text-align: left;
    }

    .forgetPasswordStyle input::-webkit-input-placeholder { /* Chrome, Safari */
        color: #737373;
        text-align: left;
    }

    .forgetPasswordStyle input:-ms-input-placeholder { /* IE 10+ */
        color: #737373;
        text-align: left;
    }

    .forgetPasswordStyle input::-moz-placeholder { /* Firefox 19+ */
        color: #737373;
        text-align: left;
    }

    .forgetPasswordStyle:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 16px;
        width: 30px;
        height: 30px;
        background: url(images/ic_mail.png) no-repeat center;
        background-size: 100% auto;
        margin: auto;
    }

.forgetPassword_cont .verification {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .forgetPassword_cont .verification input[type=text] {
        box-sizing: border-box;
        width: 100%;
        border: 1px rgba(255, 255, 255, 0) solid;
        line-height: 52px;
        height: 52px;
        margin: 9px 0;
        text-align: center;
        background-color: #fff;
        color: #737373;
        border-radius: 99em;
        font-size: 1.1em;
    }

    .forgetPassword_cont .verification input::placeholder { /* CSS 3 標準 */
        color: #737373;
    }

    .forgetPassword_cont .verification input::-webkit-input-placeholder { /* Chrome, Safari */
        color: #737373;
    }

    .forgetPassword_cont .verification input:-ms-input-placeholder { /* IE 10+ */
        color: #737373;
    }

    .forgetPassword_cont .verification input::-moz-placeholder { /* Firefox 19+ */
        color: #737373;
    }

.btn_forgetPassword {
    width: 45%;
    height: 52px;
    margin-top: 30px;
    background-color: #45b969;
    margin-right: 10%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    float: left;
}

    .btn_forgetPassword:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

    .btn_forgetPassword:last-child {
        margin-right: 0;
        background-color: #049bda;
    }

/*介接選單*/
.adminMenu.alter01 {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    margin: auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

    .adminMenu.alter01 li {
        color: #262626;
    }

/*申請API帳號*/
.NewAPITestConfirm.alter01,
.NewAPITestConfirm.alter02 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .NewAPITestConfirm.alter01.on,
    .NewAPITestConfirm.alter02.on {
        display: block;
    }

.NewAPITestConfirm_box {
    background: linear-gradient(to top, rgb(0, 85, 139) 0%, rgb(185 155 113 / 10%) 60%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2em;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 780px;
}

    .NewAPITestConfirm_box:before {
        content: "";
        position: absolute;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-radius: 2em;
        background-image: linear-gradient(to top, #72748043, #ffffff53);
        background-origin: border-box;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.NewAPITestConfirm_T {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.NewAPITestConfirm_hint {
    color: #ff0000;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1rem;
}

.NewAPITestConfirm_in {
    width: 100%;
    display: table;
    padding: 3rem;
    box-sizing: border-box;
}

.NewAPI_list {
    font-size: 1.1em;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 46px;
    margin-bottom: 18px;
}

    .NewAPI_list > div {
        width: 65%;
        height: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        .NewAPI_list > div:first-child {
            width: 32%;
            margin-right: 3%;
            background-color: rgba(255,255,255,0.65);
            justify-content: center;
            border-radius: 99em;
            font-weight: bold;
            padding: 0;
        }

.URL_check {
    width: 13%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    color: #193b68;
    font-weight: bold;
}

    .URL_check > span {
        width: 16px;
        height: 16px;
        border: 1px solid rgb(0, 85, 139);
        border-radius: 99em;
        float: left;
        margin-right: 6px;
        position: relative;
        display: inline-block;
    }

    .URL_check.on > span:before {
        content: '';
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background-color: rgb(0, 85, 139);
        border-radius: 99em;
    }

.NewAPI_list_hint {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

    .NewAPI_list_hint > div {
        width: 65%;
        float: right;
        text-align: left;
        color: #1f548a;
    }

.NewAPI_list input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    padding: 0 12px;
}

.NewAPI_list .URL_input {
    width: 85%;
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    padding: 0 12px;
}

.box_NewAPI {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_NewAPI {
    width: 30%;
    height: 52px;
    margin-top: 30px;
    background-color: #45b969;
    margin-right: 10%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    float: left;
}

    .btn_NewAPI:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

    .btn_NewAPI:last-child {
        margin-right: 0;
        background-color: #049bda;
    }

/*更改基本資料*/
.box_updateuserInfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .box_updateuserInfo.on {
        display: block;
    }

.updateuserInfo_in {
    background: linear-gradient(to top, rgb(0, 85, 139) 0%, rgb(185 155 113 / 10%) 60%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2em;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 780px;
}

    .updateuserInfo_in:before {
        content: "";
        position: absolute;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-radius: 2em;
        background-image: linear-gradient(to top, #72748043, #ffffff53);
        background-origin: border-box;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.updateuserInfo_title {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.updateuserInfo_cont {
    width: 100%;
    display: table;
    padding: 3rem;
    box-sizing: border-box;
}

.updateuserInfo_list {
    width:100%;
    font-size: 1.1em;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 46px;
    margin-bottom: 18px;
}

    .updateuserInfo_list.alter_w50 {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

.mr_zero {
    margin-right: 0 !important;
}

.updateuserInfo_list > div {
    width: 65%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
}

        .updateuserInfo_list > div:first-child {
            width: 32%;
            margin-right: 3%;
            background-color: rgba(255,255,255,0.65);
            justify-content: center;
            border-radius: 99em;
            font-weight: bold;
            padding: 0;
        }

    .updateuserInfo_list input {
        width: 100%;
        height: 100%;
        border: none;
        background-color: rgba(255, 255, 255, 0.65);
        border-radius: 8px;
        padding: 0 12px;
    }

.userInfoSelect {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 16px;
    font-size: 16px;
    color: #262626;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.65);
}

    .userInfoSelect:before {
        content: '';
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto;
        background: url(images/ic_arrow.svg) no-repeat center;
        background-size: 100% auto;
        width: 12px;
        height: 12px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.userInfo_pickList {
    position: absolute;
    top: 46px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 1em;
    display: none;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 6px #193B6835;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 12px;
}

    .userInfo_pickList.on {
        display: block;
    }

    .userInfo_pickList > div {
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .userInfo_pickList > div:hover {
            background-color: #14EBFF25;
        }

.box_updateuserInfoBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_updateuserInfo {
    width: 30%;
    height: 52px;
    margin-top: 30px;
    background-color: #049bda;
    margin-right: 10%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    float: left;
}

    .btn_updateuserInfo:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

    .btn_updateuserInfo:last-child {
        margin-right: 0;
    }

    .btn_updateuserInfo:first-child {
        background-color: #45b969;
    }

/*更改密碼*/
.box_updatePassword {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .box_updatePassword.on {
        display: block;
    }

.updatePassword_in {
    background: linear-gradient(to top, rgb(0, 85, 139) 0%, rgb(185 155 113 / 10%) 60%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2em;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 780px;
}

    .updatePassword_in:before {
        content: "";
        position: absolute;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-radius: 2em;
        background-image: linear-gradient(to top, #72748043, #ffffff53);
        background-origin: border-box;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.updatePassword_title {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.updatePassword_cont {
    width: 100%;
    display: table;
    padding: 3rem;
    box-sizing: border-box;
}

.updatePassword_list {
    font-size: 1.1em;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 46px;
    margin-bottom: 18px;
}

    .updatePassword_list > div {
        width: 65%;
        height: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        .updatePassword_list > div:first-child {
            width: 32%;
            margin-right: 3%;
            background-color: rgba(255,255,255,0.65);
            justify-content: center;
            border-radius: 99em;
            font-weight: bold;
            padding: 0;
        }

    .updatePassword_list input {
        width: 100%;
        height: 100%;
        border: none;
        background-color: rgba(255, 255, 255, 0.65);
        border-radius: 8px;
        padding: 0 12px;
    }

.box_updatePasswordBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_updatePassword {
    width: 30%;
    height: 52px;
    margin-top: 30px;
    background-color: #45b969;
    margin-right: 10%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    float: left;
}

    .btn_updatePassword:hover {
        filter: brightness(1.1);
        -webkit-backdrop-filter: brightness(1.1);
    }

    .btn_updatePassword:last-child {
        margin-right: 0;
        background-color: #049bda;
    }

/*帳號審核管理*/
.leftArea.alter {
    width: 16%;
    border: none;
    height: 100%;
    background-color: #d9eff8;
    padding: 20px 0;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.rightArea.alter {
    width: 84%;
    height: 100%;
    background-color: #d9eff8;
}

    .rightArea.alter .nav {
        border: none;
        background-color: transparent;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 0 20px;
        margin-top: 20px;
    }

.nav_name {
    height: 32px;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99em;
    padding: 0 20px;
}

    .nav_name:last-child {
        background-color: #e1c8ce;
    }

.nav_mark {
    width: 12px !important;
    height: 12px;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/ic_arrow.svg) no-repeat center;
    background-size: 100% auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.leftArea.alter .slideBtn ul li {
    line-height: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    border-radius: 99em;
    background-color: rgba(255, 255, 255, 0.65);
    margin-bottom: 18px;
    font-weight: bold;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    .leftArea.alter .slideBtn ul li.on,
    .leftArea.alter .slideBtn ul li:hover {
        background-color: #a3d5c7;
    }

.ic_information, .ic_wirte {
    float: left;
    width: 26px;
    height: 26px;
    background-image: url(images/ic_information.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
}

.ic_wirte {
    background-image: url(images/ic_wirte.png);
}

.box_userfilter {
}

.userfilter_list {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 48%;
    height: 36px;
    margin-bottom: 12px;
    float: left;
}

    .userfilter_list:nth-child(even) {
        margin-left: 4%;
    }

    .userfilter_list > div {
        width: calc(100% - 140px);
        float: left;
    }

        .userfilter_list > div:first-child {
            width: 140px;
            float: left;
        }

    .userfilter_list input {
        width: 100%;
        height: 100%;
        border: none;
        padding: 20px;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.85);
    }

.box_userfilterBtn {
    width: 100%;
    display: table;
}

    .box_userfilterBtn > div {
        float: left;
    }

.btn_userfilter {
    width: 30%;
}

.userfilterSelect {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 16px;
    font-size: 16px;
    color: #193B68;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .userfilterSelect:before {
        content: '';
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto;
        background: url(images/ic_arrow.svg) no-repeat center;
        background-size: 100% auto;
        width: 12px;
        height: 12px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.box_userfilterBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.btn_userfilter {
    width: 100px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    margin-left: 30px;
    background-color: #ddd;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
}

    .btn_userfilter:first-child {
        background-color: #a3d5c7;
    }

    .btn_userfilter:hover {
        opacity: 0.85;
    }

.userfilter_hint {
    display: table;
    width: 100%;
    margin-top: 12px;
}

    .userfilter_hint > span {
        height: 36px;
        padding:0 20px;
        background-color: #dec9ac;
        border-radius: 99em;
        float: right;
        display:flex;
        align-items:center;
        justify-content:center;
    }

.box_userfilterList {
    display: table;
    width: 100%;
}

.manageArea .table_userfilter {
    border-radius: 8px;
    overflow: hidden;
    color: #262626;
    margin-top:0;
}

    .manageArea .table_userfilter th {
        line-height: 52px;
        height: 52px;
        background-color: #98b3d4;
        font-weight: bold;
    }

    .manageArea .table_userfilter td {
        line-height: 42px;
        height: 42px;
    }

    .manageArea .table_userfilter tr:hover {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-color: #c9c7e1;
    }

.editToken:hover,
.manageArea .table_userfilter .manageBtn:hover {
    background: #e1c8ce;
    color: #262626;
    cursor:pointer;
}

.pagination-container.alter01 a {
    border-radius: 99em !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0;
    background-color: #049bda85 !important;
    border: none;
    cursor: pointer !important;
}

.pagination-container.alter01 a:hover {
    opacity:0.85;
}

/*基本資料維護*/
.box_detailAreaConfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box_detailAreaConfirm.on {
    display: block;
}

.updateuserInfo_list .updateuserInfo_checkText {
    width: 66% !important;
}

.updateuserInfo_list .updateuserInfo_check {
    width: 24px;
    height: 24px;
    border: 2px solid #193B68;
    border-radius: 5px;
    margin-right: 12px;
    background-color: rgba(255, 255, 255, 0.65);
    margin-left: 5%;
}

.updateuserInfo_check.on {
    background-image: url(images/ic_check.svg);
    background-size: 60% auto;
    background-position:center;
    background-repeat:no-repeat;
}

/*token*/
.userfilter_list > .topken_day {
    width: calc(58% - 140px);
}

.userfilter_list > .token_mark {
    width:auto;
    margin:0 2%;
}

.userfilter_list > .token_check {
    width: 18px;
    height: 18px;
    border: 2px solid #193B68;
    border-radius: 5px;
    margin-right: 12px;
    background-color: rgba(255, 255, 255, 0.65);
    cursor:pointer;
}

.token_check.on {
    background-image: url(images/ic_check.svg);
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.manageArea .table_userfilter.token_alter td {
    text-align:center;
    padding:0 6px;
}

.manageArea .table_userfilter.token_alter th {
    text-align: center;
    padding: 0 6px;
}

.box_tokenFilter {
    overflow-y: auto;
    max-height: 400px;
    margin-top:20px;
}

/*審核申請服務*/
.box_DetailAreaConfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url(images/img_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .box_DetailAreaConfirm.on {
        display: block;
    }

.box_DetailAreaConfirm {
}

    .box_DetailAreaConfirm .updateuserInfo_list {
        height: 28px;
        margin-bottom: 12px;
    }

    .box_DetailAreaConfirm .NewAPI_list {
        height: 28px;
        margin-bottom: 12px;
    }

.updateuserInfo_list.check_alter .URL_check {
    width: 30%;
    background-color: transparent;
}

.updateuserInfo_list.token_alter > div:first-child {
    width: 44%;
}

.updateuserInfo_list.token_alter > .userInfoSelect {
    width: 20%;
    margin-right: 2%;
}

.tokenInfo_list {
    height: 28px;
    margin-bottom: 12px;
    width: 100%;
    font-size: 1.1em;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .tokenInfo_list > div:first-child {
        width: 32%;
        margin-right: 3%;
        background-color: rgba(255, 255, 255, 0.65);
        justify-content: center;
        border-radius: 99em;
        font-weight: bold;
        padding: 0;
        height: 100%;
        float: left;
        display: flex;
        align-items: center;
    }

    .tokenInfo_list .updateuserInfo_checkText {
        width: auto !important;
        font-weight: bold;
        color: #fff;
    }

    .tokenInfo_list .updateuserInfo_check {
        width: 20px;
        height: 20px;
        border: 2px solid #193B68;
        border-radius: 5px;
        margin-right: 12px;
        background-color: rgba(255, 255, 255, 0.65);
        margin-left: 5%;
        cursor: pointer;
    }

    .tokenInfo_list.on {
        background-image: url(images/ic_check.svg);
        background-size: 60% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

.updateuserInfo_cont.token_alter {
    padding: 2rem 3rem;
}

    .updateuserInfo_cont.token_alter .updateuserInfo_list,
    .updateuserInfo_cont.token_alter .NewAPI_list,
    .updateuserInfo_cont.token_alter .tokenInfo_list,
    .updateuserInfo_cont.token_alter .NewAPI_list_hint {
        font-size: 0.8em;
    }

    .updateuserInfo_cont.token_alter .NewAPI_list_hint {
        margin-bottom:12px;
    }