@charset "utf-8";

/*
*description:
*@author:pgy
*update:2016-06-13
*ver:1.0.0
*/


/*Reset*/

html {
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
p,
form,
ul,
ol,
td,
th,
textarea,
input {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    border: none;
}

:focus {
    outline: none;
}

span,
em,
b,
i,
th {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

textarea {
    *overflow: auto;
    /*resize:none;*/
}

input,
button,
textarea,
select {
    outline: none;
    *font-size: 100%;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

:link,
:visited,
ins {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #424242;
}

a:hover {
    color: #d32727;
}


/*Common*/

body {
    font-size: 12px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fr {
    display: inline;
    float: right!important;
}

.fl {
    display: inline;
    float: left!important;
}

.show {
    display: block;
}

.hide,
.scripts {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
}

.none {
    display: none;
    /*filter:alpha(opacity=0);*/
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.blank10,
.blank20,
.blank25,
.blank30,
.blankn {
    line-height: 0;
    overflow: hidden;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank25 {
    height: 25px;
}

.blank30 {
    height: 30px;
}

#user-msg,
#user-msg span i,
.topbar .pprt-vsg-pc .personal-info-box .pi-b a,
.module .m-hd h4,
.news-list li a,
.topbar .vsg-csc a {
    background: url(../img/common.png) no-repeat;
}

.icons {
    background: url(../img/icons.png) no-repeat;
}

.border-ani {
    min-width: 1200px;
    width: 100%
}

.border-ani i {
    background: url(../img/border_rainbow.png) no-repeat scroll center bottom;
    display: block;
    height: 3px;
    width: 100%
}

.logo-game-icon {
    display: block;
    float: left;
}


/*topbar*/

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    background: #f2f2f2;
    min-width: 1200px;
    z-index: 99;
}

.topbar .wrap {
    height: 40px;
}

.topbar a {
    font-size: 14px;
    line-height: 40px;
    color: #424242;
    font-weight: lighter;
}

.topbar a:hover {
    color: #d32727;
}

.topbar .fl {
    height: 39px;
}

.topbar .fl .vsg-tb-a {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0 15px;
    position: relative;
}

.topbar .fl .vsg-tb-a div {
    display: none;
    width: 100px;
    height: 148px;
    padding: 22px 10px 0;
    background: url(../img/bg_qrcode_120x170.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 0;
}

.topbar .fl .vsg-tb-a:hover div {
    display: block;
}

.topbar .fl .vsg-tb-a div img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.topbar .fl .vsg-tb-a div i {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #424242;
}


/*login-before*/

.login-before a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #424242;
}

.login-before a:hover {
    background-color: #d32727;
    color: #fff;
}

.pprt-vsg-pc .login-after {
    height: 40px;
    position: relative;
}

.pprt-vsg-pc .login-after .user-ctrl {
    display: inline-block;
    float: left;
    height: 40px;
}

.pprt-vsg-pc .login-after .user-ctrl>a {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #424242;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-width: 0 1px;
    position: relative;
    z-index: 3;
}

.pprt-vsg-pc .login-after .user-ctrl>a:hover,
.pprt-vsg-pc .login-after .user-ctrl.hover>a {
    border-color: #d4d4d4;
    background-color: #fff;
}

#user-msg {
    padding-left: 28px;
    background-position: 10px -236px;
}

#user-msg:hover {
    background-color: #fff;
}

#user-msg span {
    display: block;
    height: 40px;
    position: relative;
}

#user-msg span i {
    display: none;
    width: 10px;
    height: 10px;
    background-position: -2px -206px;
    position: absolute;
    top: 9px;
    right: -5px;
}

#user-msg.get-msg span i {
    display: block;
}

.pprt-vsg-pc .personal-info-box,
.pprt-vsg-pc .msg-hide {
    display: none;
    width: 310px;
    padding: 10px 20px;
    border: 1px solid #d4d4d4;
    background: #fff;
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 2;
}

.pprt-vsg-pc .personal-info-box .pi-t {
    height: 80px;
}

.pprt-vsg-pc .personal-info-box .pi-m {
    width: 310px;
    height: 24px;
    padding: 18px 0 10px;
    border-bottom: 1px solid #dcdcdc;
}

.pprt-vsg-pc .personal-info-box .pi-b {
    width: 310px;
    height: 30px;
    padding: 15px 0 6px;
}

.pprt-vsg-pc .personal-info-box .head-user {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.pprt-vsg-pc .personal-info-box .head-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pprt-vsg-pc .personal-info-box .head-user em {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/h_user_cover.png) no-repeat;
}

.pprt-vsg-pc .personal-info-box .info-user {
    height: 60px;
    padding-top: 20px;
    margin-left: 90px;
}

.pprt-vsg-pc .personal-info-box .info-user h6 {
    height: 22px;
}

.pprt-vsg-pc .personal-info-box .info-user h6 em {
    display: inline-block;
    float: left;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    padding-right: 5px;
}

.pprt-vsg-pc .personal-info-box .info-user p {
    height: 22px;
    padding-top: 12px;
}

.pprt-vsg-pc .personal-info-box .info-user p a {
    font-size: 16px;
    padding: 0 3px;
    color: #777;
}

.pprt-vsg-pc .personal-info-box .info-user p a:hover {
    color: #d32727;
}

.topbar .pprt-vsg-pc .personal-info-box .info-user p a {
    line-height: 22px;
}

.topbar .pprt-vsg-pc .personal-info-box .pi-m a {
    display: inline-block;
    float: left;
    width: 103px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.topbar .pprt-vsg-pc .personal-info-box .pi-m a em {
    color: #d32727;
}

.topbar .pprt-vsg-pc .personal-info-box .pi-b a {
    display: inline-block;
    float: left;
    margin-right: 19px;
    height: 30px;
    width: 90px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-position: 0 0;
    background-position: 0 -123px;
}

.topbar .pprt-vsg-pc .personal-info-box .pi-b a:hover {
    background-position: 0 -168px;
    color: #fff;
}

.topbar .pprt-vsg-pc .personal-info-box .pi-b .last-a {
    margin-right: 0;
}

.topbar .vsg-csc a {
    display: block;
    padding: 0 10px 0 30px;
    background-position: 0 -337px;
}

.topbar .vsg-csc a:hover {
    background-position: 0 -288px;
}

.u-vip {
    display: inline-block;
    float: left;
    height: 17px;
    width: 48px;
    background: url(../img/bg_vsg_vip.png) no-repeat;
    background-position: 0 -99px;
}

.u-vip.u-vip1 {
    background-position: 0 0;
}

.u-vip.u-vip2 {
    background-position: 0 -20px;
}

.u-vip.u-vip3 {
    background-position: 0 -39px;
}

.u-vip.u-vip4 {
    background-position: 0 -58px;
}

.u-vip.u-vip5 {
    background-position: 0 -77px;
}

.u-vip.u-vip6 {
    background-position: -52px 0;
}

.u-vip.u-vip7 {
    background-position: -52px -20px;
}

.u-vip.u-vip8 {
    background-position: -52px -39px;
}

.u-vip.u-vip9 {
    background-position: -52px -58px;
}

.u-vip.u-vip10 {
    background-position: -52px -77px;
}

.pprt-vsg-pc .personal-info-box .info-user .u-vip {
    margin-top: 2.5px;
}

.pprt-vsg-pc .msg-con {}

.pprt-vsg-pc .msg-con h4 {
    height: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #d4d4d4;
}

.pprt-vsg-pc .msg-con h4 i {
    color: #d32727;
}

.pprt-vsg-pc .msg-con ul li {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d4d4d4;
}

.pprt-vsg-pc .msg-con ul li h6 {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.pprt-vsg-pc .msg-con ul li h6 span {
    display: inline-block;
    float: right;
    color: #999;
}

.pprt-vsg-pc .msg-con ul li h6 em {
    color: #333;
    font-weight: bold;
}

.pprt-vsg-pc .msg-con ul li p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 5px;
}

.pprt-vsg-pc .msg-con ul li p a {
    color: #d32727;
    line-height: 24px;
}

.pprt-vsg-pc .msg-more {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

.pprt-vsg-pc .msg-con-null {
    font-size: 18px;
    text-align: center;
}


/*鍥剧墖鏀惧ぇ*/

.hover-img {
    overflow: hidden;
    position: relative;
}

.hover-img img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}


/*.hover-img:hover img{ transform:scale(1.05);}*/


/*module*/

.module .m-hd {
    height: 45px;
    border-bottom: 2px solid #ebebeb;
}

.module .m-hd .more {
    display: inline-block;
    float: right;
    padding: 0 3px;
    height: 45px;
}

.module .m-hd .more a {
    font-size: 14px;
    line-height: 44px;
    color: #424242;
}

.module .m-hd .more a:hover {
    color: #d32727;
}

.module .m-hd h4 {
    padding-left: 12px;
    height: 45px;
    font-size: 24px;
    line-height: 41px;
    color: #000;
    font-weight: normal;
    background-position: 0 -8px;
}

.module .m-bd {
    padding: 20px 0;
}

.module .m-bd-border {
    margin-top: 20px;
    padding: 0 9px;
    border: 1px solid #ebebeb;
}

.module .m-opt {
    padding-top: 10px;
}

.module .m-opt div {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.module .m-opt div span {
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
}

.module .m-opt ul {
    display: inline-block;
    float: left;
    height: 40px;
}

.module .m-opt ul li {
    display: inline-block;
    float: left;
}

.module .m-opt ul li a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    font-size: 18px;
}

.module .m-opt ul li.show a {
    color: #d32727;
}


/* module-p */

.module-p .m-hd {
    height: 45px;
    border-bottom: 2px solid #ebebeb;
}

.module-p .m-hd .more {
    display: inline-block;
    float: right;
    padding: 0 3px;
    height: 45px;
}

.module-p .m-hd .more a {
    font-size: 14px;
    line-height: 44px;
    color: #424242;
}

.module-p .m-hd .more a:hover {
    color: #d32727;
}

.module-p .m-hd h4 {
    padding-left: 12px;
    height: 45px;
    font-size: 24px;
    line-height: 41px;
    color: #000;
    font-weight: normal;
    background: url(../img/base.png) -57px 10px no-repeat;
}

.module-p .m-bd {
    padding: 20px 0;
}


/*news-list*/

.news-list li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.news-list li span {
    display: inline-block;
    float: right;
    width: 60px;
    text-align: right;
}

.news-list li a {
    display: block;
    color: #424242;
    padding-left: 22px;
    margin-right: 65px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-position: 10px -63px;
}

.news-list li a:hover {
    color: #d32727;
}


/*layout*/

body {
    padding-top: 40px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.content {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
}

.con-fl {
    display: inline-block;
    float: left;
    width: 795px;
}

.con-fr {
    display: inline-block;
    float: right;
    width: 385px;
}

.layout {
    width: 795px;
    float: left;
}

.aside {
    width: 385px;
    float: right;
}

.list {
    padding: 10px 20px;
    border: 1px solid #ebebeb;
}


/*breadcrumbs*/

.breadcrumbs {
    height: 32px;
    font-size: 14px;
    /* line-height: 32px; */
    border-bottom: 1px solid #ebebeb;
}

.bg-black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 100;
}


/*footer*/

.footer {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    position: relative;
}

.footer .logo-game-icon {
    display: inline-block;
    float: left;
    width: 180px;
    height: 55px;
    margin-top: 23px;
    margin-left: 200px;
    background: url() no-repeat
}

.footer .footer-m {
    display: inline-block;
    float: left;
    width: 690px;
    padding: 10px 0 10px 40px;
    position: relative;
}

.footer .footer-m p {
    font-size: 12px;
    line-height: 24px;
    color: #888;
}

.footer .footer-m p a {
    margin: 0 10px
}

.footer .footer-m p .link-1 {
    margin-left: 0
}

.footer a {
    color: #888
}

.footer a:hover {
    color: #ff8400
}

.footer .footer-r {
    display: none;
    float: left;
    width: 358px;
    height: 120px;
}

.footer .footer-r .qrcode-game-wxgzh {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
}

.footer .footer-r div {
    padding: 34px 0;
    margin-left: 130px;
}

.footer .footer-r h6 {
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #010101
}

.footer .footer-r p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.footer .footer-m p .logo-yww {
    display: block;
    padding-left: 29px;
    height: 30px;
    font-size: 12px;
    line-height: 29px;
    background: url(../img/yww.png) no-repeat;
    position: absolute;
    top: 33px;
    left: 375px;
    margin: 0;
}


/*slide-bar*/

.slide-bar {
    width: 40px;
    height: 165px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -80px;
    z-index: 9999999;
}

.slide-bar a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 1px;
    position: relative;
    background: url(../img/bg_slidebar.png) no-repeat;
}

.slide-bar a>p {
    display: none;
    height: 40px;
    width: 136px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #d32727;
    color: #fff;
    position: absolute;
    top: 0;
    left: -136px;
}

.slide-bar a:hover>p {
    display: block;
}

.slide-bar .btn-qrcode {
    background-position: -60px 0;
}

.slide-bar .btn-qq {
    background-position: -60px -41px;
}

.slide-bar .btn-qqs {
    background-position: -60px -82px;
}

.slide-bar .btn-phone {
    background-position: -60px -123px;
}

.slide-bar .go-top {
    background-position: -60px -164px;
}

.slide-bar .btn-qrcode:hover {
    background-position: 0 0;
}

.slide-bar .btn-qq:hover {
    background-position: 0 -41px;
}

.slide-bar .btn-qqs:hover {
    background-position: 0 -82px;
}

.slide-bar .btn-phone:hover {
    background-position: 0 -123px;
}

.slide-bar .go-top:hover {
    background-position: 0 -164px;
}

.slide-bar .qrcode-box {
    display: none;
    width: 128px;
    padding: 4px;
    background: #d32727;
    position: absolute;
    top: 0;
    left: -136px;
}

.slide-bar .qrcode-box div img {
    width: 128px;
}

.slide-bar .qrcode-box div span {
    display: block;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.slide-bar .btn-qrcode:hover .qrcode-box,
.slide-bar .btn-qqs:hover .qrcode-box {
    display: block;
}


/* global-nav */

.global-nav {
    height: 100px;
}

.global-nav .wrap:after {
    display: table;
    content: " ";
    clear: both;
}

.global-nav .wrap {
    *zoom: 1;
}

.global-nav .logo-game-icon {
    display: inline-block;
    float: left;
    width: 180px;
    height: 55px;
    margin-top: 23px;
}

.global-nav .logo-game-icon img {
    width: 100%;
    height: 100%;
}

.global-nav .nav {
    display: inline-block;
    float: right;
    height: 100px;
}

.global-nav .nav a {
    display: inline-block;
    float: left;
    height: 100px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #2e2e2e;
}

.global-nav .nav a:hover {
    background: #ff9d20;
    color: #fff;
}

.global-nav .nav .nav-o,
.global-nav .nav .nav-o:hover {
    padding: 0 10px;
    background: #fff;
    color: #ff9d20
}

.global-nav .nav .nav-o i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 38px 6px;
}

.global-nav .nav .recharge i {
    background-position: 0 0;
}

.global-nav .nav .csc i {
    background-position: -29px 0;
}

.global-nav .nav .recharge:hover,
.global-nav .nav .csc:hover {
    background: #fff;
}


/* fixed-right-nav */

#fixed-right-nav {
    width: 60px;
    position: fixed;
    right: 100px;
    bottom: 180px;
    background: #000;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 1px;
    z-index: 999;
}

#fixed-right-nav div.pr {
    width: 60px;
    height: 66px;
    border-bottom: 1px solid #e0e0e0;
}

#fixed-right-nav a {
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    background: #fff;
    position: relative;
}

#fixed-right-nav .go-top {
    border-bottom: none;
}

.frn-icons {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background: url(../img/fixed_right_nav.png) no-repeat;
}

#fixed-right-nav a em {
    display: block;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #999;
}

#fixed-right-nav a:hover em {
    color: #fff;
}

#fixed-right-nav .frn-pop {
    position: absolute;
    top: -1px;
    display: none;
    background: #fff;
}

#fixed-right-nav div.hover .frn-pop {
    display: block;
}


/* app-pop */

#fixed-right-nav .app-pop {
    width: 250px;
    height: 334px;
    top: 0px;
    left: -250px;
}


/* wc-pop */

#fixed-right-nav .wc-pop {
    padding: 20px 0;
    width: 250px;
    height: 294px;
    left: -252px;
    top: -68px;
    border: 1px solid #e0e0e0;
}

#fixed-right-nav .wc-pop img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

#fixed-right-nav .wc-pop span {
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

#fixed-right-nav .wc-pop em {
    display: block;
    height: 54px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #f6782a
}


/* qq-pop */

#fixed-right-nav .qq-pop {
    width: 135px;
    left: -135px;
    border: 1px solid #e0e0e0;
    border-right: none;
}

#fixed-right-nav .qq-pop a {
    display: inline-block;
    float: left;
    width: 66px;
    border-right: 1px solid #e0e0e0;
}

#fixed-right-nav .qq-pop a:hover {
    background: #4dc3f4;
}

#fixed-right-nav .qq-pop .csc-icons {
    background-position: -170px -32px;
}

#fixed-right-nav .qq-pop a:hover .csc-icons {
    background-position: -170px 0;
}

#fixed-right-nav .qq-pop .qqg-icons {
    background-position: -204px -32px;
}

#fixed-right-nav .qq-pop a:hover .qqg-icons {
    background-position: -204px 0;
}


/* coop-pop */

#fixed-right-nav .coop-pop {
    width: 200px;
    height: 165px;
    padding: 0 25px;
    left: -250px;
    background: url(../img/coop.png) no-repeat;
}

#fixed-right-nav .coop-pop h6 {
    font-size: 20px;
    line-height: 42px;
    text-align: right;
    color: #fff;
    font-weight: normal;
    margin-bottom: 13px;
}

#fixed-right-nav .coop-pop p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#fixed-right-nav .i-app:hover {
    background: #f27b65;
}

#fixed-right-nav .i-wechat:hover {
    background: #90d658;
}

#fixed-right-nav .i-qq:hover {
    background: #4dc3f4;
}

#fixed-right-nav .i-coop:hover {
    background: #77e8d2;
}

#fixed-right-nav .go-top:hover {
    background: #f7a527;
}

#fixed-right-nav .i-app .frn-icons {
    background-position: 0 -32px;
}

#fixed-right-nav .i-wechat .frn-icons {
    background-position: -34px -32px;
}

#fixed-right-nav .i-qq .frn-icons {
    background-position: -68px -32px;
}

#fixed-right-nav .i-coop .frn-icons {
    background-position: -102px -32px;
}

#fixed-right-nav .go-top .frn-icons {
    background-position: -136px -32px;
}

#fixed-right-nav .i-app:hover .frn-icons {
    background-position: 0 0;
}

#fixed-right-nav .i-wechat:hover .frn-icons {
    background-position: -34px 0;
}

#fixed-right-nav .i-qq:hover .frn-icons {
    background-position: -68px 0;
}

#fixed-right-nav .i-coop:hover .frn-icons {
    background-position: -102px 0;
}

#fixed-right-nav .go-top:hover .frn-icons {
    background-position: -136px 0;
}