@charset "UTF-8";
body, button {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif !important;
    background: rgb(242, 242, 242);
}

a, button, input {
    outline: none
}

main {
    
}

video {
    width: 100%;
}

footer {
    margin-top: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(51, 51, 51);
    color: #fff;
}

footer p {
    text-align: center;
    margin-bottom: 0;
}

footer p br {
    display:none;
}

footer p a {
    color: #fff;
}

footer p a:link, footer a:visited, footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
}

textarea {
    resize: none;
}

small {
    color: #999;
}

big {
    color: #0099ff;
    font-size: 1.5em;
}

header > .navbar {
    background: rgba(0, 0, 0, 0.5);
    border: none;
}

header .navbar-default .navbar-brand,
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-nav > li > a {
    color: #fff;
    height: 62px;
    line-height: 32px;
    outline: none;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
}

header .navbar-default .navbar-nav > .dropdown {
    min-width: 120px;
    text-align: right;
}

header .dropdown-toggle img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

header .dropdown-toggle {
    min-width: 120px;
}

header .dropdown-menu {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    min-width: 120px;
}

header .dropdown-menu > li > a {
    line-height: 2.5;
    color: #fff;
}

header .dropdown-menu > li > a:focus,
header .dropdown-menu > li > a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

header .navbar-form {
    margin-top: 14px;
}

header > .navbar {
    background: #97110F;
}

header .dropdown-toggle {
    min-width: 120px;
}

header .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 120px;
}

header .dropdown-toggle img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.navbar-nav {
    font-size: 16px;
}
.go {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

a.go {
    color: rgba(53, 53, 53, 0.89);
}

.margin-10 {
    margin: 10px 0;
}

.box {
    background: #fff;
    border: 1px solid #e3e3e3;
}

.well {
    border-radius: 0;
    margin-top: 10px;
    background-color: #fff;
    border:none;
    padding: 15px;
}
.border-left {
    border-left: 1px solid #e6e6e6;
}
.border-right {
    border-right: 1px solid #e6e6e6;
}
.navbar-fixed-top {
    min-height: 62px;
    border-width: 0;
}

.btn, .btn.active, .btn:active {
    outline: 0;
    background-image: none
}

.btn {
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-more {
    background-color: #fff;
    border-color: #d0d6d9;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    box-sizing: content-box;
}

.btn-more.focus, .btn-more:focus, .btn-more:hover {
    color: #787d82;
    background-color: #edf1f2;
    border-color: #98a1a6
}

.btn-more.active, .btn-more:active {
    background-color: #f2f2f2;
    border-color: #c2cace
}

.btn-more.disabled, .btn-more.disabled.active, .btn-more.disabled.focus, .btn-more.disabled:active, .btn-more.disabled:focus, .btn-more.disabled:hover, .btn-more[disabled], .btn-more[disabled].active, .btn-more[disabled].focus, .btn-more[disabled]:active, .btn-more[disabled]:focus, .btn-more[disabled]:hover {
    cursor: default;
    box-shadow: none;
    background-color: #fff;
    border-color: #d0d6d9
}

.navbar-form {
    position: relative;
}

.navbar-form .form-control {
    padding-right: 30px;
}

.error {
    color: #ff5d47;
    font-weight: normal;
    margin-top: 5px;
}

.vip-top-img{
    z-index: 100;
    margin-left: -20px;
    margin-bottom: -10px;
    width:5px;
    height:5px;
}

.badge{
	margin-left: 5px;
    background: #f00;
    /* border-radius: 50%; */
    margin-top: -3px;
}

.redstar{
    color:red;
}

/*  直播间的移动端适配  */
@media screen and (max-width: 768px) {
    .video-introduce {
        display: none;
    }

    .chat{
        margin-left: 15px;
    }

    .well{
        margin-bottom: 0;
    }
    
    footer p br {
        display:inline;
    }
}

#jiathis_sers > a.jiatitle[onclick="$CKE.center(this);return false;"], .jiathis_style:first-of-type {
	display: none !important;
}
