@charset "UTF-8";

/*/动点-----------------------------------------------/*/
@keyframes move-dian {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.defaultPage .big_banner {
  height: 456px;
  background: white;
  margin-top: 20px;
}

.defaultPage .big_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.defaultPage .big_banner .swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_left {
  width: 800px;
  height: 100%;
  position: relative;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_left img {
  height: 100%;
  width: 100%;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_left p {
  height: 57px;
  line-height: 65px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 22px;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #3e3d3d);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #3e3d3d);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #3e3d3d);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #3e3d3d);
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_left p .i_more {
  font-size: 32px;
  display: inline-block;
  height: 62px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right {
  width: 400px;
  height: 100%;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top span,
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom span {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top span span,
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom span span {
  display: block;
  color: white;
  font-size: 16px;
  margin-top: 15px;
  width: 110px;
  line-height: 24px;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top span img,
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom span img {
  width: 60px;
  height: 60px;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top .saishi,
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom .saishi {
  margin-top: 43px;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top .saishi span:nth-child(1),
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom .saishi span:nth-child(1) {
  color: #a5a4a4;
  font-size: 14px;
  margin: 0;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top .saishi span:nth-child(2),
.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom .saishi span:nth-child(2) {
  margin-top: 15px;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_top {
  background: #3e3e3e;
  height: 50%;
}

.defaultPage .big_banner .swiper-container .swiper-slide .big_banner_right .banner_bottom {
  background: #323232;
  height: 50%;
}

.defaultPage .big_banner .swiper-container .swiper-button-next {
  background: url("../images/banner_right.png");
  height: 49px;
  background-size: 100% 100%;
  right: 28px;
}

.defaultPage .big_banner .swiper-container .swiper-button-prev {
  background: url("../images/banner_left.png");
  height: 49px;
  background-size: 100% 100%;
  left: 28px;
}

.defaultPage .small_banner {
  width: 1200px;
  margin-top: 20px;
  /* box-shadow: 0px 1px 4px 0px rgba(73, 71, 71, 0.22); */
  border-radius: 3px;
  overflow: hidden;
}

.defaultPage .small_banner .table-matches {
  width: 750px;
  border: 1px solid #E6EAED;
}

.defaultPage .small_banner .table-matches-body {}

.defaultPage .small_banner dl {
  width: 100%;
  font-size: 14px;
}

.defaultPage .small_banner dl dt {
  height: 53px;
  background: url("../images/hot_bannerbg.png") no-repeat;
  background-size: auto 137%;
  background-position-x: right;
  background-position-y: -16px;
  line-height: 53px;
  border-bottom: 1px solid #e6eaed;
  position: relative;
}

.defaultPage .small_banner dl dt .advertisement {
  position: absolute;
  right: 141px;
  color: #fff;
  font-size: 17px;
}

.defaultPage .small_banner dl dt>div {
  display: inline-block;
}

.defaultPage .small_banner dl dt span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 2px;
}

.defaultPage .small_banner dl dt img {
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.defaultPage .small_banner dl dt .hot-title {
  margin: 0 20px;
}

.defaultPage .small_banner dl dt .hot-title span {
  color: #D81E06;
}

.defaultPage .small_banner dl dt .hot-title img {
  margin-top: -5px;
}

.defaultPage .small_banner dl dt .hot-nav {
  margin: 0 7px 0 20px;
  color: #666;
  cursor: pointer;
}

.defaultPage .small_banner dl dt .hot-nav span.isAction {
  color: #D81E06;
}

.defaultPage .small_banner dl dd {
  display: none;
}

.defaultPage .small_banner dl dd.active {
  display: block;
}

.defaultPage .small_banner dl dd .hot-list {
  height: 44px;
  display: flex;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.defaultPage .small_banner dl dd .hot-list>div {
  border-top: 1px solid #e6eaed;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.defaultPage .small_banner dl dd .hot-list .w1 {
  width: 125px;
}

.defaultPage .small_banner dl dd .hot-list .w2 {
  width: 120px;
  color: #898585;
  font-size: 12px;
}

.defaultPage .small_banner dl dd .hot-list .w3 {
  width: 130px;
  color: #292928;
}

.defaultPage .small_banner dl dd .hot-list .w3 .move-dian {
  animation-name: move-dian;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 0;
  -webkit-animation-name: move-dian;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
  -moz-animation-name: move-dian;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -o-animation-name: move-dian;
  -o-animation-duration: 1.5s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  -o-animation-delay: 0;
}

.defaultPage .small_banner dl dd .hot-list .w4 {
  width: 240px;
  text-align: right;
  color: #4E4E4E;
}

.defaultPage .small_banner dl dd .hot-list .w4 span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.defaultPage .small_banner dl dd .hot-list .w4 img {
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.defaultPage .small_banner dl dd .hot-list .w5 {
  width: 80px;
  color: #F90711;
  font-size: 14px;
}

.defaultPage .small_banner dl dd .hot-list .w6 {
  width: 240px;
  text-align: left;
  color: #4E4E4E;
}

.defaultPage .small_banner dl dd .hot-list .w6 span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 2px;
}

.defaultPage .small_banner dl dd .hot-list .w6 img {
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.defaultPage .small_banner dl dd .hot-list .w7 {
  text-align: left;
  width: 200px;
  color: #292928;
}

.defaultPage .small_banner dl dd .hot-list .w7 .bigSmall span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 2px;
}

.defaultPage .small_banner dl dd .hot-list .w7 .bigSmall img {
  height: 28px;
  margin-right: 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.defaultPage .small_banner dl dd .hot-list .w8 {
  width: 100px;
}

.defaultPage .small_banner dl dd .hot-list .w8 img {
  border-radius: 50%;
  margin: 4px 0;
}

.defaultPage .news {
  /* margin-top: 33px; */
  width: 430px;
  overflow-x: hidden;
  /* border: 1px solid #E6EAED; */
}

.defaultPage .news .news_left {
  /* float: left; */
  width: 430px;
  border: 1px solid #E6EAED;
  /* margin-left: 31px; */
}

.defaultPage .news .news_left .news_title ul {
  height: 40px;
  border-bottom: 1px solid #e6eaed;
}

.defaultPage .news .news_left .news_title ul li {
  float: left;
  color: #4e4d4d;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}

.defaultPage .news .news_left .news_title ul .news_active {
  color: #e24949;
  border-bottom: 2px solid #e24949;
}

.defaultPage .news .news_left .news_title .more a {
  float: right;
  font-size: 14px;
  color: #999999;
}

.defaultPage .news .news_left .news_content {
  width: 100%;
  /* max-height: 600px; */
  overflow: hidden;
}

.defaultPage .news .news_left .news_content .news_lists {
  display: none;
}

.defaultPage .news .news_left .news_content .news_lists.active {
  display: block;
}

.defaultPage .news .news_left .news_content .news_lists .news_item {
  height: 120px;
  padding: 12px 5px 12px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6eaed;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .left_news_content {
  float: left;
  width: 132px;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .left_news_content a,
.defaultPage .news .news_left .news_content .news_lists .news_item .left_news_content img {
  display: block;
  width: 132px;
  height: 92px;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .right_news_content {
  margin-left: 12px;
  float: left;
  width: 260px;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .right_news_content a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .right_news_content p {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 新增加 */
.defaultPage .table-matches .news_left1 {
  /* float: left; */
  /* width: 430px; */
  /* border: 1px solid #E6EAED; */
  /* margin-left: 31px; */
}

.defaultPage .table-matches .news_left1 .news_title1 ul {
  height: 40px;
  border-bottom: 1px solid #e6eaed;
}

.defaultPage .table-matches .news_left1 .news_title1 ul li {
  float: left;
  color: #4e4d4d;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}

.defaultPage .table-matches .news_left1 .news_title1 ul .news_active1 {
  color: #e24949;
  border-bottom: 2px solid #e24949;
}

.defaultPage .table-matches .news_left1 .news_title1 .more a {
  float: right;
  font-size: 14px;
  color: #999999;
}

.defaultPage .table-matches .news_left1 .news_content1 {
  width: 100%;
  /* max-height: 600px; */
  overflow: hidden;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 {
  display: none;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1.active {
  display: block;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 {
  display: flex;
  flex-direction: row;
  height: 120px;
  padding: 12px 5px 12px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6eaed;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .left_news_content1 {
  width: 133px;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .left_news_content1 a,
.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .left_news_content1 img {
  display: block;
  width: 133px;
  height: 86px;
  border-radius: 0
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .right_news_content1 {
  margin-left: 12px;
}


.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .right_news_content1 p{
  color: #999999;
  font-size: 13px;
  line-height: 1.4
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1 .news_item1 .right_news_content1 a {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.defaultPage .table-matches .news_left1 .news_content1 .news_lists1.news_item1 .right_news_content1 p {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.defaultPage .news .news_right {
  /* float: right; */
  width: 430px;
  margin-top: 9px;
  position: relative;
  border: 1px solid #E6EAED;
  /* margin-left: 31px; */
}

.defaultPage .news .news_right .jifen_title {
  border-bottom: 1px solid #e24949;
}

.defaultPage .news .news_right .jifen_title div {
  color: white;
  background: #e24949;
  font-size: 18px;
  width: 91px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

.defaultPage .news .news_right .jifen_nav {
  width: 100%;
  border-bottom: 1px solid #e6eaed;
  height: 44px;
  overflow: hidden;
}

.defaultPage .news .news_right .jifen_nav ul {
  height: 42px;
  padding: 0 8px;
}

.defaultPage .news .news_right .jifen_nav ul li {
  line-height: 40px;
  float: left;
  font-size: 16px;
  color: #515150;
  margin-right: 20px;
  cursor: pointer;
}

.defaultPage .news .news_right .jifen_nav ul li:last-child {
  margin-right: 0;
}

.defaultPage .news .news_right .jifen_nav ul .jifen_active {
  color: #e24949;
  border-bottom: 2px solid #e24949;
}

.defaultPage .news .news_right .nab_nav {
  display: none;
  height: 35px;
  /* margin-top: 20px; */
  margin-bottom: -20px;
}

.defaultPage .news .news_right .nab_nav.action {
  display: block;
}

.defaultPage .news .news_right .nab_nav ul li {
  cursor: pointer;
  float: left;
  font-size: 15px;
  color: #424243;
  width: 50%;
  text-align: center;
  line-height: 35px;
  background: #f2f2f2;
  border: 1px solid #dbdcdd;
}

.defaultPage .news .news_right .nab_nav ul .nab-ative {
  background: white;
  color: #e24949;
}

.defaultPage .news .news_right .jifen_content,
.defaultPage .news .news_right .jifen_content1 {
  border: 1px solid #f1f1f1;
  /* margin-top: 20px; */
  max-height: 517px;
  overflow: hidden;
}

.defaultPage .news .news_right .jifen_content .jifen_content_title {
  display: none;
}

.defaultPage .news .news_right .jifen_content .jifen_content_title.active {
  display: block;
}

.defaultPage .news .news_right #rank_container>.jifen_view {
  display: none;
}

.defaultPage .news .news_right #rank_container>.jifen_view.active {
  display: block;
}

.defaultPage .news .news_right .jifen_content ul li,
.defaultPage .news .news_right .jifen_content1 ul li {
  height: 47px;
  line-height: 47px;
}

.defaultPage .news .news_right .jifen_content ul li div,
.defaultPage .news .news_right .jifen_content1 ul li div {
  float: left;
  font-size: 15px;
  color: #424243;
  font-weight: bold;
}

.defaultPage .news .news_right .jifen_content ul li div:nth-child(1),
.defaultPage .news .news_right .jifen_content1 ul li div:nth-child(1) {
  width: 55px;
  text-align: center;
}

.defaultPage .news .news_right .jifen_content ul li div:nth-child(2),
.defaultPage .news .news_right .jifen_content1 ul li div:nth-child(2) {
  width: 180px;
}

.defaultPage .news .news_right .jifen_content ul li div:nth-child(3),
.defaultPage .news .news_right .jifen_content1 ul li div:nth-child(3) {
  width: 77px;
  text-align: center;
}

.defaultPage .news .news_right .jifen_content ul li div:nth-child(4),
.defaultPage .news .news_right .jifen_content1 ul li div:nth-child(4) {
  width: 63px;
  text-align: center;
}

.defaultPage .news .news_right .jifen_content .jifen_content_title li,
.defaultPage .news .news_right .jifen_content1 .jifen_content_title li {
  background: #f1f1f1;
}

.defaultPage .news .news_right .jifen_content .jifen_content_title li div:nth-child(2),
.defaultPage .news .news_right .jifen_content1 .jifen_content_title li div:nth-child(2) {
  padding-left: 20px;
}

.defaultPage .news .news_right .jifen_content .jifen_view li div,
.defaultPage .news .news_right .jifen_content1 .jifen_view li div {
  font-weight: normal;
}

.defaultPage .news .news_right .jifen_content .jifen_view li div:nth-child(2),
.defaultPage .news .news_right .jifen_content1 .jifen_view li div:nth-child(2) {
  color: #454646;
}

.defaultPage .news .news_right .jifen_content .jifen_view li div:nth-child(2) img,
.defaultPage .news .news_right .jifen_content1 .jifen_view li div:nth-child(2) img {
  width: 31px;
  height: 29px;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 10px;
}

.defaultPage .news .news_right .jifen_content .jifen_view li div:nth-child(1),
.defaultPage .news .news_right .jifen_content1 .jifen_view li div:nth-child(1) {
  font-weight: bold;
}

.defaultPage .news .news_right .jifen_content .jifen_view li:nth-child(2n),
.defaultPage .news .news_right .jifen_content1 .jifen_view li:nth-child(2n) {
  background: #f1f1f1;
}

.defaultPage .news .news_right .jifen_content .jifen_view li:nth-child(1) div:nth-child(1),
.defaultPage .news .news_right .jifen_content1 .jifen_view li:nth-child(1) div:nth-child(1) {
  color: #ff1b2c;
}

.defaultPage .news .news_right .jifen_content .jifen_view li:nth-child(2) div:nth-child(1),
.defaultPage .news .news_right .jifen_content1 .jifen_view li:nth-child(2) div:nth-child(1) {
  color: #fea200;
}

.defaultPage .news .news_right .jifen_content .jifen_view li:nth-child(3) div:nth-child(1),
.defaultPage .news .news_right .jifen_content1 .jifen_view li:nth-child(3) div:nth-child(1) {
  color: #22ae28;
}

.defaultPage .news .news_right .nav_lf {
  position: absolute;
  top: 317px;
  width: 100%;
  display: none;
}

.defaultPage .news .news_right .nav_lf img:nth-child(1) {
  float: left;
}

.defaultPage .news .news_right .nav_lf img:nth-child(2) {
  float: right;
}

.defaultPage .today_tuijian {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #E6EAED;
}

.defaultPage .today_tuijian>div {
  /* float: left; */
}

.defaultPage .today_tuijian .tuijian_title {
  position: relative;
  color: #FF9421;
  /* border-left: 7px solid #e24949; */
  padding-left: 21px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  border-bottom: 1px solid #E6EAED;
}

.defaultPage .today_tuijian .tuijian_title::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  border-left: #FF9421 3px solid;
}

.defaultPage .today_tuijian .tuijian_nav {
  overflow: hidden;
  height: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #E6EAED;
}

.defaultPage .today_tuijian .tuijian_nav .more {
  padding-right: 10px;
  font-size: 14px;
  color: #999999;
}

.defaultPage .today_tuijian .tuijian_nav div {
  cursor: pointer;
  font-size: 16px;
  color: #515150;
  line-height: 36px;
  margin: 0 20px;
  padding: 0 10px;
}

.defaultPage .today_tuijian .tuijian_nav div.tuijian_active {
  color: #e24949;
  border-bottom: 3px solid #e24949;
}

.defaultPage .today_tuijian+.index_content {
  /* width: 1200px; */
  margin-top: 20px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.defaultPage .index_content .index_content1 {
  /* width: 418px; */
  /* border-radius: 5px; */
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
  /* float: left; */
  /* margin-bottom: 70px; */
}

.defaultPage .index_content .index_content1 .content1_top {
  display: none;
  overflow: hidden;
}

.defaultPage .index_content .index_content1 .content1_top.active {
  display: block;
}

.defaultPage .index_content .index_content1 .content1_top>div {
  margin-top: 16px;
  height: 196px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.defaultPage .index_content .index_content1 .content1_top .info_left {
  width: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.defaultPage .index_content .index_content1 .content1_top .info_left .name {
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
}

.defaultPage .index_content .index_content1 .content1_top .info_left .meta {
  margin-top: 6px;
  width: 72px;
  height: 22px;

  background: #F7872E;
  border-radius: 11px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}

.defaultPage .index_content .index_content1 .content1_top .info_left a,
.defaultPage .index_content .index_content1 .content1_top .info_left img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.defaultPage .index_content .index_content1 .content1_top .info_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #737D92;
}


.defaultPage .index_content .index_content1 .content1_top .info_right .team {
  margin-top: 20px;

  font-size: 16px;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.defaultPage .index_content .index_content1 .content1_top .info_right .vs {
  padding: 0 20px;
  color: #F43E50;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(1) {
  background-image: url("../images/indexbg1.png");
  padding-top: 0;
  border: none;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(2) {
  background-image: url("../images/indexbg2.png");
  padding-top: 0;
  border: none;
  background-position-y: -2px;
}


.defaultPage .index_content .index_content1 .content1_top>div:nth-child(2) .info_left .meta {

  background: #20A2FF;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(3) {
  background-image: url("../images/indexbg3.png");
  padding-top: 0;
  border: none;
  background-position-y: -2px;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(3) .info_left .meta {

  background: #FFBA00;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(4) {
  background-image: url("../images/indexbg4.png");
  padding-top: 0;
  border: none;
  background-position-y: -2px;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(4) .info_left .meta {

  background: #C855F8;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(1) table {
  background: transparent;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(1) tr:nth-child(1) td:nth-child(1) {
  border-right: none;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(1) tr:nth-child(1) td:nth-child(2) {
  border-bottom: none;
}

.defaultPage .index_content .index_content1 .content1_top>div:nth-child(2) {
  background: -webkit-linear-gradient(to right, #ffa188, white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #ffa188, white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #ffa188, white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffa188, white);
  /* 标准的语法 */
}

.defaultPage .index_content .index_content1 .content1_bottom {
  font-size: 14px;
}

.defaultPage .index_content .index_content1 .content1_bottom a {
  width: 140px;
  height: 30px;
  color: #868786;
  display: block;
  border: 1px solid #eeeeee;
  line-height: 30px;
  border-radius: 5px;
  margin: 20px auto;
  padding-left: 36px;
}

.defaultPage .index_content .index_content1 .content1_bottom a img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 1px;
}

.defaultPage .index_content .index_content1 .content1_bottom a:hover {
  color: white;
  background: #fa8b15;
  border: none;
}

.defaultPage .index_content .index_content2 {
  width: 430px;
  /* border-radius: 5px; */
  /* float: right; */
  font-size: 14px;
  color: #535252;
  border: 1px solid #E6EAED;
  /* margin-bottom: 70px; */
}

.defaultPage .index_content .index_content2 .host_everyday {
  border-bottom: 1px solid #FFA800;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.defaultPage .index_content .index_content2 .host_everyday div {
  color: white;
  background: #FFA800;
  font-size: 18px;
  width: 91px;
  height: 43px;
  line-height: 42px;
  text-align: center;
}


.defaultPage .index_content .index_content2 .host_everyday .more {
  color: #999999;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
}

.defaultPage .index_content .index_content2 .need_shadow {
  /* margin-top: 26px; */
  /* border: 1px solid #eaeaea; */
}

.defaultPage .index_content .index_content2 ul {
  overflow: hidden;
}

.defaultPage .index_content .index_content2 ul li {
  height: 66px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  background: -webkit-linear-gradient(to right, #e8e8e8, white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #e8e8e8, white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #e8e8e8, white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e8e8e8, white);
  /* 标准的语法 */
}

.defaultPage .index_content .index_content2 ul li:nth-child(2n) {
  background: white;
}

.defaultPage .index_content .index_content2 ul li div {
  float: left;
}


.defaultPage .index_content .index_content2 ul li div:nth-child(1) a,
.defaultPage .index_content .index_content2 ul li div:nth-child(1) img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.defaultPage .index_content .index_content2 ul li div:nth-child(2) {
  flex: 1;
  margin-left: 14px;
}

.defaultPage .index_content .index_content2 ul li div:nth-child(2) p {
  font-size: 12px;
  color: #6a6868;
}

.defaultPage .index_content .index_content2 ul li div:nth-child(2) p:nth-child(1) {
  margin-top: 16px;
}

.defaultPage .index_content .index_content2 ul li div:nth-child(2) p:nth-child(2) {
  margin-top: 8px;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.defaultPage .index_content .more {
  text-align: center;
  line-height: 82px;
  font-size: 12px;
}

.defaultPage .index_content .more a {
  color: #fa8b15;
}

.defaultPage .index_content .more a img {
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -3px;
}

.defaultPage .index_content .bigSmall {
  position: absolute;
  top: -6px;
  right: 41px;
}

.defaultPage .index_content .bigSmall img {
  vertical-align: middle;
  margin-top: -8px;
}

.defaultPage .index_content .bigSmall span {
  font-size: 18px;
  color: #333333 !important;
  margin: 0 !important;
}

.defaultPage .time {
  position: absolute !important;
  font-size: 12px;
  color: #999999;
  width: 208px;
  top: -19px;
  left: 50%;
  transform: translateX(-104px);
}

.defaultPage .swiper-pagination {
  width: 100%;
  padding-left: 326px;
  bottom: 17px !important;
}

.defaultPage .swiper-pagination span {
  margin: 0 4px;
}

.defaultPage .swiper-pagination {
  position: absolute;
  text-align: center;
  cursor: auto;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.defaultPage .view1 {
  height: 470px;
  overflow-y: auto;
}

.defaultPage .view1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.defaultPage .view1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.defaultPage .view1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}

.defaultPage .view2 {
  height: 470px;
}

.defaultPage .index_footer {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 10px 0;
}

.defaultPage .index_footer .footer_content {
  width: 1300px;
  margin: 0 auto;
}

.defaultPage .index_footer .footer_content p {
  color: #b8b8b8;
  font-size: 14px;
}

.defaultPage .index_footer .footer_content .footer_content1 {
  overflow: hidden;
}

.defaultPage .index_footer .footer_content .footer_content1 p a {
  color: #b8b8b8;
  font-size: 14px;
  margin-right: 15px;
  white-space: nowrap;
}

.defaultPage .index_footer .footer_content .footer_content1 p span {
  margin-right: 17px;
}

.defaultPage .index_footer .footer_content .footer_content1 div {
  float: left;
}

.defaultPage .index_footer .footer_content .footer_content1 div p {
  line-height: 32px;
}

.defaultPage .index_footer .footer_content .footer_content1 div:nth-child(2) {
  margin-left: 37px;
}
.defaultPage {
    padding-bottom: 0;
}
footer {
    position: unset;
    width: 100%;
}

/*banner*/
#ifocus {
  width: 750px;
  height: 406px;
  background: #000;
}

.fl {
  float: left;
}

#ifocus_pic {
  display: inline;
  position: relative;
  float: left;
  width: 580px;
  height: 406px;
  overflow: hidden;
}

#ifocus_piclist li {
  position: relative;
  width: 580px;
  height: 406px;
  overflow: hidden;
}

#ifocus_piclist li a {
  height: 406px;
  display: block;
  position: relative;
}

#ifocus_piclist li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  background: url('../images/icon-play.png') no-repeat center center;
}

#ifocus_piclist img {
  height: 406px;
}

#ifocus_opdiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #000;
  opacity: 0.5;
}

#ifocus_tx {
  position: absolute;
  left: 8px;
  bottom: 22px;
  color: #FFF;
}

#ifocus_tx ul li {
  display: none;
}

#ifocus_tx ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#ifocus_btn {
  display: inline;
  float: right;
  margin: 5px;
}

#ifocus_btn .on,
#ifocus_btn .qh_active {
  opacity: 1;
}

#ifocus_btn img {
  width: 100%;
}

#ifocus_btn li {
  width: 158px;
  height: 90px;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  overflow: hidden;
}

#ifocus_btn img {
  width: 100%;
}

.gqj {
  width: 430px;
}

.fr {
  float: right;
}

.gqj .itemlist li {
  width: 50%;
  float: left;
  border: 1px solid #e5e5e5;
  text-align: center;
  background: #f4f4f4;
  position: relative;
  cursor: pointer;
}

.gqj .itemlist li a {
  font-size: 16px;
  line-height: 44px;
}

.gqj .itemlist li+li {
  border-left: 0;
}

.gqj .itemlist li.qh_active {
  background: #fff;
}

.gqj .itemlist li.qh_active a {
  display: block;
  color: #E24949;
  font-weight: bold;
}

.gqj .itembox .data_news_list .tnews {
  line-height: 50px;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gqj .itembox .data_news_list .tnews a {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}

.gqj .itembox .data_news_list .newslist li {
  line-height: 30px;
}

.gqj .itembox .data_news_list .newslist .ntit {
  width: 306px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: 29px;
}

.gqj .itembox .data_news_list .newslist .news_time {
  overflow: hidden;
  float: right;
  color: #999;
  line-height: 29px;
}

.gqj .itembox .data_news_list .newslist li span {
  display: inline-block;
  font-size: 14px;
}

.defaultPage .news .news_left .news_content .news_lists .news_item .right_news_content p:nth-child(3) a {
  color: #7e7e7e;
  margin-left: 15px;
}

.hidden {
  display: none;
}

.scorelist li {
  height: 72px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.scorelist li a {
  display: block;
}

.scorelist li a .score-header {
  position: relative;
  height: 32px;
  line-height: 32px;
}

.scorelist li a .score-header .stime {
  width: 110px;
  padding-left: 14px;
  font-size: 14px;
  color: #999999;
}

.scorelist li a .score-header .league {
  width: 60px;
  color: #999999;
}

.scorelist li a .score-header .status {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  font-size: 14px;
  text-align: center;
  color: #999999;
}

.scorelist li a .score-header .status.active {
  color: #E60012;
}

.scorelist li a .score-body {
  margin-top: 3px;
  line-height: 28px;
}

.scorelist li a .score-body img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  float: left;
}

.scorelist li a .score-body .teamname {
  float: left;
  width: 130px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  padding: 0 8px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.scorelist li a .score-body .teamname.homename {
  text-align: right;
}

.scorelist li a .score-body .status {
  float: left;
  width: 100px;
  font-size: 16px;
  color: #E60012;
  text-align: center;
}

.table-matches-header {
  height: 54px;
  width: 750px;
  background: url(../images/hot_bannerbg.png) no-repeat;
  background-size: 40% 137%;
  background-position-x: right;
  background-position-y: -16px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.table-matches-header a {
  float: left;
  margin-right: 26px;
  height: 54px;
  line-height: 54px;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}

.table-matches-header a.active {
  color: #EB2B01;
}

.table-matches-header a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.table-matches-header span {
  float: right;
  padding-right: 140px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
}

.biaoti {
  font-size: 18px;
  color: #c92525;
  height: 10px;
  padding: 25px 0;
  box-sizing: border-box;
}

.table-matches-tabs {
  height: 108px;
  padding: 30px 0;
  box-sizing: border-box;
}

.table-matches-tabs nav {
  margin: 0;
  float: left;
  height: 48px;
  background: #F8F6F6;
  border: 1px solid #F8F6F6;
  border-radius: 8px;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
}

.table-matches-tabs nav::after {
  content: '';
  clear: both;
}

.table-matches-tabs nav a {
  cursor: pointer;
  border-radius: 8px;
  float: left;
  height: 48px;
  width: 92px;
  line-height: 48px;
  text-align: center;
  transition: all 0.2s;
}

.table-matches-tabs nav a:hover {
  color: #FFFFFF;
  background-color: rgba(233, 77, 91, 0.6);
}

.table-matches-tabs nav a.active,
.table-matches-tabs nav a.active:hover {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #E84D5B;
}

.table-matches-body {
  display: none;
}

.table-matches-body.bordered {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 4px 0px rgba(73, 71, 71, 0.22);
  max-height: auto;
  margin-bottom: 40px;
}

.table-matches-body.active {
  width: 750px;
  display: block;
}

.table-matches table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.table-matches tr:nth-of-type(even),
.table-matches tr.bg {
  background: #F8F6F6;
}

.table-matches td {
  height: 72px;
  border-bottom: 1px solid #e5e5e5;
}

.table-matches .empty {
  font-size: 16px;
  color: #999;
  padding: 20px 30px;
}

.table-matches img {
  width: 38px;
  height: 38px;
  vertical-align: middle;
  border-radius: 50%;
}

.table-matches .stime {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
}

.table-matches .status {
  color: #E60012;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.table-matches .teamname {
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  padding: 0 8px;
}

.table-matches .teamname.homename {
  text-align: right;
}

.table-matches .teamlogo {
  text-align: center;
}

.table-matches .anchor {
  display: block;
  float: left;
  text-align: center;
  width: 68px;
  color: #737D92;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 4px;
}
.table-matches .anchor1 {
  display: block;
  text-align: center;
  color: #737D92;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 4px;
}

.table-matches .anchor img {
  margin-bottom: 6px;
}

.table-matches .score {
  text-align: center;
  color: #F43E50;
  font-size: 20px;
}

.hot-left {
    background:#f5f5f5;
    border: 1px solid #f5f5f5;
}
.box-header {
    display: flex;
    align-items: flex-end;
    margin-top: 16px;
    padding-left: 8px;
}
.box-title {
    font-size: 24px;
    font-weight: 600;
    color: #E24949;
    line-height: 33px;
}
.box-subtitle {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #ffa188;
    line-height: 28px;
}
.hot-match-wrapper {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 16px 8px;
    display: flex;
    justify-content: space-between;
}
.hot-match-item {
    display: block;
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.hot-match-item:hover {
    color: #ffffff;
}
.hot-match-item img {
    object-fit: cover;
}
.hot-match-item-big {
    width: 510px;
    height: 332px;
}
.hot-match-item-big .line1 {
    position: absolute;
    left: 32px;
    bottom: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}
.hot-match-item-big .status {
    position: absolute;
    left: 32px;
    bottom: 29px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}
.hot-match-item-big .team1 {
    position: absolute;
    right: 270px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-match-item-big .icon1 {
    position: absolute;
    left: 245px;
    bottom: 32px;
    width: 20px;
    height: 20px;
}
.hot-match-item-big .score {
    position: absolute;
    left: 270px;
    right: 270px;
    bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}
.hot-match-item-big .icon2 {
    position: absolute;
    left: 340px;
    bottom: 32px;
    width: 20px;
    height: 20px;
}
.hot-match-item-big .team2 {
    position: absolute;
    left: 365px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-match-item-big-1 {
    background: url("https://www.csiot.cn/images/hot-zq-bg-big.jpg") center center;
}
.hot-match-item-big-2 {
    background-image: url("https://www.csiot.cn/images/hot-lq-bg-big.jpg");
}
.hot-match-item-small {
    width: 217px;
    height: 104px;
}
.hot-match-item-small .line1 {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff
}
.hot-match-item-small .icon1 {
    position: absolute;
    left: 68px;
    bottom: 47px;
    width: 16px;
    height: 16px;
}
.hot-match-item-small .team1 {
    position: absolute;
    left: 90px;
    right: 16px;
    bottom: 46px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-match-item-small .icon2 {
    position: absolute;
    left: 68px;
    bottom: 25px;
    width: 16px;
    height: 16px;
}
.hot-match-item-small .team2 {
    position: absolute;
    left: 90px;
    right: 16px;
    bottom: 24px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-match-item-small:not(:first-child) {
    margin-top: 10px;
}
.hot-match-item-small-1 {
    background-image: url("https://www.csiot.cn/images/hot-zq-bg.jpg");
}
.hot-match-item-small-2 {
    background-image: url("https://www.csiot.cn/images/hot-lq-bg.jpg");
}