/* 公共 */
* {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background: #F5F5F5;
    color: #555555;
    font-size: 14px;
    max-width: 950px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #555555;
} 
a:hover {
    color: #8B9F9D!important;
}
a:visited {
    color: #555555;
    text-decoration: none;
}

li {
    list-style: none;
}

/* 外边距 */
.fuwangzhibo-el-mg-l-5 {
    margin-left: 5px;
}
.fuwangzhibo-el-mg-l-10 {
    margin-left: 10px;
}
.fuwangzhibo-el-mg-l-15 {
    margin-left: 15px!important;
}
.fuwangzhibo-el-mg-l-20 {
    margin-left: 20px;
}
.fuwangzhibo-el-mg-r-5 {
    margin-right: 5px!important;
}
.fuwangzhibo-el-mg-r-10 {
    margin-right: 10px!important;
}
.fuwangzhibo-el-mg-r-15 {
    margin-right: 15px!important;
}
.fuwangzhibo-el-mg-r-20 {
    margin-right: 20px!important;
}
.fuwangzhibo-el-mg-r-30 {
    margin-right: 30px!important;
}
.fuwangzhibo-el-mg-t-8 {
    margin-top: 8px!important;
}
.fuwangzhibo-el-mg-t-10 {
    margin-top: 10px!important;
}
.fuwangzhibo-el-mg-t-15 {
    margin-top: 15px!important;
}
.fuwangzhibo-el-mg-t-20 {
    margin-top: 20px;
}
.fuwangzhibo-el-mg-t-30 {
    margin-top: 30px;
}
.fuwangzhibo-el-mg-b-20 {
    margin-bottom: 20px!important;
}

/* 内边距 */
.fuwangzhibo-el-pd-20 {
    padding: 20px;
}
.fuwangzhibo-el-pg-t-10 {
    padding-top: 10px;
}
.fuwangzhibo-el-pd-b-20 {
    padding-bottom: 20px;
}
.fuwangzhibo-el-pd-l-r-10 {
    padding: 0px 10px 0 10px;
}
.fuwangzhibo-el-pd-l-r-10 {
    padding: 0px 10px 0px 10px;
}
.fuwangzhibo-el-pd-b-15 {
    padding-bottom: 15px;
}

/* 宽度 */
.fuwangzhibo-el-w-baifenbi-100 {
    width: 100%!important;
}
.fuwangzhibo-el-width-150 {
    width: 150px!important;
}
.fuwangzhibo-el-width-175 {
    width: 175px!important;
}

/* 居左中右 */
.fuwangzhibo-el-center {
    text-align: center;
}
.fuwangzhibo-el-left {
    text-align: left;
}
.fuwangzhibo-el-right {
    text-align: right;
}

/* 块级元素 */
.fuwangzhibo-el-block {
    display: block;
}
.fuwangzhibo-el-block-none {
    display: none;
}

/* 定位 */
.fuwangzhibo-el-position-relative {
    position: relative
 }

/* 弹性布局 */
.fuwangzhibo-el-flex {
    display: flex;
}
.fuwangzhibo-el-flex-wrap {
    flex-wrap: wrap;
}
.fuwangzhibo-el-align-items-center {
    align-items: center;
}
.fuwangzhibo-el-justify-content-center {
    justify-content: center;
}
.fuwangzhibo-el-justify-content-start {
    justify-content: start;
}
.fuwangzhibo-el-justify-content-end {
    justify-content: end;
}
.fuwangzhibo-el-justify-content-space-around {
    justify-content: space-around;
}
.fuwangzhibo-el-justify-content-space-between {
    justify-content: space-between;
}

/* 文字行省略号 */
.fuwangzhibo-el-text-overflow-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fuwangzhibo-el-text-overflow-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 滚动条 */
.fuwangzhibo-el-overflow-y {
    overflow-y: auto;
}
.fuwangzhibo-el-overflow-y::-webkit-scrollbar {
    height: 0;
    width: 0;
    color: transparent;
}

/* 字体大小 */
.fuwangzhibo-el-font-14 {
    font-size: 14px;
}
.fuwangzhibo-el-font-16 {
    font-size: 16px;
}
.fuwangzhibo-el-font-18 {
    font-size: 18px;
}
.fuwangzhibo-el-font-20 {
    font-size: 20px;
}
.fuwangzhibo-el-font-22 {
    font-size: 22px;
}

/* 字体 */
.fuwangzhibo-el-font-bold {
    font-weight: bold;
}
.fuwangzhibo-el-font-normal {
    font-weight: normal!important;
}

/* 字体颜色 */
.fuwangzhibo-el-color-white {
    color: #ffffff;
}

/* 背景颜色 */
.fuwangzhibo-el-back-white {
    background: #ffffff;
}

/* 手型 */
.fuwangzhibo-el-cursor-pointer {
    cursor: pointer;
}


/* 公共布局 */
/* 头部 */
.fuwangzhibo-header {
    background: #ffffff;
    box-shadow: 1px 2px #f0f0f0;
    display: flex;
    padding: 10px 10px;
    box-shadow: 0 5px 10px #f0f0f0;
}
.fuwangzhibo-header__logo {
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.fuwangzhibo-header__menu {
    display: flex;
    align-items: center;
    overflow: auto;
    margin-left: 15px;
}
.fuwangzhibo-header__menu::-webkit-scrollbar {
    display: none;
}
.fuwangzhibo-header__menu > a {
    display: inline-block;
    text-align: center;
    color: #8B9F9D;
    font-size: 16px;
    padding: 0px 10px;
    height: 30px;
    line-height: 32px;
    flex-shrink: 0;
}
.fuwangzhibo-header__menu > a:not(:first-child) {
    border-left: none;
}
.fuwangzhibo-header__menu > a:hover {
    color: #555555!important;
}
.fuwangzhibo-header__menu--active {
    font-weight: bold;
}
.fuwangzhibo-header__menu > a.fuwangzhibo-header__menu--active:hover {
    color: #ffffff!important;
}

/* 返回头部 */
.fuwangzhibo-header-back {
    position: relative;
    background: #8B9F9D;
    line-height: 46px;
    padding: 0 15px;
}
.fuwangzhibo-header-back__back-btn {
    color: #ffffff!important;
}
.fuwangzhibo-header-back__back-btn:hover {
    color: #ffffff!important;
}
.fuwangzhibo-header-back__title {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    color: #ffffff!important;
    font-size: 17px;
    font-weight: bold;
}
.fuwangzhibo-header-back__title:hover {
    color: #ffffff!important;
}
.fuwangzhibo-header-back__logo {
    width: 120px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

/* 主体布局 */
.fuwangzhibo-main {
    max-width: 950px;
}

/* 赛程列表 */
.fuwangzhibo-match__label {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
}
.fuwangzhibo-match__content-date {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: -11px;
    background: #ecf3f2;
    padding: 4px 0 13px 0;
}
.fuwangzhibo-match__list {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: #ffffff;
    border-top: 1px solid #eee;
}
.fuwangzhibo-match__time-and-catename {
    width: 30%;
}
.fuwangzhibo-match__time {
    font-weight: bold;
    font-size: 18px;
}
.fuwangzhibo-match__team {
    width: 50%;
}
.fuwangzhibo-match__team-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.fuwangzhibo-match__play-btn {
    width: 20%;
    background: #8B9F9D;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    padding: 0 2px 0 10px;
    margin-left: 15px;
}
.fuwangzhibo-match__tip {
    text-align: center;
    padding: 30px 0;
    margin-top: 10px;
    background: #ffffff;
    color: #a7a6a6;
}


/* 当前位置 */
.fuwangzhibo-current-location {
    display: flex;
    margin-left: 10px;
    font-size: 14px!important;
    overflow-x: hidden;
}
.fuwangzhibo-current-location__item:not(:first-child) {
    margin-left: 5px;
}
.fuwangzhibo-current-location__item:last-child {
    flex: 1;
}

/* 通用侧栏文章列表 */
.fuwangzhibo-side-article-list {
    padding: 10px 15px;
    background: #ffffff;
}
.fuwangzhibo-side-article-list__label {
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.fuwangzhibo-side-article-list__label-name {
    padding: 12px 12px;
    width: 100%;
    background: #8B9F9D;
    color: #ffffff;
}
.fuwangzhibo-side-article-list__centent {
    margin-top: 8px;
}
.fuwangzhibo-side-article-list__item {
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 通用侧栏赛事列表 */
.fuwangzhibo-side-match-list {
    padding: 10px 15px;
    background: #ffffff;
}
.fuwangzhibo-side-match-list__label {
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.fuwangzhibo-side-match-list__centent {
    margin-top: 8px;
    margin-bottom: 8px;
}
.fuwangzhibo-side-match-list__item {
    display: block;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}
.fuwangzhibo-side-match-list__home-team {
    width: 44%;
}
.fuwangzhibo-side-match-list__vs {
    width: 22px;
    text-align: center;
}
.fuwangzhibo-side-match-list__visitor-team {
    width: 44%;
}
.fuwangzhibo-side-match-list__team-icon {
    width: 24px;
    height: 24px;
}

/* 通用侧栏标签列表 */
.fuwangzhibo-side-tag-list {
    padding: 10px 15px;
    background: #ffffff;
}
.fuwangzhibo-side-tag-list__label {
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.fuwangzhibo-side-tag-list__label-name {
    padding: 12px 12px;
    width: 100%;
    background: #8B9F9D;
    color: #ffffff;
}
.fuwangzhibo-side-tag-list__centent {
    margin-top: 0px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.fuwangzhibo-side-tag-list__item {
    background: #ecf3f2;
    color: #8B9F9D!important;
    max-width: 70px;
    padding: 3px 6px;
    border-radius: 6px;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
}

/* 通用分页 */
.am-pagination {
    position: relative;
    text-align: center;
}

.am-pagination>li {
    display: inline-block;
    margin-top: 15px;
}

.am-pagination>li>a,
.am-pagination>li>span {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.pagination-default {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem
}

.pagination-default .pagination-next,
.pagination-default .pagination-prev {
    float: none
}

.pagination-select {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem
}

.pagination-select>li>a {
    line-height: 36px;
    background-color: #eee;
    padding: 0 15px;
    border: 0;
    color: #555
}

.pagination-select .pagination-select {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 36px;
    text-align: center;
    border-radius: 0
}

.pagination-select .pagination-select select {
    display: block;
    border: 0;
    line-height: 36px;
    width: 70px;
    height: 36px;
    border-radius: 0;
    color: #555;
    background-color: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 18px
}
.am-pagination .disabled .page-link {
    background: #F5F5F5;
    color: #333333;
}
.am-pagination .active .page-link {
    background: #8B9F9D;
    color: #ffffff;
}

/* 底部 */
.fuwangzhibo-footer {
    padding: 10px 15px 60px 15px;
    /* background: #222222; */
}
.fuwangzhibo-link {
    color: #555555;
    margin-bottom: 20px;
}
.fuwangzhibo-link__list {
    margin-top: 10px;
}
.fuwangzhibo-link__list > a {
    font-size: 12px;
    color: #555555;
    margin-right: 20px;
}
.fuwangzhibo-introduce {
    color: #555555;
    text-align: center;
}
.fuwangzhibo-copyright {
    margin-top: 10px;
    color: #555555;
    text-align: center;
}


/* 底部菜单 */
.fuwangzhibo-menu {
    width: 100%;
    max-width: 950px;
    position: fixed;
    bottom: 0px;
    background: #8B9F9D;
}
.fuwangzhibo-menu__content {
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
}
.fuwangzhibo-menu__item {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.fuwangzhibo-menu__name {
    margin-top: 2px;
    font-size: 12px;
    color: #ffffff;
}
.fuwangzhibo-menu__name--color {
    margin-top: 2px;
    font-size: 12px;
    color: #ecf3f2;
}
.fuwangzhibo-menu__home-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_home.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__home-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_home_active.png) no-repeat;
    background-size: 100% 100%;
}

.fuwangzhibo-menu__football-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_football.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__football-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_football_active.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__basketball-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_basketball.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__basketball-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_basketball_active.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__news-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_news.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__news-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_news_active.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__video-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_video.png) no-repeat;
    background-size: 100% 100%;
}
.fuwangzhibo-menu__video-icon--active {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/menu_video_active.png) no-repeat;
    background-size: 100% 100%;
}

/* 回到顶部 */
.fuwangzhibo-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6d6c6c;
    display: none;
    text-align: center;
}
.fuwangzhibo-top__icon {
    width: 30px;
    position: relative;
    top: 10px;
    height: 30px;
    cursor: pointer;
}

/* 轮播 */
.swiper-pagination-bullet-active {
    background: #8B9F9D!important;
}