@charset "utf-8";

a,
b,
body,
button,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
label,
legend,
li,
p,
pre,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

body {
    font: 12px/1.5 "Microsoft Yahei", SimSun
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a,
button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
input,
select {
    vertical-align: middle
}

.f-bc {
    margin-right: auto;
    margin-left: auto
}

.f-cf {
    zoom: 1
}

.f-cf:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
    font-size: 0;
    line-height: 0
}

.f-noborder {
    border: 0 !important
}

.f-ac {
    text-align: center !important
}

.f-al {
    text-align: left !important
}

.f-ar {
    text-align: right !important
}

.f-f16 {
    font-size: 16px !important
}

.f-f18 {
    font-size: 18px !important
}

.f-f20 {
    font-size: 20px !important
}

.f-f24 {
    font-size: 24px !important
}

.f-f28 {
    font-size: 28px !important
}

.f-f32 {
    font-size: 32px !important
}

.f-red {
    color: red !important
}

.f-yellow {
    color: #ff0 !important
}

.f-hide {
    display: none
}

.f-fl {
    float: left;
    _display: inline
}

.f-fr {
    float: right;
    _display: inline
}

.f-clear {
    clear: both
}

.f-block {
    display: block;
    text-indent: -9999px;
    cursor: pointer
}

* {
    _zoom: 1
}

.loading {
    height: 66px;
    margin-top: 20px;
    background: url(../../images/vip/loading.gif) no-repeat center
}

.box-shadow1,
.box-shadow2,
.box-shadow3,
.box-shadow4 {
    transition: all .1s
}

.box-shadow1:hover {
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .6)
}

.box-shadow2:hover {
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .6)
}

.box-shadow3:hover {
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .37)
}

.box-shadow4:hover {
    box-shadow: -8px 0 0 #f0f0f0, 0 2px 5px -1px rgba(0, 0, 0, .1)
}

body {
    background-color: #e5e5e5;
    color: #262626;
    min-width: 1200px;
    position: relative
}

a {
    color: #262626
}

em,
i {
    font-style: normal
}

a:active {
    star: expression(this.onFocus=this.blur())
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.w1000 {
    width: 1000px;
    margin: 0 auto
}

.icon {
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden
}

.corner {
    background-repeat: no-repeat;
    overflow: hidden;
    display: block
}

.animated {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5;
    transition: all .5s
}

.a-link:hover {
    text-shadow: 0 0 1px #ffba98
}

.nav {
    background: #f5f5f5;
    height: 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.nav-c {
    height: 100%;
    position: relative
}

.logo {
    width: 139px;
    height: 100%;
    display: block;
    text-indent: -9494em;
    background: url(../../images/vip/logo-new.png?v=20170830161251) no-repeat center center
}

.logo a {
    height: 100%;
    display: block
}

.nav-ul {
    width: 640px;
    height: 32px;
    margin: 15px 0 0 48px
}

.nav-ul li {
    padding: 0 8px;
    height: 32px;
    float: left;
    font: 16px/32px "Microsoft Yahei";
    text-align: center;
    margin-right: 13px;
    display: inline
}

.nav-ul .nav-item-new {
    position: relative;
    margin-right: 35px
}

.nav-ul .nav-item-new i {
    position: absolute;
    width: 43px;
    height: 37px;
    right: -35px;
    top: -3px
}

.nav-ul a {
    height: 100%;
    display: block;
    color: #262626
}

.nav-ul li.focus a {
    color: #fff
}

.nav-ul a:hover {
    color: #f70
}

.nav-ul li.focus {
    background-color: #f70;
    color: #fff;
    border-radius: 3px
}

.nav-btn {
    margin-top: 18px
}

.top-btn {
    width: 52px;
    height: 22px;
    padding-left: 22px;
    position: relative;
    line-height: 22px;
    color: #9c9c9c;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.top-btn:hover {
    color: #f70;
    border-color: #f70
}

.icon-desk,
.icon-home {
    width: 11px;
    height: 11px;
    left: 8px;
    top: 6px
}

/* .icon-desk {
    background-image: url(../images/sprite/icon-desk.png)
}

.icon-home {
    background-image: url(../images/sprite/icon-home.png)
}

.top-btn:hover .icon-desk {
    background-image: url(../images/sprite/icon-desk-hover.png)
}

.top-btn:hover .icon-home {
    background-image: url(../images/sprite/icon-home-hover.png)
} */

.nav-info-loged {
    display: none
}

.nav-info-log a {
    display: inline-block;
    padding: 0 4px
}

.nav-info {
    height: 36px;
    margin: 12px 0 0 10px;
    line-height: 36px;
    position: relative;
    padding-right: 12px
}

.nav-info-img {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.nav-info-name {
    display: block;
    position: relative;
    margin-left: 5px;
    height: 36px;
    width: auto !important;
    width: 80px;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.icon-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #727272;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
    border-bottom: 0 none;
    position: absolute;
    top: 15px;
    right: 0;
    _border: 0;
    _width: 10px;
    _height: 10px;
    _background: #727272;
    _overflow: hidden
}

.locked .icon-arrow {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.nav-info-vip {
    dispaly: block;
    margin-left: 5px
}

.nav-info-box {
    background-color: #fff;
    width: 216px;
    border: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    top: 60px;
    display: none
}

.box-tip-down,
.box-tip-up {
    position: absolute;
    left: 128px;
    font: 400 14px/1 SimSun
}

.box-tip-down {
    top: -6px;
    color: #fff
}

.box-tip-up {
    top: -7px;
    color: #e8e8e8
}

.nav-info-data dt {
    height: 53px;
    font: 22px/53px "Microsoft Yahei";
    display: block;
    border-bottom: 2px solid #f70;
    overflow: hidden;
    text-align: left
}

.nav-info-data dd {
    width: 100%;
    height: 41px;
    font: 12px/41px "Microsoft Yahei";
    display: block;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    float: left
}

.nav-info-data dd a {
    border-left: 4px solid #fff;
    padding-left: 80px;
    display: block
}

.nav-info-data dd a:hover {
    border-left-color: #f70;
    color: #f70
}

.nav-info-data dd span {
    left: 36px
}

/* .icon-top-user {
    background-image: url(../images/sprite/icon-top-user.png);
    width: 14px;
    height: 15px;
    margin-top: -7px
}

.icon-top-pay {
    background-image: url(../images/sprite/icon-top-pay.png);
    width: 17px;
    height: 17px;
    margin-top: -8px
}

.icon-top-logout {
    background-image: url(../images/sprite/icon-top-logout.png);
    width: 14px;
    height: 15px;
    margin-top: -7px;
    margin-left: 2px
} */

.nav-info-sub-passport {
    display: inline-block;
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 0 29px;
    text-align: left
}

.nav-info-loged .nav-info-vip {
    display: block;
    margin: 3px 0 0 5px;
    position: relative;
    text-indent: -9999px;
    bottom: 0
}

.page-num {
    margin: 30px auto;
    color: #333;
    text-align: center
}

.page-num a,
.page-num span {
    background-color: #f2f2f2;
    margin: 3px;
    padding: 5px 10px;
    line-height: 28px;
    border: 1px solid #bfbfbf;
    color: #333;
    border-radius: 3px
}

.page-num a.current,
.page-num a:hover,
.page-num span {
    background-color: #f70;
    border: 1px solid #f70;
    color: #fff
}

.footer {
    width: 100%;
    height: 150px
}

.footer-c {
    padding-top: 20px;
    color: #6c6c6c
}

.footer-c a {
    color: #6c6c6c
}

.footer-c a:hover {
    color: #f70
}

.footer-link a {
    margin: 0 10px;
    color: #262626;
    font-size: 16px
}

.footer-c p {
    text-align: center;
    font: 12px/26px SimSun
}

.icon-top-vip {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-image: url(../../images/vip/icon-top-vip.png)
}

.icon-message {
    display: none;
    width: 20px;
    height: 14px;
    line-height: 14px;
    background: #fc4e7f;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 24px;
    top: -6px;
    border-radius: 4px
}

.icon-top-message {
    width: 16px;
    height: 13px;
    margin-top: -7px;
    background-image: url(../../images/vip/icon-top-message.png)
}

/* .icon-top-message-dot {
    display: none;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 104px;
    top: 10px;
    background-image: url(../images/sprite/icon-top-message-dot.png)
} */

.nav-info-box2 {
    display: none;
    width: 300px;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: absolute;
    right: 218px;
    top: 90px;
    padding: 0 20px 14px
}

.nav-info-no {
    padding-top: 38px
}

/* .nav-info-no-img {
    width: 144px;
    height: 97px;
    margin: 0 auto 40px;
    background-image: url(../images/nav-info-no.png)
} */

.checkMessagesBtn {
    display: block;
    margin: 0 auto;
    width: 218px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #f70;
    background: #fff;
    font-size: 14px;
    border: 1px solid #f70;
    border-radius: 5px
}

.checkMessagesBtn:hover {
    color: #fff;
    background: #f70;
    text-decoration: none
}

.nav-info-messages {
    display: none
}

.nav-info-messages h1 {
    text-align: center;
    height: 43px;
    line-height: 43px;
    border-bottom: 2px solid #fc7600;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 400
}

.nav-info-messages span {
    color: #ff8d13;
    margin: 0 3px
}

.nav-info-messages ul {
    padding-bottom: 20px
}

.nav-info-messages li {
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed
}

.nav-info-messages li.loading {
    border: 0
}

.nav-info-messages li a {
    display: block;
    height: 100%
}

.nav-info-messages li a:hover h2 strong {
    text-decoration: underline
}

.nav-info-messages li a:hover .text {
    text-decoration: underline
}

.nav-info-messages li h2 {
    font-weight: 400;
    font-size: 12px;
    height: 45px;
    line-height: 45px
}

.nav-info-messages li h2 strong {
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3c3c3c
}

.nav-info-messages li h2 em {
    color: #aaa;
    float: right
}

.nav-info-messages li .text {
    color: #6c6c6c;
    font-size: 12px
}

.nav-info-messages li .text span {
    color: #ff8d13
}

.ico-vip {
    background: url(../../images/vip/vip.png) no-repeat;
    width: 48px;
    height: 21px;
    display: inline-block;
    position: absolute
}

.ico-vip0 {
    background-position: -2px 1px
}

.ico-vip1 {
    background-position: -51.3px 1px
}

.ico-vip2 {
    background-position: -99.3px 1px
}

.ico-vip3 {
    background-position: -148.3px 1px
}

.ico-vip4 {
    background-position: -197.3px 1px
}

.ico-vip5 {
    background-position: -246.3px 1px
}

.ico-vip6 {
    background-position: -296px 1px
}

.ico-vip7 {
    background-position: -344.3px 1px
}

.ico-vip8 {
    background-position: -393.3px 1px
}

.nav-info-data .nav-sub-info-vip {
    display: inline-block;
    margin: 14px 0 0 0
}

.nav-element-left,
.nav-element-right {
    display: none
}

.footer-info img {
    width: auto;
    height: 40px;
    margin-right: 3px;
    margin-left: 12px
}

/* html.filterBw {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(data:image/svg+xml;utf8, #grayscale);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
} */