html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button,
input {
    *overflow: visible;
    line-height: normal;
    margin: 0;
    padding: 0;
    outline: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    margin: 0;
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

:root {
    --mainColor: #12b7f5;
    --mainHoverColor: #0aabe7;
    --mainActiveColor: #12b7f5;
    --disableColor: #a5a7aa;
}

html {
    height: 100%;
}

body {
    font: 13px/1.3 tahoma, arial, microsoft yahei, sans-serif;
    color: #333;
    background-color: #f6f6f6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar {
    height: 7px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    min-height: 30px;
    background: rgba(152, 152, 152, 1);
    border-radius: 100px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.25);
}

::-webkit-scrollbar-track:vertical {
    background: rgba(207, 207, 207, 1);
}

::-webkit-scrollbar-track:horizontal {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)));
}

::-webkit-scrollbar-corner {
    background: #e7e7e7;
}

.dv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.di {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.db {
    display: block;
}

.simsun {
    font-family: simsun;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flow-little:after {
    content: "...";
    position: absolute;
    padding-left: 4px;
    bottom: -1px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    background: #f6f6f6;
    font-size: 12px;
    color: #555;
}

a {
    color: #555;
    text-decoration: none;
    will-change: transition;
    -moz-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -o-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
}

a:hover,
a:focus {
    color: #12b7f5;
}

a:active {
    color: #12b7f5;
}

a:focus {
    outline: 0;
}

i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

.img-wh {
    display: block;
    width: 100%;
    height: 100%;
}

.img-w {
    display: block;
    width: 100%;
}

.img-h {
    display: inline-block;
    height: 100%;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visiblehide {
    visibility: hidden !important;
}

.disable {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../fonts/80cdf3bb375046ceba0bf1dce7273ebd.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.text-info {
    color: #3a7eb8;
}

.text-info:hover {
    color: #2a679c;
}

.text-info:active {
    color: #205c8f;
}

.idt1 {
    text-indent: 1em;
}

.idt {
    text-indent: 2em;
}

.idt2 {
    text-indent: 3em;
}

.textC {
    text-align: center !important;
}

.textL {
    text-align: left !important;
}

.textR {
    text-align: right !important;
}

.innerLR {
    padding-left: 30px;
    padding-right: 30px;
}

.innerAnchors {
    padding-top: 80px;
    margin-top: -80px;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt54 {
    margin-top: 74px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr14 {
    margin-right: 14px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml16 {
    margin-left: 16px !important;
}

.ml18 {
    margin-left: 18px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mtb5 {
    margin: 5px 0 !important;
}

.mlr5 {
    margin: 0 5px !important;
}

.m10 {
    margin: 10px !important;
}

.p10 {
    padding: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.w70 {
    width: 70px !important;
}

.f0 {
    font-size: 0 !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

h1.p0 {
    position: absolute;
    top: -999em;
}

.fw {
    font-weight: 700 !important;
}

.iconFix {
    display: inline !important;
}

.ws {
    white-space: nowrap;
}

.border-radius {
    border-radius: 5px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fo {
    float: none !important;
}

.pr {
    position: relative !important;
}

.no-bt-border {
    border-bottom: none !important;
}

.init {
    padding-top: 80px;
    margin-top: -80px;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.dib_box {
    font-size: 0;
    *word-spacing: -1px;
}

@media (-webkit-min-device-pixel-ratio:0) {
    .dib_box {
        letter-spacing: -5px;
    }
}

.dib_box .dib {
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
}

.checkbox,
.radio {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

label {
    display: block;
}

label .checkbox,
label .radio {
    margin-right: 8px;
    vertical-align: -2px;
}

.tabs .tabc {
    display: none;
}

.tabs .active {
    display: block;
}

[ms-controller],
.ms-controller {
    display: none;
}

::-webkit-input-placeholder {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    color: #7e7e7e;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0) !important;
}

textarea {
    will-change: transition;
    font-family: microsoft yahei, simsun, sans-serif;
    resize: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea:focus {
    border: 1px solid #12b7f5 !important;
    outline: none;
}

input {
    will-change: transition;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #848484;
}

input:focus {
    border: 1px solid #12b7f5 !important;
    outline: none;
}

.orange-btn {
    background: #f48533 !important;
    color: #fff !important;
}

.orange-btn:hover {
    background: #f8964e !important;
    color: #fff !important;
}

.orange-btn:active {
    background: #e77b2b !important;
    color: #fff !important;
}

.blue-zs-btn {
    background: #12b7f5 !important;
    color: #fff !important;
}

.blue-zs-btn:hover {
    background: #0aabe7 !important;
    color: #fff !important;
}

.blue-zs-btn:active {
    background: #12b7f5 !important;
    color: #fff !important;
}

.btn-gray {
    background: #537697 !important;
    color: #fff !important;
}

.btn-gray:hover {
    background: #476077 !important;
    color: #fff !important;
}

.btn-gray:active {
    background: #334c63 !important;
    color: #fff !important;
}

.gray-qx-btn {
    background: #666 !important;
    color: #fff !important;
}

.gray-qx-btn:hover {
    background: #757575 !important;
    color: #fff !important;
}

.gray-qx-btn:active {
    background: #5a5a5a !important;
    color: #fff !important;
}

button {
    border: none;
    will-change: transition;
    -moz-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -o-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
}

.big-bule-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 186px;
    height: 37px;
    line-height: 37px;
    background: url(../images/big-bule-btn.png) 0 0 no-repeat;
    font-size: 14px;
    color: #fff;
    font-family: microsoft yahei;
    text-align: center;
}

.big-bule-btn:hover {
    background-position: 0 -37px;
    text-decoration: none;
    color: #fff;
}

.big-bule-btn:active {
    background-position: 0 -74px;
}

.big-bule-btn2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 260px;
    height: 37px;
    line-height: 37px;
    background: url(../images/big-bule-btn2.png) 0 0 no-repeat;
    font-size: 14px;
    color: #fff;
    font-family: microsoft yahei;
    text-align: center;
}

.big-bule-btn2:hover {
    background-position: 0 -37px;
    text-decoration: none;
    color: #fff;
}

.big-bule-btn2:active {
    background-position: 0 -74px;
}

.bank-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 180px;
    height: 37px;
    line-height: 37px;
    background: url(../images/bank-btn.png) 0 0 no-repeat;
    font-size: 16px;
    color: #fff;
    font-family: microsoft yahei;
    text-align: center;
}

.bank-btn:hover {
    background-position: 0 -37px;
    text-decoration: none;
    color: #fff;
}

.bank-btn:active {
    background-position: 0 -74px;
}

.best-small-bule-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 99px;
    height: 30px;
    line-height: 30px;
    background: url(../images/best-small-bule-btn.png) 0 0 no-repeat;
    font-size: 16px;
    color: #fff;
    font-family: microsoft yahei;
    text-align: center;
}

.best-small-bule-btn:hover {
    background-position: 0 -30px;
    text-decoration: none;
    color: #fff;
}

.best-small-bule-btn:active {
    background-position: 0 -60px;
}

.green-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 102px;
    height: 33px;
    line-height: 33px;
    background: url(../images/green-btn.png) 0 0 no-repeat;
    font-size: 14px;
    color: #fff;
    font-family: microsoft yahei;
    text-align: center;
}

.green-btn:hover {
    background-position: 0 -33px;
    color: #fff;
}

.green-btn:active {
    background-position: 0 -66px;
}

.red-brown-btn {
    background: #892500 !important;
    color: #fff !important;
}

.red-brown-btn:hover {
    background: #942d07 !important;
    color: #fff !important;
}

.red-brown-btn:active {
    background: #822503 !important;
    color: #fff !important;
}

.naturals-btn {
    background: #c3ab25 !important;
    color: #fff !important;
}

.naturals-btn:hover {
    background: #ccb42c !important;
    color: #fff !important;
}

.naturals-btn:active {
    background: #bba422 !important;
    color: #fff !important;
}

.table-reset,
.table-reset caption,
.table-reset tbody,
.table-reset tfoot,
.table-reset thead,
.table-reset tr,
.table-reset th,
.table-reset td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.prz {
    *position: relative;
    *z-index: 5;
}

.iframe-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: none;
    filter: alpha(opacity=0);
}

.bule-color {
    color: #2fa2e3 !important;
}

.red-color {
    color: red !important;
}

.orange-color {
    color: #ed7d3e !important;
}

.layout-inner {
    padding-top: 70px;
    margin-top: -70px;
}

.layout-h1,
.layout-h2,
.layout-h3,
.layout-h4,
.layout-h5,
.layout-h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.layout-h1,
.layout-h2,
.layout-h3 {
    line-height: 40px;
}

.layout-h1 {
    font-size: 38.5px;
}

.layout-h2 {
    font-size: 31.5px;
}

.layout-h3 {
    font-size: 24.5px;
}

.layout-h4 {
    font-size: 17.5px;
}

.layout-h5 {
    font-size: 14px;
}

.layout-h6 {
    font-size: 12px;
}

.layout-lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.layout-ul li {
    line-height: 24px;
}

.layout-ul .layout-sub-ul li {
    padding-left: 20px;
}

.layout-line-ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 5px;
}

.muted {
    color: #999 !important;
}

.text-warning {
    color: #c09853 !important;
}

.text-error {
    color: #b94a48 !important;
}

.text-info {
    color: #3a87ad !important;
}

.text-success {
    color: #468847 !important;
}

.blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 5px;
    border-left: 5px solid #eee;
}

.blockquote .blockquote-p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

.blockquote .blockquote-small {
    display: block;
    line-height: 20px;
    color: #999;
}

.blockquote .blockquote-small:before {
    content: '\2014 \00A0'
}

.blockquote-pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-pull-right .blockquote-p,
.blockquote-pull-right .blockquote-small {
    text-align: right;
}

.blockquote-pull-right .blockquote-small:before {
    content: '';
}

.blockquote-pull-right .blockquote-small:after {
    content: '\00A0 \2014';
}

.blockquote:before,
.blockquote:after {
    content: "";
}

.describe-dl {
    margin-bottom: 20px;
}

.describe-dl dt {
    line-height: 20px;
    font-weight: 700;
}

.describe-dl dd {
    line-height: 20px;
    margin-left: 10px;
}

.horizontal-dl dt {
    float: left;
    width: 160px;
    line-height: 20px;
    font-weight: 700;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizontal-dl dd {
    margin-left: 180px;
    line-height: 20px;
}

.layout-table {
    width: 100%;
}

.layout-table th,
.layout-table td {
    border: 1px solid #ddd;
    line-height: 26px;
    text-align: center;
}

.layout-table th {
    font-weight: 700;
}

.color-maroon {
    color: #800000;
}

.color-darkred {
    color: #8B0000;
}

.color-brown {
    color: #A52A2A;
}

.color-firebrick {
    color: #B22222;
}

.color-crimson {
    color: #DC143C;
}

.color-red {
    color: #FF0000;
}

.color-mediumvioletred {
    color: #C71585;
}

.color-palevioletred {
    color: #D87093;
}

.color-deeppink {
    color: #FF1493;
}

.color-fuchsia {
    color: #FF00FF;
}

.color-hotpink {
    color: #FF69B4;
}

.color-pink {
    color: #FFC0CB;
}

.color-lightpink {
    color: #FFB6C1;
}

.color-mistyrose {
    color: #FFE4E1;
}

.color-lavenderblush {
    color: #FFF0F5;
}

.color-indigo {
    color: #4B0082;
}

.color-purple {
    color: #800080;
}

.color-darkmagenta {
    color: #8B008B;
}

.color-darkorchid {
    color: #9932CC;
}

.color-blueviolet {
    color: #8A2BE2;
}

.color-darkviolet {
    color: #9400D3;
}

.color-slateblue {
    color: #6A5ACD;
}

.color-mediumpurple {
    color: #9370DB;
}

.color-mediumslateblue {
    color: #7B68EE;
}

.color-mediumorchid {
    color: #BA55D3;
}

.color-violet {
    color: #EE82EE;
}

.color-plum {
    color: #DDA0DD;
}

.color-thistle {
    color: #D8BFD8;
}

.color-lavender {
    color: #E6E6FA;
}

.color-saddlebrown {
    color: #8B4513;
}

.color-sienna {
    color: #A0522D;
}

.color-chocolate {
    color: #D2691E;
}

.color-indianred {
    color: #CD5C5C;
}

.color-rosybrown {
    color: #BC8F8F;
}

.color-lightcorol {
    color: #F08080;
}

.color-salmon {
    color: #FA8072;
}

.color-lightsalmon {
    color: #FFA07A;
}

.color-orangered {
    color: #FF4500;
}

.color-tomato {
    color: #FF6347;
}

.color-coral {
    color: #FF7F50;
}

.color-darkorange {
    color: #FF8C00;
}

.color-sandybrown {
    color: #F4A460;
}

.color-peru {
    color: #CD853F;
}

.color-tan {
    color: #D2B48C;
}

.color-burlywood {
    color: #DEB887;
}

.color-wheat {
    color: #F5DEB3;
}

.color-moccasin {
    color: #FFE4B5;
}

.color-navajowhite {
    color: #FFDEAD;
}

.color-peachpuff {
    color: #FFDAB9;
}

.color-bisque {
    color: #FFE4C4;
}

.color-antuquewhite {
    color: #FAEBD7;
}

.color-papayawhip {
    color: #FFEFD5;
}

.color-cornsilk {
    color: #FFF8DC;
}

.color-oldlace {
    color: #FDF5E6;
}

.color-linen {
    color: #FAF0E6;
}

.color-seashell {
    color: #FFF5EE;
}

.color-snow {
    color: #FFFAFA;
}

.color-floralwhite {
    color: #FFFAF0;
}

.color-ivory {
    color: #FFFFF0;
}

.color-mintcream {
    color: #F5FFFA;
}

.color-darkgoldenrod {
    color: #B8860B;
}

.color-goldenrod {
    color: #DAA520;
}

.color-gold {
    color: #FFD700;
}

.color-yellow {
    color: #FFFF00;
}

.color-darkkhaki {
    color: #BDB76B;
}

.color-khaki {
    color: #F0E68C;
}

.color-palegoldenrod {
    color: #EEE8AA;
}

.color-beige {
    color: #F5F5DC;
}

.color-lemonchiffon {
    color: #FFFACD;
}

.color-lightgoldenrodyellow {
    color: #FAFAD2;
}

.color-lightyellow {
    color: #FFFFE0;
}

.color-darkslategray {
    color: #2F4F4F;
}

.color-darkolivegreen {
    color: #556B2F;
}

.color-olive {
    color: #808000;
}

.color-darkgreen {
    color: #006400;
}

.color-forestgreen {
    color: #228B22;
}

.color-seagreen {
    color: #2E8B57;
}

.color-teal {
    color: #008080;
}

.color-lightseagreen {
    color: #20B2AA;
}

.color-madiumaquamarine {
    color: #66CDAA;
}

.color-mediumseagreen {
    color: #3CB371;
}

.color-darkseagreen {
    color: #8FBC8F;
}

.color-yellowgreen {
    color: #9ACD32;
}

.color-limegreen {
    color: #32CD32;
}

.color-lime {
    color: #00FF00;
}

.color-chartreuse {
    color: #7FFF00;
}

.color-lawngreen {
    color: #7CFC00;
}

.color-greenyellow {
    color: #ADFF2F;
}

.color-mediumspringgreen {
    color: #00FA9A;
}

.color-springgreen {
    color: #00FF7F;
}

.color-lightgreen {
    color: #90EE90;
}

.color-palegreen {
    color: #98F898;
}

.color-aquamarine {
    color: #7FFFD4;
}

.color-honeydew {
    color: #F0FFF0;
}

.color-midnightblue {
    color: #191970;
}

.color-navy {
    color: #000080;
}

.color-darkblue {
    color: #00008B;
}

.color-darkslateblue {
    color: #483D8B;
}

.color-mediumblue {
    color: #0000CD;
}

.color-royalblue {
    color: #4169E1;
}

.color-dodgerblue {
    color: #1E90FF;
}

.color-cornflowerblue {
    color: #6495ED;
}

.color-deepskyblue {
    color: #00BFFF;
}

.color-lightskyblue {
    color: #87CEFA;
}

.color-lightsteelblue {
    color: #B0C4DE;
}

.color-lightblue {
    color: #ADD8E6;
}

.color-steelblue {
    color: #4682B4;
}

.color-darkcyan {
    color: #008B8B;
}

.color-cadetblue {
    color: #5F9EA0;
}

.color-darkturquoise {
    color: #00CED1;
}

.color-mediumturquoise {
    color: #48D1CC;
}

.color-turquoise {
    color: #40E0D0;
}

.color-skyblue {
    color: #87CECB;
}

.color-powderblue {
    color: #B0E0E6;
}

.color-paleturquoise {
    color: #AFEEEE;
}

.color-lightcyan {
    color: #E0FFFF;
}

.color-azure {
    color: #F0FFFF;
}

.color-aliceblue {
    color: #F0F8FF;
}

.color-cyan {
    color: #00FFFF;
}

.color-black {
    color: #000000;
}

.color-dimgray {
    color: #696969;
}

.color-gray {
    color: #808080;
}

.color-slategray {
    color: #708090;
}

.color-lightslategray {
    color: #778899;
}

.color-dakgray {
    color: #A9A9A9;
}

.color-silver {
    color: #C0C0C0;
}

.color-lightgray {
    color: #D3D3D3;
}

.color-gainsboro {
    color: #DCDCDC;
}

.color-whitesmoke {
    color: #F5F5F5;
}

.color-ghostwhite {
    color: #F8F8FF;
}

.color-white {
    color: #fff;
}

.bg-maroon {
    background: #800000;
}

.bg-darkred {
    background: #8B0000;
}

.bg-brown {
    background: #A52A2A;
}

.bg-firebrick {
    background: #B22222;
}

.bg-crimson {
    background: #DC143C;
}

.bg-red {
    background: #FF0000;
}

.bg-mediumvioletred {
    background: #C71585;
}

.bg-palevioletred {
    background: #D87093;
}

.bg-deeppink {
    background: #FF1493;
}

.bg-fuchsia {
    background: #FF00FF;
}

.bg-hotpink {
    background: #FF69B4;
}

.bg-pink {
    background: #FFC0CB;
}

.bg-lightpink {
    background: #FFB6C1;
}

.bg-mistyrose {
    background: #FFE4E1;
}

.bg-lavenderblush {
    background: #FFF0F5;
}

.bg-indigo {
    background: #4B0082;
}

.bg-purple {
    background: #800080;
}

.bg-darkmagenta {
    background: #8B008B;
}

.bg-darkorchid {
    background: #9932CC;
}

.bg-blueviolet {
    background: #8A2BE2;
}

.bg-darkviolet {
    background: #9400D3;
}

.bg-slateblue {
    background: #6A5ACD;
}

.bg-mediumpurple {
    background: #9370DB;
}

.bg-mediumslateblue {
    background: #7B68EE;
}

.bg-mediumorchid {
    background: #BA55D3;
}

.bg-violet {
    background: #EE82EE;
}

.bg-plum {
    background: #DDA0DD;
}

.bg-thistle {
    background: #D8BFD8;
}

.bg-lavender {
    background: #E6E6FA;
}

.bg-saddlebrown {
    background: #8B4513;
}

.bg-sienna {
    background: #A0522D;
}

.bg-chocolate {
    background: #D2691E;
}

.bg-indianred {
    background: #CD5C5C;
}

.bg-rosybrown {
    background: #BC8F8F;
}

.bg-lightcorol {
    background: #F08080;
}

.bg-salmon {
    background: #FA8072;
}

.bg-lightsalmon {
    background: #FFA07A;
}

.bg-orangered {
    background: #FF4500;
}

.bg-tomato {
    background: #FF6347;
}

.bg-coral {
    background: #FF7F50;
}

.bg-darkorange {
    background: #FF8C00;
}

.bg-sandybrown {
    background: #F4A460;
}

.bg-peru {
    background: #CD853F;
}

.bg-tan {
    background: #D2B48C;
}

.bg-burlywood {
    background: #DEB887;
}

.bg-wheat {
    background: #F5DEB3;
}

.bg-moccasin {
    background: #FFE4B5;
}

.bg-navajowhite {
    background: #FFDEAD;
}

.bg-peachpuff {
    background: #FFDAB9;
}

.bg-bisque {
    background: #FFE4C4;
}

.bg-antuquewhite {
    background: #FAEBD7;
}

.bg-papayawhip {
    background: #FFEFD5;
}

.bg-cornsilk {
    background: #FFF8DC;
}

.bg-oldlace {
    background: #FDF5E6;
}

.bg-linen {
    background: #FAF0E6;
}

.bg-seashell {
    background: #FFF5EE;
}

.bg-snow {
    background: #FFFAFA;
}

.bg-floralwhite {
    background: #FFFAF0;
}

.bg-ivory {
    background: #FFFFF0;
}

.bg-mintcream {
    background: #F5FFFA;
}

.bg-darkgoldenrod {
    background: #B8860B;
}

.bg-goldenrod {
    background: #DAA520;
}

.bg-gold {
    background: #FFD700;
}

.bg-yellow {
    background: #FFFF00;
}

.bg-darkkhaki {
    background: #BDB76B;
}

.bg-khaki {
    background: #F0E68C;
}

.bg-palegoldenrod {
    background: #EEE8AA;
}

.bg-beige {
    background: #F5F5DC;
}

.bg-lemonchiffon {
    background: #FFFACD;
}

.bg-lightgoldenrodyellow {
    background: #FAFAD2;
}

.bg-lightyellow {
    background: #FFFFE0;
}

.bg-darkslategray {
    background: #2F4F4F;
}

.bg-darkolivegreen {
    background: #556B2F;
}

.bg-olive {
    background: #808000;
}

.bg-darkgreen {
    background: #006400;
}

.bg-forestgreen {
    background: #228B22;
}

.bg-seagreen {
    background: #2E8B57;
}

.bg-teal {
    background: #008080;
}

.bg-lightseagreen {
    background: #20B2AA;
}

.bg-madiumaquamarine {
    background: #66CDAA;
}

.bg-mediumseagreen {
    background: #3CB371;
}

.bg-darkseagreen {
    background: #8FBC8F;
}

.bg-yellowgreen {
    background: #9ACD32;
}

.bg-limegreen {
    background: #32CD32;
}

.bg-lime {
    background: #00FF00;
}

.bg-chartreuse {
    background: #7FFF00;
}

.bg-lawngreen {
    background: #7CFC00;
}

.bg-greenyellow {
    background: #ADFF2F;
}

.bg-mediumspringgreen {
    background: #00FA9A;
}

.bg-springgreen {
    background: #00FF7F;
}

.bg-lightgreen {
    background: #90EE90;
}

.bg-palegreen {
    background: #98F898;
}

.bg-aquamarine {
    background: #7FFFD4;
}

.bg-honeydew {
    background: #F0FFF0;
}

.bg-midnightblue {
    background: #191970;
}

.bg-navy {
    background: #000080;
}

.bg-darkblue {
    background: #00008B;
}

.bg-darkslateblue {
    background: #483D8B;
}

.bg-mediumblue {
    background: #0000CD;
}

.bg-royalblue {
    background: #4169E1;
}

.bg-dodgerblue {
    background: #1E90FF;
}

.bg-cornflowerblue {
    background: #6495ED;
}

.bg-deepskyblue {
    background: #00BFFF;
}

.bg-lightskyblue {
    background: #87CEFA;
}

.bg-lightsteelblue {
    background: #B0C4DE;
}

.bg-lightblue {
    background: #ADD8E6;
}

.bg-steelblue {
    background: #4682B4;
}

.bg-darkcyan {
    background: #008B8B;
}

.bg-cadetblue {
    background: #5F9EA0;
}

.bg-darkturquoise {
    background: #00CED1;
}

.bg-mediumturquoise {
    background: #48D1CC;
}

.bg-turquoise {
    background: #40E0D0;
}

.bg-skyblue {
    background: #87CECB;
}

.bg-powderblue {
    background: #B0E0E6;
}

.bg-paleturquoise {
    background: #AFEEEE;
}

.bg-lightcyan {
    background: #E0FFFF;
}

.bg-azure {
    background: #F0FFFF;
}

.bg-aliceblue {
    background: #F0F8FF;
}

.bg-cyan {
    background: #00FFFF;
}

.bg-black {
    background: #000000;
}

.bg-dimgray {
    background: #696969;
}

.bg-gray {
    background: #808080;
}

.bg-slategray {
    background: #708090;
}

.bg-lightslategray {
    background: #778899;
}

.bg-dakgray {
    background: #A9A9A9;
}

.bg-silver {
    background: #C0C0C0;
}

.bg-lightgray {
    background: #D3D3D3;
}

.bg-gainsboro {
    background: #DCDCDC;
}

.bg-whitesmoke {
    background: #F5F5F5;
}

.bg-ghostwhite {
    background: #F8F8FF;
}

.bg-white {
    background: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

body,
html {
    font-family: Microsoft yahei, simsun, tohoma;
}

.topBar-bg {
    position: static;
    height: 60px;
}

.topBar-bg .topBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .08);
    z-index: 100;
}

@media screen and (min-width:1500px) {
    .topBar-bg .topBar .wrap {
        width: 1470px !important;
    }
}

@media screen and (max-width:1500px) {
    .topBar-bg .topBar .wrap {
        width: 1200px !important;
    }
}

.topBar .main-logo {
    float: left;
    margin: 8px 30px 0 0px;
    width: 92px;
    height: 52px;
    background: url(../images/icons.png) -140px 0 no-repeat;
}

.topBar .main-nav {
    float: left;
    margin-top: 2px;
}

.topBar .main-nav .nav-li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.topBar .main-nav .nav-li a {
    position: relative;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #555;
    -webkit-transition: none;
    transition: none;
}

.topBar .main-nav .nav-li.active a,
.topBar .main-nav .nav-li a:hover {
    color: #00a5e2;
}

.topBar .main-nav .nav-li a .main-arrow {
    position: absolute;
    top: 25px;
    right: -4px;
    width: 0;
    height: 0;
    border: 5px dashed transparent;
    border-top-style: solid;
    border-top-color: #afafaf;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 30% 0;
    overflow: hidden;
}

.topBar .main-nav .nav-li a:hover .main-arrow {
    border-top-color: #12b7f5;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.topBar .main-nav .nav-li a .title-icon {
    position: absolute;
    top: 3px;
    right: 0;
    width: 58px;
    height: 11px;
    line-height: 11px;
    background: #12b7f5;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topBar .main-nav .nav-li.active a .title-icon,
.topBar .main-nav .nav-li a:hover .title-icon {
    font-weight: 400;
}

.topBar .main-nav .nav-li .top-bar-gg {
    margin: 4px 0 0 23px;
    display: block;
    width: 109px;
    height: 48px;
}

.topBar .main-nav .nav-li .top-bar-gg img {
    display: block;
    width: 100%;
    height: 100%;
}

.topBar .main-nav .li-other .title-icon {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 60px;
    height: 14px;
    line-height: 14px;
    background: #12b7f5;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.sub-nav-ibox {
    display: none;
    position: absolute;
    top: 50px;
    left: -10px;
    padding: 20px 14px 8px 14px;
    width: 288px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.bb-nav-ibox {
    width: 192px;
}

.sub-nav-ibox .arrow {
    position: absolute;
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.sub-nav-ibox li {
    float: left;
    margin: 0 6px 12px 6px;
}

.topBar .main-nav .bb-nav-ibox .first {
    margin-left: 336px;
}

.topBar .main-nav .sub-nav-ibox li .sub-nav-a {
    display: block;
    padding: 0 6px;
    width: 72px;
    height: 24px;
    line-height: 24px;
    background: #ebf0f3;
    border-radius: 3px;
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    overflow: hidden;
}

.topBar .main-nav .sub-nav-ibox li .sub-nav-a:hover,
.topBar .main-nav .sub-nav-ibox li .sub-nav-a:active {
    background: #00a5e2;
    color: #fff;
}

.topBar .main-nav .nav-li-hover .sub-nav-ibox {
    display: block;
}

.topBar .search-panel {
    position: relative;
    float: left;
    margin: 12px 24px 0 0;
    width: 176px;
    height: 36px;
    background: #f0edf2;
    border: none;
    border-radius: 20px;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    transition: width .4s;
}

.topBar .search-focus,
.topBar .search-focus input {
    width: 186px;
}

.topBar .search-panel.search-focus .input {
    width: 134px;
}

.topBar .search-panel label {
    position: absolute;
    top: 0px;
    left: 16px;
    max-width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #9499a4;
    overflow: hidden;
    white-space: nowrap;
}

.topBar .search-panel .input {
    position: relative;
    padding: 0 33px 0 16px;
    width: 127px;
    height: 36px;
    line-height: 36px\9;
    width: 140px\9;
    border: none;
    background: none;
    box-shadow: none;
    color: #555;
    font-family: Microsoft yahei, simsun, tohoma;
    z-index: 2;
}

.topBar .search-panel .input:focus {
    border: none !important;
}

.topBar .search-panel .searchBtn {
    position: absolute;
    right: 16px;
    top: 9px;
    width: 17px;
    height: 18px;
    background: url(../images/icons.png) -300px -40px no-repeat;
    cursor: pointer;
    z-index: 2;
}

.topBar .top-fun {
    margin-top: 2px;
    float: left;
}

.topBar .top-fun .on-logo {
    display: none;
}

.topBar .main-info {
    float: left;
    margin-right: 24px;
}

.topBar .main-info .uesr-icon {
    margin-top: 23px;
    width: 12px;
    height: 12px;
    background: url(../images/user-icon.png) no-repeat;
}

.topBar .main-info .info-li {
    position: relative;
    float: left;
    width: 42px;
    height: 56px;
}

.topBar .main-info .login-li:first-child:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 1px;
    height: 10px;
    background: #a8a8a8;
}

.topBar .main-info .info-a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 12px;
    color: #555;
}

.topBar .main-info .info-li-img {
    width: auto;
    max-width: 120px;
}

.topBar .main-info .info-li-img .info-a {
    padding-top: 11px;
    height: 47px;
    padding-right: 14px;
    width: calc(100% - 14px);
}

.topBar .main-info .info-a .img-ibox {
    position: relative;
    float: left;
    margin-right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.topBar .main-info .info-a .img-ibox img {
    border-radius: 100%;
}

.topBar .main-info .info-a .img-ibox .title-red {
    position: absolute;
    top: 0;
    left: 30px;
    width: 6px;
    height: 6px;
    background: #eb7a77;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
}

.topBar .main-info .info-a .img-ibox .big-red {
    display: none;
    position: absolute;
    top: -3px;
    left: 25px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    background: #eb7a77;
    border: 1px solid #fff;
    border-radius: 9px;
    font-size: 12px;
    color: #fff;
}

.topBar .main-info .info-li-img .nav-name {
    float: left;
    max-width: 60px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topBar .main-info .info-a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.topBar .main-info .info-a .arrow {
    position: absolute;
    top: 29px;
    right: 0;
    width: 0;
    height: 0;
    border: 3px dashed transparent;
    border-top-style: solid;
    border-top-color: #555;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 30% 0;
    overflow: hidden;
}

.topBar .main-info .info-a .im-new-title {
    position: absolute;
    bottom: -10px;
    right: 4px;
    width: 126px;
    height: 34px;
    background: url(../images/new-title.png) no-repeat;
    z-index: 1;
}

.topBar .main-info .info-a:hover {
    color: #12b7f5;
}

.topBar .main-info .info-a:hover .arrow {
    border-top-color: #12b7f5;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.topBar .main-down .info-li {
    font-size: 0;
    width: 60px;
}

.topBar .main-down .info-li .down-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/down-icon.png) no-repeat;
    vertical-align: middle;
}

.topBar .main-down .info-li .info-a:hover .down-icon {
    background-position: -15px 0;
}

.topBar .main-down .info-li .info-a span {
    font-size: 12px;
    width: 30px;
    text-align: right;
}

.topBar .loginOn .no-logo {
    display: none;
}

.topBar .loginOn .on-logo {
    display: block;
}

.topBar .info-gz .gz-icon {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/gz-icon.png) no-repeat;
    vertical-align: middle;
}

.topBar .info-gz .info-a:hover .gz-icon {
    background-position: -16px 0;
}

.topBar .main-info .info-gz {
    width: 62px;
    font-size: 0;
    margin-right: 24px;
}

.topBar .main-info .info-gz .info-a span {
    font-size: 12px;
    width: 30px;
    text-align: right;
}

.iboxTopBar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(.22, .58, .12, .98) .2s;
    -moz-transition: all cubic-bezier(.22, .58, .12, .98) .2s;
    transition: all cubic-bezier(.22, .58, .12, .98) .2s;
    -webkit-transform-origin: 80% 0;
    -moz-transform-origin: 80% 0;
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0;
    -webkit-animation: scale-in-ease cubic-bezier(.22, .58, .12, .98) .5s;
    -moz-animation: scale-in-ease cubic-bezier(.22, .58, .12, .98) .5s;
    animation: scale-in-ease cubic-bezier(.22, .58, .12, .98) .5s;
    z-index: 10;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.iboxTopBar .dropcon {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@-webkit-keyframes scale-in-ease {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) perspective(1200px);
        -moz-transform: scale(1) perspective(1200px);
        transform: scale(1) perspective(1200px);
    }
}

@keyframes scale-in-ease {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) perspective(1200px);
        -moz-transform: scale(1) perspective(1200px);
        transform: scale(1) perspective(1200px);
    }
}

.topBar .main-info .info-li .out {
    -webkit-animation: scale-out cubic-bezier(.22, .58, .12, .98) .4s;
    -moz-animation: scale-out cubic-bezier(.22, .58, .12, .98) .4s;
    animation: scale-out cubic-bezier(.22, .58, .12, .98) .4s;
}

.account-panel {
    width: 336px;
    margin-left: -168px;
    left: 50%;
    top: 60px;
    border-radius: 5px;
}

.account-panel .close {
    position: absolute;
    top: 17px;
    right: 16px;
    font-size: 12px;
    color: #a5a7aa;
}

.account-panel .close:hover {
    color: #12b7f5;
}

.account-panel .top-area {
    padding: 17px 18px 15px;
}

.account-panel .top-area .img-box {
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.account-panel .top-area .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.account-panel .top-area .name-area {
    font-size: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.account-panel .top-area .name {
    margin-right: 2px;
    font-size: 14px;
    color: #405275;
}

.account-panel .wealth-area .money {
    display: inline-block;
    font-size: 0;
    height: 18px;
    line-height: 18px;
}

.account-panel .wealth-area .money .num {
    margin-left: 6px;
    font-size: 12px;
    color: #808080;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.account-panel .mid-level-bd {
    height: 16px;
}

.account-panel .mid-level-bd .all-level {
    float: left;
}

.account-panel .mid-level-bd .all-level-bar {
    position: relative;
    float: left;
    margin: 5px 8px 0;
    width: 210px;
    height: 6px;
    background: #eee;
    border-radius: 10px;
}

.account-panel .mid-level-bd .all-level-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: auto;
    background: #2FC6FF;
    background: -webkit-linear-gradient(left, #2FC6FF, #E287FF);
    background: -o-linear-gradient(left, #2FC6FF, #E287FF);
    background: -moz-linear-gradient(left, #2FC6FF, #E287FF);
    background: linear-gradient(left, #2FC6FF, #E287FF);
    border-radius: 10px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.account-panel .gap-hint {
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #a8a8a8;
}

.account-panel .recharge-area {
    margin-bottom: 10px;
    font-size: 14px;
    color: #606060;
    line-height: 24px;
}

.account-panel .recharge-btn {
    width: 56px;
    height: 24px;
    background: #07C1E3;
    background: -webkit-linear-gradient(left, #207C1E3, #00A6E2);
    background: -o-linear-gradient(left, #207C1E3, #00A6E2);
    background: -moz-linear-gradient(left, #207C1E3, #00A6E2);
    background: linear-gradient(left, #207C1E3, #00A6E2);
    border-radius: 12px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.account-panel .mid-task-area {
    padding: 0 17px 4px;
    font-size: 14px;
    color: #606060;
    line-height: 16px;
}

.account-panel .mid-task-area.nodata ul {
    display: none;
}

.account-panel .mid-task-area .more {
    font-size: 12px;
    color: #a8a8a8;
}

.account-panel .mid-task-area .more:hover {
    color: #12b7f5;
}

.account-panel .mid-task-area .task-bd.nodata {
    height: 138px;
    background: url(../images/no-task.png) no-repeat center center;
}

.account-panel .mid-task-area .task-bd.nodata ul,
.account-panel .mid-task-area .task-bd.nodata .long-string {
    display: none;
}

.account-panel .mid-task-area .task-bd .long-string {
    position: absolute;
    left: 6px;
    top: 12px;
    width: 1px;
    height: 72px;
    background: #E8E8E8;
    z-index: 0;
}

.account-panel .mid-task-area .task-hd {
    margin-bottom: 10px;
}

.account-panel .mid-task-area .task-bd li {
    margin-bottom: 12px;
    line-height: 24px;
    color: #808080;
    font-size: 12px;
}

.account-panel .mid-task-area .task-bd li .dot {
    margin: 5px 8px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0, 165, 226, .3);
}

.account-panel .mid-task-area .task-bd li .dot i {
    display: block;
    margin: 3px auto 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00A5E2;
}

.account-panel .mid-task-area .task-bd li.under-way .dot {
    background: none;
}

.account-panel .mid-task-area .task-bd li.under-way .dot i {
    background: #BFBFBF;
}

.account-panel .mid-task-area .task-bd li.under-way .get-btn {
    width: 54px;
    height: 22px;
    background: none;
    border: 1px solid #11ABE4;
    line-height: 22px;
    color: #00a5e2;
}

.account-panel .mid-task-area .task-bd li .task-name {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-panel .mid-task-area .task-bd li .get-btn {
    width: 56px;
    height: 24px;
    background: #07C1E3;
    background: -webkit-linear-gradient(left, #207C1E3, #00A6E2);
    background: -o-linear-gradient(left, #207C1E3, #00A6E2);
    background: -moz-linear-gradient(left, #207C1E3, #00A6E2);
    background: linear-gradient(left, #207C1E3, #00A6E2);
    border-radius: 12px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.account-panel .mid-area {
    padding: 0 18px;
}

.account-panel .mid-area .mid-area-hd {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
}

.account-panel .mid-area .mid-area-hd .title {
    float: right;
    font-size: 0;
    color: #a5a7aa;
    margin-left: 7px;
}

.account-panel .mid-area .mid-area-hd .title span {
    margin-right: 5px;
    font-size: 12px;
}

.account-panel .mid-area .mid-area-hd .title .qu-icon {
    width: 12px;
    height: 12px;
    background: url(../images/qu-icon.png) no-repeat;
}

.account-panel .mid-area .mid-area-hd .title:hover {
    color: #12b7f5;
}

.account-panel .mid-area .mid-area-bd {
    position: relative;
    padding-bottom: 20px;
}

.account-panel .mid-area .skill-bottom {
    position: relative;
    margin-right: -32px;
    *zoom: 1;
}

.account-panel .mid-area .skill-bottom li {
    float: left;
    margin-right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.account-panel .mid-area .skill-bottom li a,
.account-panel .mid-area .skill-bottom li img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.account-panel .mid-area .skill-bottom .active {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0);
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox {
    display: none;
    position: absolute;
    top: -136px;
    left: -140px;
    padding: 15px 15px 0;
    width: 290px;
    height: 112px;
    border: 1px solid #e0e4e5;
    background: #fff;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .arrow {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 7px;
    background: url(../images/arrow-6.png) no-repeat;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: #cb1b45;
    height: 14px;
    line-height: 14px;
    cursor: default;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top {
    margin-bottom: 7px;
    height: 60px;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top .skill-left {
    float: left;
    margin-right: 16px;
    width: 60px;
    height: 60px;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top img {
    display: block;
    width: 100%;
    height: 100%;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top .skill-right {
    float: left;
    line-height: 14px;
    font-size: 12px;
    color: #a5a7aa;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top .name {
    height: 16px;
    line-height: 16px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-top .jies {
    margin-top: 8px;
}

.account-panel .mid-area .mid-area-bd .skill-hover-ibox .skill-ibox-bottom {
    line-height: 20px;
    font-size: 12px;
    color: #555;
}

.account-panel .bottom-area {
    padding-top: 8px;
    height: 72px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.account-panel .bottom-area li {
    display: inline-block;
    margin: 0 10px;
    width: 60px;
    height: 72px;
}

.account-panel .bottom-area li a {
    position: relative;
    display: block;
    height: 100%;
    font-size: 12px;
    color: #959faf;
    text-align: center;
}

.account-panel .bottom-area li p {
    height: 28px;
    line-height: 28px;
}

.account-panel .bottom-area .info-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 40px;
    background: url(../images/new-top-icon.png_2017121501) no-repeat;
}

.account-panel .bottom-area .grzx-icon {
    background-position: 0 0;
}

.account-panel .bottom-area .sp-icon {
    background-position: -40px 0;
}

.account-panel .bottom-area .sx-icon {
    background-position: -80px 0;
}

.account-panel .bottom-area .zbj-icon {
    background-position: -120px 0;
}

.account-panel .bottom-area li a:hover {
    color: #12b7f5;
}

.topBar .info-a .orange,
.account-panel .bottom-area li .orange {
    position: absolute;
    top: 5px;
    left: 40px;
    width: 6px;
    height: 6px;
    background: #eb7a77;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
}

.topBar .info-a .orange {
    top: 28px;
    left: 38px;
}

.account-panel .bottom-area li .im-new-icon {
    position: absolute;
    top: 0;
    left: 40px;
    width: 20px;
    height: 12px;
    background: url(../images/new-icon.png) no-repeat;
    z-index: 1;
}

.account-panel .bottom-area .room {
    display: inline-block;
}

.anchor-account .bottom-area .room {
    display: inline-block;
}

.account-panel .bottom-area li .message-num {
    position: absolute;
    top: 0;
    left: 40px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    background: #eb7a77;
    border: 1px solid #fff;
    border-radius: 9px;
    font-size: 12px;
    color: #fff;
}

.download-panel {
    top: 60px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

.download-panel .dropcon {
    padding: 8px 0;
}

.download-panel .dropcon-li {
    height: 35px;
    line-height: 35px;
}

.download-panel .dropcon-li a {
    display: block;
    padding: 0 14px;
    font-size: 12px;
    color: #777;
}

.download-panel .dropcon-li p {
    border-bottom: 1px solid #f3f3f3;
}

.download-panel .last p {
    border-bottom: none;
}

.download-panel .dropcon-li a:hover {
    background: #f3f3f3;
}

.subscribe-panel {
    width: 380px;
    height: 356px;
    top: 60px;
    left: 50%;
    margin-left: -190px;
    overflow: hidden;
}

.subscribe-panel .att_loading {
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: default;
    z-index: 8;
}

.subscribe-panel .small-no-subscription-list {
    line-height: 0;
    padding: 76px 0 95px;
    text-align: center;
}

.subscribe-panel .small-no-subscription-list .no-guanzhu {
    width: 91px;
    height: 114px;
    background: url(../images/no-dingyue.png) no-repeat;
}

.subscribe-panel .small-no-subscription-list p {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    color: #a5a7aa;
    cursor: default;
}

.subscribe-panel .flow {
    height: 356px;
    overflow-y: auto;
    overflow-x: hidden;
}

.subscribe-panel .attention-list .att_jz {
    -webkit-animation: scale-margin ease-in-out .5s forwards;
    -moz-animation: scale-margin ease-in-out .5s forwards;
    animation: scale-margin ease-in-out .5s forwards;
}

@-webkit-keyframes scale-margin {
    from {
        opacity: 0;
        margin-left: 40px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes scale-margin {
    from {
        opacity: 0;
        margin-left: 40px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

.subscribe-panel .attention-list li {
    margin-left: 0;
    height: 89px;
    width: 380px;
    overflow: hidden;
    *zoom: 1;
}

.subscribe-panel .attention-list li a {
    display: block;
    padding: 0 15px;
    height: 100%;
    border: 0;
}

.subscribe-panel .attention-list li a:hover {
    background: #f3f3f3;
}

.subscribe-panel .attention-list .avatar {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 25px;
}

.subscribe-panel .attention-list .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.subscribe-panel .attention-list .info-area {
    float: left;
    margin: 25px 0 0 20px;
    width: 272px;
    height: 63px;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
}

.subscribe-panel .attention-list .last .info-area {
    border-bottom: none;
}

.subscribe-panel .attention-list .info-area .title-area {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #555;
}

.subscribe-panel .attention-list .line-on .info-area .title-area .play-icon {
    float: left;
    margin-top: 5px;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    background: url(../images/list-live.png) no-repeat;
}

.subscribe-panel .attention-list .info-area .title-area span {
    float: left;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subscribe-panel .attention-list .line-on .info-area .title-area span {
    max-width: 225px;
}

.subscribe-panel .attention-list .info-area .title-area .guardian-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.subscribe-panel .attention-list .info-area .other-info {
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.subscribe-panel .attention-list .info-area .other-info .nickname {
    margin-right: 16px;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5a7aa;
}

.subscribe-panel .attention-list .info-area .other-info .online {
    width: 72px;
    font-size: 12px;
    color: #a5a7aa;
    overflow: hidden;
}

.subscribe-panel .attention-list .info-area .other-info .online-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 12px;
    background: url(../images/top-nav-icon.png) -33px -18px no-repeat;
}

.subscribe-panel .attention-list .info-area .other-info .game-name {
    float: right;
    width: 80px;
    font-size: 12px;
    color: #a5a7aa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.topBar .nav-hover .account-panel,
.topBar .nav-hover .download-panel,
.topBar .nav-hover .subscribe-panel {
    display: block;
}

.topBar .nav-hover .subscribe-panel .attention-list {
    margin-left: 0;
}

@-webkit-keyframes scale-out {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
    }
}

@keyframes scale-out {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
    }
}

.footArea {
    border-top: 1px solid #dfdfdf;
    background: #f0f0f0;
}

.footArea .footArea-top {
    padding-top: 30px;
    height: 135px;
}

.footArea .footArea-top-left {
    float: left;
    width: 794px;
}

.footArea .footArea-top-left .footArea-ul {
    position: relative;
    float: left;
    margin-right: 72px;
    width: 80px;
}

.footArea .footArea-top-left .footArea-ul .ul-hd {
    margin-bottom: 8px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #9f9f9f;
}

.footArea .footArea-top-left .footArea-ul li {
    float: left;
    margin-bottom: 11px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.footArea .footArea-top-left .footArea-ul li a {
    color: #9f9f9f;
}

.footArea .footArea-top-left .footArea-ul li a:hover {
    color: #12b7f5;
}

.footArea .footArea-top-left .about-ul {
    margin-right: 60px;
    width: 254px;
}

.footArea .footArea-top-left .about-ul ul {
    position: relative;
    margin-right: -22px;
    *zoom: 1;
}

.footArea .footArea-top-left .about-ul li {
    width: 70px;
    margin-right: 22px;
}

.footArea .footArea-top-left .link-ul {
    margin-right: 62px;
    width: 266px;
    height: 135px;
    overflow: hidden;
}

.footArea .footArea-top-left .link-ul .gallery-ul {
    position: relative;
    float: left;
    width: 266px;
    height: 93px;
}

.footArea .footArea-top-left .link-ul ul {
    position: relative;
    margin-right: -22px;
    *zoom: 1;
}

.footArea .footArea-top-left .link-ul li {
    width: 74px;
    margin-right: 22px;
}

.footArea .footArea-top-left .link-ul .pre,
.footArea .footArea-top-left .link-ul .next {
    position: absolute;
    top: 10px;
    right: 0;
    width: 7px;
    height: 12px;
    background: url(../images/foot-arrow.png) no-repeat;
}

.footArea .footArea-top-left .link-ul .pre {
    right: 30px;
    background-position: 0 0;
}

.footArea .footArea-top-left .link-ul .pre:hover {
    background-position: -14px 0;
}

.footArea .footArea-top-left .link-ul .next {
    right: 0;
    background-position: -7px 0;
}

.footArea .footArea-top-left .link-ul .next:hover {
    background-position: -21px 0;
}

.footArea .footArea-top-left .link-ul .pre:active,
.footArea .footArea-top-left .link-ul .next:active {
    top: 11px;
}

.footArea .footArea-top-left .link-ul .gallery {
    width: 9999em;
    height: 93px;
    overflow: hidden;
}

.footArea .footArea-top-right {
    position: relative;
    float: left;
    padding-top: 15px;
    width: 406px;
}

.footArea .footArea-top-right .line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 111px;
    background: #e2e2e2;
}

.footArea .footArea-top-right .right-ul li {
    float: left;
    margin-left: 52px;
    width: 80px;
    font-size: 12px;
    text-align: center;
}

.footArea .footArea-top-right .right-ul a {
    color: #606060;
}

.footArea .footArea-top-right .right-ul .wx-icon {
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 13px;
    width: 50px;
    height: 50px;
    background: url(../images/foot-wx.png) no-repeat;
}

.footArea .footArea-top-right .right-ul .wb-icon {
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 13px;
    width: 50px;
    height: 50px;
    background: url(../images/foot-wb.png) no-repeat;
}

.footArea .footArea-top-right .right-ul p {
    line-height: 42px;
}

.footArea .footArea-top-right .right-ul .img-box {
    margin-bottom: 3px;
    width: 80px;
    height: 80px;
}

.footArea .footArea-top-right .right-ul .wx-code {
    display: none;
    position: absolute;
    top: -56px;
    left: 52px;
    width: 80px;
    height: 80px;
}

.footArea .footArea-top-right .right-ul a:hover .wx-code {
    display: block;
}

.footArea .footArea-bottom {
    padding-top: 23px;
    padding-bottom: 14px;
}

.footArea .footArea-bottom .textC {
    font-size: 0;
}

.footArea .footArea-bottom .span {
    display: inline-block;
    margin: 0 25px;
    line-height: 24px;
    font-size: 12px;
    color: #9f9f9f;
}

.footArea .footArea-bottom .span a {
    color: #9f9f9f;
}

.footArea .footArea-bottom a:hover {
    color: #12b7f5;
}

.footArea .footArea-bottom .news-label {
    margin-top: 13px;
}

.footArea .footArea-bottom .news-label a {
    display: inline-block;
    margin: 0 32px;
}

.site-v-icon,
.authenticate-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 2px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/vip-icon.png_2016103199) no-repeat;
}

.sex-man,
.sex-woman {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/sex-icon.png) no-repeat;
}

.sex-woman {
    background-position: -12px 0;
}

.anchor-grade {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 46px;
    height: 20px;
    background: url(../images/anchor-grade-new-1.png) no-repeat;
}

.anchor-grade-0 {
    background-position: 0 0;
}

.anchor-grade-1 {
    background-position: 0 -20px;
}

.anchor-grade-2 {
    background-position: 0 -40px;
}

.anchor-grade-3 {
    background-position: 0 -60px;
}

.anchor-grade-4 {
    background-position: 0 -80px;
}

.anchor-grade-5 {
    background-position: 0 -100px;
}

.anchor-grade-6 {
    background-position: 0 -120px;
}

.anchor-grade-7 {
    background-position: 0 -140px;
}

.anchor-grade-8 {
    background-position: 0 -160px;
}

.anchor-grade-9 {
    background-position: 0 -180px;
}

.anchor-grade-10 {
    background-position: 0 -200px;
}

.anchor-grade-11 {
    background-position: 0 -220px;
}

.anchor-grade-12 {
    background-position: 0 -240px;
}

.anchor-grade-13 {
    background-position: 0 -260px;
}

.anchor-grade-14 {
    background-position: 0 -280px;
}

.anchor-grade-15 {
    background-position: 0 -300px;
}

.anchor-grade-16 {
    background-position: 0 -320px;
}

.anchor-grade-17 {
    background-position: 0 -340px;
}

.anchor-grade-18 {
    background-position: 0 -360px;
}

.anchor-grade-19 {
    background-position: 0 -380px;
}

.anchor-grade-20 {
    background-position: 0 -400px;
}

.anchor-grade-21 {
    background-position: 0 -420px;
}

.anchor-grade-22 {
    background-position: 0 -440px;
}

.anchor-grade-23 {
    background-position: 0 -460px;
}

.anchor-grade-24 {
    background-position: 0 -480px;
}

.anchor-grade-25 {
    background-position: 0 -500px;
}

.anchor-grade-26 {
    background-position: 0 -520px;
}

.anchor-grade-27 {
    background-position: 0 -540px;
}

.anchor-grade-28 {
    background-position: 0 -560px;
}

.anchor-grade-29 {
    background-position: 0 -580px;
}

.anchor-grade-30 {
    background-position: 0 -600px;
}

.anchor-grade-31 {
    background-position: 0 -620px;
}

.anchor-grade-32 {
    background-position: 0 -640px;
}

.anchor-grade-33 {
    background-position: 0 -660px;
}

.anchor-grade-34 {
    background-position: 0 -680px;
}

.anchor-grade-35 {
    background-position: 0 -700px;
}

.anchor-grade-36 {
    background-position: 0 -720px;
}

.anchor-grade-37 {
    background-position: 0 -740px;
}

.anchor-grade-38 {
    background-position: 0 -760px;
}

.anchor-grade-39 {
    background-position: 0 -780px;
}

.anchor-grade-40 {
    background-position: 0 -800px;
}

.all-level {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 44px;
    height: 16px;
    background: url(../images/new-level-icon.png_2017121401) no-repeat;
}

.all-level-0 {
    background-position: 0 0;
}

.all-level-1 {
    background-position: 0 -16px;
}

.all-level-2 {
    background-position: 0 -32px;
}

.all-level-3 {
    background-position: 0 -48px;
}

.all-level-4 {
    background-position: 0 -64px;
}

.all-level-5 {
    background-position: 0 -80px;
}

.all-level-6 {
    background-position: 0 -96px;
}

.all-level-7 {
    background-position: 0 -112px;
}

.all-level-8 {
    background-position: 0 -128px;
}

.all-level-9 {
    background-position: 0 -144px;
}

.all-level-10 {
    background-position: 0 -160px;
}

.all-level-11 {
    background-position: 0 -176px;
}

.all-level-12 {
    background-position: 0 -192px;
}

.all-level-13 {
    background-position: 0 -208px;
}

.all-level-14 {
    background-position: 0 -224px;
}

.all-level-15 {
    background-position: 0 -240px;
}

.all-level-16 {
    background-position: 0 -256px;
}

.all-level-17 {
    background-position: 0 -272px;
}

.all-level-18 {
    background-position: 0 -288px;
}

.all-level-19 {
    background-position: 0 -304px;
}

.all-level-20 {
    background-position: 0 -320px;
}

.all-level-21 {
    background-position: 0 -336px;
}

.all-level-22 {
    background-position: 0 -352px;
}

.all-level-23 {
    background-position: 0 -368px;
}

.all-level-24 {
    background-position: 0 -384px;
}

.all-level-25 {
    background-position: 0 -400px;
}

.all-level-26 {
    background-position: 0 -416px;
}

.all-level-27 {
    background-position: 0 -432px;
}

.all-level-28 {
    background-position: 0 -448px;
}

.all-level-29 {
    background-position: 0 -464px;
}

.all-level-30 {
    background-position: 0 -480px;
}

.all-level-31 {
    background-position: 0 -496px;
}

.all-level-32 {
    background-position: 0 -512px;
}

.all-level-33 {
    background-position: 0 -528px;
}

.all-level-34 {
    background-position: 0 -544px;
}

.all-level-35 {
    background-position: 0 -560px;
}

.all-level-36,
.all-level-god {
    background-position: 0 -576px;
}

.all-level-37,
.all-level-creator {
    background-position: 0 -592px;
}

.fans-grade {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    width: 50px;
    height: 16px;
    line-height: 16px;
    background: url(../images/fans-grade-icon.gif_2019010802) no-repeat;
    word-break: initial;
}

.fans-grade-1 {
    background-position: 0 0;
}

.fans-grade-2 {
    background-position: 0 -16px;
}

.fans-grade-3 {
    background-position: 0 -32px;
}

.fans-grade-4 {
    background-position: 0 -48px;
}

.fans-grade-5 {
    background-position: 0 -64px;
}

.fans-grade-6 {
    background-position: 0 -80px;
}

.fans-grade-7 {
    background-position: 0 -96px;
}

.fans-grade-8 {
    background-position: 0 -112px;
}

.fans-grade-9 {
    background-position: 0 -128px;
}

.fans-grade-10 {
    background-position: 0 -144px;
}

.fans-grade-11 {
    background-position: 0 -160px;
}

.fans-grade-12 {
    background-position: 0 -176px;
}

.fans-grade-13 {
    background-position: 0 -192px;
}

.fans-grade-14 {
    background-position: 0 -208px;
}

.fans-grade-15 {
    background-position: 0 -224px;
}

.fans-grade-16 {
    background-position: 0 -240px;
}

.fans-grade-17 {
    background-position: 0 -256px;
}

.fans-grade-18 {
    background-position: 0 -272px;
}

.fans-grade-19 {
    background-position: 0 -288px;
}

.fans-grade-20 {
    background-position: 0 -304px;
}

.fans-grade-21 {
    background-position: 0 -320px;
}

.fans-grade-22 {
    background-position: 0 -336px;
}

.fans-grade-23 {
    background-position: 0 -352px;
}

.fans-grade-24 {
    background-position: 0 -368px;
}

.fans-grade-25 {
    background-position: 0 -384px;
}

.fans-grade-26 {
    background-position: 0 -400px;
}

.fans-grade-27 {
    background-position: 0 -416px;
}

.fans-grade-28 {
    background-position: 0 -432px;
}

.fans-grade-29 {
    background-position: 0 -448px;
}

.fans-grade-30 {
    background-position: 0 -464px;
}

.fans-grade span {
    float: left;
    display: block;
    width: 30px;
    height: 16px;
    font-size: 12px;
    font-family: simsun;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.fans-grade-1 span,
.fans-grade-2 span,
.fans-grade-3 span,
.fans-grade-4 span,
.fans-grade-5 span,
.fans-grade-6 span {
    color: #456687;
}

.fans-grade-7 span,
.fans-grade-8 span,
.fans-grade-9 span,
.fans-grade-10 span,
.fans-grade-11 span {
    color: #0385a1;
}

.fans-grade-12 span,
.fans-grade-13 span,
.fans-grade-14 span,
.fans-grade-15 span,
.fans-grade-16 span {
    color: #0c50ac;
}

.fans-grade-17 span,
.fans-grade-18 span,
.fans-grade-19 span,
.fans-grade-20 span {
    color: #4f0a9c;
}

.fans-grade-21 span,
.fans-grade-22 span,
.fans-grade-23 span {
    color: #d63301;
}

.fans-grade-24 span,
.fans-grade-25 span,
.fans-grade-26 span {
    color: #a0390c;
}

.fans-grade-27 span {
    color: #88220b;
}

.fans-grade-28 span,
.fans-grade-29 span,
.fans-grade-30 span {
    color: #f8f453;
}

.room-gm,
.super-gm,
.anchor-gm {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/room-icon.gif) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.super-gm {
    background-position: 0 0;
}

.room-gm {
    background-position: -16px 0;
}

.anchor-gm {
    background-position: -32px 0;
}

.small-super-gm1,
.small-super-gm2,
.small-super-gm3,
.small-super-gm4,
.small-super-gm5 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/room-special-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.small-super-gm1 {
    background-position: 0 0;
}

.small-super-gm2 {
    width: 22px;
    background-position: -16px 0;
}

.small-super-gm3 {
    width: 18px;
    background-position: -38px 0;
}

.small-super-gm4 {
    width: 36px;
    background-position: -56px 0;
}

.small-super-gm5 {
    width: 34px;
    background-position: -92px 0;
}

.guardian-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    background: url(../images/guard-icon.png_20170510) no-repeat;
}

.guardian-1 {
    background-position: 0 0;
}

.guardian-8 {
    background-position: -20px 0;
}

.guardian-2 {
    background-position: -40px 0;
}

.guardian-3 {
    background-position: -60px 0;
}

.guardian-4 {
    background-position: -80px 0;
}

.guardian-5 {
    background-position: -100px 0;
}

.guardian-6 {
    background-position: -120px 0;
}

.guardian-7 {
    background-position: -140px 0;
}

.big-guardian-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 70px;
    height: 70px;
    background: url(../images/big-guard-icon.png_2017042499) no-repeat;
}

.big-guardian-1 {
    background-position: 0 0;
}

.big-guardian-8 {
    background-position: -70px 0;
}

.big-guardian-2 {
    background-position: -140px 0;
}

.big-guardian-3 {
    background-position: -210px 0;
}

.big-guardian-4 {
    background-position: -280px 0;
}

.big-guardian-5 {
    background-position: -350px 0;
}

.big-guardian-6 {
    background-position: -420px 0;
}

.big-guardian-7 {
    background-position: -490px 0;
}

.user-grade {
    position: relative;
    height: 16px;
    width: 36px;
    background: url(../images/user-grade-icons.png_2017122701) no-repeat;
    border-radius: 2px;
}

.user-grade-1 {
    background-position: 0 0;
}

.user-grade-2 {
    background-position: 0 -16px;
}

.user-grade-3 {
    background-position: 0 -32px;
}

.user-grade-4 {
    background-position: 0 -48px;
}

.user-grade-5 {
    background-position: 0 -64px;
}

.user-grade-6 {
    background-position: 0 -80px;
}

.user-grade-7 {
    background-position: 0 -96px;
}

.user-grade-8 {
    background-position: 0 -112px;
}

.user-grade-9 {
    background-position: 0 -128px;
}

.user-grade-10 {
    background-position: 0 -144px;
}

.user-grade-11 {
    background-position: 0 -160px;
}

.user-grade-12 {
    background-position: 0 -176px;
}

.user-grade-13 {
    background-position: 0 -192px;
}

.user-grade-14 {
    background-position: 0 -208px;
}

.user-grade-15 {
    background-position: 0 -224px;
}

.user-grade-16 {
    background-position: 0 -240px;
}

.user-grade-17 {
    background-position: 0 -256px;
}

.user-grade-18 {
    background-position: 0 -272px;
}

.user-grade-19 {
    background-position: 0 -288px;
}

.user-grade-20 {
    background-position: 0 -304px;
}

.user-grade-21 {
    background-position: 0 -320px;
}

.user-grade-22 {
    background-position: 0 -336px;
}

.user-grade-23 {
    background-position: 0 -352px;
}

.user-grade-24 {
    background-position: 0 -368px;
}

.user-grade-25 {
    background-position: 0 -384px;
}

.user-grade-26 {
    background-position: 0 -400px;
}

.user-grade-27 {
    background-position: 0 -416px;
}

.user-grade-28 {
    background-position: 0 -432px;
}

.user-grade-29 {
    background-position: 0 -448px;
}

.user-grade-30 {
    background-position: 0 -464px;
}

.user-grade-31 {
    background-position: 0 -480px;
}

.user-grade-32 {
    background-position: 0 -496px;
}

.user-grade-33 {
    background-position: 0 -512px;
}

.user-grade-34 {
    background-position: 0 -528px;
}

.user-grade-35 {
    background-position: 0 -544px;
}

.user-grade-36 {
    background-position: 0 -560px;
}

.user-grade-37 {
    background-position: 0 -576px;
}

.user-grade-38 {
    background-position: 0 -592px;
}

.user-grade-39 {
    background-position: 0 -608px;
}

.user-grade-40 {
    background-position: 0 -624px;
}

.user-grade-41 {
    background-position: 0 -640px;
}

.user-grade-42 {
    background-position: 0 -656px;
}

.user-grade-43 {
    background-position: 0 -672px;
}

.user-grade-44 {
    background-position: 0 -688px;
}

.user-grade-45 {
    background-position: 0 -704px;
}

.user-grade-46 {
    background-position: 0 -720px;
}

.user-grade-47 {
    background-position: 0 -736px;
}

.user-grade-48 {
    background-position: 0 -752px;
}

.user-grade-49 {
    background-position: 0 -768px;
}

.user-grade-50 {
    background-position: 0 -784px;
}

.user-grade-51 {
    background-position: 0 -800px;
}

.user-grade-52 {
    background-position: 0 -816px;
}

.user-grade-53 {
    background-position: 0 -832px;
}

.user-grade-54 {
    background-position: 0 -848px;
}

.user-grade-55 {
    background-position: 0 -864px;
}

.user-grade-56 {
    background-position: 0 -880px;
}

.user-grade-57 {
    background-position: 0 -896px;
}

.user-grade-58 {
    background-position: 0 -912px;
}

.user-grade-59 {
    background-position: 0 -928px;
}

.user-grade-60 {
    background-position: 0 -944px;
}

.user-grade-61 {
    background-position: 0 -960px;
}

.user-grade-62 {
    background-position: 0 -976px;
}

.user-grade-63 {
    background-position: 0 -992px;
}

.user-grade-64 {
    background-position: 0 -1008px;
}

.user-grade-65 {
    background-position: 0 -1024px;
}

.user-grade-66 {
    background-position: 0 -1040px;
}

.user-grade-67 {
    background-position: 0 -1056px;
}

.user-grade-68 {
    background-position: 0 -1072px;
}

.user-grade-69 {
    background-position: 0 -1088px;
}

.user-grade-70 {
    background-position: 0 -1104px;
}

.user-grade-71 {
    background-position: 0 -1120px;
}

.user-grade-72 {
    background-position: 0 -1136px;
}

.user-grade-73 {
    background-position: 0 -1152px;
}

.user-grade-74 {
    background-position: 0 -1168px;
}

.user-grade-75 {
    background-position: 0 -1184px;
}

.user-grade-76 {
    background-position: 0 -1200px;
}

.user-grade-77 {
    background-position: 0 -1216px;
}

.user-grade-78 {
    background-position: 0 -1232px;
}

.user-grade-79 {
    background-position: 0 -1248px;
}

.user-grade-80 {
    background-position: 0 -1264px;
}

.user-grade-81 {
    background-position: 0 -1280px;
}

.user-grade-82 {
    background-position: 0 -1296px;
}

.user-grade-83 {
    background-position: 0 -1312px;
}

.user-grade-84 {
    background-position: 0 -1328px;
}

.user-grade-85 {
    background-position: 0 -1344px;
}

.user-grade-86 {
    background-position: 0 -1360px;
}

.user-grade-87 {
    background-position: 0 -1376px;
}

.user-grade-88 {
    background-position: 0 -1392px;
}

.user-grade-89 {
    background-position: 0 -1408px;
}

.user-grade-90 {
    background-position: 0 -1424px;
}

.user-grade-91 {
    background-position: 0 -1440px;
}

.user-grade-92 {
    background-position: 0 -1456px;
}

.user-grade-93 {
    background-position: 0 -1472px;
}

.user-grade-94 {
    background-position: 0 -1488px;
}

.user-grade-95 {
    background-position: 0 -1504px;
}

.user-grade-96 {
    background-position: 0 -1520px;
}

.user-grade-97 {
    background-position: 0 -1536px;
}

.user-grade-98 {
    background-position: 0 -1552px;
}

.user-grade-99 {
    background-position: 0 -1568px;
}

.user-grade-100 {
    background-position: 0 -1584px;
}

.mobile-app-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    width: 11px;
    height: 16px;
    background: url(../images/phone-icon.png_2017050499) no-repeat;
}

.gold-icon,
.silver-icon,
.coin-icon,
.zd-icon,
.bullet-icon,
.silver-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background: url(../images/money-icon.png_2017112301) no-repeat;
}

.zd-icon,
.bullet-icon {
    background-position: -40px 0;
}

.silver-icon,
.coin-icon {
    background-position: -20px 0;
}

.jy-icon,
.pz-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    background: url(../images/renwu-icon.png) no-repeat;
}

.pz-icon {
    background-position: 0 -16px;
}

.eyes-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 12px;
    background: url(../images/eyes-icon.png) no-repeat;
}

.location-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 11px;
    height: 15px;
    background: url(../images/location-icon.png_v=20180702) no-repeat;
}

.frame {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 70px;
    height: 70px;
    background: url(../images/guard-frame-bg.png_2017050899) no-repeat;
    z-index: 1;
}

.frame-1 {
    background-position: 0 0;
}

.frame-2 {
    background-position: -70px 0;
}

.frame-3 {
    background-position: -140px 0;
}

.frame-4 {
    background-position: -210px 0;
}

.frame-5 {
    background-position: -280px 0;
}

.frame-6 {
    background-position: -350px 0;
}

.notice,
.notice-error {
    position: absolute;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background: #f6fef3;
    font-family: Microsoft yahei, simsun;
    color: #2ba800;
    border: 1px solid #77e751;
    z-index: 10000;
    text-align: center;
    cursor: pointer;
}

.notice-error {
    background: #fdeee6;
    color: #f14400;
    border: 1px solid #ffb47d;
}

.notice i,
.notice-error i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/notice-icon.png_v=20150728) no-repeat;
}

.notice span,
.notice-error span {
    font-size: 14px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.notice i {
    background-position: -24px 0;
}

.notice-error i {
    background-position: 0 0;
}

.site-v-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 207px;
    height: 100px;
    background: url(../images/site-v-panel-bg.png_2016112999) no-repeat;
    z-index: 110;
}

.site-v-panel .img-box {
    float: left;
    margin: 34px 0 0 11px;
    width: 54px;
    height: 54px;
    border-radius: 100%;
}

.site-v-panel .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.site-v-panel .v-info {
    float: left;
    width: 130px;
    height: 60px;
    margin: 28px 0 0 5px;
    color: #a5a7aa;
    line-height: 20px;
    font-size: 12px;
    word-break: break-all;
    overflow: hidden;
}

.site-v-panel .v-info .v-nickname {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100px;
    *width: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-v-panel .v-info .v-desc {
    display: block;
}

.iboxMsg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2500;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

.iboxMsg .popover-title {
    display: block;
    padding-left: 14px;
    height: 44px;
    line-height: 44px;
    background: #12b7f5;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.iboxMsg .close {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: url(../images/ibox-close.png_v=20161111) no-repeat;
}

.iboxMsg .close:hover {
    background-position: -16px 0;
}

.iboxMsg .popover-content {
    padding: 20px 14px;
    line-height: 22px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
    border-left: 1px solid #e2e1e6;
    border-right: 1px solid #e2e1e6;
}

.iboxMsg .popover-content .ibox-msg {
    color: #777;
}

.iboxMsg .ibox-ft {
    padding: 10px 0 30px;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid #e2e1e6;
    border-top: 0;
}

.iboxMsg .ibox-ft .btn {
    padding: 0 36px;
    margin: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff !important;
    background: #12b7f5;
    text-align: center;
    border-radius: 3px;
}

.iboxMsg .ibox-ft .btn:hover {
    background: #00acec;
}

.iboxMsg .ibox-ft .disable {
    background: #a5a7aa !important;
}

.iboxMsg .ibox-ft .disable:hover {
    background: #999 !important;
}

.iboxMsg .ibox-ft .style2 {
    padding: 0 15px;
}

.exit-ibox {
    top: 50%;
    left: 50%;
    width: 342px;
    margin-left: -171px;
    margin-top: -80px;
}

.accounts-safe-ibox {
    top: 50%;
    left: 50%;
    width: 342px;
    margin-left: -171px;
    margin-top: -116px;
}

.accounts-safe-ibox .popover-content {
    padding: 0 20px 10px;
}

.accounts-safe-ibox .popover-content .title {
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}

.accounts-safe-ibox .popover-content .title .color-red {
    color: #cb1a44;
}

.accounts-safe-ibox .popover-content .row {
    margin-bottom: 5px;
    height: 32px;
    font-size: 12px;
    color: #777;
    overflow: hidden;
}

.accounts-safe-ibox .popover-content .row-left {
    float: left;
    width: 50px;
    height: 32px;
    line-height: 32px;
}

.accounts-safe-ibox .popover-content .row-right {
    float: left;
    line-height: 32px;
}

.accounts-safe-ibox .popover-content .row-right .mid-input {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 130px;
}

.accounts-safe-ibox .popover-content .row-right .mid-input .input {
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e4e5;
}

.accounts-safe-ibox .popover-content .row-right .mid-input .label {
    position: absolute;
    left: 5px;
    top: 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #dedfe1;
    cursor: text;
}

.accounts-safe-ibox .popover-content .row-right .yzm {
    float: left;
    width: 106px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    font-size: 12px;
    color: #a5a7aa;
    text-align: center;
}

.exit-content {
    width: 255px;
    height: 105px;
    background: url(../images/tc.png_v=20170330) no-repeat;
    margin: 0 auto;
}

.lives-list li {
    float: left;
    width: 300px;
}

.lives-list a {
    position: relative;
    display: block;
    padding: 7px;
    width: 286px;
    color: #12b7f5;
}

.lives-list .img-box {
    position: relative;
    height: 160px;
    z-index: 2;
}

.lives-list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.lives-list .game-name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    width: 99px;
    height: 31px;
    line-height: 31px;
    background: url(../images/live-list-gamename.png) no-repeat;
    z-index: 5;
}

.lives-list .game-name .name {
    font-size: 12px;
    color: #fff;
}

.lives-list .sub-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 1;
}

.lives-list .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    width: 45px;
    height: 45px;
    background: url(../images/play-icon-2.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}

.lives-list .room-name {
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    width: 224px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lives-list .meat {
    height: 26px;
    line-height: 26px;
    font-size: 0;
}

.lives-list .meat .views {
    float: right;
    margin-top: 7px;
    line-height: 12px;
    height: 12px;
    font-size: 12px;
    color: #888;
}

.lives-list .meat .anchor {
    max-width: 190px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lives-list a:hover {
    background: #fff;
}

.lives-list a:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lives-list a:hover .sub-mask {
    opacity: .3;
    filter: alpha(opacity=30);
}

.lives-list a:hover .play-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.videos-list li {
    float: left;
    width: 300px;
}

.videos-list a {
    position: relative;
    display: block;
    padding: 7px;
    width: 286px;
    color: #12b7f5;
}

.videos-list .img-box {
    position: relative;
    height: 160px;
    z-index: 2;
}

.videos-list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.videos-list .game-name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    padding-top: 7px;
    width: 276px;
    height: 28px;
    line-height: 28px;
    background: url(../images/video-list-mask.png) no-repeat;
    z-index: 5;
}

.videos-list .game-name .name,
.videos-list .game-name .time {
    float: left;
    font-size: 12px;
    color: #fff;
}

.videos-list .game-name .time {
    margin-right: 10px;
}

.videos-list .sub-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 1;
}

.videos-list .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    width: 45px;
    height: 45px;
    background: url(../images/play-icon-2.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}

.videos-list .room-name {
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    width: 224px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videos-list .meat {
    height: 26px;
    line-height: 26px;
    font-size: 0;
}

.videos-list .meat .views {
    float: right;
    margin-top: 7px;
    line-height: 12px;
    height: 12px;
    font-size: 12px;
    color: #888;
}

.videos-list .meat .anchor {
    max-width: 190px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videos-list a:hover {
    background: #fff;
}

.videos-list a:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.videos-list a:hover .sub-mask {
    opacity: .3;
    filter: alpha(opacity=30);
}

.videos-list a:hover .play-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.list-loading {
    height: 37px;
    padding: 20px 0;
    text-align: center;
}

.list-loading .loading {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 37px;
    height: 37px;
    background: url(../images/loading.gif) no-repeat;
}

.list-loading1 {
    height: 120px;
    text-align: center;
}

.list-loading1 .loading {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 120px;
    height: 120px;
    background: url(../images/loading.gif) no-repeat;
}

.no-something-list {
    margin: 70px 0;
    height: 127px;
    line-height: 127px;
    font-size: 0;
    color: #a5a7aa;
    text-align: center;
}

.no-something-list .qn-logo {
    margin-right: 27px;
    width: 123px;
    height: 127px;
    background: url(../images/qn-logo.png_v=20170330) no-repeat;
}

.no-something-list .text {
    font-size: 32px;
    color: #606060;
}

.no-something-list .text {
    font-size: 14px;
}

.new-video-page .no-something-list {
    line-height: 50px;
}

.live-side-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.live-room-side {
    position: fixed;
    top: 60px;
    left: 0;
    width: 66px;
    height: calc(100% - 60px);
    background: #292a33;
}

.live-room-side .unfold,
.live-room-side-more .unfold {
    position: absolute;
    top: 50%;
    margin-top: -59px;
    right: -14px;
    width: 14px;
    height: 118px;
    background: url(../images/side-unfold1.png) 0 0 no-repeat;
}

.live-room-side .unfold:hover,
.live-room-side-more .unfold:hover {
    background-position: -14px 0;
}

.open-left .live-room-side .unfold:hover,
.open-left .live-room-side-more .unfold:hover {
    background-position: -42px 0;
}

.open-left .live-room-side .unfold,
.open-left .live-room-side-more .unfold {
    background-position: -28px 0;
}

.live-room-side .logo-area {
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/small-logo.png) no-repeat;
    border-bottom: 1px solid #34353d;
}

.live-room-side .fn-area .li {
    position: relative;
    padding-top: 20px;
    height: 60px;
}

.live-room-side .fn-area .a {
    display: block;
    font-size: 12px;
    color: #d4d4d6;
    text-align: center;
}

.live-room-side .fn-area .fn-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/side-fn-icon.png_v=20180905) no-repeat;
    vertical-align: middle;
}

.live-room-side .fn-area p {
    line-height: 30px;
}

.live-room-side .fn-area a:hover .fn-icon {
    background-position: -28px 0;
}

.live-room-side .fn-area .gz .fn-icon {
    background-position: 0 0;
}

.live-room-side .fn-area .gz a:hover .fn-icon {
    background-position: -28px 0;
}

.live-room-side .fn-area .yl .fn-icon {
    background-position: 0 -28px;
}

.live-room-side .fn-area .yl a:hover .fn-icon {
    background-position: -28px -28px;
}

.live-room-side .fn-area .zb .fn-icon {
    background-position: 0 -56px;
}

.live-room-side .fn-area .zb a:hover .fn-icon {
    background-position: -28px -56px;
}

.live-room-side .fn-area a:hover {
    color: #179bce;
}

.live-room-side .login-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 80px;
    background: url(../images/kf-icon.png) no-repeat;
}

.live-room-side .login-content:hover {
    background-position: -66px 0;
}

.live-room-side .fn-area .sub-dyue-ibox {
    display: none;
    position: absolute;
    top: 0;
    left: 66px;
    width: 297px;
    height: 375px;
    background: #130f04;
    overflow: hidden;
}

.live-room-side .fn-area .sub-dyue-ibox .js-flow {
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

.live-room-side .fn-area .sub-dyue-ibox .no-dyue-list {
    padding-top: 103px;
    height: 272px;
    background: #130f04;
    text-align: center;
}

.live-room-side .fn-area .sub-dyue-ibox .no-dyue-list .no-list-icon {
    display: inline-block;
    width: 91px;
    height: 114px;
    background: url(../images/no-dingyue.png) no-repeat;
}

.live-room-side .fn-area .sub-dyue-ibox .no-dyue-list p {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    color: #a5a7aa;
}

.live-room-side .fn-area .sub-dyue-ibox li {
    border-bottom: 1px solid #333128;
}

.live-room-side .fn-area .sub-dyue-ibox a {
    display: block;
    padding: 25px 20px 20px 15px;
    width: 262px;
    height: 48px;
    background: #130f04;
    color: #a5a7aa;
}

.live-room-side .fn-area .sub-dyue-ibox li .img-box {
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
}

.live-room-side .fn-area .sub-dyue-ibox li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.live-room-side .fn-area .sub-dyue-ibox a:hover {
    background: #252118;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area {
    float: left;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .title-area {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .play-icon {
    display: none;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 17px;
    height: 14px;
    background: url(../images/list-live.png) no-repeat;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .title-area span {
    float: left;
    margin-right: 4px;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-room-side .fn-area .sub-dyue-ibox .on-live .info-area .play-icon {
    display: block;
}

.live-room-side .fn-area .sub-dyue-ibox .on-live .info-area .title-area span {
    max-width: 148px;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .other-info {
    width: 194px;
    height: 30px;
    line-height: 30px;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .other-info .nickname {
    float: left;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-room-side .fn-area .sub-dyue-ibox .info-area .other-info .online {
    float: right;
}

.live-room-side .fn-area .hover .sub-dyue-ibox {
    display: block;
}

.live-room-side-more {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 230px;
    height: calc(100% - 60px);
    background: #292a33;
}

.live-room-side-more .channel-area {
    padding-top: 20px;
    border-bottom: 1px solid #3b3c46;
}

.live-room-side-more .channel-area li {
    margin-bottom: 26px;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
}

.live-room-side-more .channel-area a {
    display: block;
    font-size: 0;
    color: #d4d4d6;
    transition: none;
}

.live-room-side-more .channel-area .fn-icon {
    margin-right: 10px;
    width: 22px;
    height: 20px;
    background: url(../images/side-icons.png) no-repeat;
}

.live-room-side-more .channel-area .zb .fn-icon {
    background-position: -22px 0;
}

.live-room-side-more .channel-area .gz .fn-icon {
    background-position: 0 0;
}

.live-room-side-more .channel-area .zb a:hover .fn-icon {
    background-position: -22px -20px;
}

.live-room-side-more .channel-area .gz a:hover .fn-icon {
    background-position: 0 -20px;
}

.live-room-side-more .channel-area a:hover {
    color: #12b7f5;
}

.live-room-side-more .channel-area a span {
    font-size: 12px;
}

.live-room-side-more .side-hot-game {
    padding: 18px 15px;
}

.live-room-side-more .side-hot-game .hd {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #818285;
}

.live-room-side-more .side-hot-game .hd a {
    font-size: 14px;
    color: #818285;
}

.live-room-side-more .side-hot-game .hd a:hover {
    color: #12b7f5;
}

.live-room-side-more .side-hot-game .bd {
    margin-bottom: 20px;
}

.live-room-side-more .side-hot-game ul {
    position: relative;
    *zoom: 1;
    margin-right: -10px;
}

.live-room-side-more .side-hot-game li {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    width: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.live-room-side-more .side-hot-game .bd a {
    display: block;
    background: #353640;
    font-size: 12px;
    color: #aeaeb1;
    padding: 0 5px;
    width: 50px;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-room-side-more .side-hot-game .all {
    color: #12b7f5;
}

.live-room-side-more .side-hot-game .bd a:hover,
.live-room-side-more .side-hot-game .bd .active a {
    background: #12b7f5;
    color: #fff;
}

.live-room-side-more .login-content {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .85);
}

.live-room-side-more .login-content .no-login {
    padding: 20px 0 0;
    width: 230px;
    height: 80px;
    text-align: center;
}

.live-room-side-more .login-content .no-login .fn-area .login-fn-btn {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 88px;
    height: 28px;
    line-height: 28px;
    background: #00a5e2;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 5px;
}

.live-room-side-more .login-content .no-login .fn-area .login-fn-btn:hover {
    background: #12b7f5;
}

.live-room-side-more .login-content .fn-area {
    font-size: 0;
    text-align: center;
}

.live-room-side-more .login-content .fn-btn-area {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 14px;
    width: 202px;
    text-align: center;
}

.live-room-side-more .login-content .fn-btn-area .side-foot-btn-area {
    font-size: 0;
}

.live-room-side-more .login-content .fn-btn-area .side-foot-btn {
    margin: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #555;
}

.live-room-side-more .login-content .fn-btn-area .side-foot-btn:hover {
    color: #12b7f5;
}

.open-left .live-room-side-more {
    display: block;
}

.open-left .live-room-side {
    display: none;
}

.live-room-side-more .open-login .login {
    padding: 58px 14px 0;
    height: 302px;
    width: 202px;
}

.live-room-side-more .open-login .login .login-arrow {
    opacity: 0;
}

.live-room-side-more .open-login .login .a-1,
.live-room-side-more .open-login .login .a-2,
.live-room-side-more .open-login .login .fn-area,
.live-room-side-more .open-login .login .login-fn-area {
    opacity: 1;
}

.live-room-side-more .open-login .login .user-area .info .name {
    max-width: 120px;
}

.pageArea {
    margin-top: 24px;
    overflow: hidden;
    text-align: center;
}

.pageArea .page-num {
    float: left;
    line-height: 20px;
    cursor: default;
}

.pageArea .page-num small {
    margin: 0 5px;
}

.pageArea .page {
    height: 20px;
    display: inline-block;
    overflow: hidden;
}

.pageArea .page ul {
    margin-right: 0;
    margin-left: 0;
}

.pageArea .page li {
    float: left;
    _display: inline;
    margin: 0 1px;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #a6a7ab;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.pageArea .page li a {
    display: block;
    padding: 0 8px;
    background: #f3f3f3;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    color: #a6a7ab;
}

.pageArea .page li span {
    padding: 0 8px;
}

.pageArea .page li a:hover {
    background: #eee;
}

.pageArea .page li a:active {
    background: #e6e6e6;
}

.pageArea .page .active a,
.pageArea .page .active a:hover,
.pageArea .page .active a:active {
    background: #12b7f5;
    color: #fff;
}

.pageArea .page .active {
    background: #1497e5;
    color: #fff;
}

.tips {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 100;
}

.tips .tipsArea {
    _width: 10px;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    font-family: simsun;
    background: #0f0f0f;
    background: rgba(0, 0, 0, .7);
    cursor: default;
}

.tips .tips-arrow {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: #0f0f0f;
    border-top-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}

.authenticate-ibox {
    position: absolute;
    top: 500px;
    right: 100px;
    padding: 0 3px;
    height: 20px;
    line-height: 20px;
    background: #fafafa;
    border: 1px solid #c4c4c4;
    font-size: 12px;
    z-index: 10;
}

.authenticate-ibox .arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 5px;
    background: url(../images/room-icons.png) -340px -760px no-repeat;
}

.winning-ibox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 466px;
    margin-left: -233px;
    margin-top: -280px;
    z-index: 100;
}

.winning-ibox .hd {
    width: 466px;
    height: 212px;
    background: url(../images/winner-ibox-hd.png) no-repeat;
}

.winning-ibox .bd {
    padding: 0 64px 0 62px;
    width: 340px;
}

.winning-ibox .top-content {
    padding: 16px 44px 30px;
    background: #fff;
}

.winning-ibox .top-content .content {
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.winning-ibox .top-content .more {
    display: block;
    margin: 12px 0 18px;
    line-height: 30px;
    font-size: 14px;
    color: #756106;
}

.winning-ibox .top-content .more:hover {
    text-decoration: underline;
}

.winning-ibox .top-content .yellow-btn {
    width: 230px;
    height: 55px;
    background: url(../images/yellow-btn.png) no-repeat;
}

.winning-ibox .bottom-content {
    padding: 24px 0 10px;
    border-top: 1px solid #e4e4e4;
    border-radius: 0 0 5px 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
}

.winning-ibox .bottom-content li {
    float: left;
    margin: 0 25px;
    width: 50px;
    text-align: center;
}

.winning-ibox .bottom-content a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/new-icons-50.png) no-repeat;
}

.winning-ibox .bottom-content p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.winning-ibox .bottom-content .wx-icon {
    background-position: 0 0;
}

.winning-ibox .bottom-content .wb-icon {
    background-position: -50px 0;
}

.winning-ibox .bottom-content .qqkj-icon {
    background-position: -100px 0;
}

.winning-ibox .bottom-content .wx-icon:hover {
    background-position: 0 -50px;
}

.winning-ibox .bottom-content .wb-icon:hover {
    background-position: -50px -50px;
}

.winning-ibox .bottom-content .qqkj-icon:hover {
    background-position: -100px -50px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 30;
}

.maxScrean .topBar-bg {
    display: none !important;
}

.association-search-ibox {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 2px 0;
    width: 342px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    overflow: hidden;
    z-index: 2;
}

.association-search-ibox li {
    height: 30px;
    line-height: 30px;
}

.association-search-ibox li a {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    color: #333;
    background: #fff;
}

.association-search-ibox li a:hover,
.association-search-ibox .active a {
    background: #eee;
}

.seach-hot-ibox {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 8px 10px;
    width: 290px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    overflow: hidden;
    z-index: 2;
}

.seach-hot-ibox .search-history {
    position: relative;
    margin-bottom: 8px;
}

.seach-hot-ibox .search-history .hd {
    padding-left: 6px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    color: #999;
}

.seach-hot-ibox .search-history .hd .icon {
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 14px;
    background: url(../images/new-search-icon.png) 0 0 no-repeat;
    vertical-align: -3px;
}

.seach-hot-ibox .search-history .clear {
    position: absolute;
    top: 6px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/new-search-icon.png) -41px 0 no-repeat;
}

.seach-hot-ibox .search-history .clear:hover {
    background-position: -57px 0;
}

.seach-hot-ibox .search-history .content {
    margin-top: 12px;
}

.seach-hot-ibox .search-history .content.no-history .no-content {
    margin: 10px auto 0;
    width: 71px;
    height: 78px;
    background: url(../images/no-search.png) no-repeat;
}

.seach-hot-ibox .search-history .content.no-history ul {
    display: none;
}

.seach-hot-ibox .search-history .content li {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 12px;
    height: 23px;
    background: #efefef;
    border-radius: 20px;
    cursor: pointer;
}

.seach-hot-ibox .search-history .content li.hover {
    background: #e0e0e0;
}

.seach-hot-ibox .search-history .content li.hover .close {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 13px;
    height: 13px;
    background: url(../images/new-search-icon.png) -28px 0 no-repeat;
}

.seach-hot-ibox .search-history .content li p {
    max-width: 82px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seach-hot-ibox .hot-saerch .hd {
    padding-left: 6px;
    margin-bottom: 3px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    color: #999;
}

.seach-hot-ibox .hot-saerch .hd .icon {
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 14px;
    background: url(../images/new-search-icon.png) -14px 0 no-repeat;
    vertical-align: -2px;
}

.seach-hot-ibox .hot-saerch li {
    float: left;
    position: relative;
    padding-left: 8px;
    margin-right: 10px;
    width: 132px;
    height: 26px;
    background: #fff;
    border-radius: 20px;
    -moz-transition: background-color 200ms ease-out;
    -webkit-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}

.seach-hot-ibox .hot-saerch li:nth-child(2n) {
    margin-right: 0;
}

.seach-hot-ibox .hot-saerch li .a {
    font-size: 12px;
    height: 100%;
    color: #333;
}

.seach-hot-ibox .hot-saerch li .num {
    display: block;
    float: left;
    margin: 6px 15px 6px 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #a5a7aa;
    font-weight: 700;
    text-align: center;
}

.seach-hot-ibox .hot-saerch li .search-hot-name {
    float: left;
    width: 103px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seach-hot-ibox .hot-saerch li:hover,
.seach-hot-ibox .hot-saerch .hover {
    background: #eaeaea;
}

.up-area {
    position: fixed;
    bottom: 50px;
    right: 24px;
    width: 56px;
    z-index: 15;
}

.up-area a {
    position: relative;
    display: block;
    width: 56px;
    height: 40px;
    background: rgb(60, 60, 60);
    background: rgba(60, 60, 60, .4);
    overflow: hidden;
}

.up-area .lb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.up-area .mx {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.up-area .my-live,
.up-area .my-live:hover,
.up-area .feedback-icon,
.up-area .feedback-icon:hover,
.up-area .mobile-app,
.up-area .mobile-app:hover,
.up-area .up-icon,
.up-area .up-icon:hover {
    margin-top: 4px;
    height: 56px;
    background: url(../images/icons.png) no-repeat;
    -webkit-transition: background-position 0.2s ease-in;
    -moz-transition: background-position 0.2s ease-in;
    -ms-transition: background-position 0.2s ease-in;
    -o-transition: background-position 0.2s ease-in;
    transition: background-position 0.2s ease-in;
}

.up-area .my-live {
    background-position: 0 -340px;
}

.up-area .feedback-icon {
    background-position: 0 -400px;
}

.up-area .mobile-app {
    background-position: 0 -460px;
}

.up-area .up-icon {
    background-position: 0 -520px;
}

.up-area a:hover {
    background: #00a5e2;
    overflow: inherit;
}

.up-area .my-live:hover {
    background-position: -80px -340px;
}

.up-area .feedback-icon:hover {
    background-position: -80px -400px;
}

.up-area .mobile-app:hover {
    background-position: -80px -460px;
}

.up-area .up-icon:hover {
    background-position: -80px -520px;
}

.up-area a span {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: 16px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

.up-area .mx span {
    height: 40px;
    line-height: 40px;
    border-bottom: none;
}

.up-area a:hover span,
.up-area a:active span {
    border-bottom-color: #00a5e2;
}

.up-area a .tit {
    position: absolute;
    top: 12px;
    left: -90px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=00);
    -moz-transition: opacity 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    font-size: 16px;
    color: #808080;
}

.up-area a .tit .triangle {
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.up-area a:hover .tit {
    opacity: 1;
    filter: alpha(opacity=100);
}

.up-area .mobile-app:hover .bg {
    position: absolute;
    bottom: 0;
    left: -150px;
    width: 143px;
    height: 212px;
    background: url(../images/up-area-qn-icon.png_2017050311) no-repeat;
    z-index: 1;
}

.white-bg-title {
    position: absolute;
    padding: 6px 10px;
    width: 216px;
    background: #fff;
    border: 1px solid #e2e1e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    z-index: 10;
}

.white-bg-title .close {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/white-bg-close.png) no-repeat;
}

.white-bg-title .arrow {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 7px;
    background: url(../images/white-bg-arrow.png) no-repeat;
}

.white-bg-title .content {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.pure-videos-list li {
    float: left;
    width: 300px;
}

.pure-videos-list a {
    position: relative;
    display: block;
    padding: 7px;
    width: 286px;
    color: #12b7f5;
}

.pure-videos-list .img-box {
    position: relative;
    height: 160px;
    z-index: 2;
}

.pure-videos-list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.pure-videos-list .sub-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=00);
    z-index: 1;
}

.pure-videos-list .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    width: 45px;
    height: 45px;
    background: url(../images/play-icon-2.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}

.pure-videos-list a:hover .sub-mask {
    opacity: .3;
    filter: alpha(opacity=30);
}

.pure-videos-list a:hover .play-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pure-videos-list li .room-name {
    float: left;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    width: 208px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pure-videos-list li .views {
    float: right;
    margin-top: 10px;
    line-height: 26px;
    height: 26px;
    font-size: 0;
    color: #888;
}

.pure-videos-list li .views span {
    font-size: 12px;
    margin-left: 5px;
}

.boolean-area {
    position: relative;
    border: 1px solid #00a5e2;
    width: 54px;
    height: 26px;
    background: #00a5e2;
    border-radius: 20px;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
    overflow: hidden;
}

.boolean-area .boolean {
    position: absolute;
    top: 0;
    left: 28px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100%;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.boolean-false {
    background: #dedfe0;
    border-color: #dedfe0;
}

.boolean-false .boolean {
    left: 0;
}

.no-flash {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.no-flash a {
    color: #0372cf;
    text-decoration: none;
}

.no-flash a:hover {
    text-decoration: underline;
}

.im-room-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mask-50.png) repeat;
    z-index: 30;
}

.im-room-guide {
    position: absolute;
    top: 265px;
    left: 6px;
    width: 306px;
    height: 129px;
    background: url(../images/im-room-guide.png) no-repeat;
    z-index: 31;
}

.im-room-guide .guide-btn {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 28px;
    background: url(../images/im-room-guide-btn.png_2017080322) no-repeat;
    z-index: 1;
}

.google-gg-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 225px;
    z-index: 30;
}

.google-gg-area .hd {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    cursor: crosshair;
}

.google-gg-area .music-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/music-icon.png) no-repeat;
    z-index: 1;
}

.google-gg-area .no-music-icon {
    background-position: 0 -32px;
}

.google-gg-area .times-area {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0 12px;
    width: 134px;
    height: 32px;
    line-height: 32px;
    background: url(../images/times-mask-bg.png) repeat;
}

.google-gg-area .times-area .time-left {
    position: relative;
    float: left;
    width: 41px;
    font-size: 12px;
    color: #fff;
}

.google-gg-area .times-area .time-left .color {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #12b7f5;
}

.google-gg-area .times-area .time-left small {
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #777;
}

.google-gg-area .times-area .time-right {
    float: left;
    padding-left: 8px;
    width: 84px;
}

.google-gg-area .times-area .time-right a {
    font-size: 12px;
    color: #fff;
}

.google-gg-area .times-area .time-right a:hover {
    color: #12b7f5;
}

.google-pic-area {
    position: absolute;
    top: 264px;
    right: 23px;
    width: 80px;
    height: 80px;
    z-index: 30;
}

.google-pic-area .close {
    position: absolute;
    top: -19px;
    right: -21px;
    width: 23px;
    height: 23px;
    background: url(../images/google-pic-close.png) 0 0 no-repeat;
}

.google-pic-area .pic-area {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.google-pic-ibox {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background: #fff;
    z-index: 99;
}

.google-pic-ibox .close {
    position: absolute;
    bottom: 204px;
    left: -23px;
    width: 23px;
    height: 54px;
    background: url(../images/google-pic-close.png) 0 -23px no-repeat;
}

.google-pic-ibox .google-ifream {
    width: 100%;
    height: 100%;
}

.nothing-video-area {
    height: 300px;
    background: url(../images/nothing-video.jpg) center center no-repeat;
}

.new-logins-ibox {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -215px;
    margin-left: -210px;
    width: 420px;
    z-index: 32;
}

.new-logins-ibox .close {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat;
    z-index: 1;
}

.new-logins-ibox .transformation-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    z-index: 2;
}

.new-logins-ibox .transformation-btn img {
    display: block;
    border-radius: 0 6px 0 0;
    width: 68px;
    height: 68px;
}

.new-logins-ibox .logins-hd {
    position: relative;
    height: 95px;
    line-height: 95px;
    font-size: 20px;
    color: #555;
    z-index: 3;
}

.new-logins-ibox .logins-hd a {
    float: right;
    margin-top: 36px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #12b7f5;
}

.new-logins-ibox .logins-hd a:hover {
    color: #00acec;
}

.new-logins-ibox .login-area-hd {
    margin-bottom: 25px;
    height: 70px;
    border-bottom: 1px solid #e9e9e9;
}

.new-logins-ibox .login-area-hd .login-nav {
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
}

.new-logins-ibox .login-area-hd .login-nav.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00a5e2;
}

.new-logins-ibox .login-area-hd .login-nav.active {
    color: #00a5e2;
}

.new-logins-ibox .bd .row {
    position: relative;
    margin-bottom: 30px;
    height: 42px;
}

.new-logins-ibox .bd .row-left {
    float: left;
    width: 41px;
    height: 42px;
}

.new-logins-ibox .accounts-icon,
.new-logins-ibox .password-icon,
.new-logins-ibox .mobile-icon,
.new-logins-ibox .name-icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/input-icon.png) no-repeat;
}

.new-logins-ibox .accounts-icon {
    background-position: 0 0;
}

.new-logins-ibox .password-icon {
    background-position: -41px 0;
}

.new-logins-ibox .mobile-icon {
    background-position: -82px 0;
}

.new-logins-ibox .name-icon {
    background-position: -123px 0;
}

.new-logins-ibox .bd .row-right {
    position: relative;
    float: right;
    width: 309px;
}

.new-logins-ibox .bd .row-right .input {
    padding: 0 10px;
    width: 287px;
    height: 40px;
    border: 1px solid #dedfe0;
    background: #fff;
    font-size: 14px;
    color: #a5a7aa;
}

.new-logins-ibox .bd .row-right .label {
    position: absolute;
    top: 0;
    left: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #a5a7aa;
    cursor: text;
}

.new-logins-ibox .bd .row .error-title {
    display: none;
    position: absolute;
    bottom: -28px;
    left: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #ee778a;
}

.new-logins-ibox .bd .error .error-title {
    display: block;
}

.new-logins-ibox .label-row {
    margin-bottom: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 0;
}

.new-logins-ibox .label-row .fr {
    font-size: 12px;
    color: #777;
}

.new-logins-ibox .label-row .fr:hover {
    color: #12b7f5;
}

.new-logins-ibox .label-row label {
    float: left;
    cursor: pointer;
}

.new-logins-ibox .label-row label .checkbox {
    vertical-align: middle;
}

.new-logins-ibox .label-row .checkbox {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url(../images/new-login-checkbox.jpg) no-repeat;
    cursor: pointer;
}

.new-logins-ibox .label-row .checkboxed {
    background-position: -20px 0;
}

.new-logins-ibox .label-row span {
    font-size: 12px;
    color: #777;
}

.new-logins-ibox .btn-area {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.new-logins-ibox .btn-area .news-login-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: #12b7f5;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}

.new-logins-ibox .btn-area .news-login-btn:hover {
    background: #17aee6;
}

.new-logins-ibox .btn-area .news-login-btn:active {
    background: #20b9f2;
}

.new-logins-ibox .third-login {
    margin-top: 20px;
    height: 24px;
    line-height: 24px;
}

.new-logins-ibox .third-login .fl {
    font-size: 12px;
    color: #777;
}

.new-logins-ibox .third-login .fr {
    font-size: 12px;
    color: #12b7f5;
}

.new-logins-ibox .third-login .fr:hover {
    color: #00acec;
}

.new-logins-ibox .third-login .third-area {
    float: left;
}

.new-logins-ibox .third-login .third-area li {
    float: left;
    _display: inline;
    margin-left: 10px;
}

.new-logins-ibox .third-login .third-area li a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.new-logins-ibox .third-login .third-area li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/third-icon.png) no-repeat;
    z-index: 1;
}

.new-logins-ibox .third-login .third-area .qq a {
    background: #76b9ed;
}

.new-logins-ibox .third-login .third-area .qq .icon {
    background-position: 0 0;
}

.new-logins-ibox .third-login .third-area .wb a {
    background: #ee778a;
}

.new-logins-ibox .third-login .third-area .wx .icon {
    background-position: -24px 0;
}

.new-logins-ibox .third-login .third-area .wx a {
    background: #50c877;
}

.new-logins-ibox .third-login .third-area .wb .icon {
    background-position: -48px 0;
}

.new-logins-ibox .third-login .third-area .tb a {
    background: #76b9ed;
}

.new-logins-ibox .third-login .third-area .tb .icon {
    background-position: -72px 0;
}

.new-logins-ibox .third-login .third-area li .bg {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 0;
    margin-left: -12px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
    -moz-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
    -ms-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
    -o-transition: .5s cubic-bezier(.3, 0, 0, 1.3);
    transition: .5s cubic-bezier(.3, 0, 0, 1.3);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: 0;
}

.new-logins-ibox .third-login .third-area .qq a:hover .bg {
    background: #3ca5f6;
}

.new-logins-ibox .third-login .third-area .wb a:hover .bg {
    background: #f74964;
}

.new-logins-ibox .third-login .third-area .wx a:hover .bg {
    background: #1dc353;
}

.new-logins-ibox .third-login .third-area .tb a:hover .bg {
    background: #3ca5f6;
}

.new-logins-ibox .third-login .third-area a:hover .bg {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.new-logins-ibox .row-mobile .row-right .input {
    padding: 0 10px 0 65px;
    width: 232px;
}

.new-logins-ibox .row-mobile .row-right .label {
    left: 65px;
}

.new-logins-ibox .row-mobile .select {
    position: absolute;
    top: 0;
    left: 5px;
    padding-right: 10px;
    width: 45px;
    font-size: 14px;
    color: #999;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    z-index: 2;
}

.new-logins-ibox .row-mobile .select .arrow {
    position: absolute;
    top: 18px;
    right: 1px;
    width: 8px;
    height: 6px;
    background: url(../images/new-arrow.png) no-repeat;
}

.new-logins-ibox .row-mobile .select .option {
    display: none;
    position: absolute;
    top: 42px;
    left: -5px;
    height: 217px;
    overflow-y: auto;
    overflow-x: hidden;
}

.new-logins-ibox .row-mobile .select .option li {
    padding-left: 10px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: none;
}

.new-logins-ibox .row-mobile .select .option a {
    display: block;
    height: 100%;
    width: 100%;
    color: #8a8a8a;
}

.new-logins-ibox .row-mobile .select .option a:hover {
    color: #4d8cf5;
}

.new-logins-ibox .row-yzm .row-left {
    position: relative;
    margin-right: 10px;
    width: 220px;
    height: 42px;
}

.new-logins-ibox .row-yzm .yzm-input {
    padding: 0 10px;
    width: 198px;
    height: 40px;
    border: 1px solid #dedfe0;
    background: #fff;
    font-size: 14px;
    color: #a5a7aa;
}

.new-logins-ibox .row-yzm .row-left .label {
    position: absolute;
    top: 0;
    left: 10px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #a5a7aa;
    cursor: text;
}

.new-logins-ibox .row-yzm .row-right {
    width: 120px;
}

.new-logins-ibox .row-yzm .yzm-btn {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #12b7f5;
    border-radius: 2px;
    text-align: center;
}

.new-logins-ibox .row-yzm .yzm-btn:hover {
    background: #17aee6;
}

.new-logins-ibox .row-yzm .yzm-btn:active {
    background: #20b9f2;
}

.new-logins-ibox .row-yzm .disable:hover,
.new-logins-ibox .row-yzm .disable:active {
    background: #12b7f5 !important;
    color: #fff !important;
}

.code-login,
.first-login,
.new-register,
.logins-area-content {
    position: relative;
    padding: 23px 35px 45px 35px;
    border-radius: 6px;
    background: #fff url(../images/bg.jpg) left bottom no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

.code-login {
    padding: 12px 0 96px;
    text-align: center;
}

.code-login .transformation-btn {
    background-position: -68px 0;
}

.code-login .code-title {
    height: 117px;
    line-height: 117px;
    font-size: 20px;
    color: #555;
}

.code-login .img-box,
.code-login .code-yd {
    position: relative;
    float: left;
    margin-left: 32px;
    width: 160px;
    height: 160px;
}

.code-login .code-yd {
    float: right;
    position: relative;
    margin-right: 32px;
    width: 160px;
    height: 160px;
}

.code-login .img-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    width: 37px;
    height: 37px;
    background: url(../images/loading.gif) no-repeat;
    z-index: 2;
}

.code-login .img-box .sub-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
    z-index: 1;
}

.code-login .img-box .sub-title {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    z-index: 2;
}

.code-login .img-box .code-btn {
    display: none;
    position: absolute;
    top: 73px;
    left: 30px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    background: #12b7f5;
    border-radius: 5px;
    z-index: 2;
}

.code-login .img-box .code-btn:hover {
    background: #17aee6;
}

.code-login .img-box .code-btn:active {
    background: #20b9f2;
}

.code-login .login-past .img-box .sub-mask,
.code-login .login-past .img-box .sub-title,
.code-login .login-past .img-box .code-btn {
    display: block;
}

.code-login .code-tit {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #777;
}

.code-login .code-tit .color {
    margin: 0 4px;
    color: #12b7f5;
}

.new-register .label-row {
    margin-top: 14px;
}

.new-register .label-row a {
    color: #12b7f5;
}

.new-register .label-row a:hover {
    color: #00acec;
    text-decoration: underline;
}

.red-spot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #cb1b45;
    border-radius: 100%;
    z-index: 2;
}

.no-guard-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -183px 0 0 -260px;
    width: 520px;
    height: 366px;
    background: #fff;
    z-index: 33;
}

.no-guard-ibox .close {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 14px;
    height: 14px;
    background: url(../images/no-close.png) no-repeat;
}

.no-guard-ibox .close:hover {
    background-position: -14px 0;
}

.no-guard-ibox .no-guard-bd {
    height: 306px;
    background: url(../images/no-guard-bd.jpg_2017122701) no-repeat;
}

.no-guard-ibox .blue-zs-btn {
    margin-top: 12px;
    display: inline-block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.ibox-hide {
    display: none\9;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all cubic-bezier(.39, .58, .57, 1) .3s;
    transition: all cubic-bezier(.39, .58, .57, 1) .3s;
}

.ibox-show {
    display: block\9;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.progress-line {
    width: 50%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 50px 0 0 100px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #ddd inset;
}

.progress-line .progress-line-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #2989d8;
    background: -moz-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(33%, #2989d8), color-stop(34%, #7db9e8), color-stop(59%, #7db9e8), color-stop(60%, #2989d8));
    background: -webkit-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    background: -o-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    background: -ms-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    background: linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#2989d8', GradientType=1);
    background-size: 60px 30px;
    text-align: center;
    color: #fff;
    -webkit-animation: load 3s ease-in;
}

@-webkit-keyframes load {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.progress-reunite {
    position: relative;
    margin: 50px 0 0 100px;
    width: 80%;
    height: 50px;
}

.progress-reunite .bar {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 100%;
    height: 10px;
    background: #ccc;
}

.progress-reunite .bar .bar-bg {
    position: absolute;
    display: inline-block;
    background: #12b7f5;
    height: 10px;
    width: 100%;
    -webkit-animation: bgLoad 5.5s linear;
}

@-webkit-keyframes bgLoad {
    0% {
        width: 0%;
    }
    18.18%,
    27.27% {
        width: 25%;
    }
    45.45%,
    54.54% {
        width: 50%;
    }
    72.72%,
    81.81% {
        width: 75%;
    }
    100% {
        width: 100%;
    }
}

.progress-reunite .progress-round {
    position: absolute;
    top: 0;
    margin-top: -10px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
}

.progress-reunite .round-1 {
    left: 0%;
    background: #12b7f5;
}

.progress-reunite .round-2 {
    left: 25%;
    background: #12b7f5;
    -webkit-animation: circleLoad_1 1.5s ease-in;
}

.progress-reunite .round-3 {
    left: 50%;
    background: #12b7f5;
    -webkit-animation: circleLoad_2 3s ease-in;
}

.progress-reunite .round-4 {
    left: 75%;
    background: #12b7f5;
    -webkit-animation: circleLoad_3 4.5s ease-in;
}

.progress-reunite .round-5 {
    left: 100%;
    background: #12b7f5;
    -webkit-animation: circleLoad_4 6s ease-in;
}

@-webkit-keyframes circleLoad_1 {
    0%,
    66.66% {
        background: #ccc;
    }
    100% {
        background: #12b7f5;
    }
}

@-webkit-keyframes circleLoad_2 {
    0%,
    83.34% {
        background: #ccc;
    }
    100% {
        background: #12b7f5;
    }
}

@-webkit-keyframes circleLoad_3 {
    0%,
    88.88% {
        background: #ccc;
    }
    100% {
        background: #12b7f5;
    }
}

@-webkit-keyframes circleLoad_4 {
    0%,
    91.67% {
        background: #ccc;
    }
    100% {
        background: #12b7f5;
    }
}

.progress-outer {
    position: relative;
    margin: 100px auto;
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    overflow: hidden;
}

.progress-outer #load_left,
.progress-outer #load_right {
    width: 90px;
    height: 180px;
    position: absolute;
    overflow: hidden;
}

.progress-outer #load_left {
    top: 0;
    left: 0;
    border-top-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
    transform-origin: 100% 50%;
}

.progress-outer #load_right {
    top: 0;
    left: 50%;
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
    transform-origin: 0 50%;
}

.progress-outer #load_left .round,
.progress-outer #load_right .round {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 180px;
    background: #12b7f5;
}

.progress-outer #load_left .round {
    border-top-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
    transform-origin: 100% 50%;
}

.progress-outer #load_right .round {
    top: 0;
    right: 0%;
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
    transform-origin: 0 50%;
}

.progress-outer #inner-nums {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    color: #000;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 5px 0px #ddd inset;
}

#progress-outer-control {
    margin: 10px auto;
    padding: 15px;
    width: 260px;
    height: 30px;
    border: 1px dotted green;
}

@-webkit-keyframes rot_left {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes rot_right {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes rot_left {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes rot_right {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.db-soldier-tips-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    background: url(../images/mask-90.png) repeat;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    cursor: default;
    z-index: 42;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.no-accompany-play {
    position: fixed;
    top: 70%;
    right: 10px;
    width: 62px;
    height: 59px;
    background: url(../images/room-icons.png_v=20180628) -380px 0 no-repeat;
    z-index: 50;
}

.no-accompany-play .close {
    position: absolute;
    top: -26px;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../images/room-icons.png_v=20180628) -381px -61px no-repeat;
}

.no-accompany-play .close:hover,
.no-accompany-play .close:active {
    background-position: -401px -61px;
}

.no-accompany-play .no-accompany-play-ibox {
    position: absolute;
    top: -40px;
    right: 95px;
    width: 200px;
    height: 203px;
    background: url(../images/room-icons.png_v=20180628) -200px -80px no-repeat;
}

.no-accompany-play .no-accompany-play-ibox .ibox-close {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/room-icons.png_v=20180628) -340px -40px no-repeat;
}

.no-accompany-play .no-accompany-play-ibox .ibox-close:hover,
.no-accompany-play .no-accompany-play-ibox .ibox-close:active {
    background-position: -360px -40px;
}

.no-accompany-play .no-accompany-play-ibox .btn-area {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 184px;
    height: 29px;
}

.no-accompany-play .no-accompany-play-ibox .btn-area .play,
.no-accompany-play .no-accompany-play-ibox .btn-area .open {
    float: left;
    width: 90px;
    height: 29px;
    line-height: 29px;
    background: #44aef5;
    border-radius: 5px;
    font-size: 14px;
    color: #eaff00;
    font-weight: 700;
    text-align: center;
}

.no-accompany-play .no-accompany-play-ibox .btn-area .open {
    float: right;
}

.no-accompany-play .no-accompany-play-ibox .btn-area .play:hover,
.no-accompany-play .no-accompany-play-ibox .btn-area .play:active,
.no-accompany-play .no-accompany-play-ibox .btn-area .open:hover,
.no-accompany-play .no-accompany-play-ibox .btn-area .open:active {
    opacity: .5;
}

.no-accompany-play .no-accompany-play-ibox .btn-area .play.disable:hover,
.no-accompany-play .no-accompany-play-ibox .btn-area .play.disable:active,
.no-accompany-play .no-accompany-play-ibox .btn-area .open.disable:hover,
.no-accompany-play .no-accompany-play-ibox .btn-area .open.disable:active {
    opacity: 1;
}

.accompany-play {
    position: fixed;
    top: 10%;
    right: 10px;
    width: 67px;
    height: 385px;
    z-index: 50;
}

.accompany-play .play-icon {
    width: 67px;
    height: 60px;
    background: url(../images/room-icons.png_v=20180628) -260px 0 no-repeat;
}

.accompany-play-close {
    height: 60px;
}

.accompany-play-close .open-btn {
    position: absolute;
    top: -28px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/room-icons.png_v=20180628) -340px -60px no-repeat;
}

.accompany-play-close .open-btn:hover,
.accompany-play-close .open-btn:active {
    background-position: -360px -60px;
}

.accompany-play-close .content {
    display: none;
}

.accompany-play .content {
    position: relative;
    margin: 3px auto 0;
    width: 60px;
    height: 322px;
}

.accompany-play .content .info-area {
    height: 302px;
    background: #249df1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accompany-play .content .info-area .tit {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.accompany-play .content .info-area .tit span {
    color: #daf211;
}

.accompany-play .content .info-area .player-area {
    position: relative;
    margin: 16px auto 26px;
    width: 44px;
    height: 206px;
}

.accompany-play .content .info-area .player-area .pre,
.accompany-play .content .info-area .player-area .next {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 9px;
    height: 6px;
    background: url(../images/room-icons.png_2018091101) no-repeat;
}

.accompany-play .content .info-area .player-area .pre {
    top: -13px;
    background-position: -500px -220px;
}

.accompany-play .content .info-area .player-area .pre:hover,
.accompany-play .content .info-area .player-area .pre:active {
    background-position: -509px -220px;
}

.accompany-play .content .info-area .player-area .next {
    bottom: -13px;
    background-position: -500px -226px;
}

.accompany-play .content .info-area .player-area .next:hover,
.accompany-play .content .info-area .player-area .next:active {
    background-position: -509px -226px;
}

.accompany-play .content .info-area .player-area .player {
    width: 44px;
    height: 206px;
    overflow: hidden;
}

.accompany-play .content .info-area .player-area .player ul {
    position: relative;
    width: 44px;
    height: 9999em;
}

.accompany-play .content .info-area .player-area .player ul li {
    position: relative;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/room-icons.png_v=20180628) -340px 0 no-repeat;
    border: 2px solid #89daff;
    border-radius: 3px;
}

.accompany-play .content .info-area .player-area .player ul .mine {
    border-color: #eaff00;
}

.accompany-play .content .info-area .player-area .player li .border-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 2px solid rgb(32, 84, 114);
    border: 2px solid rgba(32, 84, 114, .5);
}

.accompany-play .content .info-area .player-area .player .driving .drive-icon {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 6px;
    height: 6px;
    background: #ff2654;
    border: 2px solid #fff;
    border-radius: 100%;
}

.accompany-play-tit-ibox {
    position: absolute;
    top: 50%;
    right: 48px;
    margin-top: -16px;
    padding: 0 8px;
    max-width: 49px;
    height: 32px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
}

.accompany-play-tit-ibox .triangle {
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, .8);
}

.accompany-play-tit-ibox .name {
    display: block;
    max-width: 49px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.accompany-play-tit-ibox .state {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #eaff00;
}

.accompany-play-tit-ibox.waiting .state {
    color: #fff;
}

.accompany-play .content .info-area .board-btn {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 22px;
    line-height: 22px;
    background: #43b2ff;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.accompany-play .content .close-btn {
    display: block;
    padding-top: 5px;
    width: 60px;
    height: 15px;
    background: #1d88d3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accompany-play .content .close-btn .icon {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 9px;
    background: url(../images/room-icons.png_2018091101) no-repeat;
    background-position: -500px -232px;
}

.accompany-play .content .close-btn:hover .icon,
.accompany-play .content .close-btn:active .icon {
    background-position: -510px -232px;
}

.accompany-play .content .accompany-play-ibox {
    position: absolute;
    bottom: -37px;
    right: 93px;
    width: 200px;
    height: 203px;
    background: url(../images/room-icons.png_v=20180628) 0 -80px no-repeat;
}

.accompany-play .content .accompany-play-ibox .close {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/room-icons.png_v=20180628) -340px -40px no-repeat;
}

.accompany-play .content .accompany-play-ibox .close:hover,
.accompany-play .content .accompany-play-ibox .close:active {
    background-position: -360px -40px;
}

.match-special-area .match-special-top {
    height: 43px;
    line-height: 43px;
}

.match-special-area .match-special-top .a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.match-special-area .match-special-top .a .icon {
    margin: 12px 6px 0 15px;
    width: 22px;
    height: 20px;
    background: url(../images/match-icon.png) no-repeat;
}

.match-special-area .match-special-top .a span {
    font-size: 14px;
    color: #bbb;
}

.match-special-area .match-special-top .a:hover span {
    color: #00a5e2;
}

.match-special-area .match-special-top .a ul {
    margin: 9px 0 0 6px;
    width: 102px;
}

.match-special-area .match-special-top .a ul li {
    float: left;
    margin-right: 6px;
    width: 28px;
    height: 25px;
}

.match-special-area .match-special-top .a li .img-box {
    width: 100%;
    height: 100%;
}

.match-special-area .match-special-top .a .arrow {
    margin: 18px 0 0 5px;
    width: 12px;
    height: 7px;
    background: url(../images/match-special-icons.png) -15px -7px no-repeat;
}

.match-special-area.open-special .match-special-top .a .arrow {
    background-position: -15px 0;
}

.match-special-area .match-special-bd {
    height: 0;
    background: #1e1f28;
    overflow: hidden;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.match-special-area .match-special-bd .match-special {
    padding: 15px 0 0 15px;
}

.match-special-area .match-special-bd .preview-hd {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #a5a7aa;
}

.match-special-area .match-special-bd .preview-hd .icon {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url(../images/match-special-icons.png) -30px 0 no-repeat;
}

.match-special-area .match-special-bd .preview-bd li {
    padding: 10px 0 17px;
    width: 200px;
    border-bottom: 1px solid #33343a;
}

.match-special-area .match-special-bd .preview-bd li:last-child {
    border-bottom: none;
}

.match-special-area .match-special-bd .preview-bd .match {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #00a5e2;
    font-weight: 700;
    text-align: center;
}

.match-special-area .match-special-bd .preview-bd .time {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #a5a5a5;
    text-align: center;
}

.match-special-area .match-special-bd .preview-bd .info {
    margin-top: 5px;
}

.match-special-area .match-special-bd .preview-bd .info .left {
    padding: 9px;
    width: 56px;
    height: 56px;
    background: #1b293e;
    border-radius: 5px;
}

.match-special-area .match-special-bd .preview-bd .info .vs {
    width: 52px;
}

.match-special-area .match-special-bd .preview-bd .info .vs .icon {
    display: block;
    margin: 10px auto 0;
    width: 31px;
    height: 32px;
    background: url(../images/match-special-icons.png) 0 -20px no-repeat;
}

.match-special-area .match-special-bd .preview-bd .info .vs .btn {
    display: block;
    padding: 0;
    margin: 5px auto 0;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background: #00a5e2;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.match-special-area .match-special-bd .preview-bd .info .right {
    padding: 9px;
    width: 56px;
    height: 56px;
    background: #301d2a;
    border-radius: 5px;
}

.match-special-area .match-special-bd .match-information-area {
    margin-top: 15px;
}

.match-special-area .match-special-bd .information-hd {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a5a7aa;
}

.match-special-area .match-special-bd .information-hd .icon {
    margin: 11px 8px 0 0;
    width: 15px;
    height: 18px;
    background: url(../images/match-special-icons.png) -50px 0 no-repeat;
}

.match-special-area .match-special-bd .information-hd .more {
    font-size: 12px;
    color: #818285;
}

.match-special-area .match-special-bd .information-hd .more:hover {
    color: #00a5e2;
}

.match-special-area .match-special-bd .information-bd li {
    width: 200px;
    height: 35px;
}

.match-special-area .match-special-bd .information-bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.match-special-area .match-special-bd .information-bd a .icon {
    margin: 8px 9px 0 1px;
    width: 18px;
    height: 18px;
    background: url(../images/match-special-icons.png) -70px -38px no-repeat;
}

.match-special-area .match-special-bd .information-bd .first a .icon {
    background-position: -70px -20px;
}

.match-special-area .match-special-bd .information-bd a p {
    width: 172px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.match-special-area .match-special-bd .information-bd a:hover p {
    color: #00a5e2;
}

.match-special-area .match-special-bd .match-video-area {
    margin-top: 10px;
}

.match-special-area .match-special-bd .video-hd {
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #a5a7aa;
}

.match-special-area .match-special-bd .video-hd .icon {
    margin: 15px 10px 0 0;
    width: 16px;
    height: 16px;
    background: url(../images/match-special-icons.png) -65px 0 no-repeat;
}

.match-special-area .match-special-bd .video-hd .more {
    font-size: 12px;
    color: #818285;
}

.match-special-area .match-special-bd .video-hd .more:hover {
    color: #00a5e2;
}

.match-special-area .match-special-bd .video-bd li {
    width: 200px;
    height: 156px;
}

.match-special-area .match-special-bd .video-bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.match-special-area .match-special-bd .video-bd a .img-ibox {
    position: relative;
    width: 200px;
    height: 113px;
}

.match-special-area .match-special-bd .video-bd a .img-ibox .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    width: 34px;
    height: 34px;
    background: url(../images/match-special-icons.png) -35px -20px no-repeat;
}

.match-special-area .match-special-bd .video-bd a .img-ibox .time {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 6px;
    width: 194px;
    height: 24px;
    line-height: 24px;
    background: url(../images/match-special-mask.png) no-repeat;
    font-size: 12px;
    color: #ccc;
    text-align: right;
}

.match-special-area .match-special-bd .video-bd a .title {
    width: 200px;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #a5a7aa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.match-special-area .match-special-bd .video-bd a:hover .title {
    color: #00a5e2;
}

.common-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -172px;
    z-index: 16;
}

.common-ibox .dialog-input {
    padding: 0 10px;
    width: 60px;
    height: 32px;
    line-height: 32px\9;
    border: 1px solid #ccc;
}

.common-ibox .content {
    width: 342px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

.common-ibox .content .hd {
    position: relative;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #12b7f5;
    font-size: 16px;
    color: #fff;
}

.common-ibox .content .hd .close {
    float: right;
    margin-top: 14px;
    width: 16px;
    height: 16px;
    background: url(../images/ibox-close.png_2016120699) no-repeat;
}

.common-ibox .content .hd .close {
    background-position: 0 0;
}

.common-ibox .content .hd .close:hover {
    background-position: -16px 0;
}

.common-ibox .content .bd {
    padding: 10px 19px 20px;
    position: relative;
    border: 1px solid #e2e1e6;
    border-top: 0;
}

.message-tit-ibox {
    margin: -79px 0 0 -172px;
}

.message-tit-ibox .content .bd .info {
    margin: 15px 0;
    line-height: 23px;
    font-size: 12px;
    color: #777;
    font-weight: 700;
    text-align: center;
}

.ibox-btn-area {
    margin-top: 20px;
}

.common-ibox .content .bd .ibox-shut-down-btn {
    display: inline-block;
    margin-right: 20px;
    width: 99px;
    height: 32px;
    line-height: 32px;
    background: #a5a7aa;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.common-ibox .content .bd .ibox-shut-down-btn:hover {
    background: #999;
    color: #fff;
}

.common-ibox .content .bd .ibox-define-btn {
    display: inline-block;
    width: 99px;
    height: 32px;
    line-height: 32px;
    background: #12b7f5;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.common-ibox .content .bd .ibox-define-btn:hover {
    background: #00acec;
    color: #fff;
}

.common-ibox .content .bd .ibox-shut-down-btn:focus,
.common-ibox .content .bd .ibox-define-btn:focus {
    color: #fff
}

.code-ibox {
    margin: -176px 0 0 -172px;
}

.activation-code-ibox .content .code-bd {
    padding: 0 17px 0;
    height: 315px;
    overflow: auto;
    overflow-x: hidden;
}

.activation-code-ibox .content .bd ul {
    position: relative;
    margin-right: -40px;
    *zoom: 1;
}

.activation-code-ibox .content .bd .activation-title {
    width: 310px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.activation-code-ibox .content .bd .activation-title .a {
    color: #777;
}

.activation-code-ibox .content .bd .activation-title .a:hover {
    text-decoration: underline;
}

.activation-code-ibox .content .bd li {
    float: left;
    margin: 0 17px 25px 0;
    width: 144px;
    border: 1px solid #d9d9d9;
}

.activation-code-ibox .content .bd li a {
    display: block;
}

.activation-code-ibox .content .bd li img {
    display: block;
    width: 100%;
    height: 82px;
}

.activation-code-ibox .content .bd li .name {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.activation-code-ibox .content .bd li a:hover {
    box-shadow: 0 0 7px 1px rgba(124, 124, 124, 0.6);
}

.activation-code-ibox .content .bd .top-area .img-box {
    margin-bottom: 18px;
    width: 302px;
}

.activation-code-ibox .content .bd .top-area .img-box img {
    display: block;
    width: 300px;
    height: 170px;
    border: 1px solid #d9d9d9;
}

.activation-code-ibox .content .bd .top-area .img-box .name {
    padding: 0 10px;
    width: 282px;
    height: 24px;
    line-height: 24px;
    background: #e3e6ed;
    font-size: 12px;
    color: #555;
}

.activation-code-ibox .content .bd .top-area .input-area {
    margin-bottom: 15px;
}

.activation-code-ibox .content .bd .top-area .input-area label {
    position: relative;
    width: 300px;
    height: 31px;
    background: #e5dfe4;
    border: 1px solid #e0e4e5;
    font-size: 14px;
    color: #a1a1a1;
}

.activation-code-ibox .content .bd .top-area .input-area label p {
    float: left;
    padding-left: 10px;
    width: 209px;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
}

.activation-code-ibox .content .bd .top-area .input-area a {
    display: block;
    float: right;
    width: 73px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.activation-code-ibox .content .bd .top-area .input-area .code {
    color: #a5a7aa;
    background: #fff;
}

.activation-code-ibox .content .bd .top-area .input-area .taoNum-area {
    position: absolute;
    top: -40px;
    left: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #696969;
    height: 27px;
    line-height: 27px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.activation-code-ibox .content .bd .top-area .input-area .taoNum-area .arrow {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -8px;
    width: 16px;
    height: 9px;
    background: url(../images/code-arrow.png) no-repeat;
}

.activation-code-ibox .content .bd .top-area .input-area .taoNum-area .num {
    margin: 0 8px;
    color: #ff570d;
    font-size: 15px;
    font-weight: 700;
}

.activation-code-ibox .content .bd .top-area .input-area .remind {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #f14400;
}

.activation-code-ibox .content .bd .layout-h4 {
    margin-bottom: 20px;
    margin-top: 24px;
}

.activation-code-ibox .content .bd .row {
    height: 25px;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
}

.activation-code-ibox .content .bd .row-left {
    float: left;
    width: 70px;
    height: 25px;
    line-height: 25px;
}

.activation-code-ibox .content .bd .row-right {
    float: left;
    font-size: 12px;
}

.activation-code-ibox .content .bd .row-right .input-area label {
    width: 230px;
    height: 21px;
    border: 1px solid #cecece;
    background: #fff;
}

.activation-code-ibox .content .bd .row-right .input-area p {
    float: left;
    padding-left: 10px;
    width: 157px;
    height: 21px;
    line-height: 21px;
    color: #a5a7aa;
    overflow: hidden;
}

.activation-code-ibox .content .bd .row-right .input-area a {
    float: right;
    width: 53px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.activation-code-ibox .content .bd .copywriter {
    margin-top: 16px;
    height: 64px;
    overflow: auto;
    overflow-x: hidden;
    word-break: break-all;
}

.activation-code-ibox .content .bd .copywriter p {
    line-height: 22px;
    font-size: 14px;
    color: #a5a7aa;
}

.activation-code-ibox .content .bd .ft-area {
    margin-top: 15px;
}

.activation-code-ibox .content .bd .ft-area .title {
    margin-bottom: 10px;
    color: #555;
    font-weight: 700;
}

.activation-code-ibox .content .bd .ft-area .ft-code {
    text-align: center;
}

.activation-code-ibox .content .bd .ft-area .ft-code .img-box {
    margin: 0 20px;
    width: 102px;
    height: 102px;
    border: 1px solid #cecece;
}

.activation-code-ibox .content .bd .ft-area .ft-code img {
    display: block;
    width: 100%;
    height: 100%;
}

.activation-code-ibox .content .bd .ft-area .ft-code .name {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
    font-weight: 700;
    text-align: center;
}

.activation-code-ibox .ft-area {
    display: none;
}

.activation-code-ibox .two-code .row-1 {
    display: none;
}

.activation-code-ibox .two-code .ft-area {
    display: block;
}

.get-verification-code-ibox {
    margin: -118px 0 0 -172px;
}

.get-verification-code-ibox .bd .verification-tit {
    margin-bottom: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #777;
    font-weight: 700;
}

.get-verification-code-ibox .bd .verification-tit span {
    color: #cb1a44;
}

.get-verification-code-ibox .bd .row {
    margin-bottom: 8px;
    height: 33px;
}

.get-verification-code-ibox .bd .row-left {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #333;
    text-align: right;
}

.get-verification-code-ibox .bd .row-right {
    float: left;
    font-size: 12px;
    color: #333;
}

.get-verification-code-ibox .bd .row-right .num {
    margin-right: 10px;
    line-height: 33px;
}

.get-verification-code-ibox .bd .row-right .input {
    margin-right: 10px;
    padding: 0 10px;
    width: 115px;
    height: 31px;
    line-height: 33px\9;
    border: 1px solid #e0e4e5;
    background: #fff;
    font-size: 12px;
    color: #dedfe1;
}

.get-verification-code-ibox .bd .row-right .send-voice-btn {
    width: 96px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    color: #a5a7aa;
    text-align: center;
}

.remove-label-ibox {
    margin: -125px 0 0 -233px;
}

.remove-label-ibox .content {
    width: 465px;
}

.remove-label-ibox .label-content {
    padding: 0 30px;
}

.remove-label-ibox .label-content ul {
    margin-top: 10px;
}

.remove-label-ibox .label-content li {
    float: left;
    margin: 0 10px 10px 0;
}

.remove-label-ibox .label-content li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #a5a7aa;
    color: #fff;
    font-size: 12px;
}

.remove-label-ibox .label-content li a:hover {
    background: #12b7f5;
    color: #fff;
}

.remove-label-ibox .label-content .active a,
.remove-label-ibox .label-content .active a:hover {
    background: #12b7f5;
}

.recharge-hbao-ibox {
    margin: -182px 0 0 -172px;
    z-index: 32
}

.recharge-hbao-ibox .content .hd {
    position: relative;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-top: 1px solid #12b7f5;
}

.recharge-hbao-ibox .content .hd .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    margin-top: 0;
}

.recharge-hbao-ibox .content .hd .close:hover {
    background-position: 0 -24px;
}

.recharge-hbao-ibox li a {
    float: left;
    width: 171px;
    height: 32px;
    line-height: 32px;
    background: #12b7f5;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.recharge-hbao-ibox .active a {
    background: #fff;
    color: #12b7f5;
}

.recharge-hbao-ibox .hd .active a {
    border-left: 1px solid #e2e1e6;
    border-right: 1px solid #e2e1e6;
    width: 169px;
}

.recharge-hbao-ibox .img-box {
    display: block;
    margin: 20px 51px;
    width: 200px;
    height: 200px;
    position: relative;
}

.recharge-hbao-ibox .img-box img {
    width: 100%;
    height: 100%;
}

.recharge-hbao-ibox .img-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    background: url(../images/loading.gif) no-repeat;
    z-index: 0;
}

.recharge-hbao-ibox .title {
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #cb1a44;
    font-weight: 700;
    text-align: center;
    cursor: default;
}

.recharge-hbao-ibox .tit {
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #a5a7aa;
    text-align: center;
    cursor: default;
}

.voice-ibox {
    margin: -175px 0 0 -233px;
}

.voice-ibox .content {
    width: 464px;
}

.voice-ibox .content .bd {
    padding-top: 20px;
}

.voice-ibox .content .bd .row {
    margin-bottom: 20px;
    height: 33px;
}

.voice-ibox .content .bd .row-left {
    float: left;
    margin-right: 5px;
    width: 145px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    text-align: right;
    font-weight: 700;
}

.voice-ibox .content .bd .row-right {
    float: left;
    font-size: 12px;
    color: #333;
}

.voice-ibox .content .bd .row-right .num {
    display: inline-block;
    padding: 0 15px;
    margin-right: 10px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
}

.voice-ibox .content .bd .row-right .send-voice-btn {
    width: 70px;
    height: 36px;
    line-height: 36px;
    background: #12b7f5;
    color: #fff;
    text-align: center;
}

.voice-ibox .content .bd .row-right .send-voice-btn:hover {
    background: #00acec;
}

.voice-ibox .content .bd .row-right .again-voice-btn,
.voice-ibox .content .bd .row-right .again-voice-btn:hover,
.voice-ibox .content .bd .row-right .again-voice-btn:active {
    margin-top: 3px;
    width: 90px;
    height: 27px;
    line-height: 27px;
    background: #999;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.voice-ibox .content .bd .row-right .z10 {
    z-index: 10;
}

.voice-ibox .content .bd .row-right .select {
    position: relative;
    padding: 0 34px 0 10px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
    color: #000;
    cursor: pointer;
    z-index: 1;
}

.voice-ibox .content .bd .row-right .select .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 36px;
    background: url(../images/ibox-select-arrow.png) no-repeat;
    cursor: pointer;
}

.voice-ibox .content .bd .row-right .option {
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    width: 267px;
    height: 238px;
    overflow-y: auto;
    overflow-x: hidden;
}

.voice-ibox .content .bd .row-right .option li {
    padding-left: 10px;
    width: 255px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: none;
}

.voice-ibox .content .bd .row-right .option a {
    display: block;
    height: 100%;
    width: 100%;
    color: #8a8a8a;
}

.voice-ibox .content .bd .row-right .option a:hover {
    color: #4d8cf5;
}

.voice-ibox .content .bd .row-right .input {
    margin-right: 10px;
    padding: 0 10px;
    width: 95px;
    height: 36px;
    line-height: 36px\9;
    background: #f3f3f3;
    border: none;
}

.voice-ibox .content .bd .row-right .tit-text {
    line-height: 33px;
    color: #999;
}

.voice-ibox .content .bd .voice-tit {
    position: relative;
    padding: 7px 10px;
    margin: 25px 0 0 55px;
    width: 301px;
    height: 43px;
    background: #f3f3f3;
}

.voice-ibox .content .bd .voice-tit .triangle {
    position: absolute;
    top: -6px;
    left: 44px;
    width: 10px;
    height: 6px;
    background: url(../images/ibox-triangle.png) no-repeat;
}

.voice-ibox .content .bd .voice-tit .tit-icon {
    float: left;
    margin: 5px 7px 0 0;
    width: 12px;
    height: 12px;
    background: url(../images/ibox-icon1.png) no-repeat;
}

.voice-ibox .content .bd .voice-tit .title {
    float: left;
    width: 270px;
    line-height: 21px;
    font-size: 12px;
    color: #777;
    z
}

.new-yanhua-ibox {
    margin: -188px 0 0 -233px;
}

.new-yanhua-ibox .content {
    width: 464px;
}

.new-yanhua-ibox .bd {
    position: relative;
    background: #fff;
    padding: 20px 0;
}

.new-yanhua-ibox .bd li {
    margin-bottom: 6px;
}

.new-yanhua-ibox .bd li a {
    display: block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.new-yanhua-ibox .bd li a:hover {
    background: #f4f4f4;
}

.new-yanhua-ibox .bd li .radio {
    margin: 7px 15px 0 0;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/ibox-checkbox.png) no-repeat;
    background-position: 0 -16px;
}

.new-yanhua-ibox .bd li .disable-icon {
    background-position: 0 0;
}

.new-yanhua-ibox .bd li .checked {
    background-position: 0 -32px;
}

.new-yanhua-ibox .bd li .name {
    float: left;
    width: 200px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.new-yanhua-ibox .bd .completed .name {
    color: #12b7f5;
    font-weight: 700;
}

.new-yanhua-ibox .bd .completed .name span {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background: #12b7f5;
    font-size: 12px;
    color: #fff;
}

.new-yanhua-ibox .bd li .num {
    float: right;
    width: 125px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.new-yanhua-ibox .bd li .title-area {
    display: none;
    position: relative;
    padding: 0 50px;
    height: 30px;
    line-height: 30px;
}

.new-yanhua-ibox .bd li .title-area .tit {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 370px;
    font-size: 12px;
    color: #888;
    background: #ececec;
    padding: 0 3px;
}

.new-yanhua-ibox .bd li .title-area .tit .icon {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/ibox-icon1.png) no-repeat;
}

.new-yanhua-ibox .bd li .title-area .arrow {
    position: absolute;
    top: -6px;
    left: 80px;
    width: 8px;
    height: 6px;
    background: url(../images/new-arrow.png) no-repeat;
}

.new-yanhua-ibox .bd .active .title-area {
    display: block;
}

.ggao-set-ibox {
    margin: -170px 0 0 -233px;
}

.ggao-set-ibox .content {
    width: 464px;
}

.ggao-set-ibox .content .bd {
    padding-top: 20px;
}

.ggao-set-ibox .bd .row {
    margin-bottom: 15px;
    height: 33px;
    z-index: 5;
}

.ggao-set-ibox .bd .row-1 {
    z-index: 3;
}

.ggao-set-ibox .bd .row-2 {
    z-index: 1;
}

.ggao-set-ibox .bd .left-row {
    float: left;
    margin-right: 5px;
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: right;
    cursor: default;
    font-weight: 700;
}

.ggao-set-ibox .bd .right-row {
    float: left;
}

.ggao-set-ibox .bd .select-area {
    position: relative;
    width: 168px;
    height: 36px;
    background: #f3f3f3;
    cursor: pointer;
    z-index: 5;
}

.ggao-set-ibox .bd .row-1 .select-area {
    z-index: 3;
}

.ggao-set-ibox .bd .row-2 .select-area {
    z-index: 1;
}

.ggao-set-ibox .bd .select-area .select {
    display: block;
    position: relative;
    padding-left: 10px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #777;
}

.ggao-set-ibox .bd .select-area .select .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 34px;
    height: 36px;
    background: url(../images/ibox-select-arrow.png) no-repeat;
}

.ggao-set-ibox .bd .select-area .option {
    display: none;
    position: absolute;
    top: 33px;
    left: -1px;
    width: 168px;
    border: 1px solid #b9b9b9;
    border-bottom: none;
    z-index: 10;
}

.ggao-set-ibox .bd .select-area .option li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #b9b9b9;
    background: #fff;
}

.ggao-set-ibox .bd .select-area .option li a {
    display: block;
    padding-left: 27px;
    width: 80px;
    font-size: 12px;
    color: #666;
}

.ggao-set-ibox .bd .select-area .option li a:hover {
    color: #0372cf;
}

.ggao-set-ibox .content .bd .ggao-tips {
    position: relative;
    padding: 7px 10px;
    margin: 25px 0 0 40px;
    width: 301px;
    height: 43px;
    background: #f3f3f3;
}

.ggao-set-ibox .content .bd .ggao-tips .triangle {
    position: absolute;
    top: -6px;
    left: 44px;
    width: 10px;
    height: 6px;
    background: url(../images/ibox-triangle.png) no-repeat;
}

.ggao-set-ibox .content .bd .ggao-tips .tit-icon {
    float: left;
    margin: 5px 7px 0 0;
    width: 12px;
    height: 12px;
    background: url(../images/ibox-icon1.png) no-repeat;
}

.ggao-set-ibox .content .bd .ggao-tips .title {
    float: left;
    width: 270px;
    line-height: 21px;
    font-size: 12px;
    color: #777;
    z
}

.new-guard-ibox {
    margin: -301px 0 0 -386px;
}

.new-guard-ibox .content {
    width: 790px;
}

.new-guard-ibox .bd .sub-hd {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    font-weight: 700;
}

.new-guard-ibox .sub-hd .name {
    color: #bbb;
    max-width: 160px;
    _width: 160px;
    margin-right: 10px;
}

.new-guard-ibox .sub-hd .choose-btn {
    margin-top: 5px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #1398e2;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.new-guard-ibox .sub-hd .js-defend-info-nickname,
.new-guard-ibox .sub-hd .js-defend-info-loading {
    margin-right: 10px;
}

.new-guard-ibox .bd .sub-nav {
    margin-bottom: 32px;
    border-bottom: 1px solid #e4e4e4;
}

.new-guard-ibox .bd .sub-nav li {
    position: relative;
    float: left;
    padding-top: 10px;
    width: 104px;
    height: 30px;
    font-size: 0;
    text-align: center;
}

.new-guard-ibox .bd .sub-nav li a {
    display: block;
    color: #333;
}

.new-guard-ibox .bd .sub-nav li span {
    font-size: 12px;
    margin-left: 7px;
}

.new-guard-ibox .bd .sub-nav li a:hover {
    color: #1398e2;
}

.new-guard-ibox .bd .sub-nav li .line {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 104px;
    height: 3px;
    background: #1398e2;
}

.new-guard-ibox .bd .sub-nav .active .line {
    display: block;
}

.new-guard-ibox .bd .sub-nav .active a:hover {
    color: #333;
}

.new-guard-ibox .new-guard-area .left {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 180px;
    height: 235px;
    background: #d7d7d7;
}

.new-guard-ibox .new-guard-area .left img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-guard-ibox .new-guard-area .left .preview-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/preview-mask.png) repeat;
}

.new-guard-ibox .new-guard-area .left .preview-bg ul {
    font-size: 0;
    text-align: center;
}

.new-guard-ibox .new-guard-area .left .preview-bg li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 90px;
    text-align: center;
}

.new-guard-ibox .new-guard-area .left .preview-bg .line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #fff;
}

.new-guard-ibox .new-guard-area .left .preview-bg a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.new-guard-ibox .new-guard-area .left .preview-bg a:hover {
    color: #000;
}

.new-guard-ibox .new-guard-area .right {
    float: left;
    width: 528px;
    height: 235px;
    overflow: hidden;
}

.new-guard-ibox .new-guard-area .right ul {
    position: relative;
    *zoom: 1;
    margin-right: -50px;
}

.new-guard-ibox .new-guard-area .right li {
    float: left;
    margin-right: 20px;
    margin-bottom: 42px;
    width: 255px;
}

.new-guard-ibox .new-guard-area .right .jurisdiction {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/left.png) no-repeat;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-1 {
    background-position: 0 0;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-2 {
    background-position: -50px 0;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-3 {
    background-position: -100px 0;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-4 {
    background-position: 0 -50px;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-5 {
    background-position: -50px -50px;
}

.new-guard-ibox .new-guard-area .right .jurisdiction-6 {
    background-position: -100px -50px;
}

.new-guard-ibox .new-guard-area .right .sub-right {
    float: left;
    width: 195px;
}

.new-guard-ibox .new-guard-area .right p {
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.new-guard-ibox .new-guard-area .right .title {
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    font-weight: 700;
}

.new-guard-ibox .buy-way {
    margin-top: 40px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #333;
}

.new-guard-ibox .buy-way .way {
    margin-left: 5px;
    _display: inline;
}

.new-guard-ibox .buy-way li {
    position: relative;
    margin-right: 10px;
    float: left;
    width: 70px;
    height: 25px;
}

.new-guard-ibox .buy-way li a {
    display: block;
    width: 68px;
    height: 23px;
    border: 1px solid #d2d2d2;
    color: #333;
    text-align: center;
}

.new-guard-ibox .buy-way li a:hover,
.new-guard-ibox .buy-way .active a {
    border: 1px solid #1398e2;
    color: #1398e2;
}

.new-guard-ibox .buy-way li.disabled a:hover,
.new-guard-ibox .buy-way .disabled.active a {
    border: 1px solid #d2d2d2;
    color: #333;
    cursor: default;
}

.new-guard-ibox .buy-way li .icon {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background: url(../images/icon.png) no-repeat;
}

.new-guard-ibox .buy-way .active .icon {
    display: block;
}

.new-guard-ibox .buy-way .disabled.active .icon {
    display: none;
}

.new-guard-ibox .tit-area {
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.new-guard-ibox .tit-area .num {
    margin: 0 5px;
    color: #ffc408;
    font-size: 12px;
}

.new-guard-ibox .tit-area .money {
    position: relative;
    margin-right: 10px;
}

.new-guard-ibox .tit-area .money,
.new-guard-ibox .tit-area .money-upgrade {
    float: left;
}

.new-guard-ibox .tit-area .money .line {
    display: none;
    position: absolute;
    top: 8px;
    left: 3px;
    height: 1px;
    width: 100%;
    background: #ffc408;
}

.new-guard-ibox .tit-area .money-upgrade {
    display: none;
}

.new-guard-ibox .upgrade .money .line,
.new-guard-ibox .upgrade .money-upgrade {
    display: block;
}

.new-guard-ibox .note {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.new-guard-ibox .textC {
    margin-top: 28px;
}

.new-guard-ibox .textC .guard-btn {
    width: 208px;
    height: 44px;
    line-height: 44px;
    background: #12b7f5;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.new-guard-ibox .textC .guard-btn:hover {
    background: #00acec;
}

.new-guard-ibox .preview-area {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -300px;
    width: 600px;
    height: 360px;
}

.new-guard-ibox .bd .sub-nav .guard-level-tips {
    display: none;
    position: absolute;
    top: -25px;
    left: 20px;
    padding: 5px 8px;
    background: #ffb11b;
    color: #fff;
    border-radius: 5px;
    width: 48px;
}

.new-guard-ibox .bd .sub-nav .guard-level-tips.long {
    width: 72px;
}

.new-guard-ibox .bd .sub-nav .guard-level-tips span {
    margin-left: 0;
}

.new-guard-ibox .bd .sub-nav .guard-level-tips .arrow {
    position: absolute;
    left: 11px;
    bottom: -5px;
    width: 11px;
    height: 5px;
    background: url(../images/guard-tips.png) no-repeat;
}

.new-guard-ibox .bd .sub-nav .guard-level-tips-show .guard-level-tips {
    display: block;
}

.rwtc-ibox {
    margin: -181px 0 0 -233px;
}

.rwtc-ibox .content {
    width: 464px;
}

.rwtc-ibox .rw-content-nav {
    padding-left: 25px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    color: #555;
    font-weight: 700;
}

.rwtc-ibox .rw-bd {
    margin-right: -20px;
}

.rwtc-ibox .rw-bd li {
    float: left;
    margin: 20px;
}

.rwtc-ibox .rw-bd .active {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(%22data_image\svg+xml;utf8,%3Csvg xmlns=\_http_\\www.w3.org\2000\svg\_%3E%3Cfilter id=\_grayscale\_%3E%3CfeColorMatrix type=\_matrix\_ values=\_0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\_\%3E%3C\filter%3E%3C\svg%3E.html#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.rwtc-ibox .rw-bd a {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 70px;
    background: url(../fonts/27549d3f4b904b7a9e3f027c897d8c71.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.taskSystem-ibox .bd .game-task {
    margin-top: 20px;
    height: 390px;
}

.taskSystem-ibox .bd .game-task .left-area {
    width: 88px;
    height: 390px;
    background: #F7F7F7;
    overflow: auto;
}

.taskSystem-ibox .bd .game-task .left-area li {
    padding-top: 12px;
    margin: 0 auto;
    width: 64px;
    height: 84px;
}

.taskSystem-ibox .bd .game-task .left-area li .img-box {
    margin-bottom: 6px;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 15px;
}

.taskSystem-ibox .bd .game-task .left-area li .img-box .dot {
    position: absolute;
    top: -4px;
    right: -3px;
    width: 12px;
    height: 12px;
    background: #CB1B45;
    border-radius: 50%;
    display: none;
}

.taskSystem-ibox .bd .game-task .left-area li.recommend .img-box .dot {
    display: block;
}

.taskSystem-ibox .bd .game-task .left-area li:hover .img-box,
.taskSystem-ibox .bd .game-task .left-area li.active .img-box {
    border: 2px solid #12B7F5;
}

.taskSystem-ibox .bd .game-task .left-area li .img-box img {
    border-radius: 13px;
}

.taskSystem-ibox .bd .game-task .left-area li .game-name {
    font-size: 12px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.taskSystem-ibox .bd .game-task .left-area li:hover .game-name,
.taskSystem-ibox .bd .game-task .left-area li.active .game-name {
    color: #12b7f5;
}

.taskSystem-ibox .bd .game-task .right-area {
    margin-left: 34px;
    width: 628px;
    height: 390px;
}

.taskSystem-ibox .bd .game-task .right-area .top {
    margin: 12px 0 24px;
    font-size: 12px;
    color: #ffb11b;
}

.taskSystem-ibox .bd .game-task .right-area .label {
    margin-right: 10px;
    width: 85px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #A5A7AA;
    border-radius: 4px;
}

.taskSystem-ibox .bd .game-task .right-area .label:hover,
.taskSystem-ibox .bd .game-task .right-area .label.active {
    background: #12B7F5;
}

.taskSystem-ibox .bd .game-task .right-area .game-details {
    margin-top: 12px;
    color: #7c7d80;
}

.taskSystem-ibox .bd .game-task .right-area .game-details:hover {
    color: #12b7f5;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list {
    margin-top: 15px;
    height: 232px;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul {
    width: 9999999em;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li {
    margin-right: 12px;
    width: 201px;
    height: 232px;
    background: #F0F0F0;
    border-radius: 3px;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li.nodata {
    background: #F9F9F9;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li .task-describe {
    padding: 12px;
    height: 74px;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #fff;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li .task-award {
    padding: 18px 12px 15px;
    height: 100px;
    color: #555;
    font-size: 12px;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li .task-award .task-award-list {
    width: 190px;
    margin-top: 12px;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li .task-award .award {
    margin-right: 12px;
    color: #ffb10a;
    font-size: 12px;
}

.taskSystem-ibox .bd .game-task .right-area .game-task-list ul li .task-award .award .gold-ico {
    margin-right: 4px;
    width: 20px;
    height: 18px;
    background: url(../fonts/0df6c456b4eb482cbb8134be6757b508.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.guard-ibox .guard-content .guard-bd-right {
    float: left;
    width: 314px;
    font-size: 12px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top {
    position: relative;
    margin-top: 8px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top ul {
    position: relative;
    *zoom: 1;
    margin-right: -42px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li {
    float: left;
    margin: 0 42px 16px 0;
    width: 72px;
    text-align: center;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li a {
    position: relative;
    display: block;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege {
    display: block;
    width: 72px;
    height: 72px;
    background: url(../images/tequan.png_2017062055) no-repeat;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-1 {
    background-position: 0 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-2 {
    background-position: -72px 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-3 {
    background-position: -144px 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-4 {
    background-position: 0 -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-5 {
    background-position: -72px -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-6 {
    background-position: -144px -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-7 {
    background-position: 0 -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-8 {
    background-position: -72px -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-9 {
    background-position: -144px -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-10 {
    background-position: 0 -216px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .privilege-11 {
    background-position: -72px -216px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-1 {
    background-position: -216px 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-2 {
    background-position: -288px 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-3 {
    background-position: -360px 0;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-4 {
    background-position: -216px -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-5 {
    background-position: -288px -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-6 {
    background-position: -360px -72px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-7 {
    background-position: -216px -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-8 {
    background-position: -288px -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-9 {
    background-position: -360px -144px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-10 {
    background-position: -216px -216px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-11 {
    background-position: -288px -216px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .active .privilege-12 {
    background-position: -360px -216px;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li .num-icon {
    position: absolute;
    top: 50px;
    left: 48px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    background: red;
    border-radius: 9px;
    font-size: 12px;
    color: #fff;
}

.guard-ibox .guard-content .guard-bd-right .sub-top li p {
    font-size: 14px;
    color: #cc0000;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.guard-ibox .guard-content .guard-bd-right .sub-top .title {
    line-height: 18px;
    color: #704f2c;
}

.guard-ibox .privilege-tips-ibox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 202px;
    z-index: 1;
}

.guard-ibox .privilege-tips-ibox .privilege-tips-top {
    height: 3px;
    background: url(../images/ibox-top.png) no-repeat;
}

.guard-ibox .privilege-tips-ibox .privilege-tips-mid {
    padding: 0 12px;
    background: url(../images/ibox-mid.png) repeat-y;
}

.guard-ibox .privilege-tips-ibox .privilege-tips-bottom {
    height: 10px;
    background: url(../images/ibox-bottom.png) no-repeat;
}

.guard-ibox .privilege-tips-ibox .privilege-tips-mid .hd {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #a0803e;
    font-size: 14px;
    color: #eaef79;
    font-weight: 700;
}

.guard-ibox .privilege-tips-ibox .privilege-tips-mid .bd {
    padding: 8px 3px;
    line-height: 18px;
    font-size: 12px;
    color: #fcf7c3;
}

.guard-ibox .privilege-tips-ibox .color-1 {
    color: #ececec !important;
}

.guard-ibox .privilege-tips-ibox .color-2 {
    color: #44b236 !important;
}

.guard-ibox .privilege-tips-ibox .color-3 {
    color: #6ab2e4 !important;
}

.guard-ibox .privilege-tips-ibox .color-4 {
    color: #a34a9b !important;
}

.guard-ibox .privilege-tips-ibox .color-5 {
    color: #eab728 !important;
}

.guard-ibox .privilege-tips-ibox .color-6 {
    color: #d0841c !important;
}

.guard-ibox .privilege-tips-ibox .color-7 {
    color: #e20015 !important;
}

.guard-ibox .privilege-tips-ibox .color-8 {
    color: #e0f2f9 !important;
}

.guard-ibox .guard-nav {
    position: absolute;
    top: 38px;
    left: 714px;
    width: 125px;
    z-index: 1;
}

.guard-ibox .guard-nav li {
    position: relative;
    margin-bottom: 4px;
    width: 125px;
    height: 68px;
}

.guard-ibox .guard-nav li .sub-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 68px;
    background: url(../images/nav-sub-mask.png) no-repeat;
    z-index: 2;
}

.guard-ibox .guard-nav .nav-a {
    position: relative;
    display: block;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav-li.png) no-repeat;
    z-index: 1;
    -moz-transition: margin .15s ease-in;
    -webkit-transition: margin .15s ease-in;
    -o-transition: margin .15s ease-in;
    transition: margin .15s ease-in;
}

.guard-ibox .guard-nav .nav-1 {
    background-position: 0 0;
}

.guard-ibox .guard-nav .nav-8 {
    background-position: 0 -68px;
}

.guard-ibox .guard-nav .nav-2 {
    background-position: 0 -136px;
}

.guard-ibox .guard-nav .nav-3 {
    background-position: 0 -204px;
}

.guard-ibox .guard-nav .nav-4 {
    background-position: 0 -272px;
}

.guard-ibox .guard-nav .nav-5 {
    background-position: 0 -340px;
}

.guard-ibox .guard-nav .nav-6 {
    background-position: 0 -408px;
}

.guard-ibox .guard-nav .nav-7 {
    background-position: 0 -476px;
}

.guard-ibox .guard-nav .nav-a .text {
    position: absolute;
    top: 27px;
    right: 38px;
    width: 30px;
    height: 14px;
    background: url(../images/text.png) no-repeat;
    -moz-transition: right .15s ease-in;
    -webkit-transition: right .15s ease-in;
    -o-transition: right .15s ease-in;
    transition: right .15s ease-in;
}

.guard-ibox .guard-nav .nav-1 .text {
    background-position: 0 0;
}

.guard-ibox .guard-nav .nav-8 .text {
    background-position: 0 -14px;
}

.guard-ibox .guard-nav .nav-2 .text {
    background-position: 0 -28px;
}

.guard-ibox .guard-nav .nav-3 .text {
    background-position: 0 -42px;
}

.guard-ibox .guard-nav .nav-4 .text {
    background-position: 0 -56px;
}

.guard-ibox .guard-nav .nav-5 .text {
    background-position: 0 -70px;
}

.guard-ibox .guard-nav .nav-6 .text {
    background-position: 0 -84px;
}

.guard-ibox .guard-nav .nav-7 .text {
    background-position: 0 -98px;
}

.guard-ibox .guard-nav .nav-a:hover {
    margin-left: 30px;
}

.guard-ibox .guard-nav .nav-a:hover .text {
    right: 48px;
}

.guard-ibox .guard-nav .nav-a .guard-level-tips {
    position: absolute;
    top: 15px;
    right: -100px;
    padding-left: 6px;
    width: 94px;
    height: 35px;
    line-height: 35px;
    background: url(../images/nav-li-tips.png) no-repeat;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.guard-ibox .preview-animation-ibox,
.open-animation-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -140px;
    width: 280px;
    height: 280px;
    z-index: 3;
}

.open-animation-ibox {
    position: fixed;
}

.open-animation-ibox .info {
    position: absolute;
    left: 50%;
    bottom: 60px;
    padding-top: 22px;
    margin-left: -272px;
    width: 545px;
    height: 68px;
    line-height: 24px;
    background: url(../images/room-guard-bg.png) no-repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.open-animation-ibox .info .sh {
    font-size: 16px;
    color: #ffff39;
}

.guide-guard-ibox {
    position: absolute;
    top: 480px;
    right: 0px;
    width: 199px;
    height: 203px;
    background: url(../images/sh-yd.png) no-repeat;
    z-index: 30;
}

.guide-guard-ibox .close {
    position: absolute;
    top: 70px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/ibox-hb-close1.png_2017010499) no-repeat;
}

.guide-guard-ibox .guard-btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 24px;
    background: url(../images/sh-yd-btn.png) no-repeat;
}

.APP-down-ibox {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 199px;
    height: 257px;
    background: url(../images/app-room-bg-2.png) no-repeat;
    z-index: 10;
}

.APP-down-ibox .close {
    position: absolute;
    top: 74px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/ibox-hb-close1.png_2017010499) no-repeat;
}

.exchange-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -123px 0 0 -170px;
    width: 340px;
    height: 246px;
    background: #fff;
    border: 1px solid #e2e1e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

.exchange-ibox .content {
    padding: 24px 0 0 24px;
}

.exchange-ibox .content .img-box {
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.exchange-ibox .content .right-area {
    float: left;
}

.exchange-ibox .content .right-area .name {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #777;
    font-weight: 700;
}

.exchange-ibox .content .right-area .infos {
    margin-top: 12px;
}

.exchange-ibox .content .right-area .infos .row {
    margin-bottom: 6px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}

.exchange-ibox .content .right-area .infos .row-left {
    float: left;
}

.exchange-ibox .content .right-area .infos .row-right {
    float: left;
}

.exchange-ibox .content .right-area .infos .row-right .reduce-btn,
.exchange-ibox .content .right-area .infos .row-right .plus-btn {
    float: left;
    margin-top: 7px;
    width: 10px;
    height: 10px;
    background: url(../images/duihuan-btn.png) no-repeat;
}

.exchange-ibox .content .right-area .infos .row-right .reduce-btn {
    background-position: 0 0;
}

.exchange-ibox .content .right-area .infos .row-right .plus-btn {
    background-position: -10px 0;
}

.exchange-ibox .content .right-area .infos .row-right .input {
    margin: 0 5px;
    float: left;
    padding: 0 10px;
    width: 32px;
    height: 22px;
    line-height: 22px\9;
    border: 1px solid #dedfe0;
    background: #fff;
    font-size: 12px;
    color: #555;
    text-align: center;
}

.exchange-ibox .ibox-btn-area {
    margin-top: 20px;
}

.exchange-ibox .ibox-shut-down-btn {
    display: inline-block;
    margin-right: 20px;
    width: 99px;
    height: 32px;
    line-height: 32px;
    background: #a5a7aa;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.exchange-ibox .ibox-shut-down-btn:hover {
    background: #999;
    color: #fff;
}

.exchange-ibox .ibox-define-btn {
    display: inline-block;
    width: 99px;
    height: 32px;
    line-height: 32px;
    background: #12b7f5;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.exchange-ibox .ibox-define-btn:hover {
    background: #00acec;
    color: #fff;
}

.weekStarList-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 51px 35px 57px 49px;
    margin: -320px 0 0 -227px;
    width: 370px;
    height: 538px;
    background: url(../images/week-list-bg.png__v=201706161) no-repeat;
    z-index: 15;
}

.weekStarList-ibox .close {
    position: absolute;
    top: 38px;
    right: 26px;
    width: 30px;
    height: 30px;
}

.weekStarList-ibox .content-area {
    margin-top: 22px;
}

.weekStarList-ibox .content-area .look-moon-list {
    width: 370px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffe791;
    font-weight: 700;
    text-align: center;
    margin-left: 145px;
}

.weekStarList-ibox .content-area .list-content-area .tab-ul {
    height: 40px;
    border-bottom: 1px solid #da7cb4;
}

.weekStarList-ibox .content-area .list-content-area .tab-ul li {
    float: left;
    width: 185px;
    height: 40px;
}

.weekStarList-ibox .content-area .list-content-area .tab-ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .tab-ul .active a {
    height: 39px;
    line-height: 39px;
    border-bottom: 2px solid #fdff52;
    color: #fdff52;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list,
.weekStarList-ibox .content-area .list-content-area .user-list {
    padding: 10px 20px 0;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .no-anchor-list-content,
.weekStarList-ibox .content-area .list-content-area .user-list .no-user-list-content {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list.no-list .no-anchor-list-content,
.weekStarList-ibox .content-area .list-content-area .user-list.no-list .no-user-list-content {
    display: block;
    height: 392px;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list.no-list .no-anchor-list-content .qn-icon,
.weekStarList-ibox .content-area .list-content-area .user-list.no-list .no-user-list-content .qn-icon {
    display: inline-block;
    margin-top: 131px;
    width: 81px;
    height: 129px;
    background: url(../images/qn-icon.png) no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list.no-list .anchor-list-content,
.weekStarList-ibox .content-area .list-content-area .user-list.no-list .user-list-content {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content,
.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content {
    display: block;
    height: 392px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content ul,
.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content ul {
    padding: 14px 13px 0;
    width: 304px;
    height: 295px;
    background: url(../images/week-list-content-bg.jpg) no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content li,
.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content li {
    margin-bottom: 5px;
    width: 304px;
    height: 52px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content li a,
.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .first a,
.weekStarList-ibox .content-area .list-content-area .user-list .first a {
    background: url(../images/li-bg.png) 0 0 no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .first a:hover,
.weekStarList-ibox .content-area .list-content-area .user-list .first a:hover {
    background: url(../images/li-bg.png) 0 -52px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .second a,
.weekStarList-ibox .content-area .list-content-area .user-list .second a {
    background: url(../images/li-bg.png) 0 -104px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .second a:hover,
.weekStarList-ibox .content-area .list-content-area .user-list .second a:hover {
    background: url(../images/li-bg.png) 0 -156px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .third a,
.weekStarList-ibox .content-area .list-content-area .user-list .third a {
    background: url(../images/li-bg.png) 0 -208px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .third a:hover,
.weekStarList-ibox .content-area .list-content-area .user-list .third a:hover {
    background: url(../images/li-bg.png) 0 -260px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list li a:hover,
.weekStarList-ibox .content-area .list-content-area .user-list li a:hover {
    background: url(../images/li-bg.png) 0 -312px no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .rank {
    float: left;
    margin: 12px 0 0 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #a76ce1;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .first .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: 0 0;
}

.weekStarList-ibox .content-area .list-content-area .second .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: -28px 0;
}

.weekStarList-ibox .content-area .list-content-area .third .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: -56px 0;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .img-ibox {
    float: left;
    margin: 6px 0 0 19px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .img-ibox img {
    border-radius: 100%;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a .anchor-info {
    float: left;
    margin-left: 10px;
    width: 195px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a .anchor-info .info {
    height: 52px;
    line-height: 52px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .first a:hover .anchor-info .info {
    height: 52px;
    line-height: 52px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a:hover .anchor-info .info {
    height: 26px;
    line-height: 26px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a .anchor-info .info .anchor-name {
    float: left;
    width: 110px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a .anchor-info .info .live-icon {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .live a .anchor-info .info .live-icon {
    display: block;
    float: right;
    margin: 21px 3px 0 0;
    width: 29px;
    height: 10px;
    background: url(../images/live-icon.jpg) no-repeat;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .first.live a:hover .anchor-info .info .live-icon {
    margin-top: 21px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .live a:hover .anchor-info .info .live-icon {
    margin-top: 8px;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a .anchor-info .gap {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content a:hover .anchor-info .gap {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .anchor-rank {
    margin-top: 18px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .anchor-rank span {
    color: #fdff52;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .anchor-gap {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .anchor-list .anchor-list-content .anchor-gap span {
    color: #fdff52;
}

.weekStarList-ibox .content-area .list-content-area .btn-area .left-btn,
.weekStarList-ibox .content-area .list-content-area .btn-area .right-btn {
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: url(../images/btn.png) no-repeat;
    background-position: 0 0;
    font-size: 14px;
    color: #ab5bf3;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .btn-area .left-btn:hover,
.weekStarList-ibox .content-area .list-content-area .btn-area .right-btn:hover {
    position: relative;
    top: -1px;
}

.weekStarList-ibox .content-area .list-content-area .btn-area .left-btn:active,
.weekStarList-ibox .content-area .list-content-area .btn-area .right-btn:active {
    background-position: 0 -30px;
}

.weekStarList-ibox .content-area .list-content-area .btn-area .left-btn {
    margin: 0 28px 0 43px;
}

.weekStarList-ibox .content-area .list-content-area .week-btn-area .right-btn {
    background-position: -108px 0;
}

.weekStarList-ibox .content-area .list-content-area .week-btn-area .right-btn {
    background-position: -108px -30px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a .user-info {
    float: left;
    margin-left: 19px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a .user-info .info {
    height: 52px;
    line-height: 52px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a:hover .user-info .info {
    height: 26px;
    line-height: 26px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a .user-info .info .all-level {
    float: left;
    margin-top: 18px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a:hover .user-info .info .all-level {
    margin-top: 5px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a .user-info .info .user-name {
    float: left;
    margin-left: 10px;
    width: 150px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a .user-info .contribute-num {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content a:hover .user-info .contribute-num {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .no-login-area {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.no-login .no-login-area {
    display: block;
    margin-top: 10px;
    margin-left: 80px;
    height: 60px;
    line-height: 60px;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.no-login .no-login-area p {
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.no-login .no-login-area a {
    float: left;
    margin-top: 17px;
    width: 85px;
    height: 25px;
    line-height: 25px;
    background: #b827e1;
    border-bottom: 1px solid #624470;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.no-login .login-area {
    display: none;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .login-area {
    display: block;
    text-align: center;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .login-area .user-rank {
    margin-top: 18px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .login-area .user-rank span {
    color: #fdff52;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .login-area .contribute-num {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.weekStarList-ibox .content-area .list-content-area .user-list .user-list-content.login .login-area .contribute-num span {
    color: #fdff52;
}

.weekStarReward-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 51px 35px 57px 49px;
    margin: -320px 0 0 -227px;
    width: 370px;
    height: 538px;
    background: url(../images/week-list-bg.png__v=201706161) no-repeat;
}

.weekStarReward-ibox .close {
    position: absolute;
    top: 38px;
    right: 26px;
    width: 30px;
    height: 30px;
}

.weekStarReward-ibox .content-area {
    margin-top: 22px;
    padding: 0 20px;
}

.weekStarReward-ibox .content-area .look-moon-list {
    display: inline-block;
    width: 330px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffe791;
    font-weight: 700;
    text-align: center;
}

.weekStarReward-ibox .content-area .rule {
    margin-top: 7px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarReward-ibox .content-area .week-reward {
    padding: 10px 20px 0;
    margin-top: 19px;
    width: 290px;
    height: 164px;
    background: url(../images/reward-bg1.jpg) no-repeat;
}

.weekStarReward-ibox .content-area .reward-hd {
    margin: 0 auto;
    width: 110px;
    height: 29px;
    line-height: 29px;
    background: url(../images/reward-hd.png) no-repeat;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.weekStarReward-ibox .content-area .week-reward ul {
    margin: 30px -11px 0 0;
}

.weekStarReward-ibox .content-area .week-reward li {
    float: left;
    margin-right: 5px;
    width: 145px;
    height: 70px;
}

.weekStarReward-ibox .content-area .week-reward li .img-ibox {
    float: left;
    width: 66px;
    height: 66px;
    background: #941ac0;
    border: 2px solid #ebff0f;
    border-radius: 10px;
}

.weekStarReward-ibox .content-area .week-reward li .img-info {
    float: left;
    margin: 13px 0 0 10px;
    width: 56px;
}

.weekStarReward-ibox .content-area .week-reward li .img-info p {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarReward-ibox .content-area .user-reward {
    padding: 10px 20px 0;
    margin-top: 10px;
    width: 290px;
    height: 118px;
    background: url(../images/reward-bg2.jpg) no-repeat;
}

.weekStarReward-ibox .content-area .user-reward .reward-hd {
    margin-bottom: 15px;
}

.weekStarReward-ibox .content-area .user-reward .left-area {
    float: left;
    margin-top: 7px;
    width: 130px;
    text-align: center;
}

.weekStarReward-ibox .content-area .user-reward .left-area p {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarReward-ibox .content-area .user-reward .right-area {
    float: left;
    margin-left: 30px;
}

.weekStarReward-ibox .content-area .user-reward .right-area .img-ibox {
    float: left;
    width: 55px;
    height: 55px;
    background: #911ac0;
    border-radius: 10px;
}

.weekStarReward-ibox .content-area .user-reward .right-area p {
    float: left;
    margin-left: 15px;
    width: 58px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.weekStarReward-ibox .content-area .btn-area {
    margin-top: 33px;
}

.weekStarReward-ibox .content-area .btn-area .left-btn,
.weekStarReward-ibox .content-area .btn-area .right-btn {
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: url(../images/btn.png) no-repeat;
    font-size: 14px;
    color: #ab5bf3;
    font-weight: 700;
    text-align: center;
}

.weekStarReward-ibox .content-area .btn-area .left-btn {
    background-position: 0 0;
}

.weekStarReward-ibox .content-area .btn-area .right-btn {
    background-position: -108px 0;
}

.weekStarReward-ibox .content-area .btn-area .left-btn:hover,
.weekStarReward-ibox .content-area .btn-area .right-btn:hover {
    position: relative;
    top: -1px;
}

.weekStarReward-ibox .content-area .btn-area .left-btn:active {
    background-position: 0 -30px;
}

.weekStarReward-ibox .content-area .btn-area .right-btn:active {
    background-position: -108px -30px;
}

.weekStarReward-ibox .content-area .btn-area .left-btn {
    margin: 0 28px 0 43px;
}

.moonStarList-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 51px 35px 57px 49px;
    margin: -320px 0 0 -227px;
    width: 370px;
    height: 538px;
    background: url(../images/moon-list-bg.png__v=201706161) no-repeat;
}

.moonStarList-ibox .close {
    position: absolute;
    top: 38px;
    right: 26px;
    width: 30px;
    height: 30px;
}

.moonStarList-ibox .content-area {
    margin-top: 22px;
}

.moonStarList-ibox .content-area .look-week-list {
    width: 370px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffe791;
    font-weight: 700;
    text-align: center;
    margin-left: 145px;
}

.moonStarList-ibox .content-area .list-hd {
    margin-top: 3px;
    height: 37px;
    border-bottom: 1px solid #db7cb4;
}

.moonStarList-ibox .content-area .list-hd p {
    margin: 0 auto;
    width: 186px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #fdff52;
    font-size: 14px;
    color: #fdff52;
    font-weight: 700;
    text-align: center;
}

.moonStarList-ibox .content-area .list-content-area {
    padding: 0 20px;
    margin-top: 10px;
}

.moonStarList-ibox .content-area .list-content-area .no-list-content {
    display: none;
}

.moonStarList-ibox .content-area .list-content-area.no-list .no-list-content {
    display: block;
    width: 330px;
    height: 392px;
    text-align: center;
}

.moonStarList-ibox .content-area .list-content-area.no-list .no-list-content .qn-icon {
    display: inline-block;
    margin-top: 131px;
    width: 81px;
    height: 129px;
    background: url(../images/qn-icon.png) no-repeat;
}

.moonStarList-ibox .content-area .list-content-area.no-list .list-content {
    display: none;
}

.moonStarList-ibox .content-area .list-content-area .list-content {
    display: block;
    height: 392px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list {
    padding: 13px 13px 0;
    width: 304px;
    height: 320px;
    background: url(../images/moon-list-content-bg.jpg) no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li {
    margin-bottom: 5px;
    width: 304px;
    height: 52px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .first a {
    background: url(../images/li-bg.png) 0 0 no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .first a:hover {
    background: url(../images/li-bg.png) 0 -52px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .second a {
    background: url(../images/li-bg.png) 0 -104px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .second a:hover {
    background: url(../images/li-bg.png) 0 -156px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .third a {
    background: url(../images/li-bg.png) 0 -208px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .third a:hover {
    background: url(../images/li-bg.png) 0 -260px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a:hover {
    background: url(../images/li-bg.png) 0 -312px no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li .rank {
    float: left;
    margin: 12px 0 0 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #a76ce1;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .first .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: 0 0;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .second .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: -28px 0;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .third .rank {
    margin-top: 9px;
    height: 34px;
    background: url(../images/rank-icon.png) no-repeat;
    background-position: -56px 0;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li .img-ibox {
    float: left;
    margin: 6px 0 0 19px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li .img-ibox img {
    border-radius: 100%;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a .anchor-info {
    float: left;
    margin-left: 10px;
    width: 195px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a .anchor-info .info {
    height: 52px;
    line-height: 52px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .first a:hover .anchor-info .info {
    height: 52px;
    line-height: 52px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a:hover .anchor-info .info {
    height: 26px;
    line-height: 26px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a .anchor-info .info .anchor-name {
    float: left;
    width: 110px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul li .live-icon {
    display: none;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .live .live-icon {
    display: block;
    float: right;
    margin: 21px 3px 0 0;
    width: 29px;
    height: 10px;
    background: url(../images/live-icon.jpg) no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .first.live a:hover .live-icon {
    margin-top: 21px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul .live a:hover .live-icon {
    margin-top: 8px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a .anchor-info .gap {
    display: none;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .list-ul a:hover .anchor-info .gap {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .pageArea {
    margin-top: 0;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .pageArea .page {
    height: 22px;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .pageArea li {
    width: 67px;
    height: 22px;
    line-height: 22px;
    background: url(../images/btn1.png) no-repeat;
}

.moonStarList-ibox .content-area .list-content-area .list-content .list .pageArea .pre,
.moonStarList-ibox .content-area .list-content-area .list-content .list .pageArea .next {
    width: 51px;
    height: 22px;
    line-height: 22px;
    background: url(../images/btn1.png) no-repeat;
    color: #ab5bf3;
    font-weight: 700;
}

.moonStarList-ibox .content-area .list-content-area .list-content .anchor-rank {
    margin-top: 9px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.moonStarList-ibox .content-area .list-content-area .list-content .anchor-rank span {
    color: #fdff52;
}

.moonStarList-ibox .content-area .list-content-area .list-content .anchor-gap {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.moonStarList-ibox .content-area .list-content-area .list-content .anchor-gap span {
    color: #fdff52;
}

.moonStarList-ibox .content-area .btn-area {
    padding: 0 20px;
}

.moonStarList-ibox .content-area .btn-area .left-btn,
.moonStarList-ibox .content-area .btn-area .right-btn {
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: url(../images/btn.png) no-repeat;
    background-position: 0 0;
    font-size: 14px;
    color: #ab5bf3;
    font-weight: 700;
    text-align: center;
}

.moonStarList-ibox .content-area .btn-area .left-btn:hover,
.moonStarList-ibox .content-area .btn-area .right-btn:hover {
    position: relative;
    top: -1px;
}

.moonStarList-ibox .content-area .btn-area .left-btn:active,
.moonStarList-ibox .content-area .btn-area .right-btn:active {
    background-position: 0 -30px;
}

.moonStarList-ibox .content-area .btn-area .left-btn {
    margin: 0 28px 0 43px;
}

.moonStarList-ibox .content-area .week-btn-area .right-btn {
    background-position: -108px 0;
}

.moonStarList-ibox .content-area .week-btn-area .right-btn {
    background-position: -108px -30px;
}

.moonStarReward-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 51px 35px 57px 49px;
    margin: -320px 0 0 -227px;
    width: 370px;
    height: 538px;
    background: url(../images/moon-list-bg.png__v=201706161) no-repeat;
}

.moonStarReward-ibox .close {
    position: absolute;
    top: 38px;
    right: 26px;
    width: 30px;
    height: 30px;
}

.moonStarReward-ibox .content-area {
    margin-top: 22px;
    padding: 0 20px;
}

.moonStarReward-ibox .content-area .look-week-list {
    display: inline-block;
    width: 330px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffe791;
    font-weight: 700;
    text-align: center;
}

.moonStarReward-ibox .content-area .rule {
    margin-top: 9px;
    padding: 0 12px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.moonStarReward-ibox .content-area .reward-area {
    padding-top: 60px;
    margin-top: 14px;
    width: 330px;
    height: 260px;
    background: url(../images/reward-bg3.jpg) no-repeat;
}

.moonStarReward-ibox .content-area .reward-area p {
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.moonStarReward-ibox .content-area .reward-area p span {
    color: #fdff52;
}

.moonStarReward-ibox .content-area .reward-area .img-ibox {
    margin: 20px auto;
    width: 66px;
    height: 66px;
    background: #941ac0;
    border: 2px solid #ebff0f;
    border-radius: 10px;
}

.moonStarReward-ibox .content-area .btn-area {
    margin-top: 24px;
}

.moonStarReward-ibox .content-area .btn-area .left-btn,
.moonStarReward-ibox .content-area .btn-area .right-btn {
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: url(../images/btn.png) no-repeat;
    font-size: 14px;
    color: #ab5bf3;
    font-weight: 700;
    text-align: center;
}

.moonStarReward-ibox .content-area .btn-area .left-btn {
    background-position: 0 0;
}

.moonStarReward-ibox .content-area .btn-area .right-btn {
    background-position: -108px 0;
}

.moonStarReward-ibox .content-area .btn-area .left-btn:hover,
.moonStarReward-ibox .content-area .btn-area .right-btn:hover {
    position: relative;
    top: -1px;
}

.moonStarReward-ibox .content-area .btn-area .left-btn:active {
    background-position: 0 -30px;
}

.moonStarReward-ibox .content-area .btn-area .right-btn:active {
    background-position: -108px -30px;
}

.moonStarReward-ibox .content-area .btn-area .left-btn {
    margin: 0 28px 0 43px;
}

.fd-gifts-ibox {
    margin: -224px 0 0 -189px;
}

.fd-gifts-ibox .content {
    width: 378px;
}

.fd-gifts-ibox .content .bd {
    padding: 10px 18px 20px;
}

.fd-gifts-ibox .bd ul {
    position: relative;
    margin-right: -23px;
}

.fd-gifts-ibox .bd li {
    float: left;
    margin-right: 18px;
    width: 72px;
    height: 108px;
}

.fd-gifts-ibox .bd .img-box {
    width: 68px;
    height: 68px;
    border: 1px solid #13b8f5;
    background: #f5f5f5;
    border-radius: 3px;
}

.fd-gifts-ibox .bd .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.fd-gifts-ibox .bd p {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #642626;
    text-align: center;
}

.fd-gifts-ibox .bd .real-btn,
.fd-begin-ibox .bd .real-btn {
    margin-top: 13px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #13b8f5;
    font-size: 14px;
    color: #fff;
}

.fd-gifts-ibox .bd .real-btn:hover,
.fd-begin-ibox .bd .real-btn:hover {
    background: #00c5ed;
}

.fd-gifts-ibox .bd .real-btn:active,
.fd-begin-ibox .bd .real-btn:active {
    background: #008fe8;
}

.fd-begin-ibox {
    margin: 0 0 0 -189px;
}

.fd-begin-ibox .content {
    width: 378px;
    text-align: center;
}

.fd-begin-ibox .content1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #ca1b43;
}

.fd-begin-ibox .content2 {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #000;
}

.fd-begin-ibox .content3 {
    height: 30px;
    line-height: 30px;
}

.fd-begin-ibox .content3 a {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/choose-icon.png) no-repeat;
}

.fd-begin-ibox .content3.choosed a {
    background-position: -16px 0;
}

.fd-begin-ibox .content3 p {
    font-size: 14px;
    color: #530000;
}

.report-ibox {}

.report-ibox .content {
    width: 540px;
    margin-left: -270px;
    margin-top: -275px;
}

.report-ibox .content .bd {
    padding: 32px 92px 30px 65px;
}

.report-ibox .row {
    margin-bottom: 20px;
}

.report-ibox .row-left {
    float: left;
    margin-right: 9px;
    width: 72px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-align: right;
}

.report-ibox .row-left span {
    margin-right: 3px;
    font-size: 14px;
    color: #fa5b56;
}

.report-ibox .row-right {
    float: left;
    width: 300px;
}

.report-ibox .row-right .name {
    padding-left: 14px;
    height: 36px;
    width: 286px;
    line-height: 36px;
    font-size: 12px;
    color: #777;
}

.report-ibox .row-right .select {
    position: relative;
    padding: 0 30px 0 14px;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.report-ibox .row-right .select .arrow {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 5px;
    background: url(../images/pc-set-arrow.png) no-repeat;
}

.report-ibox .row-right .select .option {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.report-ibox .row-right .select .option li {
    height: 36px;
    line-height: 36px;
}

.report-ibox .row-right .select .option a {
    display: block;
    padding-left: 14px;
    height: 100%;
    background: #f3f3f3;
    font-size: 12px;
    color: #111;
}

.report-ibox .row-right .select .option a:hover {
    background: #ccc;
}

.report-ibox .row-right .textarea {
    padding: 14px;
    width: 272px;
    height: 80px;
    border: 1px solid #fff;
    background: #f3f3f3;
    font-size: 12px;
    color: #777;
}

.report-ibox .row-right .upload {
    height: 136px;
    line-height: 136px;
}

.report-ibox .row-right .upload .upload-area {
    position: relative;
    width: 136px;
    height: 136px;
    background: url(../images/jb-file-bg.png) no-repeat;
    overflow: hidden;
}

.report-ibox .row-right .upload .upload-area .input {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 136px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.report-ibox .row-right .upload .upload-img {
    display: none;
    position: relative;
    float: left;
    margin-right: 18px;
    width: 136px;
    height: 136px;
}

.report-ibox .row-right .upload .upload-title {
    float: left;
    width: 136px;
    font-size: 0;
}

.report-ibox .row-right .upload .upload-title .upload-icon {
    margin-right: 4px;
    width: 18px;
    height: 18px;
    background: url(../images/room-right-icon.png) no-repeat;
}

.report-ibox .row-right .upload .upload-title span {
    font-size: 12px;
    color: #12b7f5;
    font-weight: 700;
}

.report-ibox .row-right .upload-ok .upload-area,
.report-ibox .row-right .upload-no .upload-area {
    display: block;
}

.report-ibox .row-right .upload-ok .upload-title,
.report-ibox .row-right .upload-ok .upload-img,
.report-ibox .row-right .upload-no .upload-title,
.report-ibox .row-right .upload-no .upload-img {
    display: none;
}

.report-ibox .row-right .upload .upload-img .img-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/white-bg-close.png);
}

.report-ibox .row-right .upload-ok .upload-title .upload-icon {
    background-position: 0 0;
}

.report-ibox .row-right .upload-no .upload-title .upload-icon {
    background-position: -18px 0;
}

.report-ibox .row-right .upload-no .upload-title span {
    color: #eb7a77;
}

.report-ibox .textC .blue-zs-btn {
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.report-ibox .is--show {
    display: none;
}

.report-ibox .textarea__num {
    margin-top: 10px;
    float: right;
}

.zb-lottery-ibox .content {
    width: 464px;
}

.zb-lottery-ibox .content .hd .zb-a {
    position: absolute;
    top: 2px;
    left: 94px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

.zb-lottery-ibox .content .hd .zb-a .zb-a-tips {
    display: none;
    position: absolute;
    top: -26px;
    left: 12px;
    padding: 8px 12px;
    width: 204px;
    height: 74px;
    line-height: 18px;
    background: url(../images/mask-50.png) repeat;
    font-size: 12px;
    color: #fff;
}

.zb-lottery-ibox .content .hd .zb-a .zb-a-tips .p-hd {
    font-weight: 700;
}

.zb-lottery-ibox .content .hd .zb-a:hover .zb-a-tips {
    display: block;
}

.zb-lottery-ibox .content .bd {
    padding: 26px;
}

.zb-lottery-ibox .content .row {
    margin-bottom: 10px;
    line-height: 36px;
}

.zb-lottery-ibox .content .row-left,
.zb-lottery-ibox .content .sub-row-left {
    float: left;
    width: 65px;
    height: 36px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
}

.zb-lottery-ibox .content .row-right,
.zb-lottery-ibox .content .sub-row-right {
    float: left;
    width: 345px;
}

.zb-lottery-ibox .content .row-right .input-area {
    position: relative;
    width: 100%;
    height: 36px;
}

.zb-lottery-ibox .content .row-right .input-area .input {
    padding: 0 10px;
    width: 323px;
    height: 34px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    font-size: 12px;
    color: #777;
}

.zb-lottery-ibox .content .row-right .input-area .label {
    position: absolute;
    top: 1px;
    left: 11px;
    height: 36px;
    font-size: 12px;
    color: #777;
}

.zb-lottery-ibox .content .row-right .row-top {
    width: 100%;
    height: 36px;
}

.zb-lottery-ibox .content .row-right .row-top .label-area {
    float: left;
    margin-right: 30px;
    font-size: 0;
    cursor: pointer;
}

.zb-lottery-ibox .content .row-right .row-top .label-area .radio-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/radio-icon.png) no-repeat;
}

.zb-lottery-ibox .content .row-right .row-top .label-area .radioed {
    background-position: -16px 0;
}

.zb-lottery-ibox .content .row-right .row-top .label-area span {
    font-size: 12px;
    color: #333;
}

.zb-lottery-ibox .content .row-right .gifts-area {
    height: 36px;
    margin-top:
}

.zb-lottery-ibox .content .row-right .select {
    position: relative;
    padding: 0 30px 0 10px;
    width: 76px;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.zb-lottery-ibox .content .row-right .select .arrow {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 5px;
    background: url(../images/pc-set-arrow.png) no-repeat;
}

.zb-lottery-ibox .content .row-right .select .option {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.zb-lottery-ibox .content .row-right .select .option li {
    height: 36px;
    line-height: 36px;
}

.zb-lottery-ibox .content .row-right .select .option a {
    display: block;
    padding-left: 14px;
    height: 100%;
    background: #f3f3f3;
    font-size: 12px;
    color: #111;
}

.zb-lottery-ibox .content .row-right .select .option a:hover {
    background: #ccc;
}

.zb-lottery-ibox .content .row-right .select-1 {
    float: left;
    width: 140px;
}

.zb-lottery-ibox .content .row-right .nums-area {
    float: left;
    margin-left: 28px;
}

.zb-lottery-ibox .content .row-right .select-2 {
    float: left;
    width: 58px;
}

.zb-lottery-ibox .content .textC {
    position: relative;
}

.zb-lottery-ibox .content .blue-zs-btn,
.zb-lottery-ibox .content .gray-qx-btn {
    margin: 26px 10px 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
}

.zb-lottery-ibox .content .textC .history-a {
    position: absolute;
    top: 34px;
    right: 64px;
    font-size: 12px;
    color: #12b7f5;
}

.zb-lottery-ibox .content .sub-row {
    line-height: 30px;
    height: 30px;
}

.zb-lottery-ibox .content .sub-row-left {
    height: 30px;
}

.zb-lottery-ibox .content .sub-row-right {
    font-size: 12px;
    color: #000;
}

.zb-lottery-ibox .content .sub-row-right .span {
    color: #12b7f5;
}

.zb-lottery-ibox .content .sub-row-right .copy-a {
    margin-left: 5px;
    width: 58px;
    height: 16px;
    line-height: 16px;
    background: #12b9f5;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.zb-lottery-ibox .content .sub-row-right .copy-a:hover {
    background: #0aabe7;
}

.zb-lottery-ibox .content .sub-row-right .copy-a:active {
    background: #12b7f5;
}

.zb-lottery-ok-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -265px 0 0 -231px;
    padding: 336px 20px 0;
    width: 422px;
    height: 194px;
    background: url(../images/lottery-bg-1.jpg) no-repeat;
    z-index: 31;
}

.zb-lottery-ok-ibox .close {
    position: absolute;
    top: 20px;
    right: 21px;
    width: 21px;
    height: 21px;
}

.zb-lottery-ok-ibox .gifts-name {
    margin-bottom: 5px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.zb-lottery-ok-ibox .gifts-name span {
    color: #12b7f5;
}

.zb-lottery-ok-ibox p {
    line-height: 22px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.zb-lottery-ok-ibox p a {
    color: #12b7f5;
    text-decoration: underline;
}

.zb-lottery-ok-ibox p .color {
    color: #fe7b93;
}

.zb-lottery-ok-ibox .blue-zs-btn {
    display: block;
    margin-top: 18px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
}

.zb-lottery-no-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -265px 0 0 -231px;
    padding: 218px 20px 0;
    width: 422px;
    height: 238px;
    background: url(../images/lottery-bg-2.jpg) no-repeat;
    z-index: 31;
}

.zb-lottery-no-ibox .close {
    position: absolute;
    top: 20px;
    right: 21px;
    width: 21px;
    height: 21px;
}

.zb-lottery-no-ibox .img-box {
    margin: auto;
    width: 64px;
    height: 64px;
    border: 2px solid #f299e8;
    border-radius: 100%;
}

.zb-lottery-no-ibox img {
    border-radius: 100%;
}

.zb-lottery-no-ibox .name {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.zb-lottery-no-ibox .zb-lottery-no-ibox-btn {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    background: #ed6dde;
    text-align: center;
}

.zb-lottery-no-ibox .zb-lottery-no-ibox-btn:hover {
    background: #f87fea;
}

.zb-lottery-no-ibox .zb-lottery-no-ibox-btn:active {
    background: #e366d4;
}

.zb-lottery-gift-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -287px 0 0 -187px;
    padding-top: 328px;
    width: 374px;
    height: 247px;
    background: url(../images/zb-lottery-gift-bg.png) no-repeat;
}

.zb-lottery-barrage-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -248px 0 0 -187px;
    padding-top: 328px;
    width: 374px;
    height: 168px;
    background: url(../images/zb-lottery-barrage-bg.png) no-repeat;
}

.zb-lottery-gift-ibox .close,
.zb-lottery-barrage-ibox .close {
    position: absolute;
    top: 44px;
    right: 25px;
    width: 37px;
    height: 37px;
    background: url(../images/zb-close.png) no-repeat;
}

.zb-lottery-gift-ibox .name,
.zb-lottery-barrage-ibox .name {
    margin-bottom: 12px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.zb-lottery-gift-ibox .requirement,
.zb-lottery-barrage-ibox .requirement {
    padding: 0 16px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    color: #194de3;
}

.zb-lottery-gift-ibox .fans-text,
.zb-lottery-barrage-ibox .fans-text {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    opacity: .7;
    text-align: center;
}

.zb-lottery-gift-ibox .gifts-btn {
    margin-top: 16px;
    width: 233px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: url(../images/zb-btn.png) no-repeat;
}

.anchor-lottery-entrance {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -44px 0 0 -42px;
    width: 84px;
    height: 88px;
    background: url(../images/entrance-icon.png) no-repeat;
    cursor: pointer;
    z-index: 31;
}

.anchor-lottery-entrance .hint,
.anchor-lottery-entrance.quit .countdown {
    display: none;
}

.anchor-lottery-entrance.quit {
    width: 87px;
    background: url(../images/entrance-icon2.png) no-repeat;
}

.anchor-lottery-entrance.quit .hint {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 87px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.anchor-lottery-entrance .countdown {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 64px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #ae011b;
    text-align: center;
}

.anchor-unlive-tit {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 0 15px;
    margin: -16px 0 0 -93px;
    height: 32px;
    line-height: 32px;
    background: #feeee7;
    border: 1px solid #ffbb88;
    border-radius: 5px;
    font-size: 14px;
    color: #ff592f;
    z-index: 31;
}

.anchor-set-lottery-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -243px 0 0 -175px;
    padding: 29px 15px 14px 13px;
    width: 323px;
    background: #fd6d49;
    background: -webkit-linear-gradient(left, #fd6d49, #fc414f);
    background: -moz-linear-gradient(left, #fd6d49, #fc414f);
    background: -ms-linear-gradient(left, #fd6d49, #fc414f);
    background: -o-linear-gradient(left, #fd6d49, #fc414f);
    border-radius: 20px;
    z-index: 31;
}

.anchor-set-lottery-ibox .hd {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -103px;
    width: 206px;
    height: 64px;
    background: url(../images/anchor-hd1.png) no-repeat;
}

.anchor-set-lottery-ibox .close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.png) no-repeat;
}

.anchor-set-lottery-ibox .lottery-content {
    padding: 17px 21px 6px 22px;
    width: 280px;
    background: #fef5ee;
    border-radius: 10px;
}

.anchor-set-lottery-ibox .lottery-content input {
    background: none;
    border: none;
}

.anchor-set-lottery-ibox .lottery-content input:focus {
    border: none !important;
}

.anchor-set-lottery-ibox .lottery-content .reward,
.anchor-set-lottery-ibox .lottery-content .barrage-lottery .password,
.anchor-set-lottery-ibox .lottery-content .lottery-time,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift {
    width: 278px;
    height: 34px;
    border: 1px solid #ffbb45;
    border-radius: 3px;
}

.anchor-set-lottery-ibox .lottery-content .barrage-lottery .lottery-time,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift {
    margin-top: 18px;
}

.anchor-set-lottery-ibox .lottery-content .reward span,
.anchor-set-lottery-ibox .lottery-content .barrage-lottery .password span,
.anchor-set-lottery-ibox .lottery-content .lottery-time .time,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift span {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #d72d0d;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .reward span {
    width: 43px;
}

.anchor-set-lottery-ibox .lottery-content .barrage-lottery .password span,
.anchor-set-lottery-ibox .lottery-content .lottery-time .time,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift span {
    width: 70px;
}

.anchor-set-lottery-ibox .lottery-content .reward input,
.anchor-set-lottery-ibox .lottery-content .barrage-lottery .password input,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift input {
    float: left;
    padding: 0 7px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #555;
}

.anchor-set-lottery-ibox .lottery-content input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.anchor-set-lottery-ibox .lottery-content input::-moz-placeholder {
    color: #b2b2b2;
}

.anchor-set-lottery-ibox .lottery-content input::-ms-input-placeholder {
    color: #b2b2b2;
}

.anchor-set-lottery-ibox .lottery-content .reward input {
    width: 221px;
}

.anchor-set-lottery-ibox .lottery-content .barrage-lottery .password input,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .total-gift input {
    width: 194px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request {
    margin-top: 18px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num {
    float: left;
    height: 34px;
    border: 1px solid #ffbb45;
    border-radius: 3px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num {
    width: 128px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num {
    width: 88px;
    margin-left: 10px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num span,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .gift,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num span {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #d72d0d;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num span,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .gift {
    width: 71px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num span {
    width: 44px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num input,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num input {
    float: left;
    width: 57px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #555;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .num input {
    width: 57px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .gift-num input {
    width: 44px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift {
    float: left;
    height: 34px;
    border: 1px solid #ffbb45;
    border-radius: 3px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level {
    margin-left: 10px;
    width: 138px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift {
    width: 178px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .level {
    float: left;
    width: 66px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #d72d0d;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select {
    float: left;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #b2b2b2;
    cursor: pointer;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select {
    width: 72px;
}

.anchor-set-lottery-ibox .lottery-content .lottery-time .select {
    width: 208px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select {
    width: 107px;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select .select-span,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select .select-span,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select .select-span {
    color: #555;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select .gift-span {
    display: inline-block;
    padding-right: 18px;
    width: 87px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select .arrow,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select .arrow,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select .arrow {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 8px;
    height: 6px;
    background: url(../images/arrow.png) 0 0 no-repeat;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select .option,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select .option,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select .option {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    height: 87px;
    background: #fff;
    border: 1px solid #e0e4e5;
    overflow-x: hidden;
    z-index: 2;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select .option {
    width: 74px;
}

.anchor-set-lottery-ibox .lottery-content .lottery-time .select .option {
    width: 210px;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select .option {
    width: 109px;
}

.anchor-set-lottery-ibox .lottery-content .select .option li {
    height: 28px;
    line-height: 28px;
}

.anchor-set-lottery-ibox .lottery-content .select .option a {
    display: block;
    padding: 0 7px;
    height: 100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anchor-set-lottery-ibox .lottery-content .select .option a:hover {
    background: #ccc;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select.open .arrow,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select.open .arrow,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select.open .arrow {
    background-position: -8px 0;
}

.anchor-set-lottery-ibox .lottery-content .reward-request .fs-level .select.open .option,
.anchor-set-lottery-ibox .lottery-content .lottery-time .select.open .option,
.anchor-set-lottery-ibox .lottery-content .gift-lottery .gift-info .choose-gift .select.open .option {
    display: block;
}

.anchor-set-lottery-ibox .lottery-content .lottery-style {
    margin-top: 18px;
}

.anchor-set-lottery-ibox .lottery-content .lottery-style .lottery-ul li {
    float: left;
    margin: 0 10px 12px 0;
    width: 80px;
    height: 28px;
    line-height: 28px;
}

.anchor-set-lottery-ibox .lottery-content .lottery-style .lottery-ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #d72d0d;
    border-radius: 20px;
    font-size: 12px;
    color: #d72d0d;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .lottery-style .lottery-ul li a:hover,
.anchor-set-lottery-ibox .lottery-content .lottery-style .lottery-ul .active a {
    background: #d72d0d;
    color: #fff;
}

.anchor-set-lottery-ibox .lottery-content .gift-lottery .tit {
    margin-top: 8px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #eb7a77;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .remind {
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #eb7a77;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .begin-btn {
    display: block;
    margin: 5px auto 0;
    width: 119px;
    height: 40px;
    line-height: 40px;
    background: #feda4b;
    border-radius: 20px;
    font-size: 14px;
    color: #ae011b;
    text-align: center;
}

.anchor-set-lottery-ibox .lottery-content .begin-btn:hover {
    background: #fed42d;
}

.anchor-set-lottery-ibox .lottery-content .bottom-area {
    margin: 0 auto;
    width: 173px;
    height: 30px;
    line-height: 30px;
}

.anchor-set-lottery-ibox .lottery-content .bottom-area a {
    margin: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fd7848;
}

.anchor-set-lottery-ibox .lottery-content .bottom-area a:hover {
    text-decoration: underline;
}

.anchor-lottery-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -204px 0 0 -175px;
    padding: 28px 14px 35px;
    width: 323px;
    height: 345px;
    background: #fd6d49;
    background: -webkit-linear-gradient(left, #fd6d49, #fc414f);
    background: -moz-linear-gradient(left, #fd6d49, #fc414f);
    background: -ms-linear-gradient(left, #fd6d49, #fc414f);
    background: -o-linear-gradient(left, #fd6d49, #fc414f);
    border-radius: 20px;
    z-index: 31;
}

.anchor-lottery-ibox .hd {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -103px;
    width: 206px;
    height: 64px;
    background: url(../images/anchor-hd1.png) no-repeat;
}

.anchor-lottery-ibox .close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.png) no-repeat;
}

.anchor-lottery-ibox .content .gift-name {
    margin: 0 auto;
    width: 240px;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #feffaf;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anchor-lottery-ibox .content .reward-num {
    width: 323px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #feffaf;
    text-align: center;
}

.anchor-lottery-ibox .content .lottery-condition {
    margin-top: 16px;
    width: 323px;
    height: 203px;
    background: #fef5ee;
    border-radius: 10px;
}

.anchor-lottery-ibox .lottery-condition .condition {
    padding: 2px 22px 0 13px;
    height: 102px;
    border-bottom: 1px solid #fd5e4b;
}

.anchor-lottery-ibox .lottery-condition .condition .condition-hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f0e8e1;
    font-size: 12px;
    color: #d72d0d;
}

.anchor-lottery-ibox .lottery-condition .condition .condition-content {
    margin-top: 6px;
}

.anchor-lottery-ibox .lottery-condition .condition .condition-content p {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #666;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num {
    position: relative;
    margin: 31px auto 0;
    width: 293px;
    height: 8px;
    background: #ffe2b0;
    border-radius: 5px;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .bar-area {
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .bar-area .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 293px;
    height: 8px;
    background: #ffbb45;
    border-radius: 5px;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .num {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 293px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #d72d0d;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .num .left {
    float: left;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .num .right {
    float: right;
}

.anchor-lottery-ibox .lottery-condition .time1 .gift-num .num .right span {
    color: #666;
}

.anchor-lottery-ibox .lottery-condition .gift-time {
    margin: 18px auto 0;
    width: 169px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.anchor-lottery-ibox .lottery-condition .gift-reach,
.anchor-lottery-ibox.gift-upper-limit .lottery-condition .gift-time {
    display: none;
}

.anchor-lottery-ibox.gift-upper-limit .lottery-condition .gift-reach {
    display: block;
    margin: 18px auto 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.anchor-lottery-ibox .lottery-condition .gift-time .time-icon {
    display: inline-block;
    margin: 0 10px;
    width: 69px;
    height: 24px;
    background: url(../images/countdown.png) no-repeat;
    vertical-align: -7px;
}

.anchor-lottery-ibox .lottery-condition .gift-time .time-icon .min {
    float: left;
    width: 28px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.anchor-lottery-ibox .lottery-condition .gift-time .time-icon .sec {
    float: right;
    width: 28px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.anchor-dm-lottery-ibox .lottery-condition .time1 {
    display: none;
}

.anchor-lottery-ibox .lottery-condition .time2 {
    display: none;
}

.anchor-dm-lottery-ibox .lottery-condition .time2 {
    display: block;
    margin-top: 16px;
}

.anchor-dm-lottery-ibox .lottery-condition .time2 p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #7c7c7c;
    text-align: center;
}

.anchor-dm-lottery-ibox .lottery-condition .time2 p span {
    color: #d72d0d;
}

.anchor-lottery-ibox .content .btn-area {
    margin: 23px auto 0;
    width: 252px;
    height: 40px;
}

.anchor-lottery-ibox .content .btn-area .change-btn {
    float: left;
    width: 117px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fee464;
    border-radius: 20px;
    font-size: 14px;
    color: #fede54;
    text-align: center;
}

.anchor-lottery-ibox .content .btn-area .change-btn:hover {
    border-color: #fed42d;
    color: #fed42d;
}

.anchor-lottery-ibox .content .btn-area .lottery-btn {
    float: right;
    width: 119px;
    height: 40px;
    line-height: 40px;
    background: #fedc4f;
    border-radius: 20px;
    font-size: 14px;
    color: #ae011b;
    text-align: center;
}

.anchor-lottery-ibox .content .btn-area .lottery-btn:hover {
    background: #fed42d;
}

.anchor-lottery-ibox .stop-area {
    display: block;
    margin: 14px auto 0;
    width: 70px;
    height: 16px;
}

.anchor-lottery-ibox .stop-area .icon {
    width: 16px;
    height: 16px;
    background: url(../images/stop-btn.png) 0 0 no-repeat;
    vertical-align: -3px;
}

.anchor-lottery-ibox .stop-area.continue .icon {
    background-position: -16px 0;
}

.anchor-lottery-ibox .stop-area span {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

.anchor-sure-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -92px 0 0 -136px;
    padding: 17px;
    width: 238px;
    height: 151px;
    background: url(../images/sure-ibox-bg.png) no-repeat;
    z-index: 31;
}

.anchor-sure-ibox .num {
    margin-top: 27px;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.anchor-sure-ibox .num span {
    color: #d72d0d;
}

.anchor-sure-ibox .tit {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #b3b3b3;
    text-align: center;
}

.anchor-sure-ibox .btn-area {
    margin: 17px auto 0;
    width: 126px;
    height: 30px;
}

.anchor-sure-ibox .btn-area .cancel-btn {
    float: left;
    margin-right: 10px;
    width: 56px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fd6b4a;
    border-radius: 5px;
    font-size: 12px;
    color: #fd6b4a;
    text-align: center;
}

.anchor-sure-ibox .btn-area .cancel-btn:hover {
    border-color: #ed6141;
}

.anchor-sure-ibox .btn-area .sure-btn {
    float: left;
    width: 58px;
    height: 30px;
    line-height: 30px;
    background: #fd6b4a;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.anchor-sure-ibox .btn-area .sure-btn:hover {
    background: #ed6141;
}

.anchor-result-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -204px 0 0 -175px;
    padding: 36px 14px 15px;
    width: 323px;
    background: #fd6d49;
    background: -webkit-linear-gradient(left, #fd6d49, #fc414f);
    background: -moz-linear-gradient(left, #fd6d49, #fc414f);
    background: -ms-linear-gradient(left, #fd6d49, #fc414f);
    background: -o-linear-gradient(left, #fd6d49, #fc414f);
    border-radius: 20px;
    z-index: 31;
}

.anchor-result-ibox3 {
    padding-top: 22px;
}

.anchor-result-ibox1 .hd {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -62px;
    width: 124px;
    height: 60px;
    background: url(../images/anchor-hd2.png) no-repeat;
}

.anchor-result-ibox2 .hd {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -100px;
    width: 201px;
    height: 64px;
    background: url(../images/anchor-hd3.png) no-repeat;
}

.anchor-result-ibox3 .hd {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 67px;
    background: url(../images/anchor-hd4.png) no-repeat;
}

.anchor-result-ibox .close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.png) no-repeat;
}

.anchor-result-ibox .no-content {
    display: none;
}

.anchor-result-ibox.nobody-join .no-content {
    display: block;
    margin: 15px auto 35px;
    width: 142px;
    height: 126px;
    background: url(../images/no-lottery.png) no-repeat;
}

.anchor-result-ibox.nobody-join .content {
    display: none;
}

.anchor-result-ibox .content .time {
    display: none;
}

.anchor-result-ibox3 .content .time {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #feffaf;
    text-align: center;
}

.anchor-result-ibox .content .tit {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #feffaf;
    text-align: center;
}

.anchor-result-ibox .content .reward-content {
    margin: 15px auto 0;
    padding: 4px 15px 0;
    width: 293px;
    height: 225px;
    background: #fef5ee;
    border-radius: 10px;
}

.anchor-result-ibox .reward-content .reward-hd {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #f0e8e1;
}

.anchor-result-ibox .reward-content .reward-hd .left {
    float: left;
    font-size: 12px;
    color: #d72d0d;
}

.anchor-result-ibox .reward-content .reward-hd .right {
    float: right;
}

.anchor-result-ibox .reward-content .reward-hd .right a {
    display: inline-block;
    font-size: 12px;
    color: #666;
}

.anchor-result-ibox .reward-content .reward-hd .right a:hover {
    text-decoration: underline;
}

.anchor-result-ibox .reward-content .reward-ul {
    margin-top: 12px;
    width: 293px;
    height: 166px;
    overflow-x: hidden
}

.anchor-result-ibox .reward-content .reward-ul li {
    height: 22px;
    margin-bottom: 14px;
}

.anchor-result-ibox .reward-content .reward-ul li .name {
    float: left;
    width: 145px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anchor-result-ibox .reward-content .reward-ul li .contact {
    float: right;
    width: 52px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ffa493;
    font-size: 12px;
    color: #d72d0d;
    text-align: center;
}

.anchor-result-ibox .reward-content .reward-ul li .contact:hover {
    border-color: #d72d0d;
}

.anchor-result-ibox .content .remind {
    margin-top: 11px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.anchor-result-ibox .btn-area {
    margin: 16px auto 0;
    width: 252px;
    height: 40px;
}

.anchor-result-ibox .btn-area .again-btn {
    float: left;
    width: 117px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fee464;
    border-radius: 20px;
    font-size: 14px;
    color: #fede54;
    text-align: center;
}

.anchor-result-ibox .btn-area .again-btn:hover {
    border-color: #fed42d;
    color: #fed42d;
}

.anchor-result-ibox .btn-area .finish-btn {
    float: right;
    width: 119px;
    height: 40px;
    line-height: 40px;
    background: #fedc4f;
    border-radius: 20px;
    font-size: 14px;
    color: #ae011b;
    text-align: center;
}

.anchor-result-ibox .btn-area .finish-btn:hover {
    background: #fed42d;
}

.user-lottery-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -211px 0 0 -180px;
    padding: 124px 40px 0;
    width: 280px;
    height: 298px;
    background: url(../images/user-ibox-bg.png) no-repeat;
    z-index: 31;
}

.user-lottery-ibox .close {
    position: absolute;
    top: 43px;
    right: 0;
    width: 30px;
    height: 30px;
}

.user-lottery-ibox .content .title {
    margin-top: -6px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #6f0000;
    text-align: center;
}

.user-lottery-ibox .content .gift-area {
    padding-top: 17px;
    width: 280px;
    height: 75px;
    background: rgba(32, 9, 0, .2);
    border-radius: 10px;
}

.user-lottery-ibox .content .gift-area .gift {
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #ffff00;
    text-align: center;
}

.user-lottery-ibox .content .gift-area .style-dm,
.user-lottery-ibox .content .gift-area .style-gift {
    display: none;
}

.user-dm-lottery-ibox .content .gift-area .style-dm,
.user-gift-lottery-ibox .content .gift-area .style-gift {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #e2a294;
    text-align: center;
}

.user-dm-lottery-ibox .content .gift-area .style-dm span,
.user-gift-lottery-ibox .content .gift-area .style-gift span {
    font-size: 14px;
    color: #fff;
}

.user-gift-lottery-ibox .content .gift-area .style-gift .gift-icon {
    display: inline-block;
    margin: 0 5px 0 10px;
    width: 30px;
    height: 30px;
    vertical-align: -10px;
}

.user-lottery-ibox .content .dm-time-area,
.user-lottery-ibox .content .gift-time-area {
    display: none;
}

.user-dm-lottery-ibox .content .dm-time-area {
    position: relative;
    display: block;
    margin-top: 11px;
    text-align: center;
}

.user-dm-lottery-ibox .content .dm-time-area p {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fec9c4;
}

.user-dm-lottery-ibox .content .dm-time-area .time {
    margin-bottom: 8px;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
}

.user-dm-lottery-ibox .content .dm-time-area .tit span,
.user-gift-lottery-ibox .content .gift-time-area .tit span {
    color: #ffff00;
}

.user-dm-lottery-ibox .content .dm-time-area .btn,
.user-gift-lottery-ibox .content .gift-time-area .btn {
    display: block;
    margin: 8px auto 0;
    width: 212px;
    height: 53px;
    line-height: 40px;
    background: url(../images/user-btn.png) no-repeat;
    font-size: 14px;
    color: #ae011b;
    text-align: center;
}

.user-dm-lottery-ibox .content .dm-time-area .btn.gray,
.user-gift-lottery-ibox .content .gift-time-area .btn.gray {
    opacity: .5;
}

.user-dm-lottery-ibox .content .dm-time-area .btn:hover,
.user-gift-lottery-ibox .content .gift-time-area .btn:hover {
    background: url(../images/user-hover-btn.png) no-repeat;
}

.user-dm-lottery-ibox .content .dm-time-area .dm-mask,
.user-gift-lottery-ibox .content .gift-time-area .gift-mask {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -83px;
    width: 167px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .8);
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.user-gift-lottery-ibox .content .gift-time-area {
    position: relative;
    display: block;
    margin-top: 11px;
    text-align: center;
}

.user-gift-lottery-ibox .content .gift-time-area .condition {
    margin-bottom: 8px;
    height: 54px;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .left {
    float: left;
    width: 114px;
    text-align: center;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .left p,
.user-gift-lottery-ibox .content .gift-time-area .condition .right p,
.user-gift-lottery-ibox .content .gift-time-area .tit {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fec9c4;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .left .time {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .mid {
    float: left;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #fec9c4;
    text-align: center;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .right {
    float: left;
    width: 100px;
    text-align: center;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .right .num {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
}

.user-gift-lottery-ibox .content .gift-time-area .condition .right .num span.plan {
    font-size: 24px;
    color: #ffff00;
}

.user-gift-lottery-ibox .content .gift-time-area.no-gift .condition .left {
    float: none;
    margin: 0 auto;
}

.user-gift-lottery-ibox .content .gift-time-area.no-gift .condition .mid,
.user-gift-lottery-ibox .content .gift-time-area.no-gift .condition .right {
    display: none;
}

.user-gift-lottery-ibox .content .gift-time-area.no-time .condition .right {
    float: none;
    margin: 0 auto;
}

.user-gift-lottery-ibox .content .gift-time-area.no-time .condition .mid,
.user-gift-lottery-ibox .content .gift-time-area.no-time .condition .left {
    display: none;
}

.user-lottery-ibox .content .remind {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fec9c4;
    text-align: center;
}

.user-lottery-ibox .stop-prompt-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 14px 29px 0;
    margin-left: -140px;
    width: 222px;
    height: 74px;
    background: url(../images/mask-80.png) repeat;
    border-radius: 8px;
}

.user-lottery-ibox .stop-prompt-ibox p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.user-win-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -168px 0 0 -153px;
    padding: 167px 28px 0;
    width: 251px;
    height: 169px;
    background: url(../images/win-reward-ibox.png) no-repeat;
    z-index: 31;
}

.user-lose-ibox {
    background: url(../images/lose-reward-ibox.png) no-repeat;
}

.user-win-ibox .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 13px;
    height: 13px;
}

.user-win-ibox .reward-info {
    margin-top: -6px;
    height: 128px;
}

.user-win-ibox .reward-info .reward {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.user-win-ibox .reward-info .reward span {
    margin-left: 10px;
}

.user-win-ibox .reward-info .tit {
    margin-top: 27px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #510204;
    text-align: center;
}

.user-win-ibox .reward-info .btn-area {
    margin-top: 20px;
}

.user-win-ibox .reward-info .btn-area .list-btn {
    float: left;
    width: 116px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #fdfb68;
    border-radius: 20px;
    font-size: 14px;
    color: #fdfb68;
    text-align: center;
}

.user-win-ibox .reward-info .btn-area .anchor-btn {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fdfb68;
    border-radius: 20px;
    font-size: 14px;
    color: #ae011b;
    text-align: center;
}

.user-win-ibox .reward-list,
.user-list-ibox .reward-info,
.user-lose-ibox .reward-info {
    display: none;
}

.user-list-ibox .reward-list,
.user-lose-ibox .reward-list {
    position: relative;
    display: block;
    width: 251px;
    height: 122px;
    background: #db4b3c;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.user-list-ibox .reward-list .list-close,
.user-lose-ibox .reward-list .list-close {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 9px;
    height: 9px;
    background: url(../images/list-close.png) no-repeat;
}

.user-list-ibox .reward-list .hd,
.user-lose-ibox .reward-list .hd {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #fd654a;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.user-list-ibox .reward-list .list-area,
.user-lose-ibox .reward-list .list-area {
    padding-top: 8px;
    height: 83px;
    overflow-x: hidden;
}

.user-list-ibox .reward-list .list-area li,
.user-lose-ibox .reward-list .list-area li {
    margin: 0 0 8px 40px;
    width: 150px;
    height: 16px;
    line-height: 16px;
}

.user-list-ibox .reward-list .list-area li .icon,
.user-lose-ibox .reward-list .list-area li .icon {
    float: left;
    margin-right: 8px;
    width: 50px;
    height: 16px;
}

.user-list-ibox .reward-list .list-area li .fans-grade,
.user-lose-ibox .reward-list .list-area li .fans-grade {
    vertical-align: 0px;
}

.user-list-ibox .reward-list .list-area li .name,
.user-lose-ibox .reward-list .list-area li .name {
    float: left;
    width: 92px;
    font-size: 12px;
    color: #ffcc00;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-list-ibox .reward-list .list-area .no-scroll,
.user-lose-ibox .reward-list .list-area .no-scroll {
    position: relative;
    top: 50%;
    margin-top: -12px;
}

.user-win-ibox .rule-btn {
    display: block;
    margin: 19px auto 0;
    width: 72px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fec4c4;
    text-decoration: underline;
}

.user-lotterying-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -108px 0 0 -112px;
    width: 224px;
    height: 216px;
    background: url(../images/lottery.gif) no-repeat;
    z-index: 31;
}

.zb-task-set {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -170px;
    width: 340px;
    height: 400px;
    background: url(../images/zb-task-sc.png) no-repeat 0 0;
}

.zb-task-set .close,
.recall-hint-ibox .close,
.yq-set-ibox .close,
.first-task-hint .close,
.reject-task-hint .close {
    position: absolute;
    top: 6px;
    right: 14px;
    width: 20px;
    height: 16px;
    background: url(../images/zb-task-sc.png) no-repeat 3px -426px;
}

.zb-task-set .close {
    top: 14px;
}

.zb-task-set .title {
    padding-left: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: 700;
}

.zb-task-set .title .invite-hint {
    margin: 12px 0 0 10px;
    width: 114px;
    height: 20px;
    background: url(../images/zb-task-sc.png) no-repeat 0 -406px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.zb-task-set .task-list {
    margin: 0 auto;
    height: 263px;
    width: 280px;
}

.zb-task-set .task-list ul {
    margin-top: 4px;
    width: 298px;
    height: 235px;
    overflow-x: hidden;
}

.zb-task-set .task-list>ul>li {
    width: 276px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #DEDFE0;
}

.zb-task-set .task-list li .check-box {
    margin-top: 16px;
    width: 14px;
    height: 14px;
    background: url(../images/zb-task-sc.png) no-repeat 0 -442px;
}

.zb-task-set .task-list li .check-box.choosed {
    background-position: -14px -442px;
}

.zb-task-set .task-list li .check-box.succeed {
    margin-top: 14px;
    width: 14px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(../images/zb-task-sc.png) no-repeat -30px -438px;
}

.zb-task-set .task-list li .img-box {
    margin: 12px 12px 0;
    width: 28px;
    height: 22px;
}

.zb-task-set .task-list li .count {
    width: 32px;
    color: #ff0c8a;
}

.zb-task-set .task-list li .task-definition {
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-task-set .task-list li .dot {
    line-height: 40px;
    font-weight: 700;
    color: #9300F1;
    font-size: 16px;
}

.zb-task-set .task-list li .yet-fb {
    display: none;
    margin-top: 13px;
    width: 54px;
    height: 20px;
    background: #F6E5FF;
    color: #AA00FF;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
}

.zb-task-set .task-list li.yet .yet-fb {
    display: block;
}

.zb-task-set .task-list li.yet .dot {
    display: none;
}

.zb-task-set .task-list li .dot .compile {
    position: absolute;
    top: 20px;
    right: -23px;
    padding: 16px 10px 10px;
    width: 54px;
    height: 56px;
    background: url(../images/zb-task-sc.png) no-repeat 0 -456px;
    z-index: 2;
}

.zb-task-set .task-list li .dot .compile li {
    width: 54px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    color: #777;
    line-height: 28px;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.zb-task-set .task-list li .dot .compile li.bj {
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #DEDFE0;
    border-radius: 4px 4px 0 0;
}

.zb-task-set .task-list li .dot .compile li a {
    display: block;
    color: #777;
}

.zb-task-set .task-list li .dot .compile li:hover a {
    background: #DEDFE0;
}

.zb-task-set .add-btn {
    margin: 0 39px 0 55px;
    width: 96px;
    height: 37px;
    background: #610cff;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    border-radius: 19px;
}

.zb-task-set .add-btn:hover {
    background: #580be5;
}

.zb-task-set .add-btn:active {
    background: #580be5;
}

.zb-task-set .issue-btn {
    width: 96px;
    height: 37px;
    background: #FF0089;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    border-radius: 19px;
}

.zb-task-set .issue-btn.grey,
.zb-task-set .issue-btn.grey:hover {
    background: #dedfe1;
}

.zb-task-set .issue-btn:hover {
    background: #e50b7c;
}

.zb-task-set .issue-btn:active {
    background: #FF82C4;
}

.zb-task-set .btm {
    margin-top: 14px;
    font-size: 12px;
    color: #a5a7aa;
    text-align: center;
}

.zb-task-set .btm a {
    color: #9196ff;
}

.zb-task-set .btm a:hover {
    text-decoration: underline;
}

.hint-tc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -116px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 20px;
}

.zb-task-set.add .title {
    text-align: center;
    padding-left: 0;
}

.zb-task-set.add .return,
.task-invitation-ibox .return {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 22px;
    height: 22px;
    background: url(../images/zb-task-sc.png) no-repeat -51px -434px;
}

.zb-task-set.add .bd {
    margin: 0 auto;
    padding: 20px 18px;
    width: 280px;
    height: 300px;
}

.zb-task-set.add .bd .task-name {
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid #DEDFE0;
}

.zb-task-set.add .bd .task-name .input {
    padding-left: 10px;
    width: 240px;
    color: #555;
    border: none;
    outline: none;
    vertical-align: 0;
    box-shadow: none;
}

.zb-task-set.add .bd .task-name .input:focus {
    border: none !important;
    outline: none;
}

.zb-task-set.add .bd .task-name .eliminate {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/zb-task-sc.png) no-repeat -77px -437px;
}

.zb-task-set.add .bd .often-task {
    margin-top: 15px;
    height: 110px;
    color: #555;
}

.zb-task-set.add .bd .often-task .refresh {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 13px;
    background: url(../images/zb-task-sc.png) no-repeat -97px -437px;
}

.zb-task-set.add .bd .often-task ul {
    width: 290px;
    margin-top: 10px;
}

.zb-task-set.add .bd .often-task ul li {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #DEDFE0;
    border-radius: 14px;
}

.zb-task-set.add .bd .often-task ul li a {
    max-width: 64px;
    color: #a5a7aa;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zb-task-set.add .bd .often-task ul li:hover,
.zb-task-set.add .bd .often-task ul li.active {
    border: 1px solid #FF0089;
}

.zb-task-set.add .bd .often-task ul li:hover a,
.zb-task-set.add .bd .often-task ul li.active a {
    color: #FF0089;
}

.zb-task-set.add .bd .task-set {
    height: 106px;
    color: #555;
}

.zb-task-set.add .bd .task-set .gift-select {
    margin: 8px 0;
    font-size: 12px;
    line-height: 34px;
}

.zb-task-set.add .bd .task-set .gift-select .select {
    padding: 0 10px;
    width: 150px;
    height: 34px;
    border-radius: 18px;
    border: 1px solid #DEDFE0;
    cursor: pointer;
}

.zb-task-set.add .bd .task-set .gift-select .gift-name {
    margin-right: 8px;
    width: 56px;
    font-size: 14px;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.zb-task-set.add .bd .task-set .gift-select .gift-gold {
    color: #a5a7aa;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.zb-task-set.add .bd .task-set .gift-select .select .arrow {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 8px;
    height: 6px;
    background: url(../images/zb-task-sc.png) no-repeat -114px -437px;
}

.zb-task-set.add .bd .task-set .gift-select .select .js-div-option {
    position: absolute;
    bottom: -84px;
    width: 150px;
    height: 84px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .13);
    background: #fff;
    display: none;
}

.zb-task-set.add .bd .task-set .gift-select .select .option {
    width: 150px;
    height: 84px;
    overflow: auto;
    font-size: 12px;
    background: #fff;
}

.zb-task-set.add .bd .task-set .gift-select .select .option li {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}

.zb-task-set.add .bd .task-set .gift-select .select .option li:hover {
    background: #F3F3F3;
}

.zb-task-set.add .bd .task-set .gift-select .select .option li a {
    color: #a5a7aa;
}

.zb-task-set.add .bd .task-set .gift-select .select .option li .opt-gift-name {
    width: 56px;
    font-size: 14px;
    color: #030303;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-task-set.add .bd .task-set .gift-select .x {
    width: 20px;
    font-size: 14px;
    color: #ACAEB1;
    text-align: center;
    line-height: 34px;
}

.zb-task-set.add .bd .task-set .gift-select .count-select {
    width: 82px;
    height: 34px;
    border-radius: 18px;
    border: 1px solid #DEDFE0;
    line-height: 34px;
    color: #a5a7aa;
    overflow: hidden;
}

.zb-task-set.add .bd .task-set .gift-select .count-select .input {
    padding-left: 10px;
    width: 50px;
    text-align: center;
    color: #a5a7aa;
    border: none;
    outline: none;
    vertical-align: -1px;
    box-shadow: none;
}

.zb-task-set.add .bd .task-set .gift-select .count-select .input:focus {
    border: none !important;
    outline: none;
}

.zb-task-set.add .bd .task-set .hint {
    font-size: 12px;
    color: #a5a7aa;
}

.zb-task-set.add .bd .issue-btn {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background: #FF0089;
}

.zb-task-set.add .bd .issue-btn:hover {
    background: #e50b7c;
}

.zb-task-set.add .bd .issue-btn:active {
    background: #FF82C4;
}

.first-task-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -128px;
    width: 256px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E2E1E6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.first-task-hint .hd,
.recall-hint-ibox .hd,
.yq-set-ibox .hd {
    padding-left: 15px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #DEDFE0;
}

.first-task-hint .close,
.recall-hint-ibox .close,
.yq-set-ibox .close {
    background-position: 4px -538px;
}

.first-task-hint .btm {
    margin-top: 14px;
    font-size: 12px;
    color: #a5a7aa;
    text-align: center;
}

.first-task-hint .btm .first-line {
    margin-bottom: 14px;
    font-size: 14px;
    color: #000;
}

.first-task-hint .btm .p {
    color: #a5a7aa;
    line-height: 20px;
}

.first-task-hint.yh .btm .no-hint {
    margin-top: 12px;
}

.first-task-hint a.btn,
.yq-set-ibox a.save-btn {
    display: block;
    margin: 26px auto 0;
    width: 160px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    background: #00B6F8;
}

.first-task-hint .btn:hover,
.yq-set-ibox .save-btn:hover {
    background: #00acec;
}

.yet-issue-task {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 340px;
    height: 346px;
    background: rgba(0, 0, 0, .7);
    border-radius: 18px;
    overflow: hidden;
    z-index: 10;
}

.yet-issue-task .top {
    padding: 0 22px;
    height: 46px;
    background: rgba(0, 0, 0, .7);
    line-height: 46px;
    font-size: 14px;
    color: #fff;
}

.yet-issue-task .top .invite-hint {
    margin: 12px 0 0 10px;
    width: 114px;
    height: 20px;
    background: url(../images/zb-task-sc.png) no-repeat 0 -406px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.yet-issue-task .top .add-btn {
    font-size: 12px;
    color: #fff;
}

.yet-issue-task .issue-task-list {
    height: 300px;
}

.yet-issue-task .issue-task-list.nodata {
    background: url(../images/no-task.png) no-repeat center 70px;
}

.yet-issue-task .issue-task-list ul {
    padding: 0 20px;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    overflow: auto;
}

.yet-issue-task .issue-task-list ul li {
    width: 300px;
    height: 63px;
    border-bottom: 1px solid rgba(222, 223, 224, .2);
}

.yet-issue-task .issue-task-list ul li .name,
.yet-issue-task .issue-task-list ul li .task-msg,
.yet-issue-task .issue-task-list ul li .begin-show-btn {
    display: none;
}

.yet-issue-task.yh .issue-task-list ul li .name,
.yet-issue-task .issue-task-list ul li.accept-task-hint .name,
.yet-issue-task .issue-task-list ul li.accept-task-hint .task-msg,
.yet-issue-task .issue-task-list ul li.accept-task-hint .begin-show-btn {
    display: block;
}

.yet-issue-task .issue-task-list ul li.accept-task-hint {
    position: relative;
    padding: 10px 20px 0;
    margin-left: -20px;
    height: 53px;
    background: rgba(255, 12, 138, .8);
}

.yet-issue-task .issue-task-list ul li .task-name {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.yet-issue-task .issue-task-list ul li .task-details {
    height: 33px;
}

.yet-issue-task .issue-task-list ul li .task-details .img-box {
    margin-right: 6px;
    height: 24px;
    width: 24px;
}

.yet-issue-task .issue-task-list ul li .task-details .plan-msg {
    width: 150px;
}

.yet-issue-task .issue-task-list ul li .task-details .plan-msg .num {
    font-size: 12px;
    color: #b4a4ae;
}

.yet-issue-task .issue-task-list ul li .task-details .plan-msg .progress {
    margin-top: 4px;
    width: 150px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    overflow: hidden;
}

.yet-issue-task .issue-task-list ul li .task-details .plan-msg .progress .plan {
    width: 50%;
    height: 4px;
    border-radius: 2px;
    background: #FF0089;
}

.yet-issue-task .issue-task-list ul li .task-details .plan-hint {
    margin: 0 13px 0 20px;
    color: #ff2d92;
    font-size: 12px;
    line-height: 28px;
}

.yet-issue-task .issue-task-list ul li.cm .task-details .plan-hint {
    color: #a5a7aa;
}

.yet-issue-task .issue-task-list ul li .task-details .btn {
    width: 46px;
    height: 22px;
    border-radius: 12px;
    border: 1px solid #A5A7AA;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #A7A9AC;
}

.yet-issue-task.yh .accept-task-hint {
    position: absolute;
    top: 46px;
    width: 320px;
    height: 47px;
    padding: 10px;
    background: rgba(255, 12, 138, .8);
}

.accept-task-hint .task-name,
.accept-task-hint .task-details {
    display: none;
}

.accept-task-hint .name {
    color: #fff;
    font-size: 12px;
}

.accept-task-hint .name .img-box {
    margin: -2px 6px 0 5px;
    width: 24px;
    height: 24px;
}

.accept-task-hint .task-msg {
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
}

.accept-task-hint .begin-show-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 84px;
    height: 28px;
    background: #fff;
    font-size: 14px;
    color: #cf0d71;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
}

.accept-task-hint .begin-show-btn:hover,
.accept-task-hint .begin-show-btn:active {
    background: #ffd6eb;
}

.recall-hint-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -73px 0 0 -139px;
    width: 278px;
    height: 146px;
    background: #fff;
    border: 1px solid #E2E1E6;
    border-radius: 5px;
}

.recall-hint-ibox .btm .first-line {
    margin: 20px 0;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-weight: 700;
}

.recall-hint-ibox .btm a {
    width: 99px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #00B6F8;
    border-radius: 4px;
}

.recall-hint-ibox .btm .ch-btn {
    margin: 0 20px 0 30px;
    background: #A5A7AA;
}

.recall-hint-ibox .btm .zxx-btn:hover {
    background: #00acec;
}

.yq-hint {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -120px;
    padding: 0 10px 0 12px;
    width: 218px;
    height: 36px;
    background: #000;
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
}

.yq-hint .img-box {
    margin: 0 3px 0 6px;
    width: 20px;
    height: 20px;
}

.yq-hint .count {
    margin-right: 8px;
    color: #0fb9f6;
    font-weight: 700;
}

.yq-hint .tz {
    color: #666;
}

.yq-hint .tz:hover {
    color: #fff;
}

.task-invitation-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -170px;
    width: 340px;
    height: 400px;
    background: url(../images/zb-task-sc.png) no-repeat 0 0;
}

.task-invitation-ibox .return {}

.show-hint-ibox {
    position: absolute;
    padding: 80px 0 0 60px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -186px;
    width: 312px;
    height: 120px;
    background: url(../images/zb-task-sc.png) no-repeat -355px 0;
}

.show-hint-ibox .close {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/zb-task-sc.png) no-repeat -754px -14px;
}

.show-hint-ibox .user {
    height: 34px;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}

.show-hint-ibox .user .name {
    max-width: 96px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-hint-ibox .user .gift-name {
    max-width: 80px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-hint-ibox .user .img-box {
    margin-right: 6px;
    width: 29px;
    height: 29px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.show-hint-ibox .user .img-box img {
    border-radius: 50%;
}

.show-hint-ibox .user span {
    color: #fff04b;
    font-weight: 700;
}

.show-hint-ibox .btm {
    margin-top: 16px;
    width: 284px;
    height: 41px;
}

.show-hint-ibox .btm .left-area {
    width: 186px;
    height: 41px;
    background: rgba(0, 0, 0, .1);
    line-height: 41px;
    text-align: center;
    color: #fff04b;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
}

.show-hint-ibox .btm .right-area {
    width: 84px;
    height: 38px;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    border-radius: 19px;
}

.show-hint-ibox .btm .right-area.over {
    background: #F24AFF;
}

.show-hint-ibox .btm .right-area.over:hover {
    background: #DB4BE9;
}

.task-invitation-ibox .title {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.task-invitation-ibox .set-btn {
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 14px;
    color: #E9DFFE;
}

.task-invitation-ibox .hint {
    position: absolute;
    top: 35px;
    right: 11px;
    width: 154px;
    height: 50px;
    background: url(../images/zb-task-sc.png) no-repeat -357px -218px;
    z-index: 2;
}

.task-invitation-ibox .bd {
    margin: 0 0 0 13px;
    width: 316px;
    height: 340px;
    border-radius: 7px;
    overflow: hidden;
}

.task-invitation-ibox .bd.nodata {
    background: url(../images/no-task2.png) no-repeat center 105px;
}

.task-invitation-ibox .bd .top-area {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px;
    height: 28px;
    width: 284px;
    line-height: 28px;
    background: #FFF6BA;
    font-size: 12px;
    color: #fd9924;
}

.task-invitation-ibox .bd .top-area .ck-btn {
    color: #FF9A00;
}

.task-invitation-ibox .bd .task-msg-list {
    margin-top: 28px;
    padding: 0 18px;
    width: 280px;
    height: 312px;
    overflow: auto;
}

.task-invitation-ibox .bd .task-msg-list li {
    width: 280px;
    height: 72px;
    border-bottom: 1px solid #DEDFE0;
}

.task-invitation-ibox .bd .task-msg-list li .top {
    height: 42px;
    font-size: 12px;
    color: #ad26fe;
    line-height: 42px;
}

.task-invitation-ibox .bd .task-msg-list li .top .valid-time {
    margin: 12px 0 0 9px;
    width: 108px;
    height: 20px;
    background: url(../images/zb-task-sc.png) no-repeat -82px -540px;
    line-height: 20px;
    color: #6800d3;
    text-align: center;
}

.task-invitation-ibox .bd .task-msg-list li .top .past-hint,
.task-invitation-ibox .bd .task-msg-list li .top.past .valid-time {
    display: none;
}

.task-invitation-ibox .bd .task-msg-list li .top.past .past-hint {
    display: block;
    margin: 12px 0 0 9px;
    width: 54px;
    height: 20px;
    background: url(../images/zb-task-sc.png) no-repeat -22px -540px;
}

.task-invitation-ibox .bd .task-msg-list li .btm {
    line-height: 24px;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .count,
.task-invitation-ibox .bd .task-msg-list li .btm.take-in>.name,
.task-invitation-ibox .bd .task-msg-list li .btm.take-in .yq,
.task-invitation-ibox .bd .task-msg-list li .btm.take-in .btn,
.task-invitation-ibox .bd .task-msg-list li .btm .right {
    display: none;
}

.task-invitation-ibox .bd .task-msg-list li .btm .img-box {
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #a5a7aa;
}

.task-invitation-ibox .bd .task-msg-list li .btm .count {
    margin: 0 20px 0 6px;
    color: #ff2d92;
    font-weight: 700;
}

.task-invitation-ibox .bd .task-msg-list li .btm .name {
    margin-right: 3px;
    width: 66px;
    color: #ff2d92;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-invitation-ibox .bd .task-msg-list li .btm .btn {
    margin-top: 1px;
    width: 38px;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #AA00FF;
    color: #AA00FF;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.task-invitation-ibox .bd .task-msg-list li .btm .btn2 {
    width: 40px;
    height: 20px;
    border: none;
    color: #fff;
    background: #AA00FF;
}

.task-invitation-ibox .bd .task-msg-list li .btm .btn2:hover {
    background: #8800cc;
}

.task-invitation-ibox .bd .task-msg-list li .btm .btn1 {
    margin-right: 6px;
}

.task-invitation-ibox .bd .task-msg-list li .btm .btn1:hover {
    border: 1px solid #8800cc;
    color: #8800cc;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right {
    display: block;
    margin-left: 6px;
    width: 250px;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right .plan-msg {
    width: 150px;
    height: 22px;
    font-size: 12px;
    color: #a5a7aa;
    line-height: 12px;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right .plan-msg .name {
    vertical-align: -1px;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right .delect-btn {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    color: #777;
    background: #E6E6E6;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right .progress {
    margin-top: 6px;
    width: 150px;
    height: 4px;
    border-radius: 2px;
    background: #FFDDEE;
}

.task-invitation-ibox .bd .task-msg-list li .btm.take-in .right .progress .plan {
    width: 50%;
    height: 4px;
    border-radius: 2px;
    background: #FF2492;
}

.yq-set-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -139px;
    width: 278px;
    height: 211px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #E2E1E6;
    z-index: 35;
}

.yq-set-ibox .first-line-area {
    margin: 19px auto 8px;
    padding: 0 8px;
    width: 233px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #DEDFE0;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    line-height: 34px;
}

.yq-set-ibox .first-line-area .fr {
    color: #a5a7aa;
}

.yq-set-ibox .first-line-area .input {
    margin-right: 10px;
    width: 60px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    vertical-align: -1px;
    box-shadow: none;
}

.yq-set-ibox .first-line-area .input:focus {
    border: none !important;
}

.yq-set-ibox .center-area {
    text-align: center;
    font-size: 12px;
    color: #a5a7aa;
}

.yq-set-ibox .center-area .sl {
    color: #13b7f6;
}

.yq-set-ibox .ft-area {
    color: #a5a7aa;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.yq-set-ibox .save-btn {
    margin: 18px auto 10px;
}

.new-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -241px 0 0 -361px;
    width: 722px;
    height: 482px;
    overflow: hidden;
}

.new-guide .jump {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 55px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #610CFF;
    text-align: center;
    color: #610CFF;
    font-size: 12px;
    line-height: 26px;
    z-index: 10;
}

.new-guide .jump:hover {
    border: 1px solid #4409b2;
    color: #4409b2;
}

.new-guide .arrow {
    position: absolute;
    top: 226px;
    width: 20px;
    height: 32px;
    background: url(../images/zb-task-sc.png) no-repeat 0 -560px;
}

.new-guide .arrow-lt {
    left: 21px;
}

.new-guide .arrow-rt {
    right: 21px;
    background-position: -22px -560px;
}

.new-guide ul {
    width: 200%;
    height: 100%;
}

.new-guide ul li {
    width: 722px;
    height: 482px;
}

.new-guide .page-nav-area {
    position: absolute;
    bottom: 42px;
    width: 722px;
    font-size: 0;
    text-align: center;
}

.new-guide .page-nav-area .page-nav {
    display: inline-block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #EDDBFE;
    border: 1px solid #A343FA;
}

.new-guide .page-nav-area .active {
    background: #A343FA;
}

.new-guide .btn {
    position: absolute;
    left: 50%;
    bottom: 24px;
    margin-left: -47px;
    width: 94px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 17px;
    background: #610CFF;
    z-index: 10;
}

.new-guide .btn:hover {
    background: #580acc;
}

.zb-task-set.add.yh .title {
    padding-left: 22px;
    text-align: left;
}

.zb-task-set.add.yh .close {
    top: 14px;
}

.zb-task-set.add.yh .bd .task-set {
    height: 82px;
}

.zb-task-set.add.yh .bd .task-set .hint span {
    color: #14b7f4;
}

.zb-task-set.add .foot-area {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #a5a7aa;
}

.zb-task-set.add .foot-area a {
    color: #9196ff;
}

.zb-task-set.add .foot-area a:hover {
    text-decoration: underline;
}

.first-task-hint.yh {
    height: 196px;
}

.first-task-hint.yh .btm .first-line {
    margin: 20px 0 8px;
    font-size: 16px;
    color: #555;
}

.first-task-hint.yh .btm .two {
    margin: 16px auto 0;
    width: 218px;
    height: 32px;
}

.first-task-hint.yh .btm .two .btn {
    margin-top: 0;
    width: 99px;
}

.first-task-hint.yh .btm .two .btn-lf,
.first-task-hint.yh .btm .two .btn-lf:hover {
    background: #A5A7AA;
}

.show-hint-ibox.yh {
    background-position: -355px -260px;
}

.yet-issue-task.yh {
    top: 50%;
    left: 50%;
    margin: -173px 0 0 -170px;
}

.accept-hint-tc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -150px;
    padding-top: 21px;
    width: 300px;
    height: 64px;
    background: url(../images/zb-task-sc.png) no-repeat -499px -515px;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.yet-issue-task.yh .add-btn {
    color: #A1A09E;
}

.yet-issue-task.yh .top .invite-hint {
    margin-top: 13px;
    width: auto;
    background: none;
    text-align: left;
    color: #A1A09E;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .plan-hint,
.yet-issue-task.yh .issue-task-list ul li.cm .task-details .ds-btn,
.yet-issue-task.yh .issue-task-list ul li.yq .task-details .ds-btn,
.yet-issue-task.yh .issue-task-list ul li.cm .task-details .add-1,
.yet-issue-task.yh .issue-task-list ul li.yq .task-details .add-1,
.yet-issue-task.yh .issue-task-list ul li.yq .task-details .plan-msg,
.yet-issue-task.yh .issue-task-list ul li .task-details .yq-task-msg {
    display: none;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .yq-task-msg {
    height: 24px;
    line-height: 24px;
    color: #a5a7aa;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .yq-task-msg .count {
    width: 46px;
    font-size: 14px;
    color: #ff0c8a;
    font-weight: 700;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .yq-task-msg .name {
    margin-right: 4px;
    max-width: 80px;
    color: #ff2d92;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yet-issue-task.yh .issue-task-list ul li.yq .task-details .yq-task-msg {
    display: block;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .plan-hint {
    margin: 0;
}

.yet-issue-task.yh .issue-task-list ul li.cm .task-details .plan-msg .num {
    color: #ff0c8a;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .ds-btn {
    width: 48px;
    height: 24px;
    background: #AE00FF;
    border: none;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .add-1 {
    margin-left: 44px;
    font-size: 12px;
    color: #ad26fe;
    font-weight: 700;
    line-height: 22px;
}

.yet-issue-task.yh .issue-task-list ul li .task-details .ds-btn:hover {
    background: #8B06CF;
}

.yet-issue-task.yh .issue-task-list ul li.cm .task-details .plan-hint,
.yet-issue-task.yh .issue-task-list ul li.yq .task-details .plan-hint {
    display: block;
    color: #ff0c8a;
    font-weight: 700;
    font-size: 12px;
}

.yet-issue-task.yh .accept-task-hint .hint {
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
}

.yet-issue-task.yh .accept-task-hint .await-execute {
    padding-left: 10px;
    margin-top: 8px;
    font-size: 14px;
    color: #fffeb4;
}

.yet-issue-task.yh .reject-task-hint {
    position: absolute;
    top: 46px;
    padding: 0 40px 0 20px;
    width: 280px;
    height: 36px;
    background: rgba(255, 12, 138, .8);
    line-height: 36px;
    font-size: 14px;
    color: #fee1f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yet-issue-task.yh .reject-task-hint .close {
    top: 8px;
}

.yet-issue-task.yh .issue-task-list ul {
    padding: 0 20px;
    margin: 0 auto;
    width: 300px;
    height: 256px;
    overflow: auto;
}

.yet-issue-task.yh .issue-task-list .fq-task-btn {
    margin: 8px auto 0;
    width: 93px;
    height: 25px;
    background: #FF0089;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 13px;
}

.yet-issue-task.yh .issue-task-list .fq-task-btn:hover {
    background: #E8007C;
}

.yet-issue-task.yh .issue-task-list .fq-task-btn.limit {
    background: #680339;
    color: #ffd2e8;
}

.shrink-icon {
    position: absolute;
    left: 20px;
    top: 360px;
    padding-top: 71px;
    width: 91px;
    height: 29px;
    background: url(../images/zb-task-sc.png) no-repeat -315px -500px;
}

.shrink-icon .task-plan {
    margin: 0 auto;
    width: 48px;
    height: 20px;
    border-radius: 10px;
    background: #9836e0;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.shrink-icon .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    height: 100px;
    background: url(../images/zb-task-sc.png) no-repeat -408px -500px;
    display: none;
}

.shrink-icon:hover .hover-bg {
    display: block;
}

.shrink-icon:active .hover-bg {
    opacity: .6;
}

.zb-interactive-quiz {
    position: absolute;
    top: 34px;
    left: 50%;
    padding-bottom: 15px;
    margin-left: -245px;
    width: 490px;
    min-height: 352px;
    background: #1388F4 url(../images/entrance-sc.png) no-repeat 0 0;
    border-radius: 10px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
    z-index: 32;
}

.zb-interactive-quiz .close,
.zb-interactive-hint-ibox .close,
.open-guess-hint-ibox .close,
.cut-off-hint-ibox .close,
.cancel-guess-hint-ibox .close {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 16px;
    height: 16px;
    background: url(../images/entrance-sc.png) no-repeat -498px 0;
}

.zb-interactive-quiz .jc-set {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 20px;
    height: 21px;
    background: url(../images/entrance-sc.png) no-repeat -498px -16px;
}

.zb-interactive-quiz .jc-set .hint {
    display: none;
    position: absolute;
    top: 26px;
    left: -5px;
    width: 105px;
    height: 41px;
    background: url(../images/entrance-sc.png) no-repeat -520px 0;
    z-index: 10;
}

.zb-interactive-quiz .jc-set:hover .hint,
.zb-interactive-quiz .jc-explain:hover .hint {
    display: block;
}

.zb-interactive-quiz .jc-explain {
    position: absolute;
    top: 7px;
    left: 52px;
    width: 22px;
    height: 22px;
    background: url(../images/entrance-sc.png) no-repeat -498px -37px;
}

.zb-interactive-quiz .jc-explain .hint {
    display: none;
    position: absolute;
    top: 26px;
    left: -5px;
    width: 250px;
    height: 140px;
    background: url(../images/entrance-sc.png) no-repeat -520px -59px;
    z-index: 10;
}

.zb-interactive-quiz .jc-record {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.zb-interactive-quiz .jc-record:hover {
    text-decoration: underline;
}

.zb-interactive-quiz .top {
    margin-bottom: 15px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.zb-interactive-quiz .center {
    margin: 0 auto;
    width: 462px;
    height: auto;
}

.zb-interactive-quiz .center .jc-item {
    margin-bottom: 20px;
    width: 462px;
    height: 238px;
    background: url(../images/entrance-sc.png) no-repeat -818px 0;
}

.zb-interactive-quiz .center .jc-item.open .jc-content,
.zb-interactive-quiz .center .jc-item .jc-course {
    display: none;
}

.zb-interactive-quiz .center .jc-item.open .jc-course {
    display: block;
    padding-top: 30px;
    height: 180px;
}

.zb-interactive-quiz .center .jc-item .jc-course .num {
    position: absolute;
    left: 9px;
    top: 27px;
    width: 48px;
    height: 24px;
    background: rgba(184, 220, 252, .5);
    line-height: 24px;
    border-radius: 0 12px 12px 0;
    font-size: 12px;
    color: #045aa3;
    text-align: center;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-ico {
    display: none;
    position: absolute;
    right: 9px;
    top: 20px;
    width: 68px;
    height: 24px;
    background: #1F95F8;
    line-height: 24px;
    border-radius: 12px 0 0 12px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.zb-interactive-quiz .center .jc-item.cut-off-press .jc-course .cut-off-ico,
.zb-interactive-quiz .center .jc-item.draw .jc-course .cut-off-ico.tie {
    display: block;
}

.zb-interactive-quiz .center .jc-item.draw .jc-course .cut-off-ico,
.zb-interactive-quiz .center .jc-item .jc-course .cut-off-ico.tie,
.zb-interactive-quiz.yh .center .jc-item .jc-course .cut-off-ico.tie.fp,
.zb-interactive-quiz.yh .center .jc-item.fp .jc-course .cut-off-ico {
    display: none;
}

.zb-interactive-quiz.yh .center .jc-item.fp .jc-course .cut-off-ico.fp {
    display: block;
    width: 43px;
    background: #FBA800;
}

.zb-interactive-quiz .center .jc-item.draw .jc-course .cut-off-ico.tie {
    width: 43px;
    background: #A5A7AA;
}

.zb-interactive-quiz .center .jc-item .jc-course .title {
    margin: 0 auto 22px;
    width: 216px;
    font-size: 14px;
    color: #555;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic {
    margin: 0 auto;
    width: 408px;
    height: 34px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option {
    width: 169px;
    height: 33px;
    background: url(../images/entrance-sc.png) no-repeat -520px -307px;
}

.zb-interactive-quiz .center .jc-item.draw .jc-course .contrast-topic .left-option {
    background-position: -520px -348px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option {
    background: url(../images/entrance-sc.png) no-repeat -758px -274px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .plan {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 33px;
    background: url(../images/entrance-sc.png) no-repeat -520px -274px;
    z-index: 7;
    overflow: hidden;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option .plan {
    width: 50%;
    background: url(../images/entrance-sc.png) no-repeat -758px -307px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .plan .msk,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .plan .msk .yet-xz {
    color: rgba(119, 119, 119, .7);
}

.zb-interactive-quiz .center .jc-item .jc-course .plan .msk .yet-xz,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .yxz {
    line-height: 38px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .plan .msk {
    width: 169px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    font-weight: 700;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .plan .msk .yet-xz {
    display: none;
    position: absolute;
    top: 0;
    width: 42px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

.zb-interactive-quiz .center .jc-item.draw .jc-course .contrast-topic .right-option .plan {
    background: url(../images/entrance-sc.png) no-repeat -758px -348px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 169px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: rgba(119, 119, 119, .7);
    font-weight: 700;
    z-index: 5;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .text,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .yxz,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .yxz {
    color: rgba(255, 255, 255, .7);
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .chapter {
    display: none;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .active .chapter {
    display: block;
    position: absolute;
    top: -5px;
    width: 46px;
    height: 46px;
    background: url(../images/entrance-sc.png) no-repeat -706px -261px;
    z-index: 8;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option.active .chapter {
    left: -10px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option.active .chapter {
    right: -10px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .yxz {
    display: none;
    position: absolute;
    top: 0;
    width: 42px;
    line-height: 38px;
    font-size: 12px;
    color: #777;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .already .yxz,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .already .msk .yet-xz {
    display: block;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option .yxz,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .right-option .plan .msk .yet-xz {
    left: 10px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .yxz,
.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .left-option .plan .msk .yet-xz {
    left: 117px;
}

.zb-interactive-quiz .center .jc-item .jc-course .contrast-topic .vs {
    margin: 0 18px;
    width: 34px;
    height: 32px;
    background: url(../images/entrance-sc.png) no-repeat -707px -309px;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-box {
    margin: 30px auto 20px;
    width: 172px;
    height: 21px;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-time {
    padding-left: 28px;
    width: 144px;
    height: 21px;
    line-height: 21px;
    background: url(../images/entrance-sc.png) no-repeat -944px -274px;
    font-size: 12px;
    color: #777;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-time.unselected {
    padding: 0;
    width: 172px;
    text-align: center;
    background-position: -944px -298px;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-time.unselected .fl,
.zb-interactive-quiz .center .jc-item .jc-course .cut-off-time.unselected .fr {
    display: none;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-time .time {
    width: 82px;
    font-weight: 700;
    text-align: center;
}

.zb-interactive-quiz .center .jc-item .jc-course .btn {
    display: inline-block;
    width: 96px;
    height: 32px;
    border-radius: 17px;
    font-size: 14px;
    color: #299DF6;
    border: 1px solid #299DF6;
    line-height: 32px;
}

.zb-interactive-quiz .center .jc-item .jc-course .btn.over-jc-btn {
    margin-right: 20px;
    color: #F54A80;
    border: 1px solid #F54A80;
}

.zb-interactive-quiz .center .jc-item .jc-course .over-jc-btn:hover {
    color: #fff;
    background: #F54A80;
}

.zb-interactive-quiz .center .jc-item .jc-course .cut-off-btn:hover {
    color: #fff;
    background: #299DF6;
}

.zb-interactive-quiz .center .jc-item.cut-off-press .jc-course .over-jc-btn {
    margin-right: 0;
    width: 126px;
}

.zb-interactive-quiz .center .jc-item.over .jc-course .cut-off-btn {
    display: inline-block;
    width: 126px;
}

.zb-interactive-quiz .center .jc-item.over .jc-course .over-jc-btn,
.zb-interactive-quiz .center .jc-item.cut-off-press .jc-course .cut-off-btn {
    display: none;
}

.zb-interactive-quiz .center .jc-item .jc-content {
    padding-top: 30px;
    height: 154px;
    font-size: 14px;
    color: #555;
}

.zb-interactive-quiz .center .jc-item .jc-content .line {
    margin: 0 auto 19px;
    width: 394px;
    height: 32px;
    line-height: 32px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .jc-name {
    margin-right: 12px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line input {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #DEDFE0;
    border-radius: 16px;
    color: #555;
}

.zb-interactive-quiz .center .jc-item .jc-content .line2 .ipt {
    width: 126px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line2 .vs {
    width: 42px;
    text-align: center;
    font-size: 20px;
    color: #555;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .line1-rt {
    width: 316px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time {
    width: 148px;
    height: 30px;
    border: 1px solid #DEDFE0;
    border-radius: 16px;
    color: #a5a7aa;
    font-size: 12px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line3 input,
.manager-set-ibox .room-manage input {
    width: 88px;
    height: 30px;
    padding: 0 0 0 10px;
    border: none;
    border-radius: 16px 0 0 16px;
    font-size: 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.zb-interactive-quiz .center .jc-item .jc-content .line3 input:focus,
.manager-set-ibox .room-manage input:focus {
    border: none !important;
    outline: none;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time .fz {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time .icon,
.manager-set-ibox .room-manage .icon {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 10px;
    height: 6px;
    background: url(../images/entrance-sc.png) no-repeat -498px -59px;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time .option,
.manager-set-ibox .room-manage .option {
    display: none;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 120px;
    height: 100px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    z-index: 10;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time .option li {
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

.zb-interactive-quiz .center .jc-item .jc-content .line .time .option li:hover {
    background: #F3F3F3;
}

.zb-interactive-quiz .center .jc-item .add-btn,
.zb-interactive-quiz .center .jc-item .cancel-btn {
    display: inline-block;
    width: 94px;
    height: 32px;
    border: 1px solid #299DF6;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #299DF6;
    text-align: center;
}

.zb-interactive-quiz .center .jc-item.first .add-btn {
    width: 126px;
}

.zb-interactive-quiz .center .jc-item .add-btn:hover {
    background: #299DF6;
    color: #fff;
}

.zb-interactive-quiz .center .jc-item .cancel-btn {
    margin-right: 20px;
    border: 1px solid #A5A7AA;
    color: #A5A7AA;
}

.zb-interactive-quiz .center .jc-item .cancel-btn:hover {
    background: #A5A7AA;
    color: #fff;
}

.zb-interactive-quiz .foot {
    height: 42px;
}

.zb-interactive-quiz .btm {
    margin: 0 auto;
    padding: 3px;
    width: 128px;
    height: 36px;
    border-radius: 21px;
    background: rgba(0, 0, 0, .15);
}

.zb-interactive-quiz .btm .add-btn {
    display: block;
    padding-left: 18px;
    width: 110px;
    height: 36px;
    background: #F9A717;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.zb-interactive-quiz .btm .add-btn .icon {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 10px;
    height: 10px;
    background: url(../images/entrance-sc.png) no-repeat -770px 0;
}

.zb-interactive-quiz .btm .add-btn:hover {
    background: #f9bc17;
}

.zb-interactive-quiz .over-guess-ibox {
    position: absolute;
    top: -2px;
    left: 50%;
    margin: 0 0 0 -170px;
    width: 340px;
    height: 228px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    z-index: 12;
}

.zb-interactive-quiz .over-guess-ibox .top-hint {
    height: 42px;
    line-height: 40px;
    font-size: 12px;
    color: #a5a7aa;
    text-align: center;
}

.zb-interactive-quiz .over-guess-ibox .opt {
    display: block;
    margin: 0 auto 8px;
    width: 240px;
    height: 32px;
    background: #F7F7F7;
    font-size: 12px;
    color: #555;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
}

.zb-interactive-quiz .over-guess-ibox .opt:hover,
.zb-interactive-quiz .over-guess-ibox .opt.active {
    background: #1292F5;
    color: #fff;
}

.zb-interactive-quiz .over-guess-ibox .opt span {
    color: #f54b81;
    font-weight: 700;
}

.zb-interactive-quiz .over-guess-ibox .btns {
    margin-top: 20px;
}

.open-guess-hint-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -112px 0 0 -180px;
    width: 360px;
    height: 225px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    z-index: 12;
}

.open-guess-hint-ibox .bd {
    height: 124px;
    text-align: center;
    color: #a5a7aa;
    font-size: 12px;
}

.open-guess-hint-ibox .bd .title {
    padding-top: 20px;
    height: 30px;
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.open-guess-hint-ibox .bd .attention {
    height: 30px;
    font-weight: 700;
    color: #777;
    line-height: 26px;
}

.open-guess-hint-ibox .bd input {
    margin-right: 5px;
    vertical-align: middle;
}

.open-guess-hint-ibox .roger-btn {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 32px;
    background: #299DF6;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.open-guess-hint-ibox .roger-btn:hover {
    background: #29B0F6;
}

.cancel-guess-hint-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -98px 0 0 -150px;
    width: 300px;
    height: 186px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    border-radius: 10px;
    z-index: 12;
}

.cancel-guess-hint-ibox .close,
.open-guess-hint-ibox .close,
.cut-off-hint-ibox .close {
    top: 14px;
    right: 20px;
}

.cancel-guess-hint-ibox .hd,
.open-guess-hint-ibox .hd,
.cut-off-hint-ibox .hd {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #1292F5;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.cancel-guess-hint-ibox {
    height: auto;
    padding-bottom: 20px;
}

.cancel-guess-hint-ibox .bd {
    width: 240px;
    padding: 20px 30px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.cancel-guess-hint-ibox .btns,
.cut-off-hint-ibox .btns,
.over-guess-ibox .btns,
.manager-set-ibox .btns,
.bet-money-ibox .btns {
    margin: 0 auto;
    width: 218px;
    height: 32px;
}

.cancel-guess-hint-ibox .btns .btn-lt,
.cut-off-hint-ibox .btns .btn-lt,
.over-guess-ibox .btns .btn-lt,
.manager-set-ibox .btns .btn-lt,
.bet-money-ibox .btns .btn-lt {
    width: 97px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1292F5;
    font-size: 12px;
    color: #1292F5;
    text-align: center;
    border-radius: 16px;
}

.cancel-guess-hint-ibox .btns .btn-lt:hover,
.cut-off-hint-ibox .btns .btn-lt:hover,
.over-guess-ibox .btns .btn-lt:hover,
.manager-set-ibox .btns .btn-lt:hover,
.bet-money-ibox .btns .btn-lt:hover {
    border: 1px solid #29B0F6;
    color: #29B0F6;
}

.cancel-guess-hint-ibox .btns .btn-rt,
.cut-off-hint-ibox .btns .btn-rt,
.over-guess-ibox .btns .btn-rt,
.manager-set-ibox .btns .btn-rt,
.bet-money-ibox .btns .btn-rt {
    width: 97px;
    height: 32px;
    background: #1292f5;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 16px;
}

.cancel-guess-hint-ibox .btns .btn-rt:hover,
.cut-off-hint-ibox .btns .btn-rt:hover,
.over-guess-ibox .btns .btn-rt:hover,
.manager-set-ibox .btns .btn-rt:hover,
.bet-money-ibox .btns .btn-rt:hover {
    background: #29B0F6;
}

.cut-off-hint-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -91px 0 0 -150px;
    width: 300px;
    height: 182px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    border-radius: 10px;
    z-index: 16;
}

.cut-off-hint-ibox .bd {
    text-align: center;
    padding-top: 32px;
    height: 46px;
    font-size: 14px;
    color: #555;
}

.cancel-guess-hint-ibox.change {
    height: 182px;
}

.cancel-guess-hint-ibox.change .bd {
    margin: 30px 0 26px;
    width: 300px;
    text-align: center;
}

.public-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -90px;
    padding: 0 20px;
    height: 32px;
    background: rgba(0, 0, 0, .8);
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.manager-set-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -160px;
    padding-top: 30px;
    width: 320px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 14px;
    color: #555;
    z-index: 15;
}

.manager-set-ibox .p2 {
    padding-right: 5px;
    margin: 16px 0 24px;
    font-size: 12px;
    color: #a5a7aa;
}

.manager-set-ibox .room-manage {
    margin: 0 auto;
    height: 30px;
    width: 215px;
    border: 1px solid #DEDFE0;
    border-radius: 16px;
}

.manager-set-ibox .room-manage input {
    width: 190px;
    color: #a5a7aa;
}

.manager-set-ibox .room-manage .option {
    display: block;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .13);
    width: 190px;
    height: 120px;
    overflow: auto;
    color: #555;
}

.manager-set-ibox .room-manage .option li {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.manager-set-ibox .room-manage .option li:hover {
    background: #F3F3F3;
}

.manager-set-ibox .btns {
    margin-top: 26px;
}

.zb-interactive-quiz.yh.no-jurisdiction {
    min-height: 304px;
}

.zb-interactive-quiz.yh {
    min-height: 244px;
    padding-bottom: 38px;
}

.zb-interactive-quiz.yh .jc-record {
    bottom: 20px;
}

.zb-interactive-quiz.yh .refresh {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 22px;
    height: 20px;
    background: url(../images/entrance-sc.png) no-repeat -497px -71px;
}

.zb-interactive-quiz.yh .jc-set {
    left: 52px;
    width: 25px;
    height: 25px;
    background-position: -494px -97px;
}

.zb-interactive-quiz .jc-explain.yh {
    left: 7px;
}

.zb-interactive-quiz.yh .jc-set .hint {
    display: none;
    top: 26px;
    left: -5px;
    width: 70px;
    height: 41px;
    background-position: -520px -204px;
    z-index: 10;
}

.zb-interactive-quiz.yh .jc-set:hover .hint {
    display: block;
}

.zb-interactive-quiz.yh.no-jurisdiction .center .jc-item.recommend {
    display: block;
}

.zb-interactive-quiz.yh .center .jc-item.recommend,
.zb-interactive-quiz.yh.no-jurisdiction .center .jc-item {
    display: none;
}

.zb-interactive-quiz.yh .center .jc-item .nodata-icon {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -62px;
    width: 124px;
    height: 110px;
    background: url(../images/entrance-sc.png) no-repeat -943px -348px;
}

.zb-interactive-quiz.yh .center .jc-item.nodata .nodata-icon {
    display: block;
}

.zb-interactive-quiz.yh .hd-hint {
    padding-top: 34px;
    height: 20px;
    font-size: 14px;
    color: #a5a7aa;
    text-align: center;
}

.zb-interactive-quiz.yh .nodata .hd-hint {
    display: none;
}

.zb-interactive-quiz.yh .center .jc-item {
    width: 462px;
    height: 177px;
    background-position: -519px -485px;
}

.zb-interactive-quiz.yh .center .jc-item.recommend {
    width: 462px;
    height: 238px;
    background-position: -818px 0;
}

.zb-interactive-quiz.yh .center .jc-item .jc-course {
    padding-top: 30px;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list {
    display: table-cell;
    left: 18px;
    padding-left: 10px;
    width: 414px;
    height: 166px;
    vertical-align: middle;
    text-align: center;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list ul {
    display: inline-block;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li {
    padding: 8px;
    width: 181px;
    height: 56px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    background: #F9F9F9;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li a {
    font-size: 12px;
    color: #999;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li .img-box {
    margin-top: 7px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li .right-area {
    margin-left: 12px;
    text-align: left;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li .right-area .name {
    width: 120px;
    font-weight: 700;
    line-height: 20px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li .right-area .money {
    line-height: 18px;
    color: #777;
}

.zb-interactive-quiz.yh .center .jc-item .jc-live-room-list li .right-area .money span {
    color: #128ff5;
    font-weight: 700;
}

.zb-interactive-quiz.yh .center .jc-item .jc-course {
    display: block;
}

.zb-interactive-quiz.yh .center .jc-item .jc-course .num {
    width: 110px;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg {
    margin: 10px auto 0;
    width: 406px;
    height: 50px;
    font-size: 12px;
    color: #a5a7aa;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .left-msg,
.zb-interactive-quiz.yh .center .jc-item .bet-msg .right-msg {
    width: 185px;
    line-height: 20px;
}

.zb-interactive-quiz.yh .center .jc-item.cut-off-press .bet-msg .yh-bet {
    display: none;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .money {
    color: #f54b81;
    font-weight: 700;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .right-msg .money {
    color: #1f95f8;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .initialize .money {
    color: #a5a7aa;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .name {
    display: inline-block;
    max-width: 84px;
    margin: 0 0 -5px 6px;
    font-weight: 700;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zb-interactive-quiz.yh .center .jc-item .bet-msg .left-msg {
    margin-right: 36px;
}

.zb-interactive-quiz.yh .center .jc-item .jc-course .contrast-topic .active .chapter {
    top: -10px;
    width: 54px;
    height: 54px;
    background-position: -706px -204px;
}

.bet-money-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -170px;
    padding: 15px 20px 20px;
    width: 300px;
    min-height: 175px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    border-radius: 4px;
    font-size: 12px;
    z-index: 12;
}

.bet-money-ibox .hd {
    height: 32px;
    line-height: 32px;
    color: #777;
}

.bet-money-ibox .hd input {
    margin: 0 7px 0 14px;
    padding: 0 10px;
    width: 85px;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #DEDFE0;
}

.bet-money-ibox .annotation {
    margin: 14px 0 16px;
    color: #a5a7aa;
}

.bet-money-ibox .balancep,
.bet-money-ibox .yet-bet,
.bet-money-ibox .award {
    line-height: 24px;
    color: #777;
}

.bet-money-ibox .award .num {
    color: #299df6;
}

.open-guess-hint-ibox.jc-win {
    width: 382px;
    height: 186px;
}

.open-guess-hint-ibox.jc-win .bd {
    padding-top: 24px;
    height: 61px;
    font-size: 14px;
    color: #555;
}

.open-guess-hint-ibox.jc-win .bd .p1 {
    margin-bottom: 10px;
    line-height: 18px;
}

.open-guess-hint-ibox.jc-win .bd .p1 .dv {
    max-width: 160px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open-guess-hint-ibox.jc-win .bd .count {
    color: #1292f5;
}

.loading-bg.mask {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #eee;
    font-size: 12px;
}

.loading-bg.mask .refreshing {
    display: block;
    margin: 24px auto 10px;
    width: 36px;
    height: 36px;
    background: url(../images/sx.gif) no-repeat;
}

.relay-ibox .content {
    width: 400px;
    border-radius: 10px;
}

.relay-ibox .content .hd {
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.relay-ibox .content .bd {
    padding: 25px 20px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.relay-ibox .content .bd .relaying-bd,
.relay-ibox .content .bd.relaying .choose-bd {
    display: none;
}

.relay-ibox .content .bd .choose-bd .left {
    float: left;
    width: 78px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    content: #555;
}

.relay-ibox .content .bd .choose-bd .right {
    float: left;
    width: 280px;
    height: 32px;
}

.relay-ibox .content .bd .choose-bd .right .select {
    position: relative;
    width: 280px;
    height: 30px;
    border: 1px solid #dedfe0;
    border-radius: 50px;
}

.relay-ibox .content .bd .choose-bd .right .select .arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: #a5a7aa transparent transparent transparent;
    cursor: pointer;
}

.relay-ibox .content .bd .choose-bd .right .select span {
    position: absolute;
    top: 0px;
    left: 13px;
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #a5a7aa;
}

.relay-ibox .content .bd .choose-bd .right .option {
    display: none;
    position: absolute;
    top: 31px;
    left: 10px;
    width: 260px;
    height: 96px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .13);
    overflow-x: hidden;
    border-top: none;
    z-index: 1;
}

.relay-ibox .content .bd .choose-bd .right .option li {
    width: 260px;
    height: 32px;
}

.relay-ibox .content .bd .choose-bd .right .option li a {
    display: inline-block;
    padding: 0 20px 0 10px;
    width: 230px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.relay-ibox .content .bd .choose-bd .right .option li:nth-child(2n) a {
    background: #f3f3f3;
}

.relay-ibox .content .bd.relaying {
    padding: 25px 50px 30px;
}

.relay-ibox .content .bd.relaying .relaying-bd {
    display: block;
    height: 32px;
    line-height: 32px;
}

.relay-ibox .content .bd.relaying .relaying-bd .left {
    float: left;
    width: 78px;
    font-size: 14px;
    content: #555;
}

.relay-ibox .content .bd.relaying .relaying-bd .right {
    float: left;
    width: 220px;
    font-size: 12px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relay-ibox .content .bd .tit {
    margin-top: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}

.relay-ibox .content .bd .btn {
    display: block;
    margin: 23px auto 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.relay-ibox .content .bd .btn.bg-red {
    background: #fd2f2f;
}

.eatChicken-account-bind-ibox .content {
    width: 400px;
    border-radius: 10px;
}

.eatChicken-account-bind-ibox .content .hd {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.eatChicken-account-bind-ibox .content .bd {
    padding: 26px 29px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.eatChicken-account-bind-ibox .content .bd .view-bd,
.eatChicken-account-bind-ibox .content .bd .modify-bd,
.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .bind-bd,
.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .bind-bd {
    display: none;
}

.eatChicken-account-bind-ibox .content .bd .bind-bd {
    margin-top: 24px;
}

.eatChicken-account-bind-ibox .content .bd .row-select {
    margin-top: 25px;
}

.eatChicken-account-bind-ibox .content .bd .bind-bd .left {
    float: left;
    padding-right: 10px;
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    text-align: right;
}

.eatChicken-account-bind-ibox .content .bd .bind-bd .right {
    float: left;
    width: 240px;
    height: 36px;
}

.eatChicken-account-bind-ibox .content .bd .bind-bd .right input {
    padding: 0 13px;
    width: 214px;
    height: 36;
    line-height: 36px;
    border: none;
    background: #f3f3f3;
    font-size: 12px;
    color: #555;
}

.eatChicken-account-bind-ibox .content .bd input:focus {
    border: none !important;
}

.eatChicken-account-bind-ibox .content .bd .right .select {
    position: relative;
    padding: 0 34px 0 10px;
    width: 196px;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
    color: #000;
    cursor: pointer;
    z-index: 1;
}

.eatChicken-account-bind-ibox .content .bd .right .select .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 36px;
    background: url(../images/ibox-select-arrow.png) no-repeat;
    cursor: pointer;
}

.eatChicken-account-bind-ibox .content .bd .right .option {
    display: none;
    position: absolute;
    top: 37px;
    left: -1px;
    width: 240px;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.eatChicken-account-bind-ibox .content .bd .right .option li {
    width: 240px;
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    border-top: none;
}

.eatChicken-account-bind-ibox .content .bd .right .option a {
    display: block;
    padding-left: 10px;
    height: 100%;
    width: 230px;
    color: #8a8a8a;
}

.eatChicken-account-bind-ibox .content .bd .right .option a:hover {
    background: #e8e8e8;
    color: #4d8cf5;
}

.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .view-bd {
    display: block;
    margin-top: 24px;
}

.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .view-bd .row {
    margin: 0 auto;
    width: 190px;
}

.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .view-bd .left {
    float: left;
    padding-right: 10px;
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    text-align: right;
}

.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .view-bd .right {
    float: left;
    padding: 0 13px;
    width: 70px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
}

.eatChicken-account-bind-ibox.modify-account-ibox .content .bd .view-bd .modify-btn {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #12b7f5;
    text-decoration: underline;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd {
    display: block;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .row1 {
    margin-bottom: 24px;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .row .left {
    float: left;
    padding-right: 10px;
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    text-align: right;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .row .right {
    float: left;
    position: relative;
    width: 240px;
    height: 36px;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .row .right input {
    padding: 0 13px;
    width: 214px;
    height: 36;
    line-height: 36px;
    border: none;
    background: #f3f3f3;
    font-size: 12px;
    color: #555;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .row .right .remind {
    display: none;
}

.eatChicken-account-bind-ibox.modify-nickname-ibox .content .bd .modify-bd .error .right .remind {
    position: absolute;
    bottom: -21px;
    left: 0;
    display: block;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #ff4444;
}

.eatChicken-account-bind-ibox .content .bd .tit {
    margin: 10px auto 0;
    width: 300px;
    line-height: 21px;
    font-size: 12px;
    color: #777;
}

.eatChicken-account-bind-ibox .content .bd .btn {
    display: block;
    margin: 10px auto 0;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.eatChicken-guide-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -277px;
    width: 555px;
    height: 251px;
    background: url(../images/eatchicken-guide.png) no-repeat;
    z-index: 16;
}

.eatChicken-guide-ibox .btn {
    position: absolute;
    bottom: 0;
    left: 232px;
    width: 140px;
    height: 42px;
}

.world-cup-active-ibox {
    position: absolute;
    left: 164px;
    bottom: -50px;
    padding: 226px 22px 0;
    width: 412px;
    height: 334px;
    background: url(../images/world-cup-sc.png) no-repeat 0 0;
    z-index: 10;
}

.world-cup-active-ibox .close,
.xz-ibox .close {
    position: absolute;
    top: 110px;
    right: 0;
    width: 34px;
    height: 33px;
    background: url(../images/world-cup-sc.png) no-repeat -828px 0;
}

.world-cup-active-ibox .bottom-pour-area {
    width: 412px;
    height: 272px;
}

.world-cup-active-ibox .bottom-pour-area .team {
    width: 412px;
    height: 180px;
    overflow: hidden;
}

.world-cup-active-ibox .bottom-pour-area .team .team-name {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #ffff21;
}

.world-cup-active-ibox .bottom-pour-area .team .right-area .team-name {
    color: #64e4ff;
}

.world-cup-active-ibox .bottom-pour-area ul {
    width: 999999em;
    height: 180px;
}

.world-cup-active-ibox .bottom-pour-area ul li {
    width: 412px;
    height: 180px;
}

.world-cup-active-ibox .team .left-team,
.world-cup-active-ibox .team .right-team {
    padding: 35px 0 0 42px;
    width: 105px;
    height: 97px;
    background: url(../images/world-cup-sc.png) no-repeat -456px 0;
}

.world-cup-active-ibox .team .right-team {
    background-position: -610px 0;
}

.world-cup-active-ibox .team .img-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.world-cup-active-ibox .team .vs {
    padding-top: 16px;
    width: 118px;
    font-size: 22px;
    color: #10ff8c;
    text-align: center;
}

.world-cup-active-ibox .team .vs .vs-icon {
    margin: 12px auto 0;
    width: 52px;
    height: 30px;
    background: url(../images/world-cup-sc.png) no-repeat -774px 0;
}

.world-cup-active-ibox .team .vs .score {
    margin: 12px auto 0;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.world-cup-active-ibox .team .vs .lt-sp {
    color: #ffd200;
}

.world-cup-active-ibox .btm-area {
    padding: 0 3px 0 16px;
    line-height: 44px;
    font-size: 12px;
    color: #ffd200;
}

.world-cup-active-ibox .btm-area .skip {
    font-size: 12px;
    color: #ffd200;
}

.world-cup-active-ibox .btm-area .skip:hover {
    text-decoration: underline;
}

.world-cup-active-ibox .btns-area {
    margin: 10px auto 0;
    width: 350px;
}

.world-cup-active-ibox .btns-area .pre-btn,
.world-cup-active-ibox .btns-area .next-btn {
    margin-top: 12px;
    width: 68px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    color: #00c3b8;
    line-height: 36px;
    border-radius: 18px;
    background: #002D72;
}

.world-cup-active-ibox .btns-area .pre-btn:hover,
.world-cup-active-ibox .btns-area .next-btn:hover {
    background: #004CD4;
    color: #fff;
}

.world-cup-active-ibox .btns-area .xz-btn {
    margin-left: 16px;
    width: 182px;
    height: 70px;
    background: url(../images/world-cup-sc.png) no-repeat -456px -147px;
}

.world-cup-active-ibox .btns-area .xz-btn:hover {
    background-position: -456px -221px;
}

.world-cup-active-ibox .btns-area .xz-btn.yet {
    background-position: -456px -908px;
}

.world-cup-active-ibox .btns-area .xz-btn.yet:hover {
    background-position: -456px -908px;
}

.xz-ibox {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 30px;
    margin: -148px 0 0 -276px;
    width: 552px;
    height: 296px;
    background: #00458F;
    border-radius: 20px;
    border: 2px solid #145EAF;
    z-index: 31;
}

.xz-ibox .close {
    top: -12px;
    right: -12px;
}

.xz-ibox .top-area {
    padding-left: 20px;
    width: 528px;
    height: 230px;
}

.xz-ibox .top-area ul {
    width: 410px;
}

.xz-ibox .top-area li {
    margin: 0 10px 15px 0;
    width: 122px;
    height: 94px;
    background: #003382;
    text-align: center;
    font-size: 14px;
    color: #23a0ff;
    text-align: center;
    line-height: 30px;
    border: 2px solid #00458F;
    cursor: pointer;
}

.xz-ibox .top-area li.active {
    border: 2px solid #00B9DE;
}

.xz-ibox .top-area li.line2.active {
    border: 2px solid #00C080;
}

.xz-ibox .top-area li.line2 .tp {
    background: #008F47;
}

.xz-ibox .top-area li .tp {
    height: 32px;
    line-height: 32px;
    background: #0063C8;
    font-size: 15px;
    color: #fff;
}

.xz-ibox .top-area li .tp span {
    color: #ffe400;
}

.xz-ibox .top-area .rt-area {
    margin-left: -5px;
    width: 106px;
    height: 208px;
    background: #003382;
    color: #23a0ff;
    font-size: 13px;
    text-align: center;
    border: 2px solid #00458F;
    line-height: 104px;
    cursor: pointer;
}

.xz-ibox .top-area .rt-area.active {
    border: 2px solid #A70000;
}

.xz-ibox .top-area .rt-area .tp {
    width: 106px;
    height: 104px;
    font-size: 24px;
    color: #cf0000;
    background: #FFD800;
}

.xz-ibox .top-area .rt-area .bm {
    padding-top: 40px;
    line-height: 20px;
}

.xz-ibox .btm-area {
    padding: 13px 24px 0;
    width: 504px;
    height: 53px;
    background: #003382;
    line-height: 40px;
    font-size: 16px;
    color: #25a2c6;
    border-radius: 0 0 22px 22px;
}

.xz-ibox .btm-area .input input {
    margin-right: 20px;
    width: 130px;
    height: 34px;
    background: #155599;
    border: 1px solid #0D7D91;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.xz-ibox .btm-area .btn {
    display: block;
    width: 128px;
    height: 48px;
    background: url(../images/world-cup-sc.png) -456px -299px;
}

.xz-ibox .btm-area .btn:hover {
    background-position: -456px -348px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.zb-support-rk {
    position: fixed;
    top: 50%;
    right: 8px;
    width: 76px;
    height: 76px;
}

.zb-support-rk .close {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 34px;
    width: 17px;
    height: 17px;
    background: url(../images/play-close.png) no-repeat 0 0;
}

.zb-support-rk .close:hover {
    background-position: -17px 0;
}

.allgray-skin,
.halfGray-skin .topBar,
.halfGray-skin .footArea,
.halfGray-skin .up-area,
.halfGray-skin .signIbox,
.halfGray-skin .loginIbox,
.halfGray-skin .registerIbox,
.halfGray-skin .news-stars,
.halfGray-skin .hot-area,
.halfGray-skin .ad-area,
.halfGray-skin .live-now,
.halfGray-skin .recommend-live,
.halfGray-skin .banner .focus {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(%22data_image\svg+xml;utf8,%3Csvg xmlns=\_http_\\www.w3.org\2000\svg\_%3E%3Cfilter id=\_grayscale\_%3E%3CfeColorMatrix type=\_matrix\_ values=\_0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\_\%3E%3C\filter%3E%3C\svg%3E.html#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.user-gameDemand-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 90px 40px 0;
    margin: -274px 0 0 -230px;
    width: 381px;
    height: 459px;
    background: url(../fonts/61a45b8ea1654318967f892b3267cac0.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.user-gameDemand-content .user-content .sub-mask {
    display: none;
    position: relative;
    padding: 8px;
    width: 245px;
    height: 109px;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1;
}

.user-gameDemand-content .user-content .sub-mask .triangle {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -13px;
    width: 0px;
    height: 0px;
    border-width: 13px;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
}

.user-gameDemand-content .user-content .sub-mask p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.user-gameDemand-content .user-content .sub-mask p span {
    color: #f9c616;
}

.user-gameDemand-content .user-content .big-package .package-gaming .package-gaming-content .user-name,
.user-gameDemand-content .user-content .big-package .have-package .have-package-content .user-name {
    margin-top: 34px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #e1a217;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-gameDemand-content .user-content .big-package .package-gaming .package-gaming-content .gaming {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #ffc400;
}

.user-gameDemand-content .user-content .big-package .package-gaming .package-gaming-content .play-time {
    margin: 0 auto;
    width: 98px;
    height: 20px;
    line-height: 20px;
    background: url(../fonts/b8cd991c561f41d28f957ef739312ad3.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.user-gameDemand-content .user-content .coin-package li .add-coin-num {
    position: absolute;
    top: 60px;
    right: -5px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff498;
    opacity: 0;
}

.user-gameDemand-content .user-content .coin-package .have-coin .add-coin-num {
    opacity: 1;
    -webkit-animation-name: add-coin-num;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: add-coin-num;
    -moz-animation-duration: .8s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    animation-name: add-coin-num;
    animation-duration: .8s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes add-coin-num {
    0% {
        opacity: 1;
        top: 70px;
    }
    100% {
        opacity: 0;
        top: 50px;
    }
}

@-webkit-keyframes add-coin-num {
    0% {
        opacity: 1;
        top: 70px;
    }
    100% {
        opacity: 0;
        top: 50px;
    }
}

@-moz-keyframes add-coin-num {
    0% {
        opacity: 1;
        top: 70px;
    }
    100% {
        opacity: 0;
        top: 50px;
    }
}

.user-gameDemand-content .user-content .coin-package li .countdown,
.anchor-gameDemand-content .anchor-content .coin-package li .countdown {
    display: none;
}

.user-gameDemand-content .user-content .coin-package .playing-game .countdown {
    display: block;
    padding: 15px 7px 0;
    width: 80px;
    height: 79px;
    background: url(../fonts/ef335d61bf404b61b59a20f8212ca5e1.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.user-choose-game-ibox .choose-game-area .prompt {
    line-height: 18px;
    font-size: 12px;
    color: #9b6600;
}

.user-choose-game-ibox .btn-area,
.add-game-kadai-ibox .btn-area {
    margin-top: 10px;
}

.user-choose-game-ibox .btn-area .define-btn,
.user-choose-game-ibox .btn-area .cancle-btn,
.user-choose-game-ibox .btn-area .define-btn.disabled,
.user-choose-game-ibox .btn-area .define-btn.disabled:hover,
.add-game-kadai-ibox .btn-area .define-btn.disabled,
.add-game-kadai-ibox .btn-area .define-btn.disabled:hover,
.add-game-kadai-ibox .btn-area .define-btn,
.add-game-kadai-ibox .btn-area .cancle-btn {
    float: left;
    width: 106px;
    height: 39px;
    line-height: 39px;
    background: url(../fonts/2a557b5506a747ef9ae0a2705c3e007d.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.user-choose-game-ibox .btn-area .define-btn,
.add-game-kadai-ibox .btn-area .define-btn {
    margin: 0 35px 0 25px;
}

.receive-history-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 55px 10px 0 25px;
    margin: -154px 0 0 -192px;
    width: 349px;
    height: 253px;
    background: url(../fonts/43ed7e8cf5434835a7b012fd9742d4bf.woff");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.anchor-gameDemand-content .anchor-content .coin-package .playing-game .countdown,
.anchor-gameDemand-content .anchor-content .coin-package .game-over .countdown {
    display: block;
    padding: 15px 7px 0;
    width: 80px;
    height: 81px;
    background: url(../images/new-package-bg2.png) -94px 0 no-repeat;
    text-align: center;
}

.anchor-gameDemand-content .anchor-content .coin-package .playing-game .countdown .state {
    margin-bottom: 3px;
    width: 84px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #ff2525;
}

.anchor-gameDemand-content .anchor-content .coin-package .game-over .countdown .state {
    margin-bottom: 3px;
    width: 84px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #908282;
}

.anchor-gameDemand-ibox .remind .left {
    margin-left: -10px;
}

.anchor-gameDemand-ibox .remind .right {
    float: right;
    margin-right: 10px;
}

.anchor-gameDemand-ibox .remind .anchor-setting {
    float: right;
    margin: 7px -10px 0 0;
    width: 66px;
    height: 24px;
    line-height: 24px;
    background: #ca3129;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.anchor-gameDemand-ibox .remind .anchor-setting:hover {
    background: #e23f37;
}

.anchor-gameDemand-ibox .remind .anchor-setting:active {
    background: #d02921;
}

.anchor-gameDemand-ibox .remind.no-kadai .anchor-setting {
    display: none;
}

.add-game-kadai-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 0 44px;
    margin: -170px 0 0 -192px;
    width: 296px;
    height: 340px;
    background: url(../images/new-room-ibox-bg2.png) no-repeat;
    z-index: 10;
}

.add-game-kadai-ibox .hd {
    width: 296px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #fffafa;
    text-align: center;
}

.add-game-kadai-ibox .content {
    margin-top: 25px;
    height: 171px;
}

.add-game-kadai-ibox .content .add-game {
    float: left;
    position: relative;
    margin: 0 34px 12px 0;
    width: 126px;
    height: 27px;
}

.add-game-kadai-ibox .content .add-game:nth-child(2n) {
    margin-right: 0;
}

.add-game-kadai-ibox .content .add-game input {
    padding: 0 23px 0 5px;
    width: 98px;
    height: 28px;
    line-height: 28px;
    background: #211c17;
    border: 1px solid #683f1d;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.add-game-kadai-ibox .content .add-game input.game-name {
    background: #8b3500;
    color: #fff;
}

.add-game-kadai-ibox .content .add-game input::-webkit-input-placeholderï¼Œ .add-game-kadai-ibox .content .add-game input::-moz-input-placeholderï¼Œ .add-game-kadai-ibox .content .add-game input::-ms-input-placeholder {
    color: #a47603;
}

.add-game-kadai-ibox .content .add-game .close-btn {
    display: none;
}

.add-game-kadai-ibox.delete-game .content .can-close .close-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #8e6705;
    border-radius: 100%;
    font-size: 16px;
    color: #dfc581;
    text-align: center;
}

.add-game-kadai-ibox.delete-game .content .can-close .close-btn .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) 0 0 no-repeat;
}

.add-game-kadai-ibox.delete-game .content .can-close .close-btn:hover .close {
    background-position: -18px 0;
}

.add-game-kadai-ibox.delete-game .content .can-close .close-btn:active .close {
    background-position: -36px 0;
}

.add-game-kadai-ibox .content p {
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    color: #9b6600;
}

.add-game-kadai-ibox .content p span {
    color: #f33529;
}

.zb-choujiang-btn {
    position: absolute;
    left: 10px;
    bottom: 50%;
    margin-bottom: -60px;
    width: 68px;
    height: 68px;
    background: url(../images/zb-cj.png_2017102401) no-repeat;
    z-index: 2;
}

.new-share {
    position: absolute;
    margin: 0 auto;
    width: 400px;
    height: 240px;
    background: #fff url(../images/new-share.png) no-repeat 0 -6px;
    border-bottom: 3px solid #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    border-radius: 10px;
    z-index: 90;
}

.new-share .arrow {
    position: absolute;
    top: -5px;
    right: 131px;
    width: 14px;
    height: 6px;
    background: url(../images/blue-arrow.png) no-repeat;
}

.min-size .new-share .arrow {
    right: 52px;
}

.new-share .copy-tc {
    display: none;
    position: absolute;
    right: 30px;
    bottom: -25px;
    margin-top: 34px;
    height: 32px;
}

.new-share .copy-tc input {
    margin-right: 6px;
    padding: 0 5px;
    width: 240px;
    height: 29px;
    background: #eee;
    border: 1px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-share .copy-tc a {
    display: inline-block;
    width: 48px;
    height: 31px;
    line-height: 31px;
    background: #12B7F5;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.new-share>a {
    display: inline-block;
    text-align: center;
}

.new-share .tc-left,
.new-share .tc-right {
    display: none;
}

.new-share.fx-zb {
    width: 400px;
    height: 240px;
    background: url(../images/new-share.png) no-repeat -409px -6px;
    border-bottom: 3px solid #fff;
}

.new-share.fx-zb .tc-left {
    position: relative;
    display: block;
    float: left;
    margin: 117px 28px 0;
    width: 94px;
    height: 120px;
    text-align: center;
}

.new-share.fx-zb .tc-left .code {
    margin-bottom: 6px;
    width: 94px;
    height: 94px;
}

.new-share.fx-zb .tc-left .wx-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -12px;
    width: 24px;
    height: 24px;
    background: url(../images/code_wx.png) no-repeat;
}

.new-share.fx-zb .tc-left .zq-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -12px;
    width: 24px;
    height: 24px;
    background: url(../images/code_logo.png) no-repeat;
}

.new-share.fx-zb .tc-left span {
    font-size: 12px;
    color: #a5a7aa;
}

.new-share.fx-zb .tc-left span .icon {
    margin-right: -2px;
    width: 20px;
    height: 20px;
    background: url(../images/code_mp.png) no-repeat;
    vertical-align: -6px;
}

.new-share.fx-zb .tc-right {
    display: block;
    float: left;
    margin-top: 128px;
    width: 232px;
}

.new-share.fx-zb>a {
    display: none;
}

.new-share.fx-zb .tc-right .tc-right-btm {
    margin-top: 16px;
    padding-right: 10px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.new-share.fx-zb .tc-right p {
    display: none;
}

.new-share .tc-right p {
    margin-bottom: 18px;
    padding-top: 16px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}

.new-share .tc-right p span {
    color: #12B7F5;
    font-weight: bold;
}

.new-share .share {
    position: relative;
    margin-right: 8px;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.new-share .share a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    z-index: 2;
}

.new-share .share .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/new-share.png) no-repeat;
    z-index: 1;
}

.new-share .copy .icon.hover {
    background: url(../images/add-hover.png) no-repeat -177px 0;
}

.new-share .sina .icon {
    background-position: -173px -248px;
}

.new-share .sina a:hover {
    background: url(../images/add-hover.png) no-repeat 0 0;
}

.new-share .qq .icon {
    background-position: -232px -248px;
}

.new-share .qq a:hover {
    background: url(../images/add-hover.png) no-repeat -59px 0;
}

.new-share .qzone .icon {
    background-position: -291px -247px;
}

.new-share .qzone a:hover {
    background: url(../images/add-hover.png) no-repeat -118px 0;
}

.new-share .copy .icon {
    background-position: -350px -248px;
}

.new-share .copy .icon:hover {
    background: url(../images/add-hover.png) no-repeat -177px 0;
}

.new-share .copy a:hover {
    background: url(../images/add-hover.png) no-repeat -177px 0;
}

.new-share>a i {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/new-share.png) no-repeat 0 -248px;
}

.new-share>.fx-btn1 {
    margin: 130px 70px 0 86px;
}

.new-share>.fx-btn1 i {
    background: url(../images/new-share.png) no-repeat 0 -248px;
}

.new-share>.fx-btn2 i {
    background: url(../images/new-share.png) no-repeat -85px -248px;
}

.new-share>a p {
    margin-top: 10px;
    font-size: 14px;
    color: #555555;
    font-weight: 700;
}

.new-share>a:hover p {
    color: #12B7F5;
}

.zb-card {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -340px 0 0 -240px;
    width: 480px;
    background: #2543A3;
    border-radius: 10px;
    z-index: 50;
}

.zb-card.recreation {
    background: #4F2BBD;
}

.zb-card .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/mp-tc.png) 0 -146px;
}

.zb-card.recreation .close {
    background-position: 0 -180px;
}

.zb-card .zb-card-hd {
    margin-left: 15px;
    height: 140px;
    width: 465px;
    background: url(../images/mp-tc.png) no-repeat 0 0;
}

.zb-card.recreation .zb-card-hd {
    background-position: -467px 0;
}

.zb-card .zb-card-main {
    margin: 20px auto 0;
    padding: 4px;
    width: 408px;
    background: #04EBFF;
    background: -webkit-linear-gradient(#04EBFF, #E040DD, #FCA042);
    background: -o-linear-gradient(#04EBFF, #E040DD, #FCA042);
    background: -moz-linear-gradient(#04EBFF, #E040DD, #FCA042);
    background: linear-gradient(#04EBFF, #E040DD, #FCA042);
    border-radius: 12px;
}

.zb-card.recreation .zb-card-main {
    background: #567BFF;
    background: -webkit-linear-gradient(#567BFF, #BD6BFE, #E568FD);
    background: -o-linear-gradient(#567BFF, #BD6BFE, #E568FD);
    background: -moz-linear-gradient(#567BFF, #BD6BFE, #E568FD);
    background: linear-gradient(#567BFF, #BD6BFE, #E568FD);
}

.zb-card .zb-card-main .main-bg {
    width: 100%;
    background: #4772F2;
    border-radius: 12px;
    overflow: hidden;
}

.zb-card.recreation .zb-card-main .main-bg {
    background: #8535F1;
    overflow: hidden;
}

.zb-card .zb-card-main .main-bg>.img-wh {
    height: auto;
}

.zb-card .zb-card-main .main-bg>img {
    position: absolute;
    border-radius: 12px;
}

.zb-card .zb-card-main .main-bg .mp-details {
    top: 0;
    width: 100%;
}

.zb-card .zb-card-main .main-bg .mp-details .hd {
    padding: 18px 0 0 18px;
    z-index: 10;
}

.zb-card .zb-card-main .main-bg .mp-details .hd i {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 36px;
    height: 36px;
    background: url(../images/mp-tc.png) no-repeat -35px -179px;
}

.zb-card .zb-card-main .main-bg .mp-details .hd .img-box {
    float: left;
    padding: 3px;
    height: 90px;
    width: 90px;
    background: #04EBFF;
    background: -webkit-linear-gradient(#04EBFF, #556AFE);
    background: -o-linear-gradient(#04EBFF, #556AFE);
    background: -moz-linear-gradient(#04EBFF, #556AFE);
    background: linear-gradient(#04EBFF, #556AFE);
    border-radius: 50% 50%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.zb-card.recreation .zb-card-main .main-bg .mp-details .hd .img-box {
    background: #567BFF;
    background: -webkit-linear-gradient(#87a0fe, #cea3fb);
    background: -o-linear-gradient(#87a0fe, #cea3fb);
    background: -moz-linear-gradient(#87a0fe, #cea3fb);
    background: linear-gradient(#87a0fe, #cea3fb);
}

.zb-card .zb-card-main .main-bg .mp-details .hd .img-box img {
    border-radius: 50%;
}

.zb-card .zb-card-main .main-bg .mp-details .hd .hd-right {
    float: left;
    margin: 15px 0 0 18px;
}

.zb-card .zb-card-main .main-bg .mp-details .hd .hd-right .name {
    padding: 0 26px 0 30px;
    height: 38px;
    background: url(../images/mp-tc.png) no-repeat 0 -218px;
    border-radius: 20px;
    font-size: 16px;
    color: #04EBFF;
    font-weight: 700;
}

.zb-card.recreation .zb-card-main .main-bg .mp-details .hd .hd-right .name {
    background-position: 0 -262px;
    color: #ec85ff;
}

.zb-card .zb-card-main .main-bg .mp-details .hd .hd-right .name span {
    display: inline-block;
    margin-top: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #2044C4;
    border-radius: 18px;
}

.zb-card.recreation .zb-card-main .main-bg .mp-details .hd .hd-right .name span {
    background-color: #5520A2;
}

.zb-card .zb-card-main .main-bg .mp-details .hd .hd-right .zb-js {
    display: inline-block;
    margin-top: 8px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background-color: #2044C4;
    border-radius: 20px;
    font-size: 14px;
    color: #FFF;
}

.zb-card.recreation .zb-card-main .main-bg .mp-details .hd .hd-right .zb-js {
    background-color: #5520A2;
}

.zb-card .zb-card-main .main-bg .mp-details .bd {
    margin-top: 20px;
    padding-bottom: 20px;
}

.zb-card .zb-card-main .main-bg .mp-details .bd .bd-list {
    margin-left: 18px;
    line-height: 24px;
}

.zb-card .zb-card-main .main-bg .mp-details .bd .bd-list .bd-left {
    float: left;
    width: 60px;
    height: 24px;
    font-size: 12px;
    color: #a5bcfe;
}

.zb-card.recreation .zb-card-main .main-bg .mp-details .bd .bd-list .bd-left {
    color: #b59cfe;
}

.zb-card .zb-card-main .main-bg .mp-details .bd .bd-list .bd-right {
    float: left;
    width: 184px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    word-break: break-all;
}

.zb-card .zb-card-main .main-bg .mp-details>i {
    position: absolute;
    bottom: 15px;
    right: 28px;
    width: 80px;
    height: 42px;
    background: url(../images/mp-tc.png) no-repeat -104px -423px;
}

.zb-card .zb-card-referral {
    margin: 10px auto 20px;
    width: 410px;
    line-height: 20px;
    font-size: 12px;
    color: #a3b8fd;
    word-break: break-all;
}

.zb-card.recreation .zb-card-referral {
    color: #ccbbfe;
}

.zb-card .fx-ditch {
    margin: 0 auto;
    width: 408px;
    height: 110px;
}

.zb-card .fx-ditch .fx-ditch-left {
    position: relative;
    float: left;
    margin: 0 86px 0 28px;
}

.zb-card .fx-ditch .fx-ditch-left .wx-code {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -9px;
    width: 18px;
    height: 18px;
    background: url(../images/code_wx.png) no-repeat;
    background-size: 18px;
}

.zb-card .fx-ditch .fx-ditch-left .code {
    margin: 0 auto 6px;
    padding: 2px;
    width: 63px;
    height: 63px;
    background: #fff;
}

.zb-card .fx-ditch .fx-ditch-left span {
    font-size: 12px;
    color: #77b3fe;
}

.zb-card.recreation .fx-ditch .fx-ditch-left span {
    color: #b97ff1;
}

.zb-card.recreation .fx-ditch .fx-ditch-left {
    background-position: 0 -412px;
}

.zb-card .fx-ditch .fx-ditch-right {
    float: left;
    margin-top: 8px;
}

.zb-card .share {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.zb-card .share a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    z-index: 2;
}

.zb-card .share .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url(../images/mp-tc.png) no-repeat;
    z-index: 1;
}

.zb-card .sina .icon {
    background-position: -173px -248px;
}

.zb-card .sina a:hover {
    background: url(../images/add-hover.png) no-repeat 0 -53px;
}

.zb-card .sina .icon {
    background-position: -114px -328px;
}

.zb-card .qq .icon {
    background-position: -183px -328px;
}

.zb-card .qq a:hover {
    background: url(../images/add-hover.png) no-repeat -54px -53px;
}

.zb-card .qzone .icon {
    background-position: -251px -328px;
}

.zb-card .qzone a:hover {
    background: url(../images/add-hover.png) no-repeat -113px -53px;
}

.game-recommend {
    position: absolute;
    top: 0;
    left: 0;
    width: 338px;
    height: 206px;
    z-index: 120;
    background: #fff;
    border-radius: 10px;
}

.game-recommend .top {
    width: 338px;
    height: 120px;
}

.game-recommend .top img {
    border-radius: 10px 10px 0 0;
}

.game-recommend .btm {
    width: 278px;
    height: 68px;
    padding: 9px 30px;
}

.game-recommend .btm .left {
    width: 157px;
    height: 68px;
    border-right: 1px solid #DEDFE0;
}

.game-recommend .btm .left .code {
    width: 68px;
    height: 68px;
}

.game-recommend .btm .left .code i {
    position: absolute;
    width: 17px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    background: #fff url(../images/icon-group.png) no-repeat 2px -33px;
}

.game-recommend .btm .left .text {
    width: 89px;
    line-height: 20px;
    padding-top: 14px;
    color: #777777;
    font-size: 12px;
    text-align: center;
}

.game-recommend .btm .right {
    width: 120px;
    height: 68px;
}

.game-recommend .btm .right .btn {
    display: block;
    width: 90px;
    height: 24px;
    margin: 19px 0 0 30px;
    background: url(../images/icon-group.png) no-repeat 0 0;
}

.game-recommend .btm .right .btn:hover {
    background: url(../images/btn_az.png) no-repeat 0 0;
    ;
}

.live-room-content .anchor-info-area .sub-bottom .sub-fn .game-tj {
    position: absolute;
    left: -100px;
    top: -4px;
    width: 80px;
    height: 28px;
}

.sub-fn .game-tj .img_box {
    display: block;
    width: 100%;
    height: 100%;
}

.live-room-content .liveMessage .left-area .double2017-a {
    position: relative;
    margin-top: -10px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.live-room-content .liveMessage .left-area .double2017-a .img-box {
    display: block;
    width: 100%;
    height: 100%;
}

.live-room-content .liveMessage .left-area .double2017-ibox {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -300px;
    padding: 230px 80px 0 114px;
    width: 406px;
    height: 210px;
    background: url(../images/bg.png) no-repeat;
    z-index: 10;
}

.live-room-content .liveMessage .left-area .double2017-ibox .close {
    position: absolute;
    top: 93px;
    right: 41px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.double2017-ibox .double2017-bar-area {
    margin-bottom: 27px;
    height: 45px;
}

.double2017-bar-area .first-sub-bar {
    position: relative;
    float: left;
    width: 17px;
}

.double2017-bar-area .first-sub-bar .first-bar {
    display: block;
    width: 100%;
    height: 17px;
    background: url(../images/bar-2.png) no-repeat;
}

.double2017-bar-area .first-sub-bar .num {
    width: 17px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.double2017-bar-area .sub-bar {
    position: relative;
    float: left;
    margin-left: -1px;
    width: 36px;
}

.double2017-bar-area .sub-bar .bar {
    display: block;
    width: 100%;
    height: 17px;
    background: url(../images/bar-1.png) no-repeat;
}

.double2017-bar-area .sub-bar .num {
    padding-left: 19px;
    width: 17px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.double2017-bar-area .sub-bar .last-num {
    padding-left: 14px;
    width: 26px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.double2017-bar-area .bar-1 {
    z-index: 11;
}

.double2017-bar-area .bar-2 {
    z-index: 10;
}

.double2017-bar-area .bar-3 {
    z-index: 9;
}

.double2017-bar-area .bar-4 {
    z-index: 8;
}

.double2017-bar-area .bar-5 {
    z-index: 7;
}

.double2017-bar-area .bar-6 {
    z-index: 6;
}

.double2017-bar-area .bar-7 {
    z-index: 5;
}

.double2017-bar-area .bar-8 {
    z-index: 4;
}

.double2017-bar-area .bar-9 {
    z-index: 3;
}

.double2017-bar-area .bar-10 {
    z-index: 2;
}

.double2017-bar-area .bar-11 {
    z-index: 1;
}

.double2017-bar-area .active .first-bar {
    background-position: -17px 0;
}

.double2017-bar-area .active .bar {
    background-position: -36px 0;
}

.double2017-ibox .double2017-bottom {
    height: 20px;
    line-height: 20px;
    color: #a7721e;
}

.double2017-ibox .double2017-bottom p {
    font-size: 0;
}

.double2017-ibox .double2017-bottom .title {
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    font-size: 12px;
    color: #5c3914;
}

.double2017-ibox .double2017-bottom .name,
.double2017-ibox .double2017-bottom .zb-name {
    max-width: 72px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.double2017-ibox .double2017-bottom .name {
    color: #ff8a00;
}

.double2017-ibox .double2017-bottom .sub-title {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #ff6054;
}

.zb-task-entrance {
    position: absolute;
    top: 300px;
    right: 35px;
    width: 66px;
    height: 68px;
    background: url(../images/zb-rw.png) no-repeat 0 0;
}

.zb-task {
    position: absolute;
    bottom: 45px;
    right: 20px;
    padding-top: 100px;
    width: 300px;
    height: 245px;
    background: url(../images/zbrw-bg.png) no-repeat 0 0;
    background-size: 300px 346px;
    z-index: 10;
}

.zb-task .think,
.zb-task .task-btns {
    display: none;
}

.zb-task.one {
    background: url(../images/zbrw-bg-finish.png) no-repeat 0 0;
    background-size: 300px 346px;
}

.zb-task .close {
    position: absolute;
    top: 1px;
    right: 30px;
    width: 36px;
    height: 42px;
    background: url(../images/zb-rw.png) no-repeat -86px 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.zb-task .task-status {
    margin: 12px auto 0;
    width: 250px;
    height: 96px;
    background: url(../images/task-bg.png) no-repeat 0 0;
    background-size: 252px 104px;
}

.zb-task .task-status .headline {
    margin: 0 auto;
    width: 180px;
    line-height: 28px;
    font-size: 14px;
    color: #4d476c;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zb-task .task-status .task-details {
    margin: 8px auto 0;
    width: 220px;
    height: 40px;
}

.zb-task .task-status .task-details .left {
    float: left;
    width: 40px;
    height: 40px;
}

.zb-task .task-status .task-details .left .img-wh2 {
    display: none;
}

.zb-task .task-status .task-details .left .img-wh2.img-wh.trigger {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 80%;
    -webkit-animation: gift 5s none;
    animation: gift 2s none;
}

@keyframes gift {
    from {
        left: 0;
        transform: scale(1);
    }
    60% {
        left: 74px;
        opacity: 1;
        transform: scale(1.6);
    }
    to {
        left: 74px;
        opacity: 0;
        transform: scale(1.6);
    }
}

@-webkit-keyframes gift {
    from {
        left: 0;
        transform: scale(1);
    }
    70% {
        left: 130px;
        opacity: 1;
        transform: scale(2);
    }
    to {
        left: 130px;
        opacity: 0;
        transform: scale(2);
    }
}

.zb-task .task-status .task-details .center {
    float: left;
    margin: 8px 0 0 4px;
    width: 100px;
}

.zb-task .task-status .task-details .center .progress {
    width: 96px;
    height: 4px;
    border: 2px solid #568AFF;
    border-radius: 4px;
}

.zb-task .task-status .task-details.finish .center .progress {
    height: 7px;
    border: 2px solid #D8F9E9;
    border-radius: 8px;
}

.zb-task .task-status .task-details .center .progress .plan {
    height: 4px;
    width: 80%;
    background: #568AFF url(../images/zb-rw.png) no-repeat 0 -86px;
    border-radius: 4px;
}

.zb-task .task-status .task-details.finish .center .progress .plan {
    height: 7px;
    background: #0FD977 url(../images/zb-rw.png) no-repeat 0 -86px;
    border-radius: 5px;
}

.zb-task .task-status .task-details.finish .character {
    color: #07a558;
}

.zb-task .task-status .task-details .character {
    margin-top: 4px;
    width: 100%;
    font-size: 12px;
    color: #4d4966;
}

.zb-task .task-status .task-details .character .sp1 {
    float: left;
}

.zb-task .task-status .task-details .character .sp2 {
    float: right;
}

.zb-task .task-status .task-details .right {
    float: left;
    margin-left: 10px;
    width: 60px;
    height: 28px;
}

.zb-task .task-status .task-details .right .assist-btn {
    display: inline-block;
    width: 71px;
    height: 38px;
    background: url(../images/zb-rw.png) no-repeat -129px 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.zb-task .task-status .task-details .right .assist-btn.for-show {
    display: none;
}

.zb-task .task-status .task-details .right .assist-btn:active {
    background-position: -129px -38px;
}

.zb-task .task-status .task-details.finish .right .assist-btn {
    display: none;
    background-position: -206px 10px;
}

.zb-task .task-status .task-details.finish .right .assist-btn.for-show {
    display: inline-block;
    background-position: -206px 10px;
}

.zb-task .task-status .lose-tk {
    display: none;
}

.zb-task .task-status.lose .lose-tk {
    display: block;
    position: absolute;
    top: 30px;
    left: 85px;
    width: 192px;
    height: 62px;
    background: url(../images/zb-rw.png) no-repeat 0 -99px;
}

.zb-task.one .think {
    display: block;
    margin-top: 28px;
    font-size: 12px;
    color: #534a6f;
    text-align: center;
}

.zb-task.one .task-btns {
    display: block;
    margin-top: 20px;
    padding-left: 48px;
}

.zb-task.one .task-btns a {
    display: block;
    float: left;
    margin-right: 12px;
    padding: 4px 10px;
    background: #F66A8D;
    border: 2px solid #58496E;
    border-radius: 14px;
    font-size: 12px;
    color: #fff;
}

.zb-task.one .task-btns a:active {
    background: #E33C67;
    border: 2px solid #2E224C;
}

.zb-task.one .task-btns a.btn-3 {
    margin-right: 0;
}

.start-task {
    position: absolute;
    top: -627px;
    left: 35px;
    padding: 20px 20px 0;
    width: 362px;
    min-height: 330px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.start-task .go-on {
    display: none;
}

.start-task.two .go-on {
    display: block;
    margin-bottom: 24px;
    color: #555;
    text-align: center;
}

.start-task .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 44px;
    background: #12B7F5;
    z-index: 5;
}

.start-task .task-set {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    z-index: 10;
}

.start-task .task-set a.gf {
    float: right;
    margin-right: 5px;
    padding-left: 20px;
    color: #fff;
    font-weight: 400;
    background: url(../images/shuoming.png) no-repeat 0 15px;
}

.start-task .task-set a.close {
    float: right;
    margin-top: 5px;
    width: 36px;
    height: 36px;
    background: url(../images/close.png) no-repeat 10px 9px;
}

.start-task .explain {
    margin-top: 48px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #777;
}

.start-task .task {
    margin: 22px auto 24px;
    width: 340px;
}

.start-task .task.task2 {
    padding-top: 22px;
}

.start-task .task2 {
    border-top: 1px solid #F3F3F3;
}

.start-task.one .task.task2 {
    padding-top: 0;
}

.start-task.one .task2 {
    border-top: none;
}

.start-task .task.in-execution {
    display: block;
}

.start-task .task.in-execution .execution-plan>p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #777;
}

.start-task .task.in-execution .execution-plan .progress {
    margin-left: 2px;
    width: 340px;
    height: 16px;
    background: #E4E5E6;
}

.start-task .task.in-execution .execution-plan .progress .plan {
    width: 80%;
    height: 16px;
    background: #12B7F5;
}

.start-task .task.in-execution .execution-plan .character {
    margin-top: 12px;
    height: 28px;
    color: #777;
}

.start-task .task.in-execution .execution-plan .character .sp1 {
    float: left;
}

.start-task .task.in-execution .execution-plan.achieve .character .sp1 {
    height: 28px;
    line-height: 28px;
    color: #ef899f;
}

.start-task .task.in-execution .execution-plan .character .sp2,
.start-task .task.in-execution .execution-plan.achieve .character .task-ing,
.start-task .task.in-execution .execution-plan .character .task-finished,
.start-task .add-task,
.start-task .task.in-execution .task-name,
.start-task .task.in-execution .task-meet,
.start-task .task.in-execution .begin-task,
.start-task .task .execution-plan,
.zb-task.one .task-second {
    display: none;
}

.start-task .task.in-execution .execution-plan.achieve .character .task-finished,
.start-task .task.in-execution .execution-plan {
    display: block;
}

.start-task .task.in-execution .execution-plan.achieve .character .sp2 {
    display: block;
    float: right;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background: #55C3FB;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.start-task .task .begin-task,
.start-task.one .add-task {
    display: block;
    width: 338px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #12B7F5;
    border-radius: 3px;
    font-size: 14px;
    color: #12B7F5;
    font-weight: 700;
    text-align: center;
}

.start-task.one .add-task {
    margin: 16px auto 20px;
}

.start-task .task .begin-task {
    color: #fff;
    background: #12B7F5;
}

.start-task .task .task-name {
    margin-bottom: 20px;
}

.start-task .task input {
    float: left;
    padding: 0 10px;
    width: 250px;
    height: 34px;
    line-height: 34px;
    color: #555;
    background: #F3F3F3;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.start-task .task .text {
    float: left;
    width: 68px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #555;
}

.start-task .task-meet {
    margin-bottom: 24px;
}

.start-task .task .task-meet i {
    position: absolute;
    top: 40px;
    right: 14px;
    color: #ef899f;
}

.start-task .task .select {
    float: left;
    padding: 0 20px 0 10px;
    width: 98px;
    height: 36px;
    line-height: 36px;
    background: #F3F3F3;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #555;
    cursor: pointer;
}

.start-task .task .select>span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.start-task .task .select .option {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 2;
}

.start-task .task .select .option li {
    height: 36px;
    line-height: 36px;
}

.start-task .task .select .option li a {
    display: block;
    padding: 0 10px;
    height: 100%;
    background: #f3f3f3;
    font-size: 12px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.start-task .task .select .option li a:hover {
    background: #ccc;
}

.start-task .task .select .arrow {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 5px;
    background: url(../images/pc-set-arrow.png) no-repeat;
}

.start-task .task .task-meet>span {
    float: left;
    width: 56px;
    height: 36px;
    line-height: 36px;
    color: #555;
    font-weight: 700;
    text-align: center;
}

.start-task .task .task-meet input {
    width: 64px;
}

.new-year-lucky-ibox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -224px 0 0 -339px;
    width: 678px;
    height: 448px;
    background: url(../images/room-ibox-bg1.png) no-repeat;
    z-index: 31;
}

.new-year-lucky-ibox .close {
    position: absolute;
    top: 21px;
    right: 3px;
    width: 45px;
    height: 33px;
}

.new-year-lucky-ibox .lucky-btn {
    position: absolute;
    top: 244px;
    left: 74px;
    width: 110px;
    height: 50px;
    background: url(../images/room-ibox-btn3.png) no-repeat;
}

.new-year-lucky-ibox .go-btn {
    position: absolute;
    bottom: 24px;
    left: 74px;
    width: 112px;
    height: 51px;
    background: url(../images/room-ibox-btn2.png) no-repeat;
}

.new-year-lucky-ibox .view-btn {
    position: absolute;
    bottom: 24px;
    left: 360px;
    width: 148px;
    height: 51px;
    background: url(../images/room-ibox-btn1.png) no-repeat;
}

.new-year-lucky-ibox .input-area {
    position: absolute;
    bottom: 86px;
    left: 134px;
    width: 60px;
    height: 20px;
    border: 1px solid #d2272d;
    background: #fff;
}

.new-year-lucky-ibox .input-area input {
    display: block;
    padding: 0 5px;
    width: 50px;
    height: 20px;
    line-height: 20px\9;
    border: none;
    background: #fff;
    font-size: 12px;
    color: #bf0101;
    text-align: center;
}

.new-year-lucky-ibox .input-area input:focus {
    border: none !important;
}

.new-year-lucky-ibox .winning-info {
    position: absolute;
    top: 169px;
    left: 238px;
    margin: 12px 16px 13px 16px;
    width: 366px;
    height: 166px;
    overflow: hidden;
    cursor: default;
}

.new-year-lucky-ibox .winning-info .winner-noing-area {
    display: none;
    height: 166px;
    line-height: 166px;
    font-size: 24px;
    color: #c70900;
    text-align: center;
}

.new-year-lucky-ibox .winning-info .winning-row .row-left {
    float: left;
    margin-right: 5px;
    width: 104px;
    line-height: 34px;
    font-size: 12px;
}

.new-year-lucky-ibox .winning-info .winning-row .row-right {
    float: left;
    width: 257px;
}

.new-year-lucky-ibox .winning-info .winning-row li {
    float: left;
    margin: 0 5px 10px 0;
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    color: #c92600;
}

.new-year-lucky-ibox .winning-info .winning-row li .img-box {
    width: 34px;
    height: 34px;
}

.new-year-lucky-ibox .winning-info .winning-row li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-year-lucky-ibox .winning-info .winning-row li .num {
    font-size: 12px;
}

.new-year-winner-ibox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -222px 0 0 -220px;
    width: 441px;
    height: 444px;
    background: url(../images/room-ibox-bg.png) no-repeat;
    z-index: 31;
}

.new-year-winner-ibox .close {
    position: absolute;
    top: 12px;
    right: 3px;
    width: 45px;
    height: 32px;
}

.new-year-winner-ibox .winner-area {
    margin: 63px 34px 0 39px;
    width: 368px;
    height: 318px;
}

.new-year-winner-ibox .winner-area li {
    float: left;
    margin-right: 20px;
    width: 72px;
    height: 106px;
}

.new-year-winner-ibox .winner-area .img-box {
    width: 68px;
    height: 68px;
    border: 2px solid #ff9c00;
    background: #ef0633;
    border-radius: 3px;
}

.new-year-winner-ibox .winner-area .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-year-winner-ibox .winner-area p {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #642626;
    text-align: center;
}

.new-year-winner-ibox .real-btn {
    position: absolute;
    bottom: 14px;
    left: 164px;
    width: 95px;
    height: 43px;
    background: url(../images/room-ibox-btn.png) no-repeat;
}

.buy-ibox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 39px 35px 0;
    margin: -107px 0 0 -157px;
    width: 245px;
    height: 175px;
    background: url(../images/ibox-bg1.png) no-repeat;
    text-align: center;
    z-index: 2;
}

.buy-ibox .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}

.buy-ibox .content1 {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #ffd40e;
}

.buy-ibox .content2 {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #fff;
}

.buy-ibox .content3 {
    height: 30px;
    line-height: 30px;
}

.buy-ibox .content3 a {
    float: left;
    margin: 7px 8px 0 53px;
    width: 16px;
    height: 16px;
    background: url(../images/choose-icon.png) no-repeat;
}

.buy-ibox .content3.choosed a {
    background-position: -16px 0;
}

.buy-ibox .content3 p {
    float: left;
    font-size: 14px;
    color: #530000;
}

.buy-ibox .confirm-btn {
    display: inline-block;
    margin-top: 6px;
    width: 87px;
    height: 35px;
    line-height: 35px;
    background: url(../images/btn.png) no-repeat;
    font-size: 14px;
    color: #ffdb4b;
}

.icon-arrow-down5 {
    width: 13px;
    height: 13px;
    background: url(../images/font-icon.png_2016030155) no-repeat;
    background-position: 0 0;
}

a:hover .icon-arrow-down5 {
    background-position: -20px 0;
}

.icon-arrow-left7 {
    width: 13px;
    height: 13px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -40px 0;
}

.icon-arrow-left7:hover {
    background-position: -60px 0;
}

.icon-uniE7D2 {
    width: 13px;
    height: 13px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -80px 0;
}

.icon-uniE7D2:hover {
    background-position: -100px 0;
}

.icon-play {
    width: 15px;
    height: 11px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -120px 0;
    border-radius: 3px;
}

.icon-eye {
    width: 15px;
    height: 11px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -140px 0;
}

.icon-spinner6 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: -3px;
    width: 15px;
    height: 15px;
    background: url(../images/change-btn.png) 0 0 no-repeat;
}

a:hover .icon-spinner6 {
    background-position: 0 -15px;
}

.icon-users2 {
    width: 16px;
    height: 14px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -200px 0;
}

.icon-profile {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -220px 0;
}

.active .icon-profile,
a:hover .icon-profile {
    background-position: -240px 0;
}

.icon-aid {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -260px 0;
}

.active .icon-aid,
a:hover .icon-aid {
    background-position: -280px 0;
}

.icon-stats {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -300px 0;
}

.active .icon-stats,
a:hover .icon-stats {
    background-position: -320px 0;
}

.icon-heart2 {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -340px 0;
}

.active .icon-heart2,
a:hover .icon-heart2 {
    background-position: -360px 0;
}

.icon-clock {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -380px 0;
}

.active .icon-clock,
a:hover .icon-clock {
    background-position: -400px 0;
}

.icon-clock-blue {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -880px -20px;
}

.icon-envelope {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -420px 0;
}

.active .icon-envelope,
a:hover .icon-envelope {
    background-position: -440px 0;
}

.icon-cog {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -460px 0;
}

.active .icon-cog,
a:hover .icon-cog {
    background-position: -480px 0;
}

.icon-gift {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -500px 0;
}

.active .icon-gift,
a:hover .icon-gift {
    background-position: -520px 0;
}

.icon-camera2 {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -540px 0;
}

.active .icon-camera2,
a:hover .icon-camera2 {
    background-position: -560px 0;
}

.icon-coin {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -580px 0;
}

.active .icon-coin,
a:hover .icon-coin {
    background-position: -600px 0;
}

.icon-dribbble3 {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -620px 0;
}

.active .icon-dribbble3,
a:hover .icon-dribbble3 {
    background-position: -640px 0;
}

.icon-signup {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -660px 0;
}

.active .icon-signup,
a:hover .icon-signup {
    background-position: -680px 0;
}

.icon-shield {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -700px 0;
}

.active .icon-shield,
a:hover .icon-shield {
    background-position: -720px 0;
}

.search-page .icon-heart {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -740px 0;
}

.personal-center .icon-heart {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -760px 0;
}

.orange-hollow-heart {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -780px 0;
}

.icon-pencil {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -800px 0;
}

a:hover .icon-pencil {
    background-position: -820px 0;
}

.icon-blocked {
    width: 12px;
    height: 12px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -840px 0;
}

.icon-checkmark {
    width: 12px;
    height: 12px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -860px 0;
}

.icon-youtube2 {
    width: 16px;
    height: 12px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -880px 0;
    border-radius: 3px;
}

.icon-happy {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -900px 0;
}

a:hover .icon-happy {
    background-position: -920px 0;
}

.icon-user3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -940px 0;
}

a:hover .icon-user3 {
    background-position: -960px 0;
}

.icon-gift1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: 0 -20px;
}

a:hover .icon-gift1 {
    background-position: -20px -20px;
}

.icon-remove2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -40px -20px;
}

a:hover .icon-remove2 {
    background-position: -60px -20px;
}

.icon-blocked1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -80px -20px;
}

a:hover .icon-blocked1 {
    background-position: -100px -20px;
}

.icon-mobile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 12px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -360px -20px;
}

a:hover .icon-mobile {
    background-position: -380px -20px;
}

.icon-share {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 12px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -400px -20px;
}

a:hover .icon-share {
    background-position: -420px -20px;
}

.live-and-chat-right-area .icon-happy {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -440px -20px;
}

a:hover .live-and-chat-right-area .icon-happy {
    background-position: -460px -20px;
}

.live-and-chat-right-area .icon-user3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -480px -20px;
}

a:hover .live-and-chat-right-area .icon-user3 {
    background-position: -500px -20px;
}

.live-and-chat-right-area .icon-gift1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -520px -20px;
}

a:hover .live-and-chat-right-area .icon-gift1 {
    background-position: -540px -20px;
}

.live-and-chat-right-area .icon-remove2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16pnx;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -560px -20px;
}

a:hover .live-and-chat-right-area .icon-remove2 {
    background-position: -580px -20px;
}

.live-and-chat-right-area .icon-blocked1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -600px -20px;
}

a:hover .live-and-chat-right-area .icon-blocked1 {
    background-position: -620px -20px;
}

.live-room-page .live-anchor-info a:hover .icon-arrow-down5 {
    background-position: -700px -20px;
}

.live-room-celebrity .live-anchor-info .icon-users2 {
    background-position: -740px -20px;
}

.live-room-celebrity .live-anchor-info .icon-mobile {
    background-position: -640px -20px;
}

.live-room-celebrity .live-anchor-info .icon-share {
    background-position: -660px -20px;
}

.live-room-celebrity .live-anchor-info .icon-arrow-down5,
.live-room-celebrity .live-anchor-info a:hover .icon-arrow-down5 {
    background-position: -680px -20px;
}

.icon-previous {
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -760px -20px;
}

a:hover .icon-previous {
    background-position: -780px -20px;
}

a:active .icon-previous {
    background-position: -800px -20px;
}

.icon-next {
    display: block;
    width: 12px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -820px -20px;
}

a:hover .icon-next {
    background-position: -840px -20px;
}

a:active .icon-next {
    background-position: -860px -20px;
}

.white-horn-icon {
    width: 20px;
    height: 17px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -900px -20px;
}

.gray-heart-icon {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -920px -20px;
}

.set-icons {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -940px -20px;
}

.money-icons {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -960px -20px;
}

.data-icons {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -980px -20px;
}

.icon-search {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -20px -40px;
}

.gray-icon-search {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: 0 -40px;
}

.yellow-bell-icon {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -60px -40px;
}

.write-icon-users2 {
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_20150916) no-repeat;
    background-position: -40px -40px;
}

.icon-happy-gif {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 24px;
    height: 24px;
    background: url(../images/font-icon-happy.gif) no-repeat;
}

.orange-icon-users2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_2015112499) no-repeat;
    background-position: -80px -40px;
}

.violet-icon-spinner6 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(../images/font-icon.png_2016032499) no-repeat;
    background-position: -120px -40px;
}

a:hover .violet-icon-spinner6 {
    background-position: -140px -40px;
}

.type-icon-blue {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_2016033199) no-repeat;
    background-position: -100px -40px;
}

.white-down-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 12px;
    background: url(../images/font-icon.png_2016040899) no-repeat;
    background-position: 0 -60px;
}

.white-close-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 14px;
    background: url(../images/font-icon.png_2016040899) no-repeat;
    background-position: -20px -60px;
}

.ggao-icons {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../images/font-icon.png_2016030166) no-repeat;
    background-position: -100px -40px;
}

@media screen and (max-width:1255px) {
    .live-room-page .live-room-layout-content {
        width: calc(100% - 60px);
        width: -webkit-calc(100% - 50px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .live-room-page .live-room-content {
        width: 100%;
    }
    .live-room-page .live-room-content .video-flash-cont {
        width: 100%;
    }
    .live-room-page .live-chat-content {
        display: none;
    }
}

@media screen and (min-width:1256px) and (max-width:1419px) {
    .live-room-page .live-room-layout-content {
        width: 1150px;
    }
    .live-room-page .live-room-content {
        width: 790px;
    }
    .live-room-page .live-room-content .video-flash-cont {
        width: 790px;
    }
}

@media screen and (min-width:1420px) and (max-width:1920px) {
    .live-room-page .live-room-layout-content {
        width: calc(100% - 224px);
        width: -webkit-calc(100% - 214px);
        padding-left: 102px;
        padding-right: 102px;
    }
    .live-room-page .live-room-content {
        width: calc(100% - 380px);
        width: -webkit-calc(100% - 370px);
    }
    .live-room-page .live-room-content .video-flash-cont {
        width: 100%;
    }
}

@media screen and (max-height:960px) {
    .lanstory-home .home-page .play-icon {
        bottom: auto;
        top: 370px;
    }
    .lanstory-home .flash {
        bottom: auto;
        top: 0;
    }
    .lanstory-home .home-page .play-icon {
        bottom: auto;
        top: 340px;
    }
    .lanstory-home .home-page .flash-logo {
        bottom: auto;
        top: 240px;
    }
}