.loginPop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: url(https://news.gamme.com.tw/images/bb.png) repeat;
    display: none
}

.loginPop .rgs_block {
    width: 570px;
    padding: 50px 0;
    background: #fcfcfc;
    border-radius: 3px;
    box-shadow: 2px 2px 8px #828282;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loginPop .rgs_block .btnClose {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url(https://news.gamme.com.tw/images/loginPop_close.png) no-repeat 0 0
}

.loginPop .rgs_block .btnClose:hover {
    background-position: 0 -50px
}

.rgs_block .log-in {
    position: relative;
    overflow: hidden;
    font-family: "微軟正黑體";
    font-weight: bold;
    color: #525151
}

.rgs_block .log-in .tit {
    font-weight: bold;
    font-size: 16px
}

.rgs_block .log-in .login-left {
    float: left;
    width: 50%;
    text-align: center
}

.rgs_block .log-in .login-left ul.login_option {
    width: 76%;
    margin: 30px auto 0 auto;
    overflow: hidden
}

.rgs_block .log-in .login-left .login_option li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0
}

.rgs_block .log-in .login-left .login_option li:last-child {
    margin: 0
}

.rgs_block .log-in .login-left .login_option li a {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    border-radius: 999em
}

.rgs_block .log-in .login-left .login_option .login_fb {
    background: url(https://news.gamme.com.tw/imgs/login_fb.png) no-repeat center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.rgs_block .log-in .login-left .login_option .login_gplus {
    background: url(https://news.gamme.com.tw/imgs/login_gplus.png) no-repeat center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.rgs_block .log-in .login-left .login_option .login_win {
    background: url(https://news.gamme.com.tw/imgs/login_win.png) no-repeat center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.rgs_block .log-in .login-right {
    float: right;
    width: 50%;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #cbcbcb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rgs_block .log-in .login-right .form {
    width: 72%;
    margin: 20px auto 0 auto
}

.rgs_block .log-in .login-right .form input {
    width: 100%;
    border: 1px solid #cbcbcb;
    height: 33px;
    background-color: #fff;
    text-align: center;
    color: #878787;
    font-family: inherit;
    margin-bottom: 10px;
    font-weight: inherit;
    font-size: 14px;
    line-height: 33px\9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline-style: none;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rgs_block .log-in .login-right .form input:focus {
    box-shadow: none
}

.rgs_block .log-in .login-right .form input:-moz-placeholder {
    opacity: 1;
    text-align: center
}

.rgs_block .log-in .login-right .form input::-moz-placeholder {
    opacity: 1;
    text-align: center
}

.rgs_block .log-in .login-right .form input::-webkit-input-placeholder {
    opacity: 1;
    text-align: center;
    color: #878787
}

.rgs_block .log-in .login-right .form input:-ms-input-placeholder {
    opacity: 1;
    text-align: center
}

.rgs_block .log-in .login-right .form .pnc {
    width: 95px;
    height: 30px;
    background-color: #fa8b0e;
    color: #fff;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    margin: 5px 0 15px 0;
    cursor: pointer
}

.rgs_block .log-in .login-right .form a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #9f9f9f;
    margin: 0 5px;
    text-decoration: underline
}

.rgs_block .log-in .login-right .form a:hover {
    color: #606060;
    text-decoration: none
}

@media only screen and (max-width:992px) {
    .loginPop .rgs_block {
        border-radius: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 70px 0
    }
    .loginPop .rgs_block .btnClose {
        top: 8px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: url(https://news.gamme.com.tw/imgs/closeBtn.png) no-repeat 0 0;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto
    }
    .loginPop .rgs_block .btnClose:hover {
        background-position: 0 0
    }
    .rgs_block .log-in {
        width: 85%;
        margin: auto
    }
    .rgs_block .log-in .tit {
        font-size: 18px
    }
    .rgs_block .log-in .login-left {
        float: none;
        width: 100%
    }
    .rgs_block .log-in .login-right {
        float: none;
        width: 100%;
        margin: 22px 0 0 0;
        border: 0;
        border-top: 1px solid #cbcbcb;
        padding: 20px 0 0 0
    }
    .rgs_block .log-in .login-left ul.login_option {
        width: 100%;
        margin: 18px auto 0 auto
    }
    .rgs_block .log-in .login-right .form {
        width: 85%
    }
    .rgs_block .log-in .login-right .form .pnc {
        width: 47%;
        height: 35px;
        margin: 5px 0 20px 0
    }
}

#login_btn_div {
    clear: both;
    text-align: center
}

.login_btn_container {
    width: 125px;
    margin: 0 auto
}

.clear_all {
    clear: both
}

#username_error {
    margin-left: 50px
}

#password_error {
    margin-left: 50px
}

#question_div {
    display: none
}

#questionid {
    width: 213px;
    margin-bottom: 10px
}

#answer {
    width: 210px;
    height: 24px
}

#login_fb_team {
    position: relative;
    float: right;
    margin-top: 28px;
    margin-right: 10px
}

#login_fb_team a {
    color: #f48d3d;
    text-decoration: none
}

#login_fb_team a:hover {
    color: #656565
}

#login_fb_team .num {
    position: absolute;
    background-color: #f49800;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    top: -10px;
    left: 25px;
    padding: 3px 5px;
    z-index: 2;
    border-radius: 10px
}

#login_fb_team .num:hover {
    background-color: #d3d3d3
}

.kafbbtn {
    position: relative;
    line-height: 20px;
    cursor: pointer;
    width: 80px;
    height: 18px;
    *height: 20px;
    overflow: hidden;
    background: #9f9f9f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 7px 0 9px 29px;
    *padding: 5px 0 9px 29px;
    background: url(/img/ff.gif);
    background-position: top
}

.logbtn {
    display: block;
    line-height: 15px;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    padding-left: 20px;
    margin-top: 10px;
    background: url(https://member.gamme.com.tw/img/logbtn_icon.png) no-repeat;
    font-family: "微軟正黑體";
    font-size: 15px
}

.logbtn:hover {
    background-position: 0 -15px
}

.loginbtn {
    white-space: nowrap;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    width: 68px;
    height: 18px;
    *height: 20px;
    overflow: hidden;
    float: left;
    padding: 7px 5px 9px 37px;
    *padding: 5px 5px 9px 37px;
    text-overflow: ellipsis;
    font-family: "微軟正黑體";
    font-size: 15px
}

.loginbtn img {
    position: absolute;
    margin: -5px 0 2px 2px;
    width: 30px;
    height: 30px;
    left: 0;
    overflow: hidden
}

.logindoteam {
    position: absolute;
    right: 0;
    width: 110px;
    height: 145px;
    overflow: hidden;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    *z-index: 999;
    top: 63px;
    box-shadow: 1px 1px 6px 0 rgba(0%, 0%, 0%, .2);
    display: none
}

.loginset {
    width: 80px;
    height: 13px;
    background: #fff;
    padding: 10px 0 13px 30px;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    color: #8b8b8b
}

.loginout {
    width: 68px;
    height: 13px;
    background: #fff;
    padding: 10px 0 13px 42px;
    float: left;
    color: #8b8b8b
}

.loginset:hover,
.loginout:hover {
    background: #e4e4e4;
    color: #000;
    text-decoration: none
}

.fixedbar {
    width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    border-bottom: 5px solid #ea7f2a;
    z-index: 999998;
    position: fixed
}

.fixedbar .fixedad {
    position: fixed;
    bottom: -5px;
    width: 320px;
    height: 160px;
    left: 10px
}

.fixedbar .fixedad iframe {
    width: 320px;
    height: 160px;
    display: block;
    position: fixed;
    left: 10px;
    bottom: 5px
}

.fixedbar .fm {
    float: right;
    max-width: 185px;
    width: expression(this.scrollHeight>185?"185px": "auto");
    -webkit-max-width: 185px;
    background: #ea7f2a;
    background: -moz-linear-gradient(top, #f39940 0%, #ea7f2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39940), color-stop(100%, #ea7f2a));
    background: -webkit-linear-gradient(top, #f39940 0%, #ea7f2a 100%);
    background: -o-linear-gradient(top, #f39940 0%, #ea7f2a 100%);
    background: -ms-linear-gradient(top, #f39940 0%, #ea7f2a 100%);
    background: linear-gradient(to bottom, #f39940 0%, #ea7f2a 100%);
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    right: 22px;
    height: 30px
}

.fixedbar a {
    text-decoration: none
}

.fixedbar a.num {
    padding: 3px 5px;
    float: left;
    background-color: #51545d;
    color: #fff;
    border-radius: 10px;
    margin-top: 7px;
    font-size: 12px
}

.fixedbar a.num:hover {
    background-color: #fff;
    color: #f48d3d
}

.fixedbar ul {
    padding: 0
}

.fixedbar ul li {
    list-style: none
}

.fm .m_name {
    float: left;
    max-width: 85px;
    width: expression(this.scrollHeight>85?"85px": "auto");
    -webkit-max-width: 85px;
    padding: 1px 5px 0 12px
}

.fm .m_name img {
    border-radius: 5px;
    *position: absolute;
    margin: 4px 4px 0 0;
    *margin: -4px 4px 0 -25px;
    border: 2px solid #6f6f6f;
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden
}

.fm .m_name a {
    color: #fff;
    text-shadow: 1px 1px 1px #bd6b26;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    *text-indent: 25px;
    line-height: 31px;
    height: 28px
}

.fm .m_name a:hover {
    text-decoration: underline
}

.fm .m_name a.btnlogin {
    background: url(https://news.gamme.com.tw/images/loginhead.png) no-repeat scroll 5px 5px;
    display: block;
    float: left;
    padding-left: 25px;
    padding-right: 10px;
    width: 27px;
    *padding-left: 5px;
    *width: 45px
}

.logout .ttr_pop {
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -75%;
    width: 140px;
    padding: 10px;
    background-color: #fbf2d9;
    font-size: 13px;
    color: #6a6a6a;
    width: 120%;
    border: 1px solid #ff9b2d;
    border-radius: 5px
}

.logout .ttr_pop span {
    background: url(https://news.gamme.com.tw/images/ttr_pop_arw.png) no-repeat 0 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 15px;
    height: 10px
}

.logout .ttr_pop a {
    display: block;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e5e5e5', GradientType=0);
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
    font-size: 11px;
    margin-top: 5px;
    color: #000
}

.logout .ttr_pop a:hover {
    color: #fff;
    text-decoration: none;
    background: #afafaf;
    background: -moz-linear-gradient(top, #afafaf 0%, #afafaf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afafaf), color-stop(100%, #afafaf));
    background: -webkit-linear-gradient(top, #afafaf 0%, #afafaf 100%);
    background: -o-linear-gradient(top, #afafaf 0%, #afafaf 100%);
    background: -ms-linear-gradient(top, #afafaf 0%, #afafaf 100%);
    background: linear-gradient(to bottom, #afafaf 0%, #afafaf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#afafaf', GradientType=0)
}

.login #tools {
    width: 50px;
    width: 30px;
    float: right;
    margin-right: 10px;
    height: 100px;
    border-left: 1px solid #f18105;
    padding-left: 5px
}

.login #tools a {
    display: block;
    width: 10em
}

.login #tools a.tool {
    width: 50px;
    height: 29px;
    padding: 0;
    margin: 0
}

.login #tools ul li {
    float: left;
    width: 50px
}

.login #tools li ul li {
    background-color: #181818;
    display: block;
    width: 100%;
    height: 30px;
    float: left
}

.login #tools li ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #ababab;
    width: 100%;
    text-align: center
}

.login #tools li ul li a:hover {
    color: #fff;
    background-color: #f99019;
    text-decoration: none
}

.login #tools li ul li.tool_hover {
    position: absolute;
    background-color: transparent;
    bottom: -35px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    padding: 0;
    height: 35px
}

.login #tools li ul li:nth-of-type(2),
.login #tools li ul li:nth-of-type(2) a:hover {
    border-radius: 5px 5px 0 0
}

.login #tools li ul li:last-of-type,
.login #tools li ul li:last-of-type a:hover {
    border-radius: 0 0 5px 5px
}

.login #tools li ul {
    position: absolute;
    right: -999em;
    color: #ababab;
    width: 80px;
    bottom: 2px;
    margin-bottom: 35px;
    float: left
}

.login #tools li:hover ul,
.login #tools li.sfhover ul {
    right: -15px
}

.adultWarning {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: url(https://news.gamme.com.tw/images/bb.png) repeat;
    font-family: "微軟正黑體"
}

.adultWarning img {
    display: block;
    width: 100%
}

.adult_content {
    width: 510px;
    padding: 30px;
    background: #fcfcfc;
    border-radius: 3px;
    box-shadow: 2px 2px 8px #828282;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.adult_content .adultWarningClose {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url(https://news.gamme.com.tw/images/loginPop_close.png) no-repeat 0 0
}

.adult_content .adultWarningClose:hover {
    background-position: 0 -50px
}

.adult_content .adult_l {
    width: 45%;
    float: left
}

.adult_content .adult_r {
    width: 48%;
    float: right;
    padding: 20px 0 0 0
}

.adult_content .adult_r p {
    font-size: 15px;
    line-height: 20px;
    color: #4c4c4c;
    font-weight: bold
}

.adult_content .adult_r p br {
    display: none
}

.adult_content .adult_r p.point {
    font-size: 24px;
    line-height: 40px;
    color: #f3832d
}

.adult_content .adult_r .chk_btns {
    width: 200px;
    margin: 20px auto 0 auto;
    overflow: hidden
}

.adult_content .adult_r .chk_btns a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 35px
}

.adult_content .adult_r .chk_btns a:hover {
    text-decoration: none
}

.adult_content .adult_r .chk_btns a.adult_yes {
    background: #e95656;
    float: left
}

.adult_content .adult_r .chk_btns a.adult_no {
    background: #848484;
    float: right
}

.adult_content .adult_r .notagain {
    width: 200px;
    margin: auto;
    padding: 10px 0;
    overflow: hidden
}

.adult_content .adult_r .notagain input {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 3px 0 0
}

.adult_content .adult_r .notagain label {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold
}