:root {
    --dai: #01a0f5;
    --sheng: #EE5423;
    --fu: #666666;
    --ping: #009688
}

html {
    /*background: #e7f0fe;*/
    background-color: #f1f3f6;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    color: #000;
    width: 100%;
    height: 100%;
    font: 14px/1.5 microsoft yahei, Arial;
    -webkit-text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    padding-top: 75px;
    /*background-color: #e7f0fe;*/
    background-color: #f1f3f6;
}

body::-webkit-scrollbar {
    /* 定义滚动条轨道样式 */
    width: 6px;
    height: 6px;
    background-color: rgba(100, 100, 100, 0.2);
}

body::-webkit-scrollbar-track {
    /*定义滚动条轨道 内阴影+圆角*/
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, .5);
}

body::-webkit-scrollbar-thumb {
    /*定义滑块 内阴影+圆角*/
    border-radius: 10px;
    box-shadow: inset 0 0 0 gray;
    background-color: #666666;
}

table, tr, th, td, tbody {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul, ol, li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    border: none;
    margin: 0;
    padding: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    color: #a9a9b9 !important;
    background: none;
}

input, select, textarea {
    -webkit-tap-highlight-color: #ddd;
    resize: none;
}

textarea:focus {
    outline: 0
}

a {
    color: #000;
    text-decoration: none
}

input, textarea, select, button {
    outline: none;
    border-radius: 0;
}

input[type='text'], input[type='number'], input[type='password'], textarea, button {
    -webkit-appearance: none;
    border: 0;
}

form {
    /*width: 100%*/
}

form:after {
    /*clear: both;*/
    /*display: block;*/
    /*content: ".";*/
    /*visibility: hidden*/
}

input:-ms-input-placeholder {
    color: #ddd;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input:-moz-placeholder {
    color: #ddd;
}

textarea:-ms-input-placeholder {
    color: #ddd;
}

textarea::-webkit-input-placeholder {
    color: #ddd;
}

textarea::-moz-placeholder {
    color: #ddd;
}

textarea:-moz-placeholder {
    color: #ddd;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

table {
    width: 100%
}

table th {
    font-weight: normal
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*导航部分------------------------------------------------------*/
.header {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    background: #0087ff;
}

.header .wrap_n {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    width: 150px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/logo.png") no-repeat center left;
    background-size: 100%;
}

.header .logo img {
    height: 50px;
}

.header a {
    color: #f5f5f5;
}

.header .nav-list {
    margin: 0 200px;
    text-align: center;
    height: 60px;
    line-height: 60px; /* background-color:#181818; */
}

.header .nav-list ul {
    font-size: 0;
}

.header .nav-list li {
    display: inline-block;
    position: relative;
}

.header .nav-list a.la {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
}

.header .nav-list a.la:hover {
    background: #01a0f5;
}

.header .nav-list li:hover .sub-nav {
    /*display: block;*/
    transform: scale(1);
}

.header .nav-list .toolTip {
    width: 7px;
    height: 7px;
    background-color: #d72323;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 10px;
}

.tips-right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 60px;
    line-height: 60px;
}

.tips-right .login-before {
    float: right;
}

.tips-right .login-btn {
    padding: 2px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 10px;
}

.tips-right .login-before a {
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
}

.tips-right .login-before a.sign {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    background: url("/static/icon/icon-sign.png") no-repeat center left;
    width: 40px;
    text-align: right;
    background-size: 20px;
    padding-left: 10px;
    font-size: 14px;
}

.tips-right .login-before a.line {
    color: #2054ae;
}

.tips-right .login-after {
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    min-width: 235px;
}

.tips-right .login-after a.sign, a.recy, a.message {
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    width: 45px;
    font-size: 15px;
}

.tips-right .login-after .sign {
    background: url("/static/icon/icon-sign.png") no-repeat 5px 20px;
    background-size: 20px;
    padding-left: 20px;
}

.tips-right .login-after .recy {
    background: url("/static/icon/icon-recy.png") no-repeat 6px 22px;
    background-size: 18px;
    padding-left: 20px;
}

.tips-right .login-after .message {
    background: url("/static/icon/icon-notice.png") no-repeat 18px 20px;
    background-size: 16px;
}

.tpin-navbg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    opacity: 1;
    width: 55px;
    display: none;
}

.tpact {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin-top: 25px;
    transition: all .3s;
    color: #2054ae;
}

.tpact .lg {
    color: #ddd;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.tpin-nav {
    width: 180px;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 5px 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ccc;
    transform: scale(0);
    transform-origin: right top;
    opacity: .5;
    transition: .2s ease-out;
    z-index: 2;
}

.tpin-nav .info {
    text-align: center;
    border-bottom: solid 1px #eee;
    padding: 10px 0 15px 0;
    line-height: 20px;
    cursor: default;
    margin-bottom: 5px;
}

.tpin-nav .info p {
    color: #4a3a1e;
    font-size: 16px;
}

.tpin-nav .info div {
    color: #e22d2d;
    font-size: 16px;
}

.tpactin {
    float: right;
    line-height: 30px;
    color: #ddd;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    height: 80px;
    margin: 12px 0 0 10px;
    background: none;
    padding: 0;
    transition: all .3s;
}

.tpactin .portrait {
    width: 55px;
    height: 55px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.tpactin .portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tpinnva a {
    display: block;
    line-height: 35px;
    text-align: left;
    padding-left: 30px;
    color: #666;
    position: relative;
}

.tpinnva a:last-child {
    border-top: solid 1px #eee;
}

.tpinnva a:hover {
    background: #eee;
}

.tpinnva a i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed616e;
    margin-left: 6px;
    vertical-align: 2px;
    position: absolute;
    top: 13px;
    left: 80px;
}

.tpinnva .toolTip {
    width: 7px;
    height: 7px;
    background-color: #d72323;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 5px;
}

.tpright {
    float: right;
}

.tpactbtn {
    width: 55px;
    height: 75px;
    line-height: 110px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    text-align: center;
    font-size: 11px;
    color: #b59d74;
}

.tpactbtn a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 11px;
    color: #b59d74;
}

.tpactbtn span {
    display: inline-block;
}

.tpactbtn:hover {
    background-color: #503f22
}

.tpactbtn i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed616e;
    position: absolute;
    top: 35px;
    right: 20px;
    transition: all .3s ease-in-out;
}

.tpnotice {
    background: url("../images/icon_notice.png") no-repeat center top 18px;
    background-size: 20px;
}

.tprechge {
    background: url("../images/icon_pay.png") no-repeat center top 20px;
    background-size: 20px;
}

.tpactbtn i.notictips {
    display: none;
}

.tpin-nav a i.notictips {
    display: none;
}

.login-user {
    position: relative;
    float: left;
    margin-left: 20px;
}

.login-user .portrait-a {
    padding: 0 0;
}

.login-user .portrait-a img {
    border-radius: 50%;
    margin-top: 10px;
    width: 40px;
    height: 40px;
}

.login-user:hover .tpin-nav {
    transform: scale(1);
    opacity: 1;
}

.login-user:hover .tpin-navbg {
    display: block;
}

.login-user #exit {
    cursor: pointer;
}

/*导航部分------------------------------------------------------*/
.sub-nav {
    text-align: left;
    position: absolute;
    left: 0;
    top: 60px;
    width: 300px;
    background: #fff;
    box-shadow: 1px 1px 3px #999;
    padding: 15px;
    z-index: 102;
    line-height: 25px;
    overflow: hidden;
    /*display: none;*/
    transform: scale(0);
    transform-origin: left top;
    transition: .2s;
}

.sub-nav a {
    display: inline-block;
    margin: 0 3px;
    color: #666;
    line-height: 22px;
    padding: 0 5px;
    font-size: 13px;
    transition: .2s;
}

.sub-nav a:hover {
    color: #007aff;
}

.sub-nav-tj {
    width: 120px;
    padding: 0;
    background-color: #503f22;
    box-shadow: none;
}

.sub-nav-tj a {
    display: block;
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.sub-nav-tj a:hover {
    background-color: #594626;
    color: #fff;
}

#banner {
    height: 400px;
    margin-bottom: 15px;
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

#banner .swiper-pagination-bullet {
    opacity: 1;
    background: #ddd;
    border-radius: 0;
    width: 30px;
    height: 3px;
}

#banner .swiper-pagination-bullet-active {
    background: #2054ae;
}

#banner .swiper-slide1 {
    background: url(../banner/banner0.png) no-repeat center;
}

#banner .swiper-slide2 {
    background: url(../banner/banner0.png) no-repeat center;
}

#banner .swiper-slide3 {
    background: url(../banner/banner0.png) no-repeat center;
}

.leftShow {
    height: calc(100% - var(--top));
    width: var(--width);
    position: var(--type);
    top: var(--top);
    left: var(--left);
    z-index: var(--index);
    transition: var(--transition);
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(50, 50, 50, .2);
}

.leftHide {
    left: var(--leftHide) !important;
}

#left .account {
    text-align: center;
    margin-bottom: 15px;
}

#left .count {
    margin-top: 15px;
}

#left .portrait {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E9f1FF;
}

#left .account .name {
    font-size: 18px;
    color: #444444;
}

#left .num {
    font: normal 20px/1 Arial, "Microsoft YaHei", "Hiragino Sans GB";
    color: #333;
}

#left .line {
    color: #eee;
    padding: 0 5px;
    vertical-align: 3px;
}

#left .money::before {
    content: '典';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    background-color: #ddd;
    border-radius: 50%;
    transform: scale(.8);
    vertical-align: 4px;
}

#left .integral::before {
    content: '积';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    background-color: #ddd;
    border-radius: 50%;
    transform: scale(.8);
    vertical-align: 4px;
}

#left .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 10px 10px 10px;

}

#left .link {
    color: #666;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

#left .link:hover {
    border-radius: 6px;
    border-color: #fff;
    background-color: #E9f1FF;
}

#left .arrow {
    position: absolute;
    right: -16px;
    top: 24px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url('../icon/icon-left.png') no-repeat center #fff;
    background-size: 16px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

#left .arrow2 {
    background: url('../icon/icon-right.png') no-repeat center #fff;
    background-size: 12px;
    right: -80px;
}

#left .arrow:hover {
    box-shadow: 0 4px 10px 0 rgba(100, 100, 100, .2);
}

#left .arrow[info]:after {
    content: attr(info);
    color: #fff;
    padding: 4px 8px;
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: 20;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transition: .5s ease-in-out;
    background-color: rgba(37, 39, 42, .85);
}

#left .arrow[info]:hover:after {
    opacity: 1;
}

#left a.icon1 span {
    background: url("../icon/icon-ziliao.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

#left a.icon2 span {
    background: url("../icon/icon-dingyue.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

#left a.icon3 span {
    background: url("../icon/icon-mingxi.png") no-repeat center left;
    background-size: 24px;
    padding-left: 40px;
}

#left a.icon4 span {
    background: url("../icon/icon-guanzhu.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

#left a.icon5 span {
    background: url("../icon/icon-shoucang.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

#left .background {
    width: var(--width);
    position: var(--type);
    left: var(--left);
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    transition: var(--transition);
}

#left .button {
    width: 100px;
    height: 30px;
    margin: 10px 0;
    color: #666666;
    background-color: #eee;
    border-radius: 30px;
    cursor: pointer;
    transition: .5s ease-in-out;
}

#left .button:hover {
    color: #fff;
    background-color: #01a0f5;
}

#left .bottom {
    color: #ccc;
    position: var(--type);
    left: var(--left);
    bottom: 70px;
    font-size: 12px;
    width: var(--width);
    transition: var(--transition);
}

#left .bottom .title {
    text-align: center;
    padding-bottom: 10px;
}

#left .bottom .wechat {
    display: block;
    margin: 0 auto;
    width: 125px;
    height: 125px;
    background: url("/static/images/icon-weixin.jpg") no-repeat;
    background-size: cover;
    border: 1px solid #eee;
    border-radius: 4px;
}

#left .bottom .web {
    margin-top: 20px;
}

#left .bottom .text {
    padding: 0 10px;
}

#popform .title {
    color: #555;
}

#popform .item {
    position: relative;
    margin-bottom: 10px;
}

#popform .icon {
    position: absolute;
}

#popform input {
    width: 100%;
    line-height: 35px;
    text-indent: 35px;
    border-radius: 4px;
    transition: .3s;
    border: 1px solid #eee;
    background-color: #fff;
}

#popform input:focus {
    border-color: #2054ae;
}

#popform .login-btn {
    width: 100%;
    color: #ffffff;
    line-height: 35px;
    background-color: #01a0f5;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}

#popform .login-btn:hover {
    opacity: .8;
}

#popform #codeimg {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 80px;
    height: 28px;
}

.footer {
    color: #eee;
    width: 100%;
    background: #222222;
    margin-top: 30px;
    overflow: hidden;
    padding: 30px 0;
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: #01a0f5;
}

.footer .copyright {
    display: flex;
    overflow: hidden;
}

.footer .lf {
    color: #ddd;
    font-size: 12px;
    line-height: 22px;
}

.footer .lxi {
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer .lxi li {
    border: 1px solid #ddd;
    padding: 2px 10px;
    margin-right: 50px;
    border-radius: 4px;
}

.footer .lxi li:last-child {
    margin-right: 0;
}

.footer .lxi li:hover {
    color: #007aff;
    border-color: #007aff;
}

.footer .lxi li:hover a {
    color: #007aff;
}

.footer .foot_link {
    margin-bottom: 20px;
}

.footer .cp {
    color: #eee;
    margin-top: 10px;
}

.footer .rf2 {
    width: 250px;
    margin-left: 20px;
    text-align: left;
}

.footer .rf2 img {
    width: 100px;
}

.footer2 {
    margin-top: 20px;
    color: #9a9ed2;
    font-size: 12px;
    background-color: #e6e7f2;
    padding: 10px 10px;
}

.footer2 .link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.footer2 .link a {
    width: 23.5%;
    color: #555ba6;
    background-color: #d7d9ea;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 4px 4px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.footer2 .link i {
    display: none;
}

.footer2 .cory {
    margin: 15px 0;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border-bottom: 1px solid #eeeeee;
}

.footer2 .cory a {
    color: #555ba6;
    border: 1px solid #555ba6;
    padding: 4px 10px;
    border-radius: 30px;
    margin-right: 10px;
}

.match-title {
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
}

.match-free {
}

.match-free .item {
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match-free .item:last-child {
    margin-bottom: 0;
}

.match-free .type {
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match-free .ts {
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    background-color: #999999;
    transition: .3s;
}

.match-free .team {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.match-free .team .vs {
    padding: 0 15px;
    min-width: 100px;
    text-align: center;
}

.match-free .team .vs-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/static/icon/icon-pk.png") no-repeat center;
    background-size: 100%;
    vertical-align: -5px;
}

.match-free .team .zd {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match-free .team .sp {
    text-align: right;
}

.match-free .team .xp {
    text-align: left;
}

.match-free .team .bf {
    color: #EE4523;
}

.match-free .team .pk {
    color: #999999;
    font-size: 12px;
}

.match-free .result {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dai);
    border: 1px solid var(--dai);
    padding: 1px 1px 1px 1px;
    border-radius: 30px;
}

.match-free .result .commend {
    min-width: 170px;
    text-align: center;
}

.match-free .result .text {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: var(--dai);
}

.match-free .result2 {
    color: var(--sheng);
    border-color: var(--sheng);
}

.match-free .result3 {
    color: var(--ping);
    border-color: var(--ping);
}

.match-free .result4,
.match-free .result5 {
    color: var(--fu);
    border-color: var(--fu);
}

.match-free .result2 .text {
    background-color: var(--sheng);
}

.match-free .result3 .text {
    background-color: var(--ping);
}

.match-free .result4 .text,
.match-free .result5 .text {
    background-color: var(--fu);
}

.match-free .item_more {
    display: none;
}

.match-free .button {
    width: 100%;
    min-width: 204px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #ff9900;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

.match-free .button:hover {
    opacity: .8;
}

.lookmore, .seemore {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    overflow: hidden;
    color: #99783f;
    font-size: 14px;
    background: #fff;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}

.lookmore i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: -2px;
    background: url("/static/icon/icon_downs.png") no-repeat center;
    background-size: 6px;
    transition: all .3s;
    transform: rotate(90deg);
}

.lookmore:hover {
    background-color: #fcfcfc;
    cursor: pointer;
}

.lookmoresn i {
    transform: rotate(-90deg)
}

.record {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #eeeeee;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.record .list {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: calc(100vw - 130px);
}

.record span {
    color: #999999;
    padding-right: 10px;
}

.record .text {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    background-color: var(--dai);
}

.record .text2 {
    background-color: var(--sheng);
}

.record .text3 {
    background-color: var(--ping);
}

.record .text4,
.record .text5 {
    background-color: var(--fu);
}

.record .more {
    position: absolute;
    right: 10px;
    color: #007aff;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #007aff;
    transition: .3s;
}

.record .more:hover {
    color: #fff;
    background-color: #007aff;
}

.match {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.match .item {
    width: 49.5%;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px 0 rgba(236, 236, 236, 0.8);
}

.match .bx3 {
    background: url("/static/images/icon-football-bg.png") no-repeat right -35px #fff;
}

.match .bx4 {
    background: url("/static/images/icon-basketball-bg.png") no-repeat right -35px #fff;
}

.match .inner {
    padding: 10px 10px;
}

.match .type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match .me {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    white-space: nowrap;
}

.match .me .s {
    color: #ffffff;
    min-width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #01a0f5;
    display: inline-block;
    margin-right: 10px;
    transition: .3s;
}

.match .me .t {
    font-size: 13px;
    color: #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match .mt {
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
}

.match .mt button {
    min-width: 110px;
    padding: 6px 8px;
    color: #ffffff;
    background-color: #ff9900;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

.match .mt button:hover {
    opacity: .8;
}

.match .team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444444;
    margin: 15px 0;
    min-height: 30px;
}

.match .team:hover {
    color: #01a0f5;
}

.match .zdbx {
    display: flex;
    align-items: center;
    justify-content: left
}

.match .zd {
    font-size: 16px;
    transition: .3s;
}

.match .vs {
    padding: 0 20px;
    color: #dddddd;
    font-weight: bold;
}

.match .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match .commend {
    font-size: 18px;
    color: #ff9900;
    padding-left: 5px;
    font-weight: bold;
    position: relative;
    transition: .3s;
}

.match .commend::before {
    content: '推荐';
    color: #ff9900;
    font-size: 12px;
    padding: 2px 4px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: -38px;
    top: 0;
    border: 1px solid #ff9900;
    transition: .3s;
}

.match .commend::after {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    border: 6px solid;
    border-color: transparent transparent #ff9900 transparent;
    position: absolute;
    left: -5px;
    top: 6px;
    transform: rotate(90deg);
    transition: .3s;
}

.match .info .tit {
    color: #999;
    padding-right: 5px;
}

.match .info .line {
    padding: 0 10px;
    color: #ddd;
    font-size: 12px;
}

.match .expert {
    display: flex;
    align-items: center;
    color: #999999;
    background-color: #f6f6f8;
    padding: 6px 10px;
    white-space: nowrap;
}

.match .cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match .group a {
    display: flex;
    align-items: center;
    color: #999;
    transition: .3s;
}

.match .group a:hover {
    color: #01a0f5;
}

.match .group-line {
    padding: 0 20px;
    color: #dddddd;
    transition: .3s;
}

.match .portrait {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px;
    overflow: hidden;
}

.match .rs {
    color: #999999;
}

.match .rst {
    width: 25px;
    height: 25px;
    color: var(--dai);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
    border: 2px solid var(--dai);
    display: inline-block;
}

.match .rst0,
.match .rst1 {
    color: var(--dai);
    border-color: var(--dai);
}

.match .rst2 {
    color: var(--sheng);
    border-color: var(--sheng);
}

.match .rst3 {
    color: var(--ping);
    border-color: var(--ping);
}

.match .rst5,
.match .rst4 {
    color: var(--fu);
    border-color: var(--fu);
}


.loadend, .loading {
    text-align: center;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
    display: none;
}

.loading img {
    width: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -6px;
}

.loadend {
    height: 24px;
    position: relative;
    font-size: 16px;
    z-index: 1
}

.loadend span {
    color: #888;
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 140px;
    margin-left: -70px;
    z-index: 3;
    background-color: #f1f3f6;
}

.loadend i {
    display: block;
    width: 300px;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 43px;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
}

.expert-detail {
    position: fixed;
    left: 0;
    top: var(--top);
    width: var(--width);
    height: var(--height);
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(51, 51, 51, .2);
    display: flex;
    justify-content: center;
}

.expert-detail .box {
    padding: 40px 10px 10px 10px;
}

.expert-detail .info {
    font-size: 18px;
    color: #444444;
    text-align: center;
}

.expert-detail .portrait {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.expert-detail .grad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.expert-detail .grad .num {
    color: #333;
    margin-bottom: 4px;
    font: normal 24px/1 Arial, "Microsoft YaHei", "Hiragino Sans GB";
}

.expert-detail .grad .tit {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}

.expert-detail .grad .win {
    color: #EE4523;
}

.expert-detail .grad .win b {
    font-size: 14px;
}

.expert-detail .grad li {
    width: 49.5%;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.expert-detail .grad li:nth-child(2),
.expert-detail .grad li:nth-child(4) {
    border-right: transparent;
}

.expert-detail .grad li:nth-child(3),
.expert-detail .grad li:nth-child(4) {
    border-bottom: transparent;
}

.expert-detail .follow {
    width: 100%;
    line-height: 40px;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    background-color: #2054ae;
    text-align: center;
    margin-top: 30px;
    transition: .3s;
    cursor: pointer;
}

.expert-detail .follow2 {
    color: #333333;
    background-color: #eeeeee;
}

.expert-detail .follow:hover {
    opacity: .8
}

.expert-winrate {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0 4px 8px 0 #f7f7f8;
    border-radius: 6px;
    margin-bottom: 10px;
    display: none;
}

.expert-winrate .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.expert-winrate .info .desc {
    display: flex;
    align-items: center;
}

.expert-winrate .info .zhong {
    color: #f22;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(255, 34, 34, .09);
}

.expert-winrate .info .name {
    font-size: 14px;
    color: #333333;
    margin-right: 4px;
}

.expert-winrate .win {
    color: #EE4523;
    font: 15px Arial;
    font-weight: bold;
}

.expert-winrate .win b {
    font-size: 10px;
}

.expert-winrate .follow {
    color: #fff;
    padding: 4px 10px;
    background-color: #007aff;
    border-radius: 30px;
}

.expert-winrate .follow2 {
    color: #999;
    background-color: #eee;
}

.expert-winrate .portrait {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.expert-winrate .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.expert-winrate .item:last-child {
    margin-bottom: 0;
}

.expert-winrate .item .inner-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expert-winrate .item .inner-t .title {
    font-size: 12px;
    color: #999999;
}

.expert-winrate .item .inner-t .sl {
    color: #EE4523;
    font: 14px Arial;
    font-weight: bold;
}

.expert-winrate .item .inner-t .sl b {
    font-size: 10px;
}

.expert-winrate .item .inner-b {
    height: 4px;
    background-color: #ddd;
    border-radius: 30px;
    line-height: 4px;
    overflow: hidden;
}

.expert-winrate .item .inner-s {
    width: 0;
    height: 4px;
    transition: .3s;
    background-color: #EE4523;
}

.titleTip[info]:after {
    display: block;
    min-width: 50px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    content: attr(info);
    position: absolute;
    color: #fff;
    left: 30px;
    top: 45px;
    z-index: 20;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transition: .5s ease-in-out;
    background-color: rgba(37, 39, 42, .85);
}

.titleTip[info]:hover:after {
    opacity: 1;
}

.ball-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.ball-title a {
    display: inline-block;
    color: #a9a9b9;
    font-size: 18px;
    margin-right: 50px;
    height: 50px;
    border-bottom: 2px solid transparent;
}

.ball-title a.curr {
    color: #01a0f5;
    border-color: #01a0f5;
}

#right {
    position: fixed;
    width: 70px;
    right: 60px;
    bottom: 150px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(100, 100, 100, .2);
}

#right .item {
    display: block;
    width: 100%;
    height: 65px;

    cursor: pointer;
}

#right .top-up {
    background: url("../icon/icon-topUp.png") no-repeat center;
    border-bottom: 1px solid #ddd;
}

#right .wechat {
    position: relative;
    background: url("../icon/icon-wechats.png") no-repeat center;
}

#right .wechat-box {
    color: #666666;
    font-size: 12px;
    position: absolute;
    left: -140px;
    top: 0;
    padding: 10px;
    text-align: center;
    box-shadow: 0 8px 8px 0 rgba(51, 51, 51, .2);
    background: #fff;
    transform: scale(0);
    transform-origin: right top;
    transition: .3s;
}

#right .wechat-box .icon {
    display: block;
    width: 120px;
    height: 150px;
    margin-top: 5px;
    background: url("../images/icon-weixin.jpg") no-repeat center;
    background-size: 100%;
    transform-origin: right top;
}

#right .wechat:hover .wechat-box {
    transform: scale(1);
}

.search-title {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 10px auto;
    color: #444444;
    box-shadow: 2px 2px 8px 0 rgba(236, 236, 236, 0.8);
}

.search-title .key {
    padding: 0 4px;
    margin: 0 10px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e22d2d;
}

.search-title .count {
    color: #e22d2d;
    font-weight: normal;
}

.detail {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 10px;
    box-shadow: 2px 2px 8px 0 rgba(236, 236, 236, 0.8);
    margin-bottom: 50px;
    overflow: hidden;
}

.detail .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.detail .form-type {
    display: flex;
    align-items: center;
}

.detail .cen {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.detail .show {
    position: absolute;
    top: 20px;
    right: 0;
}

.detail .show .dy-tip {
    color: #ff9900;
    border: 1px solid #ff9900;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.detail .show .fh-tip {
    color: #009688;
    border: 1px solid #009688;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.detail .show .fh2 {
    color: #EE4523;
    border-color: #EE4523;
}

.detail .zdinfo {
    color: #444444;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .zd {
    min-width: 240px;
}

.detail .zd:nth-child(1) {
    text-align: right;
}

.detail .zd:nth-child(3) {
    text-align: left;
}

.detail .vs {
    color: #333333;
    margin: 0 40px;
    background: url("/static/icon/icon-pk.png") no-repeat center;
    background-size: 24px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.detail .vs2 {
    color: #EE4523;
    font: 22px Arial;
    font-weight: bold;
    background: none;
}

.detail .timer {
    color: #999999;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .item {
    width: 50px;
    margin: 0 10px;
    font: normal 24px/60px arial;
    color: #ffffff;
    background-color: #333333;
    box-shadow: 0 8px 8px 0 rgba(81, 81, 81, .2);
    text-align: center;
    border-radius: 4px;
}

.detail .mao {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.detail .form-type .btn {
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    color: #666666;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 12px;
    cursor: pointer;
    transition: .3s ease;
}

.detail .form-type .btn:hover {
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
}

.detail .type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.detail .type .ts {
    padding: 0 6px;
    border-radius: 4px;
}

.detail .type .time {
    padding: 0 20px;
    color: #999999;
    font-weight: normal;
}

.detail .type .dian {
    padding-left: 4px;
    color: #ff9900;
}

.detail .zs {
    display: inline-block;
}

.detail .pk {
    font-size: 13px;
    color: #666666;
    padding-top: 20px;
}

.detail .vs2 .pk {
    padding-top: 8px;
}

.detail .pkb {
    padding: 2px 4px;
    font-size: 14px;
    transform: scale(.8);
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 6px;

}

.detail .commend {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.detail .commend .text {
    font-size: 24px;
    color: #EE4523;
    font-weight: bold;
    padding-left: 5px;
    position: relative;
}

.detail .commend .text::before {
    content: '推荐';
    color: #EE4523;
    font-size: 12px;
    padding: 2px 4px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: -38px;
    top: 7px;
    border: 1px solid #EE4523;
}

.detail .commend .text::after {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    border: 6px solid;
    border-color: transparent transparent #EE4523 transparent;
    position: absolute;
    left: -5px;
    top: 13px;
    transform: rotate(90deg);
}


.detail .commend .line {
    font-size: 16px;
    color: #dddddd;
    padding: 0 10px;
}

.detail .commend .rsx {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: var(--dai);
    border-radius: 50%;
}

.detail .commend .rsx0,
.detail .commend .rsx1 {
    background-color: var(--dai);
}

.detail .commend .rsx2 {
    background-color: var(--sheng);
}

.detail .commend .rsx3 {
    background-color: var(--ping);
}

.detail .commend .rsx4,
.detail .commend .rsx5 {
    background-color: var(--fu);
}

.zfPay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
    border: 1px solid #e5e5e5;
    z-index: 3;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

.zfPay .right {
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zfPay .right .pays {
    text-align: right;
}

.zfPay .right .button2 {
    display: none;
}

.zfPay .disable .button {
    display: none;
}

.zfPay .disable .button2 {
    display: inline-block;
    color: #333333;
    background-color: #dddddd;
    cursor: default;
}

.zfPay .button {
    padding: 12px 45px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    color: #ffffff;
    background-color: #007aff;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}

.zfPay .button:hover {
    opacity: .8;
}

.zfPay b {
    color: #ff9900;
    padding: 0 4px;
    font-weight: normal;
}

.recommend {
    display: block;
    width: 100%;
    height: 24px;
    clear: both;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}

.recommend .title {
    color: #999999;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 140px;
    margin-left: -70px;
    z-index: 3;
    background: #f1f3f6;
    text-align: center;
}

.recommend .line {
    display: block;
    width: 100%;
    background: #e3e3e3;
    border-bottom: 1px solid #fefefe;
    position: absolute;
    margin-top: -1px;
    top: 12px;
    z-index: 2;
}

.detail .info {
    font-size: 12px;
    color: #999999;
    padding-top: 15px;
    text-align: right;
}

#crumbs ul li {
    list-style-type: none;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    display: block;
    float: left;
    height: 40px;
    width: 120px;
    background: transparent;
    text-align: center;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-decoration: none;
    color: black;
    line-height: 40px;
}

#crumbs ul li:after {
    content: "";
    position: absolute;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    width: 29px;
    height: 29px;
    right: -15px;
    top: 5px;
    z-index: 5;
    transform: rotate(45deg);
    color: black;
    background: white;
}

#crumbs ul li:before {
    content: "";
    position: absolute;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    width: 29px;
    height: 29px;
    left: -15px;
    top: 5px;
    transform: rotate(45deg);
    color: black;
    background: white;
}

#crumbs ul li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#crumbs ul li:first-child:before {
    display: none;
}

#crumbs ul li:last-child {
    /*padding-right: 60px;*/
    border-right: 1px solid gray;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#crumbs ul li:last-child:after {
    display: none;
}

#crumbs ul li:hover {
    border-left: 1px solid #3498db;
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
}

#crumbs ul li:hover:after {
    border-right: 1px solid #3498db;
    border-top: 1px solid #3498db;
}

#crumbs ul li:hover:before {
    border-right: 1px solid #3498db;
    border-top: 1px solid #3498db;
}

#crumbs ul li:hover:last-child {
    border-right: 1px solid #3498db;
}


/*.pagination{clear: both;overflow: hidden;text-align: center;margin: 30px auto;}*/
.pagination {
    clear: both;
    overflow: hidden;
    text-align: center;
}

.pagination a {
    text-decoration: none;
}

.pagination li {
    display: inline-block;
}

.pagination .link, .pagination .btn {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    color: #444444;
}

.pagination .link:hover {
    cursor: pointer;
    border-color: #007aff;
    color: #007aff
}

.pagination .link-curr, .pagination .link-curr:hover {
    border-color: #007aff;
    color: #007aff;
    cursor: default;
}

.pagination .more {
    padding: 0 10px;
    display: inline-block;
    line-height: 20px;
    color: #ccc;
}

.pagination .btn {
    vertical-align: -10px;
    background-color: #09f;
    width: 10px;
}

.pagination .btn-prev {
    background: #09f url("../images/icon_prev.png") no-repeat center;
    background-size: 18px;
}

.pagination .btn-next {
    background: #09f url("../images/icon_next.png") no-repeat center;
    background-size: 18px;
}

.pagination .disabled .btn {
    opacity: .6;
    background-color: #ccc;
}

.header2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fafafa;
    z-index: 999;
}

.header2 .logo {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 4px 10px;
}

.header2 .logo a {
    font-size: 20px;
    color: #007aff;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.header2 .nav-list {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border-top: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.header2 .nav-list a {
    color: #666666;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fafafa;
}

.header2 .nav-list a.curr {
    color: #000000;
    border-color: #000000;
}

.header2 .btn {
    display: flex;
    align-items: center;
}

.header2 .btn a {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-left: 10px;
}

.header2 .portrait {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.panel .info {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.panel .info a {
    width: 80px;
    height: 35px;
    line-height: 35px;
    margin: 10px 0px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 4px 0 #eee;
}

.panel .info a.button {
    color: #ffffff;
    background-color: #ff9900;
}

.panel .info a.sign {
    color: #555ba6;
    background-color: #d7d9ea;

}

.panel .info a.isSign {
    color: #666666;
    background-color: rgba(85, 91, 166, 0.1);
}

.panel .info .amt {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.panel .info .num {
    display: flex;
    align-items: center;
    margin: 0 4px;
}

.panel .info b {
    font-weight: normal;
}

.panel .info b.tip {
    font-size: 10px;
    border: 1px solid #dddddd;
    font-weight: normal;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    color: #999999;
    border-radius: 50%;
    margin-right: 4px;
}

.panel .portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.panel .name {
    font-size: 16px;
}

.panel .panel-pd {
    padding: 20px 10px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 40px);
}

.panel-lis {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #fafafa;
    transition: .4s;
    box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .2);
    z-index: 1001;
}

.panel-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 80%, .8);
    z-index: 1000;
    display: none;
}

.showPanel {
    right: 0;
}

.panel .list {
    display: flex;
    padding-left: 30px;
    flex-direction: column;
}

.panel .list a {
    margin: 15px 0;
}

.panel .list a.icon0 {
    background: url("../icon/icon-ziliao.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

.panel .list a.icon1 {
    background: url("../icon/icon-dingyue.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

.panel .list a.icon2 {
    background: url("../icon/icon-mingxi.png") no-repeat center left;
    background-size: 24px;
    padding-left: 40px;
}

.panel .list a.icon3 {
    background: url("../icon/icon-guanzhu.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

.panel .list a.icon4 {
    background: url("../icon/icon-shoucang.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

.panel .list a.icon5 {
    background: url("../icon/icon-exit.png") no-repeat center left;
    background-size: 22px;
    padding-left: 40px;
}

.panel .list a.icon6 {
    background: url("../icon/icon-kefu.png") no-repeat center left;
    background-size: 20px;
    padding-left: 40px;
}

.panel .list a.icon7 {
    background: url("../icon/icon-message.png") no-repeat center left;
    background-size: 20px;
    padding-left: 40px;
}

.wxicon {
    display: none;
}

.wxicon .wx-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, .9);
}

.wxicon .wx-tp {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #eee;
    z-index: 1003;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wxicon .title {
    color: #999999;
    font-size: 13px;
}

@media (max-width: 1799px) {
    .expert-detail {
        display: none;
    }

    #right {
        display: none;
    }

    #left {
        display: none;
    }

    #left .bottom {
        display: none;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }

    .header,
    .footer,
    .ball-title {
        display: none;
    }

    .footer2,
    .header2 {
        display: block;
    }

    .expert-winrate {
        display: block;
    }

    body {
        padding-top: 100px;
    }

}

@media (max-width: 1024px) {
    .match {
        flex-wrap: wrap;
    }

    .expert-list {
        flex-wrap: wrap;
    }

    .match .zd,
    .match .commend {
        font-size: 14px;
    }

    .match .commend::before {
        padding: 0 2px;
    }

    .match .commend::before {
        left: -34px;
    }

    .match .commend::after {
        left: -4px;
        top: 4px;
    }
}

@media (max-width: 768px) {
    .match .item {
        width: 100%;
        box-sizing: border-box;
    }

    .match-free {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .match-free .type {
        display: flex;
        align-items: center;
    }

    .match .me .s,
    .match-free .ts {
        min-width: auto;
        width: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .match-free .info {
        width: 100%;
    }

    .match-free .item {
        flex-wrap: wrap;
        width: 49.5%;
    }

    .match-free .item:last-child {
        margin-bottom: 10px;
    }

    .match-free .team {
        width: 100%;
    }

    .match-free .result {
        padding: 2px 2px 2px 10px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .match-free .result .commend {
        min-width: auto;
    }

    .match-free .button {
        min-width: auto;
    }

    .detail .zdinfo {
        font-size: 15px;
    }

    .detail .vs {
        background-size: 22px;
        min-width: 60px;
    }

    .detail .vs2 {
        font: 15px Arial;
        font-weight: bold;
    }
}

@media (max-width: 635px) {
    .detail .cen {
        font-size: 16px;
    }

    .detail .top {
        display: none;
    }

    .detail .vs {
        margin: 0 15px;
    }

    .detail .zd {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .detail .item {
        width: 45px;
        margin: 0 10px;
        font: normal 20px/40px arial;
    }


    .match-free .item {
        width: 100%;
    }

    .match .group-line {
        padding: 0 6px;
    }
}

@media (max-width: 380px) {
    .match .none {
        display: none;
    }
}

@media (min-width: 1200px) {

    .wrapper {
        width: 1200px;
        padding: 0;
    }

    .header,
    .footer,
    .ball-title {
        display: block;
    }

    .footer2,
    .header2 {
        display: none;
    }

    body {
        padding-top: 75px;
    }
}

.noticetp {
    position: relative;
}

.noticetp::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 17px;
    width: 6px;
    height: 6px;
    background-color: #ff9900;
    border-radius: 50%;
    display: block;
    /*animation: noticeRun 1s running;*/
}

.msgTip2::after {
    top: -4px;
    right: -4px;
}

@keyframes noticeRun {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}







