/*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;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
#back-to-top:hover {
    background: #5860c3;
}
#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: #c195bf;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 1);
}
/*placeholder css*/
#ForgetModal .forget-box .modal-body .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
#ForgetModal .forget-box .modal-body .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
#ForgetModal .forget-box .modal-body .form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
#ForgetModal .forget-box .modal-body .form-group input:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.anti-content{
    background: #060021!important; /* Old browsers */
    background: -moz-linear-gradient(top, #060021 0%, #3d2a4e 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #060021 0%,#3d2a4e 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #060021 0%,#3d2a4e 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060021', endColorstr='#3d2a4e',GradientType=0 )!important; /* IE6-9 */
}
.anti .content-wrap .content-current{
    background-color: #442141!important;
}
.mobile_common .box.style1 .image{
    background-color: #442141!important;
}
.apollo-none {
    display: none!important;
}
/*存提款教學*/
.npt_btn-wrap{
    position: absolute;
    width: 224px;
    height: 30px;
    right: 71px;
    top: 34px;
}
.nptOC{width: 1068px;}
.npt_wrap {
    position: relative;
    height: 600px;
    top: 263px;
    left: 0px;
    overflow: hidden;
}
.npt a.btn:hover, .ntp a.btn:focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.npt .deposit-step1, .npt .deposit-step2, .npt .deposit-step3,
.npt .deposit-step1_zh-tw, .npt .deposit-step2_zh-tw, .npt .deposit-step3_zh-tw
{height: 500px}
.npt .withdraw-step1{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step1.jpg");
    width: 1068px;
    height: 518px;
}
.npt .withdraw-step2{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step2.jpg");
    width: 1068px;
    height: 518px;
}
.npt .withdraw-step1_zh-tw{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step1_zh-tw.jpg");
    width: 1068px;
    height: 518px;
}
.npt .withdraw-step2_zh-tw{
    background: url("../../../../tpl/common/images/member/common/withdrawal_teach/mini/withdrawal_step2_zh-tw.jpg");
    width: 1068px;
    height: 518px;
}
/*第一步驟*/
.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: 55px;top: 40px;}
/*取款第一步驟*/
.npteach5 .teach-box{top: 35px;left: 32px;}
.npteach5 .npt_next{top: 125px;left: 69px;}
.npteach5 a.btn{left: 101px;height: 28px;}
.npteach5 a.glyphicon-remove{right: 0px;top: 40px;}
.npteach6 .flashing-box{width: 204px;}
.npteach7 .flashing-box{width: 879px;}
.nptOC.npteach8, .nptOC.npteach9{width: 1220px;}