/*back up*/
.back-to-top {
    cursor: pointer;
    display: inline;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    padding: 10px 5px 0 5px;
    font: 20px/27px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    border-radius: 50%;
    color: #828282;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
    background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    transition: opacity .2s;
    z-index: 999;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.cursor-point{
    cursor: pointer;
}
/*滾條*/
/*Scroll bar滾條*/
::-webkit-scrollbar {
    width: 8px;
    background: rgba(255,255,255,1);
}
::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
    background-color: #666666;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 1);
}
/*共用版面隱藏*/
.apollo-none{
    display: none!important;
}
/*共用表格tr hover效果*/
table tr:hover{
    background-color: #fef6c3!important;
    color: #333!important;
}
/*共用input*/
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
/*消除浮動
==============*/
.clearfix:before,
.clearfix:after {
    content: "";
    /*display: table;*/
}
.clearfix:after {
    clear: both;
}
/*體育*/
.sport .sport-menu .sport-menu-panel ul li{
    background: #1c2352;
    border-right: 1px solid #f7f7f7;
}
.sport .sport-menu .sport-menu-panel ul li a.active{
    background: #2437b7;
    color: #fff;
}
.sport .sport-menu .sport-menu-panel ul li a:hover {
    background: #2437b7;
    color: #fff;
}
/*電子競技*/
.esport .esport-menu .esport-menu-panel ul li a.active {
    background: #2437b7;
    color: #fff;
}
.esport .esport-menu .esport-menu-panel ul li a:hover {
    background: #2437b7;
    color: #fff;
}
/*存提款教學*/
.npt_btn-wrap{
    position: absolute;
    width: 335px;
    height: 30px;
    right: 81px;
    top: 73px;
}
.nptOC{width: 1068px;}
.npt_wrap {
    position: relative;
    height: 600px;
    top: 243px;
    left: 0px;
    overflow: hidden;
}
.npt a.btn, .ntp a.btn{
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
}
.npt a.btn:hover, .ntp a.btn:focus{
    color: #fff;
    background-color: #868686;
    border-color: #868686;
}
.npt .withdraw-step1{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step1.jpg");
    width: 1068px;
}
.npt .withdraw-step2{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step2.jpg");
    width: 1068px;
}
.npt .withdraw-step1_zh-tw{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step1_zh-tw.jpg");
    width: 1068px;
}
.npt .withdraw-step2_zh-tw{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step2_zh-tw.jpg");
    width: 1068px;
}
/*第一步驟*/
.npteach1 .teach-box{top: 35px;left: -17px;}
.npteach1 .npt_next{top: 125px;left: 20px;}
.npteach1 a.btn{left: 52px;height: 28px;}
.npteach1 a.glyphicon-remove{right: 175px;top: 40px;}
/*取款第一步驟*/
.npteach5 .teach-box{top: 35px;left: 32px;}
.npteach5 .npt_next{top: 125px;left: 69px;}
.npteach5 a.btn{left: 103px;height: 28px;}
.npteach5 a.glyphicon-remove{right: 126px;top: 40px;}
.npteach6 .flashing-box{width: 204px;}
.npteach7 .flashing-box{width: 879px;}
.nptOC.npteach8, .nptOC.npteach9{width: 1220px;}