.live {
    font-size: inherit;
}

.chat-tabs-head:after, .watch-footer:after, .room-footer:after {
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.msgbar.multi-flex, .live-status, .watch-footer.multi-flex, .room-footer, .room-footer.multi-flex, .auth-main, .agreement-check .form-label, .prepend, .append {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

.msgbar.multi-flex, .live-status, .watch-footer.multi-flex, .room-footer, .room-footer.multi-flex, .auth-main, .agreement-check .form-label, .prepend, .append {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.msgbar.multi-flex, .live-status, .watch-footer.multi-flex, .room-footer, .room-footer.multi-flex, .auth-main, .agreement-check .form-label {
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prepend {
    -webkit-box-pack: start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.append {
    -webkit-box-pack: end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.toast-tabs:after, .imgshow .shut:after, .imgshow .swiper-slide:after {
    content: '';
    display: inline-block;
    height: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
/**
 * Make sliding smoothly in mobiles.
 */
* {
    -webkit-overflow-scrolling: touch;
}

/**
 * Give `body` a basic style.
 */
body {
    font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
    line-height: 1;
    background-color: white;
}

/**
 * Reset list.
 */
ul,
li,
ol {
    padding: 0;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

/**
 * Reset forms.
 */
input,
button,
select,
textarea {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border: none;
}

/**
 * Remove default `cross` clear button in IE.
 */
input::-ms-clear {
    display: none;
}

/**
 * Remove default background color in Chrome.
 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
 * Remove default inner shadow in Safari for mobile.
 */
input,
textarea {
    -webkit-appearance: none;
}

/**
 * Remove default border-color in Chrome.
 */
input:focus,
textarea:focus {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/**
 * Remove tap highlight in mobiles.
 */
a, a:active,
label,
label:active,
div,
div:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Remove image's default margin bottom.
 */
img {
    vertical-align: middle;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.btn:active, .btn:hover, .btn:focus, .btn.focus {
    color: #444;
    text-decoration: none;
}

.btn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

/**
 * Alternate buttons
 */
.btn-solid {
    color: white;
    background-color: #fff;
    border-color: #ccc;
}

.btn-solid:hover {
    color: white;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
    -webkit-box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
    box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
}

.btn-solid-primary {
    color: white;
    background-color: #E1251B;
    /*border-color: #ca2118;*/ /* 有边框不好看，统一去除 */
}

.btn-solid-primary:hover {
    color: white;
    background-color: #ca2118;
    border-color: #b31e16;
    -webkit-box-shadow: 0 2px 6px rgba(202, 33, 24, 0.1);
    box-shadow: 0 2px 6px rgba(202, 33, 24, 0.1);
}

.btn-solid-secondary {
    color: white;
    background-color: #202020;
    border-color: #131313;
}

.btn-solid-secondary:hover {
    color: white;
    background-color: #131313;
    border-color: #070707;
    -webkit-box-shadow: 0 2px 6px rgba(19, 19, 19, 0.1);
    box-shadow: 0 2px 6px rgba(19, 19, 19, 0.1);
}

.btn-solid-success {
    color: white;
    background-color: #25bf78;
    border-color: #21aa6b;
}

.btn-solid-success:hover {
    color: white;
    background-color: #21aa6b;
    border-color: #1d945d;
    -webkit-box-shadow: 0 2px 6px rgba(33, 170, 107, 0.1);
    box-shadow: 0 2px 6px rgba(33, 170, 107, 0.1);
}

.btn-solid-warning {
    color: white;
    background-color: #ffa200;
    border-color: #e69200;
}

.btn-solid-warning:hover {
    color: white;
    background-color: #e69200;
    border-color: #cc8200;
    -webkit-box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
    box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
}

.btn-solid-danger {
    color: white;
    background-color: #f71717;
    border-color: #ec0808;
}

.btn-solid-danger:hover {
    color: white;
    background-color: #ec0808;
    border-color: #d40707;
    -webkit-box-shadow: 0 2px 6px rgba(236, 8, 8, 0.1);
    box-shadow: 0 2px 6px rgba(236, 8, 8, 0.1);
}

.btn-solid-light {
    color: white;
    background-color: #f7f7f7;
    border-color: #eaeaea;
}

.btn-solid-light:hover {
    color: white;
    background-color: #eaeaea;
    border-color: #dedede;
    -webkit-box-shadow: 0 2px 6px rgba(234, 234, 234, 0.1);
    box-shadow: 0 2px 6px rgba(234, 234, 234, 0.1);
}

.btn-solid-dark {
    color: white;
    background-color: #444;
    border-color: #373737;
}

.btn-solid-dark:hover {
    color: white;
    background-color: #373737;
    border-color: #2b2b2b;
    -webkit-box-shadow: 0 2px 6px rgba(55, 55, 55, 0.1);
    box-shadow: 0 2px 6px rgba(55, 55, 55, 0.1);
}

.btn-hollow {
    color: #444;
    background-color: transparent;
    border-color: #ccc;
}

.btn-hollow:hover {
    color: white;
    background-color: #ccc;
}

.btn-hollow-primary {
    color: #E1251B;
    background-color: transparent;
    border-color: #E1251B;
}

.btn-hollow-primary:hover {
    color: white;
    background-color: #E1251B;
}

.btn-hollow-secondary {
    color: #202020;
    background-color: transparent;
    border-color: #202020;
}

.btn-hollow-secondary:hover {
    color: white;
    background-color: #202020;
}

.btn-hollow-success {
    color: #25bf78;
    background-color: transparent;
    border-color: #25bf78;
}

.btn-hollow-success:hover {
    color: white;
    background-color: #25bf78;
}

.btn-hollow-warning {
    color: #ffa200;
    background-color: transparent;
    border-color: #ffa200;
}

.btn-hollow-warning:hover {
    color: white;
    background-color: #ffa200;
}

.btn-hollow-danger {
    color: #f71717;
    background-color: transparent;
    border-color: #f71717;
}

.btn-hollow-danger:hover {
    color: white;
    background-color: #f71717;
}

.btn-hollow-light {
    color: #eaeaea;
    background-color: transparent;
    border-color: #eaeaea;
}

.btn-hollow-light:hover {
    color: white;
    background-color: #eaeaea;
}

.btn-hollow-dark {
    color: #444;
    background-color: transparent;
    border-color: #444;
}

.btn-hollow-dark:hover {
    color: white;
    background-color: #444;
}

.btn-outline {
    color: #444;
    background-color: white;
    border-color: #ccc;
}

.btn-outline:hover {
    color: #444;
    background-color: whitesmoke;
}

.btn-outline-primary {
    color: #E1251B;
    background-color: #f9d1cf;
    border-color: #E1251B;
}

.btn-outline-primary:hover {
    color: #E1251B;
    background-color: #f7c0bd;
}

.btn-outline-secondary {
    color: #202020;
    background-color: #868686;
    border-color: #202020;
}

.btn-outline-secondary:hover {
    color: #202020;
    background-color: #7c7c7c;
}

.btn-outline-success {
    color: #25bf78;
    background-color: #bef2da;
    border-color: #25bf78;
}

.btn-outline-success:hover {
    color: #25bf78;
    background-color: #adefd0;
}

.btn-outline-warning {
    color: #ffa200;
    background-color: #ffeccc;
    border-color: #ffa200;
}

.btn-outline-warning:hover {
    color: #ffa200;
    background-color: #ffe5b8;
}

.btn-outline-danger {
    color: #f71717;
    background-color: #fedcdc;
    border-color: #f71717;
}

.btn-outline-danger:hover {
    color: #f71717;
    background-color: #fdc8c8;
}

.btn-outline-light {
    color: #eaeaea;
    background-color: white;
    border-color: #eaeaea;
}

.btn-outline-light:hover {
    color: #eaeaea;
    background-color: whitesmoke;
}

.btn-outline-dark {
    color: #444;
    background-color: #aaaaaa;
    border-color: #444;
}

.btn-outline-dark:hover {
    color: #444;
    background-color: #a0a0a0;
}

.btn-prefix-icon,
.btn-suffix-icon {
    display: inline-block;
    vertical-align: middle;
}

.btn-prefix-icon i,
.btn-suffix-icon i {
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
}

.btn-prefix-icon i {
    margin-right: 5px;
}

.btn-suffix-icon i {
    margin-left: 5px;
}

.btn-icon {
    color: #444;
}

.btn-icon:hover {
    color: white;
    background-color: #E1251B;
}

.btn-link {
    color: #E1251B;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/**
 * Button Sizes
 */
.btn-lg {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 100px;
}

.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 100px;
}

.btn-w160 {
    width: 160px;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
/**
 * Popups Common styles
 */
.popup {
    position: absolute;
    z-index: 1060;
    display: none;
    border: 1px solid #c6c8c9;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.popup-head {
    position: relative;
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #e6e8e9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: transparent;
}

.popup-tit {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.popup-head-op {
    position: absolute;
    top: 0;
    right: 4px;
}

.popup-head-op .btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid transparent;
    line-height: 24px;
    color: #666;
    vertical-align: middle;
}

.popup-head-op .btn:hover {
    color: inherit;
    border-color: #d6d8d9;
    background-color: white;
}

.popup-head-op .btn i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}

.popup-content-in {
    padding: 0 28px;
    font-size: 14px;
    color: #444;
}

.popup-foot {
    padding: 14px;
    text-align: right;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: white;
}

.popup-foot .btn {
    width: 90px;
    margin-left: 5px;
    padding-right: 0;
    padding-left: 0;
}

.popup-foot .btn:hover {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.popup-foot .btn-outline {
    background-color: #f7f7f7;
}

.popup-foot .btn-outline:hover {
    color: #444;
    border-color: #bfbfbf;
    background-color: #fff;
}

/**
 * Icons
 */
.popup-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.popup-warning .popup-icon {
    color: #ffa200;
}

.popup-success .popup-icon {
    color: #25bf78;
}

.popup-danger .popup-icon {
    color: #f71717;
}

/**
 * Container size
 */
.popup-small {
    width: 360px;
}

.popup-base {
    width: 480px;
}

.popup-medium {
    width: 540px;
}

.popup-large {
    width: 640px;
}

.popup-xlarge {
    width: 740px;
}

.popup-block {
    width: 100%;
}

/**
 * popup simple
 */
.popup-simple .popup-content-in {
    padding-top: 20px;
    padding-bottom: 20px;
}

.popup-simple .popup-foot {
    text-align: center;
}

/**
 * content customize
 */
.popup-content-simple {
    height: 60px;
    padding: 20px 28px 10px;
}

.popup-content-simple-in {
    display: inline-block;
    vertical-align: middle;
}

.popup-content-simple-in h4,
.popup-content-simple-in p {
    display: inline-block;
    vertical-align: middle;
}

.agreement-popup {
    width: 4rem;
}
.agreement-popup .popup-content-in .title {
    margin-bottom: 0;
    line-height: 0.32rem;
    font-size: 0.2266666667rem;
    font-weight: bold;
    color: #000;
}
.agreement-popup .popup-content-in .agreement {
    padding: 0.2133333333rem 0.2133333333rem 0;
    text-align: left;
    font-size: 0.1866666667rem;
    color: #888;
}
.agreement-popup .popup-content-in .agreement .priamry {
    color: #E1251B;
}

.popup-footer.border {
    border-top: 1px #eee solid;
}
.popup-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-footer ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
}
.popup-footer ul li:last-child {
    border-right: none;
}
.popup-footer ul li > a {
    display: inline-block;
    line-height: 0.5866666667rem;
    font-size: 0.2266666667rem;
    color: #141414;
    text-decoration: none;
}
.popup-footer ul li > a.current {
    color: #E1251B;
}

/**
 * Slide in
 * ----------------------------------------------------------------------------
 */
.slidein-all.slidein.slidein-right, .slidein-all.slidein.slidein-left {
    width: 100%;
}

.slidein-half.slidein.slidein-right, .slidein-half.slidein.slidein-left {
    width: 50%;
}

.slidein-small.slidein.slidein-right, .slidein-small.slidein.slidein-left {
    width: 35%;
}

.slidein-all.slidein.slidein-top, .slidein-all.slidein.slidein-bottom {
    height: 100%;
}

.slidein-half.slidein.slidein-top, .slidein-half.slidein.slidein-bottom {
    height: 50%;
}

.slidein-small.slidein.slidein-top, .slidein-small.slidein.slidein-bottom {
    height: 35%;
}

.slidein {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.slidein .btn-shut {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    padding: 8px;
    font-size: 16px;
    color: #222;
    line-height: 1;
    text-align: center;
    border-radius: 0;
}

.slidein.slidein-top {
    top: -100%;
    bottom: auto;
    height: 80%;
}

.slidein.slidein-top.active {
    top: 0;
}

.slidein.slidein-right {
    right: -100%;
    left: auto;
    width: 80%;
}

.slidein.slidein-right.active {
    right: 0;
}

.slidein.slidein-bottom {
    top: auto;
    bottom: -100%;
    height: 80%;
}

.slidein.slidein-bottom.active {
    bottom: 0;
}

.slidein.slidein-left {
    right: auto;
    left: -100%;
    width: 80%;
}

.slidein.slidein-left.active {
    left: 0;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.form-control:focus {
    /*caret-color: #ff4f38; 存在兼容问题，嵌入到小程序或safri中看不到光标*/
    background-color: white;
    border-color: #E1251B;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #afafaf;
}

.form-control::-webkit-input-placeholder {
    color: #afafaf;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #999;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

/**
 * Forms common styles
 */
.form-row {
    position: relative;
    margin: 10px 0;
}

.form-row .form-textarea-hint {
    margin-top: 5px;
}

.form-tit {
    font-size: 14px;
    color: #444;
}

.form-pretitle {
    padding-left: 20%;
}

.form-pretitle .form-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    line-height: 30px;
    text-align: right;
}

.form-pretitle .form-tit.form-lg {
    line-height: 36px;
}

.input-wrap,
.textarea-wrap,
.date-wrap,
.form-label {
    position: relative;
}

.form-narrow {
    width: 250px;
}

.form-error .form-control {
    border-color: #f71717;
}

/**
 * Input & extarea
 */
input.form-control,
textarea.form-control {
    text-indent: 8px;
}

.form-textarea {
    position: relative;
    z-index: 1;
    line-height: 20px;
}

.form-textarea-bot {
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}

.form-textarea-num {
    color: #afafaf;
}

.form-textarea-hint {
    color: #f71717;
}

.form-textarea-hint i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    color: #afafaf;
    line-height: 16px;
    vertical-align: middle;
}

.input-icon i {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}

.input-hasicon .form-control {
    text-indent: 32px;
}

.input-append {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    line-height: 20px;
}

.input-append a.clear {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #5c5c5c;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.input-append a.clear i {
    display: inline-block;
    font-size: 18px;
}

/**
 * Raido and Checkbox
 */
.form-label {
    position: relative;
    padding-left: 28px;
    font-weight: normal;
    cursor: pointer;
}

.form-label input {
    position: absolute;
    left: -999999px;
}

.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
    background-color: #E1251B;
    border-color: #E1251B;
}

.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
    display: block;
}

.form-label.active .form-label-con {
    color: #E1251B;
}

.form-radio-btn,
.form-checkbox-btn {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    font-size: 12px;
    color: white;
    line-height: 14px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #c6c8c9;
}

.form-radio-btn i,
.form-checkbox-btn i {
    display: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    vertical-align: baseline;
}

.form-radio-btn {
    border-radius: 50%;
}

.form-checkbox-btn {
    border-radius: 4px;
}

.form-label-con {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

/**
 * Select
 */
.form-select {
    width: 100%;
}

.form-select select {
    width: 100%;
    padding: 4px 0;
    text-indent: 4px;
    font-size: 12px;
    color: #666;
    background: none;
    border: none;
}

/**
 * Datepicker
 */
.date-wrap .form-control {
    position: relative;
    z-index: 1061;
    background-color: transparent;
    cursor: pointer;
}

.form-date-ico {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    text-align: center;
    line-height: 28px;
    border-left: 1px solid #f5f5f5;
    vertical-align: middle;
}

.form-date-ico i {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    vertical-align: middle;
}

/**
 * Search
 */
.search-wrap {
    position: relative;
    margin-right: 62px;
}

.search-wrap .search-btn {
    position: absolute;
    top: 0;
    right: -62px;
    width: 52px;
    padding-right: 0;
    padding-left: 0;
}

/**
 * Vcode
 */
.vcode-wrap {
    position: relative;
    margin-right: 100px;
}

.vcode-wrap .vcode-btn {
    position: absolute;
    top: 0;
    right: -100px;
    width: 90px;
    padding-right: 0;
    padding-left: 0;
}

.vcode-btn {
    color: #666;
    border-color: #aaa;
}

/**
 * size
 */
.form-lg .form-control {
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
}

.form-lg .form-control select {
    padding: 6px 0;
    text-indent: 8px;
}

.form-lg .input-append {
    line-height: 36px;
}

.form-lg .form-label-con {
    line-height: 38px;
}

.form-lg textarea.form-control {
    height: auto;
}

.form-lg .form-date-ico {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}

.form-lg .form-date-ico i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
}

/** Tabs ---------------------------------------------------------------------------- */
.tabs-head {
    font-size: 0;
}

.tabs-item {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.tabs-link {
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.tabs-link:hover {
    color: #E1251B;
}

.tabs-link > span {
    display: inline-block;
    margin-left: .1rem;
}

.tabs-link .num {
    padding: 2px 4px;
    font-size: 9px;
    color: white;
    line-height: 1;
    background-color: #E1251B;
    border-radius: 6.5px;
    vertical-align: middle;
}

.tabs-link .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 8px;
    background-color: #E1251B;
    vertical-align: top;
}

.tabs-link.active > span {
    display: none;
}

.tabs-con {
    display: none;
}

.tabs-con.active {
    display: block;
}

.ghost-tabs {
    position: relative;
    border-bottom: 1px solid #d6d8d9;
}

.ghost-tabs .tabs-link {
    padding: 16px 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.ghost-tabs .tabs-link:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 2px;
    margin-left: 0;
    background-color: #E1251B;
    border-radius: 2px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.ghost-tabs .tabs-link.active {
    font-weight: bold;
    color: black;
}

.ghost-tabs .tabs-link.active:after {
    width: 24px;
    margin-left: -12px;
}

.group-tabs {
    display: inline-block;
    background-color: white;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.group-tabs .tabs-item {
    margin: 0;
}

.group-tabs .tabs-item:first-child .tabs-link {
    white-space: nowrap;
    border-left: 1px solid #c6c8c9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.group-tabs .tabs-item:first-child .tabs-link.active {
    border-left-color: #E1251B;
}

.group-tabs .tabs-item:last-child .tabs-link {
    border-right-color: #c6c8c9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.group-tabs .tabs-item:last-child .tabs-link.active {
    border-right-color: #E1251B;
}

.group-tabs .tabs-link {
    margin: 0;
    padding: 0 16px;
    line-height: 39px;
    border: 1px solid #c6c8c9;
    border-left: 0;
    border-right: 1px solid #d6d8d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.group-tabs .tabs-link.active {
    font-weight: bold;
    color: white;
    background-color: #E1251B;
    border-color: #E1251B;
}

.toast-tabs {
    font-size: 0;
}

.toast-tabs .tabs-item {
    margin-right: 5px;
    margin-left: 5px;
}

.toast-tabs:after {
    vertical-align: middle;
}

.toast-tabs > * {
    display: inline-block;
    vertical-align: middle;
}

.toast-tabs > *:first-child {
    margin-left: 0;
}

.toast-tabs > *:last-child {
    margin-right: 0;
}

.toast-tabs .tabs-link {
    margin: 0;
    padding: 0 16px;
    line-height: 39px;
    background-color: white;
    border: 1px solid #c6c8c9;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.toast-tabs .tabs-link:hover {
    font-weight: bold;
    color: #222;
    background-color: #fafafa;
    border-color: #b6b8b9;
}

.toast-tabs .tabs-link.active {
    font-weight: bold;
    color: white;
    background-color: #E1251B;
    border-color: #E1251B;
}

.toast-tabs.dark .tabs-link {
    background-color: #f5f5f5;
    border: 0;
}

.toast-tabs.dark .tabs-link:hover {
    background-color: #f0f0f0;
}

.toast-tabs.dark .tabs-link.active {
    color: #E1251B;
    background-color: rgba(225, 37, 27, 0.1);
}

.toast-tabs.rounded .tabs-link {
    border-radius: 40px;
}

.swiper-linkage-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 44px;
    font-weight: normal;
    color: #444;
    line-height: 44px;
    background-color: white;
    border-bottom: 0.5px solid #d6d8d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-linkage-nav .swiper-slide {
    position: relative;
}

.swiper-linkage-nav .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    margin-left: 0;
    background-color: #E1251B;
    border-radius: 1px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.swiper-linkage-nav .swiper-slide a {
    position: relative;
    display: block;
    font-size: 15px;
    color: inherit;
    text-align: center;
}

.swiper-linkage-nav .swiper-slide-thumb-active {
    color: #E1251B;
}

.swiper-linkage-nav .swiper-slide-thumb-active:after {
    width: 40px;
    margin-left: -20px;
}

.swiper-linkage-body {
    position: fixed;
    width: 100%;
    top: 44px;
    bottom: 0;
}

.swiper-linkage-body .swiper-slide {
    overflow-y: auto;
}

/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
    height: 160px;
    text-align: center;
    vertical-align: middle;
}

.empty.fixed-height {
    height: 240px;
}

.empty.empty-sm .empty-icon {
    width: 100px;
    height: 100px;
}

.empty.empty-sm .empty-text {
    font-size: 14px;
}

.empty-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.empty-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
}

.empty-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.empty-text {
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    color: #888;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
/**
 * base
 */
html {
    height: 100%;
    font-size: 75px;
}

body {
    height: 100%;
    font-size: 10px;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

footer {
    position: fixed;
    /*bottom: 0; 不能使用bottom：0，否则直播详情页在小程序中横屏观看后，返回详情页时，footer会定位不准而消失看不到，只能通过计算根据top定位*/
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 44px;
    background-color: white;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.main {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
}

.main.main-dark {
    background-color: #f7f7f7;
}

.main-withhead {
    top: 44px;
}

.main-withfoot {
    bottom: 44px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.nofix .main {
    background-color: white;
}

.nofix .main .container {
    min-height: calc(100% + 1px);
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    body, .main {
        padding-top: env(safe-area-inset-top);
        padding-right: env(safe-area-inset-right);
        padding-bottom: env(safe-area-inset-bottom);
        padding-left: env(safe-area-inset-left);
    }

    header, .header {
        padding-top: env(safe-area-inset-top);
    }

    footer, .footer {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

/**
 * Header
 * ----------------------------------------------------------------------------
*/
header {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: white;
}

.header-left,
.header-right {
    position: absolute;
    top: 0;
    z-index: 1;
}

.header-left a,
.header-right a {
    position: relative;
    float: left;
    display: inline-block;
    padding: 0 12px;
    font-size: 20px;
    color: #444;
    text-decoration: none;
}

.header-left a.link-default,
.header-right a.link-default {
    font-size: 15px;
}

.header-left span,
.header-right span {
    font-size: 16px;
}

.header-left {
    left: 0;
}

.header-right {
    right: 0;
}

.header-title {
    margin: 0 44px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: inherit;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.header-title span {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #afafaf;
    vertical-align: middle;
}

.header-title.text-left {
    text-align: left;
}

.header-title .lab {
    margin-left: 0;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
    -webkit-box-shadow: 0 2px 6px rgba(225, 37, 27, 0.2);
    box-shadow: 0 2px 6px rgba(225, 37, 27, 0.2);
}

.shadow-light, .group-tabs {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.login-popup {
    width: 90%;
}

.hint-popup .popup-content-in {
    height: 320px;
    text-align: center;
    vertical-align: middle;
}

.hint-popup .info {
    margin-top: 1em;
    font-size: 14px;
    color: #999;
}

.hint-popup .text {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}

.hint-popup .btn-hollow-primary {
    width: 120px;
    margin-top: 2em;
    padding-right: 0;
    padding-left: 0;
}

.hint-popup .hint-wrap {
    display: inline-block;
    vertical-align: middle;
}

.hint-icon {
    width: 126px;
    height: 126px;
    margin: 0 auto;
}

.hint-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.occupied-popup {
    width: 85%;
}

.code-popup {
    width: 90%;
}

.code-popup .popup-content-in {
    padding-top: 50px;
    padding-bottom: 50px;
}

.code-popup .title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    line-height: 2;
}

.code-popup .form-row {
    margin-bottom: 16px;
}

.row {
    margin-bottom: 10px;
    padding: 0 20px;
    background-color: white;
}

.row:last-child {
    margin-bottom: 0;
}

.copyright {
    font-size: 12px;
    color: #afafaf;
    line-height: 1.4;
    text-align: center;
}

.toast-hint-wrap {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1029;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.toast-hint-wrap.show {
    opacity: 1;
}

.toast-hint {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: normal;
    color: white;
    line-height: 20px;
    background-color: rgba(17, 19, 21, 0.85);
    border-radius: 6px;
}

.msgbar {
    height: 32px;
    color: #F59300;
    background-color: #FCF8F2;
}

.msgbar.multi-flex {
    padding-right: 4px;
    padding-left: 4px;
}

.msgbar.multi-flex > * {
    margin-right: 4px;
    margin-left: 4px;
}

.msgbar.multi-flex .flex-grow {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.msgbar .icon {
    font-size: 14px;
}

.msgbar .words {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msgbar .shut {
    font-size: 14px;
    color: #F59300;
    text-decoration: none;
}

.header-title .lab, .entry-info .title .lab {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22.4px !important;
    border-radius: 20px;
    vertical-align: middle;
}

.header-title .lab-primary.lab, .entry-info .title .lab-primary.lab {
    color: #E1251B;
    background-color: rgba(225, 37, 27, 0.12);
}

.header-title .lab-green.lab, .entry-info .title .lab-green.lab {
    color: #25bf78;
    background-color: rgba(37, 191, 120, 0.15);
}

.header-title .lab-lightgray.lab, .entry-info .title .lab-lightgray.lab {
    color: #888;
    background-color: #f5f5f5;
}

.mt-3 {
    margin-top: -3px !important;
}

/**
 * Login
 * ----------------------------------------------------------------------------
*/
.login {
    background-color: #202020;
    background-image: url("../images/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.login .info {
    font-size: 14px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.login .text {
    font-size: 12px;
}

.login .text a {
    color: inherit;
}

.login .btn-group {
    margin-top: 8%;
    margin-bottom: 15%;
}

.login-logo {
    width: 46%;
    margin: 0 auto;
    padding-top: 30%;
}

.login-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.login-log {
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;
    color: white;
    text-align: center;
}

.login-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 30px;
    font-size: 30px;
    color: inherit;
    line-height: 60px;
    text-decoration: none;
    border: 1px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Aplly
 * ----------------------------------------------------------------------------
*/
.apply-row {
    margin-bottom: 15px;
}

.apply-row:first-child {
    height: 36px;
    padding-top: 22px;
    line-height: 1;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.apply-row:first-child .error {
    font-size: 14px;
    vertical-align: middle;
}

.apply-row:first-child .error i {
    margin-right: 8px;
}

/**
 * Live list
 * ----------------------------------------------------------------------------
*/
img {
    display: block;
    width: 100%;
    height: auto;
}

.live-title {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.live-row {
    margin-bottom: 12px;
}

.live-wrap {
    position: relative;
    display: block;
}

.live-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.live-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px 20px 12px;
    color: white;
}

@media (max-width: 320px) {
    .live-overlay {
        padding: 16px 12px 12px;
    }
}

.live-overlay .lab {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    color: white;
    line-height: 24px;
    background-color: #E1251B;
}

@media (max-width: 320px) {
    .live-overlay .lab {
        padding: 0 8px;
        font-size: 9px;
        line-height: 16px;
    }
}

.live-play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 33px;
    margin-top: -16.5px;
    margin-left: -21px;
    top: 60%;
    background-image: url("../images/play-btn.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.live-name {
    margin: 0;
    height: 47.6px;
    font-size: 17px;
    line-height: 1.4;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 320px) {
    .live-name {
        height: 44.8px;
        font-size: 16px;
    }
}

.live-info {
    position: absolute;
    bottom: 12px;
    right: 20px;
    left: 20px;
}

@media (max-width: 320px) {
    .live-info {
        right: 12px;
        left: 12px;
    }
}

.live-info .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.live-info .text i {
    margin-right: 4px;
}

@media (max-width: 320px) {
    .live-info .text br {
        display: none;
    }
}

.countdown {
    font-size: 0;
    line-height: 18px;
}

.countdown b, .countdown div {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.countdown b {
    margin-right: 12px;
    color: #E1251B;
}

.countdown div {
    color: #222;
}

.countdown .wrap span {
    display: inline-block;
    margin: 0 2px;
    padding: 0 2px;
    color: #E1251B;
    background-color: rgba(225, 37, 27, 0.08);
    border-radius: 2px;
}

/**
 * Entry
 * ----------------------------------------------------------------------------
*/
.entry .row {
    padding-top: 16px;
    padding-bottom: 12px;
}

.entry .agreement-check {
    right: 0;
    bottom: 74px; /* footer上有padding-bottom: 20px;，所以在UI样式基础上增加20*/
    left: 0;
    margin-bottom: evn(safe-area-inset-bottom);
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white;
}

.entry-info .title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
}

.entry-info .title .lab {
    margin-left: 0;
    vertical-align: top;
}

.entry-info .info {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.entry-info .info span {
    margin: 0 4px;
    font-weight: bold;
}

@media screen and (max-width: 360px) {
    .entry-info .info {
        font-size: 13px;
    }
}

.entry-brief .article {
    margin-bottom: 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.entry-brief .article:last-child {
    margin-bottom: 0;
}

/**
 * Watch
 * ----------------------------------------------------------------------------
*/
.watch > div > .wrap {
    padding: 0 20px;
}

.video-wrap {
    position: relative;
}

.video-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.video-wrap .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
}

.video-wrap .btn-group {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 0;
    z-index: 2;
    font-size: 0;
    text-align: right;
}

.video-wrap .btn-group a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    padding: 0;
    color: white;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.video-wrap .btn-group a i {
    font-size: 22px;
}

.video-wrap .btn-group a.btn-bullet-trigger i:last-child, .video-wrap .btn-group a.btn-nodisturb-trigger i:last-child {
    display: none;
}

.video-wrap .btn-group a.btn-bullet-trigger.active, .video-wrap .btn-group a.btn-nodisturb-trigger.active {
    color: #E1251B;
}

.video-wrap .btn-group a.btn-bullet-trigger.active i:first-child, .video-wrap .btn-group a.btn-nodisturb-trigger.active i:first-child {
    display: none;
}

.video-wrap .btn-group a.btn-bullet-trigger.active i:last-child, .video-wrap .btn-group a.btn-nodisturb-trigger.active i:last-child {
    display: block;
}

.video-wrap .btn-group a.btn-nodisturb-trigger, .video-wrap .btn-group a.btn-chat-trigger, .video-wrap .btn-group a.likeBtn {
    display: none;
}

.video-wrap .btn-group a.likeBtn i {
    display: block;
    height: inherit;
    color: #E1251B;
}

.video-wrap .btn-group a.likeBtn i.white {
    color: white;
}

.video-wrap .btn-group a.likeBtn.active i {
    background-image: url("../images/applet/heart-fill.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.video-wrap .btn-group a.likeBtn.active i:before {
    display: none;
}

.video-wrap .btn-group a.likeBtn .num {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 9px;
    font-weight: normal;
    color: white;
    line-height: 1;
    text-align: center;
}

.video-wrap .btn-group a.likeBtn .num span {
    display: inline-block;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    opacity: .7;
}

.video-wrap .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}

.video-wrap .placeholder {
    background-image: url("../images/video-default.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.live-bullet {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: none;
    overflow: hidden;
}

.live-bullet.fixedBullet {
    top: 0;
    left: auto;
    overflow: hidden;
}

.live-bullet.fixedBullet .live-bullet-wrap {
    padding: 10px 0;
}

.live-bullet.active {
    display: block;
}

.live-bullet-cell {
    position: relative;
    height: 25px;
    line-height: 25px;
}

.live-bullet-box {
    position: absolute;
    top: 0;
    display: inline-block;
    margin: 0 8px;
    white-space: nowrap;
}

.live-bullet-box .name {
    margin-right: 4px;
}

.live-bullet-box .name,
.live-bullet-box .speak {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: white;
    line-height: inherit;
    text-shadow: black 1px 0px 0px, black 0px 1px 0px, black -1px 0px 0px, black 0px -1px 0px;
}

.live-msg {
    position: absolute;
    right: 40%;
    bottom: 72px;
    left: 0;
    z-index: 2;
    display: none;
    height: 30%;
    overflow-x: hidden;
    overflow-y: auto;
}

.live-msg-wrap {
    position: absolute;
    top: 0;
    right: -2%;
    bottom: 0;
    left: 24px;
    overflow-x: hidden;
    overflow-y: auto;
}

.live-msg-cell {
    margin: 4px 0;
}

.live-msg-box {
    position: relative;
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 23px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 14.5px;
}

.live-msg-name {
    margin-right: 4px;
}

.live-msg-name, .live-msg-speak {
    display: inline-block;
    color: white;
    line-height: 1;
    text-shadow: black 1px 0px 0px, black 0px 1px 0px, black -1px 0px 0px, black 0px -1px 0px;
}

.live-green {
    color: darkseagreen;
}

.live-blue {
    color: skyblue;
}

.live-orange {
    color: orange;
}

.live-hint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    text-align: center;
    background-color: rgba(32, 32, 32, 0.8);
}

.live-hint::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.live-hint > div {
    display: inline-block;
    color: white;
    vertical-align: middle;
}

.live-hint > div span {
    display: block;
    color: inherit;
}

.live-hint .icon {
    font-size: 58px;
}

.live-hint .info {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1;
}

.live-hint a {
    margin-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    color: inherit;
    line-height: 1.4;
    border-radius: 22px;
}

.data-bar {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: 44px;
    vertical-align: middle;
    background-color: white;
    border-bottom: 1px solid #efefef;
}

.data-bar .wrap {
    height: 44px;
}

.data-bar .wrap > span {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.data-bar .wrap > span:last-child {
    margin-right: 0;
}

.data-bar .lab {
    display: inline-block;
    padding: 0 8px;
    font-size: 10px;
    color: #E1251B;
    line-height: 18px;
    border: 1px solid #E1251B;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.data-bar .lab .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 4px;
    background-color: #E1251B;
    vertical-align: middle;
}

.data-bar .lab.lab-gray {
    color: #888;
    background-color: #e6e8e9;
    border-color: #e6e8e9;
}

.data-bar .lab.lab-green {
    color: #25bf78;
    border-color: #25bf78;
}

.data-bar .data {
    font-size: 12px;
    color: #666;
}

.data-bar .data .icon {
    margin-right: 4px;
    font-size: 14px;
}

.live-status {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100px;
}

.live-status > * {
    margin: 0 4px;
}

.live-status .icon {
    position: relative;
    width: 26px;
    height: 26px;
    text-align: center;
}

.live-status .icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.live-status .icon span {
    position: absolute;
    bottom: 3px;
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/themeRed/inlive.gif");
}

.live-status .icon i {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}

.live-status .data {
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.live-status .data .title {
    font-size: 11px;
}

.live-status .data .num {
    font-size: 11px;
}

.live-status.inlive {
    color: white;
    background-color: #E1251B;
}

.live-status.nostart {
    color: white;
    background-color: #afafaf;
}

.chat-tabs-head {
    border-bottom: 0;
    z-index: 1030;
    padding-left: 100px;
}

.chat-tabs-head:after {
    background-color: #c6c8c9;
    right: -50%;
    bottom: 0;
    left: -50%;
    height: 0.01333rem;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.chat-tabs-head .tabs-item {
    position: relative;
}

.chat-tabs-head .tabs-item:first-child:after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    bottom: -50%;
    width: 1px;
    background-color: #efefef;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.chat-tabs-head .tabs-link {
    padding: 0;
    line-height: 36px;
}

.chat-tabs-head .tabs-link:after {
    bottom: 0;
}

.chat-tabs-body {
    position: relative;
    z-index: 2;
}

.chat-tabs-body .bubble-hint {
    margin: 16px 20px 8px;
}

.chat .wrap {
    padding: 0 20px;
}

.chat .cell {
    padding: 6.4px 0;
    text-align: center;
}

.chat .cell:first-child {
    margin-top: 6.4px;
}

.chat .speak {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.chat .speak .name {
    font-weight: bold;
    color: #E1251B;
}

.chat .speak .name span {
    color: inherit;
}

.chat .speak.student .name {
    color: #999;
}

.chat .speak.mine {
    text-align: right;
}

.chat .speak.mine .text-wrap {
    margin-right: 0;
    margin-left: 20px;
}

.chat .speak.mine .text {
    border-top-right-radius: 0;
    border-top-left-radius: 12px;
}

.chat .speak.mine .btn-group {
    right: auto;
    left: 0;
}

.chat .name {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.chat .name i {
    margin-right: 2px;
    font-size: 15px;
    font-weight: normal;
    line-height: 100%;
    vertical-align: -1px;
}

.chat .text-wrap {
    display: block;
    margin-top: 4px;
    margin-right: 30px;
}

.chat .text {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    color: #444;
    background-color: #f5f5f5;
    border-radius: 12px;
    border-top-left-radius: 0;
}

.chat .imgwrap {
    padding: 0;
    background-color: transparent;
}

.chat .imgwrap .img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 4px;
    overflow: hidden;
}

.chat .imgwrap .img.fitwidth img {
    display: block;
    width: 100%;
    height: auto;
}

.chat .imgwrap .img.fitheight img {
    width: auto;
    height: 100px;
}

.chat .imgwrap .img.fit-halfheight img {
    width: auto;
    height: 50px;
}

.chat .btn-group {
    position: absolute;
    top: -38px;
    right: 0;
    z-index: 1030;
}

.chat .btn-group:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-width: 4px;
    border-style: dashed;
    border-color: transparent;
    border-top-style: solid;
    border-top-color: rgba(50, 50, 58, 0.8);
}

.chat .btn-group .btn {
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 16px;
    color: white;
    background-color: rgba(50, 50, 58, 0.8);
    border-radius: 6px;
}

.chat .btn-group.down:after {
    border-top-style: dashed;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: rgba(50, 50, 58, 0.8);
}

.chat .btn-group.below {
    top: auto;
    bottom: -38px;
}

.chat .btn-group.below:after {
    top: -8px;
    bottom: auto;
    border-top-style: dashed;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: rgba(50, 50, 58, 0.8);
}

.chat .bubble {
    display: inline-block;
    height: 24px;
    padding: 0 8px;
    font-size: 0;
    line-height: 24px;
    background-color: #f3f3f3;
    border-radius: 4px;
}

.chat .bubble > span {
    display: inline-block;
    vertical-align: middle;
}

.chat .bubble .text {
    font-size: 10px;
    color: #888;
}

.chat .bubble .icon {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.chat .bubble.lg {
    height: auto;
    margin-top: 12px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 8px 12px;
    line-height: 1.8;
    text-align: center;
}

.chat .bubble.lg .text, .chat .bubble.lg a {
    font-size: 12px;
}

.chat .bubble.lg .text {
    display: block;
}

.chat .bubble.lg a {
    color: #afafaf;
    text-decoration: underline;
}

.chat-quote-wrap {
    position: relative;
    padding: 12px;
    padding-right: 40px;
    z-index: 1030;
    display: none;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08);
}

.chat-quote-wrap .chat-quote {
    margin-bottom: 0;
}

.chat-quote-wrap .chat-quote:after {
    display: none;
}

.chat-quote-wrap > .btn {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0 4px;
    font-size: 22px;
    color: #666;
}

.chat-quote {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 12px;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

.chat-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: #d6d8d9;
    vertical-align: middle;
}

.chat-quote:after {
    content: '';
    position: absolute;
    right: -50%;
    bottom: -8px;
    left: -50%;
    height: 1px;
    background-color: #e6e8e9;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.chat-quote .q-name {
    display: block;
    margin-bottom: 4px;
    line-height: 1;
}

.chat-quote .q-attach {
    margin-top: 4px;
}

.chat-quote .q-attach .imgthumb {
    display: inline-block;
    width: 20px;
}

.chat-quote .q-attach .imgthumb img {
    display: block;
    width: 100%;
    height: auto;
}

.watch-footer {
    z-index: 1031;
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.watch-footer:after {
    background-color: #c6c8c9;
    top: 0;
    right: -50%;
    left: -50%;
    height: 0.01333rem;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.watch-footer.multi-flex {
    padding-right: 4px;
    padding-left: 4px;
}

.watch-footer.multi-flex > * {
    margin-right: 4px;
    margin-left: 4px;
}

.watch-footer.multi-flex .flex-grow {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.watch-footer .form-lg .form-control {
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.watch-footer .form-lg .form-control[readonly], .watch-footer .form-lg .form-control[readonly]:focus {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.watch-footer .form-label {
    padding-left: 20px;
}

.watch-footer .form-label .form-checkbox-btn {
    border-radius: 50%;
}

.watch-footer .form-label .form-label-con {
    margin-right: 12px;
}

.watch-footer .form-label.active .form-label-con {
    color: #444;
}

.watch-footer .input-wrap.input-hasappend .form-control {
    padding-right: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.watch-footer .input-wrap.input-hasappend .clear {
    margin-right: 8px;
}

.watch-footer .btn {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.watch-footer .btn i {
    font-size: 22px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.watch-footer .btn.btn-send {
    width: 64px;
}

.likeBtn {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #444;
    text-align: center;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
}

.likeBtn .num {
    font-size: 9px;
    font-weight: bold;
    color: #FC3A3A;
    line-height: 1;
}

.likeBtn img {
    width: 26px !important;
    height: auto;
    margin: 0 auto;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.likeBtn .chat-like-newheart {
    position: absolute;
    bottom: 4px;
    left: 50%;
    z-index: 0;
    margin-left: -13px;
}

.toast-hint-wrap.toast-watch-bottom {
    bottom: 84px;
    margin-bottom: env(safe-area-inset-bottom);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes enlarge {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@-webkit-keyframes enlarge {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

.enlarge {
    -webkit-animation-name: enlarge;
    animation-name: enlarge;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.slidein-send.slidein {
    height: auto;
}

.slidein-send .watch-footer {
    position: relative;
}

.slidein-send .watch-footer .form-control {
    text-align: left;
}

canvas {
    display: block;
    position: absolute;
    bottom: 34px;
    right: -8px;
    left: auto;
    z-index: 1030;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (orientation: landscape) {
    .watch-header {
        background-color: transparent;
    }

    .watch-header a, .watch-header .header-title {
        color: white;
    }

    body > .watch-footer {
        display: none !important;
    }

    .data-bar, .chat-tabs-head, .chat-tabs-body {
        display: none;
    }

    .watch {
        top: 0;
        bottom: 0;
        overflow-y: hidden;
    }

    .watch .video-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .watch .video-wrap img {
        width: 100%;
        height: 100%;
    }

    .watch .fixedBullet {
        top: 44px;
    }

    .watch .live-msg {
        display: block;
    }

    .watch .btn-group a.btn-nodisturb-trigger, .watch .btn-group a.btn-chat-trigger, .watch .btn-group a.likeBtn {
        position: relative;
        display: inline-block;
    }

    .keyboard {
        width: 40%;
        margin: 0 auto;
    }
}

.imgshow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.imgshow .shut {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1030;
    width: 32px;
    height: 32px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 0;
}

.imgshow .shut:after {
    vertical-align: middle;
}

.imgshow .shut > * {
    display: inline-block;
    vertical-align: middle;
}

.imgshow .shut > *:first-child {
    margin-left: 0;
}

.imgshow .shut > *:last-child {
    margin-right: 0;
}

.imgshow .shut i {
    font-size: 18px;
}

.imgshow .shut:hover {
    background-color: #E1251B;
}

.imgshow .swiper-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imgshow .swiper-slide {
    text-align: center;
    font-size: 0;
}

.imgshow .swiper-slide:after {
    vertical-align: middle;
}

.imgshow .swiper-slide > * {
    display: inline-block;
    vertical-align: middle;
}

.imgshow .swiper-slide > *:first-child {
    margin-left: 0;
}

.imgshow .swiper-slide > *:last-child {
    margin-right: 0;
}

.imgshow .swiper-slide.fitwidth img {
    display: block;
    width: 100%;
    height: auto;
}

.imgshow .swiper-slide.fitheight img {
    display: block;
    width: auto;
    height: 100%;
}

.imgshow .swiper-pagination {
    right: auto;
    left: 50%;
    bottom: 20px;
    width: 70px;
    margin-left: -35px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
}


.bell {
    margin-top: -0.0266666667rem;
    display: inline-block;
    width: 0.1866666667rem;
    height: 0.1866666667rem;
    background-image: url("../images/bell-white.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.bell.bell-gray {
    background-image: url("../images/bell-gray.svg");
}

.width-bell {
    display: flex;
    align-items: center;
}
.width-bell .btn {
    margin-left: 0.2133333333rem;
    padding: 0 0.1066666667rem;
    font-size: 0.16rem;
    border-radius: 0.48rem;
    border-color: #E1251B;
}
.width-bell .btn > * {
    display: inline-block;
    vertical-align: middle;
}
.width-bell .btn .bell {
    margin-right: 0.0533333333rem;
}
.width-bell .btn.btn-gray {
    color: #8c8c8c;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
.width-bell .btn.btn-gray:hover {
    background-color: #f0f2f3;
}

.countdown .wrap span {
    font-family: "Conv_PFDinTextPro-Light";
}

.popup-remind {
    width: 4.1333333333rem;
    text-align: center;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.popup-remind .popup-wrap {
    position: relative;
    padding: 0.5333333333rem;
    width: 100%;
    background: #fff;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}
.popup-remind .popup-title {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #111315;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3733333333rem; /* 155.556% */
}
.popup-remind .popup-body {
    position: relative;
    z-index: 9;
}
.popup-remind .popup-content .img {
    margin: 0.2666666667rem auto;
    padding: 0.2666666667rem;
    border-radius: 0.0533333333rem;
    border: 0.0133333333rem solid #ebedef;
    box-sizing: border-box;
}
.popup-remind .popup-content .text {
    line-height: 0.2933333333rem;
    font-size: 0.1866666667rem;
    color: #818385;
}

.btn-del {
    display: inline-block;
    margin-top: 0.32rem;
    text-decoration: none;
    font-size: 0.4266666667rem;
    color: #fff;
}

/**
 * Download
 * ----------------------------------------------------------------------------
*/
.download {
    background-color: #ff4f38;
    background-image: url("../images/download-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.download-wrap {
    height: 100%;
    padding-top: 1.33333rem;
}

.download-wrap > div {
    margin-right: auto;
    margin-left: auto;
}

.download-wrap > div img {
    display: block;
    width: 100%;
    height: auto;
}

.download-logo {
    width: 5.06667rem;
}

.download-phones {
    width: 5.66667rem;
    margin-top: 0.86667rem;
    margin-bottom: 0.86667rem;
}

.download-btn {
    width: 100%;
    margin: 0.16rem 0;
    padding: 0;
    font-size: 0.4rem;
    color: white;
    line-height: 1.17333rem;
    border-radius: 0.21333rem;
    border-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download-btn i {
    margin-right: 0.21333rem;
    font-size: 0.58667rem;
    vertical-align: middle;
}

.download-btn:hover, .download-btn:active {
    background-color: transparent;
}

.download .btn-group {
    width: 4.98667rem;
}

.download-hint {
    position: fixed;
    top: 1.06667rem;
    right: 1.06667rem;
    width: 3.81333rem;
}

.download-hint img {
    display: block;
    width: 100%;
    height: auto;
}

/**
 * Home
 * ----------------------------------------------------------------------------
*/
/**
 * section bg
 */
.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 {
    background-image: url(../images/screen-1.jpg);
}

.section-2 {
    background-image: url(../images/screen-2.jpg);
}

.section-3 {
    background-image: url(../images/screen-3.jpg);
}

.section-4 {
    background-image: url(../images/screen-4.jpg);
}

.section-5 {
    background-image: url(../images/screen-5.jpg);
}

.section-6 {
    background-image: url(../images/screen-6.jpg);
}

/**
 * section navigation
 */
#fp-nav,
.fp-slidesNav {
    z-index: 1030;
    margin-right: 0.02667rem;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    margin: 0.13333rem 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: static;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    line-height: 0.2rem;
    background-color: white;
    border-width: 0.02667rem;
    border-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background-color: transparent;
}

#fp-nav.right,
.fp-slidesNav.right {
    right: 0.10667rem;
}

#fp-nav.fp-nav-2 ul li a span,
.fp-slidesNav.fp-nav-2 ul li a span {
    background-color: #E1251B;
    border-color: #E1251B;
}

#fp-nav.fp-nav-2 ul li a.active span,
.fp-slidesNav.fp-nav-2 ul li a.active span {
    background-color: transparent;
}

/**
 * small piece
 */
.piece {
    position: fixed;
    right: 0.10667rem;
    bottom: 0.53333rem;
    z-index: 11030;
    margin-left: -0.32rem;
}

.piece-cell {
    margin-top: 0.13333rem;
}

.piece-btn {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    color: gray;
    line-height: 0.64rem;
    text-align: center;
    text-decoration: none;
    background-color: white;
    vertical-align: middle;
}

.piece-btn i {
    font-size: 0.32rem;
}

.piece.piece-1 .piece-btn i {
    color: #242322;
}

.piece.piece-2 .piece-btn i, .piece.piece-6 .piece-btn i {
    color: #E1251B;
}

.piece.piece-3 .piece-btn {
    background-color: #E1251B;
}

.piece.piece-3 .piece-btn i {
    color: white;
}

.piece.piece-4 .piece-btn i {
    color: #776b62;
}

.piece.piece-5 .piece-btn i {
    color: #333;
}

/**
 * inner
 */
.inner {
    margin: 0 auto;
    text-align: center;
}

.inner h2, .inner h3 {
    margin: 0 1.06667rem;
    color: white;
}

.inner h2 {
    font-size: 0.64rem;
    font-weight: bolder;
    line-height: 1.25;
    letter-spacing: 0.02667rem;
}

.inner h3 {
    margin-top: 0.32rem;
    font-size: 0.37333rem;
    font-weight: 300;
    line-height: 1.4;
}

/**
 * sections
 */
.section .img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-1 .logo {
    width: 2.66667rem;
    height: 2.66667rem;
    margin: 1.06667rem auto;
    background-image: url(../images/logo-single.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.features {
    margin: 0 1.06667rem;
    color: white;
}

.feature-cell {
    float: left;
    width: 50%;
    margin-bottom: 0.53333rem;
}

.feature-wrap span {
    display: block;
}

.feature-wrap .icon {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin: 0 auto;
    border: 0.02667rem solid rgba(255, 255, 255, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}

.feature-wrap .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 0.74667rem;
    height: 0.74667rem;
    margin-top: -0.37333rem;
    margin-left: -0.37333rem;
    background-image: url(../images/feature-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.feature-wrap .text {
    margin-top: 0.32rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 1.3;
}

.feature-1 i {
    background-position: 0rem top;
}

.feature-2 i {
    background-position: -0.74667rem top;
}

.feature-3 i {
    background-position: -1.49333rem top;
}

.feature-4 i {
    background-position: -2.24rem top;
}

.section-2 .inner {
    margin-top: -0.4rem;
}

.section-2 .img {
    height: 7.25333rem;
    margin-top: 1.06667rem;
    background-image: url(../images/screen-img-2.png);
}

.section-3 .inner {
    margin-top: -0.8rem;
}

.section-3 h2, .section-3 h3 {
    color: #222;
}

.section-3 .img {
    width: 110%;
    height: 5.49333rem;
    margin-top: 1.33333rem;
    margin-left: -6%;
    background-image: url(../images/screen-img-3.gif);
}

.fun {
    margin-top: 0.8rem;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}

.fun-cell {
    float: left;
    width: 50%;
    margin-bottom: 0.4rem;
}

.fun-wrap {
    margin: 0 0.2rem;
    color: white;
    text-align: center;
}

.fun-1 .icon {
    background-position: 0rem top;
}

.fun-2 .icon {
    background-position: -0.93333rem top;
}

.fun-3 .icon {
    background-position: -1.86667rem top;
}

.fun-4 .icon {
    background-position: -2.8rem top;
}

.fun-5 .icon {
    background-position: -3.73333rem top;
}

.fun-6 .icon {
    background-position: -4.66667rem top;
}

.fun .icon {
    width: 0.93333rem;
    height: 0.93333rem;
    margin: 0 auto;
    background-image: url(../images/fun-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fun .title {
    margin-top: 0.26667rem;
    margin-bottom: 0.21333rem;
    font-size: 0.37333rem;
    font-weight: 700;
}

.fun .info {
    height: 1.0384rem;
    font-size: 0.29333rem;
    font-weight: 300;
    color: white;
    line-height: 1.18;
}

@media (max-width: 320px) {
    .section-4 .fun .info {
        display: none;
    }
}

.scene {
    width: 8.56rem;
    margin: 0.66667rem auto;
}

.scene-cell {
    position: relative;
    float: left;
    width: 33.33333%;
}

.scene-wrap {
    position: relative;
    width: 2.77333rem;
    height: 5.54667rem;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.scene-1 {
    background-image: url(../images/scene-1.jpg);
}

.scene-2 {
    background-image: url(../images/scene-2.jpg);
}

.scene-3 {
    background-image: url(../images/scene-3.jpg);
}

.scene-4 {
    background-image: url(../images/scene-4.jpg);
}

.scene-5 {
    background-image: url(../images/scene-5.jpg);
}

.scene-6 {
    background-image: url(../images/scene-6.jpg);
}

.scene-title {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    z-index: 1;
    width: 0.4rem;
    color: white;
    text-align: center;
}

.scene-title .text {
    display: inline-block;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.2;
}

.scene-title .spell {
    display: inline-block;
    margin-top: -1rem;
    margin-left: .08rem;
    font-size: 0.21333rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@media (max-width: 320px) {
    .section-5 .scene-title .spell {
        display: none;
    }
}

.section-6 {
    position: relative;
}

.section-6 .download-wrap {
    padding-top: 0rem;
}

.section-6 .download-phones {
    margin-top: 0.2rem;
    margin-bottom: 0.46667rem;
}

/**
 * Room
 * ----------------------------------------------------------------------------
*/
.room-row {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 16px;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.room-row .title {
    margin-bottom: 12px;
    font-size: 16px;
}

.room-row .title .icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    color: #E1251B;
    vertical-align: middle;
    -webkit-text-shadow: 0 2px 2px rgba(225, 37, 27, 0.2);
    text-shadow: 0 2px 2px rgba(225, 37, 27, 0.2);
}

.room-row .title .text {
    font-weight: bold;
    color: #222;
    vertical-align: middle;
}

.room-row .time, .room-row .article, .room-row .info {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.room-row .more {
    margin-top: 8px;
    margin-right: 8px;
    display: inline-block;
    font-size: 14px;
    color: #E1251B;
    line-height: inherit;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}

.room-row.brief-row.brief-widthFooter-row {
    min-height: calc(100% - 1.68rem - 0.2133333333rem);
}

.room-row.brief-row {
    min-height: calc(100% - 117px - 16px);
    margin-bottom: 12px; /* 保持与下方“技术支持”字样的距离 */
}

/*避免直播简介中的li样式被全局样式干扰*/
.room-row.brief-row .body li {
    list-style-type: unset;
}

.room-pwd {
    padding: 16px;
    background-color: white;
}

.room-pwd .form-control {
    height: 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    background-color: white;
    border-radius: 22px;
    border-color: #E1251B;
}

.room-pwd .form-control:focus {
    -webkit-box-shadow: 0 0 4px rgba(225, 37, 27, 0.1);
    box-shadow: 0 0 4px rgba(225, 37, 27, 0.1);
}

.room-pwd .input-append {
    line-height: 44px;
}

.room-pwd .form-row {
    margin-top: 0;
}

.room-pwd .form-label {
    padding-left: 22px;
}

.room-pwd .error {
    font-size: 14px;
    line-height: 28px;
}

.room-pwd .error i {
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle;
}

.room-footer {
    height: auto;
    min-height: 54px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.room-footer:after {
    background-color: #c6c8c9;
    top: 0;
    right: -50%;
    left: -50%;
    height: 0.01333rem;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.room-footer .form-control, .room-footer .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.room-footer.multi-flex {
    padding-right: 6px;
    padding-left: 6px;
    left: 0;
    right: 0;
}

.room-footer.multi-flex > * {
    margin-right: 6px;
    margin-left: 6px;
}

.room-footer.multi-flex .flex-grow {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.room-footer.normal-display {
    display: block;
    padding: 12px 20px;
}

.room-footer.normal-display > div {
    margin: 8px 0;
}

.room-footer.normal-display > div:first-child {
    margin-top: 0;
}

.room-footer.normal-display > div:last-child {
    margin-bottom: 0;
}

.room-footer.normal-display .agreement-check {
    position: static;
    margin-bottom: 12px;
}

.room-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.1066666667rem 0.2666666667rem;
}
.room-footer-new > div {
    margin: 0.1066666667rem 0;
}
.room-footer-new .agreement-check {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.room-footer-new .form-con {
    position: relative;
    width: 100%;
    z-index: 1031;
}
.room-footer-new .form-con .form-control {
    padding-left: 0.1066666667rem;
}
.room-footer-new .form-con .input-append {
    right: 0.1066666667rem;
}
.room-footer-new .btn-group {
    display: block;
}

.room .btn-lg {
    padding-right: 0;
    padding-left: 0;
}

.room .empty-icon {
    width: 100px;
    height: 100px;
}

.room .empty-text {
    font-size: 14px;
}

.room .agreement-check {
    right: 0;
    bottom: 74px; /* footer上有padding-bottom: 20px;，所以在UI样式基础上增加20*/
    left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white;
}

.main-with-roomfoot {
    bottom: 54px;
}

.main-with-roomfoot-2 {
    bottom: 74px; /* 已调低，否则iphone会有遮挡*/
}

.main-with-roomfoot-3 {
    bottom: 188px;
}

.main-with-roomfoot-4 {
    bottom: 156px;
}

/**
 * Authorization
 * ----------------------------------------------------------------------------
*/
.auth-main {
    height: 100vh;
}

.auth-container {
    position: relative;
    width: 7.49333rem;
    margin-top: -1.06667rem;
    text-align: center;
}

.auth-bg img {
    display: block;
    width: 100%;
    height: auto;
}

.auth-content {
    margin-top: -0.53333rem;
    margin-right: 32px;
    margin-left: 32px;
}

.auth-content .logo {
    height: 0.96rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/auth-logo.png");
}

.auth-content .con {
    margin-top: 0.21333rem;
    padding-top: 0.21333rem;
    border-top: 0.01333rem solid #e6e8e9;
}

.auth-content .con .title {
    font-size: 0.4rem;
    color: #222;
    line-height: 1.2;
}

.auth-content .con .info {
    margin-top: 0.16rem;
    font-size: 0.37333rem;
    color: #afafaf;
    line-height: 1.4;
}

.auth-btn-group {
    margin-top: 1.25333rem;
}

.auth-btn-group .btn {
    width: 4.26667rem;
    padding: 0;
    font-size: 0.37333rem;
    line-height: 1.01333rem;
    border-radius: 1.33333rem;
}

/**
 * Agreement
 * ----------------------------------------------------------------------------
*/
.agreement-check {
    position: fixed;
    right: 0.53333rem;
    bottom: 0.53333rem;
    left: 0.53333rem;
    z-index: 1030;
}

.agreement-check .form-label {
    padding-left: 0;
}

.agreement-check .form-label .form-label-con, .agreement-check .form-label.active .form-label-con {
    color: #999;
}

.agreement-check .form-checkbox-btn {
    position: relative;
    top: auto;
    margin-top: 0;
    margin-right: 0.1066666667rem;
}

.agreement-check .form-label-con {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.agreement-check .toast-hint-wrap {
    position: absolute;
    top: -56px;
}

.agreement {
    padding: 48px 16px;
    color: black;
    line-height: 1.6;
}

.agreement .primary-title {
    margin-bottom: 24px;
    text-align: center;
}

.agreement h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
}

.agreement h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.agreement h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.agreement p {
    margin: 8px 0;
    font-size: 15px;
    text-indent: 2em;
}

.agreement p a {
    font-size: inherit;
    color: #49a7f5;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.mask,
.mask-white {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mask {
    z-index: 1031;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.mask-white {
    z-index: 1019;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
    background-color: transparent;
}

.assist {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.primary {
    color: #E1251B;
}

.blue {
    color: #49a7f5;
}

.green {
    color: #25bf78;
}

.red {
    color: #f71717;
}

.yellow {
    color: #ffc138;
}

.orange {
    color: #ffa200;
}

.purple {
    color: #7a43b6;
}

.dark {
    color: #222;
}

.base {
    color: #444;
}

.light {
    color: #afafaf;
}

.info {
    line-height: 20px;
    font-size: 12px;
    color: #afafaf;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.link-default {
    font-size: inherit;
    color: #666;
    text-decoration: none;
}

.link-default:hover {
    color: #E1251B;
}

.link-normal {
    font-size: inherit;
    color: #E1251B;
    text-decoration: none;
}

.link-normal:hover {
    text-decoration: underline;
}

.link-light {
    font-size: inherit;
    color: #999;
    text-decoration: none;
}

.link-light:hover {
    color: #E1251B;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dvs-1 {
    float: left;
    width: 100%;
}

.dvs-2 {
    float: left;
    width: 50%;
}

.dvs-3 {
    float: left;
    width: 33.33333%;
}

.dvs-4 {
    float: left;
    width: 25%;
}

.dvs-5 {
    float: left;
    width: 20%;
}

.dvs-6 {
    float: left;
    width: 16.66667%;
}

.dvs-7 {
    float: left;
    width: 14.28571%;
}

.dvs-8 {
    float: left;
    width: 12.5%;
}

.dvs-9 {
    float: left;
    width: 11.11111%;
}

.dvs-10 {
    float: left;
    width: 10%;
}

.dvs-11 {
    float: left;
    width: 9.09091%;
}

.dvs-12 {
    float: left;
    width: 8.33333%;
}

.prepend, .append {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.prepend {
    left: 0;
}

.append {
    right: 0;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.bt {
    border-top: 0.5px solid #d6d8d9;
}

.br {
    border-right: 0.5px solid #d6d8d9;
}

.bb {
    border-bottom: 0.5px solid #d6d8d9;
}

.bl {
    border-left: 0.5px solid #d6d8d9;
}

.rounded {
    border-radius: 100px !important;
}

.icon {
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.portrait {
    overflow: hidden;
}

.portrait img {
    display: block;
    width: 100%;
    height: auto;
}

/* app协议页面 增加top值，留出刘海宽度 start */
header.app-top {
    top: 35px;
}

.main.main-withhead.app-top {
    top: 80px;
}
/* app协议页面 增加top值，留出刘海宽度 end */