@charset "utf-8";
/* 5 col */
.col-lg-1-5,.col-md-1-5,.col-sm-1-5,.col-xs-1-5{position:relative;padding-right:15px;padding-left:15px;min-height:1px;}
.col-xs-1-5{float:left;width:20%;}
@media (min-width:768px){.col-sm-1-5{float:left;width:20%;}
.col-sm-3-5{float:left;width:60%;}
}
@media (min-width:992px){.col-md-1-5{float:left;width:20%;}
.col-md-2-5{float:left;width:40%;}
.col-md-3-5{float:left;width:60%;}
.col-md-4-5{float:left;width:80%;}
}
@media (min-width:1200px){.col-lg-1-5{float:left;width:20%;}
.col-lg-3-5{float:left;width:60%;}
}
:focus {outline:none !important;}
::-moz-focus-inner {border-color: transparent !important;}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    line-height: 1.5;
    background: rgb(245,245,245);
    margin: 0;
    /*font-family: "\5fae\8f6f\96c5\9ed1","\5B8B\4F53","\9ED1\4F53",arial,sans-serif;*/
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'STHeitiSC-Light', 'Arial', 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    min-width: 1040px !important;
    word-wrap: break-word;
}
iframe{
    padding: 0;
    border: none;
}
em {font-size:12px; font-style:normal; color:#8c8c8c;}
.container{
    width: 1040px !important;
}
/* DIY BS */
.popover{
    border-radius: 2px;
}
.popover-content{
    padding: 10px;
}
.modal{
    top: 15% !important;
}
.pagination{
    margin:0;
}
.badge {
    border-radius: 2px;
    vertical-align: text-bottom;
    background-color: #07A7E1;
}
.tooltip{
    font-size: 14px;
}
.breadcrumb{
    margin-bottom: 10px;
    border-radius: 0;
}
.carousel-indicators .active{
    background: #07A7E1;
    border: 1px solid #07A7E1;
}
.navbar-form {
    padding: 0 15px 0 0;
    margin: 0;
    border: 0;
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form input{
    width: 240px !important;
    border-right: none;
    border-radius: 0;
}
.navbar-form button{
    border-radius: 0;
}

.second-nav{
    width:100%;
    height: 80px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.nav-search{
    margin-top: 22px;
    margin-right: 15px;
    margin-bottom: 20px;
    float: right;
}
.nav-search .query{
    width: 240px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.nav-search .btn-search{
    height: 34px;
    display: inline-block;
    margin-left: -1px;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #1abc9c;
    border: 1px;
    border-color: #eee;
    padding: 7px 16px;
    border-radius: 0 3px 3px 0;
}

.navbar{
    min-height: 40px;
    background: #07A7E1;
    background: url('../images/head-bg.png');
    background-size:100%,100%;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-brand{
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    color: #fff;
}

.navbar-default .navbar-nav li a{
    padding: 10px 20px 10px 20px;
    color: #FFF;
}
.navbar-default .navbar-nav li a:hover{
    background: #F9845B;
    color: #FFF;
}
.navbar-default .navbar-nav .active a{
    background: #F9845B;
    color: #FFF;
}
.navbar-default .navbar-nav .active a:hover{
    background: #F9845B;
    color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #F9845B;
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #000;
}
.navbar-nav .open .dropdown-menu {
    background-color: #FFF;
}
.navbar-nav {
    display: inline-block;
    margin:0;
}
.navbar-nav > li {
    float:none;
    display:inline-block;
}
.navbar-nav > li.open > ul.dropdown-menu {
    position: absolute;
    border: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav > li.open > ul.dropdown-menu li a{
    padding: 5px 20px;
}
.btn,.input{
    border-radius: 3px;
}
.panel{
    border-radius: 0px;
}
.panel-heading,.panel-body{
    padding: 8px 10px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.dropdown-menu .divider {
    margin: 5px 0;
}
.list-group .list-group-item{
    padding: 8px 10px;
    border-radius: 0;
}
.alert-x{
    border: 1px solid #D9EDF7;
    padding: 10px;
    border-radius: 0px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 10px;
    vertical-align: middle;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}
/* END DIY BS*/

.sline{
    border-top:1px solid rgb(230,230,230);width:100%;margin:10px 0 10px;clear: both;
}
.dline{
    border-top:1px dashed #CCC;width:100%;margin:10px 0 10px;clear: both;
}

.pointer-cursor{
    cursor: pointer;
}

.viewer-list{
    padding:5px;
    clear:both;
}
.viewer-list .close{
    display: none;
    background: #CCC;
    opacity: 1;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-weight: 400;
    position: absolute;
    top:5px;
    right: 5px;
}
.viewer-list-avatar:hover .close{
    display: inline-block;
}
.viewer-list-avatar>a{
    display: block;
    width: 100%;
}
.movie-info{
    width: 780px;
}
.movie-info h2{
    font-size: 16px;
    line-height: 1.2;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #09C878;
}
.movie-info h1{
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: #494949;
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 26px;
}
.movie-info h1 .year{
    display: inline-block;
    color: #BBB;
    font-size: 14px;
}
.movie-introduce{
  padding: 15px 15px 5px 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f5f5f5;
  color: #666;
}
.movie-meta{
    background:#f5f5f5;
    border-radius: 3px;
    overflow: auto;
    padding:10px 10px 5px 10px;
    margin-bottom:15px;
    font-size: 12px;
}
.movie-meta a{
    display: inline-block;
}
.resource-list{
    margin-top: 15px;
}
.online-play-btn{
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #e8e8e8;
    border-radius: 2px;
    vertical-align: middle;
    color: #666;
    line-height: 22px;
    padding-right: 8px;
}
.online-play-btn:hover{
    color: #333;
    text-decoration:none;
}
.online-play-btn img {
    align: left;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    width: 22px;
    border-radius: 2px;
}
.pager-bg{
    font-size: 0;
    padding: 15px 0;
    background: #FFF;
}

.pager-bg li:first-child > a,.pager-bg li:first-child > span, .pager-bg li:last-child > a, .pager-bg li:last-child > span {
    border-radius: 0;
}

.index-title{
    color: #FFF;
    background: #07A7E1;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.index-title span{
    color: #FFF;
    float: right;
}
.index-title span a{
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
    margin-left: 10px;
}
.sidebar h3{
    color: #FFF;
    font-size: 16px;
    margin:0;
    margin-bottom: 10px;
    background: #09C878;
    padding:7px;
    margin-top: 15px;
}
.sidebar{
    width:250px;
}
.sidebar .list-group{
    margin:0;
}
.sidebar .list-group .list-group-item{
    white-space:nowrap;
    word-break :keep-all;
    width: 100%;
    overflow: hidden;
    padding: 6.45px 5px;
    border-radius: 0px;
    border-left: none;
    background: transparent;
    border-right: none;
}
.sidebar .list-group .list-group-item:hover{
    background:#DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.viewer-list-avatar img{
    width: 100%;
    border-radius: 2px;
}
.viewer-list-avatar{
    padding: 5px;
    display: inline-block;
}
.movie-screenshot{
    padding: 0 5px;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
}
.movie-screenshot img{
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.movie-recommened{
    padding: 0 5px;
}
.movie-recommened h5{
    font-size: 12px;
    color: #666;
    margin: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}
.movie-recommened a img{
    padding:1px;
    border: 1px solid #CCC;
    height: 160px;
}
.padding-right-0{
    padding-right: 0;
}
.padding-right-5{
    padding-right: 5px;
}
.padding-right-10{
    padding-right: 10px;
}
.padding-left-0{
    padding-left: 0;
}
.padding-left-5{
    padding-left: 5px;
}
.padding-left-10{
    padding-left: 10px;
}
.movie-item{
    padding:5px;
}
.hotbox .movie-item{
    padding:5px;
}
.movie-item img{
    width: 100%;
    padding:1px;
    border: 1px solid #CCC;
    height: 220px;
}
.subject-list .movie-item img{
    height: 255px;
}
.movie-item-in{
}
.movie-item-in:hover{
    background: #CCC;
    box-shadow:1px 1px 10px #CCC;
}
.movie-recommened:hover .item-hover,.movie-item-in:hover .item-hover{
    height: 100%;
}
.movie-recommened:hover.movie-recommened h5{
    background:#CCC;
}
.item-hover{
    width: 100%;
    font-size: 0;
    background:#000 no-repeat 10px 100px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    position: absolute;
    top: 0;
    height: 0;
}
.meta{
    font-size: 12px;
    background: #FFF;
    padding:5px;
}
.meta h4,.meta h1{
    width:100%;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    overflow:hidden;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.meta h4 a,.meta h1 a{
    color: #555;
}
.meta h4 a:hover,.meta h4 a:active,.meta h1 a:hover,.meta h1 a:active{
    color: #F9845B;
}
.otherinfo{
    margin-top: 3px;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    overflow: hidden;
    width: 100%;
    color: #7E7E7E;
}
.otherinfo a{
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    line-height: 1.2;
    color: #999;
    font-size: 10px;
}
.movietype:hover{
    color: #777;
    background: rgb(220,220,220);
    text-decoration: none;
}
.movie-title{
    font-size: 26px;
    margin: 5px 0 15px;
}
/* COMMON ITEM*/
.span2{
    width: 60px;
    text-align: right;
    vertical-align: middle !important;
}
.square-item-red{
    border-radius: 2px;
    font-weight: bolder;
    display: inline-block;
    width: 1.5em;
    color: #FFF;
    background: red;
    margin-right: 5px;
    text-align: center;
}
.square-item-blue{
    border-radius: 2px;
    font-weight: bolder;
    display: inline-block;
    width: 1.5em;
    color: #FFF;
    background: #07A7E1;
    margin-right: 5px;
    text-align: center;
}
/* quality tag */
.qtag{
    padding: 0 3px;
    color: #FFF;
    font-size: 12px;
    right:0px;bottom:0px;
    position:absolute;
    border: none;
}
.tstag,.dvdtag{
    background:#09C878;
}
.hdtag{
    background:#09C878;
}
.bdtag{
    background:#337AB7;
}
.movie-post .tstag,.movie-post .dvdtag{
    background:#09C878;
    right:2px;bottom:2px;
}
.movie-post img{
    border: 1px solid #CCC;
}
.movie-post .hdtag{
    background:#09C878;
    right:2px;bottom:2px;
}
.movie-post .bdtag{
    background:#337AB7;
    right:2px;bottom:2px;
}
.text-keep{
    white-space:nowrap;
    word-break :keep-all;
}
.text-break{
    word-break: break-all; word-wrap:break-word;
}
/* END COMMON ITEM */
.top-alert{
    line-height: 25px;
}
.logo{
    display: inline-block;
    height: 78px;
    margin-left: 15px;
    background: url('../images/logo.png') #FFF no-repeat;
    background-position: center left;
    width: 210px;
}
.tag-box{
    padding: 0 15px;
    margin-bottom: 20px;
}
.tag-span2{
    vertical-align: middle !important;
    font-weight: bolder;
    width: 100px;
}
.img-thumbnail{
    padding: 1px;
    border-radius: 0;
}
.swith{
    cursor:pointer;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}
.casts-swith{
    display: inline-block;
    color: #888;
    cursor:pointer;
}
.casts-swith:hover{
    color: #555;
    cursor:pointer;
}
.left-bt{
    cursor: pointer;
    color: #999;
    background-color: #DFDFDF;
    line-height: 32px;
    height: 32px;
    text-align: center;
}
.ed2k-icon,.magnet-icon,.res-info-btn{
    display: inline-block;
    width: 40px;
    background: #E9E9E9;
    color: #666;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 2px;
    cursor: default;
    text-decoration: none;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.res-info-btn:hover,.res-info-btn:active,.res-info-btn:focus{
    color: #555;
    cursor: pointer;
    text-decoration: none;
}

.xunlei-down-btn{
    margin-right: 5px;
    font-size: 14px;
    background: rgb(95,170,254);
    padding: 3px 5px;
    color: #FFF;
}
.xunlei-down-btn:hover,.xunlei-down-btn:active,.xunlei-down-btn:focus{
    color: #FFF;
}

.header-help{
    color: #777;
    font-size: 12px;
}
.header-hot{
    text-align: right;
    margin-top: 5px;
}
.header-hot a{
    font-size:12px;
    color: #666;
    display: inline-block;
    margin-right: 15px;
}
.resource-help{
    padding: 10px;
    color: #777;
}
.text-tag{
    color: #999;
}
.text-tag:hover{
    color: #555;
}
.result-item{
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 15px;
}
.info-label{
    color: #777;
    font-weight: bold;
}
.left-bt:hover{
    background-color: #C8C8C8;
}
.notice{
    padding: 5px 15px;
}
.notice a{
    color: #fff;
}
#topnotice{
    padding-bottom: 10px;
}
.score{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    color: green;
}
.imdb{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    color: rgb(219,167,22);
}
.tags{
    font-size: 0;
}
.tags .tag{
    display: inline-block;
    padding: 0.2em 8px;
    border-radius: 2px;
    color: #888;
    line-height:1.5;
    font-size: 13px;
    background-color: #f5f5f5;
    margin-right:5px;
    margin-bottom: 5px;
}
.tags .tag:hover{
    text-decoration: none;
    background: rgb(95,170,254);
    color: #FFF;
}
.tags .tag.active{
    color: #FFF;
    background: rgb(95,170,254);
}
.tags .tag.active:hover{
    text-decoration: none;
    cursor: default;
    color: #FFF;
}

.searchinput{
    margin: 20px 0;
}
.list-head{
    padding: 8px 10px !important;
    background: #f5f5f5;
}
footer{
    font-size: 12px;
    border-top: 1px solid #DDD;
    margin-top: 25px;
    padding: 20px 0;
    color: #666;
    background-color: #EEE;
}
footer a{
    color: #666;
}
.user-zone-cover{
    margin-bottom: 20px;
    color: #FFF;
    position: relative;
    height: 300px;
    background: #EEE url('http://ww3.sinaimg.cn/large/0069qWFHgw1ewcbnu0az2j30s209qgoq.jpg') no-repeat;
}
.user-portrait{
    padding-top: 60px;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    height: 300px;
}
.user-avatar{
    width: 80px;
    margin: 0 auto;
    display: block;
}
.user-portrait .user-avatar img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.user-portrait .other-btn{
    margin-top: 10px;
}
.user-portrait .user-name{
    margin-top: 10px;
    padding: 2px 15px;
    border-radius: 2px;
    background: #DDD;
    display: inline-block;
    color: #555;
}
.like-list{
    padding:5px;
}
.like-list img{
    height: 205px;
}
.news-box{
    width: 730px;
    border-right: 1px solid #EEE;
    padding-bottom: 20px;
}
.news-post{
    padding: 0;
}
.news-box h1{
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.5;
}
.news-content{
    font-size: 16px;
    line-height: 1.7;
    padding-top: 10px;
    padding-right: 15px;
}
.news-content p{
    margin-bottom: 20px;
}
.news-post img{
    width: 100%;
    overflow: hidden;
}
.news-meta{
    margin-left: -15px;
    padding: 0 15px 10px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #EEE;
}
.news-item{
    padding-left: 15px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 20px;
    margin-top: 15px;
}
.news-item h3 a{
    color: #555;
}
.news-item h3 a:hover,.news-item h3 a:active{
    text-decoration: none;
    color: #428BCA;
}
.news-item h3{
    margin-bottom: 15px;
    margin-top: 0;
}

.sidebar .box-office td,.sidebar .box-office th{
    padding: 5px 0;
    border-bottom: 1px solid #CCC;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width: 110px;
    font-size: 14px;
}
.sidebar .box-office .week,.sidebar .box-office .total{
    text-align: center;
}
.sidebar .nav li a{
    padding: 8px 10px !important;
    border-radius: 0;
    margin: 0;
}
/* pm style */
.pm-list{
    clear: both;
}
.pm-author-avatar img{
    border-radius: 3px;
    height: 48px;
}
.pm-item{
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 15px 15px;
    background: #EEE;
    width: 400px;
}
.pm-item .meta{
    margin: 0;
    padding: 0;
    color: #9E9E9E;
    margin-bottom: 5px;
    background: #EEE;
    font-size: 12px;
}
.pm-item-left{
    margin-right: 10px;
    float: left;
}
.pm-item-right{
    margin-left: 10px;
    float: right;
}
/* tv page */
.tv-name{
    margin:0;
    font-size: 22px;
}
.tv-info{
    padding: 0 5px;
}
.tv-info .baseinfo{
    padding: 0;
}
.tv-info .baseinfo li{
    list-style: none;
}
.tv-js-btn{
    display: inline-block;
    background: #FFF;
    border: 1px solid #DDD;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #07A7E1;
    margin-bottom: 15px;
}
.tv-js-ico{
    text-align: center;
    background: #5bc0de;
    color: #FFF;
    width: 60px;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
}
.tv-js-btn:hover,.tv-js-btn:focus{
    color: #FFF;
    border-color: #07A7E1;
    background: #07A7E1;
    text-decoration: none;
}
.tv-js-list{
    padding: 0 10px;
}
.tv-js-list .col-xs-1,.tv-js-list .col-xs-2{
    padding: 0 5px;
}
.tv-other{
    padding: 5px;
    border: 1px solid #DDD;
    margin-top: 15px;
    overflow: auto;
}
.tv-other-btn{
    display: block;
    padding: 3px 25px;
    text-decoration: none;
    border: 1px solid #DDD;
}
.tv-other-btn:hover{
    background: #DDD;
    color: #FFF;
    text-decoration:none;
}

.friend-link a{
    display: inline-block;
    margin: 0 5px;
}
.res-user-info{
    margin-top: 15px;
    width: 400px;
    height: 300px;
}
.res-subject-info{
    margin-bottom: 5px;
}
.res-subject-info img{
    margin-right: 5px;
    float:left;
}
.res-subject-info h3{
    font-size: 18px;
    margin:0 0 5px;
}
.search-box-form{
    width: 600px;
    margin: auto;
    margin-top:200px;
    margin-bottom: 150px;
}

.modify-cover-btn{
    position:absolute;
    bottom:0;
    right:0;
    padding:3px 10px;
    background:#DDD;
    color: #000;
    border-top-left-radius:3px;
}

.avatar-small{
    width: 24px;
    height: 24px;
    border-radius: 2px;
    overflow: hidden;
}
.avatar-middle{
    width: 48px;
    height: 48px;
    border-radius: 3px;
    overflow: hidden;
}
.avatar-large{
    width: 64px;
    height: 64px;
    border-radius: 3px;
    overflow: hidden;
}

.latest-online-item{
    margin: 10px 0;
    padding: 0 10px;
}
.latest-online-item img{
    height: 115px;
    width: 100%;
}
.latest-online-item .meta h4{
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
}
.p-btn .btn{
    border-radius: 0;
    margin:0 10px 10px 0;
}
.user-info-box{
    word-break: break-all; word-wrap:break-word;
    line-height: 1.5;
    width:220px;
}
.user-info-box .sign-text{
    margin-top:5px;
    color: #666;
}
.extra-btn{
    display: inline-block;
    position: absolute;
    width: 600px;
    height: 21px;
    bottom: 15px;
    right: 55px;
    text-align: right;
}
.extra-btn a{
    background:#07A7E1;
    color:#FFF;
    padding:0 8px;
    cursor: pointer;
}

.rec-box{
    padding:0 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.rec-box img{
    width: 100%;
}

.reply-author{
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}
.reply-author a{
    color: #257494;
}
.reply-time{
    font-size: 12px;
}
.reply-content{
    word-break: break-all; word-wrap:break-word;
}
.reply-child{
    width:95%;float:right;
}
.reply-box{
    margin: 20px 0 30px;
}
.reply-lc{
    color: #AAA !important;
    font-size: 12px;
}
.reply-btn{
    font-size: 13px;
    display: block;
    color: #118D93;
    float: right;
}
.announcement{
  margin:-5px 0 10px 0;
  border: 2px dashed #CCC;
  border-radius: 5px;
  padding: 5px 20px;
}
.announcement .glyphicon{
  margin-right: 15px;
}
.topic-attachment{
    margin:20px 0;
    background:#FFF;
    border:1px solid rgb(221, 221, 221);
}
.topic-attachment table{
    font-size:12px;
    margin: 0;
}
.topic-attachment table thead{
    background:#f5f5f5;
}
.progress-tiny{
    position: absolute;
    width: 100%;
    border-radius: 0;
    height: 2px;
    margin: 6px -10px 0;
}
#player,#player-box{
    background: #000;
    height: 500px;
    width: 100%;
}
.btn-js-action{
    padding: 3px 10px;
    line-height: 1.5;
    color: #FFF;
    border-radius: 0;
    background: #449d44;
}
.refresh-btn{
    border:1px solid #ccc;
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    font-size: 13px;
    float: right;
    background: #f5f5f5;
    border-radius: 2px;
}
.subtype{
    border: 1px solid #DDD;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 2px 8px;
    margin-left: 10px;
    font-size: 13px;
}
.box-line{
    width:50%;
    margin:15px auto 5px;
    font-size: 16px;
    position: relative;
    color: #777;
    text-align:center;
    overflow: hidden;
}
.box-line span{
    display: inline-block;
    position:relative;
}
.box-line>span:before, .box-line>span:after{
    content:"";
    position: relative;
    top:50%;
    position: absolute;
    width:9999px;
    height:1px;
    background:#CCC;
}
.box-line>span:before{
    right: 100%;
    margin-right: 15px;
}
.box-line>span:after{
    left: 100%;
    margin-left: 15px;
}

.border-box{
    margin-top: 20px;
    border:1px solid #000;
}
.movie-meta h1{
    font-size: 16px;
    font-weight: bolder;
    color: green;
}
.white-box{
    padding: 0 15px;
    margin-top: 20px;
    background: #FFF;
}
.sidebar .white-box{
    padding:0;
}
.movie-info .white-box{
    border-top: 5px solid #07A7E1;
}
.viewer-row{
    margin: 0;
}
.pagination li.am-active a{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
#switch {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 200;
    top: -5px;
    right: -40px;
    background: url(../images/switch.png) no-repeat 0 0;
}
#switch_off {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 200;
    background: url(../images/switch.png) no-repeat 0 -30px;
}
#switch_off:hover{
    opacity: 0.8 !important;
}

/*hotest*/
.mtiplist div, .mtiplist ul, .mtiplist ol, .mtiplist li, .mtiplist dl, .mtiplist dt, .mtiplist dd, .mtiplist p{margin: 0;padding: 0;}
.tip {padding:50px;margin-bottom:20px;color:inherit;background-color:#eee;}
.clearfix:after, .fix:after {content: ".";height: 0;visibility: hidden;display: block;clear: both;}
.mtiplist{border-top:1px dashed #ccc;margin-top:10px;margin-bottom:2px;}.mtiplist ol, .mtiplist ul {list-style: none;}
.mtiplist .num,.mtiplist .picbox{float:left;display:inline}.mtiplist .num{width:80px;height:190px;color:#fff;padding-left:20px;line-height:190px;font-size:40px;background:#e0e0e0;position:relative;zoom:1}.mtiplist .n01{background:#fbad68}.mtiplist .n02{background:#a7c87f}.mtiplist .n03{background:#66b3d6}.i_num_up,.i_num_dn,.i_num_ho{width:20px;height:20px;display:inline-block;vertical-align:middle;overflow:hidden; no-repeat;position:absolute;left:50%;margin-left:-10px;top:130px;display:none}.i_num_up{background-position:-22px 0}.i_num_dn{background-position:-44px 0}.i_num_ho{background-position:0 0}.mtiplist .picbox{width:860px;position:relative;zoom:1;overflow:hidden;zoom:1}.mtiplist .picbox .pic{position:absolute;top:20px;left:20px}.mtiplist .picbox .pic img{display:block;box-shadow:0 0 3px rgba(0,0,0,0.3);*border:1px solid #ccc}.mtiplist .picbox a{color:#333;padding-right:10px}.mtiplist .picbox dl{padding:20px 0 0 140px;height:169px}.mtiplist .picbox dt{position:relative;zoom:1;margin-top:-8px}.mtiplist .picbox dt,.mtiplist .picbox dt a{font-size:18px;line-height:34px;color:#333}.mtiplist .picbox dt a{font-weight:bold;padding:0 10px 0 0;font-size:16px}.mtiplist .picbox dd ul{color:#666;padding:15px 0 0;font-size:12px}.mtiplist .picbox dd p{margin-top:5px}.mtiplist .picbox dd p span{padding-right:40px;font-size:12px;}.mtiplist .picbox dd p a{position:relative;zoom:1;display:inline-block;height:50px}.mtiplist .picbox dd p a,.mtiplist .picbox dd p a:hover,.mtiplist .picbox dd p span{color:#333;font-weight:bold}.mtiplist .picbox .score{background:#679c21;width:70px;height:70px;text-align:center;color:#fff;position:absolute;right:35px;top:50%;margin-top:-35px}.mtiplist .picbox .score strong{display:block;font-size:35px;padding:10px 0 0;line-height:35px}.mtiplist .showmtip{display:none;clear:both;position:relative;zoom:1;background:#eee;text-align:center;padding:15px 0}.mtiplist .showmtip ul{width:680px;margin:auto}.mtiplist .showmtip li{float:left;display:inline;width:168px;text-align:center;border-right:1px solid #ccc;font-size:12px;color:#999}.mtiplist .showmtip li strong{display:block;font-weight:bold;color:#333;font-size:14px}.mtiplist .showmtip li.bornone{border:0}.mtiplist .showmtip i{vertical-align:middle;overflow:hidden;width:23px;height:15px;position:absolute;left:66px;top:-7px}.curr{background:0}.curr .num{height:255px}.curr .showmtip{display:block}.curr .picbox .score{margin-top:-70px}.pagenav{padding:30px 0}.pagenav a{width:85px;border-radius:0;border:1px solid #0096ff}.pagenav a.on,.pagenav a:hover{border:1px solid #0096ff}.mtiplist .showmtip li a{color:#333}.mtiplist .picbox dt a:hover,.mtiplist .picbox dd p a:hover,.mtiplist .showmtip li a:hover,.mtiplist .picbox a:hover{color:#0074a9}
