.live_page {
  position: relative;
  padding-top: 70px;
  min-width: 1300px;
  overflow: hidden;
}
.live_page .title {
  text-align: center;
  padding-bottom: 60px;
}
.live_page .anchor_point {
  position: absolute;
  top: -70px;
}
.live_page .header {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 3px #e1e1e1;
}
.live_page .header .header_info {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
}
.live_page .header .header_info .logo {
  float: left;
}
.live_page .header .navigation {
  float: right;
}
.live_page .header .navigation li {
  float: left;
  margin-left: 50px;
}
.live_page .header .navigation li a {
  padding: 0 5px 10px;
  font-size: 16px;
  color: #999;
  text-decoration: none;
}
.live_page .header .navigation li a:hover {
  color: #ba1126;
}
.live_page .header .navigation li .active {
  border-bottom: 3px solid #ba1126;
  color: #ba1126;
}
.live_page .ranking {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}
.live_page .ranking .explain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.live_page .about {
  padding-top: 75px;
  position: relative;
}
.live_page .about .about_info {
  width: 1250px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.live_page .about .about_info .title {
  text-align: center;
  padding-bottom: 60px;
}
.live_page .about .about_info .introduce {
  text-align: center;
  font-size: 22px;
  color: #333;
  padding: 0 40px;
  letter-spacing: 3px;
}
.live_page .about .about_info .flow li {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #999;
  font-size: 20px;
  text-align: center;
  float: left;
  padding-top: 45px;
  box-sizing: border-box;
  margin: 0 40px;
  cursor: pointer;
}
.live_page .about .about_info .flow li p strong {
  font-size: 32px;
  font-weight: bold;
}
.live_page .about .about_info .flow li p span {
  color: #ba1126;
  font-size: 16px;
}
.live_page .about .about_info .flow li p .add_icon {
  font-size: 32px;
}
.live_page .about .about_info .flow li:hover {
  background: #ba1126;
  color: #fff;
}
.live_page .about .about_info .flow li:hover p span {
  color: #fff;
}
.live_page .honor {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  height: 825px;
  background: url('../img/honorary_bg.png') no-repeat;
  background-size: 100%;
}
.live_page .honor .honor_info {
  position: relative;
  z-index: 2;
  padding-top: 75px;
}
.live_page .honor .honor_info .prize {
  width: 1300px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}
.live_page .honor .honor_info .prize #swiperPrize {
  width: 100%;
  height: 500px;
}
.live_page .honor .honor_info .prize .swiper-container {
  width: 96%;
}
.live_page .honor .honor_info .prize .swiper-container .swiperPrize {
  height: 450px;
}
.live_page .honor .honor_info .prize .swiper-container .swiperPrize img {
  width: 105%;
  height: 90%;
  margin-left: -3px;
}
.live_page .honor .honor_info .prize .swiperPrizePrev {
  width: 45px!important;
  height: 45px;
  background-image: url('../img/row_left.png') !important;
  background-size: 44px 44px!important;
  left: -10px !important;
  top: 48% !important;
}
.live_page .honor .honor_info .prize .swiperPrizePrev:hover {
  background-image: url('../img/row_left_hover.png') !important;
}
.live_page .honor .honor_info .prize .swiperPrizeNext {
  background-image: url('../img/row_right.png') !important;
  width: 45px!important;
  height: 45px;
  background-size: 44px 44px!important;
  right: -10px !important;
  top: 48% !important;
}
.live_page .honor .honor_info .prize .swiperPrizeNext:hover {
  background-image: url('../img/row_right_hover.png') !important;
}
.live_page .anchor {
  width: 100%;
  background: #f7f7f7;
  position: relative;
}
.live_page .anchor .anchor_info {
  width: 1236px;
  margin: 0 auto;
  padding-top: 75px;
}
.live_page .anchor .anchor_info .list li {
  padding: 0px 18px 36px;
  float: left;
  -webkit-transform: all 1s;
}
.live_page .anchor .anchor_info .list li .item {
  width: 210px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
  background: #fff;
}
.live_page .anchor .anchor_info .list li .item .name {
  padding: 20px 0px 8px;
}
.live_page .anchor .anchor_info .list li .item .accout_id {
  color: #999;
  font-size: 14px;
}
.live_page .anchor .anchor_info .list li .item .accout_id img {
  vertical-align: sub;
}
.live_page .anchor .anchor_info .list li .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 0.5s;
  box-shadow: 4px 4px 4px #e4e3e4;
}
.live_page .cooperation {
  background: #fff;
  text-align: center;
  padding-top: 75px;
  position: relative;
}
.live_page .contact {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}
.live_page .contact .contact_mode {
  width: 1200px;
  margin: 0 auto;
}
.live_page .contact .contact_mode .mode {
  float: left;
  font-size: 18px;
  padding-top: 105px;
}
.live_page .contact .contact_mode .mode p {
  line-height: 47px;
}
.live_page .contact .contact_mode .mode p span {
  margin-right: 10px;
}
.live_page .contact .contact_mode .mode p span:first-child {
  display: inline-block;
  width: 22px;
  text-align: center;
}
.live_page .contact .contact_mode .show {
  float: right;
}
.live_page .footer {
  height: 100px;
  text-align: center;
  color: #ba1126;
  font-size: 20px;
  background: #f2f2f2;
}
.live_page .footer p {
  padding-top: 16px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
