/*.bd-nav{*/
/*    background:#216fb9;*/
/*    padding:20px 0;*/
/*}*/

/*a{*/
/*    color:#c5c3c3;*/
/*}*/

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {*/
/*    color: #fff;*/
/*    background-color: #216fb9;*/
/*}*/


body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

main {
    padding-bottom: 40px;
}

.navbar {
    /*background-color: #5a82d0;*/
    /*background-color: #E6E8F0;*/
}

.input-group-text {
    background-color:transparent!important;
    border: 0px!important;

}

#footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.font-18 {
    font-size: 18px;
    color: #969BA4;
}

.bg-mobile {


    background: #236fbcd6;
}

.nav-item-buddha {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #779dc3;

}

.nav-item-buddha > .nav-link {
    color: #fff;

}

.nav-link {
    color: #a6c2dc;

}

.nav-link:hover {
    color: #fff;
}

.close-buddha {
    border-radius: 50%;
    border: 2px solid #000;
}

.offcanvas-header {
    height: 120px;
}


.home_title {
    font-size: .4em;
    font-weight: bold;
    color: #555;
}

.home-title-big {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.search-label {
    background-color: #fff;
    border-right: None;
}

.search-input {
    border-left: None;
}

.search-button {
    width: 100%;
    background-color: #5a82d0;
}

.search-form {
    max-width: 570px;
    text-decoration: none;
    color: #5a82d0;
}

a {
    color: #5a82d0;
}

p {
    text-indent: 2em;
}

.detail-title {
    font-size: 32px;
    color: #5a82d0;
    font-weight: bold;
}

.detail-icon {
    font-size: 25px;
    color: #5a82d0;
    font-weight: bold;
}

.detail-left {
    text-align: right;
    border-right: 1px solid #dee2e6;
}

.detail-label {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: .5rem 1rem;
}

.detail-label:before {
    content: '';
    width: 10px;
    height: 1rem;
    position: absolute;
    left: -15px;
    bottom: 0.25rem;
    border-radius: 2px;
    background-color: #5a82d0;
}

.navbar-default {
    background-color: #216fb9;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0px rgb(50, 50, 50, 0.2);
}

.navbar-default .navbar-brand {
    font-size: 26px;
    font-weight: bold;
    color: #c5c3c3;
    height: 70px;
    line-height: 35px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #c5c3c3;
    height: 70px;
    line-height: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}

.navbar-default .navbar-toggle:hover {
    background-color: #c5c3c3;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-toggle {
    margin-top: 12px;
}


.buddha_icon {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.blue-background {
    background-color: #5a82d0 !important;
}

caption {
    text-align: center;
    caption-side: top;
}

th {
    vertical-align: middle !important;
    border: 1px solid #888;
}

table {
    border: 1px solid #888;
}

td {
    vertical-align: middle !important;
    border: 1px solid #888;
}

.friend-link-msg {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}