@charset "utf-8";

a,
b,
blockquote,
body,
button,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
input,
label,
legend,
li,
ol,
p,
pre,
span,
strong,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1 "Microsoft Yahei", SimSun, Arial, "\5b8b\4f53", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #3c3c3c
}

a:hover {
    text-decoration: none
}

a.unline,
a:visited.unline {
    text-decoration: underline
}

a,
button {
    cursor: pointer
}

em,
i {
    font-style: normal
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

img,
input,
select {
    vertical-align: middle
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

html {
    overflow-y: scroll
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.of {
    overflow: hidden
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.c3 {
    color: #3c3c3c
}

.c6 {
    color: #6c6c6c
}

.c9 {
    color: #9c9c9c
}

.hide {
    display: none
}

.show {
    display: block
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

.cf {
    zoom: 1;
    padding-bottom: 40px
}

.cf:after {
    clear: both;
    display: table;
    content: ""
}

.orange {
    color: #ff8d13
}

.orange:hover {
    color: #ffb413
}

.red {
    color: #f25277
}

.red:hover {
    color: #ec2b58
}

.blue {
    color: #0f8ff2
}

.blue:hover {
    color: #008eeb
}

.green {
    color: #6bac2f
}

.f6c {
    color: #6c6c6c
}

.f9c {
    color: #9c9c9c
}

.disabled {
    cursor: default;
    color: #9c9c9c
}

.disabled:hover {
    color: #9c9c9c;
    text-decoration: none
}

.checkbox {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat;
    background-position: -106px -281px
}

.checked {
    background: no-repeat;
    background-position: -138px -280px
}

.sel_hide {
    _position: absolute;
    _bottom: 0;
    display: none
}

body {
    color: #3c3c3c;
    font: 12px/1.5 "Microsoft Yahei", SimSun;
    background: #f2f2f2
}

.animated {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.shadow1,
.shadow2 {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.shadow1 {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .14)
}

.shadow2:hover {
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .6)
}

.shadow3:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.shadow4:hover {
    box-shadow: 0 0 15px rgba(79, 91, 46, 1)
}

.common-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.animateColor {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.common-page {
    text-align: center;
    margin: 40px auto
}

.common-page a,
.common-page span {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 9px 16px;
    margin-left: 2px;
    margin-right: 5px;
    *vertical-align: middle
}

.common-page .cur {
    background-color: #45acef;
    border-color: #45acef;
    color: #fff
}

.common-page a:hover {
    border-color: #45acef;
    text-decoration: none
}

.ico-next,
.ico-prev {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1
}

.ico-prev {
    left: 10px;
    background: no-repeat;
    background-position: -126px -175px
}

.ico-next {
    right: 10px;
    background: no-repeat;
    background-position: -94px -175px
}

.ico-prev:hover {
    background: no-repeat;
    background-position: -62px -175px
}

.ico-next:hover {
    background: no-repeat;
    background-position: -155px -112px
}

.w1000 {
    width: 1000px;
    margin: auto
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w960 {
    width: 960px;
    margin: auto
}

.w700 {
    width: 700px
}

.w280 {
    width: 280px
}

.content-title {
    font: 14px/14px "Microsoft Yahei";
    color: #9c9c9c;
    padding: 20px 0
}

.content-title a {
    color: #9c9c9c
}

.content-title span {
    color: #3c3c3c
}

.ico-third {
    width: 18px;
    height: 16px;
    display: inline-block
}

.ico-qq {
    background: no-repeat;
    background-position: -253px -144px
}

.ico-wechat {
    background: no-repeat;
    background-position: -233px -146px
}

.ico-weibo {
    background: no-repeat;
    background-position: -281px -26px
}

.vip-header {
    background-color: #fff;
    width: 100%;
    height: 111px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.vip-top {
    z-index: 88;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.vip-top .w1000 {
    position: relative;
    height: 30px
}

.vip-nav {
    height: 80px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px grey
}

.vip-nav .w1000 {
    position: relative;
    height: 80px
}

.vip-logo {
    width: 196px;
    height: 76px;
    position: relative;
    padding-left: 84px;
    font: 28px/80px "Microsoft Yahei"
}

.vip-logo a {
    height: 100%;
    display: block
}

.ico-vip-logo {
    width: 77px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    background: url(../../images/vip/vip-logo.png)
}

.vip-top a {
    color: #3c3c3c
}

.vip-top a:hover {
    color: #008eeb
}

.vip-top .top-user-third a {
    color: #ff8d13
}

.vip-top .top-user-third a:hover {
    color: #008eeb
}

.vip-help a {
    margin-right: 12px
}

.vip-name a.passport {
    font-weight: 700;
    margin-right: 5px
}

.vip-name span.top-level,
.vip-name span:visited.top-level {
    float: left;
    overflow: hidden;
    line-height: 100px;
    margin: 7px 12px 0 0
}

.vip-name a {
    float: left;
    display: inline
}

.vip-log em {
    margin: 0 5px
}

.vip-nav li {
    width: 126px;
    height: 80px;
    font: 18px/80px "Microsoft Yahei";
    text-align: center;
    float: left
}

.vip-nav li a {
    height: 77px;
    display: block;
    color: #3c3c3c
}

.vip-back {
    background: url(../../images/vip/btn-back.png) no-repeat;
    width: 122px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 26px;
    color: #a24800;
    font: 14px/28px "Microsoft Yahei"
}

.vip-back:hover {
    background: url(../../images/vip/btn-back-hover.png)
}

.vip-nav li.focus a {
    color: #f70;
    border-bottom: 4px inset #f70
}

.vip-nav li.focus a:hover {
    background-color: #f70;
    color: #fff
}

.vip-nav li:hover {
    background-color: #ededed;
    color: #3c3c3c
}

.all-game-list {
    z-index: 88
}

.footer {
    background: #e5e5e5
}

.content-contaienr {
    margin-top: 42px
}

.vip-main {
    margin-top: 40px
}

span.left-first {
    margin-left: 0
}

.title {
    margin-bottom: 20px
}

.title.t {
    height: 48px;
    color: #3c3c3c;
    font: 24px/48px "Microsoft Yahei";
    padding-left: 38px;
    position: relative;
    border-bottom: 1px solid #d6d6d6
}

.title .line {
    width: 26px;
    height: 2px;
    background-color: #ff6a1f;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.vip-grow {
    width: 1000px;
    height: 550px;
    background: url(../../images/vip/grow-bg.jpg) center top no-repeat;
    margin: 0
}

.vip-privelige {
    width: 1000px;
    height: 520px;
    background: url(../../images/vip/privelige-bg.jpg) center top no-repeat;
    margin: 0
}

.icon-vip {
    width: 29px;
    height: 26px;
    background: url(../../images/vip/icon.png) left center no-repeat;
    margin-top: -13px
}

.icon-grow {
    background-position: 0 0
}

.icon-privelige {
    background-position: -174px 0
}

.icon-game {
    background-position: -43px 0
}

.icon-service {
    background-position: -87px 0
}

@keyframes coin_shake_left {
    0% {
        transform: translate(0 0)
    }

    50% {
        transform: translate(-2px, 2px)
    }

    100% {
        transform: translate(2px, -2px)
    }
}

@keyframes coin_shake_right {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(2px, -2px)
    }

    100% {
        transform: translate(-2px, 2px)
    }
}

@keyframes shine {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes toLeftBottom {
    0% {
        transform: translate(100px, -100px)
    }

    100% {
        transform: translate(-200px, 200px)
    }
}

@keyframes rotate360 {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes heartBeats {
    0% {
        transform: scale(1)
    }

    30% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    70% {
        transform: scale(1.4)
    }

    80% {
        transform: scale(1)
    }

    90% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fly {
    0% {
        transform: translate(-66px, 40px) scale(.3)
    }

    20% {
        transform: translate(204px, -147px) scale(1.2)
    }

    30% {
        transform: translate3d(536px, -40px, -2500px) scale(-1.2) rotateZ(33deg)
    }

    80% {
        transform: translate3d(-498px, -40px, -2500px) scale(-1.2) rotateZ(33deg)
    }

    90% {
        transform: translate(-98px, 55px) scale(.3)
    }

    100% {
        transform: translate(20px, -20px) scale(1)
    }
}

@keyframes toTopRight {
    0% {
        transform: translate(-140px, 90px) scale(.2)
    }

    100% {
        transform: translate(0, 0) scale(1)
    }
}

@keyframes coin_toTopRight {
    0% {
        transform: translate(-120px, 90px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes coin_toTopLeft {
    0% {
        transform: translate(120px, 90px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes squeeze {
    0% {
        transform: scale3d(1, 1, 1)
    }

    25% {
        transform: scale3d(1.2, .8, 1)
    }

    50% {
        transform: scale3d(.8, 1, 1)
    }

    75% {
        transform: scale3d(1.2, .8, 1)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fromBottom {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes rotateZ360 {
    0% {
        transform: rotateZ(0)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.vip-tab {
    background: #fff;
    width: 1000px;
    height: 250px
}

.vip-tab-li {
    position: relative;
    width: 200px;
    height: 179px;
    background: url(../../images/vip/medal.png) no-repeat;
    float: left;
    margin: 40px 0 0 45px;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .1s ease-in-out
}

.vip-privilege .vip-tab-li.li-on {
    width: 200px;
    height: 179px;
    background: url(../../images/vip/medal-hover.png) no-repeat
}

.vip-privilege .vip-tab-li1 {
    background-position: 25px 14px
}

.vip-privilege .vip-tab-li2 {
    background-position: -228px 14px
}

.vip-privilege .vip-tab-li3 {
    background-position: -474px 14px
}

.vip-privilege .vip-tab-li4 {
    background-position: -726px 14px
}

.vip-privilege .vip-tab-li1.li-on {
    background-position: 0 0
}

.vip-privilege .vip-tab-li2.li-on {
    background-position: -251px 0
}

.vip-privilege .vip-tab-li3.li-on {
    background-position: -498px 0
}

.vip-privilege .vip-tab-li4.li-on {
    background-position: -748px 0
}

.triggle {
    width: 21px;
    display: none;
    height: 12px;
    position: absolute;
    bottom: -32px;
    left: 87px;
    background: url(../../images/vip/triggle.png) no-repeat
}

.li-on>.triggle {
    display: block
}

.vip-page-exclusive .vip-tab-li {
    width: 180px;
    height: 219px;
    margin: 31px 0 0 115px
}

.vip-page-exclusive .vip-tab-li1 {
    background: url(../../images/vip/privilege1.png) no-repeat
}

.vip-page-exclusive .vip-tab-li2 {
    background: url(../../images/vip/privilege2.png) no-repeat
}

.vip-page-exclusive .vip-tab-li3 {
    background: url(../../images/vip/privilege3.png) no-repeat
}

.vip-page-exclusive .triggle {
    bottom: 0;
    left: 81px;
    transition: all .3s ease-in-out
}

.vip-page-service .vip-tab-li {
    width: 180px;
    height: 100%;
    margin: 0 0 0 54px;
    background: url(../../images/vip/icon-service.png) no-repeat;
    position: relative
}

.vip-page-service .vip-tab-li1 {
    background-position: 16px 27px
}

.vip-page-service .vip-tab-li2 {
    background-position: -235px 27px
}

.vip-page-service .vip-tab-li3 {
    background-position: -485px 27px
}

.vip-page-service .vip-tab-li4 {
    background-position: -734px 27px
}

.vip-page-service .vip-tab-li p {
    width: 180px;
    height: 77px;
    background: url(../../images/vip/tips-bg.png) no-repeat;
    left: -10px;
    top: -44px;
    display: none;
    font-size: 12px;
    color: #000;
    text-indent: 0;
    padding: 9px 10px;
    overflow: hidden
}

.vip-page-service .vip-tab-li:hover .decoration {
    display: block
}

.decoration {
    display: block;
    position: absolute
}

.coin-right {
    width: 61px;
    height: 68px;
    background: url(../../images/vip/coin-right.png) no-repeat;
    right: -12px;
    top: 3px
}

.coin-left {
    width: 58px;
    height: 66px;
    background: url(../../images/vip/coin-left.png) no-repeat;
    left: -17px;
    top: 29px
}

.shine1 {
    width: 91px;
    height: 52px;
    background: url(../../images/vip/shine1.png) no-repeat;
    left: 50px;
    top: 5px
}

.li-on:hover .coin-left {
    animation: coin_toTopLeft .6s ease-in-out;
    -webkit-animation: coin_toTopLeft .6s ease-in-out
}

.li-on:hover .coin-right {
    animation: coin_toTopRight .6s ease-in-out;
    -webkit-animation: coin_toTopRight .6s ease-in-out
}

.li-on:hover .shine1 {
    animation: shine 2s ease-in-out infinite;
    -webkit-animation: shine 2s ease-in-out infinite
}

.gift {
    width: 180px;
    height: 194px;
    background: url(../../images/vip/privilege1-2.png) no-repeat;
    left: 0;
    top: 0;
    z-index: 1
}

.li-on:hover .gift {
    animation: squeeze .8s ease-in-out;
    -webkit-animation: squeeze .8s ease-in-out
}

.cloud {
    width: 180px;
    height: 193px;
    background: url(../../images/vip/cloud.png) no-repeat;
    left: 0;
    top: 1px;
    z-index: 2
}

.li-on:hover .coin-left {
    animation: coin_toTopLeft .6s ease-in-out;
    -webkit-animation: coin_toTopLeft .6s ease-in-out
}

.meteor-container {
    width: 100%;
    height: 157px;
    overflow: hidden;
    top: 4px;
    left: 0;
    perspective: 800px;
    transform-style: preserve-3d
}

.meteor {
    width: 159px;
    height: 128px;
    background: url(../../images/vip/meteor.png) no-repeat;
    display: block
}

.li-on:hover .meteor {
    animation: toLeftBottom 3s .5s linear infinite both;
    -webkit-animation: toLeftBottom 3s .5s linear infinite both
}

.rocket {
    width: 180px;
    height: 193px;
    background: url(../../images/vip/privilege2-2.png) no-repeat;
    left: 0;
    top: 1px
}

.li-on:hover .rocket {
    animation: toTopRight .6s ease-in-out both;
    -webkit-animation: toTopRight .6s ease-in-out both
}

.medal {
    width: 188px;
    height: 132px;
    background: url(../../images/vip/privilege3-medal.png) no-repeat;
    left: 0;
    top: 6px
}

.shine2 {
    width: 80px;
    height: 110px;
    background: url(../../images/vip/shine2.png) no-repeat;
    left: 55px;
    top: 8px
}

.li-on:hover .medal {
    animation: rotate360 .8s ease-in-out;
    -webkit-animation: rotate360 .8s ease-in-out
}

.li-on:hover .shine2 {
    animation: shine 2s ease-in-out infinite;
    -webkit-animation: shine 2s ease-in-out infinite
}

.vip-panel-li {
    overflow: hidden;
    width: 940px;
    background: #fff url(../../images/vip/vip-panel-bg.png) no-repeat;
    padding: 30px 30px;
    transition: all .2s ease-in-out
}

.vip-panel .vip-panel-li.li-on {
    animation: fromBottom .5s linear both;
    -webkit-animation: fromBottom .5s linear both
}

.vip-panel-li h3 {
    color: #d68137;
    line-height: 35px;
    font-size: 15px;
    margin: 0 0 5px 0
}

.vip-panel-li .content {
    font-size: 14px;
    margin-bottom: 20px
}

.expect {
    width: 220px;
    height: 36px;
    background: url(../../images/vip/expect.png) no-repeat;
    float: right;
    clear: both;
    margin-top: 40px
}

.vip-game-list {
    font-size: 14px
}

.vip-game-list span {
    margin-right: 20px
}

.vip-game-list .vip-game {
    margin: 0 30px 0 0;
    border: 1px solid #797979;
    padding: 2px 20px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
    border-radius: 2px;
    color: #666
}

.vip-game-list .vip-game:hover {
    color: #fff;
    background: #f77b28;
    border: 1px solid #f77b28
}

.vip-title {
    display: block;
    width: 250px;
    height: 80px;
    float: left;
    margin-left: 92px
}

.vip-user {
    width: 1000px;
    height: 180px;
    background: #fff;
    position: relative
}

.vip-user-img {
    width: 120px;
    height: 120px;
    left: 40px;
    top: 30px;
    border-radius: 50%;
    overflow: hidden
}

.vip-user-name {
    height: 23px;
    left: 190px;
    top: 49px;
    color: #262626;
    text-align: left;
    line-height: 18px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.vip-user-level {
    width: 47px;
    height: 20px;
    color: #262626;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    position: relative;
    vertical-align: baseline;
    margin-left: 15px
}

.vip-grow-container {
    width: 806px;
    height: 48px;
    position: absolute;
    top: 103px;
    left: 175px;
    background: url(../../images/vip/vip-grow-container.png) no-repeat;
    cursor: pointer;
    color: #fff
}

.progress-container {
    margin-left: 15px;
    width: 0;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    z-index: 1
}

.progress-bar {
    width: 776px;
    height: 20px;
    background: url(../../images/vip/progress-bar.png) no-repeat
}

.tag {
    width: 26px;
    height: 18px;
    position: absolute;
    display: block;
    background: url(../../images/vip/vip-label.png) no-repeat;
    text-align: center;
    line-height: 22px;
    color: #939393
}

.tag.active {
    background: url(../../images/vip/vip-label-hover.png) no-repeat
}

.tag0,
.tag0.active {
    left: 0;
    top: 30px;
    background-position: 0 0;
    color: #fff
}

.tag1,
.tag1.active {
    left: 34px;
    top: 30px;
    color: #fff
}

.tag2,
.tag2.active {
    left: 76px;
    top: 30px;
    color: #fff
}

.tag3,
.tag3.active {
    left: 136px;
    top: 30px;
    color: #fff
}

.tag4,
.tag4.active {
    left: 216px;
    top: 30px;
    color: #fff
}

.tag5,
.tag5.active {
    left: 326px;
    top: 30px;
    color: #fff
}

.tag6,
.tag6.active {
    left: 456px;
    top: 30px;
    color: #fff
}

.tag7,
.tag7.active {
    left: 606px;
    top: 30px;
    color: #fff
}

.tag8,
.tag8.active {
    left: 776px;
    top: 30px;
    color: #fff
}

.tips {
    width: 215px;
    height: 24px;
    background: #fff;
    border: 1px solid #b1b1b1;
    top: -30px;
    left: 279px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    opacity: 0;
    display: none;
    color: #000
}

.vip-grow-container:hover .tips {
    opacity: 1;
    display: block
}

.strong {
    color: #f70
}

.radio {
    position: absolute;
    display: none;
    z-index: 2;
    left: 50%;
    margin-left: -10px
}

.tag.passed {
    background: 0 0;
    color: #ff9600
}

.vip-tab-li .service-privilege {
    width: 66px;
    height: 74px;
    background: url(../../images/vip/icon-service-inside.png) no-repeat;
    top: 64px;
    left: 67px;
    transition: all .5s ease-in-out
}

.vip-tab-li1 .service-privilege {
    background-position: 10px 0;
    left: 58px
}

.vip-tab-li2 .service-privilege {
    background-position: -72px 0;
    left: 59px
}

.vip-tab-li3 .service-privilege {
    background-position: -172px 0;
    left: 60px
}

.vip-tab-li4 .service-privilege {
    background-position: -281px 0;
    left: 60px
}

.vip-page-service .vip-tab-li:hover .service-privilege {
    transform: rotateZ(360deg)
}

.vip-user-info-container {
    position: absolute;
    top: 33px;
    left: 180px
}