body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,td,textarea,th,ul{
    padding:0;
    margin:0
}
body{
    padding-top:70px;
    background:#f6f6f6;
    -webkit-tap-highlight-color:rgba(153,153,153,0);
    font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    font-size:15px;
    word-break:break-word
}
a{
    color:#333;
    font-weight:400;
    text-decoration:none!important
}
a:active,a:hover{
    color:#337ab7
}
table{
    border-collapse:collapse;
    border-spacing:0
}
blockquote{
    font-weight:400;
    font-size:14px
}
fieldset,img{
    border:0
}
caption,th{
    text-align:left
}
.alert{
    padding:10px
}
.media{
    margin-top:10px
}
h3 .small,h3 small{
    line-height:inherit
}
.text-muted{
    color:#8590a6
}
.text-muted:hover{
    color:#77839c
}
.text-light{
    font-weight: 400;
}
label{
    font-weight:400
}
h1{
    font-size:25px
}
h2{
    font-size:22px
}
h3{
    font-size:18px
}
h4{
    font-size:16px
}
h5{
    font-size:14px
}
h6{
    font-size:12px
}
embed,iframe,object{
    width:100%
}
q:after,q:before{
    content:”
}
abbr,acronym{
    border:0
}
.pagination{
    margin:0
}
.mt-5{
    margin-top:5px
}
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px
}
.mt-20{
    margin-top:20px
}
.mb-5{
    margin-bottom:5px
}
.mb-10{
    margin-bottom:10px
}
.mb-15{
    margin-bottom:15px
}
.mr-5{
    margin-right:5px
}
.ml-5{
    margin-left:5px
}
.ml-10{
    margin-left:10px
}
.link-blue{
    color:#2e6da4
}
.btn-blue{
    color:#337ab7;
    background:rgba(0,132,255,.1);
    border-color:transparent
}

.btn-blue:hover{
    color:#337ab7;
    background:rgba(0,132,255,.15)
}
hr{
    margin-top:10px;
    margin-bottom:10px;
    border-top:1px solid #f6f6f6
}
.help-block{
    font-size:14px;
    color:#a94442
}
.corner-btn{
    right:20px;
    position:fixed;
    bottom:15px;
    width:40px;
    line-height:40px;
    text-align:center
}
.msg-tip{
    height:40px;
    background-color:#a94442;
    color:#fff;
    cursor:pointer;
    border-radius:4px;
    opacity:.9;
    margin-bottom:5px
}
.msg-tip span{
    animation:change 1s ease-in-out infinite
}
.panel{
    border-radius:2px;
    box-shadow:0 1px 3px rgba(26,26,26,.1);
    margin-bottom:12px
}
.panel-tab{
    border-bottom:1px solid #f5f5f5
}
.panel-tab li{
    padding:0 15px
}
.panel-tab li>a{
    padding:10px 0;
    display:inline-block
}
.panel-tab li>.active{
    font-weight:700;
    border-bottom:3px solid #337ab7
}
.panel-heading{
    padding:0 10px;
    border-bottom:1px solid #f6f6f6
}

.panel-heading>.panel-title{
    line-height:45px;
    font-size:15px;
    font-weight:600
}
.panel-heading>.panel-title>.btn-group,.panel-heading>.panel-title>.btn{
    margin-top: 6px;
    float: right;
}
.panel-body{
    padding:10px
}
.panel-action{
    border-top:1px solid #f6f6f6;
    padding:10px
}
.panel-tab .tab-btn{
    float: right;
    padding: 6px;
}
.tab-btn .dropdown-menu{
     right: 0;
     left: auto;
}
.tab-btn .dropdown-menu li{
    padding: 0;
}
.tab-btn .dropdown-menu a{
   
    display: block;
        padding: 3px 20px;
}
@keyframes change{
    0%{
        opacity:.1
    }
    100%{
        opacity:1
    }
}
.topic-item{
    border-bottom:1px solid #f3f3f3;
    padding:10px 5px
}

.topic-item .topic-title a{
    font-size:15px;
}
.topic-item .author-info,.topic-item .topic-content,.topic-item .topic-option{
    margin-top:6px
}
.topic-item .author-info .author-name{
    font-weight:600;
    margin-left:5px
}
.topic-item .author-info .avatar{
    width:20px;
    border-radius:5px
}
.topic-item .topic-content img{
    max-height: 60px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.pic-list{
        box-shadow: 0 0 8px rgba(0,0,0,.7);
        background: #272727;
        margin: 10px 0 0;
        max-width: 600px;
        padding: 8px 5px;
}

.pic-list img{
    min-height: 20px;
    width: 100%;
    box-shadow: 0 0 4px #000;
    
}
.pic-list .col-md-2{
        padding: 5px;
}
.topic-option{
    font-size:14px;
    line-height: 18px;
}

.movie-item{
    padding: 5px;
    position: relative;
}
.item-action{
position: absolute;
    z-index: 10;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #337ab780;
    right: -3px;
    top: -3px;
    color: #eee;
    text-align: center;
    border-radius: 10px;
}
.thumbnail:hover{
    border-color: #337ab7;
}
.movie-item .item-img {
    display: block;
    aspect-ratio: 4/2.6;
    overflow: hidden;
    position: relative;
}
.loading-img{
    background:#fff no-repeat center url(./img/loading.gif) ;
}
.loading {
      position: absolute;
    top: 50%;
    left: 50%;
        margin-top: -15px;
    margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.movie-item .thumbnail img{
    height: 100%;
     width: 100%;
     transition: all 1s;
     
}
.movie-item .thumbnail img:hover{
    transform: scale(1.4);
}
.movie-item h3{
    text-overflow: ellipsis; 
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
      min-height:33px;
  font-size: 15px;
  word-break: break-all;
}
.topic-option .btn-blue,.topic-option .btn-primary{
    line-height:26px;
    padding:0 10px;
    margin-right:5px
}
.topic-option img{
    width: 18px;
    border-radius: 2px;
    margin-right: 5px;
}
.topic-option .btn-blue .svg-inline--fa{
    position:relative;
    top:-2px
}
.reply-fav,.topic-fav{
    color:#77839c
}
.reply-fav.active,.topic-fav.active{
    color:#337ab7
}
.bbs-list li{
        padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 20px;
    border-bottom: 1px solid #f6f6f6;
}
.loadmore{
    text-align:center;
    padding:30px 0 90px;
    line-height:20px
}
.loadmore-btn:after,.loadmore-btn:before{
    content:'';
    display:inline-block;
    width:20px;
    height:1px;
    background-color:#cacaca;
    font-size:0;
    margin:0 8px;
    vertical-align:5px
}
.tag-content h4{
    margin: 10px 0;
    text-align: center;
}
.tag-content .tag-item{
    margin-right: -6px;
}
.tag-content .tag-url{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    padding: 5px 10px;
    border: 1px dotted #ccc;
    margin: 0 -1px -1px 0;
    line-height: 24px;
}
.tag-content .tag-url:hover{
    background: #fffade;
}
.movie-map,.movie-map li{list-style-type: none;}
.movie-map li{margin-bottom: 8px;}
.movie-map .btn{padding: 4px 8px;}
.topic .topic-tag>.btn{
    line-height:26px;
    padding:0 6px;
    margin-top: 5px;
    margin-right:5px
}
.topic .topic-title h1{
    padding:10px 5px 15px;
    font-size:18px;
    font-weight:700;
    border-bottom: 1px solid #f5f5f5;
}
.topic .topic-title h1 small{
    font-size: 75%;
}
.topic .topic-content{
    padding:10px 0
}
.topic .topic-info{
    margin-bottom: 10px;
        font-size: 14px;
}
.topic .topic-info img{
    border-radius: 2px;
    height: 20px;
    margin-right: 5px;
}
.movie-des{
    margin: 0 -10px;
}

.movie-des .col-md-8,.movie-des .col-md-4{
    padding:0 10px;
}
.movie-des p{
    margin-bottom: 6px;
}

.content-des img,.reply-content img,.movie-des img{
    display:block;
    margin:5px 0;
    max-width:100%;
    height:auto
}
.movie-url h3{
	font-size: 16px;margin: 10px 0;
}
.movie-url .table tr:first-child>td {
    border-top: 0;
}
.movie-url .table{
	table-layout :fixed;
}
.movie-url .table td{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align:middle;
}
.movie-url .url-label{
	width: 80px;
	text-align: center;
}
.movie-url .url-opt{
	width: 100px;
	text-align: center;
}
.reply-content video,.topic-content iframe,.topic-content video{
    display:block;
    margin:5px 0;
    width:100%;
    height:auto
}
.reply-content a,.topic-content a{
    color:#337ab7
}
.reply-content .emoji,.topic-content .emoji{
    display:inline-block
}
.topic .topic-tip{
    font-size:14px;
    color:#8590a6;
    margin-top: 10px;
}
.topic-content .movie-photo{
    width: 100%;
}
.reply-content,.topic-content{
    line-height:1.6
}
.emoji{
    display:inline;
    height:18px;
    width:18px!important
}
.reply-head a{
    font-weight:400;
    font-size:14px;
    line-height:15px;
    display:inline-block;
    color:#8590a6
}
.reply-head .sort-like{
    margin-left:5px;
    padding-left:5px;
    border-left:1px solid #ebebeb
}
.reply-head .active{
    color:#333
}
.reply-item{
    border-bottom:1px solid #f3f3f3;
    margin-top:8px;
    padding-bottom:8px
}
.reply-item .reply-meta{
    line-height:30px
}
.reply-item .reply-meta a{
    font-weight:700;
    margin-left:6px
}
.reply-item .reply-meta img{
    width:18px;
    border-radius:2px
}
.reply-item .reply-content{
    padding:5px 0
}
.reply-item .reply-content blockquote{
    padding:5px 10px;
    margin:5px 0
}
.reply-item .reply-action a{
    font-size:14px
}
.reply-item .reply-manage{
    text-align:right
}
.reply-item .reply-manage a{
    font-size:85%;
    margin-left:8px;
    color:#8590a6
}
.reply-add{
    margin-bottom:30px;
    text-align:center;
    padding:10px
}
.reply-add a{
    font-size:15px;
    font-weight:700
}

.movie-stat h3{
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
}
.movie-stat .stats-itemInner{
    border:none
}
.movie-stat .stats{
    margin-top:10px;
    border-top:1px solid #f6f6f6
}

.topic-editor a{
    color:#2e6da4
}
.topic-editor .well li{
    line-height:22px
}
.topic-editor .topic-submit{
    padding:6px 15px
}
.reply-editor .modal-body{
    padding:5px
}
.reply-editor .md-control-fullscreen{
    display:none
}
.mce-fullscreen{
    z-index:1031!important
}
.mce-branding{
    display:none!important
}
.user-act{
    background:#666 no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.user-form{
    box-shadow:0 4px 15px 1px rgba(0,0,0,.23);
    padding:5px 10px;
    margin:20px -5px 0;
    background:#fff;
    border-radius:4px
}
.user-form .panel-title{
    font-size:16px
}
.user-form .panel-title a{
    font-size:15px
}
.user-form a{
    color:#2e6da4
}
.user-form .third-account{
    margin-bottom:10px
}
.user-form .get-code,.user-form .submit{
    padding:6px 15px
}
.user-wall{
    margin-top:5px;
    padding-left:0
}
.user-wall a{
    display:inline-block;
    margin:0 -10px 10px
}
.user-wall img{
    width:100%;
    background:#fff
}
.user-arc li{
    line-height:35px;
    color:#68696d
}
.setting{
    margin-top:20px;
    min-height:300px
}
.setting .btn{
    padding:6px 15px
}
.dialog-list li{
    border-bottom:1px solid #f6f6f6;
    padding:8px 5px
}
.dialog-list li img{
    width:40px
}
.notify li{
    border-bottom:1px solid #f6f6f6;
    padding:8px 5px
}
.notify li img{
    border-radius:4px;
    margin-right:5px
}
.notify .media-body>h4{
    font-size:15px
}
.notify li .topic-link{
    font-weight:600;
    margin:0 5px
}
.follow-item{
    border-bottom:1px solid #f6f6f6;
    padding-bottom:10px
}
.follow-item .media-body,.follow-item .media-left,.follow-item .media-right{
    vertical-align:middle
}
.follow-item img{
    height: 45px;
    width: 45px;
}
.alert-avatar{
    margin-top:20px
}
.avatar-info img{
    margin-right:5px
}
.section{
    padding-bottom:10px;
    border-bottom:1px solid #eee
}
.section img{
    width:50px;
    height:50px
}
.userbar-info{
    border:none
}
.userbar-info .panel-body{
    padding-top:0
}
.userbar-info .userbar-profile{
    border-radius:3px/3px 3px 0 0;
    background:transparent url(./img/grey_header_web.gif) repeat scroll 0 0
}
.userbar-info .avatar{
    height:50px;
    width:50px
}
.userbar-info .media{
    padding:10px
}
.userbar-info .media a{
    font-size:18px;
    font-weight:700;
    color:#fff
}
.userbar-act a{
    font-weight:700
}
.user-profile{
    background:#fff;
    margin-bottom:12px;
    webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.profile-banner{
    width:100%;
    background:url(./img/u_banner_bg.png) center;
    position:relative;
    min-height:100px;
    min-height:110px;
    padding:5px
}
.profile-avatar{
    position:absolute;
    padding:10px
}
.profile-avatar img{
    width:80px;
    border-radius:5%;
    border:2px solid #fff
}
.profile-info{
    padding:10px 10px 5px 100px;
    color:#fff
}
.profile-info small,.user-link a{
    text-shadow:0 1px 0 #000;
    color:#ccc
}
.profile-other{
    padding:10px
}
.profile-other p{
    line-height:25px
}

.maker-box .media:first-child{
    margin-top: 6px;
}
.maker-list .media{
    margin-top: 6px;
    border-bottom: 1px #f5f5f5 dashed;
    padding: 5px;
}

.maker-list .media-left a{
    display: block;
    border: 1px #ddd solid;
    width: 80px;
    height: 40px;
    padding: 5px;
    text-align: center;
}

.series-list .media-left a{
    height: 100px;
    padding: 2px;
}
.maker-list .media-left a:hover{
    background: #f6f6f6;
}
.series-list .media-left img{
    height: 100%;
    width: 100%;
}
.maker-list .media-left img{
    max-height: 100%;
    max-width: 100%;
}
.maker-list .media-body small{
    height: 57px;
    overflow: hidden;
    -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.maker-list h4{
        font-size: 15px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.maker-list .item-action{
    position: relative;
}
.maker-list .media-right{
    padding-left: 0px;
    vertical-align: middle;
}
.node-box .node-parent{
    line-height:40px;
    font-weight:700;
    border-bottom:1px solid #eee;
    color:#666;
    clear:both
}
.node-box .node-son{
    margin-top:5px
}
.node-box .node-son>.item{
    width:50%;
    margin-top:10px;
    float:left;
    padding-right:10px
}
.node-box .node-son .even{
    padding-right:0;
    padding-left:10px
}
.node-box .node-son>.item img{
    width:40px;
    border-radius:5px
}
.node-box .node-son>.item .follow{
    color:#337ab7;
    line-height:1.4
}
.node-box .node-son>.item h4{
    font-size:15px
}
.node-box .node-son>.item .description{
    color:#999;
    height:40px;
    line-height:20px;
    overflow:hidden;
    display:inline-block
}
.hot-node .media{
    border-bottom:1px solid #f6f6f6;
    margin-top:8px;
    padding-bottom:8px
}
.hot-node img{
    width:30px;
    border-radius:4px
}
.hot-node h4{
    font-size:15px
}
.node-show .media{
    padding:5px
}
.node-show h4>a{
    font-weight:700
}
.node-show img{
    border-radius:5px
}
.node-action{
    line-height:30px
}
.credit td,.credit th{
    text-align: center;
}
.label-grey{
    color:#fff;
    background-color:#BFBFBF;
    font-size:15px;
    display:inline-block;
    margin:4px 1px
}
.label-default a:focus,.label-grey a,.label-grey a:hover{
    color:#FFF
}
.nav-container{
    position: relative;
}
.navbar{
    min-height:44px
}
.navbar-default{
    background-color:#fff;
    border:none;
    margin-bottom:30px;
    box-shadow:0 1px 3px rgba(26,26,26,.1);
    background-clip:content-box
}
.navbar-default .nav>li>a{
    color:#8590a6;
    font-size:15px;
    padding:15px 10px
}
.navbar-default .nav>.active>a,.navbar-default .nav>.active>a:focus,.navbar-default .nav>.active>a:hover{
    color:#444;
    background-color:#fff
}
.navbar-default .nav .avatar{
    height:30px;
    border-radius:2px
}
.nav-user .nav-notice,.user-mobile .nav-notice{
    position:relative;
    color:#a94442;
    top:-10px
}
.navbar-default .nav>.nav-user>a{
    line-height:30px;
    padding:8px 15px
}
.navbar-default .nav>.nav-btn>a{
    line-height:34px;
    padding:7px 15px
}
.navbar-default .dropdown-menu{
    min-width:140px
}
.navbar-default .dropdown-menu>li>a{
    line-height:1.8
}
.user-menu .notice-num,.dropdown-menu .notice-num{
    font-size:12px;
    margin-left:4px;
    color:#a94442
}
.navbar-brand{
    padding-top:9px
}
.navbar-brand img{
    height:32px
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{
    color:#fff;
    background-color:transparent
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
    max-height:500px
}
.navbar .user-mobile{

    float: right;
    margin-right: 10px;
     margin-top:8px;
     cursor: pointer;
}
.navbar .user-mobile img{
 height: 33px;
 border-radius: 4px;
}
.nav-mask{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
}
.sidebar-left{
    padding-right:0
}
.topic-bar .topic-barItem{
    padding-bottom:8px;
    margin-bottom:8px;
    line-height:20px;
    border-bottom:1px solid #f6f6f6
}
.topic-bar .topic-barItem img{
    width:32px;
    height:36px;
    border-radius:2px;
    margin-right:5px;
}
.topic-bar .topic-barItem .media-left{
    vertical-align: middle;
}
.topic-bar .topic-barItem .media-body a{
    
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.actor-list>div{
    padding-right: 2px; 
    padding-left: 2px;
}
.actor-list h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 15px;
}
.actor-list img{
    aspect-ratio: 1/1;
    width: 100%;
}
.footer{
    width:100%;
    color:#68696d;
    padding:5px;
    font-size:14px
}
.footer li{
    line-height:25px
}
.footer a{
    color:#68696d
}
.footer .footer-dot:after{
    margin:0 5px;
    content:"\B7"
}
.footer p{
    margin:8px 0
}

#scroll-up{
    display:none;
    height:40px;
    background-color:#000;
    color:#fff;
    cursor:pointer;
    border-radius:4px;
    opacity:.7
}
#scroll-up:hover{
    opacity:.6
}
.index-op ul{
    margin-bottom:0
}
.index-op ul li>a{
    font-size:16px
}
.stats{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.stats .stats-item{
    padding:16px 0;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    text-align:center
}
.stats-itemInner{
    border-left:1px solid #ebebeb
}
.stats-itemName{
    line-height:1.6
}
.stats-itemValue{
    font-size:18px
}
.user-menu {
    padding: 5px 0;
    position: fixed;
    overflow: hidden;

    z-index: 10;
    min-width: 280px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

.user-menu li a{
    padding: 8px 15px;
    display: block;
    color: #8590a6;
}
.user-menu>li>ul{
    list-style: none;
}
.user-menu>li>ul>li>a{
    padding: 9px 38px;
}
.user-menu li .active,.user-menu>li>.open,.user-menu li a:focus, .user-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.user-menu li a+ul {
    display: none;
}
.user-menu li a.has-children.open+ul {
    display: block;
}
.user-menu>li>.has-children::after{
        font-family: FontAwesome, serif;
    content: "\f105";
    transition: transform .3s linear;
    transform: scale(1.2) rotate(0);
    position: absolute;
    right: 24px;
}
.user-menu>li>.open::after{
    content: "\f107";
}
.user-mobile-nav{
    position: relative;
}
.user-mobile-nav .user-menu{
      display: none;
    top: 8px;
    right: -30px;
    position: absolute;
}
.user-mobile-nav>.open{
    display: block;

}

@media (min-width: 768px) {
    .turnstile .modal-dialog {
        width: 350px;
    }
}
@media (max-width:767px){
    .navbar-nav .open .dropdown-menu>li{
        width:33.3%;
        display:inline-block
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:30px
    }
    .movie-url .table td{
    	padding: 8px 4px;
    }
    .movie-url .url-label{
    	width: 60px;
    }
    .movie-url .url-opt{
    	width: 90px;
    }
    .panel-body{
        padding: 5px;
    }
    .panel-heading{
    padding:0 5px;
}
.profile-avatar img{
    width: 60px;
}
.profile-avatar{
    padding: 5px;
    margin-top: 15px;
}
.profile-info{
    padding: 10px 5px 5px 70px;
}
.tag-content .tag-item{
    margin-right: -3px;
}
blockquote{
    margin: 0;
}

    .topic-item .topic-content{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    }
    .movie-item .list-pic {
        width: 80px;
    }
    .panel-tab li{
        padding: 0 10px;
    }
    .navbar .user-mobile{
        position: absolute;
    top: 0;
    right: 60px;
    }
    .navbar .user-mobile-nav .user-menu{
        width: 100%;
        top: 48px;
        border-left: none;
        border-right: none;
        position: fixed;
        right: 0;
    }

}
@media (max-width:992px){
    body{
        padding-top:65px
    }
    .panel{
        margin-bottom:5px
    }
    .sidebar-left,.sidebar-right{
        padding-left:5px;
        padding-right:5px
    }
    .loadmore{
        padding: 15px 0 30px;
    }
    .user-menu{min-width: 200px;}
}
.container{
    max-width:1280px
}
