body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}

ul,ol{list-style:none;}

em,i{font-style:normal;display: inline-block;}

table{border-spacing:0;border-collapse:collapse;}

img{border:0;vertical-align:middle;}

input,select{vertical-align:middle;outline: none;}

a:hover{text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

.main{
    padding: 40px 0;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}

.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background: #6d72f3;
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

/*置顶*/
#totop {
    height: 30px;
    position: fixed;
    left: 50%;
    margin-left: 600px;
    width: 30px;
    z-index: 9999;
    bottom: 50px;
    border-bottom: 0px;
    border-radius: 5px;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

input[type=text],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input {
  outline: none;
}

img{border:none;}

body{font-family:'Microsoft YaHei','Arial','Heiti SC';}

.fl{display:block;float:left;}

.fr{display:block;float:right;}

.clear{clear:both;}

.container{width: 1230px;margin: 0 auto;}

.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}

.box {
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 10px #e6e6e6;*/
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

.meun {
    float: right;
}
.meun .menu_box {
    position: relative;
    z-index: 9;
    float: right;
    width: 26px;
    height: 40px;
    padding: 0px 0 3.5px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.meun .menu_box b {
    display: block;
    height: 3px;
    background-color: #161616;
    margin: 2px 0 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.meun .menu_box.open b{
    display:none;
    margin:0;
    position:absolute;
    top:50%;
    width: 3px;
}
.meun .menu_box.open b:first-child{
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.meun .menu_box.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

#page {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f8f5ff;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 2px 0px;
}

#page .pagination {
    display: flex;
    gap: 10px;
    margin: 0;
    user-select: none;
    flex-wrap: wrap;
}

#page .pagination li {
  width: auto;
  height: auto;
  border-radius: 5px;
  background: #fff;
}

#page .pagination li span,
#page .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #595561;
  border: none;
  font-size: 14px;
}
#page .pagination li span:hover,#page .pagination li a:hover{
    background: unset;
}

#page .pagination .active {
  background: #7633ff;
}

#page .pagination .active span {
  color: #fff;
  background: unset;
  border: 0;
}

#page .pagination .disabled {
  cursor: pointer;
  user-select: none;
}

#page .pagination .disabled span {
  color: #cdcdcd;
  white-space: nowrap;
}

#page .pagination span {
  cursor: default;
  width: auto;
  border: none;
}

.center {
    width: 1024px;
    margin: 0 auto;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*头部*/
.header {
    width: 100%;
    height: 74px;
    background: url(../images/header.png) no-repeat;
    background-repeat: repeat-x;
    background-position: left top;
}
.header .header-nav {
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.header .header-nav .logo {
    width: 15%;
}
.header .header-nav .logo img {
    vertical-align: bottom;
    height: 50px;
}
.header .header-nav .header-list {
    flex: 1;
    overflow: hidden;
    height: 100%!important;
    background: url(../images/select.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transform: translateY(-3px);
    padding: 0 50px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.header .header-nav .header-list ul {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 16px;
    user-select: none;
}
.header .header-nav .header-list ul li {
    width: fit-content;
    height: fit-content;
}
.header .header-nav .header-list ul li.active {
    background: url(../images/active.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.header .header-nav .header-list ul li a {
    display: block;
    padding: 5px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
.header .header-nav .header-list ul .active a {
    color: #7633ff;
}
.header .header-nav .search-form {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.header .header-nav .search-form .search {
    position: relative;
    width: 118px;
    height: 29px;
    overflow: hidden;
    background: #7633ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 30px;
    box-sizing: border-box;
    gap: 5px;
}
.header .header-nav .search-form .search .icon{
    content: "";
    position: absolute;
    background: url("../images/search.png");
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 7px;
    left: 10px;
}
.header .header-nav .search-form .search span {
    color: #ad85ff;
}
.header .header-nav .search-form .search input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    margin-top: -3px;
}
.header .header-nav .search-form .search input::placeholder {
  color: #fff;
  font-size: 14px;
}

/*底部*/
footer {
    background: #000;
    padding: 25px 0;
}
footer p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
footer a {
    color: #8c55fd;
}

.index-match {
    height: fit-content;
    background: url(../images/showmatch.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

/*标题*/
.index-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.index-title .title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.index-title .title p {
    font-size: 18px;
    color: #7633ff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.index-title .title p::before {
    content: '';
    width: 20px;
    height: 4px;
    background: #7633ff;
}
.index-title .title span {
    font-size: 28px;
    color: #332f3b;
    white-space: nowrap;
    font-weight: 600;
}
.index-title .more {
    display: flex;
    align-items: center;
    gap: 5px;
}
.index-title .more span {
    font-size: 14px;
    color: #56525c;
    font-weight: 600;
}

/*赛事分类*/
.index-match-cate {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #d0cfd1;
    overflow-x: auto;
}
.index-match-cate li {
    border-bottom: 2px solid transparent;
}
.index-match-cate .active {
    border-bottom-color: #caafff;
}
.index-match-cate li a {
    display: block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #626161;
    font-weight: 600;
    white-space: nowrap;
}
.index-match-cate .active a {
    color: #7633ff;
}

/*赛事列表*/
.index-match-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.index-match-list .match-table.top {
    background: #e8dcff;
    border: none;
}
.index-match-list .match-table {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 10px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    border: 2px solid #faf8ff;
    border-left: 4px solid #e8dcff;
    white-space: nowrap;
}

.index-match-list .match-table .one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
}
.index-match-list .match-table.top span {
    color: #7633ff;
    font-weight: 600;
}
.index-match-list .match-table span {
    font-size: 14px;
}
.index-match-list .match-table .two {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 10px;
}
.index-match-list .match-table .three {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    user-select: none;
}

.index-match-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 1538px;
    overflow-y: auto;
}
.index-match-list .match-table:hover {
    background: #e8dcff;
    border-left-color: #935dff;
}
.index-match-list .match-table .one .cate {
    display: flex;
    align-items: center;
    gap: 10px;
}
.index-match-list .match-table .one time {
    font-size: 14px;
    color: #615d6a;
    display: flex;
    flex-direction: column;
}
.index-match-list .match-table .one time span {
    font-size: 14px;
}
.index-match-list .match-table .two .team {
    display: flex;
    align-items: center;
    gap: 10px;
}
.index-match-list .match-table .two .team span {
    flex: 1;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #4a4a4a;
}
.index-match-list .match-table .two .right .team span{
    text-align: left;
}
.index-match-list .match-table .two .team img {
    width: 35px;
    height: auto;
}
.index-match-list .match-table .two .bifen {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 5px;
}
.index-match-list .match-table .two .bifen span {
    font-size: 14px;
    color: #7633ff;
    font-weight: 600;
}
.index-match-list .match-table .two .bifen span:nth-child(2) {
    color: #615d6a;
}
.index-match-list .match-table .three .daojishi {
    display: flex;
    gap: 5px;
}
.index-match-list .match-table .three .daojishi span {
    width: 30px;
    height: 24px;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    color: #615d6a;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-match-list .match-table .three .daojishi span:nth-child(2) {
    width: fit-content;
    height: fit-content;
    background: transparent;
}
.index-match-list .match-table .three .daojishi span:nth-child(4) {
    width: fit-content;
    height: fit-content;
    background: transparent;
}
.index-match-list .match-table .three .status {
    width: 76px;
    height: 25px;
    background: url(../images/operate.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.index-match-list .match-table .three .status a {
    color: #635f6c;
    font-size: 14px;
}
.index-match-list .match-table .three .wait.status {
  background: url(../images/wait.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.index-match-list .match-table .three .wait.status a {
  color: #fff;
}

.index-match-list .match-table .three .start.status {
  background: url(../images/start.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.index-match-list .match-table .three .start.status a {
  color: #fff;
}



.index-match-list h6 {
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    width: 100%;
    margin: 0px 0%;
    background-color: #eee;
    color: #0a5165;
    font-weight: 700;
    font-size: 14px;
    padding-left: 5px;
}

/*首页视频*/
.index-video {
    position: relative;
    padding: 50px 0;
}
.index-video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 546px;
    height: 623px;
    background: url(../images/bj_left.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.index-video::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 538px;
    height: 219px;
    background: url(../images/bj_right.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/*首页视频列表*/
.index-video-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 22px;
}
.index-video-list li {
    width: calc(100% / 3 - 15px);
}
.index-video-list li p {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 10px 0px;
    border: 2px solid transparent;
}
.index-video-list li p span {
    height: 75px;
    color: #595561;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    background: #f8f5ff;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.index-video-list li:hover p span {
    background: #8d55fe;
    color: #fff;
}

/*首页资讯*/
.index-news{
    position: relative;
    padding: 68px 0;
}
.index-news-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-top: 26px;
}
.index-news-list li .item {
    display: flex;
    gap: 32px;
}
.index-news-list li .item .img {
    width: 30%;
    height: 160px;
    order: 2;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}
.index-news-list li .item .img.team{
    padding: 30px 50px;
}
.index-news-list li .item .img img {
    width: 100%;
    height: 100%;
}
.index-news-list li .item .info {
    order: 1;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 23px;
}
.index-news-list li .item .info .time_info {
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 10px;
    white-space: nowrap;
    background: #f1f1f1;
    border-radius: 10px;
}
.index-news-list li .item .info .time_info span {
    font-size: 38px;
    color: #332f3b;
    font-weight: 600;
}
.index-news-list li .item .info .time_info time {
    font-size: 16px;
    color: #332f3b;
    font-weight: 600;
}
.index-news-list li .item .info .text {
    display: flex;
    flex: 1;
    overflow: hidden;
    height: 102px;
    flex-direction: column;
    justify-content: space-between;
    gap: 21px;
}
.index-news-list li .item .info .text span {
    font-size: 20px;
    color: #332f3b;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: block;
}
.index-news-list li .item .info .text p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.index-news-list li:hover .item .info .time_info {
    background: #e8dcff;
}
.index-news-list li:hover .item .info .text span {
    color: #7633ff;
}
.index-news-list li:hover .item .info .time_info span, .index-news-list li:hover .item .info .time_info time {
    color: #7633ff;
}

/*map*/
.crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background: #f8f5ff;
    padding: 10px 5px;
    box-sizing: border-box;
    user-select: none;
    box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 2px 0px;
}
.crumbs span {
    font-size: 12px;
    color: #595561;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}
.crumbs span::before {
    content: '';
    width: 4px;
    height: 12px;
    border-radius: 6px;
    background: #8c55fd;
}
.crumbs ul {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
}
.crumbs ul li:last-child {
    flex: 1;
    overflow: hidden;
}
.crumbs ul li {
    display: flex;
    align-items: center;
}
.crumbs ul li:last-child a {
    color: #8c55fd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

/*布局*/
.index-con {
    display: flex;
    gap: 20px;
}
.index-con .index-left {
    width: 70%;
}
.index-con .index-right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/*热门资讯*/
.hot-news {
    width: 100%;
    overflow: hidden;
}
.hot-news ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hot-news ul li {
    width: 100%;
    padding-left: 3px;
}
.hot-news ul li:nth-child(1) {
    /*padding-left: 0;*/
}
.hot-news ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.hot-news ul li a p {
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.hot-news ul li:hover a p {
    color: #7633ff;
}
.hot-news ul li a .icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: #e1e1e1;
    border-radius: 50%;
    margin: 0 5px;
}
.hot-news ul li:nth-child(1) a .icon{
    background: #f43f3b;
}
.hot-news ul li:nth-child(2) a .icon{
    background: #f4a83b;
}
.hot-news ul li:nth-child(3) a .icon{
    background: #695251;
}
.hot-news ul li a .icon .strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.right_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d0cfd1;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.right_title .title {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    user-select: none;
}
.right_title .title span {
    color: #413d48;
    font-size: 18px;
    font-weight: bold;
}
.right_title .title p {
    font-size: 14px;
    color: #7633ff;
    font-weight: bold;
}
.right_title .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7633ff;
    gap: 5px;
}
.right_title .more span {
    color: #7633ff;
    font-weight: bold;
}

/*详情页*/
.index-detail {
    width: 100%;
    padding: 10px;
}
.index-detail h1 {
    font-size: 30px;
    line-height: 40px;
    color: #413d48;
    font-weight: bold;
    text-align: center;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.index-detail .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}
.index-detail .info .source {
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
    white-space: nowrap;
}
.index-detail .info .source span {
    font-size: 12px;
    font-weight: bold;
    color: #909090;
}
.index-detail .info .time {
    display: flex;
    align-items: center;
    gap: 10px;
}
.index-detail .info .time time {
    font-size: 12px;
    font-weight: bold;
    color: #909090;
}
.index-detail .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.index-detail .content p {
    font-size: 14px;
    color: #1f2937;
    line-height: 26px;
    text-indent: 20px;
}
.index-detail .content img {
    margin: 0 auto;
    width: 80% !important;
    height: auto;
    display: block;
    padding: 0;
    margin: 20px auto 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
}
.index-detail .content h3,.index-detail .content h2{
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.index-detail .content strong{
    font-size: 16px;
    font-weight: bold;
}

.video_cont_list {
    min-height: 200px;
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.video_cont_list p {
    font-size: 14px;
    color: #1f2937;
    line-height: 26px;
    text-indent: 20px;
}
.video_cont_list p a{
    color: blue;
}

.match-shuoming {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.match-shuoming .match-shuoming-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}
.match-shuoming .match-shuoming-top li {
    width: fit-content;
    height: fit-content;
    border-bottom: 3px solid transparent;
}
.match-shuoming .match-shuoming-top .active {
    border-bottom-color: #7633ff;
}
.match-shuoming .match-shuoming-top li a {
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}
.match-shuoming .match-shuoming-top .active a {
    color: #7633ff;
}
.match-shuoming .live_view {
    margin-top: 10px;
    width: 100%;
}
.match-shuoming .live_view .item {
    width: 100%;
}
.match-shuoming .live_view .item .textinfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.match-shuoming .live_view .item .textinfo>p {
    line-height: 22px;
    font-size: 12px;
}
.match-shuoming .live_view .item .textinfo p {
    color: #413d48;
    font-size: 14px;
}
.match-shuoming .live_view .item .textinfo .signals {
    display: flex;
    align-items: center;
    white-space: unset;
}
.match-shuoming .live_view .item .textinfo .cue .ul-signal {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.match-shuoming .zhibo_btn a {
    background-color: #65ff33;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 12px 5px 0 0;
    cursor: pointer;
    border: none;
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
}
.match-shuoming .live_view .item .textinfo a {
    color: #5d00ff;
    font-size: 12px;
}
.match-shuoming .zhibo_btn a:active {
  transform: scale(0.9);
}
 
@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*标签*/
.tags {
    margin-bottom: 20px;
}
.tags h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 15px;
    /*padding-left: 15px;*/
}
.tags li {
    float: left;
    width: auto!important;
    height: auto!important;
    background: #F2F2F2;
    border-radius: 10px;
    margin: 5px 10px;
    font-size: 14px;
}
.tags li a{
    display: block;
    padding: 5px 15px;
}

/*上下页*/
.news_detail_page {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.news_detail_page li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news_detail_page li span {
    font-size: 12px;
    color: #413d48;
    white-space: nowrap;
}
.news_detail_page li a {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    color: #7633ff;
}

/*右侧热门直播*/
.hot-right-live ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hot-right-live ul li {
    display: flex;
    flex-direction: column;
}
.hot-right-live ul li .live-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.hot-right-live ul li .live-t time {
    font-size: 12px;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}
.hot-right-live ul li .live-t .cate {
    font-size: 16px;
    padding: 5px 15px;
    background: #7633ff;
    border-radius: 5px;
}
.hot-right-live ul li .live-t .cate a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.hot-right-live ul li .live-c {
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
    gap: 10px;
}
.hot-right-live ul li .live-c .team {
    flex: 1;
    overflow: hidden;
}
.hot-right-live ul li .live-c .team a {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.hot-right-live ul li .live-c .team:first-child a span {
    text-align: right;
}
.hot-right-live ul li .live-c .team a span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
}
.hot-right-live ul li .live-c .team a img {
    width: auto;
    height: 32px;
}
.hot-right-live ul li .live-c .vs {
    display: flex;
    align-items: center;
}
.hot-right-live ul li .live-c .vs img {
    width: auto;
    height: 22px;
}
.hot-right-live ul li .live-b {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f7f3ff;
}
.hot-right-live ul li .live-b a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    user-select: none;
}
.hot-right-live ul li .live-b a img {
    width: 26px;
    height: 26px;
}
.hot-right-live ul li .live-b a span {
    font-size: 14px;
    color: #413d48;
    font-weight: bold;
}

/*网络词*/
.wl-top {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0%;
    overflow: hidden;
    /* box-sizing: border-box; */
}
.wl-top .img {
    border-radius: 8px;
    float: left;
    height: 240px;
    width: 400px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin: 0px;
    overflow: hidden;
}
.wl-top img {
    border-radius: 18px;
    min-height: 230px;
    margin: 0px 0 0 0px;
    float: left;
    width: 100%;
}
.wl-cont {
    background: #fcfcfc;
    box-shadow: 0 2px 5px #ddd;
    float: right;
    height: 242px;
    width: calc(100% - 420px);
    overflow: hidden;
    margin: 0px 0px;
    color: #000;
    padding-left: 20px;
}
.wl-cont h1 {
    font-size: 16px;
    float: left;
    height: 50px;
    width: 100%;
    margin: 15px 6% 0 6%;
    line-height: 60px;
    overflow: hidden;
}
.wl-cont .text {
    float: left;
    height: 180px;
    line-height: 30px;
    width: 95%;
    margin: 0 0%;
    overflow: hidden;
}
.wl-cont .text p {
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #aaa;
}
.wl-cont .text span {
    text-indent: 2em;
    float: left;
    height: 90px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.wl-cont .text dd {
    text-align: left;
    display: block;
    line-height: 24px;
}
.wl-cont .text dd a.more {
    float: right;
    line-height: 24px;
    color: #ee4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

/*首页网络词*/
.wangluo {
    border: 2px solid #faf8ff;
    border-left: 4px solid #7633ff;
    margin-bottom: 20px;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wangluo-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    border: 0;
    margin: 0;
}
.wangluo-t .title {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    user-select: none;
}
.wangluo-t .title span {
    color: #7633ff;
    font-size: 18px;
    font-weight: bold;
}
.wangluo li a {
    color: #333;
    float: left;
    width: auto!important;
    height: auto!important;
    padding: 5px 15px;
    background: #F2F2F2;
    border-radius: 10px;
    margin: 5px 10px;
    font-size: 14px;
}

/*直播详情*/
.live-detail {
    position: relative;
    width: 100%;
    height: 350px;
    height: 185px;
    background: url(../images/biggame.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.live-detail .live-detail-box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
    align-items: center;
    box-sizing: border-box;
    gap: 25px;
    padding: 20px;
    box-sizing: border-box;
}
.live-detail .live-detail-box .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    overflow: hidden;
}
.live-detail .live-detail-box .item .item-img {
    width: auto;
    height: 80px;
}
.live-detail .live-detail-box .item .item-img img {
    width: 100%;
    height: 100%;
}
.live-detail .live-detail-box .item p {
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
}
.live-detail .live-detail-box .info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-detail .live-detail-box .info .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.live-detail .live-detail-box .info .info-box .cate {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    color: #ffffff;
    text-align: center;
}
.live-detail .live-detail-box .info .info-box .vs {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: center;
    color: #ffffff;
}
.live-detail .live-detail-box .info .info-box .vs .num {
    font-size: 20px;
    color: #ffffff;
}
.live-detail .live-detail-box .info .info-box time, .live-detail .live-detail-box .info .info-box span {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}
.live-detail .live-detail-box .info .info-box .vs span {
    font-size: 20px;
}
.live-detail .live-detail-box .info .info-box .vs .num:last-child {
    text-align: right;
}
.live-detail .live-detail-box .info .info-box time, .live-detail .live-detail-box .info .info-box span {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}
.live-detail .live-detail-box .info .info-box .status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    background: #dfd0fe;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.live-detail .live-detail-box .info .info-box .status.red {
    background: #4212f0;
}