* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

html {
    -webkit-tap-highlight-color: transparent;
    background: #f2f2f2;
}

html, body {
    color: #000;
    -webkit-text-size-adjust: none;
    width: 100%;
    font: 14px/1.5 microsoft yahei, Arial
}

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 {
    padding-top: 87px;
    width: 100%;
}

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
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}

header .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

header .logo {
    width: 181px;
    height: 60px;
    background: url("/static/icon/icon_logo.png") no-repeat;
    background-size: 100%, cover;
    display: block;
}

header .link {
}

header .link a {
    color: #555555;
    display: inline-block;
    margin: 0 20px;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 4px solid #ffffff;
}

header .link a:hover {
    color: #c52d2a;
}

header .link a.active {
    color: #c52d2a;
    border-bottom-color: #c52d2a;
}

header .button {
    display: inline-block;
    color: #555555;
    width: 76px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    border: 1px solid #c52d2a;
    cursor: pointer;
}

header .showLogin {
    color: #ffffff;
    background-color: #c52d2a;
}

header .button:hover {
    background-color: #ffeaee;
}

header .showLogin:hover {
    opacity: .8;
    background-color: #c52d2a;
}

header .yes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

header .portrait {
    background: url("/static/icon/icon_portrait.png") no-repeat center;
    background-size: 100%;
    width: 55px;
    height: 55px;
    display: block;
}

.tpinnavbg {
    position: absolute;
    top: 55px;
    right: 0;
    height: 100px;
    z-index: 1;
    opacity: 1;
    width: 55px;
    display: none;
}

.tpinnav {
    width: 180px;
    background: #fff;
    position: absolute;
    top: 65px;
    right: 0;
    padding: 5px 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ccc;
    display: none;
    z-index: 2;
}

.tpinnav .info {
    text-align: center;
    border-bottom: solid 1px #eee;
    padding: 10px 0 15px 0;
    line-height: 20px;
    cursor: default;
    margin-bottom: 5px;
}

.tpinnav .info p {
    color: #333333;
    font-size: 16px;
}

.tpinnav .info p.gold {

    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}

.tpinnav .info p.gold2 {
    color: #c52d2a;
}

.tpinnav .info p.gold b {
    font-size: 10px;
    color: #999999;
    border: 1px solid #eeeeee;
    font-weight: normal;
    padding: 2px 4px;
    margin-right: 4px;
}

.tpinnav .info div {
    color: #e22d2d;
    font-size: 16px;
}

.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;
}

header .yes:hover .tpinnav {
    display: block;
}

header .yes:hover .tpinnavbg {
    display: block;
}

header.headerfx {
    opacity: .85;
    box-shadow: 0 12px 20px 20px rgba(200, 200, 200, .2);
    transition: .3s ease-in-out;
}

header.headerfx:hover {
    opacity: 1;
}

footer {
    width: 100%;
    padding: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    margin-top: 40px;
}

footer .box {
    text-align: center;
}

footer .link {
    color: #ffffff;
}

footer .link a {
    color: #ffffff;
    font-weight: 600;
    transition: .2s ease-in-out;
}

footer .link span {
    padding: 0 12px;
    font-size: 12px;
}

footer .link a:hover {
    color: #c52d2a;
}

footer .copyright {
    color: #999999;
    padding-top: 20px;
}

footer .cp {
    color: #ffffff;
    padding-top: 30px;
}

.warp {
    width: 1300px;
    margin: 0 auto;
}

.pagination {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    float: left;
    margin: 0 3px;
}

.pagination .link, .pagination .btn {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #555555;
    background: #ffffff;
    border: 1px solid #ffeaee;
}

.pagination .link:hover {
    background-color: #ddd;
    cursor: pointer;
}

.pagination .link-curr, .pagination .link-curr:hover {
    background-color: #c52d2a;
    color: #eee;
    cursor: default;
}

.pagination .more {
    padding: 0 15px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    color: #555555;
    background: #ffffff;
}

.pagination .btn {
    background-color: #09f;
    width: 20px;
}

.pagination .btn-prev {
    background: #ffffff url("../icon/icon_next.png") no-repeat center;
    background-size: 12px;
    transform: rotate(-180deg);
}

.pagination .btn-next {
    background: #ffffff url("../icon/icon_next.png") no-repeat center;
    background-size: 12px;
}

.pagination .btn:hover {
    background-color: #ddd;
}

.pagination .disabled .btn {
    opacity: .6;
    background-color: #ccc;
    display: none;
}

#expert-list {
    padding: 25px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #ffeaee;
}

#expert-list .switch {
    display: flex;
    margin-bottom: 40px;
}

#expert-list .button {
    color: #c0c0c0;
    font-size: 22px;
    font-weight: 600;
    margin-right: 30px;
}

#expert-list .button.active {
    color: #c52d2a;
}

#expert-list .list {
    /*overflow: hidden;*/
    /*overflow-x: scroll;*/
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#expert-list .item {
    color: #555555;
    text-align: center;
}

#expert-list .img-box {
    /*width: 80px;*/
    /*height: 80px;*/
    /*overflow: hidden;*/
    /*border-radius: 50%;*/
}

#expert-list img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

#expert-list img:hover {
    transform: scale(1.1);
    /*animation: jumpBoxHandler .3s;*/
}

@keyframes jumpBoxHandler { /* css事件 */
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -15px); /* 可配置跳动方向 */
    }
    100% {
        transform: translate(0px, 0px);
    }
}

#expert-list .name {
    font-size: 18px;
    padding-top: 6px;
}

#expert-list .sc {
    font-size: 16px;
    color: #c52d2a;
}

#expert-list .item:hover .name {
    color: #c52d2a;
}

#banner {
    height: 305px;
    margin-bottom: 15px;
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
}

#banner .swiper-pagination-bullet {
    opacity: 1;
    background: #ddd;
    width: 8px;
    height: 8px;
}

#banner .swiper-pagination-bullet-active {
    background: #e22d2d;
}

#banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

#banner .swiper-slide1 {
    background: url('/static/banner/icon_banner.jpg') no-repeat center;
}

#banner .swiper-slide2 {
    background: url('/static/banner/icon_banner.jpg') no-repeat center;
}

#banner .swiper-slide3 {
    background: url('/static/banner/icon_banner.jpg') no-repeat center;
}

.formpop {
}

.formpop .mask {
    position: fixed;
    z-index: 1023;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.formpop .form {
    position: fixed;
    width: 500px;
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 1024;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.formpop .title {
    color: #444444;
    font-size: 28px;
    padding-bottom: 30px;
}

.formpop .item {
    width: 100%;
    padding: 5px 0;
}

.formpop input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border: 1px solid #d0d0d0;
    outline: none;
    transition: .3s ease-in-out;
}

.formpop input:focus {
    border-color: #ff7081;
    box-shadow: 0 0 0 2px rgba(255, 71, 99, .2);

}

.formpop .ts {
    text-align: left;
    padding-top: 5px;
    color: #555555;
}

.formpop .yz {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formpop .yz input {
    width: 38%;
}

.formpop .yz-bx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.formpop .button {
    color: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background-color: #c52d2a;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.formpop .button:hover {
    opacity: .8;
}

.formpop .tips {
    color: #444444;
    padding: 30px 0;
}

.formpop .showRegister {
    cursor: pointer;
    color: #c52d2a;
}

.formpop .close {
    position: absolute;
    background: url(/static/icon/icon_close.png) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    right: 20px;
    top: 20px;
    transition: .3s ease-in-out;
}

.formpop .close:hover {
    transform: rotate(180deg);
    cursor: pointer;
}

.dan-title {
    /*padding: 20px;*/
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #ffeaee;
}

.dan-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dan-match .item {
    color: #444444;
    width: 49.5%;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #ffeaee;
    position: relative;
    overflow: hidden;
    height: 178px;
    transition: .3s ease-in-out;
}

.dan-match .item:hover {
    border-color: #f77b78;
}

.dan-match .hd, .dan-match .cn, .dan-match .bm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dan-match .type {
    color: #999999;
    border: 1px solid #999;
    padding: 3px 8px;
    margin-right: 10px;
}

.dan-match .cn {
    color: #333333;
    font-size: 18px;
    padding: 25px 0;
}

.dan-match .cn:hover {
    color: #f77b78;
}

.dan-match .vs {
    font: 26px/0 Arial;
    color: #c52d2a;
    font-weight: 600;
}

.dan-match i.icon {
    display: inline-block;
    width: 33px;
    height: 13px;
    background: url("/static/icon/icon_vs.png") no-repeat center;
    background-size: 100%, cover;
}

.dan-match .pknum {
    color: #888;
}

.dan-match .pknum b {
    color: #333333;
    padding-left: 10px;
    font-weight: normal;
}

.dan-match .subject {
    color: #888888;
}

.dan-match .n1 {
    color: #333333;
    font: 20px/12px Arial;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: normal;
}

.dan-match .n2 {
    color: #333333;
    font-weight: normal;
}

.dan-match .make {
    color: #fff;
    background-color: #f59a23;
    width: 100px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    transition: .3s ease-in-out;
}

.dan-match .make:hover {
    opacity: .6;
    cursor: pointer;
}

.dan-match .tm {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.dan-match .tm2 {
    text-align: right;
}

.dan-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px 10px;
    margin-bottom: 20px;
    border: 1px solid #ffeaee;
}

.dan-list .tit {
    font-size: 18px;
}

.dan-list .txt {
    color: #999999;
    border: 1px solid #999999;
    transform: rotate(-30deg);
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
}

.dan-list .txt2 {
    color: #c52d2a;
    border-color: #c52d2a;
}

.dan-list .txt3 {
    color: #00c297;
    border-color: #00c297;
}

.dan-list .txt5 {
    color: #333333;
    border-color: #333333;
}

.dan-list .txt2:hover {
    color: #ffffff;
    background-color: #c52d2a;
}

.dan-list .txt3:hover {
    color: #ffffff;
    background-color: #00c297;
}

.dan-list .txt5:hover {
    color: #ffffff;
    background-color: #333333;
}

.dan-list .ma:hover {
    color: #f77b78;
}

.dan-list .nt {
    color: #333333;
    background-color: #dddddd;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    margin: 0 4px;
}

.dan-list .nt2 {
}

.free-match {
}

.free-match .item {
    width: 100%;
    color: #444444;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ffeaee;
    position: relative;
    overflow: hidden;
    height: 80px;
    transition: .3s ease-in-out;
}

.free-match .item:hover {
    border-color: #f77b78;
}

.free-match .hd {
    flex: .5;
    white-space: nowrap;
}

.free-match .type {
    color: #999999;
    border: 1px solid #999;
    padding: 3px 8px;
    margin-right: 10px;
}

.free-match .cn {
    flex: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-match .cn:hover {
    color: #f77b78;
}

.free-match .tm {
    width: 40%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-match .vs {
    width: 30%;
    /*padding: 0 20px;*/
    text-align: center;
    font: 24px/0 Arial;
    color: #c52d2a;
    font-weight: 600;
}

.free-match i.icon {
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url("/static/icon/icon_vs.png") no-repeat center;
    background-size: 100%, cover;
}

.free-match .zd {
    text-align: right;
}

.free-match .kd {
    text-align: left;
}

.free-match .pk {
    flex: .5;
    color: #888888;
    text-align: center;
    white-space: nowrap;
}

.free-match .pk b {
    color: #333333;
    font-weight: normal;
    padding-left: 10px;
}

.free-match .bm {
    flex: 1;
    color: #999999;
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.free-match .n1 {
    color: #333333;
    font: 20px/12px Arial;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: normal;
}

.free-match .n2 {
    color: #333333;
    font-weight: normal;
}

.free-match .make {
    color: #fff;
    background-color: #f59a23;
    width: 100px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    transition: .3s ease-in-out;
}

.free-match .make:hover {
    opacity: .6;
    cursor: pointer;
}

.free-more-btn {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
    border: 1px solid #ffeaee;
}

.free-more-btn:hover {
    color: #f90;
    cursor: pointer;
    border-color: #f77b78;
}

.free-match .hide {
    display: none;
}

.check-more {
    padding: 0 10px;
}

.buzhong img {
    width: 1300px;
    object-fit: contain;
}

.expert-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #ffeaee;
}

.expert-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.expert-match .item {
    width: 49.5%;
    color: #444444;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 8px;
    border: 1px solid #ffeaee;
    position: relative;
    overflow: hidden;
    height: 166.5px;
    transition: .3s ease-in-out;
}

.expert-match .item:hover {
    border-color: #f77b78;
}

.expert-match .hd, .expert-match .cn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expert-match .cn {
    color: #333333;

    padding: 25px 0;
}

.expert-match .start {
    width: 150px;
    white-space: nowrap;
}

.expert-match .type {
    color: #999999;
    border: 1px solid #999;
    padding: 3px 8px;
    margin-right: 10px;
}

.expert-match .mt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-match .mt:hover {
    color: #f77b78;
}

.expert-match .zd {
    font-size: 15px;
}

.expert-match .sp, .expert-match .xp {
    width: 150px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert-match .sp {
    text-align: right;
}

.expert-match .xp {
    text-align: left;
}

.expert-match .vs {
    padding: 0 12px;
    font: 24px/0 Arial;
    color: #c52d2a;
    font-weight: 600;
}

.expert-match i.icon {
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url("/static/icon/icon_vs.png") no-repeat center;
    background-size: 100%, cover;
}

.expert-match .pk {
    width: 90px;
    color: #888888;
    white-space: nowrap;
    text-align: right;
}

.expert-match .pk b {
    color: #333333;
    font-weight: normal;
    padding-left: 10px;
}

.expert-match .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expert-match .portrait {
    width: 25px;
    height: 25px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

.expert-match .name {
    padding: 0 10px;
    font-size: 16px;
}

.expert-match .wins {
    color: #c52d2a;
    font: 18px/0 Arial;
}

.expert-match .wins b {
    font-weight: normal;
    font-size: 10px;
}

.expert-match .fy {
    color: #888888;
}

.expert-match .n1 {
    color: #c52d2a;
    font: 20px/12px Arial;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: normal;
}

.expert-match .n2 {
    color: #333333;
    font-weight: normal;
}

.expert-match .bm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expert-match .make {
    color: #fff;
    background-color: #c52d2a;
    width: 100px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    transition: .3s ease-in-out;
}

.expert-match .make:hover {
    opacity: .6;
    cursor: pointer;
}

.expert-match .kssm {
    padding: 4px 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    background-color: #ff9900;
    border-radius: 14px 0 14px 0;
    margin-right: 10px;
}

.expert-more {
    color: #999999;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    display: block;
    transition: .3s ease-in-out;
    border: 1px solid #ffeaee;
}

.expert-more:hover {
    color: #f77b78;
    border-color: #f77b78;
}

.detail-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-match .item {
    width: 49.5%;
    color: #444444;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 8px;
    border: 1px solid #ffeaee;
    position: relative;
    overflow: hidden;
    font-family: Arial;
    height: 164px;
    transition: .3s ease-in-out;
}

.detail-match .item:hover {
    border-color: #f77b78;
}

.detail-match .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-match .cn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 0;
    font-size: 16px;
}

.detail-match .vs {
    font: 20px/0 Arial;
    color: #c52d2a;
    padding: 0 12px;
    font-weight: 600;
}

.detail-match .vs .icon {
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url("/static/icon/icon_vs.png") no-repeat center;
    background-size: 100%, cover;
}

.detail-match .subject {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-match .type {
    color: #999999;
    border: 1px solid #999;
    padding: 3px 8px;
    margin-right: 10px;
}

.detail-match .commend {
    padding-right: 60px;
}

.detail-match .make {
    color: #fff;
    background-color: #c52d2a;
    width: 100px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    transition: .3s ease-in-out;
}

.detail-match .make:hover {
    opacity: .6;
    cursor: pointer;
}

.detail-match .bm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-match .bm .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #999;
}

.detail-match .bm .price0 {
    padding-right: 40px;
}

.detail-match .n1 {
    color: #c52d2a;
    font: 20px/12px Arial;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: normal;
}

.detail-match .n2 {
    color: #333333;
    font-weight: normal;
}

.detail-match .cn:hover {
    color: #f77b78;
}

.detail-match .kssm {
    padding: 4px 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    background-color: #ff9900;
    border-radius: 14px 0 14px 0;
    margin-right: 10px;
}

.commend {
    display: flex;
    align-items: center;
}

.commend .team {
    color: #c52d2a;
    font-size: 19px;
    font-weight: 600;
    padding: 0 5px;
}

.commend i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/icon/icon_matchDetail.png") no-repeat center;
    background-size: 100%, cover;
}

.commend .ts {
    color: #999999;
    font-size: 18px;
    padding-left: 10px;
}

.commend .ct {
    color: #999999;
    font-size: 15px;
    padding-left: 6px;
}

.dan-match .commend {
    padding-right: 60px;
    padding-left: 50px;
}

.free-match .commend {
    padding-right: 60px;
}

.free-match .commend i {
    margin-left: 30px;
}

.free-match .commend .team {
    padding: 0 10px 0 5px;
}

.dan-match .subject0 {
    display: flex;
    align-items: center;
}

.dan-match .commend .team {
    padding: 0 10px 0 5px;
}

.result {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url("/static/icon/icon_dai.png") no-repeat center;
    background-size: 100%, cover;
    right: -12px;
    bottom: -12px;
}

.result2 {
    background: url("/static/icon/icon_sheng.png") no-repeat center;
    background-size: 100%, cover;
}

.result3 {
    background: url("/static/icon/icon_ping.png") no-repeat center;
    background-size: 100%, cover;
}

.result5 {
    background: url("/static/icon/icon_fu.png") no-repeat center;
    background-size: 100%, cover;
}

#empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 100px auto;
}

#empty .backgroundImage {
    width: 200px;
    height: 200px;
    background: url("/static/icon/icon_nodata.png") no-repeat;
    background-size: 100%, cover;
}

#empty .text {
    color: #999999;
    font-size: 15px;
    padding: 20px;
}

.rightFun {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 50px;
    bottom: 300px;
}

.rightFun .item {
    width: 70px;
    height: 70px;
    padding: 10px;
    /*overflow: hidden;*/
    background-color: #ffffff;
    /*box-shadow: 0 12px 20px 20px rgba(200, 200, 200, .2);*/
    transition: .3s ease-in-out;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.rightFun .item:hover {
    cursor: pointer;
}

.rightFun #scrollTop {
    display: none;
}

.rightFun img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rightFun #scrollTop img {
    opacity: .3;
}

.rightFun .none {
    display: none;
    transition: .3s ease-in-out;
}

.rightFun .phoneWd {
    position: absolute;
    right: 75px;
    top: -78px;
    padding: 50px 20px;
    font-size: 23px;
    font-family: Arial;
    color: #99783f;
    background-color: #ffffff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 4px rgba(200, 200, 200, .2);
}

.rightFun .phoneWd i {
    display: inline-block;
    background: url("/static/icon/icon_phone.png") no-repeat center;
    width: 48px;
    height: 48px;
    background-size: 28px;
}

.rightFun .wechatWd {
    position: absolute;
    right: 75px;
    top: 0;
    padding: 10px;
    background-color: #ffffff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    box-shadow: 0 2px 4px 4px rgba(200, 200, 200, .2);
}

.rightFun .wechatWd i {
    display: inline-block;
    background: url("/static/img/icon_wechat.jpg") no-repeat center;
    width: 150px;
    height: 150px;
    background-size: 100%;
}

.rightFun .item:hover .phoneWd {
    display: flex;
}

.rightFun .item:hover .wechatWd {
    display: block;
}

.popexpert {
    --tw-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 10px 28px -4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 200px;
    background-color: #fff;
    z-index: 5000;
    box-shadow: var(--tw-shadow);
    width: 360px;
    padding: 30px;
    overflow: hidden;
    display: none;
}

.popexpert .info {
    overflow: hidden;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}

.popexpert .info .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icon_expert.png") no-repeat center;
    background-size: 24px;
    vertical-align: -8px;
    margin-right: 0;
}

.popexpert .info div {
    float: right;
}

.popexpert .info div span {
    color: #c52d2a;
    padding-left: 4px;
}

.popexpert .info img {
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    float: left;
}

.popexpert .info .name {
    color: #333;
    font-size: 15px;
}

.popexpert .desc {
    color: #666;
    font-size: 13px;
    margin: 12px 0 15px 0;
    line-height: 20px;
}

.popexpert ul {
    color: #999;
}

.popexpert li {
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
}

.popexpert li em {
    display: inline-block;
    width: 80px;
}

.popexpert li .item {
    margin-right: 1px;
    display: inline-block;
    width: 40px;
}

.popexpert li .itemsl {
    width: 65px;
    margin-left: 15px;
    text-align: right;
}

.popexpert li .sheng {
    color: #c52d2a;
    padding-left: 4px;
}

.popexpert li .ping {
    color: #00c297;
    padding-left: 4px;
}

.popexpert li .fu {
    color: #333333;
    padding-left: 4px;
}

.popexpert li .sl {
    color: #c00;
    min-width: 40px;
    display: inline-block;
}

.popexpert li .sl b {
    font-size: 10px;
    font-weight: normal;
}

.switch-expert {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #ffeaee;
    margin-bottom: 10px;
}

.switch-expert a {
    color: #999999;
    font-size: 15px;
    transition: .2s ease;
}

.switch-expert a:hover {
    color: #e00c0c;
    font-weight: bold;
    transform: scale(1.08);
}

.switch-expert a.active {
    transform: scale(1.08);
    font-weight: 600;
    color: #e00c0c;
}

.shakeCSS {
    /* 设置动态抖动动画 */
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform-origin: center;
}

/* 使用CSS关键帧@-webkit-keyframes定义动画效果 */
@-webkit-keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* 使用CSS关键帧@keyframes定义动画效果 */
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}




