html,
body,
.wrap_main {
    font-family: Microsoft JhengHei;
}

body {}

.login_other a {
    height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background-size: auto;
}

.lg_b input,
.input_username {
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
}

html,
body {
    background: #f3f3f3;
}

input {
    outline: none;
    border: 0;
}

.wrap_main a {
    -webkit-transition: filter .3s, border .3s, color .3s, transform .3s;
    transition: filter .3s, border .3s, color .3s, transform .3s;
}

.wrap_main a:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

.top_inf {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(63, 63, 63);
    color: #fff;
    text-align: right;
}

.top_inf p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0px;
}

.top_inf p a {
    background: #f65859;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
}
.nav{
    display: none;
}
.nav_main ul li:nth-child(1){
    display: block;
    position: absolute;
    left: -760px;
    right: 0;
    top: 8px;
    width: 180px;
    margin: auto;
    z-index: 99;
    max-width: 1000px;
}
.nav_main ul li:nth-child(1) a{
    display: block;
    width: 180px;
    height: 44px;
    background: url(//ompic.neteaselab.com/respic/images/xxj/20210518/images/t-btn.png) no-repeat center #f65859;
    border-radius: 6px;
    box-shadow: 0 5px #913c3c, 0 3px 5px #ff8e8f inset;
}

/*
index
*/

html,
body {
    height: 100%;
}

.login_bg {
    position: relative;
    background: #ffffff url(../images/login-bg.webp) no-repeat center top;
    background-size: cover;
    height: 100%;
    /*height: calc(100vh + 15px);*/
    overflow: hidden;
}
.login_bg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 6vw;
    width: 63em;
    height: 24em;
    font-size: .83vw;
    background: url(../images/slogan.png) no-repeat center;
    background-size: contain;
}
@media (max-height: 780px) {
    .login_bg::after {
        top: 2vw;
        width: 62em;
        height: 23em;
    }
}

.login_bottom,
.login_wrong,
.login_ipt,
.login_submit,
.login_tips {
    padding: 0 20px;
}

.login {
    width: 40vw;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    right: 15vw;
    top: 56%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 16px;
    /* overflow: hidden; */
}

.login::after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: -16em;
    width: 25em;
    height: 18em;
    margin: 0 auto;
    font-size: clamp(14px, .83vw, 20px);
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    aspect-ratio: unset;
}



.login_top {
    background: #ffffff;
    position: relative;
    padding-bottom: 20px;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
}

.title_b {
    background: #252121;
    color: #fff;
    text-align: center;
    /* height: 2.6042vw; */
    height: 50px;
    /* line-height: 2.6042vw; */
    line-height: 50px;
    font-weight: bold;
    /* letter-spacing: 0.1042vw; */
    letter-spacing: 2px;
    /* margin-bottom: 0.5208vw; */
    margin-bottom: 10px;
    /* border-top-left-radius: 0.5208vw; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 0.5208vw; */
    /* border-top-right-radius: 10px; */
}

.title_b:before,
.title_b:after {
    content: " ";
    width: 4.1667vw;
    height: 1.3021vw;
    /* width: 80px;
  height: 25px; */
    background: url(../images/line.png) no-repeat left center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2083vw;
    /* margin-top: -4px; */
}

.title_b:after {
    transform: rotate(-180deg);
    width: 3.6979vw;
    /* width: 71px; */
}

.title_b:before {
    margin-left: -0.5208vw;
    /* margin-left: -10px */
}

.num_th_ip,
.num_th_pw,
.num_th_yz {
    display: block;
    width: 100%;
    background: #fffffe;
    text-indent: 50px;
    border-bottom: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.login_wrong {
    position: absolute;
    top: 13px;
    font-weight: bold;
    color: #fe121a;
    font-size: 18px;
    left: 6px;
    background: #383838;
    padding: 0;
}

.btn_submit {
    background: #e9542b;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 20px;
    letter-spacing: 2px;
    width: 80%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.yzm_jp {
    position: absolute;
    top: 6px;
    right: 6px;
}

.yzm_jp img {
    width: 60px;
    height: 24px;
}

.yzm_b {
    position: relative;
}

.login_tips {
    text-align: right;
    padding-top: 16px;
    color: #fe121a;
}

.col_org {
    color: #fe121a;
}

.login_bottom {
    background: #eaeaea;
    padding: 15px 20px;
    /* border-radius: 0 0 10px 10px; */
}

.login_other ul {
    overflow: hidden;
    width: 296px;
    margin: 0 auto;
    color: #383838;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
}

.login_bottom li {
    margin: 0 5px;
    display: flex;
    justify-content: center;
}

.login_bottom li:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}

.login_other a {
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
}

.login_other a.link_FB {
    background-image: url(../images/facebook.svg);
    background-color: #415897;
    background-size: 78% auto;
}

.login_other a.link_Google {
    background-image: url(../images/line.svg);
    background-color: #01b901;
}


.lg_b input {
    position: relative;
    background-size: 26px;
    left: 0;
}

.lg_b input.num_th_ip {
    background-position: 12px 5px;
}

.lg_b input.num_th_pw {
    background-position: 12px -44px;
    /*background: url("../images/icon.png") no-repeat 12px -44px !important;*/
}

.lg_b input.num_th_yz {
    background-position: 13px -66px;
    background-size: 19px;
}

.input_username {
    background-position: 19px -101px;
    background-size: 19px;
}


/*
page
*/

.header {
    width: 100%;
    aspect-ratio: 2208/335;
    margin-top: 40px;
    background: url(../images/header.webp) no-repeat center;
    background-size: contain;
    @supports not (aspect-ratio: 1) {
        height: calc(100% * 335 / 2208);
    }
}
.header a.logo {
    display: none;
}

.header::before {
    /*content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ,ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    position: absolute;
    left: 46%;
    transform: translate(-50%);
    top: 256px;
    width: 100%;
    /* height: 100px; */
    text-align: center;
    font-size: 24px;
    text-indent: 0;
    font-weight: 700;
    color: #fe0000;
}

.login_bg .header {
    position: absolute;
    right: 2em;
    top: 1em;
    width: 25em;
    height: 18em;
    margin: 0;
    font-size: clamp(14px, .83vw, 20px);
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    aspect-ratio: unset;
    display: none;
}

.chu_tit {
    height: 81px;
    background: #fff url(../images/menu.jpg) no-repeat center 1px;
    border-bottom: 4px solid #d1d1d1;
    position: relative;
    text-indent: -200%;
}

.line_title::before {
    /*content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ,ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    position: absolute;
    left: -60px;
    top: -28px;
    width: 100%;
    /* height: 100px; */
    text-align: center;
    font-size: 24px;
    text-indent: 0;
    font-weight: 700;
    color: #fe0000;
}

.chu_tit::before {
    /*content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦"ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ,ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    position: absolute;
    left: -60px;
    top: 72px;
    width: 100%;
    /* height: 100px; */
    text-align: center;
    font-size: 24px;
    text-indent: 0;
    font-weight: 700;
    color: #fe0000;
}

.chu_tit:after {
    content: " ";
    height: 82px;
    position: absolute;
    width: 100%;
    background: url(../images/menu.jpg) no-repeat center 1px;
    left: 0;
    top: 0;
}

.chu_box {
    max-width: 1000px;
    margin: 30px auto;
    /* background: #fbfbfb; */
}

.chu_box:nth-child(3) .line_title {
    border-left-color: #3a8b3f;
}

.chu_box:nth-child(4) .line_title {
    border-left-color: #f65859;
}

.main_tent {
    background: #f3f3f3;
    min-height: 580px;
    overflow: hidden;
}

.line_title {
    font-size: 26px;
    font-weight: bold;
    border-left: 3px solid #2e80c9;
    text-indent: 10px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    position: relative;
}

.choice_box,
.list-payments {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-right: -13px;
}

.choice_box a,
.list-payments a {
    width: 32%;
    text-align: left;
    background: #fff;
    margin: 10px 13px 5px 0!important;
    color: #4c4c4c;
    text-indent: 10px;
    padding: 15px;
    box-shadow: 1px 2px 3px rgba(204, 204, 204, 0.65);
}

.choice_box a.selected,
.list-payments a.selected {
    background: #565656;
    box-shadow: 3px 1px 2px rgba(204, 204, 204, 0.65);
    color: #fff;
}

.choice_box a:before,
.list-payments a:before {
    content: " ";
    background: #f1f1f1;
    border: 1px solid #bdbdbd;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 100%;
    margin-left: -10px;
    margin-right: 10px;
    vertical-align: -1px;
}

.mem_inf {
    border: 1px solid #3ab0ff;
    margin: 20px 0;
    padding: 10px;
    background: #f0faff;
    border-radius: 3px;
}

.mem_inf b {
    padding: 2px 10px;
    background: #2e80c9;
    margin-right: 15px;
    color: #fff;
}

.mem_inf span {
    margin-right: 60px;
}

.mem_inf b select {
    color: #ffffff;
    background: none;
    border: 0;
    outline: none;
}

.mem_inf b select option {
    line-height: 26px;
    height: 26px;
    color: #2e80c9;
}

.buy_inf {
    border: 1px solid #3ab0ff;
    margin: 20px 0;
    padding: 10px;
    background: #f0faff;
    border-radius: 3px;
    flex-wrap: wrap;
}

.buy_inf ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.buy_inf ul li {
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
    text-indent: 2em;
}

.buy_inf ul li b {
    padding: 2px 10px;
    background: #676767;
    color: #fff;
    margin-right: 15px;
}

.buy_inf ul li span {}

.password_f_ts {
    color: #ff0000;
    text-align: center;
}

.pay_btn,
.more_box {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    background: #f3f3f3;
    margin-top: 30px;
}

.pay_btn_a {
    padding: 19px 46px;
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 1px;
    box-shadow: 0px 3px 3px rgba(146, 146, 146, 0.55);
    color: #fff;
}

.submit_a {
    background: #ff5e5f;
    min-width: 180px;
    text-align: center;
}

.pre_a {
    background: #909090;
    color: #ffffff;
}

.cancel_a {
    background: #909090;
    color: #ffffff;
}

.record_a {
    background: #4fb153;
    color: #ffffff;
}

.more_a {
    background: #9e9e9e;
    color: #ffffff;
}

#box_payment_nav a {
    color: #1bab59;
}

.password_f_xx {
    text-align: left;
    width: 687px;
    margin: 0 auto;
    margin-top: 60px;
}

.input_username {
    border: 1px solid #ffffff;
    padding: 18px;
    width: 687px;
    margin: 10px auto;
    display: block;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    text-indent: 37px;
}

.value_result {
    text-align: center;
    color: #5d5d5d;
}

.icon_suc {
    width: 100%;
    height: 80px;
    background: url(../images/suc.png) no-repeat center;
    display: inline-block;
}

.icon_fal {
    width: 100%;
    height: 80px;
    background: url(../images/fail.png) no-repeat center;
    display: inline-block;
}

.value_result_tips {
    text-align: center;
    color: #8e8e8e;
    border-top: 1px solid #d0d0d0;
    width: 500px;
    margin: 5px auto;
    padding-top: 10px;
}

.help_box {
    text-align: center;
    color: #8e8e8e;
    border-top: 1px solid #d2d2d2;
    width: 500px;
    margin: 10px auto;
    padding-top: 10px;
}


/*
footer
*/

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.74);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer::after{
    content: 'Touchbox entertainment ltd Copyright 2025 Touchbox . All Rights Reserved.';
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.component table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    font-size: 16px;
}

.component td,
th {
    text-align: center
}

.component td {
    padding: 12px 5px;
    color: #676767;
}

.component th {
    background-color: #2cb589;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border-right: 1px solid #5ce0b6;
    padding: 10px 5px;
}

.component tbody th {
    background-color: #2ea879
}

.component tbody tr:nth-child(2n-1) {
    background-color: #f7f7f7;
    transition: all .125s ease-in-out;
}

.component tbody tr:hover {
    background-color: rgba(247, 229, 156, .3)
}

.component tbody tr:hover td {
    color: #444
}

@media screen and (min-width: 1024px) {
    .wrap_main a:hover {
        text-decoration: none;
        /*-webkit-filter:brightness(1.2);filter:brightness(1.2); */
        cursor: pointer;
    }
    .choice_box a:hover,
    .list-payments a:hover {
        background: #565656;
        box-shadow: 3px 1px 2px rgba(204, 204, 204, 0.65);
        color: #fff;
    }
}
@media screen and (max-width: 1441px) {
    .login {
        right: 6vw;
    }
    .login::after {
        top: -13em;
        width: 20em;
        height: 16em;
    }
}

@media screen and (max-width: 1024px) {
    .login.wrap_main::after{
        display: none;
    }
    .chu_tit::before {
        font-size: 16px;
    }
    .login_bg {
        background-color: #6f5cc5;
        background-image: url("../images/mlogin-bg.webp");
        background-size: cover;
    }
    .login {
        transform: scale(1.5);
        margin: 0;
        /* background: url(../images/logo.png) no-repeat center top / 32%; */
        max-width: 447px;
        /* padding: 39vw 2.0833vw 0;
        bottom: 20%; */
        width: 87%;
        right: 20%;
        left: auto;
        overflow: initial;
    }
    .login_bg .header {
        width: calc(100% - 3em);
        background-position: center;
    }
    .login_bg::after {
        display: none;
    }
    .login.wrap_main::after {
        content: '';
        position: absolute;
        left: 0;
        top: 19vw;
        width: 100%;
        height: 24em;
        font-size: .83vw;
        background: url(../images/slogan.webp) no-repeat center;
        background-size: contain;
    }
    .chu_tit:after {
        background-size: 840px;
        background-position: -59px 1px;
    }
    .chu_tit {
        height: 67px;
    }
    .choice_box a,
    .list-payments a {
        width: 48%;
        font-size: 20px;
    }
    .chu_box {
        padding: 13px;
    }
    .mem_inf,
    .buy_inf,
    .password_f_xx,
    .input_username,
    .top_inf,
    .value_result,
    .value_result_tips {
        font-size: 20px
    }
    .pay_btn_a {
        font-size: 24px
    }
    .header {
        aspect-ratio: 1024/304;
        margin-top: 50px;
        background-image: url(../images/m-header.webp);
        @supports not (aspect-ratio: 1) {
            height: calc(100% * 304 / 1024);
        }
    }
    .buy_inf ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer::after{
        font-size: 14px;
    }
}