﻿@charset "UTF-8";

body{
    color: #777;
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center,
.text-c {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #df0037;
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    min-height: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 2px 5px 0 5px;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 20px
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc
    }

.breadcrumb > .active {
    color: #999
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge {
        float: right
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px
        }

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.double {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.half {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

/* a:hover, a:focus {
    color: #bc152a;
    text-decoration: none;
} */

.btn-build, .btn-forgot {
    color: var(--primary-800);
    font-weight: bold;
}

.login-wrap .btn-block.tb-margin {
    margin-top: 40px;
    margin-bottom: 20px;
}

.login-wrap .login-input.tb-margin-b {
    margin-bottom: 40px;
}

#sidebar-menu .main-navigation-menu.tb-main-navigation-menu {
    /*padding-left: 20px;*/
}

.margin-b20 {
    margin-bottom: 20px;
}

.margin-b30 {
    margin-bottom: 30px;
}

.box-shadow {
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
}

/*统一後台登錄*/
.login-wrapb {
    width: 1100px;
    height: 647px;
    margin: 53px auto 0;
    border-radius: 3px;
    overflow: hidden;
}

.login-left {
    float: left;
    width: 550px;
    height: 647px;
    background: url(/Images/member/register/logo_pc_bg.webp);
    background-position: center;
    background-size: cover;
}

.login-right {
    float: right;
    padding-left: 80px;
    width: 550px;
    height: 647px;
    position: relative;
    background: var(--primary-foreground);
}

.login-logob {
    margin: auto;
    width: 320px;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.login-logoz.login-logob {
    margin-top: 50px;
}

.login-logob h1,
.login-logob h2 {
    margin: 15px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #1E293B;
    text-align: center;
}

.login-logob p {
    font-size: 16px;
    color: var(--foreground);
}

.login-btn {
    color: var(--primary-foreground);
}

.login-btn:hover {
    color: var(--primary-foreground);
    box-shadow: none;
}

.login-btn:active,
.login-btn:focus {
    color: var(--primary-foreground);
    box-shadow: none;
    outline: none;
}

.login-btnb[disabled] {
    background: #ccc;
    color: #fff;
}

.login-btnb[disabled]:hover{
    background: #ccc;
    color: #fff;
}

.verifyEmail-wrap {
    font-size: 16px;
    text-align: center;
    color: var(--foreground);
}

.verifyEmail-wrap h2{
    margin-bottom:40px
}

.text-red {
    color: var(--accent);
}

.login-span {
    font-size: 16px;
    line-height: 20px;
    color: var(--foreground);
    font-weight: bold;
}

.login-icon {
    margin-right: 10px;
}

.login-wrapb .login-group input[type="checkbox"].login-notification-checkbox {
    margin: 0;
    transform: translateY(2px);
}

.login-wrapb .login-input {
    padding: 12px 0;
    width: 100%;
    height: 33px;
    font-size: 14px;
    line-height: 30px;
    color: var(--foreground);
    display: block;
    outline: none;
    border: 0;
    border-bottom: 1px solid #CBCBCB;
    border-radius: 0 !important;
    /* box-shadow: 0 0 0px 1000px white inset !important; */
}

.login-graphical {
    display: inline-block;
}
.graphical-btn {
    color:#777;
}
#login .graphical-btn i {
    margin-left: 0;
}

#login .login-notification {
    font-size:12px;
}

#login .login-notification-bold {
    font-weight: bold;
}

.modal-w320 {
    width: 360px;
}

::-webkit-input-placeholder, /* WebKit browsers */
:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
::-moz-placeholder, /* Mozilla Firefox 19+ */
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #94A3B8;
}

.login-wrapb .login-input:focus {
    border: 0;
    border-bottom: 1px solid var(--secondary);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}

.login-btns a,
.register-gamapass-wrapper a {
    margin: 10px 0;
}

.login-btns a:last-child,
.register-gamapass-wrapper a:last-child {
    margin-right: 0;
}

.login-btns img {
    max-width: 100%;
}

/*.login-facebook {
    float: left
}
.login-beanfun {
    float: right
}*/

.login-btn-l{
    display:inline-block;
    width:148px;
    margin-right:10px;
}
.login-btn-r {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.login-wrapb .tb-login-input {
    width: 201px;
    display: inline-block;
}
.tb-login-btn {
    width:115px;
    padding:0;
}
.margin-b30 {
    margin-bottom: 30px;
}

.margin-b40 {
    margin-bottom: 40px;
}

.login-btnb {
    font-weight: bold;
    display: inline-block;
    width: 85px;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 35px;
    text-align: center;
    background-color: #d00f2b;
    border: 0;
    box-shadow: 3px 3px 3px #bebebe;
}

.login-btnb:hover {
    background: #af0318;
}

.login-forgot {
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 85px;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}

.login-box {
    display: block;
    margin: 0 auto;
}

.g-logo {
    display: block;
    margin: 60px auto 0;
}

.login-foot {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}


/*統一後台登錄*/
.tb-login-page{
    width: 355px;
    margin:0 auto;
    background: #fff;
    padding:20px;
}

.tb-login-page .tb-login-btn{
    display:inline-block;
    width:33%;
    padding:4px 0;
}

.tb-login-item .send-verify-button {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tb-login-page h2{
    margin-top:0;
    margin-bottom: 25px;
}

.tb-btn-l{
    width: 130px;
    padding:5px;
}

.much-submit{
    margin-top:40px;
}

.much-submit img {
    display: block;
    margin: 50px auto 30px;
}

/*MB端适配*/
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .tb-div20 .tb-left .tb-text {
        font-size: 20px;
        font-weight: bold;
        color: #ccc;
        line-height: 36px;
    }
    .tb-ul li .p-text {
        font-size: 24px;
    }
    .goods-tba{
        display:block;
        width:160px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
    .tb-ul li .p-text {
        font-size: 22px;
    }

    .app-input-w {
        width: 160px;
    }

    .tb-select-a {
        width: 120px;
    }
    .tb-width170a {
        width: 170px;
    }
    .t-width170 {
        width: 170px;
    }

    .t-width420 {
        width: 420px;
    }

    .t-width250 {
        width: 250px;
    }

    .tb-div20 .tb-left .tb-text {
        font-size: 20px;
        font-weight: bold;
        color: #ccc;
        line-height: 36px;
    }

    .tb-width350 {
        width: 285px;
    }

    .tb-width505 {
        width: 505px;
    }

    .search-section .search-input.tb-input-widthc {
        width: 220px;
    }
    .notice-ul {
        max-height: 410px;
        overflow: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    .app-text .tb-left .tb-text {
        font-size: 23px;
        font-weight: bold;
        color: #ccc;
        line-height: 36px;
    }
    .tb-left .tb-text {
        font-size: 23px;
        font-weight: bold;
        color: #ccc;
        line-height: 36px;
    }
    .tb-select-a {
        width: 120px;
    }

    .tb-width200a {
        width: 135px;
    }

    .app-input-w {
        width: 160px;
    }
    .tb-ula li p {
        font-size: 18px;
        font-weight: bold;
    }
    .app-text .tb-left p {
        font-size: 12px;
        color: #666;
        margin-bottom: 0;
    }
    .tb-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tb-btn img{
        width: 100%;
    }
    .tb-left.margin-r10 {
        margin-right: 5px;
    }
    .tb-left .tb-pt13 {
        font-size: 13px;
        font-weight: bold
    }
    .home-chart .box-info.tb-box {
        padding: 10px 0 10px 5px;
    }
    .body.content.rows {
        padding: 20px 15px 0;
    }
    .tb-button .btn-primary, .tb-button .btn-default {
        padding: 0 15px;
    }
}
@media (min-width: 1600px) {
    .tb-goodsbtn .btn-icon {
        margin-left: 15px;
    }
}
@media (min-width: 1920px) {
    .goods-tba {
        display: block;
        width: 260px;
    }
}
@media (max-width: 1024px) {
    .wangEditor-drop-panel.clearfix {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .txt-toolbar table.choose-table td, .wangEditor-drop-panel table.choose-table td {
        display: table-cell;
        padding: 0;
    }

    .body.content.rows {
        padding: 10px 10px 0;
    }

    .table-tb tbody {
        display: table-row-group;
    }

    .table-tb tr {
        display: table-row;
    }

    .table-tb.table > tbody > tr > td {
        border: none;
    }

    .table-tb.table > tbody > tr > th {
        border: none;
    }

    .tb-div .table-tb.table > tbody > tr > td {
        border: 1px solid #ddd;
        display: table-cell;
    }

    .tb-div .table-tb.table > tbody > tr > th {
        border: 1px solid #ddd;
        display: table-cell;
    }

    .box-info table tr th, .box-info table tr td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-tab {
        padding: 0 3%;
    }

        .theme-tab div {
            width: 100%;
        }

        .theme-tab span {
            width: 20%;
            height: auto;
            margin: 0;
        }

    .margin-t-45 {
        margin-top: 0;
    }
    .modal-backdrop.in {
        display: none !important;
    }
    .modal-label {
        width: 35%;
    }

    .modal-width {
        width: 100%;
    }

    .tb-img {
        width: 100%;
    }

    .tb-h3 {
        font-size: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        top: 30%;
    }

    .tb-imgb {
        width: 100%;
        margin-right:0
    }

    .tb-input {
        width: 80%;
    }

    .margin-t80 {
        margin-top: 0;
    }

    .tb-width {
        width: 100%;
    }

    .login-wrap .btn-block.tb-margin {
        margin-top: 0;
    }

    .login-titles .sectionsubtitle {
        margin-bottom: 5px;
    }

    .login-logo {
        margin-bottom: 20px;
    }

    .login-wrap .login-input.tb-margin-b {
        margin-bottom: 20px;
    }

    .tb-imgwrap {
        padding: 5px;
        margin: 7% 2% 0;
    }

    .tb-imgwrap img {
        width: 100%;
    }

    #user {
        line-height: 57px;
        font-size: 14px;
        display: block;
        color: #999999;
        border-left: 4px solid transparent;
        padding: 16px 0 16px 15px;
        overflow: hidden;
        -webkit-transition: All 0.25s ease;
    }

    .user-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10%;
        display: inline-block;
        float: left;
        height: 57px;
        margin: 0;
        margin-right: 10px;
        width: 57px;
    }

    #user span {
        display: inline-block;
        vertical-align: middle;
    }

    .tb-home-nav {
        height: auto !important;
    }

    .shelvesWrap h2 {
        margin-top: -20px;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .body.rows {
        top: 50px;
        bottom: 0px
    }

    .nav.navbar-nav.top-navbar .tb-dropdown-menu li a {
        background: #ffffff;
        color: #333;
    }

    .modal-open .modal.in {
        overflow-y: scroll;
    }
    .modal .modal-label {
        width: 35%;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .modal .modal-input {
        width: 65%;
        height: 32px;
        line-height: 32px;
    }

    /*统一登錄*/
    .app-padding-no {
        padding: 0;
    }

    .m-logo {
        width: 100%;
    }

    .m-logo-new {
        min-height: 200px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .login-wrapb {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }

    .login-btns {
        margin-bottom: 20px;
    }

    .login-facebook, .login-beanfun {
    }

    .login-facebook img, .login-beanfun img {
    }

    .login-right {
        float: none;
        width: 100%;
        padding: 20px 0 48px 0;
        /* 頂部 banner + Footer */
        min-height: calc(100dvh - 200px - 66px);
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--primary-foreground);
    }

    .login-right.login-rightz{
        float: right;
        width: 100%;
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        background: var(--primary-foreground);
    }

    .login-logob {
        margin: 35px 0;
        width: 100%;
        position: relative;
    }

    .login-logoz.login-logob {
        margin-top: 25px;
    }

    .login-span {
        font-size: 16px;
        line-height: 20px;
    }

    .login-icon {
        margin-right: 10px;
    }

    .login-wrapb .login-input {
        border: 0;
        border-bottom: 1px solid #CBD5E1;
        border-radius: 0 !important;
    }

    .login-wrapb .login-input:focus {
        border: 0;
        border-bottom: 1px solid var(--secondary);
        border-radius: 0 !important;
    }

    .margin-b30 {
        margin-bottom: 30px;
    }

    .margin-b40 {
        margin-bottom: 40px;
    }

    .login-wrapb .tb-login-input {
        width: 65%;
        display: inline-block;
    }

    .tb-login-btn {
        width: 33%;
        padding:0;
    }

    .login-btn-r {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        line-height: 37px;
    }

    .login-btnb {
        font-weight: bold;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 35px;
        color: #ffffff;
        border-radius: 35px;
        text-align: center;
        background-color: #d00f2b;
        border: 0;
        -webkit-box-shadow: 3px 3px 3px #bebebe;
        -moz-box-shadow: 3px 3px 3px #bebebe;
        box-shadow: 3px 3px 3px #bebebe;
    }

    .login-btnb:hover {
        background: #af0318;
    }

    .login-forgot {
        font-weight: bold;
        display: inline-block;
        text-align: center;
        width: 85px;
        font-size: 14px;
        line-height: 35px;
        color: #999999;
    }

    .login-box {
        display: block;
        margin: 0 auto;
    }

    .g-logo {
        display: block;
        margin: 60px auto 0;
    }

    .app-down-btn {
        text-align: center;
    }

    .login-foot {
        /*margin-top: 40px;
        margin-bottom: 40px;*/
        margin: 10px 0;
        font-size: 12px;
        color: #fff;
    }
    /*统一登錄*/
    .tb-login-page {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        background: #fff;
        padding: 15px;
    }

    .tb-btn-l {
        width: 45%;
        padding: 5px;
    }
    .navbar-nav .open .dropdown-menu.tb-dropdown-menu > li > a{
        padding: 15px;
    }
    .tb-dropdown-menu li form a{
        padding:15px;
    }
    .navbar-nav .open .dropdown-menu.tb-dropdown-menu {
        padding: 0;
    }
    .navbar-nav.top-navbar {
        margin: 0;
        height:auto !important;
    }
    .tb-login-page h2 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .login-btn-l {
        /*display:block;
        width:100%;*/
        width: 150px;
        /*margin-bottom: 20px;*/
    }
    .modal-w320 {
        width: auto;
    }

}
/*max-width: 320px*/
@media (max-width: 320px) {
    .toplogo {
        margin-left:100%;
    }
    .login-right, .login-right.login-rightz {
        padding-left: 15px;
        padding-right: 15px;
    }
    .span-h40{
        width:20%
    }
    .tb-dl.form-control{
        width:80%
    }
    .tb-dla.form-control {
        width: 65%
    }
    .tb-goodsbtn .btn-icon {
        margin: 5px;
    }
}


/* 前台登入樣式覆寫 by Chih */
body{
    padding: 0;
    background: #383637;
}

.container{
    padding: 0;
}

.login-wrapb .login-input[name="verificationcode"]{
    float: left;
    width: calc(100% - 90px);
}

.login-wrapb .validate-code{
    display: inline-block;
    margin: 5px 0 5px 5px;
}

/* .login-logoz.login-logob{
    margin: auto;
} */

.btn-primary {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #d22238;
    border-radius: 35px;
    border: solid 1px #d22238;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    -moz-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #ccc;
    padding: 0px 25px;
    cursor: pointer;
}
.margin-b10 {
    margin-bottom: 10px;
}
.margin-b15 {
    margin-bottom: 15px;
}
.margin-r20 {
    margin-right: 20px;
}
.font20b {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.font20r {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    line-height: 20px;
}
.btn-default {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999;
    background-color: #FFF;
    border-radius: 35px;
    border: solid 1px #CCC;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px #e9e9e9;
    -moz-box-shadow: 1px 3px 3px #e9e9e9;
    box-shadow: 1px 3px 3px #e9e9e9;
}

.help-block{
    margin: 5px 0;
}

.help-block.text-danger {
    color: var(--accent);
}

/** beanfun驗證 **/
.info-txt{
    font-size: 15px;
    line-height: 30px;
    color: #212529;
}

.beanfun-email{
    position: relative;
    padding: 0 10px;
    height: 35px;
    border-bottom: solid #cfcfcf 1px;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
}

.beanfun-email:hover{
    border: 0;
    border-bottom: 3px solid #d00f2b;
}

.beanfun-email i{
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.beanfun-email i.icon-arrowright{
    position: absolute;
    right: 5px;
    top: 15px;
}

.beanfun-btn{
    width: 100%;
}

.beanfun-btn span{
    font-weight: bold;
    color: #c01920;
    margin: 0 5px;
}

.color-dark{
    color: #212529;
}
.color-red{
    color: #c01920;
}

/*
*  fb & fb! 登入
*/

/* 手機註冊確定按鈕 */
#register .login-btn-l {
    width: 100%;
}

.login-btns .login-beanfun
{
    margin-top: 10px;
    display: block;
}

.login-btns .login {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
}

.login-btns .login span:last-child,
.register-gamapass-wrapper .gp-register span:last-child
{
    display: inline-block;
    width: calc(100% - 32px - 40px);
    text-align: center;
}

.login-btns .fb-login {
    background: #3a5a97;
}

.login-btns .bf-login {
    background: #26d07c;
}

.login-btns .fb-login-icon {
    background: url(/Images/icons/login/icon_facebook.png) center center;
    width: 64px;
    height: 64px;
    transform: scale(.5);
}

.login-btns .bf-login-icon {
    background: url(/Images/icons/login/icon_beanfun.png?v=1.0) center center;
    width: 64px;
    height: 64px;
    transform: scale(.5);
}

.login-btns .gp-login-icon {
    background: url(/Images/icons/login/gp-icon.webp) center center;
    width: 64px;
    height: 64px;
    transform: scale(.5);
    background-size: contain;
}

.login-btnb {
    border-radius: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

#gamapass .gamapass-status {
    font-size: 16px;
    color: #ffff;
    text-align: center;
}