.main {
  max-width: 1340px;
  margin: 0 auto;
}
/*div.header ul.row {width: 1000px;margin-left: 0;}*/
@media (max-width: 768px) {
  .main {
    width: 100%;
    /* padding: 0 15px; */
  }
  #header .block {
    display: none !important;
  }
  .user_name {
    width: 80px;
  }
  .user_name span,
  .droplanguage span {
    width: 52px;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .droplanguage button {
    height: 34px;
  }
  .droplanguage span {
    width: 40px;
    padding-top: 2px;
    padding-left: 5px;
    text-align: center;
  }
  .user_name .caret {
    position: absolute;
    right: 3px;
    top: 14px;
  }
  .drop_username #dropdown-menu,
  .droplanguage #dropdown-menu {
    min-width: 100px !important;
    font-size: 12px;
    text-align: center;
  }
  .drop_username #dropdown-menu {
    min-width: 80px !important;
  }
  .dropdown-menu > li > a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
a.match_more:hover,
a.match_more:focus {
  color: #fff;
}
/*  header start  */
/*.header{*/
/*width: 100%;*/
/*}*/
#header {
  position: relative;
  padding-top: 40px;
  z-index: 5;
}
.top_lang {
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.top_lang a {
  color: #000;
  /*font-size: 12px;*/
  margin-right: 10px;
  padding-left: 10px;
}
.top_lang a i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 16px;
  height: 11px;
}
.languages > a {
  line-height: 15px;
}
.welcome_left {
  height: 40px;
  line-height: 40px;
  background: #f0f0f0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.top_bg {
  width: 100%;
  height: 80px;
  /*background-position: center;*/
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  clear: both;
}
.top_bg img {
  display: none;
}
@media (max-width: 768px) {
  #header {
    padding-top: 0;
  }
  .welcome_left {
    width: auto;
    height: 50px;
    line-height: 20px;
    padding: 0;
    top: unset;
    z-index: 2;
    background: unset;
    color: #fff;
  }
  .welcome_left a {
    color: #fff;
  }
  .welcome_left .welcome_text {
    display: none;
  }
  .top_bg {
    height: auto;
    background-size: 200%;
  }
  .top_bg img {
    width: 100%;
    display: block;
  }
  div.logo {
    border: none;
  }
  .top_lang {
    height: 50px;
    line-height: 50px;
    float: left;
  }
  .main div.welcome_left {
    width: 50%;
    float: left;
  }
  .top_lang a i {
    vertical-align: unset;
  }
  .user_name span,
  .droplanguage span {
    width: 52px;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .droplanguage button {
    height: 34px;
  }
  .droplanguage span {
    width: 40px;
    padding-top: 2px;
    padding-left: 5px;
    text-align: center;
  }
  .user_name .caret {
    position: absolute;
    right: 3px;
    top: 14px;
  }
  .drop_username #dropdown-menu,
  .droplanguage #dropdown-menu {
    min-width: 100px !important;
    text-align: center;
  }
  .drop_username #dropdown-menu {
    min-width: 80px !important;
    /*left: 20px;*/
  }
  .dropdown-menu > li > a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .mob_user.user_name {
    line-height: 30px;
  }
  .drop_username,
  .droplanguage {
    margin-left: 0;
  }
  .droplanguage {
    float: right;
  }
}
.header {
  height: 50px;
  line-height: 50px;
  margin-bottom: 21px;
  position: relative;
  background-color: #e7e7e7;
}
.droplanguage {
  display: block;
}
#bs-navbar ul li {
  position: relative;
  padding: 0 12px;
  float: left;
}
#bs-navbar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#bs-navbar ul li a:focus {
  color: #000;
  text-decoration: unset;
}
#header .dropdown_menu ul li {
  float: unset;
}

/* #bs-navbar ul li:hover{
    background-color: #3996d3;
} */
#bs-navbar ul li:hover a {
  color: #fff;
}
#bs-navbar ul li a:hover {
  color: #fff;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 145px;
}
#header .block {
  width: 360px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
div.time .countdownHolder {
  bottom: 34px;
}
#header .block .time {
  width: 100%;
  height: 80px;
  padding: 10px;
}
#header .block .time {
  padding-bottom: 0;
}
div.time .countdownHolder {
  width: 74%;
}
#header .block .but {
  width: 20%;
  position: absolute;
  right: 13px;
  top: 0;
  height: 80px;
  line-height: 38px;
  background: none;
}
/* #header .block .but{
    padding-top: 0;
	height: 50px;
	position: absolute;
	width: 150px;
	right: 50px;
	top: 165px;
	line-height: 50px;
} */
#header .block .border {
  /* border: 1px solid #fff; */
  width: 100%;
  height: 100%;
}
#header .block .time .border {
  border-bottom: 0;
}
#header .block .but .border {
  border-top: 0;
}
#header .block .but .border a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header .block .but .border a:hover {
  color: #fff !important;
}
#header .dropdown_menu ul li {
  height: auto;
  line-height: 35px;
  white-space: nowrap;
}
/*  header end  */
/*  footer start  */
div.foot.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 1px solid #aaa;
  margin-top: 20px;
}
div.foot div.back div.logo {
  width: 350px;
  height: 240px;
  line-height: 240px;
  float: left;
  text-align: center;
  vertical-align: middle;
  background-image: unset;
}
div.foot div.back div.logo img {
  max-width: 50%;
}
.footer .copyright {
  height: 40px;
  line-height: 40px;
}
@media (max-width: 768px) {
  
  .footer .copyright {
    height: auto;
    line-height: 20px;
    padding: 0 15px;
  }

  .header {
    line-height: 40px;
  }
  .header,
  div.support {
    width: 100%;
    height: auto;
  }
  #bs-navbar ul li {
    width: 100% !important;
    padding: 0;
    /*border-bottom:1px solid #fff;*/
  }
  #bs-navbar ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 15px;
    font-size: 14px;
  }
  #bs-navbar ul li a:focus {
  }
  #header .dropdown_menu ul li {
    /*border-bottom: 0;*/
    padding: 0 10px;
    box-sizing: border-box;
  }
  .navbar-toggle {
    border: 1px solid #fff;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header .dropdown_menu {
    position: unset;
  }
  .navbar-collapse {
    padding: 0;
    border: 1px solid #000;
  }
  .navbar-collapse .main {
    padding: 0;
  }
  .footer_foot {
    width: 100%;
  }
  .footer .main {
    padding: 15px;
  }
}
.footer .main {
  padding: 30px 0;
}
.footer .info_two .info_menu .title_one {
  height: 28px;
  border-bottom: 1px solid #ffd30d;
  margin-bottom: 20px;
}
.footer .info_two .info_menu {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .footer .info_two .info_menu {
    padding: 0;
  }
}
.footer .info_menu .con_two a {
  display: block;
  height: 28px;
}
.footer .info_menu .con_two a:hover,
.footer .info_menu .con_two a:focus {
  color: #fff;
}
div.foot div.back div.main {
  float: left;
  margin-top: 9px;
  color: #000;
  line-height: 34px;
  max-width: 70%;
}
div.foot div.back {
  background-image: unset;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-top: 1px;
}
div.foot div.back div.chat p {
  height: 20px;
  line-height: 20px;
  /* color: #000; */
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  div.foot div.back {
    background-image: unset;
    display: flex;
    flex-wrap: wrap;
  }
  div.foot div.back div.main {
    width: 100%;
    max-width: 100%;
    color: #fff;
  }
  div.foot div.back div.main .url a {
    color: #fff;
  }
  .footer_info {
    /*display: flex;*/
  }
  .footer_info p {
    display: block;
  }
  div.time div.back {
    width: 120%;
    margin-left: -20%;
  }
  div.time div.back .count_down_time {
    width: 120%;
    bottom: 12%;
  }
}
/*  footer end  */


.column {
  padding-bottom: 40px;
}
div.intro div.content div.two_but a:last-child .film {
  background: #000 !important;
}
@media (max-width: 768px) {
  .navbar,.header{
    margin-bottom: 0;
  }
  .column {
    padding-bottom: 20px;
  }
  div.theme div.menu li a {
    font-size: 14px;
  }
  div.theme div.menu ul li {
    width: 50%;
    height: auto;
    margin: 0 0 0;
    padding: 18px 0 0;
  }
  div.theme div.menu li a em {
    background-size: 50%;
  }
  div.theme div.menu li:hover a em,
  div.theme div.menu li:hover {
    border: 1px solid #bbb !important;
  }
}
/* index start */
div.theme div.menu ul li {
  /* width: 16%; */
  /* float: left; */
  flex: 1;
  border: 1px solid #f6f6f6;
  padding: 18px 0;
  /* height: 110px; */
  height: auto;
  margin: 0 40px;
  color: #000;
}
div.theme div.menu li a em {
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
/* banner start */
div.theme div.adv {
  height: 544px;
  width: 100%;
}

div.theme div.adv .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
  cursor: pointer;
}
.swiper-slide img {
  display: none;
}
@media (max-width: 768px) {
  div.theme div.adv {
    height: auto !important;
  }
  .swiper-slide {
    background-image: unset !important;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 685px) {
  div.theme div.adv {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  div.time {
    padding: 0 15px;
  }
  .foot .back {
    padding-top: 20px !important;
  }
  div.foot div.back div.logo {
    /*display: none;*/
    height: auto;
    line-height: unset;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .top_bg {
    /*height: 50px;*/
  }
}
@media (max-width: 400px) {
  .top_bg {
    /*height: 45px;*/
  }
}
@media (max-width: 350px) {
  .top_bg {
    /*height: 40px;*/
  }
}

/* banner end */
/*  快捷入口 start  */
div.theme div.menu {
  max-width: 1300px;
  /* height: 148px; */
  padding-top: 1px;
  margin: 20px;
  border-width: 1px;
  border-style: solid;
  /* border: 1px solid #3996d3; */
}

div.theme div.menu li a p {
  line-height: 36px;
}
.time .match_time div.fl {
  display: none;
}
.entrance {
  padding-left: 10px;
}
.entrance .match_time {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.entrance .match_time .time_title {
  padding-top: 12px;
}
.entrance .match_time ul li .num {
  font-size: 32px;
  font-weight: bold;
  width: 77px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 29%;
}
.entrance .match_time ul li b#tian {
  left: 9%;
}
.entrance .match_time ul li b#shi {
  left: 38%;
}
.entrance .match_time ul li b#fen {
  right: 8%;
}
@media (max-width: 450px) {
  .entrance .match_time {
    height: 225px;
  }
  .entrance .match_time ul li .num {
    top: 31%;
  }
  .entrance .match_time ul li b#tian {
    left: 12%;
  }
  .entrance .match_time ul li b#shi {
    left: 40%;
  }
  .entrance .match_time ul li b#fen {
    right: 11%;
  }
}

@media (max-width: 400px) {
  .entrance .match_time {
    height: 200px;
  }
  .entrance .match_time ul li b#tian {
    left: 11%;
  }
  .entrance .match_time ul li b#shi {
    left: 39%;
  }
  .entrance .match_time ul li b#fen {
    right: 10%;
  }
  .entrance .match_time ul li .num {
    top: 29%;
  }
}
@media (max-width: 350px) {
  .entrance .match_time {
    height: 170px;
  }
  .entrance .match_time ul li b#tian {
    left: 9%;
  }
  .entrance .match_time ul li b#shi {
    left: 38%;
  }
  .entrance .match_time ul li b#fen {
    right: 8%;
  }
}
.entrance .match_time span {
  display: block;
  width: 100%;
  margin-top: 13px;
  position: absolute;
  bottom: 0;
}
.entrance .btn_box a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  border-radius: 8px;
}
.entrance .btn_box a:hover,
.entrance .btn_box a:focus {
  color: #fff;
}
/*  快捷入口 end  */
/*  倒计时  */
#coundDownIndex .countDays span.digit,
#coundDownIndex .countHours span.digit,
#coundDownIndex .countMinutes span.digit,
#coundDownIndex .countSeconds span.digit {
  font-size: 86px;
  background: none;
  width: auto;
  display: inline-block;
  height: 40px;
  font-family: impact;
  margin: 0 2px;
  font-weight: bold;
  color: unset;
  top: 0;
}
@media (max-width: 768px) {
  #coundDownIndex .countDays span.digit,
  #coundDownIndex .countHours span.digit,
  #coundDownIndex .countMinutes span.digit,
  #coundDownIndex .countSeconds span.digit {
    font-size: 26px;
    position: static;
    color: #fff;
    font-weight: 500;
  }
}
/*  新闻推荐  */
div.theme div.public_t div.font h2 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  height: 28px;
  margin-bottom: 5px;
}

.news_title {
  height: 47px;
  line-height: 47px;
  border-radius: 15px 15px 0 0;
  padding: 0 13px;
}
.match_news {
  padding-right: 20px;
}

.match_news_img {
  border-radius: 0 0 15px 15px;
}
.match_big_img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.match_big_img .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.match_big_img .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.match_big_img .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 215px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.match_big_img .swiper-wrapper .swiper-slide p {
  display: block;
  width: 100%;
  padding: 0 15px;
  line-height: 55px;
  margin-bottom: 0;
}
.small-img-con {
  height: 73px;
  border-top: 1px solid #ddd;
}
.match_small_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px;
}
.match_small_img .swiper-wrapper .swiper-slide {
  width: 70px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 5px;
}
.notice_list {
  padding: 20px 16px;
  border-radius: 0 0 15px 15px;
}
.notice_list .item_notice {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
div.news div.fl div.bot div.news_t {
  max-height: 80px;
  display: flex;
  align-items: center;
}
.notice_list .item_notice .date {
  border-radius: 14px;
  border: 1px solid #6d2256;
}
.notice_list .item_notice .day {
  border-radius: 14px 14px 0 0;
}
.notice_list .item_notice .year {
  border-radius: 0 0 14px 14px;
}
.notice_list .item_notice .item_notice_tit {
  position: relative;
  padding-left: 20px;
}
.notice_list .item_notice .item_notice_tit a {
  display: block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_list .item_notice .new_icon {
  position: absolute;
  right: 12px;
  top: 8px;
  display: block;
  width: 25px;
  height: 9px;
  background-image: url(/static/themes/img/new_icon.png);
  background-repeat: no-repeat;
}
.preview {
  width: 100%;
  position: relative;
}
.preview .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.match_small_img .swiper-wrapper .swiper-slide.active-nav {
  border: 1px solid #f00;
}
/* 精彩回顾 start */
.photo {
  height: 670px;
  padding: 10px;
  margin-top: 30px;
  background-color: white;
  /* background-image: url(/static/themes/img/sheshan/view_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  /* background: -moz-linear-gradient(45deg, #115a51, #a4c36a);
    background: -webkit-gradient(linear, 0 100%, 100% 0%, from(#115a51), to(#a4c36a));
    background: -webkit-linear-gradient(45deg, #115a51, #a4c36a);
    background: -o-linear-gradient(45deg, #115a51, #a4c36a);
    background: -ms-linear-gradient(45deg, #115a51, #a4c36a); */
}
.photo .photo-top {
  height: 110px;
  padding-top: 30px;
  border-bottom: 1px solid #fff;
  color: #333;
}
.photo .photo-top i {
  display: block;
  margin: 10px 10px 10px 0;
  width: 51px;
  height: 53px;
  background: url(../../img/sheshan/tc_three.png) no-repeat right;
}
.photo .photo-top .photo-font h1 {
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 2px 0;
}
.photo .photo-top .photo-font p {
  font-size: 12px;
}
.photo .photos {
  margin-top: 20px;
}
.photo .photos .max-img {
  height: 500px;
  padding-right: 5px;
}
.photo .photos .max-img i,
.photo .photos .mid-img i,
.photo .photos .min-img i {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.photo .photos .min-img {
  margin: 0 auto;
  height: 163px;
  padding: 0 5px 0 0;
}
.photo .photos .mid-img {
  height: 245px;
  padding: 0 5px 0 0;
}
.photo .photos .mid-img:nth-child(1) {
  margin-bottom: 10px;
}
.photo .photos .min-img:nth-child(2) {
  margin: 5px 0;
}
/* 精彩回顾 */
div.theme div.public_t i.img {
  width: 51px;
  height: 53px;
  display: block;
  background: url(../../img/sheshan/tc_one.png) no-repeat center;
  float: left;
  margin-top: 45px;
}
div.theme div.public_t i.img_2 {
  width: 51px;
  height: 53px;
  display: block;
  background: url(../../img/sheshan/tc_two.png) no-repeat center;
  float: left;
  margin-top: 45px;
}
div.theme div.public_t i.img_4 {
  background: url(../../img/sheshan/tc_four.png) no-repeat center;
}

/*  合作商 start  */
.sponsor {
  height: auto;
  margin: 74px 0 72px 0;
}

.sponsor .sponsor_list {
  min-height: 126px;
  /*height: 126px;*/
  border-radius: 14px;
  margin-bottom: 21px;
  display: flex;
}
.sponsor .sponsor_list .title_left {
  width: 175px;
  /*height: 100%;*/
  border-radius: 14px 0 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

@media (max-width: 768px) {
  .photo {
    margin-top: 10px;
    height: 765px;
  }
  .photo .photos {
    height: 617px;
  }
  .photo .photos .max-img {
    height: 307px;
  }
  .photo .photos .max-img:nth-child(1) {
    padding-bottom: 5px;
  }
  .photo .photos .min-img:nth-child(3) {
    padding-bottom: 5px;
  }
  .photo .photos .min-img {
    height: 99px;
  }
  .photo .photos .mid-img {
    height: 149px;
  }
  .photo .photos .min-img:nth-child(2) {
    margin: 6px 0;
  }
  .match_news {
    padding-right: 0;
    margin-bottom: 20px;
  }
  div.theme div.public_t div.font h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .entrance {
    padding-left: 0;
  }
  div.theme div.menu {
    padding: 0 15px;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
  }
  div.theme div.menu li a p {
    line-height: 20px;
    margin-bottom: 0;
  }
  .time .match_time div.fl {
    display: block;
  }
  .time .match_time {
    background-image: unset !important;
  }
  div.time div.fl div.top {
    width: 100%;
    border: 0;
    margin-left: 18px;
    margin-top: 10%;
  }
  div.time div.fl div.bot {
    margin-left: 0;
  }
  .sponsor .sponsor_list {
    display: block;
  }
  .sponsor .sponsor_list .title_left {
    width: 100%;
    border-radius: 14px;
    height: 40px;
  }
  .sponsor {
    margin: 0;
  }
}
.sponsor .sponsor_list .img_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 10px;
}
.sponsor .sponsor_list .img_right img {
  width: 180px;
  max-height: 105px;
  margin-left: 5px;
  margin-bottom: 5px;
}
/*  合作商 end  */

/* index end */

.video_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* 赛事公告 start */
div.intro {
  width: 100%;
}
div.news div.fr div.bot ul li {
  width: 100%;
}
div.intro div.content div.two_but div.fl {
  height: 48px;
  width: 173px;
  margin-right: 15px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  div.intro div.content div.two_but div.fl {
    width: 47%;
    margin-right: 3%;
    padding: 0 0.5rem;
  }
  div.intro div.content div.two_but a:last-child div.fl {
    margin-right: 0;
  }
  #coundDownIndex span.countDiv {
    top: -14px;
    left: 0;
    color: #fff !important;
  }
  div.theme div.menu ul {
    /* display: block; */
    overflow-x: hidden;
    display: flex;
  }
  div.theme div.menu ul::after {
    clear: both;
  }
}
.footer_info p {
  display: inline-block;
}

div.foot div.back div.chat1 {
  float: left;
  margin-left: 50px;
  margin-top: 50px;
  width: 120px;
  height: 150px;
}
div.foot div.back div.chat1 img {
  width: 100%;
}
div.foot div.back div.chat1 p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer_info p {
    display: block;
    text-align: center;
  }
  div.foot div.back div.chat1 {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 15px;
    float: none;
    margin-left: 0;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
  }
  div.foot div.back div.chat1 img {
    width: 120px;
    margin: 0 auto;
  }
}
div.intro div.content i.img {
  width: 519px;
  height: auto;
  display: block;
}
div.intro div.content i.img img {
  width: 100%;
  max-height: 89px;
}

@media (max-width: 768px) {
  div.intro div.content i.img {
    width: 100%;
    height: 50px;
  }
  div.intro div.content i.img img {
    max-height: 50px;
  }
  div.part ul li img {
    max-height: 100% !important;
  }
  div.support div.font span,
  div.part div.font span {
    font-size: 20px;
  }
  div.theme div.menu li:hover {
    border: 0;
  }
}
div.news div.fl div.bot div.news_t i {
  flex-shrink: 0;
  background-image: unset;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  position: relative;
}

div.news div.fl div.bot div.news_t span{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
div.news div.fl div.bot div.news_t i em {
  position: absolute;
  display: block;
  width: 3px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  right: -3px;
  background-image: url(/static/themes/img/dayangwan/arrow_right.png);
  background-repeat: no-repeat;
}
/* 赛事公告end */

div.block div.on a {
  color: #fff !important;
}
