body {
    background: #eceef0;
    min-width: 1080px;
}

a:hover {
    text-decoration: none !important;
}

.banner {
    margin: 0 auto 10px auto !important;
    padding: 0 -5px;
}

.banner img {
    max-width: 100%;
    border-radius: 4px;
}

.banner .item {
    float: left;
    font-size: 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 10px;
}

.banner .item:nth-child(2) {
    margin: 0;
}

.banner .item:nth-child(3) {
    margin-right: 0px;
}

.DL .DLpop {
    background: #fff;
    width: 190px;
    padding: 20px 10px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 35px;
    transform: unset;
    left: unset;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
    z-index: 1010;
}

.DL .app {
    width: 100% !important;
}

.DL .app>b {
    font-size: 18px;
}

.DL .dlbtn {
    width: 80px;
    line-height: 30px;
    font-size: 12px;
}

.DL .appicon {
    margin: 10px auto !important;
}

.panel {
    width: auto !important;
}

.panel::after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

.downLoadApp {
    background: url(/common/images/downLoadApp.jpg) no-repeat top center;
    background-size: 100%;
    height: 377px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 250px;
    border-radius: 6px;
}

.downLoadApp img {
    margin: 10px 0 0 0;
}

.leagues .league {
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.leagues .league img {
    height: 32px;
    display: block;
    margin: 0 auto 6px auto;
}

.leagues .league:hover {
    background-color: #EFF8FD;
}

.hidden {
    display: none !important;
}

.panel .more,
.linkIn {
    /*background: url(/common/images/more.svg) no-repeat right 15px;*/
    background-size: auto 30%;
    padding-right: 12px;
}

.popup {
    display: none;
}



.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.menu {
    width: 100%;
    background: linear-gradient(90deg, #1272CC 13%, #168FD5 73.1%, #1272CC 87.06%);
    margin-bottom: 10px;
    height: 60px;
}

.content {
    width: 1080px;
    margin: 0 auto;
}

.menu .content {
    width: 1080px;
    margin: 0 auto;
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.menu .logo {
    float: left;
}

.menu .btns {
    float: right;
    line-height: 36px;
    white-space: nowrap;
    margin-top: 2px;
}

.menu .btns .user {
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
    position: relative;
}

.menu .btns .user:hover .popup {
    display: block;
}

.popup {
    position: absolute;
    background: #ffffff;
    top: 36px;
    color: #222;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    right: 0;
    width: 268px;
    z-index: 9;
    box-sizing: border-box;
    font-size: 14px;
}



.popup .info:last-child {
    margin: 0;
}

.popup .menuList {
    margin: 5px 0 0 0;
}

.popup .menuList .item {
    /*background: url(../Images/menu/more.svg) no-repeat center right;*/
    line-height: 40px;
    cursor: pointer;
    display: block;
}

.popup .menuList .item:hover {
    color: #2885d1;
}

.popup .menuList .item img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.popup .menuList .quit {
    border-top: solid 1px #f1f1f1;
    padding-top: 4px;
}

.userBox .menuList,
.userBox .user,
.userBox .info {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    color: #222;
}

.userBox h4 {
    text-align: center;
    border: none !important;
    line-height: 20px !important;
    margin-top: 10px;
}

.userBox .msg {
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.userBox .loginBtn {
    border-radius: 4px;
    background: #007FE4;
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    border: none;
    font-size: 14px;
    margin-top: 10px;
}

.userBox .loginBtn:hover {
    cursor: pointer;
    background-color: #1999FE;
}

.userBox .info>div:first-child {
    float: left;
}

.userBox .info>div:last-child {
    float: right;
}

.userBox {
    padding: 15px 15px 5px 15px !important;
    line-height: 36px;
}

.loginBox .loginBtn {
    border-radius: 6px;
    background: #007FE4;
    padding: 16px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.loginBox input.checkbox {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 3px 3px 0;
}


.userBox.loginBtn,
.userBox .rechange {
    border-radius: 4px;
    border: 1px solid #EAC76D;
    background: linear-gradient(95deg, #FFE9B5 0%, #FFD96B 100%);
    padding: 0 10px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    width: 60%;
    text-align: center;
    color: #7F4A28;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    display: block;
    float: left;
}

.userBox.loginBtn:hover,
.userBox .rechange:hover {
    border: 1px solid #EBAC54;
    background: linear-gradient(95deg, #FFDA82 0%, #FFCF45 100%);
}

.userBox .signIn,
.userBox .withdraw {
    color: #007FE4;
    border-radius: 4px;
    border: 1px solid #B1CCFF;
    background: linear-gradient(108deg, #EFF8FF 8.31%, #CDE3FF 100%);
    width: 30%;
    text-align: center;
    padding: 0 10px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 15px;
}

.userBox .signIn:hover,
.userBox .withdraw:hover {
    border: 1px solid #88B2FF;
    background: linear-gradient(108deg, #C4E6FF 8.31%, #A9CEFF 100%);
}

.userBox .user .detail {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.userBox .user .name span,
.userBox .user .name {
    font-weight: bold !important;
    font-size: 18px;
    color: #222;
}

.userBox .user .desc a,
.userBox .user .desc {
    font-size: 14px;
    color: #999999;
}

.userBox .user .desc i {
    background: #d5d5d5;
    width: 1px;
    height: 8px;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px;
}

.userBox .user .icon {
    margin-top: 0;
    width: 40px !important;
    height: 40px !important;
}

.userBox .red {
    font-size: 20px;
}

.userBox .hide {
    color: #999999;
    cursor: pointer;
}

.userBox .icon {
    float: left;
    margin-right: 10px;
}

.userBox img {
    max-width: 100%;
    border-radius: 1000px;
}

.userBox .grids {
    padding: 0 0 4px 0;
    float: left;
    width: 100%;
}

.userBox .grids .item {
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: normal;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
    height: 85px;
}

.userBox .grids .item:hover {
    color: #007FE4;
}

.userBox .grids .item img {
    width: 25px;
    height: 25px;
}

.userBox .grids .item .icon {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #222;
}

.sitenav .drop-list .subs a:hover {
    color: #FF5106 !important;
}

.drop-list:hover>.subs {
    transform: translateX(-18px);
}

.menu .btns .user .icon {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
}

.menu .btns .user .icon img {
    max-width: 100%;
    border-radius: 1000px;
}

.menu .btns .btn {
    float: left;
    margin: 0 5px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
}

.menu .btns .btn a,
.menu .btns .btn a:hover,
.menu .btns .btn a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.menu .btns .btn:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.menu .btns .btn img {
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.menu .sitenav {
    float: left;
    width: auto;
    padding-left: 24px;
}

.menu .subs {
    top: 40px;
}

.menu .sitenav li {
    flex: unset;
    padding: 0 9px;
    padding-bottom: 10px;
}

.menu .sitenav .one-selected {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.menu .sitenav li a {
    color: rgba(255, 255, 255, 0.8);
}

.menu .sitenav li a:hover {
    color: #ffffff !important;
}

.menu .sitenav .one-selected:after {
    display: none;
}


.content .otherRight,
.content .otherLeft {
    float: left;
    width: 220px;
    display: none;
}

.content .otherRight {
    width: 250px;
}

.content h2 {
    height: 36px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.content h2 .titimg {
    position: absolute;
    top: 0;
    left: 0;
}

.content .hotNews {
    float: left;
    border-radius: 4px;
    width: 720px;
}

.content .hotNews .new {
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 14px 10px 14px;
    margin-bottom: 1px;
    border-radius: 6px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.content .hotNews .new:hover {
    background: linear-gradient(90deg, #EFF8FD 0%, #FFF 100%);
}

.content .hotNews .new::after,
.content .hotNews .new .title::after {
    content: "";
    display: block;
    clear: both;
}

.content .hotNews .new ul {
    padding-top: 10px;
    width: 100%;
    clear: both;
}

.content .hotNews .new ul li {
    overflow: hidden;
    height: 26px;
    line-height: 24px;
    padding-left: 4px;
}

.content .hotNews .new:last-child {
    border: none;
}

.content .hotNews .new .title {
    font-weight: bold;
    font-size: 18px;
}

.content .hotNews .new .title .link {
    float: right;
    line-height: 24px;
    font-size: 12px;
}

.content .hotNews .new .title .link a {
    background: #F1F4F6;
    padding: 3px 8px 5px 8px;
    margin-left: 5px;
    border-radius: 3px;
    color: #666;
}

.content .hotNews .new .title span.league {
    text-align: center;
    font-size: 12px;
    width: 100px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.content .hotNews .new .title .L-time {
    color: #222;
    position: relative;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    margin-right: 10px;
}

.content .hotNews .new .title .s {
    color: #8c8c8c;
    position: relative;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    margin-left: 10px;
}

.content .hotNews .new .title .L-time::after,
.content .hotNews .new .title .s::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e5e5e5;
}

.content .hotNews .new .title .s::before {
    left: 0;
    right: auto;
}

.content .hotNews .new .title .PIcon img {
    vertical-align: middle;
}

.content .hotNews .new .title .tit {
    float: left;
    max-width: 350px;
    /* text-decoration:none;*/
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .hotNews .new .title .tit span {
    font-weight: bold;
}

.content .hotNews .new .title .tit .vs {
    color: #666666;
    padding: 0 5px;
}

/* .content .hotNews .new .title .tit:hover span {
    text-decoration: underline;
} */

.content .hotNews .new .title .time {
    text-decoration: none;
}

/* .content .hotNews .new .title .tit:hover span.time,.content .hotNews .new .title .tit:hover span.PIcon,.content .hotNews .new .title .tit:hover span.s{text-decoration:none;}
*/
/* .content .hotNews .new .title .s{padding-left:5px;border-left:solid 1px #e5e5e5;font-size:12px;height:16px;margin-top:4px;line-height:16px;color:#8c8c8c;margin-left:5px;}
*/
/* .content .hotNews .new .title .end{padding-left:5px;}
*/
.content .hotNews .new .title .s.blue {
    color: #0097e2;
}

.content .hotNews .new ul li a {
    float: left;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 14px;
}

.content .hotNews .new ul li a:hover {
    color: #007FE4;
}

.content .hotNews .new ul li .data {
    float: right;
    font-size: 12px;
    color: #666666;
    clear: right;
}

.content .hotNews .new ul li .data .from {
    float: left;
    width: auto;
    min-width: 50px;
    text-align: left;
    margin: 0 2px;
}

.content .hotNews .new ul li .data .author {
    float: left;
    text-align: right;
    margin: 0 2px;
    max-width: 72px;
    overflow: hidden;
    color: #666666;
}

.content .hotNews .new ul li .data .author:hover {
    color: #F30;
}

.content .hotNews .new ul li .data .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #d9d9d9;
    border-bottom: 0 none;
    border-left: 3px solid transparent;
    border-right: 4px solid transparent;
    vertical-align: middle;
    margin: 10px 2px;
    transform: rotate(-90deg);
}

.content .hotNews .new ul li .data a {
    color: #2885d1;
    float: left;
}

.content .hotNews .new ul li .data span {
    float: left;
}

.content .right {
    float: left;
    width: 350px;
    margin: 0 0 0 10px;
}

.content .right .ad {
    border-radius: 4px;
    background: #fff;
    margin-bottom: 10px;
    height: 96px;
    overflow: hidden;
}

.content .left {
    float: left;
}

#left_ms {}

#left_ms li {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    line-height: 36px;
    padding-left: 30px;
    border-bottom: solid 1px #f5f5f5;
}

#left_ms li:last-child {
    border: none;
}

#left_ms span {
    float: right;
}

#left_ms span a {
    padding: 10px;
}

#left_ms span a:hover {
    color: #FF5106;
}

.red {
    color: #FF5106 !important;
}

.blue {
    color: #156790;
}

.org {
    color: #fa8c16;
}

.mnimg1 {
    background: url(/common/images/leftball.png) no-repeat 1px 8px;
}

.mnimg2 {
    background: url(/common/images/leftball.png) no-repeat 1px -25px;
}

.mnimg3 {
    background: url(/common/images/leftball.png) no-repeat 1px -56px;
}

.mnimg4 {
    background: url(/common/images/leftball.png) no-repeat 1px -90px;
}

.mnimg5 {
    background: url(/common/images/leftball.png) no-repeat 1px -124px;
}

.mnimg6 {
    background: url(/common/images/leftball.png) no-repeat 1px -155px;
}

.mnimg7 {
    background: url(/common/images/leftball.png) no-repeat 1px -190px;
}

.panel {
    border-radius: 6px;
    overflow: hidden;
    width: 350px;
    padding: 0;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.panel h4,
.panel h3 {
    line-height: 40px;
    border-bottom: solid 1px #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px 0 12px;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.panel h4 {
    border-top: solid 1px #f5f5f5;
}

.panel h3 a,
.panel h4 a {
    font-size: 12px;
    float: right;
    font-weight: normal;
    color: #222;
}

/* .panel h3::before{content:"";position:absolute;top:14px;left:12px;width:3px;height:14px;background:#47a2eb;border-radius:5px;}
*/
.createBtn {
    height: 24px;
    /* background:linear-gradient(90deg,#40AAFF,#007FE4);*/
    color: #222;
    float: right;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin: 8px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.createBtn:before {
    content: "+";
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: -1px;
    margin-right: 3px;
}

/* .createBtn::after{content:"";position:absolute;left:-40px;top:-16px;width:20px;height:60px;background:linear-gradient(90deg,transparent,#fff);opacity:0.6;transform:rotate(30deg);animation:move 5s cubic-bezier(0.45,0.05,0.55,0.95) infinite;}
*/
@keyframes move {
    0% {
        left: -40px;
        opacity: 0.4;
    }

    25% {
        left: 100%;
        opacity: 0.6;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.panel .info {
    /* overflow:hidden;*/
}

.panel h3 a {
    color: #666;
    font-weight: normal;
    float: right;
}

.panel .sl {
    position: relative;
    padding-right: 10px;
    /*background: url(/common/images/xie.svg) no-repeat right center;*/
}

.panel h3 .sl {
    background: none !important;
}

.panel h3 .sl::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #ebebeb;
}

.pub {
    overflow: hidden;
    border-bottom: solid 1px #f5f5f5;
    padding: 12px 14px;
    display: table;
}

.pub>* {
    display: table-cell;
    vertical-align: middle;
}

.pub:last-child {
    border: none;
}

.pub .icon {
    font-size: 0;
    overflow: hidden;
}

.pub .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    clear: both;
}

.pub .pubData {
    width: 320px;
    padding-left: 10px;
}

.pub .pubData.nodesc .desc {
    display: none;
}

.pub .pubData .name a {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.pub .pubData .name a.hid {
    font-weight: bold;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
}

/* .pub .pubData .name .userCount{width:36px;height:16px;line-height:16px;background:url(/images/user.gif) no-repeat left center;padding-left:24px;display:block;float:right;}
*/
.pub .pubData .name .userCount {
    color: #8c8c8c;
    float: right;
}

.pub .pubData .name .userLike {
    display: none;
    width: 69px;
    float: right;
    height: 16px;
    line-height: 16px;
    background: url(/Images/star.png) no-repeat left center;
    padding-left: 18px;
}

.pub .pubData .name img {
    vertical-align: middle;
    margin-bottom: 3px;
}

.pub .pubData .desc {
    color: #666;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    align-items: center;
}

.pub .pubData .desc span {
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .pub .pubData .desc::before{content:"";width:1px;display:inline-block;vertical-align:middle;}
*/
.panel .ballbar {
    padding: 0;
}

.ballbar .pub {
    width: 33.1%;
    float: left;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    display: inline-block;
}

.ballbar .pub>* {
    display: block;
}

.ballbar .pubData {
    width: 100%;
    padding: 0;
}

.ballbar .name {
    width: 100px;
    margin: 5px auto 0 auto;
}

.ballbar .name .username {
    font-size: 14px;
    overflow: hidden;
    height: 19px;
    display: inline-block;
}

.ballbar .pub .name .userCount {
    float: none;
    margin-top: 2px;
}

.ballbar .pub .pubData .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ballbar .pub:nth-child(n+4) {
    border: none;
}

.ballbar .pub:nth-child(2),
.ballbar .pub:nth-child(5) {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.ballbar a:hover {
    text-decoration: none;
}

.linkMenu {
    display: table;
    width: 100%;
    padding: 6px 12px;
    position: relative;
    box-sizing: border-box;
}

.linkMenu:hover {
    background: #EFF8FD !important;
}

.linkMenu .popup {
    display: block;
    border-radius: 6px;
    border: 1px solid #007FE4;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
    left: 99%;
    top: -3px;
    width: 560px;
}

.linkMenu .popup li a {
    padding: 10px;
    font-size: 14px;
}

.linkMenu .popup .links {
    display: block;
    width: 100%;
}

.linkMenu .popup .links .on::after {
    content: '';
    width: 10px;
    display: inline-block;
    /*background: url(/common/images/more.svg) no-repeat right center;*/
    height: 30px;
    vertical-align: middle;
}

.linkMenu .popup .links .on a {
    color: #007FE4 !important;
    font-weight: bold;
}

.linkMenu:last-child {
    border: none;
    padding-bottom: 5px;

}

.linkMenu .links {
    width: 85%;
    font-size: 14px;
    color: #e5e5e5;
    line-height: 25px;
    display: inline-block;
}

.linkMenu .links li {
    /* width:80px;*/
    text-align: center;
    display: inline-block;
    white-space: nowrap;

}

.linkMenu .sl {
    padding: 0;
    padding-right: 10px !important;
}

.linkMenu .sl::after {
    top: 7px;
}

.linkMenu .icon {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    float: left;
    /* display:table-cell;*/
    vertical-align: middle;
}

/* .linkMenu .icon .amt{vertical-align:middle;margin:0 5px 2px 0;animation:spin 3s linear infinite;}
@keyframes spin{from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
*/
.linkMenu .icon .amt-1 {
    vertical-align: middle;
    margin: 0 4px 2px 0;
}

.linkMenu:hover .icon .amt-1 {
    animation: shake 2s linear infinite;
}

@keyframes shake {
    0% {
        transform: rotate(0);
    }

    5% {
        transform: rotate(-20deg);
    }

    10% {
        transform: rotate(20deg);
    }

    15% {
        transform: rotate(-20deg);
    }

    20% {
        transform: rotate(20deg);
    }

    25% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.tabs {
    border-bottom: 2px solid #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
    z-index: 9999999999;
    margin-bottom: 10px;
}

.tabs .q_menu {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.tabs .q_menu a,
.tabs .q_menu a:hover {
    color: #666;
    background: #fff;
    text-decoration: none;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: relative;
}

.tabs .q_menu a.qon {
    color: #007FE4;
}

.tabs .q_menu a.qon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 47%;
    width: 0;
    height: 0;
    border-bottom: 7px solid #007FE4;
    border-top: 0 none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.tabs .q_menu a::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #e5e5e5;
}

.tabs .q_menu a:last-child::before {
    background: none;
}

.tabs .soccegame {
    WIDTH: 100%;
    HEIGHT: 36px;
    background-color: #fff;
}

.tabs .soccegame::after {
    content: "";
    clear: both;
    display: block;
}

.tabs .soccegame LI {
    FLOAT: left;
    width: 20%;
    padding: 0;
}

.tabs .soccegame LI A {
    DISPLAY: block;
    TEXT-ALIGN: center;
    line-height: 26px;
    color: #666;
    font-size: 14px;
}

.tabs .soccegame .inon A,
.tabs .soccegame .inon A:visited,
.tabs .soccegame .inon A:hover {
    border-radius: 20px;
    BACKGROUND-POSITION: left -123px;
    background: #007FE4;
    COLOR: #fff;
    BACKGROUND-REPEAT: no-repeat;
    text-decoration: none;
}

#div_football,
#div_basketball {
    padding: 10px;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.nbaph td {
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.nbaph td:first-child {
    font-size: 14px;
}

.nbay td {
    color: #FFF;
    background-color: #59a1d3;
}

.jfb TD {
    COLOR: #222;
    LINE-HEIGHT: 34px;
    TEXT-ALIGN: center;
    font-size: 12px;
}

.jfb TD a {
    font-size: 14px;
}

.jfb TD span a {
    font-size: 12px;
    line-height: 26px;
    color: #666;
    background: #F1F4F6;
    width: 100%;
    display: block;
    border-radius: 4px;
}

/* .jfb tr:not(:first-child) td:first-child{font-size:12px;}
*/
.jfb .jstitle TD {
    COLOR: #999;
    BACKGROUND-COLOR: #F1F4F6;
    line-height: 30px;
}

/* .js1{BACKGROUND-COLOR:#f9f9f9;}
*/
.js1 td {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#div_basketball .js1:last-child td {
    border-bottom: none;
}

.rank {
    background: #F1F4F6;
    color: #666;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 0 auto;
}

.rank.on {
    background: #faad14;
    color: #fff;
}

.guess h3 a,
.AI h3 a {
    margin-left: 10px;
}

.guessBar {
    border-bottom: solid 1px #f5f5f5;
    overflow: hidden;
    padding: 16px 10px;
}

.guessBar:last-child {
    border: none;
}

.guessBar .team {
    float: left;
    width: 65px;
    text-align: center;
}

.guessBar .team .icon {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 auto 3px auto;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    background: #fff3da;
}

.guessBar .team span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guessBar .guessBox {
    float: left;
    width: calc(100% - 140px);
    padding: 0 5px;
}

.guessBar .icon img {
    width: 100%;
}

.guessBar .guessData {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 3px;
    color: #666;
}

.guessBar .guessData .barBG {
    height: 6px;
    width: 100%;
    float: left;
    background: #fbc250;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 3px;
}

.guessBar .guessData .barBG .bar {
    height: 6px;
    float: left;
    background: #62b0ed;
}

.guessBar .guessData .hCount {
    float: left;
    color: #5294c7;
    background: url("/common/images/hi.png") no-repeat left;
    padding-left: 13px;
}

.guessBar .guessData .gCount {
    float: right;
    color: #edac28;
    background: url("/common/images/hi.png") no-repeat right;
    padding-right: 13px;
}

/* .msgBox{float:right;width:32%;background:url(/common/images/lb.png) no-repeat left center;color:#666;padding-left:20px;font-size:12px;line-height:36px;overflow:hidden;}
*/
.msgBox {
    float: right;
    width: 35%;
    color: #666;
    font-size: 12px;
    line-height: 36px;
    text-align: right;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.msgBox .r {
    float: right;
    overflow: hidden;
    text-align: right;
    padding-right: 10px
}

.msgBox ul {
    width: 100%;
    overflow: hidden;
    height: 36px;
}

.msgBox ul li {
    width: 100%;
}

.msgBox li i {
    background: url(/common/images/lb.png) no-repeat left center;
    width: 14px;
    height: 14px;
    margin: 0 4px 2px 0;
    display: inline-block;
    vertical-align: middle;
}

/* -------:hover-------- */
.linkMenu:hover,
.pub:hover,
.guessBar:hover,
.jfb tr:hover {
    background: #F3F8FB;
    transition: all 0.2s linear;
}

.pub:hover {
    color: #222 !important;
}

/* .createBtn:hover,*/
.content .hotNews .new .title .link a:hover,
.jfb TD span a:hover {
    background: #FF5106;
    color: #fff;
    text-decoration: none;
}

.PIcon {
    margin-left: 4px;
}

/* 会员 */
.viptit {
    border-bottom: 0.5px solid rgba(236, 102, 25, 0.20);
    background: linear-gradient(98deg, rgba(255, 235, 175, 0.70) 29.42%, rgba(255, 209, 63, 0.70) 93.73%);
    box-shadow: 0px 4px 5.3px 0px rgba(255, 146, 68, 0.06) inset;
    padding: 0 10px;
    height: 40px;
}

.viptit img {
    height: 40px;
    vertical-align: -13px;
}

.viptit span {
    color: #B87046;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-left: 10px;
}

.panel .info.VIP {
    background: linear-gradient(90deg, #fff, #FFEFD0);
    padding: 10px;
}

.VIP .viplis {
    color: #864C23;
    font-size: 12px;
    line-height: 22px;
    width: 32%;
    margin: 4px 0;
    display: inline-block;
}

.VIP .vipicon {
    width: 15px;
    margin-right: 5px;
    vertical-align: -2px;
}

.VIP .vipbtn {
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 32%;
    padding: 4px;
    border-radius: 5px;
    float: right;
}

.VIP .vipbtn span {
    color: #fa8c16;
    font-size: 12px;
    display: block;
}

.VIP .vipbtn .button {
    background: #F26E35;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 5px 0;
    margin-top: 2px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}

/* AI预测 */
.win {
    /*background: #E53935;*/
}

.draw {
    background: #2196F3;
}

.lose {
    background: #19981E;
}

.AI .AIbox {
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.AI .AIbox:last-child {
    border: none;
}

.AI .AImatch::after {
    content: "";
    clear: both;
    display: block;
}

.AI .AIteams {
    width: 72%;
    font-size: 12px;
    text-align: center;
    float: left;
}

.AI .AIteams span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.AI .AIt-name {
    color: #222;
    width: 37%;
    display: inline-block;
    float: left;
}

.AI .Teamicon {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
}

.AI .time {
    color: #666;
    width: 26%;
    margin-top: 7px;
    display: inline-block;
    float: left;
}

.AI .AIodds {
    width: 24%;
    color: #222;
    line-height: 20px;
    float: right;
}

.AI .AIodds i {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 50%;
    display: inline-block;
}

.AI .analy {
    background: linear-gradient(90deg, #F6FCFF, #EFF8FD);
    color: #3470A0;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
    margin-top: 10px;
    border-radius: 20px;
}

.AI .analy .icon {
    width: 16px;
    margin-right: 4px;
    vertical-align: -2px;
}

.AI .analy .goicon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    opacity: 0.7;
    display: inline-block;
    float: right;
}

.AI .analy .goicon::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #007FE4;
    border-top: none;
    border-left: none;
    margin: 3px;
    transform: rotate(-45deg);
    display: inline-block;
}

/* -----------分析动画------------ */
.bounce {
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: none;
}

.letter {
    animation: bounce 0.45s cubic-bezier(0.05, 0.5, 0.2, 1) infinite alternate;
    transform: translate3d(0, 0, 0);
    padding: 0;
    margin: 0 -1px;
    border: none;
    display: inline-block;
    /* text-shadow: rgb(255 255 255 / 40%) 0 0 0.05em; */
}

.letter:nth-child(1) {
    animation-delay: 0s;
}

.letter:nth-child(2) {
    animation-delay: 0.0833333333s;
}

.letter:nth-child(3) {
    animation-delay: 0.1666666667s;
}

.letter:nth-child(4) {
    animation-delay: 0.25s;
}

.letter:nth-child(5) {
    animation-delay: 0.3333333333s;
}

.letter:nth-child(6) {
    animation-delay: 0.4166666667s;
}

.letter:nth-child(7) {
    animation-delay: 0.5s;
}

.letter:nth-child(8) {
    animation-delay: 0.6333333333s;
}

.letter:nth-child(9) {
    animation-delay: 0.7166666667s;
}

.letter:nth-child(10) {
    animation-delay: 0.8s;
}

@keyframes bounce {
    0% {
        transform: translate3d(0, -1px, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 1px, 0);
        opacity: 1;
    }
}

/* 周月榜*/
h3 .tabs {
    display: inline-block;
    float: left;
    width: auto !important;
    border: none;
    margin: 0;
}

.tabs .tab {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    float: left;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.tabs .tab:hover {
    color: #007FE4;
}

.tabs .tab.on,
.tabs .tab.on:hover {
    font-size: 16px;
    color: #1172cc;
    font-weight: bold;
}

.dataList .item {
    width: 100%;
    float: left;
    line-height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.dataList .item:nth-child(1) .idx {
    color: #ff2519;
}

.dataList .item:nth-child(2) .idx {
    color: #ff8e00;
}

.dataList .item:nth-child(3) .idx {
    color: #33a2ff;
}

.dataList .item:hover {
    color: #222;
}

.dataList .item:hover .name {
    color: #007FE4;
}

.dataList .item .num {
    float: left;
    font-weight: bold;
    font-size: 14px;
    width: 25px;
    text-align: center;
    color: #666666;
}

.dataList .item img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 5px 0 0;
    border-radius: 50%;
    overflow: hidden;
}

.dataList .item .name {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.dataList .item .data {
    float: right;
    line-height: normal;
    vertical-align: middle;
    padding: 2px 4px 2px 2px;
    text-align: center;
    font-size: 16px;

}

.dataList .item .data span {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666666;
}

.dataList .item .data .num {
    color: #FF5106;
    font-weight: normal;
    font-size: 13px;
}

.dataList .item .dateBox {
    float: left;
    line-height: normal;
    padding: 6px 4px 6px 0;
    text-align: center;
    width: 50px;
    border-right: solid 1px #f1f1f1;
}

.dataList .item .dateBox .league {
    /* font-weight: bold; */
}

.dataList .item .date {
    color: #666666;
}

.dataList .item .match {
    float: left;
    line-height: normal;
    width: 129px;
    overflow: hidden;
    padding-left: 5px;
}

.dataList .item .match .team {
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
    float: left;
}

.dataList .item .match .team:hover {
    color: #007FE4;
}

.dataList .item .match .team img {
    float: left;
    margin: 4px;
    width: 20px;
    height: 20px;
}


.vsale .dataList .item {
    border-bottom: solid 1px #f1f1f1;
    padding: 10px;
}

.vsale .dataList .item:hover {
    background: linear-gradient(90deg, #EFF8FD 0%, #FFF 100%);
}

.vsale .dataList .item:last-child {
    border: none;
}

.vsale .dataList .item .data {
    padding: 10px 4px 10px 0;
}

.vsale h4,
.vsale h3 {
    background: linear-gradient(90deg, #FFF5DD 0%, #F5FBFF 100%);
}

.vsale .dataList .item .data .num {
    font-size: 16px;
    font-weight: bold;
}



.pcShow {
    display: none;
}

.pcHide {
    display: block;
}

@media screen and (min-width:1680px) {
    .banner .item:nth-child(2) {
        margin-right: 10px;
    }

    .pcShow {
        display: block;
    }

    .pcHide {
        display: none;
    }

    .content,
    .menu .content {
        width: 1280px;
    }

    .content .right {
        width: 380px;
    }

    .content .otherRight,
    .content .otherLeft {
        display: block;
    }

    .content .hotNews {
        margin-left: 10px;
        margin-right: 10px;
    }

    .content .right {
        margin: 0 10px;
    }

    .banner .item {
         width: 32%;
    }
}

/* 升级弹框 */
.upgradePop {
    background: url(/images/upgradePop.png) no-repeat center;
    width: 960px;
    height: 460px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.close {
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.close:hover {
    transform: rotate(180deg);
}

.close::before,
.close::after {
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.upgradePop .UGtext {
    width: 70%;
    height: 125px;
    margin: 245px auto 0 auto;
}

.upgradePop .UGtext p {
    color: #222;
    font-size: 16px;
    text-align: justify;
    text-indent: 32px;
    line-height: 24px;
    margin: 10px 0;
}

.upgradePop .UGtext span {
    color: #F64A45;
}

.upgradePop .UPbtn {
    background: url(/images/UGbtn.png) no-repeat center;
    background-size: 100%;
    width: 240px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    padding-left: 40px;
    margin: 12px auto;
    display: block;
    cursor: pointer;
    transition: all 0.2s linear;
}

.upgradePop .UPbtn:hover {
    transform: scale(1.1);
}

#site-header {
    width: 100%;
    clear: both;
    margin-top: 8px;
}