/*back up*/
.back-to-top {
    cursor: pointer;
    display: inline;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    padding: 12px 5px 0 7px;
    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;
}
/*close*/
.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
    font-weight: 700;
    line-height: .8;
}
.close:hover {
    color: #fff;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}
.modal-header .close {
    margin-top: -2px;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}
/*滾條*/
/*Scroll bar滾條*/
::-webkit-scrollbar {
    width: 8px;
    background: rgba(255,255,255,1);
}
::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
    background-color: #444444;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 1);
}
/*共用表格tr hover效果*/
table tr:hover{
    background-color: #fef6c3!important;
    color: #333!important;
}
/*存提款教學*/
@media only screen and (min-width: 1250px){
    .npt .container{width: 1200px;}
}
.npt_btn-wrap{
    position: absolute;
    width: 399px;
    height: 34px;
    right: 11px;
    top: 56px;
}
.npt_wrap {
    position: absolute;
    width: 1200px;
    top: 235px;
    left: 0px;
}
.npteach1 a.btn, .npteach5 a.btn{
    padding: 4px 8px;
    background-color: #0287FD;
    color: #fff;
    border-radius: 2px;
}
.npt a.btn:hover, .ntp a.btn:focus{
    color: #fff;
    background-color: #026cca;
}
/*存款第一步驟*/
.npteach1{width: 1200px;}
.npteach1 .teach-box{top: 35px;left: -17px;}
.npteach1 .npt_next{top: 125px;left: 20px;}
.npteach1 a.btn{left: 48px;}
.npteach1 a.glyphicon-remove{right: 200px;top: 50px;}
/*取款第一步驟*/
.npteach5{width: 1200px}
.npteach5 .teach-box{top: 35px;left: 32px;}
.npteach5 .npt_next{top: 125px;left: 69px;}
.npteach5 a.btn{left: 99px;}
.npteach5 a.glyphicon-remove{right: 151px;top: 50px;}