* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: url(../images/bg.jpg) center repeat;
  background-size: cover;
}
a {
  text-decoration: none;
  color: #000;
}
.clear {
  clear: both;
}
img {
  border: 0 none;
  vertical-align: top;
}
.main {
  width: 1300px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.nav {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, #230213, #8a1437);
  color: #ffffff;
  box-sizing: border-box;
}
.nav ul > li {
  float: left;
  margin-right: 60px;
  cursor: pointer;
  position: relative;
  list-style: none;
  height: 60px;
  line-height: 60px;
}
.nav a {
  color: #ffffff;
  text-decoration: none;
}
.nav a:hover {
  color: red;
}
.nav .slide_down {
  width: 140px;
  background: #8a1538;
  position: absolute;
  top: 60px;
  left: -40px;
  z-index: 999;
  display: none;
}
.nav .slide_down a {
  display: block;
  height: 34px;
  margin: 0 20px;
  list-style: none;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  padding-left: 5px;
}
.nav .slide_down a:hover {
  color: red;
}
.nav li:hover .slide_down {
  display: block;
}
.banner {
  width: 1300px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
}
/* 赛事预报  */
.box1 {
  width: 1300px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.box1 .info {
  position: relative;
  width: 24%;
  padding: 10px;
  background: linear-gradient(#891438, #58001b);
}
.box1 .info .box1_in {
  cursor: pointer;
}
.box1 .info .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: linear-gradient(#891438, #58001b);
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
}
.box1 .info .text {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}
.box1 .info .text p {
  line-height: 2;
}
.box1 .info .icon_video1 {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.box1 .info .icon_video2 {
  width: 25px;
  margin-right: 5px;
}
.box1 .info .team_info {
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  margin-top: 5px;
}
.box1 .info .team_box {
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.box1 .info .team_box img {
  width: 50px;
}
.box1 .info .team_box .team_info {
  width: 40%;
}
.box1 .info .team_box .team_info p.score {
  font-size: 22px;
  margin-bottom: 5px;
}
.box1 .info .team_box .team {
  text-align: center;
}
.box1 .info:hover .mask {
  opacity: 1;
}
/* 轮播图  */
.box2 {
  width: 1300px;
  height: 700px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}
.swiper {
  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;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper2 {
  height: 80%;
  width: 85%;
  overflow: hidden;
  margin: 0 auto;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  width: 8%;
  height: 75%;
  background: rgba(0, 0, 0, 0.5);
  top: 8%;
  color: #fff;
  z-index: 0;
}
.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-container-rtl .swiper-button-next {
  left: 0;
  width: 8%;
  height: 75%;
  background: rgba(0, 0, 0, 0.5);
  top: 8%;
  color: #fff;
  z-index: 0;
}
/* 我的球队 */
.box3 {
  width: 100%;
  height: 700px;
  background: url(../images/bg2.jpg) no-repeat center center;
  margin: 0 auto;
  padding: 50px;
}
.box3 .tit_box {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
.box3 .tit_box .tit {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
}
.box3 .tit_box .tit .icon2 {
  height: 30px;
  margin-right: 10px;
}
.box3 .tit_box .tit .icon1 {
  height: 15px;
  margin-left: 20px;
}
.box3 .qd_box {
  width: 860px;
  background: url(../images/bg3.png) no-repeat center top;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.box3 .qd_box a {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  padding: 14px 5px 0;
}
.box3 .qd_box img {
  width: 40px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.box3 .qd_box p {
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #ffffff;
  display: none;
}
.box3 .qd_box a:hover {
  background: #ff004c;
}
.box3 .qd_box a:hover p {
  display: block;
}
.box3 .qd_box .more {
  font-size: 14px;
  border: 1px solid #fff;
  padding: 5px 10px;
  width: 70px;
  float: left;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.box3 .box3_content {
  margin: 30px 0;
}
.box3 .box3_content .box3_l {
  width: 32%;
  float: left;
}
.box3 .box3_content .box3_l > img {
  width: 100%;
  margin-bottom: 20px;
}
.box3 .box3_content .box3_l .l_info {
  background: #8a1538;
  padding: 10px;
  padding-bottom: 50px;
  cursor: pointer;
}
.box3 .box3_content .box3_l .l_info .pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.box3 .box3_content .box3_l .l_info .pic img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.box3 .box3_content .box3_l .l_info p {
  font-size: 20px;
  color: #fff;
  padding: 5px 0;
  line-height: 1.8;
}
.box3 .box3_content .box3_l .l_info:hover {
  background: #ff004c;
}
.box3 .box3_content .box3_l .l_info:hover img {
  transform: scale(1.1);
}
.box3 .box3_content .box3_r {
  float: right;
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box3 .box3_content .box3_r .r_info {
  width: 32%;
  margin-bottom: 30px;
}
.box3 .box3_content .box3_r .r_info .pic {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.box3 .box3_content .box3_r .r_info .pic img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.box3 .box3_content .box3_r .r_info p {
  font-size: 20px;
  color: #fff;
  padding: 5px 0;
  line-height: 1.7;
}
.box3 .box3_content .box3_r .r_info:hover {
  cursor: pointer;
}
.box3 .box3_content .box3_r .r_info:hover img {
  transform: scale(1.1);
}
/* 聚焦世界杯 */
.box4 {
  margin: 30px auto;
}
.box4 .tit_box {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
.box4 .tit_box .tit {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
}
.box4 .tit_box .tit .icon2 {
  height: 30px;
  margin-right: 10px;
}
.box4 .tit_box .tit .icon1 {
  height: 15px;
  margin-left: 20px;
}
.box4 .btn_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box4 .btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 92px;
  line-height: 92px;
  color: #ffffff;
  font-size: 24px;
  background: linear-gradient(to right, #57001A, #891438);
}
.box4 .btn_box a span {
  font-size: 12px;
  margin-right: 10px;
}
.box4 .btn_box .active {
  background: #ff004c;
  font-weight: bold;
}
.box4 .btn_box .active img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.box4 .table_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box4 .table_box .table_info {
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  vertical-align: top;
}
.box4 .table_box table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.box4 .table_box table thead td {
  height: 50px;
  color: #ffffff;
  font-size: 16px;
}
.box4 .table_box table td {
  height: 72px;
  text-align: center;
}
.box4 .table_box table td.group {
  width: 170px;
  text-align: left;
  padding-left: 20px;
}
.box4 .table_box .team {
  display: flex;
  align-items: center;
}
.box4 .table_box .team span {
  width: 40px;
  padding-left: 5px;
}
.box4 .table_box .team .logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.box4 .table_box .team .name {
  flex: 1;
  text-align: left;
}
.box4 .table_box .table1 {
  background: #fff url(../images/tbg1.png);
}
.box4 .table_box .table1 thead {
  background-color: #8a1638;
}
.box4 .table_box .table2 {
  background: #fff url(../images/tbg2.png);
}
.box4 .table_box .table2 thead {
  background-color: #00d0b6;
}
.box4 .table_box .table3 {
  background: #fff url(../images/tbg3.png);
}
.box4 .table_box .table3 thead {
  background-color: #540164;
}
.box4 .table_box .table4 {
  background: #fff url(../images/tbg4.png);
}
.box4 .table_box .table4 thead {
  background-color: #f54600;
}
.box4 .table_box .table5 {
  background: #fff url(../images/tbg5.png);
}
.box4 .table_box .table5 thead {
  background-color: #ffbf00;
}
.box4 .table_box .table6 {
  background: #fff url(../images/tbg6.png);
}
.box4 .table_box .table6 thead {
  background-color: #7155b9;
}
.box4 .table_box .table7 {
  background: #fff url(../images/tbg7.png);
}
.box4 .table_box .table7 thead {
  background-color: #fe014c;
}
.box4 .table_box .table8 {
  background: #fff url(../images/tbg8.png);
}
.box4 .table_box .table8 thead {
  background-color: #bf119f;
}
/* 页脚 */
.foot_top {
  background: #333;
  padding: 10px;
  padding-top: 30px;
  height: 200px;
  border-bottom: 1px solid #484848;
}
.foot_top .main {
  width: 1200px;
}
.foot_top li {
  float: left;
  border-right: 1px solid #272727;
}
.foot_top li h3 {
  color: #c10714;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 28px;
}
.foot_top li a {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 20px;
  width: 49%;
  color: #fefefe;
}
.foot_top li a:hover {
  color: #c10714;
}
.foot_top .links1 {
  width: 300px;
}
.foot_top .links2 {
  width: 300px;
  padding-left: 42px;
}
.foot_top .links3 {
  width: 260px;
  padding-left: 32px;
}
.foot_top .links4 {
  float: right;
  width: 284px;
}
.foot_top .links4 h3 {
  padding-left: 80px;
}
.foot_top .links4 a {
  width: 30%;
}
.foot_btm {
  height: 100px;
  background: #272727;
  color: #cacaca;
  font-size: 12px;
  padding: 10px 0;
}
.foot_btm .main {
  width: 1200px;
}
.foot_btm .left {
  width: 50%;
  float: left;
  padding-top: 10px;
}
.foot_btm .left p {
  line-height: 2;
}
.foot_btm .right {
  float: right;
  text-align: right;
  padding-top: 10px;
}
.foot_btm .right img {
  margin-right: 10px;
}
.foot_btm .right p {
  line-height: 2;
}
