
.message-title-box {
    width: 200px;
    height: 400px;
    float: left;
    overflow: auto;
    border-right: 1px solid #efefef;
}

.message-title {
    display: block;
    width: 100%;
    line-height: 35px;
    color: #999999;
    border-bottom: 1px solid #efefef
}

.withdraw_bank {
    border: #E1DBD6 solid 1px;
    padding: 10px;
    line-height: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

dl.withdraw_bank_current {
    border: #E94335 solid 1px
}

.withdraw_bank dt {
    float: left;
}

.withdraw_bank dt img {
    height: 40px;
    width: 188px;
    margin: 10px 0;
}

.withdraw_bank dd {
    font-size: 14px;
    position: relative
}

.withdraw_bank dd label {
    display: inline-block;
}

.withdraw_bank dd span {
    margin-left: 10px;
    color: #999999;
}

.withdraw_bank dd a {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.index-quick-link {
    margin: 10px;
    display: inline-block;
}

/*------------------------------------------------------------------
[1. Global]
*/
* {
    font-size: 13px;
    font-family: "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", serif;
}

html, body {
    background: url(../../img/body-bg.png);
    color: #838383;
    height: 100%;
    margin: 0;
}

#VUEPAGE {
    min-height: 100%;
    margin-bottom: -50px;
}

.pagination a {
    color: #333;
}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar-fixed-top {
    position: static;
}

.navbar .container {
    position: relative;
}

.navbar-inner {
    padding: 7px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .nav a {
    font-size: 11px;
}

.navbar .nav > li > a {
    color: #fff !important;
    text-shadow: none !important;
}

.navbar .dropdown > a {
    color: #fff !important;
}

.navbar .brand {
    position: relative;
    top: 2px;
    color: #ffffff;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    margin-bottom: 2.5em;
}

.subnavbar-inner {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
    display: inline-block;

    height: 80px;
    padding: 0;
    margin: 0;

}

.subnavbar .container > ul > li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-right: 1px solid #d9d9d9;
}

.subnavbar .container > ul > li:first-child {
    border-left: 1px solid #d9d9d9;
}

.subnavbar .container > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
    color: #888;
    text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-bottom: -3px;
    font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
    display: block;

}

.subnavbar .container > ul > li.active > a {

    border-bottom: 3px solid #ff7f74;
    color: #383838;
}

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.subnavbar .caret {
    margin-top: 4px;

    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f9f6f1;
    background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* IE10+ */
    background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
    border: 1px solid #d6d6d6;
    -webkit-background-clip: padding-box;
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 800;
    color: #525252;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header .btn {
    margin: 6px 6px 0 0;
}

.widget-header .btn [class^="icon-"], .widget-header .btn [class*=" icon-"] {
    margin: 0 !important;
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}

.widget-content {
    padding: 20px 15px 15px;

    background: #FFF;

    border: 1px solid #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header + .widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;

    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/*------------------------------------------------------------------
[6. main/ .main]
*/
.main {
    padding-bottom: 60px;
}

/*------------------------------------------------------------------
[6. user-profile/ .user-profile]
*/
.user-profile label {
    display: inline-block;
    width: 80px;
    text-align: right;
    color: #999999
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
    margin-top: 0;
    background: #111;
    height: 50px;
    box-sizing: border-box;
}

.footer-inner {
    line-height: 50px;
    font-size: 12px;
    color: #999;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0;
    }

    .subnavbar .container {
        width: auto;
    }
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/
@media (max-width: 767px) {
    .navbar-fixed-top {
        margin-bottom: 0;
    }

    .subnavbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .subnavbar-inner {
        height: auto;
    }

    .subnavbar .container > ul {
        width: 100%;
        height: auto;

        border: none;
    }

    .subnavbar .container > ul > li {
        width: 33%;
        height: 70px;
        margin-bottom: 0;

        border: none;
    }

    .subnavbar .container > ul > li.active > a {
        font-size: 11px;
        background: transparent;
    }

    .subnavbar .container > ul > li > a > i {
        display: inline-block;
        margin-bottom: 0;

        font-size: 20px;
    }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .subnavbar-open-right .dropdown-menu:before {
        left: auto;
        right: 12px;
    }

    .subnavbar-open-right .dropdown-menu:after {
        left: auto;
        right: 13px;
    }

    .footer {
        margin-left: -20px;
        margin-right: -20px;
    }

    .widget {
        margin-left: -20px;
        margin-right: -20px;
    }

    .widget .widget-header, .widget .widget-content {
        border-left: none;
        border-right: none;
    }

    .widget .widget-content {
        padding-left: 35px;
        padding-right: 35px;
    }

    .widget-table .widget-content {
        padding-left: 0;
        padding-right: 0;
    }

    .pagination .number {
        display: none
    }

    .withdraw_bank dt, .withdraw_bank dd {
        float: none;
    }

    .withdraw_bank dd {
        margin-left: 0;
    }

}