html {
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.nav-wrap {
    width: 100%;
    height: 60px;
    box-shadow: 0 5px 10px #f0f0f0;
    margin-bottom: 30px;
}

.nav-wrap .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav-wrap .nav .logo {
    width: 160px;
    float: left;
    margin-top: 3px;
    margin-right: 50px;
}

.nav-wrap .nav .nav-item {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.nav-wrap .nav .nuxt-link-active {
    background: linear-gradient(to right, #fa8906, #ef2225);
    color: #fff !important
}

.nav-wrap .nav .nav-selected {
    background: linear-gradient(to right, #fa8906, #ef2225);
    color: #fff !important
}

.main-wrap {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.main-wrap .box-bottom {
    width: 100%;
    overflow: hidden;
}


/*footer*/

.footer-wrap {
    width: 100%;
    box-shadow: 0 2px 20px #f0f0f0;
    background: #333;
    color: #898a89;
    overflow: hidden;
    padding: 50px 0;
    font-size: 14px
}

.footer-wrap .footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #292929
}

.footer-wrap .footer ul {
    float: left;
    width: 150px;
    margin-right: 150px;
    line-height: 35px;
    list-style: none
}

.footer-wrap .footer ul li {
    white-space: nowrap
}

.footer-wrap .footer ul .white {
    color: #f9f9f9
}

.footer-wrap .footer ul a {
    color: #898a89;
    text-decoration: none;
    display: block
}

.footer-wrap .footer .list1 {
    width: 190px;
    margin: 0 80px 0 0
}

.footer-wrap .footer .list2 {
    width: 300px;
    margin: 35px 50px 0 0
}

.footer-wrap .footer .list4 {
    width: 290px;
    margin: 35px 0 0
}

.footer-wrap .footer .list4 .license img {
    width: 16px;
    height: 22px;
    display: inline-block
}

.footer-wrap .footer .list4 .jgwab img, .footer-wrap .footer .list4 .license img {
    float: left;
    margin-top: 6px;
    margin-right: 4px
}

.footer-wrap .footer #jvs-cert {
    position: relative;
    left: 622px;
    top: 150px
}

.footer-wrap .new-club {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #3b3b3b;
    text-align: left
}

.footer-wrap .new-club .tit {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px
}

.footer-wrap .new-club img {
    width: 180px;
    margin-right: 60px
}

.footer-wrap .new-club .ln {
    width: 150px
}

.footer-wrap .friend-link {
    width: 1200px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #3b3b3b;
    text-align: left
}

.footer-wrap .friend-link p {
    color: #fff;
    margin-bottom: 20px
}

.footer-wrap .friend-link a {
    font-size: 14px;
    color: grey;
    text-decoration: none;
    margin-right: 50px
}

.main-wrap .wk {
    color: #ff5722;
    font-weight: 900;
    margin-right: 5px;
}


.el-tag {
    background-color: #fff8ed;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #ff6c00;
    border: 1px solid #ff9800;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.el-tag.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

.demo-block.demo-tag .el-tag + .el-tag {
    margin-left: 10px;
}

.el-pager .number a {
    display: block;
    height: 100%;
    width: 100%;
}


.main-wrap .bread{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 20px;
}
.main-wrap .bread b {
    display: block;
    float: left;
    font-weight: 400;
}


.subtit,.title {
    line-height: 35px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}


a .play-btn{
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.list4 .el-tag{
    font-size: 11px;
    color: #5d5d5d!important;
    background: #313131;
    float: left;
    border: none;
    height: auto;
    padding: 0 4px;
    line-height: 20px;
}

.main-wrap a .play-btn {
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.relate-news {
    margin-bottom: 15px;
}
.relate-news  li{
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    line-height: 30px;
    list-style: none;
}
.relate-news  li a{
    text-decoration: none;
}

/*分页CSS*/
.page-zu-box{
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #dbdbdb;
    border-radius: 5px;
}
.page-zu-box>span{
    display: inline!important;
    float: unset!important;
    font-weight: bold;
    font-size: 12px;
}
.page-zu-box>span:hover{
    color: #ff4e00;
    cursor: pointer;
}
.page-zu-box .load-data svg{
    vertical-align: middle;
    width: 100%;
    margin-top: -33px;
}
.page-zu-box[data-hasmore="no"]{
    display: none;
}
.page-zu-box .loading-data svg{
    font-size: 12px;
    vertical-align: middle;
}

.page-zu-box[isLoad="true"] .load-data{
    display: none!important;
}
.page-zu-box[isLoad="false"] .loading-data{
    display: none!important;
}

.football-load {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes layui-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes layui-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.layui-anim-rotate{-webkit-animation-name:layui-rotate;animation-name:layui-rotate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}