/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], /* 1 */
[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.jspHorizontalBar {
    background: red;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px;
}

.jspDisabled {
    background: #80808d;
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px;
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/*!
 * rewrite.css
 */
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

* {
    text-decoration: none !important;
}

p {
    line-height: 1em;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: inset none;
}

.carousel-indicators {
    z-index: 1;
}

/*!
 * csstool.css
 */
.ht05 {
    height: 5px;
}

.ht10 {
    height: 10px;
}

.ht15 {
    height: 15px;
}

.ht20 {
    height: 20px;
}

.ht25 {
    height: 25px;
}

.ht30 {
    height: 30px;
}

.ht35 {
    height: 35px;
}

.ht40 {
    height: 40px;
}

.ht45 {
    height: 45px;
}

.ht50 {
    height: 50px;
}

.ht55 {
    height: 55px;
}

.ht60 {
    height: 60px;
}

.ht65 {
    height: 65px;
}

.ht70 {
    height: 70px;
}

.ht75 {
    height: 75px;
}

.ht80 {
    height: 80px;
}

.ht85 {
    height: 85px;
}

.ht90 {
    height: 90px;
}

.ht95 {
    height: 95px;
}

.wh05 {
    display: inline-block;
    width: 5px;
}

.wh10 {
    display: inline-block;
    width: 10px;
}

.wh15 {
    display: inline-block;
    width: 15px;
}

.wh20 {
    display: inline-block;
    width: 20px;
}

.wh25 {
    display: inline-block;
    width: 25px;
}

.wh30 {
    display: inline-block;
    width: 30px;
}

.wh35 {
    display: inline-block;
    width: 35px;
}

.wh40 {
    display: inline-block;
    width: 40px;
}

.wh45 {
    display: inline-block;
    width: 45px;
}

.wh50 {
    display: inline-block;
    width: 50px;
}

.wh55 {
    display: inline-block;
    width: 55px;
}

.wh60 {
    display: inline-block;
    width: 60px;
}

.wh65 {
    display: inline-block;
    width: 65px;
}

.wh70 {
    display: inline-block;
    width: 70px;
}

.wh75 {
    display: inline-block;
    width: 75px;
}

.wh80 {
    display: inline-block;
    width: 80px;
}

.wh85 {
    display: inline-block;
    width: 85px;
}

.wh90 {
    display: inline-block;
    width: 90px;
}

.wh95 {
    display: inline-block;
    width: 95px;
}

.fz06 {
    font-size: 6px;
}

.fz08 {
    font-size: 8px;
}

.fz10 {
    font-size: 10px;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz18 {
    font-size: 18px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.bold-font {
    font-weight: bold;
}

.nobt {
    border-top: none !important;
}

.nobr {
    border-right: none !important;
}

.nobb {
    border-bottom: none !important;
}

.nobl {
    border-left: none !important;
}

.nobg {
    background: none !important;
}

.nopt {
    padding-top: 0 !important;
}

.nopr {
    padding-right: 0 !important;
}

.nopb {
    padding-bottom: 0 !important;
}

.nopl {
    padding-left: 0 !important;
}

.nopd {
    padding: 0 !important;
}

.nomt {
    margin-top: 0 !important;
}

.nomr {
    margin-right: 0 !important;
}

.nomb {
    margin-bottom: 0 !important;
}

.noml {
    margin-left: 0 !important;
}

.nomg {
    margin: 0 !important;
}

.block {
    display: block !important;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
}

*:hover, *:hover:before, *:hover:after {
    transition: color 300ms, border-color 300ms, background-color 300ms, background-image 300ms, opacity 300ms;
}

.c-list {
}

.c-list:after {
    content: '';
    display: block;
    clear: both;
}

.c-list ul {
}

.c-list ul li {
    float: left;
}

.c-lrct {
}

.c-lrct:after {
    content: '';
    display: block;
    clear: both;
}

.c-lrct >.l {
    float: left;
}

.c-lrct >.r {
    float: right;
}

.c-zimg {
    overflow: hidden;
}

.c-zimg img {
    width: 100%;
    transition: transform 300ms;
}

.e-zimg:hover img, .c-zimg:hover img {
    transform: scale(1.25);
}

.c-elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-full {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.d-list {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    /* padding-top: 10px; */
    margin: 0 auto;
    position: relative;
}

.d-list li {
    display: inline-block;
    padding: 0 5px;
}

.d-list a {
    display: block;
    font-size: 14px;
}

.d-list a.active {
    color: #d91a29;
}

.d-list div {
    /* display: inline-block; */
    float: left;
}

.d-list span {
    padding-left: 10px;
    border: 1px solid #d91a29;
    padding: 3px 10px;
    text-align: center;
    border-radius: 2em;
    background-color: #d91a29;
    color: #fff;
    font-size: 14px;
}

.d-list ul {
    display: inline-block;
    /* padding-left: 50px; */
}

/*detail*/
body {
}

body:after {
    content: '';
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

body.on-mask:after, body.on-menu:after {
    display: block;
}

.logo {
    display: inline-block;
}

.i {
    display: block;
}

.pc-hide {
    display: none !important;
}

/*手机屏幕*/
@media screen and (max-width: 767px) {
    .ht10 {
        height: 5px;
    }

    .ht15 {
        height: 5px;
    }

    .ht20 {
        height: 10px;
    }

    .ht25 {
        height: 10px;
    }

    .ht30 {
        height: 15px;
    }

    .ht35 {
        height: 15px;
    }

    .ht40 {
        height: 20px;
    }

    .ht45 {
        height: 20px;
    }

    .ht50 {
        height: 25px;
    }

    .ht55 {
        height: 25px;
    }

    .ht60 {
        height: 30px;
    }

    .ht65 {
        height: 30px;
    }

    .ht70 {
        height: 35px;
    }

    .ht75 {
        height: 35px;
    }

    .ht80 {
        height: 40px;
    }

    .ht85 {
        height: 40px;
    }

    .ht90 {
        height: 45px;
    }

    .ht95 {
        height: 45px;
    }

    /*style.css*/
    body {
        min-width: 0 !important;
    }

    .container {
        width: 100% !important;
        padding: 0 0px !important;
    }

    .container.full {
        padding: 0 !important;
    }

    .pc-hide {
        display: block !important;
    }

    .mb-hide {
        display: none !important;
    }
}

/*!
 * base.css
 */
/*!
 * agent.css
 */
/*!
 * basic.css
 */
/*
@font-face{
  font-family: 方正大标宋简体;
  src: url(../fonts/方正大标宋简体.ttf);
}*/
html {
    font-size: 10px;
}

body {
    font-family: Arial, 微软雅黑;
    font-size: 1.2rem;
    display: block !important;
    min-width: 1200px;
    color: #333;
    /* background: url(../img/bg.png); */
    background-color: #eee;
}

.container {
    padding: 0;
    position: relative;
    height: 100%;
    width: 1200px;
}

.container.gt {
    width: 1400px;
}

.container.full {
    width: 100%;
}

.scrollbar {
    overflow: hidden;
    overflow-y: scroll;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fff transition: background-color 300ms;
}

.scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #ecf0f2;
}

.jspVerticalBar {
    width: 4px;
    border-radius: 2px;
    background-color: #ecf0f2;
}

.jspTrack {
    width: 4px;
    border-radius: 2px;
    background-color: #ecf0f2;
}

.jspDrag {
    border-radius: 2px;
    background-color: #bcbcbc;
    opacity: 0;
    transition: opacity 300ms;
}

.scrollbar:hover .jspDrag {
    opacity: 1;
}

/*!
 * model.css
 */
/*----------header----------*/
header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 105px;
    padding-top: 10px;
}

header .c-logo {
    float: left;
    margin-left: 15px;
}

header .r-logo {
    background: url(../img/logo-right.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -7px;
    right: 30px;
    width: 200px;
    height: 50px;
}

header .c-mobi {
    position: absolute;
    top: 10px;
    right: 0;
}

header .menu {
    padding-top: 12px;
    margin-left: 250px;
}

header .menu ul {
}

header .menu ul li {
    margin-left: 30px;
}

header .menu ul li:first-child {
    margin-left: 0;
}

header .menu .i {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0 6px;
    padding-bottom: 15px;
    line-height: 1em;
}

header .menu .i:after {
    content: '';
    display: inline-block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d91a29;
    bottom: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 300ms;
}

header .menu .i:hover:after, header .menu .i.on:after {
    transform: scale(1);
}

header .menu .i >img {
    position: absolute;
    top: -18px;
    right: -14px;
}

/*-----------main-----------*/
main {
    padding-top: 105px;
}

.sd-a.gt {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.sd-a.em {
    box-shadow: 0 0 20px rgba(0, 0, 0, .24);
}

.sd-a {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.hr {
    margin: 10px 0;
    border-bottom: 1px solid #ecf0f2;
}

/*----------footer----------*/
footer {
    background-color: #fff;
    padding: 18px 0;
}

footer .foot >.l, footer .foot >.r {
    width: 50%;
    padding: 0 25px;
}

footer .foot >.l {
    border-right: 1px solid #ecf0f2;
}

footer .info {
}

footer .info .qr {
}

footer .info .qr p {
    text-align: center;
}

footer .info .qr p.p1 {
    font-size: 14px;
}

footer .info .qr p.p2 {
    margin-top: 8px;
}

footer .info >.hd {
}

footer .info >.hd .c-mobi {
    margin-left: 20px;
    vertical-align: super;
}

footer .info >.ft {
    margin-top: 35px;
}

footer .info >.ft p {
    font-size: 14px;
}

footer .link {
}

footer .link >.hd {
}

footer .link >.hd p {
    font-size: 13px;
}

footer .link >.hd p label {
    display: inline-block;
    position: relative;
}

footer .link >.ct {
    margin-top: 10px;
}

footer .link >.ct p {
}

footer .link >.ct p a {
    color: #BCBCBC;
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 28px;
}

footer .link >.ct p a:hover {
    color: #D91A29;
}

footer .link >.ft {
    margin-top: 20px;
}

footer .link >.ft p {
    font-size: 14px;
}

footer .link >.ft p a:hover {
    color: #D91A29;
}


footer .foot .desc p {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

/*!
 * module.css
 */
.c-logo {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 200px;
    height: 50px;
}

a.c-logo:hover {
    color: #fff;
}

.c-logo >i.c-dots {
    top: 12px;
    right: -2px;
}

.c-logo img {
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 200px;
    position: absolute;
}

.c-logo span {
    position: relative;
    display: block;
}

i.c-dots {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(238, 141, 153, .5);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -12px;
}

i.c-hot {
    position: absolute;
    top: -20px;
    right: -10px;
    zoom: 1; margin-left: 5px;
    background: url(../img/i-mhot.png) no-repeat;
    width: 34px;
    height: 18px;
}

.c-mobi {
    display: inline-block;
    width: 106px;
    height: 38px;
    border: 1px solid #d9001b;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    color: #D9001B !important;
    font-size: 14px;
    position: relative;
}

.c-mobi:hover {
    opacity: .8;
}

.c-mobi:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 26px;
    background: url(../img/h-ico1.png);
    vertical-align: middle;
    margin-right: 4px;
}

.c-back {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/i-back.png) no-repeat center #fff;
    position: fixed;
    right: 50px;
    bottom: 175px;
}

.c-back:hover {
    opacity: .8;
}

.u-fullpart {
    padding: 10px 0;
}

.u-area {
}

.u-area.pa >.l {
    width: 290px;
}

.u-area.pa >.r {
    width: 900px;
}

.u-area.pb >.l {
    width: 600px;
}

.u-area.pb >.r {
    width: 290px;
}

.u-partview {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}

.u-partview >.hd {
    padding-top: 5px;
    padding-left: 5px;
}

.u-partview >.hd p {
    line-height: 1em;
    font-size: 24px;
}

.u-partview >.hd p >label {
    position: relative;
    font-weight: bold;
    padding-left: 40px;
}

.u-partview >.hd p a {
    color: #BCBCBC;
    font-size: 16px;
    font-weight: 700;
}

.u-partview >.hd p a:hover {
    color: #D91A29;
}

.u-partview >.tb {
    position: absolute;
    top: 13px;
    left: 160px;
}

.u-partview >.tb ul {
}

.u-partview >.tb ul li {
    margin-left: 16px;
}

.u-partview >.tb ul li:first-child {
    margin-left: 0;
}

.u-partview >.tb a {
    display: inline-block;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 15px;
    background-color: #8d8d8d;
    color: #fff;
    font-size: 14px;
}

.u-partview >.tb a.active {
    background-color: #ee8d99;
}

.u-partview >.tb a:hover, .u-partview >.tb li.active a {
    background-color: #ee8d99;
}

.u-partview >.ct {
    margin-top: 14px;
}

.u-type {
    display: inline-block;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    text-align: center;
    min-width: 44px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
}

.u-live {
    display: inline-block;
    width: 60px;
    height: 24px;
    border: 1px solid #d9001b;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #d9001b;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}

.u-live.lb,.u-live.lb {
    border-color: #45bcf9;
    color: #45bcf9;
    background-color: transparent;
}

.即将开始,.live-wait {
    border-color: #45bcf9;
    color: #45bcf9;
    background-color: transparent;
}

.live-start {
    border-color: #d9001b;
    color: #fff;
    background-color: #d9001b;
}

.live-end {
    border-color: #999;
    color: #999;
    background-color: transparent;
}

.u-live.lc {
    border-color: #bcbcbc;
    color: #bcbcbc;
    background-color: transparent;
}

.u-itemview {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.u-itemview >.u-live {
    position: absolute;
    z-index: 1;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.u-itemview >.hd {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    right: 8px;
}

.u-itemview .vid {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    right: 20px;
}

.u-itemview .vid i.video {
    background: url(../img/video_icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.u-itemview >.hd p {
}

.u-itemview >.ct {
}

.u-itemview >.ft {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    padding: 0 10px;
    border-radius: 4px;
}

.u-itemview >.ft p {
    line-height: 26px;
    color: #fff;
    font-size: 14px;
}

.u-itemview >.ft.gt p {
    line-height: 38px;
    font-size: 18px;
}

.u-itemview >.ft p small {
    font-size: 12px;
}

.u-itemview >.ft.gt p small {
    font-size: 14px;
}

.u-todays {
    height: 490px;
}

.u-todays .head {
}

.u-todays .lis1 {
}

.u-todays .lis1 ul {
}

.u-todays .lis1 ul li {
    margin-bottom: 6px;
}

.u-todays .lis1 p {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.u-todays .lis1 p a {
    color: #555;
    font-size: 16px;
}

.u-todays .lis1 p a.bold {
    font-size: 20px;
    font-weight: 700;
}

.u-todays .lis1 p a:hover {
    color: #D91A29;
}

.u-todays .lis1 p small {
    font-size: 12px;
    color: #BCBCBC;
}

.u-todays .lis2 {
}

.u-todays .lis2 ul {
}

.u-todays .lis2 ul li {
    border-bottom: 1px solid #ecf0f2;
    padding: 10px 0;
}

.u-todays .lis2 .i {
    display: block;
    position: relative;
}

.u-todays .lis2 .i >.l {
    width: 70px;
}

.u-todays .lis2 .i >.r {
    width: 165px;
    width: 190px;
}

.u-todays .lis2 .i .tt {
    height: 50px;
    overflow: hidden;
}

.u-todays .lis2 .i .tt >label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #BCBCBC;
}

.u-todays .lis2 .i .tt p {
    color: #0F2540;
    font-size: 15px;
    line-height: 25px;
}

.u-todays .lis2 .i:hover .tt p {
    color: #D91A29;
}

.u-mainview {
    height: 490px;
}

.u-mainview .view {
}

.u-mainview .tabs {
}

.u-mainview .tabs ul {
    margin: 0 -8px;
}

.u-mainview .tabs ul li {
    width: 25%;
    padding: 0 8px;
}

.u-mainview .tabs ul li >p {
    text-align: center;
    margin-top: 10px;
}

.u-mainview .tabs .i {
    position: relative;
    background-color: #000;
}

.u-mainview .tabs .i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/i-play.png) no-repeat 50% 40% rgba(0, 0, 0, .6);
    background-size: 16px auto;
    opacity: 0;
}

.u-mainview .tabs .i:hover:after {
    opacity: 1;
}

.u-mainview .tabs .i img {
    opacity: .7;
}

.u-mainview .tabs .i.on img {
    opacity: 1;
}

.u-topics {
    height: 585px;
}

.u-topics ul {
}

.u-topics ul li {
    margin-bottom: 10px;
}

.u-topics ul li:last-child {
    margin-bottom: 0;
}

.u-topics .i {
    background-color: #ecf0f2;
    border-radius: 4px;
    position: relative;
}

.u-topics .i:hover {
    opacity: .8;
}

.u-topics .i >label {
    display: inline-block;
    width: 88px;
    height: 112px;
    /* background: url(../img/d-b1.png); */
    /* background-size: 100% 100%; */
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    height: 55px;
    width: 55px;
    padding: 5px;
}

.u-topics .i >label img {
    width: 100%;
    height: 100%;
    vertical-align: text-bottom;
}

.u-topics .i p {
    line-height: 105px;
    padding-left: 110px;
    color: #0F2540;
    font-size: 22px;
    /* font-weight: bold; */
    letter-spacing: 3px;
    line-height: 55px;
}

.u-tables {
    height: 585px;
}

.at-match .u-tables {
    height: auto;
}

.u-tables table {
    width: 100%;
    border-top: 1px solid #ecf0f2;
}

.u-tables table tr {
    border-bottom: 1px solid #ecf0f2;
}

.u-tables table tr td, .u-tables table tr th {
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
}

.u-tables table tr.odd td {
    background-color: #fafafa
}

.u-tables table tr.hd td, .u-tables table tr.hd th {
    color: #313131;
    padding: 14px 0;
}

.u-tables a {
    font-size: 16px;
}

.u-tables a:hover {
    color: #D9001B;
}

.u-tables .link {
    text-decoration: underline !important;
}

.u-tables .link:hover {
    color: #333;
}

.u-tables .link.em {
    color: #D9001B;
}

.z直播中,.z即将开始 {
    color: #D9001B;
}

.u-tables .img {
    display: inline-block;
    width: 34px;
    text-align: center;
    margin: 0 6px;
}

.u-tables .img img {
    max-width: 100%;
}

.u-tables .txt {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 16px;
}

.u-tables .txt.l {
    text-align: right;
    width: 150px;
}

.at-match .u-tables .txt.l,
.at-match .u-tables .txt.r {
    width: 200px
}

.u-tables .txt.r {
    text-align: left;
    width: 150px;
}

.u-tables i {
    font-style: normal;
}

.u-newsview {
}

.u-newsview >.l {
    width: 330px;
}

.u-newsview >.r {
    width: 810px;
    width: 830px;
}

.u-newsview .view {
}

.u-newsview .list >.l {
    width: 430px;
}

.u-newsview .list >.r {
    width: 350px;
    width: 380px;
}

.u-newsview .list ul {
}

.u-newsview .list ul li {
}

.u-newsview .list p {
    line-height: 30px;
    font-size: 14px;
}

.u-newsview .list p >a {
}

.u-newsview .list p >a:hover {
    color: #D91A29;
}

.u-newsview .list p >a i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0093dd;
    display: inline-block;
    margin: 0 4px;
    margin-left: 10px;
    vertical-align: middle;
}

.u-newsview .list p >a i.vid {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/i-go.png);
    vertical-align: middle;
    margin-right: 6px;
}

.u-newsview .list p span {
    width: 160px;
    width: 50px;
}

.u-newsview .list p span small {
    float: right;
    color: #BCBCBC;
    font-size: 12px;
}

.u-newsview .list p span a {
    color: #D9001B;
    text-decoration: underline !important;
    margin-right: 8px;
}

.u-newsview .list p span a:hover {
    font-weight: bold;
}

.u-newslist {
    background-color: #fff;
    border-radius: 4px;
}

.u-newslist .hr {
    margin: 0 20px;
}

.line-gray {
    width: 100%;
    border-bottom: 1px solid #eee;
}

/* 比分 */
.at-match .u-partview {
    /* margin-left: 150px; */
}

.at-match .content_match_fixed {
    background: #fff;
    width: 140px;
    position: absolute;
    left: 0;
    padding-bottom: 24px;
    top: 0;
    border-radius: 4px;
}

.at-match .content_match_fixed a {
    display: block;
    font: 16px/28px "microsoft yahei";
    color: #333;
    width: 80%;
    text-align: center;
    margin: 18px auto 0;
    border-radius: 4px;
}

.at-match .content_match_fixed a.active, .at-match .content_match_fixed a:hover {
    color: #fff;
    background: #dc2221;
}

/* 比分 // */
/* 比分详情 */
.content_block_left {
    width: 850px;
    height: auto;
    float: left;
    background: #fff;
}

.content_box .content_right {
    width: 340px;
    height: auto;
    float: right;
}

.fixed_score_box {
    width: 100%;
    height: 256px;
    background: #333;
    overflow: hidden;
    border-radius: 4px;
}

.fixed_score_top {
    width: 550px;
    height: 120px;
    margin: 60px auto 0;
}

.score_name_left {
    width: 140px;
    height: 120px;
    float: left;
    text-align: center;
}

.score_name_left>img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.score_name_left>h1 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    float: none;
}

.score_name {
    width: 270px;
    float: left;
}

.score_name .team_sco {
    line-height: 30px;
}

.score_name .team_sco em {
    padding: 0 20px;
    vertical-align: text-bottom;
}

.score_name time {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.score_name span {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 26px;
}

.score_name p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.score_name_right {
    float: right;
}

.fixsco_block_nav {
    height: 60px;
    margin-top: 10px;
    background: #fff;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: center;
}

.fixsco_block_nav li {
    width: 140px;
    text-align: center;
    float: left;
    /* border-bottom: 2px solid #fff; */
    cursor: pointer;
    box-sizing: border-box;
}

.fixsco_block_nav li a {
    font-size: 18px;
    color: #666666;
    line-height: 58px;
}

.fixsco_block_nav li.active {
    border-bottom: 2px solid #DC2221;
}

.fixsco_block_nav li.active a {
    color: #dc2221;
}

.fixsco_tab .fixsco_tab_content {
    min-height: 474px
}

.stati_list {
    /* background: #fff; */
}

.stati_list_name {
    height: 64px;
    padding: 0 24px;
    background-color: #fff;
}

.stati_name {
    width: 314px;
    float: left;
}

.stati_name img {
    width: 32px;
    height: 32px;
}

.stati_name span {
    float: right;
    font: 14px/64px "microsoft yahei";
    color: #333;
}

.stati_list_name .stati_name.left img {
    float: right;
    margin-top: 17px;
}

.stati_list_name .stati_name.left span {
    float: right;
    margin-right: 10px;
}

.stati_list_name .stati_name.right img {
    float: left;
    margin-top: 17px;
}

.stati_list_name .stati_name.right span {
    float: left;
    margin-left: 10px;
}

.stati_name_center {
    width: 130px;
    font: 16px/64px "microsoft yahei";
    float: left;
    text-align: center;
}

.stati_list_table {
    padding: 0 24px;
    background-color: #fff;
}

.stati_list_table table tbody tr td {
    font: 14px/48px "microsoft yahei";
    color: #333;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    vertical-align: middle;
}

.stati_list_table .bar {
    width: 100%;
    height: 4px;
}

.stati_list_table .bar i {
    display: block;
    height: 4px;
}

.stati_list_table .bar i.win {
    background: #dc2221;
}

.stati_list_table .bar i.lose {
    background: #cccccc;
}

.lq_real_time {
    padding: 12px 24px 0;
    background: #fff;
}

.lq_real_time table tbody tr th {
    font: 14px/52px "microsoft yahei";
    color: #333;
    text-align: center;
    vertical-align: middle;
}

.lq_real_time table tbody tr td {
    font: 14px/48px "microsoft yahei";
    color: #333;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    vertical-align: middle;
}

.nav_explain {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
}

.nav_explain1 {
    width: 1080px;
    margin-left: 120px;
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
}

.nav_explain>p,.nav_explain1>p {
    line-height: 18px;
    font-size: 14px;
}

.th_title_img {
    width: 32px;
    height: 32px;
    float: left;
    margin: 10px 10px 0 0;
}

.content_right .block {
    height: auto;
    /* margin-bottom: 10px; */
    padding-bottom: 20px;
    background: #fff;
}

.block_title {
    height: 40px;
    /* background: #DC2221; */
    border-bottom: 1px solid #dc2221;
}

.block_title h1 {
    float: left;
    padding: 0 15px;
    height: 40px;
    font: 20px/40px "microsoft yahei";
    color: #fff;
    text-align: center;
    background: #dc2221;
}

.block_title .tit {
    float: left;
    padding: 0 15px;
    height: 40px;
    font: 20px/40px "microsoft yahei";
    text-align: center;
    color: #333;
    position: relative;
}

.block_title .tit span {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 18px;
    border-left: 4px solid #dc2221;
    margin-right: 8px;
}

.block_title a {
    float: right;
    font: 11px/40px "microsoft yahei";
    color: #fff;
    margin-right: 10px;
    padding-right: 16px;
    background: url(../images/more.png) no-repeat right;
}

.hot_channel_con>a {
    font: 14px/14px "microsoft yahei";
    color: #333;
    display: inline-block;
    margin: 22px 0 0 22px;
}

.hot_channel_con>a:hover {
    color: #dc2221;
    text-decoration: underline;
}

.hot_video_con li {
    /* height: 14px; */
    margin: 15px 15px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_video_con li a {
    font: 16px/16px "microsoft yahei";
}

.hot_video_con li a:hover {
    color: #dc2221;
}

.hot_video_con li a i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0093dd;
    margin: 0 4px;
    vertical-align: middle;
}

.hot_video_con li a i.vid {
    width: 14px;
    height: 14px;
    background: url(../img/i-go.png);
}

/* 集锦录像 */
.playback_list {
    background: #fff;
    padding: 10px 24px 44px;
}

.playback_list li {
    overflow: hidden;
    margin-top: 20px;
}

.playback_list li i {
    float: left;
    width: 4px;
    height: 4px;
    margin: 8px 14px 0px 0px;
    background: #999;
}

.playback_list li a {
    float: left;
    max-width: 630px;
    height: 20px;
    font-family: "microsoft yahei";
    font-size: 18px;
    color: #333;
    overflow: hidden;
    line-height: 20px;
}

.playback_list li a:hover {
    color: #dc2221;
    text-decoration: underline;
}

.playback_list li time {
    float: right;
    font: 14px/14px "microsoft yahei";
    color: #999;
}

/* 集锦录像 */
/* 本场概况 */
.team-info.match-situation-data {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.team-info.match-situation-data .content-wrapper {
    min-height: 120px;
    padding-bottom: 13px
}

.team-info.match-situation-data .team-goal {
    width: 160px;
    overflow: hidden
}

.team-info.match-situation-data .team-goal .team-name {
    color: #fff;
    font-size: 16px;
    height: 28px;
    text-align: center;
    line-height: 28px
}

.team-info.match-situation-data .team-goal .badge-goals {
    padding: 30px 0 0;
    text-align: center
}

.team-info.match-situation-data .team-goal .badge-goals img {
    width: 70px;
    height: 70px
}

.team-info.match-situation-data .team-goal .badge-goals span {
    display: inline-block;
    position: relative;
    font-size: 40px;
    color: #313131;
    width: 80px;
    top: 15px;
}

.team-info.match-situation-data .team-goal .badge-goals span.bold-font {
    color: #8e8e8e
}

.team-info.match-situation-data .team-goal .badge-goals span.bold-font.winner {
    color: #313131
}

.team-info.match-situation-data .team-goal.host {
    float: left
}

.team-info.match-situation-data .team-goal.host .team-name {
    border-radius: 100px 0 0 100px;
    background-color: #ce3434
}

.team-info.match-situation-data .team-goal.guest {
    float: right
}

.team-info.match-situation-data .team-goal.guest .team-name {
    border-radius: 0 100px 100px 0;
    background-color: #3a84ff
}

.team-info.match-situation-data .quarter-info {
    color: #ce3434;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    background-color: #f6f6f6;
    text-align: center;
    margin: 0 160px
}

.team-info.match-situation-data .quarter-info.game-over {
    color: #8e8e8e
}

.team-info.match-situation-data .to-team {
    cursor: pointer
}

.period-goals {
    margin: 13px 20px 0;
    font-size: 14px;
    color: #8e8e8e;
}

.period-goals div {
    text-align: center
}

.period-goals div.host-goals {
    margin-bottom: 5px
}

.period-goals div span {
    display: inline-block;
    width: 44px;
    height: 34px;
    line-height: 34px
}

.period-goals div span.goals-num {
    font-size: 16px;
    color: #313131
}

.period-goals div span.goals-num.empty-goal {
    font-size: 24px;
    font-weight: 100;
    color: #e8e8e8
}

.period-goals div span.goals-num.total-goal {
    color: #8e8e8e;
    font-weight: 700
}

.period-goals div span.goals-num.total-goal.total-in-game {
    font-weight: 400;
    color: #313131
}

.period-goals div span.goals-num.total-goal.bold-letter {
    color: #313131
}

.period-goals div span.goals-num.total-goal.bold-letter.total-in-game {
    font-weight: 400;
    color: #313131
}

.period-goals div span.bold-letter {
    font-weight: 700
}

.period-goals div span.bold-letter.current-quarter {
    font-weight: 400;
    background-color: #e8e8e8
}

.period-goals div span.bold-letter.total-in-game {
    font-weight: 400;
    color: #313131
}

.period-goals div span.current-quarter {
    background-color: #e8e8e8
}

.period-goals div span.team-name {
    color: #313131
}

.period-goals div span.to-team {
    cursor: pointer
}

.period-goals div span.to-team:hover {
    color: #3a84ff
}

.period-goals div .wide-wrap {
    width: 50px
}

.period-goals div .wider-wrap {
    width: 58px
}

.period-goals div .widest-wrap {
    width: 70px
}

.period-goals div>span:first-child {
    width: 56px
}

.period-goals div>span:first-child.long-name {
    width: 200px;
}

.top-section {
    margin-bottom: 30px
}

.top-section .title-section {
    font-size: 20px;
    color: #313131;
    padding: 25px 0 25px 15px;
}

.top-section .title-section span {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 18px;
    border-left: 4px solid #313131;
    margin-right: 8px
}

.top-section .logo-section {
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    overflow: hidden
}

.top-section .logo-section div[class$=side] {
    position: relative;
    float: left;
    height: 36px
}

.top-section .logo-section div[class$=side] span {
    display: inline-block;
    height: 36px;
    line-height: 36px
}

.top-section .logo-section div[class$=side] .team-desc {
    vertical-align: top;
    margin: 0 24px
}

.top-section .logo-section div[class$=side] span.team-name {
    vertical-align: top
}

.top-section .logo-section .logo-container {
    position: relative;
    width: 12.5%
}

.top-section .logo-section .logo-container img {
    position: absolute;
    width: 36px;
    height: 36px
}

.top-section .logo-section .host-side {
    text-align: right
}

.top-section .logo-section .host-side img {
    top: 0;
    left: -18px
}

.top-section .logo-section .host-side .team-name {
    margin-right: 27px
}

.top-section .logo-section .guest-side img {
    top: 0;
    right: -18px
}

.top-section .logo-section .guest-side .team-name {
    margin-left: 27px
}

.top-section .logo-section .centre-side {
    line-height: 36px;
    text-align: center
}

.top-section .logo-section .to-team {
    cursor: pointer
}

.top-section .logo-section .to-team:hover {
    color: #3a84ff
}

.max-players {
    background-color: #fff
}

.max-players .data-info {
    list-style: none;
    padding: 0;
    margin: -18px auto 0
}

.max-players .data-info>li {
    border-top: 1px solid #eef3f8;
    padding: 12px 0;
    overflow: hidden
}

.max-players .data-info>li span {
    display: inline-block;
    height: 23px;
    line-height: 23px
}

.max-players .data-info>li span[class$=st-side] {
    float: left;
    width: 44.3%
}

.max-players .data-info>li span[class$=st-side] .max-player {
    color: #8e8e8e;
    font-size: 14px
}

.max-players .data-info>li span[class$=st-side] .max-goals {
    display: inline-block;
    width: 25%;
    font-size: 20px;
    color: #313131;
    text-align: center
}

.max-players .data-info>li span[class$=st-side] .to-player {
    position: relative;
    cursor: pointer;
    top: -2px
}

.max-players .data-info>li span[class$=st-side] .to-player:hover {
    color: #3a84ff
}

.max-players .data-info>li .host-side {
    text-align: right
}

.max-players .data-info>li .item-title:first-child {
    background-color: transparent
}

.max-players .data-info>li .centre-side {
    float: left;
    width: 11.4%;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.max-players .data-info>li .centre-side .item-title {
    display: inline-block;
    width: 42px;
    height: 23px;
    line-height: 23px;
    background-color: #4a4a4a
}

.team-stats {
    background-color: #fff
}

.team-stats.match-situation-data .content-wrapper {
    padding-bottom: 6px
}

.team-stats.match-situation-data .stats-section {
    width: 100%;
    border-collapse: collapse
}

.team-stats.match-situation-data .stats-section .stats-item {
    vertical-align: top
}

.team-stats.match-situation-data span {
    display: inline-block;
    color: rgb(49 49 49);
    height: 14px;
    line-height: 14px;
}

.team-stats.match-situation-data td[class$=st-side] {
    width: 44.3%;
    height: 47px
}

.team-stats.match-situation-data td[class$=st-side] .stats-num {
    font-size: 20px;
    width: 25%;
    text-align: center
}

.team-stats.match-situation-data td[class$=st-side] .stats-num.special-stats {
    position: relative;
    font-size: 14px;
    top: -9px
}

.team-stats.match-situation-data td[class$=st-side] .stats-num .stats-ext {
    position: relative;
    color: #141414;
    font-size: 12px;
    font-weight: 400;
    top: 3px
}

.team-stats.match-situation-data td[class$=st-side] .stats-container {
    width: 75%;
    background-color: #f6f6f6
}

.team-stats.match-situation-data .host-side .stats-num {
    float: right
}

.team-stats.match-situation-data .host-side .stats-container {
    text-align: right
}

.team-stats.match-situation-data .stats-container .stats-bar {
    /* background: #333; */
}

.team-stats.match-situation-data .host-side .stats-container .stats-bar {
    /* background-color: #ce3434 */
}

.team-stats.match-situation-data .guest-side .stats-num {
    float: left
}

.team-stats.match-situation-data .guest-side .stats-bar {
    /* background-color: #3a84ff; */
}

.team-stats.match-situation-data .centre-side {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center
}

/* 赛事比分 */
.area-schedule .fl {
    float: left
}

.area-schedule .tips {
    background: #f1f1f1;
    color: #555;
    width: 90px;
    height: 127px;
    text-align: center
}

@media screen and (max-width: 1260px) {
    .area-schedule .tips {
        width:87px
    }
}

.area-schedule .count {
    border-left: 2px solid #d33556;
    color: #d33556;
    line-height: 25px;
    cursor: default
}

.area-schedule .ctoday {
    margin-top: 40px
}

.area-schedule .whole {
    border-right: 2px solid #d33556;
    color: #d33556
}

.area-schedule .whole .sicon {
    height: 85px;
    background: url(../images/icon_schedule_whole_v2-4034799492.png) no-repeat;
    background-position: -85px 20px
}

.area-schedule .whole:hover {
    background: #d33556;
    color: #fff
}

.area-schedule .whole:hover .sicon {
    background-position: 22px 20px
}

.area-schedule .icon {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline;
    background-image: url(../images/icons_arrow-86deadf2e9.png);
    width: 17px;
    height: 125px;
    line-height: 125px;
    color: #d5d4d4;
    text-align: center;
    font-size: 14px;
    font-family: NanumMyeongjo,"\5B8B\4F53",sans-serif;
    background-color: #fff;
    float: left
}

.area-schedule .icon:hover {
    color: #fff
}

.area-schedule .prev {
    background-position: -71px 54px
}

.area-schedule .prev:hover {
    background-position: -39px 54px
}

.area-schedule .prev.disabled {
    background-position: -71px 54px;
    cursor: not-allowed
}

.area-schedule .next {
    background-position: -138px 54px
}

.area-schedule .next:hover {
    background-position: -106px 54px
}

.area-schedule .next.disabled {
    background-position: -138px 54px;
    cursor: not-allowed
}

.area-schedule .list {
    width: 1021px;
    height: 127px;
    overflow: hidden;
    font-size: 0;
    float: left
}

@media screen and (max-width: 1260px) {
    .area-schedule .list {
        width:782px
    }
}

.area-schedule .item {
    border: 1px solid #f3f3f3;
    border-top: 2px solid #b1b0b0;
    height: 124px;
    width: 195px;
    margin-right: 9px;
    overflow: hidden;
    float: left
}

@media screen and (max-width: 1260px) {
    .area-schedule .item {
        margin-right:1px
    }
}

.area-schedule .item:hover {
    border-color: #dedcdc
}

.area-schedule .item-live {
    border-top-color: #d33556
}

.area-schedule .item-live:hover {
    border-color: #d33556
}

.area-schedule .item-fur {
    border-top-color: #006bb7
}

.area-schedule .item-fur:hover {
    border-color: #006bb7
}

.area-schedule .default {
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f8f8f8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.area-schedule .default .info {
    height: 30px;
    line-height: 30px;
    color: #232323;
    font-size: 13px
}

.area-schedule .default .time {
    margin-left: 15px
}

.area-schedule .default .vip {
    margin-left: 10px
}

.area-schedule .default .status {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline;
    text-align: right;
    min-width: 29%;
    float: right;
    margin-right: 15px
}

.area-schedule .default .team {
    height: 30px;
    line-height: 30px
}

.area-schedule .default .logo {
    width: 30px;
    height: 100%;
    float: left;
    margin: 0 20px 0 10px
}

.area-schedule .default .name,.area-schedule .default .score {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.area-schedule .default .name {
    margin-left: 15px;
    width: 63%
}

.area-schedule .default .score {
    width: 20%;
    text-align: center
}

.area-schedule .map {
    text-align: center;
    font-size: 12px;
    line-height: 34px
}

.area-schedule .map a {
    margin-right: 10px;
    color: #006bb7
}

.area-schedule .map a:hover {
    color: #d33556
}

.area-schedule .m-icon {
    background: url(../images/icons_schedule_map-b3f485b913.png) no-repeat;
    width: 17px;
    height: 12px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 2px 0
}

.area-schedule .item .m-icon-data {
    background-position: 0 -2px
}

.area-schedule .item .m-icon-live {
    background-position: -47px -2px
}

.area-schedule .item .m-icon-jj {
    background-position: -99px -2px
}

.area-schedule .item .m-icon-pre {
    background-position: -148px -2px
}

.area-schedule .item .m-icon-res {
    background-position: -198px -2px
}

.area-schedule .item .m-icon-cback {
    background-position: -246px -2px
}

.area-schedule .item .m-icon-piclive {
    background-position: -293px -2px
}

.area-schedule .item .map a:hover .m-icon-data {
    background-position: 0 -31px
}

.area-schedule .item .map a:hover .m-icon-live {
    background-position: -47px -30px
}

.area-schedule .item .map a:hover .m-icon-jj {
    background-position: -99px -31px
}

.area-schedule .item .map a:hover .m-icon-pre {
    background-position: -148px -30px
}

.area-schedule .item .map a:hover .m-icon-res {
    background-position: -198px -30px
}

.area-schedule .item .map a:hover .m-icon-cback {
    background-position: -245px -32px
}

.area-schedule .item .map a:hover .m-icon-piclive {
    background-position: -293px -31px
}

.area-schedule .item-live .map a {
    color: #d33556
}

.area-schedule .item-live .m-icon-data {
    background-position: 0 -61px
}

.area-schedule .item-live .m-icon-live {
    background-position: -47px -60px
}

.area-schedule .item-live .m-icon-jj {
    background-position: -99px -60px
}

.area-schedule .item-live .m-icon-piclive {
    background-position: -293px -60px
}

.area-schedule .conference {
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    min-height: 42px
}

.area-schedule .vonline .status {
    color: #d33556
}

.area-schedule .vonline .score {
    font-weight: 700
}

.area-schedule .flip .flink {
    float: left;
    height: 60px;
    width: 94px;
    line-height: 60px;
    text-align: center;
    margin: 0 4px 4px 1px;
    font-size: 16px;
    background: #f1f1f1;
    color: #353535
}

.area-schedule .flip .flink:nth-child(2n) {
    margin-right: 0
}

.area-schedule .flip .flink:hover {
    color: #fff;
    background: #d33556
}

.area-schedule .flip .compare {
    width: 100%
}

.area-schedule .inner:hover .default {
    margin-top: -125px
}

/* 比分详情 // */
/* 文字直播 */
.live_list {
    background: #fff;
    padding: 20px 24px 20px;
    height: 435px;
    overflow-y: scroll;
}

.live_list .live_box {
    height: 395px;
}

.live_list p {
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.live_list .time {
    display: inline-block;
    width: 50px;
    text-align: center;
}

.live_list .score {
    color: #888;
    float: right;
    line-height: 24px;
}

.live_list .period {
}

.live_list .text {
    display: inline-block;
    padding: 5px;
}

/* 文字直播 // */
/* 热门视频 */
.area-hotv {
    background-color: #fff;
    /* padding-bottom: 20px; */
}

.area-hotv .block-body {
    height: 330px;
    overflow: hidden
}

.area-hotv .block-body .col-left {
    width: 420px;
    float: left;
    height: 330px;
}

.area-hotv .block-body .col-right {
    height: 330px;
    overflow: hidden
}

.area-hotv .block-body .pic-item {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.area-hotv .block-body .pic-item-large {
    width: 400px;
    height: 225px;
    margin-left: 20px;
}

.area-hotv .block-body .sponsor {
    display: block;
    position: absolute;
    width: 400px;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    background-color: #eee;
    text-align: center;
    color: #888
}

.area-hotv .recwrap {
    width: 2480px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.area-hotv .recwrap .witem {
    width: 1240px;
    float: left;
    position: relative
}

.block-title .title {
    font-size: 22px;
    float: left;
    width: 170px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #333;
    text-indent: -8px;
    margin-right: -25px;
}

.block-title h2.title-long {
    width: 215px;
    background-position: 0 -58px
}

.block-title .title-next,.block-title .title-prev {
    background-image: url(../img/icons_arrow-86deadf2e9.png);
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1; width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #d33556;
    float: right;
    margin-top: 10px;
    background-color: #fff;
    margin-right: 10px;
}

.block-title .title-next:hover,.block-title .title-prev:hover {
    background-color: #d33556
}

.block-title .title-prev,.block-title .title-prev-disabled {
    margin-right: 5px;
    background-position: -284px 5px
}

.block-title .title-prev-disabled:hover,.block-title .title-prev:hover {
    background-position: -258px 5px
}

.block-title .title-prev-disabled-disabled:hover,.block-title .title-prev-disabled:hover {
    background-color: #fff;
    background-position: -284px 5px
}

.block-title .title-next,.block-title .title-next-disabled {
    background-position: -315px 5px
}

.block-title .title-next-disabled:hover,.block-title .title-next:hover {
    background-position: -343px 5px
}

.block-title .title-next-disabled-disabled:hover,.block-title .title-next-disabled:hover {
    background-color: #fff;
    background-position: -315px 5px
}

.block-title .title-next-disabled,.block-title .title-next-disabled:hover,.block-title .title-prev-disabled,.block-title .title-prev-disabled:hover {
    cursor: not-allowed
}

.block-title .title-sub-s {
    width: 974px;
    float: left
}

@media screen and (max-width: 1260px) {
    .block-title .title-sub-s {
        width:734px
    }
}

.block-title .title-sub {
    overflow: hidden;
    font-size: 16px;
    color: #016bb7;
    padding: 10px 0 5px 50px;
    margin-bottom: 2px;
    border-bottom: 2px solid #d33556;
    height: 25px;
    line-height: 25px;
}

.block-title .title-sub a {
    color: #353535;
    text-decoration: none
}

.block-title .title-sub .active,.block-title .title-sub a:hover {
    color: #006bb7;
    text-decoration: none
}

.block-title .title-sub .split {
    margin: 0 10px;
    color: #353535
}

.block-title .title-sub .more {
    float: right;
    font-size: 14px;
    color: #7a7f82
}

.block-title .title-sub .more a {
    color: #7a7f82;
    padding-right: 16px;
    background-image: url(../images/more_link_icons-20714de574.png);
    background-image: -webkit-image-set(url("../images/more_link_icons-20714de574.png") 1x, url("../images/more_link_icons--2x-6fbfdeb565.png") 2x);
    background-repeat: no-repeat
}

.block-title .title-sub .more a:hover {
    color: #d33556
}

.block-title .title-sub .more a.arrow {
    background-position: right 1px;
    display: block;
    line-height: 1;
    margin-top: 10px
}

.block-title .title-sub .more a.plus {
    background-position: right -56px
}

.block-title .title-sub .tabul {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline;
    width: 155px
}

.block-title .title-sub li {
    font-size: 14px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #006bb7;
    margin-right: 20px;
    cursor: pointer;
    color: #fff
}

.block-title .title-sub li.current,.block-title .title-sub li:hover {
    background: #007ad1
}

.block-title .title-sub .selected {
    font-size: 14px;
    margin-left: -10px
}

.pic-item {
    display: block;
    width: 240px;
    height: 135px;
    font-family: Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif
}

.pic-item a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff
}

.pic-item a img {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out
}

.pic-item a p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000');
    zoom:1;text-indent: 12px
}

.pic-item a div.tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-align: center;
    min-width: 56px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
    background-color: #d33556
}

.pic-item a div.tag:after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 25px 16px 0 0;
    border-color: #d33557 transparent transparent transparent
}

.pic-item a div.is-video,.pic-item a div.is-video-big {
    position: absolute;
    left: 16px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/icon_vplay_small.png);
    background-image: -webkit-image-set(url("../img/icon_vplay_small.png") 1x, url("../img/icon_vplay_small--2x.png") 2x)
}

.pic-item a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.pic-item-large a p {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    /* bottom: -60px; */
    /* background: #fff; */
}

.pic-item-large a p span {
    /* color:#000 !important; */
}

.pic-item-large a div.is-video,.pic-item-large a div.is-video-big {
    width: 55px;
    height: 55px;
    bottom: 60px;
    background-image: url(../img/icon_vplay_large.png);
    background-image: -webkit-image-set(url("../img/icon_vplay_large.png") 1x, url("../img/icon_vplay_large--2x.png") 2x);
    background-position: 0 0
}

.pic-item-large a:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.pic-item-large a:hover div.is-video,.pic-item-large a:hover div.is-video-big {
    background-position: -55px 0
}

/* 热门视频 // */
/* 推荐视频 */
.vid_item {
    display: block;
    width: 240px;
    height: 135px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.vid_item:nth-child(4), .vid_item:nth-child(5), .vid_item:nth-child(6) {
    margin-bottom: 10px;
}

.vid_item a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 4px;
}

.vid_item img {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.vid_item:hover img {
    transform: scale(1.25);
}

.vid_item p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    zoom: 1; padding: 0 10px;
}

.vid_item i.is-video {
    position: absolute;
    left: 16px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/icon_vplay_small.png);
}

.u-videoview .l {
    width: 390px;
    padding-left: 10px;
}

.u-videoview .r {
    /* width: 850px; */
    width: 790px;
}

.u-videoview .c-lrct {
    /* width: 750px; */
    /* margin-left: 50px; */
}

.u-itemview p.v-tit {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
}

.u-itemview:hover p.v-tit {
    color: #D91A29
}

.v-view .ft {
    bottom: 0;
}

.v-view .c-zimg img {
    height: 290px
}

/* 推荐视频 */
/*----------customize----------*/
/*!
 * media.css
 */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 767px) {
    header {
        position:static;
    }

    .c-lrct >.l {
        float: none;
        width: 100%;
    }

    .c-lrct >.r {
        float: none;
        width: 100%;
    }

    .c-list ul li {
        float: left;
        width: 25%;
    }

    .wapno {
        display: none;
    }

    .scrollbar {
        height: auto !important;
        overflow: visible;
    }

    /*model.css*/
    header {
        height: auto;
        padding-top: 10px;
        z-index: 11;
    }

    header .c-logo {
        margin-left: 15px;
    }

    header .c-mobi {
        zoom: .8; top: 0;
        right: 15px;
    }

    header .mbtn {
        display: none!important;
        width: 50px;
        height: 50px;
        background: url(../img/menu.png) no-repeat center #D91A29;
        background-size: 20px auto;
        position: absolute;
        top: -10px;
        right: 0;
    }

    body.on-menu header .mbtn {
        background-image: url(../img/menu-hide.png);
    }

    header .menu {
        background: #de1e30;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-top: 40px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
    }

    #hot1, .hot1 {
        display: none!important;
    }

    body.on-menu .menu {
        display: block;
    }

    header .menu ul {
    }

    header .menu ul li {
        border-top: 1px solid #eee;
        margin-left: 0;
    }

    header .menu .i {
        display: block;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    header .menu .i:after {
        height: 2px;
    }

    header .menu .i >img {
        position: relative;
        top: -4px;
        right: 0;
        zoom: .8; margin-left: 5px;
    }

    main {
        padding-top: 0px;
    }

    .hr {
        margin: 5px 0;
    }

    footer .foot >.l, footer .foot >.r {
        width: 100%;
    }

    footer .foot >.r {
        margin-top: 5px;
    }

    footer .info .fr {
        float: none;
    }

    footer .info .qr p.p1 {
        font-size: 12px;
    }

    footer .info >.hd {
        margin-top: 15px;
        text-align: center;
    }

    footer .info >.ft {
        margin-top: 15px;
    }

    footer .info >.ft p {
        font-size: 12px;
        line-height: 1.4em;
        text-align: center;
    }

    footer .link >.hd {
        display: none;
    }

    footer .link >.ct {
        display: none;
    }

    footer .link >.ft {
        margin-top: 0;
    }

    footer .link >.ft p {
        font-size: 12px;
        text-align: center;
    }

    /*pages.css*/
    .c-logo {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .c-logo >i.c-dots {
        top: 6px;
    }

    .c-logo img {
        height: 30px;
        margin-right: 5px;
    }

    i.c-dots {
        width: 12px;
        height: 12px;
        right: -6px;
        top: -6px;
    }

    .c-back {
        width: 36px;
        height: 36px;
        right: 15px;
        bottom: 20px;
        background-size: 16px auto;
    }

    .u-fullpart {
        padding: 15px 0;
    }

    .u-area >.l, .u-area >.r {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .u-partview {
        padding: 15px 10px;
    }

    .u-partview >.hd p {
        font-size: 16px;
    }

    .u-partview >.hd p a {
        font-size: 10px;
    }

    .u-partview >.ct {
        margin-top: 12px;
    }

    .u-todays .lis1 p small {
        font-size: 10px;
    }

    .u-live {
        zoom: .8; font-size: 11px;
    }

    .u-type {
        zoom: .8; font-size: 11px;
    }

    .u-itemview >.ft p {
        font-size: 12px !important;
        line-height: 26px !important;
    }

    .u-itemview >.ft p small {
        font-size: 10px !important;
    }

    .u-todays .lis1 p a {
        font-size: 12px;
    }

    .u-mainview .tabs ul {
        margin: -5px !important;
    }

    .u-mainview .tabs ul li {
        float: left !important;
        width: 50%;
        padding: 5px !important;
    }

    .u-mainview .tabs ul li >p {
        font-size: 12px;
        margin-top: 6px;
    }

    .u-itemview >.u-live {
        bottom: 8px;
    }

    .u-partview {
        height: auto !important;
    }

    .u-todays .lis2 .i >.l {
        float: left;
    }

    .u-todays .lis2 .i >.r {
        float: none;
        width: auto;
        margin-left: 80px;
    }

    .u-todays .lis2 .i .tt p {
        font-size: 12px;
        line-height: 24px;
    }

    .u-todays .lis2 .i .tt >label {
        font-size: 10px;
    }

    .u-topics .i >label {
        zoom: .6; }

    .u-topics .i p {
        line-height: 60px;
        font-size: 18px;
        padding-left: 80px;
    }

    .u-partview >.tb {
        left: 85px;
        top: 12px;
    }

    .u-partview >.tb ul li {
        float: left;
        width: auto;
        margin-left: 4px;
    }

    .u-partview >.tb a {
        padding: 0 6px;
        line-height: 22px;
        font-size: 12px;
        border-radius: 11px;
        font-size: 11px;
    }

    .u-tables {
        overflow: auto;
    }

    .u-tables table {
        width: 250%;
    }

    .u-tables table tr td {
        font-size: 12px;
    }

    .u-tables table tr td {
        padding: 10px 0;
    }

    .u-tables table tr.hd td {
        padding: 8px 0;
    }

    .u-newsview .list {
        margin-top: 10px;
    }

    .u-newsview .list >.l, .u-newsview .list >.r {
        width: 100%;
        border-top: 1px solid #eee;
    }

    .u-newsview .list >.l {
    }

    .u-newsview .list p {
        font-size: 12px;
    }

    .u-newsview .list p span small {
        font-size: 10px;
    }

    .jspVerticalBar {
        display: none !important;
    }
}

/*----------customize----------*/
i.i {
    background-image: url(../img/icon-i.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -4px;
    top: -8px;
}

i.i-s {
    background-image: url(../img/icon-i-s.png);
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -5px;
}

.i-news {
    background-image: url(../img/icon-news-left.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -8px;
    top: -8px;
}

.tit .i-news {
    top: 0;
    left: -6px;
}

.i-head {
    background-position: -18px -16px;
}

.i-s-head {
    background-position: -12px -12px;
}

.i-top {
    background-position: -122px -15px;
}

.i-video {
    background-position: -224px -16px;
}

.i-hot {
    background-position: -325px -16px;
}

.tit .i-s-hot {
    top: 0;
    left: -6px;
}

.i-live {
    background-position: -19px -82px;
}

.i-foot {
    background-position: -122px -81px;
}

.i-basket {
    background-position: -223px -81px;
}

.i-game {
    background-position: -326px -81px;
}

.i-s-top {
    background-position: -97px -11px;
}

.i-s-video {
    background-position: -178px -12px;
}

.i-s-hot {
    background-position: -260px -11px;
}

.i-s-live {
    background-position: -14px -66px;
}

.i-s-foot {
    background-position: -96px -64px;
}

.i-s-basket {
    background-position: -177px -64px;
}

.i-s-game {
    background-position: -260px -65px;
}

.i-rank {
    background-image: url(../img/rank.png);
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: -5px;
}

.date {
    height: 33px;
    line-height: 33px;
    background: #eee;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-indent: 20px;
}

/* NBA排行榜 */
.area-news .team-rank {
    max-height: 490px;
}

.area-news .team-rank ul.tab li {
    display: block;
    height: 34px;
    line-height: 26px;
    float: left;
    width: 50%;
    text-align: center
}

.area-news .team-rank ul.tab li a {
    font-size: 18px;
    display: block;
    height: 33px;
}

.area-news .team-rank ul.tab li:hover a.east {
    color: #006bb7
}

.area-news .team-rank ul.tab li:hover a.west {
    color: #d33556
}

.area-news .team-rank ul.tab li.active {
    border-bottom: 2px solid #e72847
}

.area-news .team-rank .list {
    height: 456px;
}

.at-cba .area-news .team-rank .list {
    height: 490px;
}

.area-news .team-rank .list table {
    width: 100%
}

.area-news .team-rank .list table td,.area-news .team-rank .list table th {
    text-align: center;
    height: 37px;
    color: #717171
}

.area-news .team-rank .list table thead {
    cursor: default
}

.area-news .team-rank .list table tbody {
    cursor: default
}

.area-news .team-rank .list table tbody tr {
    border-top: 1px solid #f0f0f0
}

.area-news .team-rank .list table tbody tr:hover {
    background-color: #eee
}

.area-news .team-rank .list table .name {
    color: #081626
}

.area-news .team-rank .list table .rank-num {
    font-style: normal;
    display: block;
    line-height: 22px;
    margin: 0 auto;
    color: #fff;
    background-color: #c1c1c1;
    font-family: Arial,sans-serif;
    border-radius: 4px;
    width: 25px;
    height: 22px;
}

.area-news .team-rank .list table .rank-num-hl {
    background-color: #d33556
}

.area-news .team-rank .list table .name:hover {
    color: #d33556
}

/* NBA排行榜 */
.at-game .u-area.pa >.r {
    width: 600px;
}

.at-game .u-area.pa >.l {
    width: 590px;
}

.swiper-container {
    height: 34px;
    padding: 0 30px;
    background-color: #f5f5f5;
}

.swiper-wrapper {
    /* width: 216px; */
    margin: 0 27px;
}

.swiper-slide {
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

.swiper-slide.active {
    color: #d33556;
}

.swiper-button-prev {
    background-size: 27px 22px;
    left: 0;
    background-color: #fff;
}

.swiper-button-next {
    background-size: 27px 22px;
    right: 0;
    background-color: #fff;
}

.lt-tit {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5;
}

/* 排行榜 */
.at-table .u-partview >.tb {
    left: 200px;
}

.ct-tit {
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.blueBg {
    background-color: #579ede;
}

.redBg {
    background-color: #ec6a86;
}

.grayBg {
    background-color: #999;
}

.ct-tit h3 {
    float: left;
    font-size: 16px;
    margin-left: 18px;
    font-weight: 700;
    line-height: 32px;
}

.at-table .u-tables {
    height: auto;
}

.at-table .stb {
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
}

.at-table .stb li {
    float: left;
    margin-right: 10px;
}

.at-table .stb a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    background-color: #8d8d8d;
    color: #fff;
    border-radius: 15px;
}

.at-table .stb li.active a {
    background-color: #2d85d5
}

.at-table .tname {
    display: inline-block;
    width: 230px;
    height: 30px;
    line-height: 30px;
}

.at-table .tname:hover {
    color: #d33556
}

.at-table .tname .flag {
    float: left;
    height: 30px;
    width: 30px;
}

.at-table .tname span {
    padding-left: 25px;
    float: left;
}

.at-table td .rank {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
}

.at-table .u-tables .rank.c1, .at-table .u-tables .rank.c2 {
    border: 1px solid #2d85d5;
    background-color: #2d85d5;
}

.at-table .u-tables .rank.r1, .at-table .u-tables .rank.r2 {
    border: 1px solid #f74c6f;
    background-color: #f74c6f;
}

.at-table .u-tables .rank.c1, .at-table .u-tables .rank.c2, .at-table .u-tables .rank.c3, .at-table .u-tables .rank.c4, .at-table .u-tables .rank.r1, .at-table .u-tables .rank.r2, .at-table .u-tables .rank.r3, .at-table .u-tables .rank.r4 {
    color: #fff;
}

/* 排行榜 */
/* 视频详情页 */
.play_video_box {
    width: 1200px;
    background: #1d1d1d;
    /* padding-top: 10px; */
    margin: 0 auto;
}

.room_video_title {
    padding-left: 15px;
}

.play_video {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.room_video {
    height: auto!important;
}

.room_video_box {
    float: left;
    width: 900px;
    padding-bottom: 15px;
}

.play_video .room_video {
    position: relative;
    height: 540px;
}

.room_video>a {
    display: block;
}

.room_video_title h2 {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 30px;
}

.room_video_title time {
    font-size: 14px;
    color: #CCCCCC;
    display: block;
    margin-top: 10px;
}

.room_video_title ul li {
    float: left;
    margin: 10px 20px 0 0;
    padding: 5px 13px;
    border: 1px solid #666666;
    border-radius: 20px;
}

.room_video_title ul li a {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 19px;
}

.room_video_title ul li:hover {
    background: #666;
    color: #fff;
}

.play_video .correlation_video {
    width: 300px;
    height: auto;
    float: left;
    background: #333333;
}

.correlation_video .correlation_video_tab {
    height: 55px;
    border-bottom: 1px solid #454545;
}

.correlation_video .correlation_video_tab li {
    float: left;
    width: 50%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #CCCCCC;
    cursor: pointer;
}

.correlation_video .correlation_video_tab li:active {
    border-bottom: 2px solid #D0021B;
    color: #DC2221;
}

.correlation_video .correlation_video_tab li.active {
    border-bottom: 2px solid #D0021B;
    color: #DC2221;
}

.scroll_video {
    height: 619px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 5px;
    height: 669px;
}

.video_article_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.video_article_play_box:hover {
    background: rgba(0,0,0,0.2);
}

.video_article_play {
    display: block;
    background: url(../img/video_article_play.png);
    margin: 210px auto 0;
    width: 120px;
    height: 120px;
}

.video_article_play:hover {
    background-position: 120px 0;
}

.scroll_video_block {
    height: 99px;
}

.scroll_video_block img {
    width: 100px;
    height: 75px;
    margin: 12px 0 0 10px;
    float: left;
}

.scroll_video_block p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    width: 160px;
    float: left;
    margin: 6px 0 0 10px;
    height: 56px;
    overflow: hidden;
}

.scroll_video_block time {
    opacity: 0.66;
    font-size: 12px;
    color: #CCCCCC;
    float: left;
    margin: 12px 0 0 10px;
}

.scroll_video_block:hover {
    background: #000000;
    transition: all .3s;
}

.scroll_video_block.active {
    background: #000000;
}

/*滚动条样式*/
.scroll_video::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.scroll_video::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background: #555555;
    border-radius: 6px;
}

.scroll_video::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #333333;
}

/*视频推荐*/
.video_recommend_block {
    /* width: 810px; */
    height: 147px;
    box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
    margin: 20px;
}

.video_recommend_block > a {
    float: left;
    display: inline-block;
    position: relative;
}

.video_recommend_block img {
    width: 168px;
    height: 126px;
}

.video_recommend_block .video_tag {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background: url(../img/icon_vplay_small.png) no-repeat;
    left: 66px;
    top: 45px;
}

.video_recommend_block h3 {
    font-size: 20px;
    width: 622px;
    height: 32px;
    color: #111;
    line-height: 32px;
    float: left;
    margin: -6px 0 0 20px;
    overflow: hidden;
}

.video_recommend_block h3 a:hover {
    color: #DC2221;
}

.video_recommend_block p {
    width: 622px;
    float: left;
    margin: 10px 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #999;
}

.video_recommend_block p a {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.video_recommend_block time {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.content_box {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
}

.topic_right_block {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.tocr_block_title {
    height: 44px;
    border-bottom: 2px solid #dc2221;
}

.tocr_block_title .tit {
    float: left;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    line-height: 44px;
    position: relative;
}

.tocr_block_title .tit i.t {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 18px;
    border-left: 4px solid #dc2221;
    margin-right: 8px;
}

.text_img_item {
    display: flex;
    padding: 10px 10px 0 10px;
}

.text_img_item .ti-image {
    width: 120px;
    height: 90px;
    position: relative;
}

.text_img_item .ti-image img {
    width: 100%;
    height: inherit;
}

.text_img_item .ti-info {
    width: 220px;
    padding-left: 10px;
    position: relative;
}

.text_img_item .ti-tit {
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}

.text_img_item:hover {
    color: #dc2221;
}

.text_img_item .ti-desc {
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #666;
    font-size: 12px;
}

.text_img_item .i-play {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/icon_vplay_small.png) no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

/* 视频详情页 // */
/* 视频列表页 */
.u-partview .m-box {
    padding: 10px;
}

.m-box {
    /* margin: 20px 0; */
    /* background: #fff; */
}

.m-box ul {
    font-size: 0;
}

.m-box li {
    width: 290px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin: 0 13px 13px 0;
    vertical-align: top;
}

.m-box li:nth-child(4n) {
    margin-right: 0;
}

.m-box a {
    display: block;
    background-color: #fff;
    border-radius: 4px;
}

.m-box .mb-image {
    width: 290px;
    height: 160px;
    margin-bottom: 8px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.u-partview .m-box li,
.u-partview .m-box .mb-image {
    width: 280.25px;
}

.m-box .mb-special {
    margin-bottom: 0;
}

.m-box .mb-title {
    /* background-color: #fff; */
    padding: 0 5px 5px;
    height: 40px;
    overflow: hidden;
}

.m-box .mb-root {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.m-box .mb-video {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/video_icon.png) no-repeat;
    background-size: 100%;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    height: 50px;
}

.m-box li:hover .mb-video {
    background-position: 0 -55px;
}

.m-box .mb-image img {
    width: 100%;
    height: 100%;
    transition: transform 300ms;
}

.m-box .mb-image:hover img {
    transform: scale(1.25);
}

.m-box li:hover .mb-title {
    color: #dd2221;
}

.m-box .mb-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 30px 20px 0;
    line-height: 20px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.m-box a:hover .mb-text {
    background: rgba(0,0,0,.2);
}

.m-box .mb-text h1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 26px;
    float: initial;
    height: 74px;
    overflow: hidden;
}

.m-box .mb-text p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2!important;
    overflow: hidden;
    line-height: 20px;
}

/* 视频列表页 // */
/* 新闻列表头部 */
.head-nav-list {
    margin: 0 0 10px 0;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    display: flex;
}

.head-nav-list a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
}

.head-nav-list .active {
    color: #e63c3c;
    font-weight: 700;
    border-bottom: 2px solid #e63c3c;
}

.head-nav-list a:hover {
    color: #e63c3c;
    border-bottom: 2px solid #e63c3c;
}

/* 新闻列表头部 // */
/* 专题列表 */
.s-box {
}

.s-box .s-tit {
    padding: 0 10px;
    height: 20px;
    border-left: 6px solid #e63c3c;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.s-box .s-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-box .s-list a {
    display: block;
    margin: 0 5px;
    width: 230px;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
}

.s-box .s-list .sb-image {
    display: block;
    width: 230px;
    height: 135px;
    overflow: hidden;
}

.s-box .s-list .sb-image img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: static;
    width: 100%;
    height: 100%;
}

.s-box .s-list .sb-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    width: 230px;
    height: 55px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2!important;
    overflow: hidden;
    background-color: #fff;
    padding: 8px 5px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.s-box .s-list a:hover img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.s-box .s-list a:hover .sb-title {
    color: #e63c3c;
}

.s-box .s-top {
    height: 150px;
    background-color: #333;
    border-radius: 4px;
    margin: 0 5px 10px;
    position: relative;
}

.s-box .s-top h1 {
    float: inherit;
    font-size: 20px;
    color: #fff;
    width: 600px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
}

.s-box .s-desc {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
/* 专题列表 */
/* 网站地图 */
.at-sitemap .content_list h4 {
    font-size: 16px;
    text-indent: 2em;
    font-weight: bold;
}

.at-sitemap .content_list p {
    text-indent: 4em;
}

.at-sitemap .content_list p a {
    color: red;
    padding-right: 10px;
}
/* 网站地图 // */

.at-news-list .box {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

/* APP */

.slider-con {
    width: 1200px;
    position: fixed;
    left: 50%;
    top: 166px;
    transform: translateX(-50%);
    z-index: 0;
}

.app-code {
    width: 150px;
    height: 190px;
    background: #fff;
    position: absolute;
    right: -160px;
    border-top: 2px solid #FF0C0C;
    padding: 10px 14px;
    box-sizing: border-box;
}

.code-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

.code-img {
    width: 112px;
    height: 112px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin: 10px auto;
    padding: 5px;
    box-sizing: border-box;
}

.code-scan {
    display: flex;
    justify-content: center;
}

.code-scan p {
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #FF0C0C;
    display: flex;
    align-items: center;
}

.code-scan p::before {
    content: " ";
    display: inline-block;
    height: 14px;
    width: 20px;
    background: url(../img/scan.png) no-repeat;
    background-size: 14px 14px;
}

.hot-live span {
    font-size: 14px;
}

.hot-live li {
    display: flex;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.hot-live li:hover {
    background-color: #f1f1f1;
}

.hot-live .live-status {
    width: 50px;
    text-align: center;
    border: 1px solid #bcbcbc;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.hot-live .live-date {
    width: 100px;
    text-align: center;
}

.hot-live .live-competition {
    width: 100px;
    overflow: hidden;
}

.hot-live .live-team {
    width: 80px;
    overflow: hidden;
}

.hot-live .live-score {
    width: 80px;
    text-align: center;
}

.data-title {
    display: flex;
    background-color: #fff;
}

.data-title a {
    width: 50%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
}

.data-title a.active {
    background-color: #ddd;
}

.data-content {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
    min-height: 800px;
    display: flex;
}

.content-left {
    width: 30%;
}

.content-right {
    width: 70%;
}

.data-content ul {
    text-align: center;
    font-size: 18px;
}

.data-content a {
    display: block;
    padding: 5px 10px;
}

.data-content li.active {
    color: red;
}

.data-content li:hover {
    background-color: #eee;
}

.item-data {
    display: flex;
    flex-wrap: wrap;
}

.item-data li {
    width: 25%;
}

.item-data img {
    height: 20px;
}

.item-data a {
    font-size: 16px;
}

.item-data .name {
    line-height: 20px;
    overflow: hidden;
    display: block;
}

.tab-list li {
    padding: 5px 10px;
    cursor: pointer;
}

.hot-live .status-gray {
    color: #666;
    border-color: #666;
}

.hot-live .status-red {
    color: #fff;
    background: #DC2221;
    border-color: #DC2221;
}

.hot-live .status-blue {
    color: #017BD1;
    border-color: #017BD1;
}

.live-nav {
    display: flex;
    background: #eee;
    justify-content: center;
}

.navbtn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #555;
    width: 120px;
    cursor: pointer;
}

.live-nav .active {
    background: #fff;
}

.c-content table td {
    border: 1px solid #ddd;
}

.c-content table {
    width: 100%;
    text-align: center;
}

.u-todays .head a {
    font-size: 16px;
    font-weight: bold;
}

.i-vid {
    background: url('../img/vid-1-20.png') no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.tab-content .lists {}
.lists .item {
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 10px 2px;
}
.lists .time {
    width: 10%;
    text-align: center;
    font-weight: 500;
}
.lists .item-center {
    text-align: center;
    color: #555;
    width: 20%;
    display: flex;
    align-items: center;
}
.lists .s_name {
    
}
.lists .item-s {
    font-size: 14px;
    color: #999;
}
.lists .active .item-s {
    color: #FF0C0C;
}
.lists .s_status {}
.lists .team {
    display: flex;
    width: 30%;
    align-items: center;
}
.lists .team-logo {
    width: 40px;
    margin: 5px;
}
.lists .team-logo img {
    max-width: 100%;
}
.lists .team-left .team-name {
    text-align: right;
    padding-right: 10px;
}
.lists .team-right .team-name {
    padding-left: 10px;
}
.lists .team-name {
    flex: 1;
}
.lists .team-score {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
}
.lists .remind {
    width: 10%;
    text-align: center;
}
.lists .remind a {
    
display: block;
    
border: 1px solid #999;
    
border-radius: 4px;
    
padding: 2px;
}

.lists .remind:hover a,.lists .active a {
    color: #fff;
    background-color: #FF0C0C;
    border: 1px solid #FF0C0C;
}

.tab-head a {
    margin-right: 16px;
}