/*============================= CSS STYLES FOR S919 =============================*/
body {
    margin: 0px;
    font-family: simsun;
    text-align: center;
    background: #f5f5f5;
}

    body#EN,
    body#KR,
    #lang_en,
    #lang_ko {
        font-family: Arial, Helvetica, sans-serif;
    }

form,
table {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
    text-decoration: none;
    padding: 0 !important;
}

td {
    font-size: 12px;
}

.title {
    display: block;
    width: 100%;
    min-width: 397px;
    background: #262626;
    text-align: center;
    margin: auto;
    height: 55px;
}

.language {
    display: table;
    padding: 0;
    height: 55px;
    list-style: none;
    margin: auto;
    color: #B2A183;
    text-align: center;
    min-width: 397px;
    width: 397px;
}

    .language li {
        float: left;
        width: 50%;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

.lang2 {
    color: #CB9E72;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    box-sizing: border-box;
}

    .lang2 a {
        color: #CB9E72;
        text-decoration: none;
    }

.lang {
    color: #fff;
}

    .lang a:link,
    .lang a:visited {
        color: #fff;
        text-decoration: none;
    }

    .lang:hover {
        color: #e6ca9c;
        background: #705636;
    }

.log {
    text-align: center;
    width: 359px;
    margin: auto;
    background: #fff;
    padding: 19px;
    box-sizing: border-box;
    border-radius: 8px;
    color: red;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 24%);
}

.mem {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.index_top_pic {
    margin: 27px auto;
    width: 72px;
    height: 72px;
    background: url(../theme/index_top_pic.png) no-repeat;
    display: block;
}

.bordDIV {
    width: 320px;
    border: 1px solid #e0d4c0;
    margin: auto;
}

.bord {
    width: 100%;
    height: 114px;
    background: #fff;
}

.index_ID {
    text-align: left;
}

.index_line {
    border-bottom: 1px solid #afafaf;
}

.place_colorTD {
    position: relative;
}

.place_color,
.place_colorBOX {
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #EDCBAA !important;
}

.place_colorBOX {
    background: url(../theme/place_colorBOX.png) repeat;
    font-family: "Arial";
    color: black !important;
    top: 11px;
    left: 0;
}

.index_re {
    text-align: left;
    width: 320px;
    height: 30px;
    line-height: 54px;
    color: #776547;
    font-size: 14px;
    margin-left: 19px;
}

.index_re {
    line-height: 40px;
}

.err_position {
    float: left;
}

.index_box {
    margin: 0px 6px 0 0;
    margin: 0px 3px 0 0;
    position: relative;
    top: -1px;
    top: 2px;
}

.forTXT {
    float: right;
    color: #27a67b;
    font-size: 13px;
    cursor: pointer;
}

    .forTXT:hover {
        color: #33D09B;
    }

.btn {
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto 0px auto;
}

/*.za_button {
    width: 320px;
    height: 40px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .za_button:hover {
        background: url(../../Images/theme/login_en-us_hover.jpg) !important;
    }*/

/********************** Start | TextBox Outline **********************/
:root {
    --size-bezel: .5rem;
}

.input {
    position: relative;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #3d3d3d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3d3d3d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3d3d3d;
}

.input__label {
    position: absolute;
    top: 0;
    padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .5);
    margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * .5);
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    transition: transform 120ms ease-in;
    font-weight: bold;
    line-height: 1.2;
    color: #0000003d;
}

.input_right_en {
    right: 35px;
}

.input_right_cn {
    right: 70px;
}

.input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #00000052;
    padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
    color: currentColor;
    background: transparent;
    border-radius: 4px;
}

    .input__field:hover {
        border-color: #33997a;
    }

    .input__field:not(:-moz-placeholder-shown) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }

    .input__field:not(:-ms-input-placeholder) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }

    .input__field:focus + .input__label,
    .input__field:not(:placeholder-shown) + .input__label {
        transform: translate(0.75rem, -65%) scale(0.8);
        color: #33997a;
        border-color: #19805c;
        background: white;
    }

/* 新增 */

.lg_broswer {
    width: 360px;
    line-height: 16px;
    padding: 14px;
    background: #fff;
    margin: 50px auto 0px;
    text-align: left;
    color: #3d3d3d;
    box-sizing: border-box;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 24%);
    border-radius: 8px;
}

    .lg_broswer h2 {
        font-size: 14px;
    }

.lg_broswer_img {
    font-size: 16px;
    text-align: center;
}

    .lg_broswer_img li {
        display: inline-block;
        padding: 6px 8px;
        border-radius: 8px;
    }

    .lg_broswer_img i {
        display: block;
        width: 56px;
        height: 56px;
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: left;
        margin-bottom: 4px;
    }

.icon_chrome {
    background-image: url(../../images/theme/icon_chrome.svg);
}

.icon_uc {
    background-image: url(../../images/theme/icon_uc.svg);
}

.icon_safari {
    background-image: url(../../images/theme/icon_safari.svg);
}

.icon_firefox {
    background-image: url(../../images/theme/icon_firefox.svg);
}

.lg_broswer_note a {
    color: #2980B9;
}

.u_icon i {
    display: block;
    width: 44px;
    height: 100%;
    background: url(../../images/theme/user.png) no-repeat center;
}

.p_icon i {
    display: block;
    width: 44px;
    height: 100%;
    background: url(../../images/theme/password.png) no-repeat center;
}

/********************** End | TextBox Outline **********************/
