body {
    background: none;
    font-family: Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
    -webkit-overflow-scrolling: touch;
    font-weight: bold;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

button, input, select {
    font-family: Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
    font-weight: bold;
}

button {
    cursor: pointer;
}

.sr-only {
    display: none !important;
}

.container {
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding: 0 25px;
}

#wrapper {
    width: 100%;
}
#main {
    width: 100%;
    padding: 0;
    background: none;
}
#content #page_detail {
    width: 100%;
    margin: 0;
}

.jqimgFill {
    opacity: 0;
}

/*================ header ================*/
.header {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #313131), color-stop(45%, #191919), color-stop(80%, #000000));
    background: linear-gradient(to bottom, #313131 15%, #191919 45%, #000000 80%);
}
.header:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bfaa7d url(../mobileHD/_img/header-line.jpg) center no-repeat;
    background-size: cover;
}
.header .container {
    position: relative;
}
.header .logo {
    display: block;
    width: 100px;
    height: 37px;
    position: absolute;
    left: 30px;
    top: 0;
    background: url(../mobileHD/_img/logo.png) center no-repeat;
    background-size: contain;
}

/*================ dMiddle ================*/
#dMiddle {
    float: none;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    padding: 55px 0;
    position: relative;
    background: none;
    border: none;
    font-size: 0;
}
#dMiddle .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 30px;
    line-height: normal;
    text-align: center;
}

.btnArea {
    font-size: 0;
    text-align: center;
}
.btnArea > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    color: #626262;
    font-size: 20px;
    line-height: 45px;
    background-color: #d2d2d2;
    cursor: pointer;
}
.btnArea > div.is-active {
    color: #fff;
    background-color: #e5004f;
}
 .btnArea > div.xinAccountBtn.is-active {
    background-color: #eb6100;
}

.contentArea {
    padding-top: 30px;
}
.contentArea .group {
    position: relative;
}
.contentArea .group:after {
    content: '';
    display: block;
    clear: both;
}
.contentArea select,
.contentArea input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #a0a0a0;
    color: #555;
    font-size: 16px;
}

.contentArea  select {
    padding-right: 30px;
    -webkit-appearance: none; /*隱藏箭頭*/
    -moz-appearance: none; /*Firefox*/
    background: url(../_img/member/select_tri.png) center right 10px no-repeat;
}
.contentArea  select::-ms-expand {
    display: none !important;
}


@media (min-width: 481px) {
    #DD_Region, #Game_account {
        width: -moz-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
    }
}
#DD_Region {
    margin-right: 10px;
}
.contentArea .hasCodeImg {
    padding-right: 90px;
}
.contentArea .hasCodeImg #Game_vcodeImg,
.contentArea .hasCodeImg #vcodeImg {
    width: 90px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.xinAccountContent {
    display: none;
}

#Game_login, #signin_Submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #e5004f;
    cursor: pointer;
    transition: background 0.5s;
}
#Game_login:hover,
#signin_Submit:hover {
    background-color: #fd5d95;
}

#others_Signin, #signin_Submit {
    margin-top: 20px;
}

#xin_login {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #eb6100;
    cursor: pointer;
    transition: background 0.5s;
}
#xin_login:hover {
    background-color: #f39800;
}

#others_Signin {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    color: #555;
    font-size: 20px;
    background-color: #d2d2d2;
    cursor: pointer;
    transition: background 0.5s;
}
#others_Signin:hover {
    background-color: #f2f2f2;
}

.login_way {
    text-align: center;
}
.login_way .txt {
    margin: 20px 0;
    position: relative;
}
.login_way .txt span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    color: #b5b5b5;
    font-size: 18px;
    background-color: #fff;
}
.login_way .txt:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    background-color: #d2d2d2;
}
.login_way > a {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    margin: 5px;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.login_way > #fb_btn {
    background-image: url(../_img/member/login_FB_btn.png);
}

.login_way > #Apple_btn{
    background-image: url(../_img/member/login_Apple_btn.png?r=20200608);
}

.login_way > #Google_btn {
    background-image: url(../_img/member/login_Google_btn.png?r=20181008);
}
.login_way > #GASH_btn {
    background-image: url(../_img/member/login_GASH_btn.png);
}
.login_way > #molo_btn {
    background-image: url(../_img/member/login_moLo_btn.png);
}

/*================ page_detail ================*/
#page_detail ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#page_detail ul.list li {
    padding: 10px 55px 10px 15px;
    position: relative;
    color: #555555;
    font-size: 18px;
    cursor: pointer;
    transition: font-size 0.3s;
}
#page_detail ul.list li:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #bfbfbf;
}
#page_detail ul.list li:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url("../_img/member/signin_icon.png") center no-repeat;
    background-size: contain;
}
#page_detail ul.list li .person_img,
#page_detail ul.list li .nickname {
    display: inline-block;
    vertical-align: middle;
}
#page_detail ul.list li .person_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

#page_detail ul.list li:hover {
    color: #000;
}
#page_detail ul.list li:hover:before {
    background-color: #555;
}
#page_detail ul.list li:hover:after {
    background-image: url("../_img/member/signin_icon3.png");
}

#page_detail ul.list li.is-active {
    color: #22ac38;
    font-size: 22px;
}
#page_detail ul.list li.is-active:before {
    height: 2px;
    background-color: #22ac38;
}
#page_detail ul.list li.is-active:after {
    background-image: url("../_img/member/signin_icon2.png");
}

/*================ bottom-info ================*/
.bottom-info {
    width: 100%;
    margin-top: 20px;
    padding: 5px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #d2d2d2;
}
.bottom-info a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 14px;
    font-size: 14px;
    color: #555555;
    transition: color 0.5s;
}
.bottom-info a:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
    background-color: #555555;
}
.bottom-info a:first-of-type {
    margin-left: 0;
}
.bottom-info a:first-of-type:before {
    content: normal;
}
.bottom-info a:hover {
    color: #000;
}

/* 另開視窗 */
.open-window {
    display: table;
    margin: auto;
    font-size: 15px;
}
.is_mobile .open-window,
.fixedWindow .open-window {
    display: none;
}
/*.fixedWindow body {
    overflow: hidden;
}*/
.fixedWindow #header,
.fixedWindow #footer,
.fixedWindow #sideBar_left,
.fixedWindow #sideBar_right {
    display: none !important;
}