﻿.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.vip {
    max-height: 30px;
    max-width: 30px;
}

.s_vip {
    max-height: 20px;
    max-width: 20px;
}

.locked {
    overflow: hidden;
    margin: 10px 0;
    padding: 8px 8px 8px 24px;
    border: 1px dashed #FF9A9A;
    background: #FFF url(../images/locked.gif) no-repeat 6px 50%;
    font-size: 12px;
    zoom: 1;
}

.bank_card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.19);
    transition: 0.3s;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

.bank_content {
    height: 80px;
    width: 100%;
}

    .bank_content .bank_info {
        float: left;
        max-width: 80%;
    }

    .bank_content .bank_logo {
        margin-top: 1.2rem;
        margin-right: 0.5rem;
        float: right;
    }

.bank_logo img {
    width: 50px;
    height: 50px;
}

.bank_tool {
    margin-top: 10px;
}

.bank_no {
    font-size: 17px;
    font-family: menlo,tahoma;
    text-shadow: 1px 1px 2px #666;
    line-height: 18px;
    color: black;
    text-align: left;
    padding-left: 20px;
}

.bord_tips img {
    max-width: 30px;
    max-height: 30px;
}

.plaza-photo {
    height: 140px;
    width: 100px;
}

.castle_icon {
}

.text-red {
    color: red;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-waring {
    color: #fff;
    background-color: #FE5E08;
    border-color: #FE5E08;
}

.btn-ret {
    border-color: #d2d2d2;
    background: 0 0;
    color: #666;
}