body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body, div, a, span {
    margin: 0px;
    font-family: PingFangTC, 微軟正黑體
}

#bgBanner {
    height: 70px;
    background-color: #353635;
    position: relative
}

#bgBanner .logo {
    width: 150px;
    height: 36px;
    object-fit: contain;
    position: absolute;
    left: 20px;
    top: 17px
}

#bgBanner .title {
    height: 22px;
    font-family: 微軟正黑體;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFF;
    position: absolute;
    left: 226px;
    top: 24px
}

#loginBox {
    width: 380px;
    height: 320px;
    border-radius: 10px;
    background-color: #f9f9f9;
    position: relative;
    margin: 100px auto 0px
}

#loginBox .title {
    width: 160px;
    height: 28px;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #353635;
    position: relative;
    margin: 0px auto 0px;
    top: 30px
}

#loginBox .inputBox1 {
    width: 335px;
    height: 52px;
    border-radius: 4px;
    border: solid 1px #CCC;
    background-color: #fff;
    position: absolute;
    left: 23px;
    box-sizing: border-box
}

#loginBox .inputBox {
    width: 335px;
    height: 52px;
    position: absolute;
    left: 23px
}

#loginBox .errMessage {
    color: #f5281e;
    font-size: 12px;
    text-align: left;
    border: 0px;
    display: none;
    padding-left: 6px;
    line-height: 150%
}

#loginBox .errMessage.account {
    height: 17px;
    top: 138px
}

#loginBox .account {
    top: 83px
}

#loginBox .errMessage.password {
    top: 226px
}

#loginBox .password {
    top: 165px
}

#loginBox .validate {
    top: 270px
}

#loginBox .validateCodeInput {
    left: 0px;
    width: 190px;
    height: 52px
}

#loginBox .validateCode {
    left: 200px;
    width: 100px;
    height: 25px;
    top: 14px;
    border: 0px;
    background: linear-gradient(90deg, #fff, #FC9);
    text-align: center;
    border-radius: 0px;
    font-weight: 900;
    padding-top: 2px
}

#loginBox .errMessage.validateCode {
    top: 327px;
    width: 335px;
    left: 23px;
    background: rgba(0, 0, 0, 0);
    text-align: left
}

#loginBox .validateCodeUpdate {
    left: 310px;
    width: 20px;
    height: 20px;
    top: 16px;
    border-radius: 10px;
    border: 0px;
    cursor: pointer
}

#loginBox .errMessage.validateLogin {
    top: 430px;
    width: 335px;
    left: 23px;
    background: rgba(0, 0, 0, 0);
    text-align: left
}

#loginBox #loginButton {
    width: 335px;
    height: 56px;
    border-radius: 4px;
    background: #f5281e;
    position: absolute;
    left: 23px;
    top: 230px
}

#loginBox #loginButton .text {
    width: 267px;
    height: 20px;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0px auto 0px;
    top: 18px
}

#loginBox .forgetPassword {
    position: absolute;
    text-align: right;
    left: 23px;
    bottom: 15px;
    height: 20px
}

#loginBox .rememberMe {
    position: absolute;
    left: 23px;
    bottom: 15px;
    height: 173px;
    width: 86px;
}

#loginBox input[type="text"], input[type="password"], input[type="text"]:focus, input[type="password"]:focus {
    width: 260px;
    height: 24px;
    position: absolute;
    top: 14px;
    left: 10px;
    box-sizing: border-box;
    color: #353635;
    border: none;
    outline: none
}

#loginBox input.validateCodeInput, input.validateCodeInput:focus {
    width: 160px
}

#loginBox .timesofinput.validateCode {
    background: rgba(0, 0, 0, 0)
}

.errorBorder {
    border: solid 1px #F00
}

#infoBrowser, #googleBox {
    width: 386px;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #919191;
    position: relative;
    margin: 20px auto 0px;
    text-align: center
}

#infoBrowser .browserVersion {
    font-size: 13px;
    letter-spacing: 0px;
    color: #919191
}

#googleBox {
    margin: 10px auto 0px
}

#googleBox .suggest {
    width: 186px;
    height: 20px;
    display: inline
}

a {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    text-align: center;
    color: #0f5bf6;
    text-decoration: underline;
    cursor: pointer
}

.browserLink {
    width: 114px;
    height: 20px
}

.footer {
    box-sizing: border-box;
    padding: 40px 0 20px 0;
    font-size: 13px;
    width: 100%;
    color: #47505b;
    text-align: center
}
