@charset "utf-8";
/**
 * 图集样式
 * @author rollin(huangxiaorong@021.com)
 */
* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  word-break: break-all;
  font-size: 14px;
  color: #333;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: 0;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  outline: 0;
}
:focus {
  outline: 0;
  -moz-outline: 0;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  color: #ff4c4c;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
  color: #ff4646;
}
img {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.no {
  display: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tc {
  text-align: center;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.ov {
  overflow: hidden;
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*html .clr {
  height: 1%;
  zoom: 1;
}
.c-999 {
  color: #999;
}
.c-379fff {
  color: #379fff !important;
}
.c-ea3e31 {
  color: #ea3e31;
}
.c-ff3333 {
  color: #ff3333 !important;
}
.bg379fff {
  background: #379fff;
}
.bgf5f5f5 {
  background: #f5f5f5;
}
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.cff0000 {
  color: #ff0000;
}
.c0099ff {
  color: #0099ff;
}
.m50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt10 {
  margin-top: 10px;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bgf1f2f3 {
  background: #f1f2f3;
}
.w100 {
  width: 100%;
}
.box1240 .wdh {
  width: 1240px;
  margin: 0 auto;
}
.box1000 .wdh {
  width: 1000px;
  margin: 0 auto;
}
.ad-top {
  width: 1000px;
  height: 90px;
  overflow: hidden;
}
.ad-top iframe {
  height: 100%;
}
.ad-l-four,
.ad-l-one,
.ad-l-three,
.ad-l-two {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.ad-l-four iframe,
.ad-l-one iframe,
.ad-l-three iframe,
.ad-l-two iframe {
  float: right;
  height: 100%;
}
.box1240 .ad-l-two {
  text-align: center;
}
.box1240 .ad-l-two iframe {
  float: none;
  display: inline-block;
  height: 100%;
}
.ad-r-eight,
.ad-r-five,
.ad-r-four,
.ad-r-one,
.ad-r-seven,
.ad-r-six,
.ad-r-three,
.ad-r-two {
  width: 100%;
  overflow: hidden;
}
.ad-r-five iframe {
  margin-left: -5px;
}
.ad-r-six iframe {
  margin-left: -5px;
}
.ad-r-eight {
  height: 250px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/** 头部start **/
.head {
  border-bottom: 1px solid #e8e8e8;
  background-color: #fefefe !important;
  height: 60px;
}
.head .container {
  width: 1240px;
  height: 100%;
}
.head .container .logo {
  display: inline-block;
}
.head .container .logo img {
  width: 170px;
  height: 52px;
}
.head .container .search {
  float: right;
  width: 440px;
  height: 32px;
  margin-top: 14px;
}
.head .container .search input {
  padding: 0;
}
.head .container .search #wdput {
  float: left;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  width: 395px;
  border: 1px solid #e8e8e8;
  border-right: 0 none;
  text-indent: 8px;
  color: #999999;
}
.head .container .search #wdput:focus {
  color: #666;
}
.head .container .search #btn {
  float: left;
  height: 32px;
  width: 44px;
  background: url(../img/ss.png) #ff5a5a center center no-repeat;
}
.head .container .us {
  display: inline-block;
  line-height: 18px;
  margin-left: 30px;
  position: relative;
  float: right;
  margin-top: 23px;
}
.head .container .us:hover p {
  display: block;
}
.head .container .us span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 21px;
  background: url(../img/weixin.png) no-repeat;
  margin-right: 5px;
  z-index: 50;
}
.head .container .us p {
  position: absolute;
  left: 0;
  top: 35px;
  width: 125px;
  height: 135px;
  background-position: -129px -26px;
  display: none;
  z-index: 50;
}
.head .container .nav_detail {
  line-height: 60px;
  font-size: 16px;
}
.head .container .nav_detail li {
  float: left;
  margin-right: 20px;
}
.head .container .nav_detail .first {
  padding-left: 130px;
  background: url(../img/content-logo.png) no-repeat;
  background-position: 0 5px;
}
/** 头部end **/
.main .main-center .info-ul .sub1.ad {
  position: relative;
}
.main {
  margin: 0 auto;
  width: 1240px;
  padding: 20px 0 87px;
}
.main .wdh {
  padding-left: 140px;
  width: 1100px;
}
.main .left {
  width: 110px;
  margin-right: 30px;
  margin-left: -140px;
  font-size: 16px;
}
.main .left .logo {
  display: block;
  width: 116px;
  height: 28px;
  margin-bottom: 20px;
}
.main .left .logo span {
  height: 28px;
  display: block;
  background: url('../img/league.png') no-repeat;
}
.main .left .logo span.isNBA {
  background-position: -5px -10px;
}
.main .left .logo span.isCBA {
  background-position: -5px -58px;
}
.main .left .logo span.isZhongChao {
  background-position: -5px -106px;
}
.main .left .logo span.isYaGuan {
  background-position: -5px -154px;
}
.main .left .logo span.isYingChao {
  background-position: -5px -202px;
}
.main .left .logo span.isXiJia {
  background-position: -5px -250px;
}
.main .left .logo span.isFaJia {
  background-position: -5px -298px;
}
.main .left .logo span.isDeJia {
  background-position: -5px -346px;
}
.main .left .logo span.isYiJia {
  background-position: -5px -394px;
}
.main .left .logo span.isOuGuan {
  background-position: -5px -442px;
}
.main .left .logo span.isDianJing {
  background-position: -5px -490px;
}
.main .left .logo span.isGuoJiZuQiu {
  background-position: -5px -538px;
}
.main .left .logo span.isGuoNeiZuQiu {
  background-position: -5px -586px;
}
.main .left .logo span.isZongHeTiYu {
  background-position: -5px -634px;
}
.main .left .logo span.isJianShenJianFei {
  background-position: -5px -682px;
}
.main .left .logo span.isTuiJian {
  background-position: -5px -730px;
}
.main .left .channel-item {
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 4px;
  margin-bottom: 2px;
  transition-property: color, background-color;
}
.main .left .channel-item.active {
  background-color: #ed4040;
  font-size: 18px;
  color: #fff;
}
.main .left .channel-item:hover {
  background-color: #ed4040;
  font-size: 18px;
  color: #fff;
}
.main .left.fixed2 {
  position: fixed;
  left: 50%;
  margin-left: -620px;
  top: 6px;
}
.main .main-center {
  width: 740px;
  display: inline-block;
}
.main .main-center .slide {
  display: none;
  margin-bottom: 16px;
  height: 330px;
  overflow: hidden;
}
.main .main-center .slide .slide-list {
  position: relative;
  width: 660px;
  overflow: hidden;
}
.main .main-center .slide .slide-list .slide-item {
  width: 100%;
  height: 330px;
}
.main .main-center .slide .slide-list .slide-item a {
  display: block;
  position: relative;
}
.main .main-center .slide .slide-list .slide-item a img {
  width: 100%;
  height: 100%;
}
.main .main-center .slide .slide-list .slide-item a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: url("../img/bannerbg.png") repeat-x;
}
.main .main-center .slide .slide-tab {
  width: 80px;
  height: 316px;
  color: #fff;
  font-size: 14px;
  background-color: #222;
  padding: 7px 0;
}
.main .main-center .slide .slide-tab .slide-tab-item {
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}
.main .main-center .slide .slide-tab .slide-tab-item.thistitle {
  background: #ed4040;
  z-index: 11;
}
.main .main-center .slide .slide-tab .slide-tab-item.thistitle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #ed4040;
  border-bottom: 6px solid transparent;
}
.main .main-center .infor-wrapper {
  position: relative;
}
.main .main-center .infor-wrapper .msg-alert {
  display: none;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 20;
}
.main .main-center .infor-wrapper .msg-alert span {
  cursor: pointer;
  min-width: 500px;
  display: inline-block;
}
.main .main-center .infor-wrapper .msg-alert i {
  display: block;
  height: 12px;
  width: 12px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
  z-index: 10;
  background: url('../img/topic_icon.png') no-repeat -81px -189px;
}
.main .main-center .infor-wrapper .msgAlert-place {
  height: 32px;
}
.main .main-center .info-ul {
  width: 100%;
}
.main .main-center .info-ul .sub1 {
  width: 100%;
  border-bottom: 1px #ededed solid;
  padding: 10px 0;
  overflow: hidden;
}
.main .main-center .info-ul .sub1 a .img {
  width: 178px;
  height: 98px;
  border: 1px solid #ededed;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 19px;
}
.main .main-center .info-ul .sub1 a .img img {
  width: 180px;
}
.main .main-center .info-ul .sub1 a .article_img_click {
  width: 158px;
  height: 102px;
  margin-right: 16px;
}
.main .main-center .info-ul .sub1 a .title {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  font-weight: 600;
}
.main .main-center .info-ul .sub1 a:hover .title {
  color: #ff4646;
}
.main .main-center .info-ul .sub1 .deso a {
  display: inline-block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 14px;
  color: #999999;
}
.main .main-center .info-ul .sub1 .deso a:hover {
  color: #0299ff;
}
.main .main-center .info-ul .sub1 .deso .line {
  width: 1px;
  height: 12px;
  margin-right: 15px;
  background-color: #999999;
}
.main .main-center .info-ul .sub1 .deso span {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-right: 10px;
  color: #aaa;
}
.main .main-center .info-ul .sub1 .single-mode-rbox {
  height: 100px;
  overflow: hidden;
}
.main .main-center .info-ul .sub1 .single-mode-rbox:before {
  content: "";
  width: 0;
  font-size: 0;
  height: 100%;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}
.main .main-center .info-ul .sub1 .contbox {
  display: inline-block;
  width: 536px;
  vertical-align: middle;
}
.main .main-center .info-ul .sub1 .contbox .title {
  margin-bottom: 14px;
}
.main .main-center .info-ul .sub1:hover,
.main .main-center .info-ul .sub2:hover {
  background-color: #f8f8f8;
}
.main .main-center .info-ul .sub2 {
  width: 100%;
  border-bottom: 1px #ededed solid;
  padding: 10px 0;
  overflow: hidden;
  height: 165px;
}
.main .main-center .info-ul .sub2 > a p {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
}
.main .main-center .info-ul .sub2 ul li img {
  height: 98px;
  border: 1px solid #ededed;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 5px;
}
.main .main-center .info-ul .sub2 ul li.more-img {
  width: 80px;
  height: 100px;
  display: none;
}
.main .main-center .info-ul .sub2 ul li.more-img div {
  width: 80px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.main .main-center .info-ul .sub2 ul li.more-img div a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #999999;
  background-color: #f4f5f6;
  line-height: 100px;
}
.main .main-center .info-ul .sub2 ul li.more-img:hover {
  cursor: pointer;
}
.main .main-center .info-ul .sub2 .deso {
  height: 30px;
}
.main .main-center .info-ul .sub2 .deso a {
  display: inline-block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin: 10px 14px 0px 0;
  color: #999999;
}
.main .main-center .info-ul .sub2 .deso a:hover {
  color: #406599;
}
.main .main-center .info-ul .sub2 .deso .line {
  width: 1px;
  height: 12px;
  margin: 10px 15px 0px 1px;
  background-color: #999999;
}
.main .main-center .info-ul .sub2 .deso span {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin: 10px 10px 0px 0;
  color: #aaa;
}
.main .main-center .info-ul .sub3 {
  width: 740px;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px #ededed solid;
}
.main .main-center .info-ul .sub3 .match {
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #fafafa;
  width: 675px;
}
.main .main-center .info-ul .sub3 .match .match-item {
  float: left;
  width: 225px;
  height: 100%;
  overflow: hidden;
}
.main .main-center .info-ul .sub3 .match .match-item table {
  width: 100%;
  background-color: #fafafa;
}
.main .main-center .info-ul .sub3 .match .match-item table tr {
  border-right: 1px #e6e6e6 solid;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links {
  background-color: #fff;
  border-right: none;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .sub {
  vertical-align: middle;
  color: #0299ff;
  font-size: 12px;
  padding: 0 5px;
  display: inline-block;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .sub span {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url("../img/home_icon.png") no-repeat;
  margin: 0 4px 0 0;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .sub:hover {
  color: #ff4c4c;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .gd span {
  background-position: 0 0;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .lx span {
  background-position: 0 -17px;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .wz span {
  background-position: 0 -36px;
}
.main .main-center .info-ul .sub3 .match .match-item table tr.links .yy span {
  background-position: 0 -56px;
}
.main .main-center .info-ul .sub3 .match .match-item table tr td {
  height: 32px;
  line-height: 32px;
  text-align: left;
  padding: 0 0 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.main .main-center .info-ul .sub3 .match .match-item table tr td.score {
  text-align: right;
  padding-right: 30px;
}
.main .main-center .info-ul .sub3 .match .match-item table tr td.teamName img {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 8px;
  margin-right: 2px;
}
.main .main-center .info-ul .sub3 .view {
  width: 63px;
  height: 106px;
  border-left: 1px solid #e6e6e6;
  text-align: center;
  background-color: #fafafa;
  padding-top: 45px;
}
.main .main-center .info-ul .sub3 .view a {
  font-size: 12px;
  line-height: 20px;
  color: #ff0000;
}
.main .main-center .info-ul .msg-alert {
  display: block;
}
.main .main-center .info-ul .sub1.ad {
  height: 117px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.main .main-center .info-ul .sub1.ad iframe {
  height: 117px !important;
}
.main .main-center .info-ul .sub1.ad:hover {
  background-color: #fff;
}
.main .main-center .loading .infor-tips,
.main .main-center .info-ul .infor-tips {
  position: relative;
  margin-top: 10px;
}
.main .main-center .loading .infor-tips .msg-alert,
.main .main-center .info-ul .infor-tips .msg-alert {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #4e95ed;
  text-align: center;
  background-color: #f4faff;
  border: 1px solid #4e95ed;
  border-radius: 5px;
  z-index: 20;
}
.main .main-center .loading .infor-tips .msg-alert span,
.main .main-center .info-ul .infor-tips .msg-alert span {
  cursor: pointer;
  min-width: 500px;
  display: inline-block;
}
.main .main-center .loading .infor-tips .msg-alert i,
.main .main-center .info-ul .infor-tips .msg-alert i {
  display: block;
  height: 16px;
  width: 18px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 260px;
  cursor: pointer;
  z-index: 10;
  background: url('../img/topic_icon.png') no-repeat -79px -211px;
}
.main .main-center #tips .msg-alert {
  background-color: #4E95ED;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.main .right {
  width: 330px;
  float: right;
}
.main .right .search {
  width: 330px;
  height: 40px;
}
.main .right .search #wdput {
  float: left;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  width: 249px;
  border: 1px solid #e8e8e8;
  border-right: 0 none;
  text-indent: 8px;
  color: #999999;
}
.main .right .search #wdput:focus {
  color: #666;
}
.main .right .search #btn {
  float: left;
  height: 40px;
  width: 80px;
  color: #fff;
  background-color: #ff4c4c;
  border-radius: 0 3px 3px 0;
}
.main .right .today-hot-box {
  width: 330px;
}
.main .right .today-hot {
  border-top: 2px solid #ff6666;
}
.main .right .today-hot .bix-tit {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-indent: 12px;
  color: #333;
  background: #f4f5f6;
}
.main .right .today-hot.fixed {
  position: fixed;
  right: 50%;
  margin-right: -620px;
  top: -20px;
}
.main .right .today-hot ul {
  padding: 0 15px;
  background: #f4f5f6;
}
.main .right .today-hot ul li {
  width: 300px;
  padding-bottom: 16px;
  background-color: #f4f5f6;
  overflow: hidden;
}
.main .right .today-hot ul li a {
  display: block;
  overflow: hidden;
}
.main .right .today-hot ul li a .imgbox {
  overflow: hidden;
  float: left;
  transform-style: preserve-3d;
  text-align: center;
  background: #f4f5f6;
  height: 54px;
  width: 94px;
  margin-right: 12px;
}
.main .right .today-hot ul li a .imgbox img {
  width: 96px;
  height: 54px;
}
.main .right .today-hot ul li a .titbox {
  float: left;
  display: table-cell;
  vertical-align: middle;
  padding-top: 6px;
}
.main .right .today-hot ul li a .titbox h5 {
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  line-height: 20px;
  max-height: 40px;
  max-width: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .right .today-hot ul li a .titbox:hover h5 {
  color: #ff4646;
}
.main .right .today-hot ul .da360 .imgbox {
  position: relative;
}
.main .right .today-hot ul .da360 .imgbox:after {
  content: '广告';
  position: absolute;
  font-size: 12px;
  width: 24px;
  line-height: 1;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}
.main .right .hot-video .bix-tit {
  background: #f4f5f6;
  border-top: 2px solid #ff6666;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-indent: 12px;
  color: #333;
}
.main .right .hot-video ul {
  padding: 0 15px;
  background: #f4f5f6;
}
.main .right .hot-video ul li {
  padding-bottom: 16px;
}
.main .right .hot-video ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .right .hot-video ul li a img {
  overflow: hidden;
  width: 118px;
  height: 68px;
}
.main .right .hot-video ul li a .name {
  float: left;
  height: 60px;
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  max-height: 40px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .right .hot-video ul li a .name:hover {
  color: #ff4646;
}
.main .right .hot-video ul li a .bg {
  text-indent: 15px;
  width: 50px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  right: 3px;
  bottom: 6px;
  font-size: 12px;
  color: #fff;
}
.main .right .hot-video ul li a .bg:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url('../img/topic_icon.png') no-repeat -107px -203px;
  position: absolute;
  left: 3px;
  bottom: 2px;
}
.main .right .teamrank {
  width: 100%;
  height: 442px;
  margin-top: 20px;
  background-color: #fafafa;
}
.main .right .teamrank .match-category {
  width: 310px;
  height: 40px;
  padding: 0 10px;
  background-color: #333333;
}
.main .right .teamrank .match-category li {
  float: left;
  color: #b4b4b4;
  padding: 0 15px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.main .right .teamrank .match-category li.active {
  color: #fff;
}
.main .right .teamrank .match-category li:hover {
  cursor: pointer;
}
.main .right .teamrank .rank-list {
  width: 100%;
  height: 36px;
}
.main .right .teamrank .rank-list .rank-list-item {
  width: 50%;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #999999;
  background-color: #e6e6e6;
}
.main .right .teamrank .rank-list .rank-list-item.active {
  color: #ff4c4c;
  height: 34px;
  font-weight: 600;
  line-height: 34px;
  background-color: #f6f6f6;
  border-top: 2px solid #ff4c4c;
}
.main .right .teamrank .rank-list .rank-list-item:hover {
  cursor: pointer;
}
.main .right .teamrank table {
  width: 100%;
  background-color: #fafafa;
}
.main .right .teamrank table tr td {
  text-align: center;
  color: #888888;
}
.main .right .teamrank table tr td:first-child {
  padding: 0 0 0 15px;
}
.main .right .teamrank table tr td:first-child + td {
  text-align: left;
  padding: 0 0 0 30px;
}
.main .right .teamrank table tr td:last-child {
  padding: 0 0 0 30px;
}
.main .right .teamrank table tr td {
  text-align: center;
}
.main .right .teamrank table tr td:first-child + td {
  text-align: left;
}
.main .right .teamrank table tbody {
  display: none;
}
.main .right .teamrank table tbody tr td {
  text-align: center;
}
.main .right .teamrank table tbody tr td:first-child {
  font-style: italic;
  font-size: 14px !important;
}
.main .right .teamrank table tbody tr td:first-child + td {
  color: #000;
  text-align: left;
}
.main .right .teamrank table tbody .top-hot {
  color: #ff5a5a;
}
.main .right .teamrank table tr td {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  margin: 0 0 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.main .right .teamrank .load-more {
  font-size: 14px;
  height: 32px;
  width: 100%;
  padding-top: 3px;
  margin-top: 6px;
  line-height: 32px;
  color: #666666;
  background-color: #e6e6e6;
}
.main .right .teamrank .load-more span {
  float: left;
  padding-left: 140px;
  color: #ff6666;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
}
.main .right .teamrank .load-more:hover {
  cursor: pointer;
  color: #0299ff;
}
.main .right .recommed {
  background-color: #f4f5f6;
  margin: 20px 0;
}
.main .right .recommed .bix-tit {
  background: #f4f5f6;
  border-top: 2px solid #ff6666;
  padding: 0 15px;
  width: 300px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #333;
}
.main .right .recommed .playBox {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 169px;
  margin: 0 15px 15px;
}
.main .right .recommed .playBox .deso {
  line-height: 24px;
  font-size: 12px;
}
.main .right .recommed .playBox .next,
.main .right .recommed .playBox .pre {
  cursor: pointer;
  width: 24px;
  height: 45px;
  top: 50%;
  margin-top: -22px;
  background: url("../img/index/icon.png") no-repeat;
  position: absolute;
  z-index: 20;
}
.main .right .recommed .playBox .pre {
  left: 0;
  background-position: 0 -324px;
}
.main .right .recommed .playBox .next {
  right: 0px;
  background-position: -26px -324px;
}
.main .right .recommed .playBox .smalltitle {
  height: 8px;
  position: absolute;
  right: 1px;
  z-index: 30;
  bottom: 12px;
}
.main .right .recommed .playBox .smalltitle ul {
  width: auto;
  float: right;
  margin-right: 5px;
}
.main .right .recommed .playBox .smalltitle ul li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 5px;
  background: #d9dadc;
  float: left;
  overflow: hidden;
  *display: inline;
  *zoom: 1;
}
.main .right .recommed .playBox .smalltitle ul .thistitle {
  width: 15px;
  height: 8px;
  border-radius: 4px;
  background: #f34c4c;
}
.main .right .recommed .playBox .oUlPlay {
  height: 100%;
  width: 300%;
  position: absolute;
  left: 0;
  top: 0;
}
.main .right .recommed .playBox .oUlPlay li {
  float: left;
  width: 33.33%;
  height: 100%;
  overflow: hidden;
}
.main .right .recommed .playBox .oUlPlay li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  float: left;
  text-align: center;
  position: relative;
}
.main .right .recommed .playBox .oUlPlay li a img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.main .right .recommed .playBox .oUlPlay li .deso {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  padding-right: 20%;
  text-indent: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fffefe;
  z-index: 10;
  background: url("../img/bannerbg.png") repeat-x;
}
.main .right .recommed .recom-list {
  width: 100%;
  margin: 0 7px;
}
.main .right .recommed .recom-list li {
  width: 142px;
  float: left;
  padding: 0 8px;
}
.main .right .recommed .recom-list li a div {
  position: relative;
}
.main .right .recommed .recom-list li a div span {
  font-size: 12px;
  border-radius: 5px;
  width: auto;
  height: 16px;
  padding: 0 5px;
  content: '10图';
  position: absolute;
  bottom: 11px;
  right: 7px;
  color: #fff;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.75);
}
.main .right .recommed .recom-list li a img {
  width: 142px;
  height: 80px;
}
.main .right .recommed .recom-list li a p {
  padding: 0 5px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .ad-r-one,
.main .right .ad-r-two,
.main .right .ad-r-three,
.main .right .ad-r-four {
  width: 330px;
  height: 280px;
  text-align: center;
  background-color: #f4f5f6;
  margin-top: 20px;
}
.main .right .ad-r-one iframe,
.main .right .ad-r-two iframe,
.main .right .ad-r-three iframe,
.main .right .ad-r-four iframe {
  display: inline-block;
  margin-top: 15px;
}
.main .right .about-mop {
  width: 300px;
  background-color: #f4f5f6;
  border-top: 2px #ff6666 solid;
  margin-top: 20px;
  padding: 0 15px;
  height: 168px;
}
.main .right .about-mop h3 {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 18px;
}
.main .right .about-mop p {
  width: 330px;
}
.main .right .about-mop p a {
  display: inline-block;
  float: left;
  width: 110px;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 14px;
}
.main .right .about-mop p a:hover {
  color: #ff6666;
}
.main .right .right-ba {
  width: 315px;
  padding: 15px 0 15px 15px;
  background-color: #f4f5f6;
  margin-top: 20px;
}
.main .right .right-ba p {
  line-height: 32px;
  color: #666;
  margin-bottom: 10px;
}
.theme_list {
  display: none;
  width: 100%;
  height: 32px;
  border-bottom: 2px #ededed solid;
  font-size: 18px;
  color: #333;
  margin-bottom: 14px;
  background: #fff;
  z-index: 9999;
}
.theme_list a {
  margin-right: 25px;
  display: block;
  float: left;
  height: 32px;
  line-height: 18px;
  cursor: pointer;
}
.theme_list.sel {
  display: block;
}
.theme_list .active {
  border-bottom: 2px #ff4646 solid;
}
.theme_list.fixed {
  position: fixed;
  left: 50%;
  width: 740px;
  margin-left: -480px;
  padding-top: 15px;
  top: 0;
}
/** 返回顶部 **/
.goto_top_new {
  display: none !important;
}
.back-top {
  display: none;
  width: 40px;
  position: fixed;
  left: 50%;
  margin-left: 624px;
  bottom: 201px;
}
.back-top .refresh {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  background: url('../img/topic_icon.png') no-repeat 0px 0px;
}
.back-top .to-top {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  cursor: pointer;
  display: block;
  background: url('../img/topic_icon.png') no-repeat 0px -42px;
}
.footer {
  border-top: 1px solid #e3e5e8;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.erwei_logo {
  display: none;
}
