body {
    font-size: 12px;
    font-family: '微软雅黑', sans-serif;
    background-color: #ffffff;
    color: #414141;
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

ul, li, ol {
    margin: 0;
    padding: 0
}

ul, ol, li {
    list-style: none;
}

a {
    color: #525252;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

h3 {
    font-size: 30px
}

button, input, select, textarea {
    outline: 0;
    font-size: 100%;
}

/* top */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.clear {
    clear: both;
}

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

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

.wrappers {
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #d8d7d7;
    border: 1px solid #eee;
    padding: 20px;
    position: relative;
    background: #fff;
}

/* 导航 */
.g-header {
    height: 101px;
    background: #fff;
    z-index: 10;
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
}

.header-transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 101px;
    background-color: rgba(255, 127, 0, .4);
    border-bottom: 1px solid rgba(231, 233, 237, 0);
    line-height: 82px;
    color: #fff;
    transition: all .6s linear 0s;
}

.g-header.header-scrolled {
    background: #2e2400;
    height: 101px;
    transition: all .5s ease;
    border-radius: 0;
}

.g-header.header-scrolled.navbar-inverse .nav > li > a {
    color: #fff;
}

.g-header.header-scrolled.navbar-inverse .nav > li > a:hover {
    color: #ff7f00;
}

.g-header.header-scrolled.navbar-inverse {
    border-bottom: 1px solid #e7e9ed;
}


.g-header:hover {
    background: #fff;
    height: 101px;
    transition: all .5s ease;
    border-radius: 0;
}

.g-header:hover .nav > li > a {
    color: #333
}

.g-header .nav > li > a:hover {
    color: #ff7f00;
}

.g-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.nav {
    display: inline-flex;
    flex: 1;
    padding-left: 40px;
    padding-right: 20px;
}

li.nav-item {
    width: 75px;
}

li.nav-item > a {
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #fff;
}

/*li.nav-item > a::before {*/
/*    display: none;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 30%;*/
/*    transform: translateX(-50%);*/
/*    border-width: 1px 35px 1px 1px;*/
/*    border-style: solid;*/
/*    border-color: #ffb400;*/
/*}*/
.g-header.header-scrolled.navbar-inverse .nav .active > a {
    color: #ff7f00;
}
li.nav-item:hover > a, li.nav-item.active > a {
    color: #ff7f00;
    font-size: 20px;
}

li.nav-item:hover > a::before, li.nav-item.active > a::before {
    display: block;
}

.g-header .login-group {
    float: right;
    margin-left: 40px;
    display: flex;
}

.Free-box .Register {
    width: 88px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ff7f00;
    background: #fff;
    line-height: 30px;
    text-align: center;
}

.Free-box .Register a {
    color: #ff7f00;
    display: block;
    font-size: 15px;
}

.Free-box .user-name {
    font-size: 15px;
    color: #1889fd;
    margin-right: 15px;
}


.user-name a {
    color: #fff;
}

.g-header:hover .user-name a {
    color: #333
}

.g-header.header-scrolled .user-name a {
    color: #333;
}

.user-name a {
    color: #fff;
}

.g-header:hover .user-name a {
    color: #333
}

.g-header.header-scrolled .user-name a {
    color: #333;
}

.Login {
    width: 88px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ff7f00;
    background: #ff7f00;
    line-height: 30px;
    text-align: center;
    margin-left: 23px;
}

.Login a {
    color: #fff;
    display: block;
    font-size: 15px;
}

.g-header .m-search {
    float: right;
    width: 205px;
    height: 33px;
    position: relative;
    z-index: 999
}

.g-header .m-search input {
    height: 33px;
    line-height: 33px;
    width: 159px;
    border-radius: 16px 0 0 16px;
    border: 1px solid #ffd5ac;
    text-indent: 16px;
    color: #b6b6b6;
    font-weight: 100;
    z-index: 999;
    outline: none;
}

.g-header .m-search input:focus {
    border-color: #daecfe
}

.g-header .m-search .icon-search {
    text-indent: 0;
    display: inline-block;
    width: 45px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 2px;
    border-radius: 0 16px 16px 0;
    border: 1px solid #9f9e9e;
    background: url(../images/search-w.png) no-repeat;
    cursor: pointer;
    border: 0;
    font-size: 0
}

/*轮播*/
.main {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.pro-switch {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

.pro-switch img {
    text-align: center;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides .img {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.flexslider .slides .img img {
    width: 100%
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 auto;
    position: relative;
    zoom: 1;
    height: 950px;
    overflow: hidden;
}
/*.s_left{position:absolute;left:0;top:0;bottom:0;width:300px;background:rgba(0,0,0,.2);z-index:9}*/
/*.s_right{position:absolute;right:0;top:0;bottom:0;width:300px;background:rgba(0,0,0,.2);z-index:9}*/
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 10%
}

.flex-direction-nav .flex-prev {
    left: 10%
}

.flexslider:hover .flex-next {
    opacity: .8
}

.flexslider:hover .flex-prev {
    opacity: .8
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 60px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -45px;
    display: block;
    height: 42px;
    overflow: hidden;
    text-indent: -99em;
    width: 42px;
    cursor: pointer
}

.flex-control-paging li a.flex-active {
    background-position: 0 0
}

/*  */
.main-bottom {
    margin: 0 auto;
    height: auto;
    width: 1300px;
}

.main-bottom-box {
    display: flex;
    justify-content: space-between;
}

.wbox {
    width: 855px;
    margin: 0 auto;
    clear: both
}

.Jslide {
    height: 364px;
    width: 855px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.Jslide .slide-tab {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 204px;
    height: 100%;
    flex-direction: column;
}

.Jslide .slide-tab li {
    height: 25%;
    position: relative;
    text-align: center;
    background: rgb(64, 29, 0, .9)
}
.Jslide .slide-tab li .sjx{position:absolute;background:url(../images/sjx.png) no-repeat;width:17px;height:20px;top:35%;right:-15px;display:none}
.Jslide .slide-tab li.current {
    background: rgb(255, 127, 0)
}
.Jslide .slide-tab li.current .sjx{position:absolute;background:url(../images/sjx.png) no-repeat;width:17px;height:20px;top:35%;right:-15px;display:block}
.Jslide .slide-tab li span {
    display: block;
    cursor: default;
    overflow: hidden;
    font-size: 14px;
    height: 91px;
    color: #fff
}

.Jslide .slide-tab li .g-item {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: #999;
}

.g-item .g-img {
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    overflow: hidden;
}

.g-item .g-img img {
    width: 100%;
}

.g-item .g-info {
    width: 120px;
    margin-top: 5px;
}

.g-item .g-info h3 {
    width: 120px;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-item .g-info p {
    font-size: 14px;
}

.Jslide .slide-tab li.current .g-info h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Jslide .slide-tab li.current .g-info p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Jslide .slide-tab li.current .g-img {
    width: 65px;
    height: 65px;
    border-radius: 14px;
}

.Jslide .slide-tab li.current .g-item {
    margin-top: 10px;
    color: #fff;
}

.Jslide .slide-list, .Jslide .slide-list .slide-ul {
    height: 364px;
    width: 855px
}

.Jslide .slide-list .slide-ul {
    display: none
}

.Jslide .slide-ul li {
    height: 364px;
    width: 855px;
    position: relative;
    display: none
}

.Jslide .slide-ul li a {
    display: block;
    overflow: hidden
}

.Jslide .slide-ul li img 
    width: 100%;
}

.bottom-news {
    margin: 20px 0;
}

.add_icon1 {
    width: 50px;
    height: 49px;
    font-size: 22px;
    line-height: 49px;
}

.add_icon1 a {
    display: block;
    width: 50px;
    height: 49px;
    color: #ff7f00;
}

.add_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 25px;
    line-height: 25px;
    background: #ff7f00;
    font-size: 14px;
    text-align: center;
}

.add_icon a {
    display: block;
    width: 47px;
    height: 25px;
    color: #fff;
}

.b-news-title {
    font-size: 20px;
    color: #ffb400;
    border-bottom: 2px solid #3c3d3d;
    padding-bottom: 10px;
}
.bottom-news{margin:20px 0}

.bottom-news ul {
    display: flex;justify-content: space-between;
}

.bottom-news ul li {
    width: 30%;
    background: #523319;
}
.bottom-news ul li:hover{background:#401d00}

.bottom-news ul li a {
    padding: 4px 10px;
    font-size: 16px;
    color: #fefefe;
    display: flex;align-items: center;
}

.bottom-news ul li a .b-news-list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    line-height: 40px;
}

.bottom-news ul li a .j-icon {
    width: 42px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/tui_icon.png) no-repeat;
}

.bottom-news ul li a .n-icon {
    width: 32px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url(../images/new_icon.png) no-repeat;
}

.main-wraps{display:flex;justify-content: space-between;}
.main-wraps .right-adv{display:flex;flex-direction: column;justify-content:space-between;align-items:center}
/* 首发游戏 */
.Start-game {
    padding: 40px 0;
}

.star-tab {
    width: 245px;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
}

.star-tab li {
    padding: 0 5px;
    padding-bottom: 12px;
    cursor: pointer;
    font-size: 24px;
    color: #1d1d1d;
}

.star-tab li.active {
    color: #ff7f00;
    border-bottom: 3px solid #ffb400;
    margin-bottom: -2px;
}

.tab-pane {
    display: none;
}

.star-show {
    display: block;
}

.tab-pane1 {
    display: none;
}

.star-show1 {
    display: block;
}


.tab-content {
    padding-bottom: 20px;
}

#zsgun1 {
    background: #FFFFFF;
    position: relative;
    height: 460px;
    width: 1214px;
    margin: 10px auto 0;
}

a.hScrollPane_leftarrow {
    bottom: -5px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 37px;
    background: url(../images/zsleftbar.gif) no-repeat left top;
    left: 315px;
    position: absolute;
}

a.hScrollPane_rightarrow {
    bottom: -5px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 37px;
    background: url(../images/zsrightbar.gif) no-repeat left top;
    right: 315px;
    position: absolute;
}

.hScrollPane_dragbar {
    width: 470px;
    position: absolute;
    border-bottom: #fde4c4 8px solid;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    margin: 0 auto;
    border-radius: 6px;
}

.hScrollPane_draghandle {
    position: absolute;
    width: 130px;
    height: 14px;
    overflow: hidden;
    background: url(../images/gunbar.png) no-repeat left top;
    bottom: -11px;
    cursor: pointer;
    left: 0;
}

#gundiv1 {
    width: 1230px;
    position: relative;
    padding-top: 22px;
    float: left;
    display: inline;
    height: 385px;
    overflow: hidden;
    margin: 0 auto;
}

#gundiv1 ul {
    height: 385px;
    position: absolute;
    width: 10000px;
}

#gundiv1 li {
    width: 230px;
    height: 385px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    position: relative;
}

#gundiv1 li .s-time {
    font-size: 16px;
    color: #5c5c5c;
    padding-bottom: 10px;
}

#gundiv1 li .star-img {
    width: 228px;
    height: 285px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

#gundiv1 li .s-tit {
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#gundiv1 li p {
    height: 18px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}

#zsgun {
    background: #FFFFFF;
    position: relative;
    height: 430px;
    width: 1214px;
    margin: 10px auto 0;
}

#gundiv {
    width: 1230px;
    position: relative;
    padding-top: 22px;
    float: left;
    display: inline;
    height: 385px;
    overflow: hidden;
    margin: 0 auto;
}

#gundiv ul {
    height: 385px;
    position: absolute;
    width: 10000px;
}

#gundiv li {
    width: 230px;
    height: 385px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    position: relative;
}

#gundiv li .s-time {
    font-size: 16px;
    color: #5c5c5c;
    padding-bottom: 10px;
}

#gundiv li .star-img {
    width: 228px;
    height: 285px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

#gundiv li .s-tit {
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}

#gundiv li p {
    height: 18px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}

/* 最受欢迎 */
.most-popular{margin-top:50px;background: transparent url(../images/people_bg.png) left center no-repeat;}
.popular-left {
    width: 855px;
    float: left;
}

.popular-tit {
    padding-left: 25px;
    font-size: 24px;
    background: transparent url(../images/zs_icon.png) no-repeat;
    margin-bottom: 10px;
}

#slider {
    width: 750px;
}

#slider1 {
    width: 750px;
}

.mb-wrapper {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px
}

.mb-scroll, .mb-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    font-size: 18px
}

.mb-slider .mb-panel {
    margin: 0;
    padding:0 10px 0 0;
    display: block;
    cursor: pointer;
    float: left;
    list-style: none
}

.mb-inside a {
    max-width: 100%;
    position: relative;
    width: 565px;
    height: 245px;
}

.mb-inside img {
    width: 565px;
    height: 245px;
    border-radius: 6px;
}

.mb-inside .text-info {
    width: 95%;
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-inside .text-info h3 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 8px;
}

.mb-inside .text-info p {
    font-size: 16px;
}

a.mb-scrollButtons {
    display: block;
    width: 45px;
    height: 58px;
    background: transparent url(../images/arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0
}

a.mb-scrollButtons.mb-left {
    background-position: left top;
    left: -20px;z-index: 10;
}

a.mb-scrollButtons.mb-right {
    background-position: right top;
    right: -20px;z-index: 10;
}

a.mb-scrollButtons.mb-left:hover {
    background-position: left bottom
}

a.mb-scrollButtons.mb-right:hover {
    background-position: right bottom
}

a.mb-scrollButtons.disabled {
    display: block
}

.mb-controls {
    margin: 0 auto;
    text-align: center;
    background: #ccc;
    position: relative;
    z-index: 100;
    display: none
}

.popular-right {
    width: 406px;
    float: right;
}

.bag-center {
    height: auto;
    border-radius: 10px;
    position: relative;
    margin-top: -70px;
}

.bag-tit {
    padding-left: 15px;
    font-size: 24px;
    border-left: 4px solid #1889fd;
    margin: 0 20px;
}

.bag-adv {
    
}

.game-name {
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.game-name:hover{background:#fff5e3}
.game-name a {
    display: flex;
    display: flex;
    justify-content: space-between;
}

.game-name .name-item {
    display: flex;
}

.game-name .name-item .tem-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.game-name .name-item .tem-img img {
    width: 100px;
    height: 100px;
}

.game-name .name-item .tem-text {
    margin-left: 20px;
    font-size: 18px;
}

.game-name .name-item .tem-text .tem-tt {
    font-weight: 600;
    margin-bottom: 20px;
}

.game-name .name-item .tem-text .num {
    color: #ff7f00;
    margin-bottom: 5px;
    font-size: 16px;
}

.game-name .name-item .tem-text .beiz {
    color: #333;
    font-size: 14px;
}

.game-name .name-img {
    display: flex;
    align-items: center;
}

/* 最新游戏 
.latest-games {
    padding: 40px 0;
}
 */
.latest-warp {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.latest-list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.latest-list li {
    width: 210px;
    height: 210px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.latest-list li .we-image {
    width: 210px;
    height: 210px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 8px;
}

.latest-list li .we-image img {
    width: 100%;
}

.latest-list .gcard-info {
    position: absolute;
    height: 230px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(64, 29, 0, .8);
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    padding: 15px;
    transform: translateY(165px);
}

.latest-list .gcard-info .info-tit {
    color: #fff;
}

.latest-list .gcard-info .info-tit h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-list .gcard-info .info-tit span {
    font-size: 16px;
    padding-right: 8px;
}

.latest-list li:hover .gcard-info {
    transform: translateY(0);
}

.latest-list .gcard-info .info-txt {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 10px 0;
    line-height: 25px;
}

.gcard-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_img {
    width: 32px;
    height: 31px;
}

.top_img1 {
    background: url(../images/colle.png) no-repeat;
}

.top_imgr {
    background: url(../images/coller.png) no-repeat;
}

.top_img2 {
    background: url(../images/colle_k.png) no-repeat;
}

.gcard-btn .last_d {
    width: 135px;
    height:36px;
    border-radius: 4px;
    background: #ff7f00;
    line-height:36px;
    text-align: center;
    margin-left: 15px;
}

.gcard-btn .last_d a {
    font-size: 16px;
    color: #fff;
}

.gcard-btn .last_d:hover {
    background: #ffb400;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 374px;
    height: 564px;
    background-color: #0ff;
    border-radius: 8px;
    margin-top: -10px;
    box-shadow: 0px 0px 12px #d8d7d7;
}

.banner ul {
    position: absolute;
    top: 0;
    left: 0
}

.banner ul li {
    float: left;
    position: relative;
}

.banner ul li a img {
    display: block;
    width: 374px;
    height: 564px
}

.banner ul li .adv-tt {
    position: absolute;
    bottom: 0;
    height: 70px;
    padding: 10px 0;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    width: 100%;
}

.banner .next, .banner .prev {
    display: none;
    z-index: 2;
    position: absolute;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.banner .prev {
    cursor: pointer;
    left: 0;
    transform: translate(-50%, -50%);
    text-indent: 28px
}

.banner .next {
    right: 0;
    transform: translate(50%, -50%);
    text-indent: 8px;
    cursor: pointer;
}

.banner .next:hover, .banner .prev:hover {
    background-color: rgba(0, 0, 0, .3)
}

.banner .gd {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -36.5px;
    display: flex;
    justify-content: space-around;
    width: 125px;
    height: 15px;
    border-radius: 8px;
    background-color: #ffffff4d
}

.banner .gd i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 2.5px;
    background-color: azure
}

.currt-t {
    background-color: #ff5000 !important;
    width: 15px !important;
    height: 9px !important;
    border-radius: 4.5px !important
}

/* 排行榜 */
.rank-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rank-tit h2 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-shadow: #5a5a5b 2px 2px 2px;
}
.rank-tit .rank-arrow {
    width: 16px;
    height: 28px;
    background: url(../images/rank-arrow.png) no-repeat;
}

.popular-box {
    width: 386px;
    height: 477px;
    background: url(../images/popular_bg.png) no-repeat;
    box-shadow: 0px 0px 12px #d8d7d7;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;

}

.latest-box {
    width: 386px;
    height: 477px;
    background: url(../images/latest_bg.png) no-repeat;
    box-shadow: 0px 0px 12px #d8d7d7;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;

}

.high-box {
    width:386px;
    background-color:#ab7e1d;
    box-shadow: 0px 0px 12px #d8d7d7;
    padding: 10px;
    border-radius: 15px;
}
.rank-item{padding:10px}
.rank-item .status-item {
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.status-item .cover-img {
    height: 90px;
    width: 90px;
    position: relative;
    border-radius: 20px;
    border: 2px solid #fff;
}

.status-item .cover-img img {
    border-radius: 20px;
    height: 90px;
    width: 100%;
    overflow: hidden;
}

.status-item .cover-img .rank-query {
    position: absolute;
    left: 3px;
    top: -5px;
    color: #000;
    font-size: 16px;
    height: 31px;
    line-height: 25px;
    margin-right: 12px;
    text-align: center;
    width: 32px;
    z-index: 1;
}

.status-item .cover-img .rank-query.one {
    background: url(../images/sl_01.png) no-repeat;
    color: #fff;
}

.status-item .cover-img .rank-query.two {
    background: url(../images/sl_02.png) no-repeat;
    color: #fff;
}

.status-item .cover-img .rank-query.three {
    background: url(../images/sl_03.png) no-repeat;
    color: #333;
}

.status-item .info-box {
    color: #333;
    margin-left: 30px;
}

.status-item .info-box .g-name {
    width: 235px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-item .info-box .g-ename {
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
}

.status-item .info-box .g-ename span {
    padding-right: 15px;
}

/* 大家都爱玩 */
.have-fun {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.have-fun .mf{position:absolute;right:-30px;top:0px}
.have-content {
    display: flex;
    justify-content: space-between;
}

#carousel {
    margin: 0 auto;
    width: 1120px;
    position: relative;
}

#carousel ul {
    list-style: none;
    display: block;
    margin: 15px auto ;
    padding: 0
}

#carousel li {
    color: #999;
    text-align: center;
    width: 115px;
    margin: 0 22px;
    float: left;
    padding-top: 10px;
}

#carousel li .top_img {
    width: 100%;
}

#carousel li img {
    width: 107px;
    height: 107px;
    border-radius: 15px;
    overflow: hidden;
}

#carousel li .title {
    width: 115px;
    font-size: 18px;
    margin-top: 8px;
    color: #00050f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#carousel li .lu_r {
    width: 40px;
    height: 40px;
    background: url(../images/lu_r.png) no-repeat;
    position: absolute;
    top: -8px;
    left: -7px;
}

#carousel li .rd_r {
    width: 38px;
    height: 36px;
    background: url(../images/rd_r.png) no-repeat;
    position: absolute;
    bottom: -5px;
    right: -7px;
}

.clearfix {
    float: none;
    clear: both
}

#carousel .next, #carousel .prev {
    background: transparent url(../images/carousel_control.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 42px;
    position: absolute;
    top: 60px
}

#carousel .prev {
    background-position: 0 0;
    left: -60px
}

#carousel .next {
    background-position: -25px 0;
    right: -60px
}

.fun-adv {
    width: 404px;
}

.fun-adv img {
    width: 100%;
    border-radius: 6px;
}

/* 大家都爱看 */
.loves-fun {
    padding: 0 0 40px;
}

#lovesbox {
    background: #FFFFFF;
    position: relative;
    height: 350px;
    width: 1230px;
    margin: 10px auto 0;
}

#fundiv {
    width: 1230px;
    position: relative;
    padding-top: 22px;
    float: left;
    display: inline;
    height: 345px;
    overflow: hidden;
    margin: 0 auto;
}

#fundiv ul {
    height: 255px;
    position: absolute;
    width: 10000px;
}

#fundiv li {
    width: 230px;
    height: 255px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    position: relative;
    box-shadow: 0px 0px 12px #d8d7d7;
    border-radius: 6px;
    cursor: pointer;
}

#fundiv li .we-image {
    width: 230px;
    height: 255px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 8px;
}

#fundiv li .we-image img {
    width: 100%;
    height: 255px;
}

#fundiv .gcard-info {
    position: absolute;
    height: 255px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(255, 255, 255);
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transform: translateY(190px);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fundiv .gcard-info .info-txt {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    padding: 0 15px;
    height: 100%;
}

#fundiv .gcard-info .love-btn {
    display: flex;
    align-items: center;
    height: 50px;
    background: rgba(97, 43, 2, .9);
    padding: 10px 5px;
}

.love-btn .love-img {
    margin-right: 5px;
}

.love-btn .love-img img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
}

.name-info {
    flex: 2;
}

.name-info .txt {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.name-info .s-box {
    display: flex;
    justify-content: space-between;
}

.name-info .s-box .s-left {
    cursor: pointer;
    font-size: 14px;
}

.name-info .s-box .s-right {
    cursor: pointer;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/forw.png) no-repeat;
}

.limg {
    width: 20px;
    height: 19px;
    padding-left: 25px;
}

.l_img1 {
    background: url(../images/lov.png) no-repeat;
}

.l_img2 {
    background: url(../images/lov_h.png) no-repeat;
}

#fundiv li:hover .gcard-info {
    transform: translateY(0);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 0;
}

#fundiv li:hover .gcard-info .info-txt {
    color: #fff;
    padding-top: 30px;
    -webkit-line-clamp: 8;
}

.videoed {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-radius: 100%;
    z-index: 99;
    cursor: pointer;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -500px;
    margin-top: -180px;
    z-index: 100;
    width: 1000px;
    height: 415px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
    background: url(../images/gb.png) no-repeat;
    width: 25px;
    height: 25px;
    z-index: 999;
}

.videobg {
    background: rgb(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 20;
}

/* 右侧悬浮 */
/*.floating_ck {*/
/*    position: fixed;*/
/*    right: 20px;*/
/*    top: 45%;*/
/*    z-index: 100;*/
/*}*/

/*.floating_ck dl dd {*/
/*    position: relative;*/
/*    width: 70px;*/
/*    height: 68px;*/
/*    background-color: #027fff;*/
/*    text-align: center;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center 20%;*/
/*    cursor: pointer;*/
/*    border-bottom: solid 1px #2890fb;*/
/*}*/

/*.floating_ck dl dd:hover {*/
/*    background-color: #ff9c00;*/
/*}*/

/*.floating_ck dl dd:hover .floating_left {*/
/*    display: block;*/
/*}*/

/*.consult {*/
/*    background-image: url(../images/zxicon.png);*/
/*}*/

/*.words {*/
/*    background-image: url(../images/qqicon.png);*/
/*}*/

/*.phone {*/
/*    background-image: url(../images/phone.png);*/
/*}*/

/*.qrcord {*/
/*    background-image: url(../images/erweima.png);*/
/*}*/

/*.return {*/
/*    background-image: url(../images/fanhui.png);*/
/*}*/

/*.floating_ck dd span {*/
/*    color: #fff;*/
/*    display: block;*/
/*    padding-top: 40px;*/
/*    font-size: 14px;*/
/*}*/

/*.floating_left {*/
/*    position: absolute;*/
/*    left: -160px;*/
/*    top: 0px;*/
/*    width: 160px;*/
/*    height: 68px;*/
/*    background-color: #ff9c00;*/
/*    display: none;*/
/*}*/

/*.floating_left a {*/
/*    color: #fff;*/
/*    line-height: 80px;*/
/*    font-size: 16px;*/
/*}*/

/*.floating_ewm {*/
/*    height: 260px;*/
/*    top: -192px;*/
/*}*/

/*.floating_ewm img {*/
/*    padding-top: 2px;*/
/*}*/

/*.floating_ewm p {*/
/*    color: #fff;*/
/*    margin-top: 5px;*/
/*}*/

/*.floating_ewm .qrcord_p01 {*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*}*/

/*.floating_ewm .qrcord_p02 {*/
/*    font-size: 18px;*/
/*}*/
/* 右侧悬浮 */
.floating_ck {
    position: fixed;
    right: 20px;
    top: 45%;
    z-index: 97;
}

.floating_ck li {
    padding-left: 30px;
    position: relative;
}

.floating_ck li a {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/service_icon.png) #fff;
    background-repeat: no-repeat;
    transition: none;
    border: solid 1px #ff7f00;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 6px;
}

.floating_ck li a:hover {
    border: solid 1px #ff7f00;
}

.floating_ck li.consult a {
    background-position: 0px -10px;
}

.floating_ck li a span {
    color: #ff7f00;
    display: block;
    padding-top: 40px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.floating_ck li.words a {
    background-position: 0px -78px;
}

.floating_ck li.pho a {
    background-position: 0px -142px;
}

.floating_ck li.qrcord a {
    background-position: 0px -212px;
}

.floating_ck li.roll-top a {
    background-position: 0px -270px;
}

.floating_ck li .floating_left {
    display: none;
    position: absolute;
    left: 32px;
    top: 50%;
    -webkit-transform: translateX(-108%) translateY(-50%);
    -ms-transform: translateX(-108%) translateY(-50%);
    transform: translateX(-108%) translateY(-50%)
}

.floating_ck li:hover .floating_left {
    display: block
}

.floating_ck li .floating_left .tip-block {
    position: relative;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    white-space: nowrap;
    color: #313233;
    border-radius: 8px;
    border: 1px solid #d2d4d9;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05), 0 6px 15px 0 rgba(0, 0, 0, .05);
    cursor: pointer
}

.floating_ck li .floating_left .tip-block p {
    font-size: 24px;
    color: #ff9c00;
    font-weight: 500;
}

.floating_ck li .floating_left .tip-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -ms-transform: translate(50%, -50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
    background-color: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d4d9;
    border-color: transparent transparent #d2d4d9 #d2d4d9;
    box-sizing: border-box;
    border-radius: 2px
}

.floating_ck li.roll-top {
    padding-left: 30px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease
}

.floating_ck.show-roll li.roll-top {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.foot-consult {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 99;
    font-size: 12px;
}

.footer .middle .foot-news {
    position: absolute;
    left: 0;
    top: 80px;
    height: auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .middle .foot-news .f-news-list {
    padding: 8px 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
}

.footer .middle .foot-news .f-news-list a {
    color: #2e2400;
    font-size: 14px;
}

.consult-box {
    display: flex;
    justify-content: space-between;
}

.consult-box a {
    color: #fff;
    display: block;
}

.cons {
    background: #027fff;
    text-align: center;
    width: 33.33%;
    padding: 5px 0;
}

.weChat {
    background: #019541;
    text-align: center;
    width: 33.33%;
    padding: 5px 0;
}

.f-pho {
    background: #e78f11;
    text-align: center;
    width: 33.33%;
    padding: 5px 0;
}

/* 底部 */
.footer {
    padding: 47px 0 15px;
    background-color: #2e2400;
}

.footer .middle {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .middle .left {
    flex: 1;
}

.footer .middle .left .logo {
    width: 157px;
    height: 56px;
    margin-right: 45px;
    padding-right: 100px;
    border-right: 1px solid #ced1d4;
    margin-bottom: 23px;
}

.footer .middle .right {
    display: flex;
    justify-content: space-between;
    flex: 10;
    margin-left: 50px;
}

.footer .middle .right .r_item {
    width: 250px
}

.footer .middle .right .r_item .nav {
    padding: 5px 0;
    color: #d1d0d0;
    font-size: 16px;
}

.footer .middle .right .r_item a {
    color: #d1d0d0;
    font-size: 16px;
}

.footer .middle .right .r_item a:hover {
    color: #ff9100;
}

.footer .middle .right .r_item .weixint {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #0583e5;
    text-align: center;
}

.footer .middle .right .r_item img {
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.footer .copyright_infor {
    padding-top: 10px;
}

.footer .copyright_infor .record {
    display: flex;
}

.footer .copyright_infor .record a {
    color: #b9bbbd;
    font-size: 16px;
    margin-right: 30px;
}

.footer .copyright_infor .record a:hover {
    color: #ff9100;
}

.footer .copyright_infor p {
    font-size: 16px;
    color: #b9bbbd;
    line-height: 30px;
}

/* 游戏 */
#main {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

#index_b_hero {
    width: 1300px;
    height: 620px;
    margin: 0 auto;
    position: relative;
}

#index_b_hero img {
    width: 1300px;
    height: 620px;
}

#index_b_hero .heros {
    width: 1300px;
    height: 620px;
}

#index_b_hero .hero-wrap {
    overflow: visible;
    position: absolute;
}

#index_b_hero .next, #index_b_hero .prev {
    filter: alpha(Opacity=70);
    opacity: .7;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left: -55px;
    background-color: #303030;
    z-index: 10;
    border-radius: 4px;
}

#index_b_hero .next:hover, #index_b_hero .prev:hover {
    background-color: orangered;
}

#index_b_hero .next {
    margin: -25px 5px 0 0;
    right: -60px;
}

#index_b_hero .disabled {
    background-color: #eee;
}

#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1300px;
    height: 620px;
    overflow: hidden;
    left: 2600px;
}

#index_b_hero .mask-right, #index_b_hero .mask-left {
    z-index: 4;
    left: -1300px;
    filter: alpha(Opacity=50);
    opacity: .5;
    background: #fff;
    overflow: hidden;
}

#index_b_hero .mask-right {
    left: 1300px;
}

#index_b_hero .active {
    z-index: 2;
    left: 0;
}

.icon-arrow-a-left, .icon-arrow-a-right {
    background: url(../images/icon-sd.png) no-repeat;
}

.icon-arrow-a-left {
    background-position: 0 0;
    height: 50px;
    width: 50px;
}

.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover {
    background-position: -60px 0;
}

.icon-arrow-a-right {
    background-position: -120px 0;
    height: 50px;
    width: 50px;
}

.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover {
    background-position: -180px 0;
}

.game-library {
    padding: 40px 0;
}

.g-title {
    font-size: 26px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    text-align: left;
    border-left: 3px solid #3985dd;
    padding-left: 10px;
}

.game_select_box {
    margin-top: 10px;
}

.game_select_box .game_type {
    width: 100%;
    padding: 20px 0px 0px 0px;
    display: flex;
}

.game_type .game_type_title {
    font-size: 18px;
    display: block;
    line-height: 29px;
    color: #4f5050;
    width: 100px;
}

.game_type .game_type_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1020px;
}

.game_select_box a {
    color: #fff;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out,
    opacity 200ms ease-out;
    -ms-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;
}

.game_select_box a:hover {
    color: #fff !important;
    text-decoration: none;
}

.game_select_box a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    padding: 3px 14px;
    border-radius: 2px;
    margin: 2px 5px;
}

.game_select_box a:hover, .game_select_box .active {
    color: #fff;
    background: #ff7f00;
}

.game_boxlist {
    padding: 20px 0;
}

.game_boxlist .game-wrap {
    display: flex;
    flex-wrap: wrap;
}

.popular-items {
    padding: 15px;
    width: 388px;
    height: auto;
    margin-bottom: 10px;
}

.popular-items a {
    display: block;
    color: #333;
    text-decoration: none;
}

.popular-items:hover {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 15px;
}

.popular-items .status-item {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.popular-items .status-item .covers-img {
    height: 126px;
    width: 126px;
    display: inline-block;
    position: relative;
}

.popular-items .status-item .covers-img img {
    border-radius: 20px
}

/* .popular-item .status-item .cover-img img{width: 100%;} */
.right-box {
    margin-left: 15px;
    width: 252px;
}

.right-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular-items .status-item .item-box {
    color: #333;
}

.popular-items .status-item .item-box .g-name {
    width: 147px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-items .status-item .item-box .g-ename {
    font-weight: 500;
    padding-bottom: 2px;
}

.popular-items .status-item .item-box .g-ename span {
    width: 147px;
    font-size: 14px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-items .status-item .item-box .g-ename .col {
    color: #ff7f00;
}

.popular-items .status-item .item-box .tag-box {
    padding-top: 12px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.popular-items .status-item .link-btn {
    display: none;
    text-align: center;
    width: 54px;
    background: #ff7f00;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}

.popular-items:hover .status-item .link-btn {
    display: block;
}

.popular-items .text-intrd {
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-items:hover .text-intrd {
    display: block;
}

.popular-items .status-item .colle {
    width: 20px;
    height: 20px;
    display: none;
}

.popular-items:hover .status-item .colle {
    display: block;
}

.popular-item .status-item .colle {
    width: 20px;
    height: 20px;
    display: none;
}

.popular-item:hover .status-item .colle {
    display: block;
}

.ction_img1 {
    background: url(../images/ram.png) no-repeat;
    width: 20px;
    height: 20px;
}

.ction_img2 {
    background: url(../images/ram-h.png) no-repeat;
    width: 20px;
    height: 20px;
}

.game_namelist {
    padding-top: 30px;
    border-top: 2px solid #e6e6e6;
}

.game_namelist .game-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.game_namelist .game-wrap .gm-item {
    width: 388px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}

.game_namelist .game-wrap .gm-item a {
    display: block;
}

.game_namelist .game-wrap .gm-item a:hover {
    color: #eeb815
}

.gm-item-name {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.gm-item-tit {
    width: 388px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-item-class {
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-item-class span {
    text-align: left;
}

.games-list-pages {
    text-align: center;
    color: #999;
    padding: 10px 0;
    font-size: 13px;
    margin: 0 0 40px;
}

.games-list-pages li {
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #999
}

#kkpager a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999
}

#kkpager span.disabled {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #dfdfdf
}

#kkpager span.curr {
    display: inline-block;
    border: 1px solid #ff7f00;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ff7f00;
    color: #fff
}

#kkpager span.current {
    display: inline-block;
    border: 1px solid #ff7f00;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ff7f00;
    color: #fff
}

#kkpager a:hover {
    border: 1px solid #ff7f00;
    background-color: #ff7f00;
    color: #fff;
}

/* 游戏详情 */
.layout-main {
}

.pczone-new-head-bac {
    align-items: flex-end;
    display: flex;
    height: 438px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.bac-main {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pczone-new-head-bac .bac-main .head-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
}

.game-base-info {
    height: 438px;
    position: relative;
    width: 100%;
}

.game-base-info .pad {
    padding: 150px 0 0;
    display: flex;
    justify-content: space-between;
}

.main-left-area {
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.main-left-area .gift-icon {
    width: 144px;
    height: 144px;
    border-radius: 8px;
    cursor: pointer;
}

.main-left-area .gif-txt {
    width: 500px;
    margin-left: 5%;
    color: #fff;
}

.main-left-area .gif-txt .titles {
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    font-weight: 400;
}

.main-left-area .gif-txt .tips {
    font-size: 18px;
    font-weight: 300;
    display: flex;
}

.main-left-area .gif-txt .tips span {
    padding: 0 5px;
}

.main-left-area .gif-txt .bag {
    font-size: 20px;
}

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

.download-mobile li {
    position: relative;
    margin: 15px 0;
}

.download-mobile li a {
    display: inline-block;
    width: 140px;
    border-radius: 2px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #1889fd;
    font-size: 24px;
    background: #fff;
    border: 1px solid #84c0fe;
    transition: none;
    margin-bottom: 2px;
    text-decoration: none
}

.download-mobile li a:hover {
    background: #1889fd;
    color: #fff;
    border: 1px solid #1889fd
}

.download-mobile li.ios .tip-block {
    position: absolute;
    left: -40px;
    top: 42px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #d2d4d9;
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease 30ms;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05), 0 6px 15px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transform: translateX(-108%) translateY(-50%);
    -ms-transform: translateX(-108%) translateY(-50%);
    transform: translateX(-108%) translateY(-50%)
}

.download-mobile li.andro .tip-block {
    position: absolute;
    left: -40px;
    top: 10px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #d2d4d9;
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease 30ms;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05), 0 6px 15px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transform: translateX(-108%) translateY(-50%);
    -ms-transform: translateX(-108%) translateY(-50%);
    transform: translateX(-108%) translateY(-50%)
}

.download-mobile li.ios:hover .tip-block {
    opacity: 1;
    left: 0px
}

.download-mobile li.andro:hover .tip-block {
    opacity: 1;
    left: 0px
}

.download-mobile li .tip-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -ms-transform: translate(50%, -50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
    background-color: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d4d9;
    border-color: transparent transparent #d2d4d9 #d2d4d9;
    box-sizing: border-box;
    border-radius: 2px
}

.main-content {
    width: 1270px;
    height: auto;
    margin: 0 auto 30px;
    -moz-box-shadow: 0 3px 15px #e2e3e4;
    -webkit-box-shadow: 0 3px 15px #e2e3e4;
    box-shadow: 0 3px 15px #e2e3e4;
    background-color: #fff;
}

.game-introd {
    margin-top: 70px
}

.game-nav-tabs {
    width: 376px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #dfdfdf;
}

.game-nav-tabs li {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.game-nav-tabs li.active {
    border-bottom: 4px solid #ff9c00;
    color: #0079ff;
    cursor: pointer;
    margin-bottom: -3px;
}

.game-nav-tabs li a {
    color: #fff;
}

.main-content {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.main-content .left {
    width: 800px;
    padding: 0 15px;
}

.game-introduced {
    padding: 30px 0;
}

.game-introduced .header-titles {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.gallery {
    padding: 10px 0 0;
}

.gall_item {
    display: block;
    background: #333333 url(../images/magnifyer.png) center center no-repeat;
}

.gall_item img {
    box-shadow: 0 0 0 #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100%;
}

.gall_item:hover img {
    opacity: 0.2;
}

.text-details {
    margin-bottom: 30px;
}

.text-details p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.welfare {
    margin-bottom: 30px;
    background: url(../images/welfare_bg.jpg) no-repeat;
}

.welfare p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.User-rating {
    margin: 0px 0 30px
}

.User-rating .user-header {
    font-size: 38px;
    font-weight: 500;
    color: #000;
    padding-bottom: 15px;
}

.User-rating .show-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.User-rating .score {
    width: 120px;
    text-align: center;
}

.User-rating .score .dig {
    font-size: 80px;
    color: #017ff5;
    font-weight: 500;
    line-height: 80px;
}

.User-rating .score .pinf {
    font-size: 24px;
    color: #808080;
}

.User-rating .star-box {
    flex: 1;
    height: 100px;
}

.User-rating .star-box .star {
    text-align: right;
}

.User-rating .bar-box {
    flex: 1;
    height: 100px;
}

.User-rating .bar-box .p-out {
    background: #d2e8fc;
    border-radius: 2px;
    height: 6px;
    margin: 5px auto 12px;
    overflow: hidden;
}

.User-rating .bar-box .p-out .p-inner {
    background: #0385ff;
    border-radius: 2px;
    height: 100%;
}

.User-rating .comment {
    flex: 1;
}

.User-rating .comment .title {
    color: #666;
    font-size: 24px;
    line-height: 14px;
    margin: 0 auto 10px;
    text-align: right;
}

.User-rating .comment .rate {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}

.User-rating .mark-box {
    height: 300px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #e0edff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0f6fe), to(#e0edff));
    background-image: -moz-linear-gradient(#e0f6fe, #e0edff);
    background-image: -o-linear-gradient(#e0f6fe, #e0edff);
    background-image: linear-gradient(#e0f6fe, #e0edff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.User-rating .mark-box .head-icon {
    display: flex;
    align-items: center;
}

.User-rating .mark-box .head-icon .img-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 15px;
}

.User-rating .mark-box .head-icon .txt {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

#xzw_starBox {
    position: relative;
    width: 185px;
    margin-top: 20px;
}

#xzw_starBox .description {
    clear: both;
    padding: 10px 0px
}

#xzw_starBox .star {
    height: 33px;
    width: 185px;
    position: relative;
    background: url(../images/123.png) repeat-x;
    cursor: pointer
}

#xzw_starBox .star li {
    float: left;
    padding: 0px;
    margin: 0px
}

#xzw_starBox .star li a {
    display: block;
    width: 37px;
    height: 37px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: 5
}

#xzw_starBox .star li a:hover {
    background: url(../images/123.png) 0 -40px repeat-x;
    z-index: 3;
    left: 0
}

#xzw_starBox .star a.one-star {
    left: 0
}

#xzw_starBox .star a.one-star:hover {
    width: 37px
}

#xzw_starBox .star a.two-stars {
    left: 37px
}

#xzw_starBox .star a.two-stars:hover {
    width: 74px
}

#xzw_starBox .star a.three-stars {
    left: 74px
}

#xzw_starBox .star a.three-stars:hover {
    width: 111px
}

#xzw_starBox .star a.four-stars {
    left: 111px
}

#xzw_starBox .star a.four-stars:hover {
    width: 148px
}

#xzw_starBox .star a.five-stars {
    left: 148px
}

#xzw_starBox .star a.five-stars:hover {
    width: 185px
}

#xzw_starBox .current-rating {
    background: url(../images/123.png) 0 -40px repeat-x;
    position: absolute;
    height: 42px;
    z-index: 1;
    top: 0;
    left: 0
}

.Click {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.main-content .right {
    width: 390px;
    padding: 0 10px;
}

.game-infor {
    background: url(../images/img_inf.jpg) no-repeat;
    background-size: cover;
    height: 275px;
    padding: 0 15px;
}

.game-infor .info-title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 30px;
}

.game-infor .info-text {
    padding-top: 10px;
}

.game-infor .info-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}

.list-title {
    font-size: 24px;
    font-weight: 500;
    background: url(../images/add.png) no-repeat top right;
    height: 49px;
    padding-left: 15px;
    margin: 30px 0 0;
}

/* .popular-box{padding: 0 15px;} */
.popular-item {
    padding: 15px;
    width: 360px;
    height: 107px;
}

.popular-item a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-left: 5px;
}

.popular-item:hover {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 15px;
    width: 360px;
    height: 107px;
}

.popular-item .status-item {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.popular-item .status-item .cover-imgs {
    height: 90px;
    width: 90px;
    display: inline-block;
    position: relative;
}

.popular-item .status-item .cover-imgs .rank-query {
    background: url(../images/sl_04.png) 60%/cover no-repeat;
    position: absolute;
    left: 5px;
    top: 0;
    color: #000;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-right: 12px;
    text-align: center;
    width: 27px;
    z-index: 1;
}

.popular-item .status-item .cover-imgs .rank-query.one {
    background: url(../images/sl_01.png) 60%/cover no-repeat;
    color: #fff;
}

.popular-item .status-item .cover-imgs .rank-query.two {
    background: url(../images/sl_02.png) 60%/cover no-repeat;
    color: #fff;
}

.popular-item .status-item .cover-imgs .rank-query.three {
    background: url(../images/sl_03.png) 60%/cover no-repeat;
    color: #333;
}

.popular-item .status-item .cover-imgs img {
    width: 100%;
}

.right-box {
    margin-left: 15px;
    width: 68%;
}

.right-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular-item .status-item .item-box {
    color: #333;
}

.popular-item .status-item .item-box .g-name {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-bottom: 4px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-item .status-item .item-box .g-ename {
    font-weight: 500;
}

.popular-item .status-item .item-box .g-ename span {
    font-size: 15px;
    padding-right: 10px;
}

.popular-item .status-item .item-box .g-ename .col {
    color: #ff7f00;
}

.popular-item .status-item .item-box .tag-box {
    padding-top: 12px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.popular-item .status-item .link-btn {
    display: none;
    text-align: center;
    width: 45px;
    background: #ff7f00;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
}

.popular-item:hover .status-item .link-btn {
    display: block;
}

.popular-item .text-intrd {
    display: none;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-item:hover .text-intrd {
    display: block;
}

.game-bag {
    padding: 30px 0;
}

.game-bag .header-titles {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.game-bag .game-cont {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 30px 20px;
}

.game-bag .game-cont-name {
    display: flex;
    justify-content: space-between;
}

.game-bag .game-cont-name .name-item {
    display: flex;
}

.game-bag .game-cont-name .name-item .tem-img {
    width: 145px;
    height: 145px;
}

.game-bag .game-cont-name .name-item .tem-img img {
    border-radius: 10px;
    width: 100%;
}

.game-bag .game-cont-name .name-item .tem-text {
    margin-left: 20px;
    font-size: 24px;
}

.game-bag .game-cont-name .name-item .tem-text .tem-tt {
    font-weight: 500;
    margin-bottom: 20px;
}

.game-bag .game-cont-name .name-item .tem-text .num {
    color: #ff9c00;
    margin-bottom: 5px;
    font-size: 22px;
}

.game-bag .game-cont-name .name-item .tem-text .beiz {
    color: #333;
    font-size: 18px;
}

.game-bag .game-cont-name .name-img {
    display: flex;
    align-items: center;
}

.game-bag .bag-list {
    background: #f7faff;
    padding: 30px 20px;
    box-shadow: 0 2px 10px #e2e3e4;
}

.bag-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bag-item-code .code-name {
    margin-bottom: 15px;
    font-size: 22px;
    color: #ff9c00;
    display: flex;
    align-items: center;
}

.bag-item-code .code-name img {
    margin-right: 10px;
}

.code-txt .cont {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

.code-txt .ins {
    font-size: 16px;
}

.bag-item .rec-btn {
    margin-top: 25px;
}

.bag-item .rec-btn .tore {
    width: 100px;
    height:45px;
    border-radius: 4px;
    line-height:45px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #ff7f00;
    cursor: pointer;
}

.bag-item .rec-btn .nore {
    width: 100px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #bdbdbd;
    cursor: pointer;
}

.game-bag .game-cont .open-table {
    margin-top: 30px;
}

.game-bag .game-cont .open-table p {
    padding-bottom: 10px;
    font-size: 16px;
}

.resign-popup {
    position: fixed;
    left: 0%;
    z-index: 99999;
    padding-top: 360px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.resign-popup .rujin_box {
    width: 510px;
    height: auto;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 20px #333333;
}

.resign-popup .rujin_box .rujin_tit {
    height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 30px;
}

.resign-popup .rujin_box .text {
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    text-align: center;
}

.resign-popup .rujin_box .rujin_btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: auto;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4a4a4;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}

.resign-popup .rujin_box .text .code-tt {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 500;
}

.resign-popup .rujin_box .text .code-cont {
    width: 180px;
    margin: 10px auto 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    background: #eef6fe;
    font-size: 16px;
    font-weight: 500;
}

.resign-popup .rujin_box .text .code-btn {
    width: 120px;
    margin: 0 auto;
    border-radius: 4px;
    height: 40px;
    background: #ff7f00;
    font-size: 20px;
    padding: 5px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
}

.resign-popup .rujin_box .text .code-txt {
    font-size: 16px;
    margin: 5px 0;
}

.resign-popup .rujin_box .text .code-txt span {
    color: #ff9c00;
}

/* 福利 */
.welfare-bag {
    padding: 30px 0;
}

.welfare-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.welfare-header .wel-title {
    font-size: 24px;
    font-weight: 500;
}

.welfare-header .wel-right {
    width: 300px;
    height: 45px;
    position: relative;
    border-radius: 35px;
    box-shadow: 0 2px 10px #e2e3e4;
}

.welfare-header .wel-right input {
    height: 42px;
    line-height: 42px;
    width: 260px;
    text-indent: 16px;
    color: #666;
    font-weight: 100;
    outline: none;
    border: none;
    background: none;
    font-size: 18px;
}

.welfare-header .wel-right .g-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 45px;
    background: url(../images/fying.png) center no-repeat;
    border: none;
    cursor: pointer;
}

.accordion .link {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 20px;
}

.accordion .link .name-item {
    display: flex;
}

.accordion .link .name-item .tem-img {
    width: 124px;
    height: 124px;
}

.accordion .link .name-item .tem-img img {
    border-radius: 10px;
    width: 100%;
}

.accordion .link .name-item .tem-text {
    margin-left: 20px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion .link .name-item .tem-text .tem-tt {
    font-weight: 500;
    margin-bottom: 20px;
}

.accordion .link .name-item .tem-text .num {
    color: #ff7f00;
    margin-bottom: 5px;
    font-size: 18px;
}

.accordion .link .name-item .tem-text .beiz {
    color: #333;
    font-size: 16px;
}

.accordion .link .name-right {
    display: flex;
}

.chevron-del {
    background: url(../images/icon_del.png);
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.accordion li {
    margin-bottom: 20px;
}

.accordion li .chevron-down {
    background: url(../images/icon_up.png);
    width: 28px;
    height: 29px;
    left: auto;
    font-size: 16px;
    transition: all 0.4s ease;
}

.accordion li.open .chevron-down {
    transition: all 0.4s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/icon_up.png);
}

.accordion .submenu {
    display: none;
    background: #f7faff;
    font-size: 14px;
    padding: 0 15px;
    padding-top: 25px;
}

.accordion .submenu .bag-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.accordion .submenu .bag-item .bag-item-code .code-name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #ff7f00;
    display: flex;
    align-items: center;
}

.accordion .submenu .bag-item .bag-item-code .code-name img {
    margin-right: 10px;
}

.accordion .submenu .bag-item .bag-item-code .code-txt .bag-code {
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
}

.accordion .submenu .bag-item .bag-item-code .code-txt .bag-code span {
    color: #026bee;
}

.accordion .submenu .bag-item .bag-item-code .code-txt .cont {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}

.accordion .submenu .bag-item .bag-item-code .code-txt .ins {
    font-size: 16px;
}

.accordion .submenu .bring-item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 2px solid #fef4e1;
    padding: 10px;
    position: relative;
    height: 107px;
    margin-bottom: 40px;
}

.accordion .submenu .bring-item .stock-img {
    width: 138px;
    height: 138px;
    position: absolute;
    left: -10px;
    top: -8px;
}

.accordion .submenu .bring-item .stock-img img {
    width: 100%;
}

.accordion .submenu .bring-item .stock-text {
    padding-left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.accordion .submenu .bring-item .stock-text .code-tt {
    font-size: 20px;
    color: #000;
}

.accordion .submenu .bring-item .stock-text p {
    font-size: 16px;
    color: #999
}

.rec-btn {
    margin-top: 25px;
}

.rec-btn .tore {
    width: 100px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #ffb504;
    cursor: pointer;
}

.rec-btn .nore {
    width: 100px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #bdbdbd;
    cursor: pointer;
}

.game-bag .game-cont .open-table {
    margin-top: 30px;
}

.game-bag .game-cont .open-table p {
    padding-bottom: 10px;
    font-size: 18px;
}

.main-content .right .Mybag {
    background: url(../images/bag_inf.png) no-repeat;
    background-size: cover;
    height: 275px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .right .Mybag .bag-btn {
    width: 200px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    justify-content: center;
    background: #ff7f00;
    border-radius: 6px;
    text-align: center;
}

.main-content .right .Mybag .bag-btn a {
    display: block;
    color: #fff;
}

.invi-box {
    width: 580px;
    margin: 0 auto;
    text-align: center;
}

.invi-box .invi-num {
    font-size: 30px;
    color: #000;
    padding: 30px 0;
}

.invi-box .invi-code {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #edf6fd;
    font-size: 24px;
    color: #707070;
    text-align: center;
}

.invi-box .invi-code span {
    color: #ff7f00;
}

.invi-box .invi-code-img {
    width: 387px;
    height: 387px;
    padding: 60px 0 40px;
    margin: 0 auto;
}

.invi-box .invi-code-img img {
    width: 100%;
}

.invi-btn {
    width: 480px;
    height: 80px;
    background: url(../images/w-btn-bg.jpg) repeat-x;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}

.invi-notice {
    width: 715px;
    background: #edf6fd;
    padding: 30px;
    margin: 0 auto;
    color: #333;
    margin-top: 80px;
}

.invi-notice h4 {
    font-size: 24px;
    padding-bottom: 20px;
}

.invi-notice p {
    font-size: 16px;
    line-height: 30px;
}

.invi-box .invi-record {
    display: flex;
    justify-content: space-between;
}

.invi-box .invi-record .r-tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 200px;
}

.invi-box .invi-record .r-tit span {
    font-size: 18px;
}

.invi-record-box {
    margin-top: 20px;
}

.record-box-list {
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f6f6;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 35px;
}

.record-box-list .r-lit {
    font-size: 18px;
    text-align: center;
    width: 200px;
}

.rebate-box {
    margin: 20px 0;
    text-align: center;
}

.rebate-item {
    background: #edf6fd;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 6px;
}

.rebate-item .reb-tt {
    font-size: 20px;
    color: #707070
}

.rebate-item .reb-inp {
    border: none;
    height: 40px;
    line-height: 40px;
    flex: 2;
    margin: 0 15px;
    background: none;
    font-size: 18px;
    color: #999
}

.rebate-item .reb-right {
    font-size: 24px;
}

.rebate-item .reb-right a {
    font-size: 18px;
    color: #006AFF;
}

.rebate-box .rebate-txt {
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-bottom: 30px;
}

.rebate-note {
    background: #edf6fd;
    padding: 20px;
    border: none;
    font-size: 18px;
}

.rebate-note .tit {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
}

.rebate-note .text {
    font-size: 16px;
    width: 100%;
    border: none;
    background: none;
    height: 300px;
    text-align: left;
}

.rebate-box .reb-q a {
    font-size: 20px;
    color: #ff7f00;
}

/* 关于我们 */
.about-box {
    margin: 30px 0;
}

.about-box .abt-tt {
    font-size: 30px;
    padding-left: 10px;
    border-left: 4px solid #006AFF;
    height: 40px;
}

.about-box .abt-txt {
    margin: 15px 0;
}

.about-box .abt-txt p {
    text-indent: 35px;
    font-size: 18px;
    line-height: 30px;
}

.contact {
    margin-top: 15px;
}

.contact .cat-tt {
    font-size: 30px;
    padding-bottom: 20px;
}

.contact p {
    font-size: 20px;
    line-height: 30px;
}

.contact .cat-code {
    text-align: center;
    margin-top: 30px;
}

.contact .cat-code img {
    /*width: 256px;*/
}

.contact .cat-code p {
    font-size: 24px;
    padding-top: 20px;
}

/* 最新动态 */
.Recom-head {
    width: 797px;
    height: 283px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 2px 10px #e2e3e4;
    overflow: hidden;
}

.n-jian {
    width: 32px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/tui_icon.png) no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}

.n-new {
    width: 32px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/new_icon.png) no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}

.Recom-head .rem-news {
    width: 797px;
    height: 283px;
    border-radius: 4px;
}

.Recom-head .but-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(0, 0, 0, .6);
    display: flex;
    flex: 2;
    justify-content: space-between;
    align-items: center;
}

.Recom-head .but-tit .title {
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Recom-head .but-tit .time {
    font-size: 18px;
    padding-right: 15px;
    color: #fff;
    width: 135px;
}

.Recom-list {
    margin: 20px 0 40px;
}

.Recom-list .Recom-item {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

.Recom-list .Recom-item a {
    display: flex;
    justify-content: space-between;
}

.Recom-list .Recom-item a:hover .n-title {
    color: #ff9c00;
}

.Recom-list .Recom-item .r-img {
    width: 265px;
    height: 143px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.Recom-list .Recom-item .r-img img {
    width: 100%;
}

.Recom-list .Recom-item .Recom-info {
    width: 490px;
}

.Recom-list .Recom-item .Recom-info .n-title {
    font-size: 22px;
    padding-left: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

.Recom-list .Recom-item .Recom-info .n-txt {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
}

.Recom-list .Recom-item .Recom-info .n-tim {
    font-size: 16px;
    color: #999;
    text-align: right;
}

.news-popup {
    position: fixed;
    left: 0%;
    z-index: 99999;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.news-popup .news-box {
    width: 1068px;
    height: 750px;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 20px #333333;
    overflow-y: auto;
}

.news-popup .news-box .rujin_btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: auto;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4a4a4;
    text-align: center;
    line-height: 35px;
    font-weight: 400
}

.news-popup .news-box .news-content {
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    text-align: center;
}

.news-content .new-tt {
    font-size: 24px;
    padding: 50px 20px 0;
}

.news-content .new-tim {
    font-size: 16px;
    padding: 20px 0;
}

.news-content .new-txt {
    padding: 0 20px;
    text-align: left;
    height: auto;
}

.news-content .new-txt p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
}

.news-content .new-txt img {
    width: 970px;
    margin: 15px 0;
}

/* 最新首发 */
.start-list {
}

.start-list .month {
    font-size: 24px;
    padding-bottom: 20px;
}

.start-list .start-item {
    margin-bottom: 20px;
    moz-box-shadow: 0 3px 15px #e2e3e4;
    -webkit-box-shadow: 0 3px 15px #e2e3e4;
    box-shadow: 0 3px 15px #e2e3e4;
    border-radius: 8px;
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.start-list .start-item .item-left {
    display: flex;
}

.start-list .start-item .item-left .sta-time {
    text-align: center;
    color: #ff9204;
    width: 75px;
    margin-right: 25px;
}

.start-list .start-item .item-left .sta-time .data {
    font-size: 50px;
    border-bottom: 1px solid #ff9204;
}

.start-list .start-item .item-left .sta-time .tims {
    font-size: 24px;
    padding-top: 8px;
}

.start-list .start-item .item-left .sta-wrap {
    display: flex;
}

.start-list .start-item .item-left .sta-wrap .pic {
    width: 100px;
    height: 100px;
    background: url(../images/details_game.png) center no-repeat;
    overflow: hidden;
    border-radius: 12px;
}

.start-list .start-item .item-left .sta-wrap .pic img {
    width: 100px;
    height: 100px;
}

.start-list .start-item .item-left .sta-wrap .sta-text {
    padding-left: 15px;
    color: #333;
}

.start-list .start-item .item-left .sta-wrap .sta-text .name {
    font-size: 24px;
    padding: 15px 0;
}

.start-list .start-item .item-left .sta-wrap .sta-text .area {
    font-size: 16px;
}

.start-list .start-item .item-right {
    display: flex;
    align-items: center;
}

.start-list .start-item .item-right .right-btn {
    width: 103px;
    height: 53px;
    background: #027fff;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    margin-left: 25px;
    margin-right: 10px;
}

.start-list .start-item .item-right .right-btn a {
    color: #fff;
    display: block;
}

/* 返利记录 */
.rebate-list {
    border-radius: 8px;
    moz-box-shadow: 0 0px 5px #e2e3e4;
    -webkit-box-shadow: 0 0px 5px #e2e3e4;
    box-shadow: 0 0px 5px #e2e3e4;
    overflow: hidden;
    margin-bottom: 45px;
}

.rebate-list .list-top {
    display: flex;
    justify-content: space-between;
    background: #ebf4ff;
    padding: 20px;
    text-align: left;
    align-items: center;
}

.rebate-list .list-top .top-left .t-time {
    font-size: 18px;
    color: #505050;
    padding-bottom: 10px;
}

.rebate-list .list-top .top-left .t-name {
    font-size: 20px;
    color: #333
}

.rebate-list .list-top .b-del {
    background: url(../images/icon_del.png) no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
    margin-right: 15px;
}

.rebate-list .list-buttom {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 30px 20px;
}

.rebate-list .list-buttom .b-code {
    font-size: 20px;
    color: #6e6e6e;
}

.rebate-list .list-buttom .status {
    font-size: 20px;
    color: #ff9e04;
}

/* 视频 */
.Video-images {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 430px;
}

.Video-images .Video-shuf {
    height: 430px;
}

.Video-images .Video-shuf .video-box {
    width: 710px;
    height: 430px;
    margin-top: 0px;
}

.Video-images .Video-shuf .video-box ul li a img {
    display: block;
    width: 710px;
    height: 430px;
}

.Video-images .Video-shuf .video-box .gd {
    position: absolute;
    left: 86%;
    bottom: 20px;
    margin-left: -36.5px;
    display: flex;
    justify-content: space-around;
    width: 125px;
    height: 15px;
    border-radius: 8px;
    background-color: #ffffff4d;
}

.Video-images .Video-shuf .video-box ul li .adv-tt {
    position: absolute;
    bottom: 0;
    height: 40px;
    padding: 10px 0;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    width: 100%;
}

.Video-images .Video-shuf .video-box ul li .adv-tt p {
    font-size: 20px;
    line-height: 40px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

.Video-images .Video-item {
    display:flex;justify-content:space-between;width: 500px;flex-wrap: wrap;
}

.Video-images .Video-item .item-img {
    width:240px;height:200px;overflow:hidden;border-radius: 8px;margin: 8px 0;
}

.Video-images .Video-item .item-img img {
    width:240px;height:200px;overflow:hidden;border-radius: 8px;
}

.Video-content {
    width: 1260px;
    margin: 10px auto 0;
    padding-bottom: 10px;
}

#Video-box {
    width: 1260px;
    position: relative;
    padding-top: 22px;
    margin: 0 auto;
}

#Video-box ul {
    display: flex;
    flex-wrap: wrap;
}

#Video-box li {
    width: 230px;
    height: 245px;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 12px #d8d7d7;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 11px;
    margin-bottom: 30px;
}
.mask {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#Video-box li .playbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    background: url(../images/play.png) no-repeat;
    width: 55px;
    height: 55px;
    z-index: 1;
    margin: 0 auto;
    cursor: pointer;
}
#Video-box li .we-image {
    width: 230px;
    height: 245px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 8px;
   
}

#Video-box li .we-image img {
    width: 100%;
    height: 245px;
}

#Video-box .gcard-info {
    position: absolute;
    height: 245px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(64, 29, 0, .6);
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transform: translateY(180px);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

#Video-box .gcard-info .info-txt {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    padding: 0 15px;
    height: 100%;
}

#Video-box .gcard-info .love-btn {
    display: flex;
    align-items: center;
    height: 50px;
    background: rgba(64, 29, 0, .9);
    padding: 10px 5px;
}

.love-btn .love-img {
    margin-right: 5px;
}

.love-btn .love-img img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
}

.name-info {
    flex: 2;
}

.name-info .txt {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.name-info .s-box {
    display: flex;
    justify-content: space-between;
}

.name-info .s-box .s-left {
    cursor: pointer;
    font-size: 14px;
}

.name-info .s-box .s-right {
    cursor: pointer;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/forw.png) no-repeat;
}

.limg {
    width: 20px;
    height: 19px;
    padding-left: 25px;
}

.l_img1 {
    background: url(../images/lov.png) no-repeat;
}

.l_img2 {
    background: url(../images/lov_h.png) no-repeat;
}

#Video-box li:hover .gcard-info {
    transform: translateY(0);
    background: rgba(64, 29, 0, .6);
    color: #fff;
    padding: 0;
}

#Video-box li:hover .gcard-info .info-txt {
    color: #fff;
    padding-top: 30px;
    -webkit-line-clamp: 8;
}

/* 个人中心 */
.Personal-info {
    background: #eff7ff;
    padding: 40px 0;
}

.Personal-info .Personal-box {
    display: flex;
}

.head-portrait {
    width: 225px;
    text-align: center;
    margin-right: 270px;
}

.head-portrait .port-img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    /*background: url(../images/h_port.png) no-repeat;*/
}

.head-portrait .setting {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.head-portrait .setting img {
    margin-right: 15px;
    vertical-align: middle;
}

.recharge {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 108px;
}

.recharge .flat {
    font-size: 28px;
    color: #6f6f6f;
}

.recharge .flat img {
    margin-right: 20px;
    vertical-align: middle;
}

.recharge .number .line {
    font-size: 50px;
    color: #0567ef;
    text-align: center;
}

.recharge .number .num {
    font-size: 36px;
    color: #ff7f00;
    text-align: center;
}

.recharge .recbtn {
    background: url(../images/rec_bg.jpg) repeat-x;
    width: 170px;
    height: 62px;
    border-radius: 4px;
    line-height: 62px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 2px 5px #e2e3e4;
    cursor: pointer;
}

.recharge .plybtn {
    background: url(../images/yell_bg.jpg) repeat-x;
    width: 170px;
    height: 62px;
    border-radius: 4px;
    line-height: 62px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 2px 5px #e2e3e4;
    cursor: pointer;
}

.Personal-content {
    width: 1200px;
    height: auto;
    margin: 0 auto 30px;
    -moz-box-shadow: 0 3px 15px #e2e3e4;
    -webkit-box-shadow: 0 3px 15px #e2e3e4;
    box-shadow: 0 3px 15px #e2e3e4;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.Personal-left {
    width: 200px;
    margin-top: 60px;
    padding: 0 15px;
}

.Personal-left ul li {
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #757575;
    font-size: 20px;
    background: #e9e9e9;
    margin-bottom: 15px;
}

.Personal-left ul li a {
    display: block;
}

.Personal-left ul li.active {
    background: #ff7f00;
}

.Personal-left ul li.active a {
    color: #fff;
}

.Personal-right {
    padding: 0 10px;
}

.fare-box {
    width: 930px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.bill-box {
    width: 830px;
    margin-top: 60px;
    padding: 0 15px;
}

.bill-box .bill-nav-tabs {
    display: flex;
    justify-content: space-around;
    width: 380px;
    margin: 0 auto;
}

.bill-box .bill-nav-tabs li {
    font-size: 24px;
    color: #1f1f1f;
    cursor: pointer;
    padding: 0 20px;
}

.bill-box .bill-nav-tabs li.active {
    color: #ff7f00;
}

.bill-tabs-box {
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
}

.bill-tabs-box .bill-title {
    display: flex;
    justify-content: space-between;
}

.bill-tabs-box .bill-title .b-tt {
    font-size: 20px;
    color: #333;
    text-align: center;
    width: 200px;
}

.bill-record-box {
    padding-top: 30px;
}

.bill-box-list {
    padding-bottom: 12px;
    border-bottom: 2px solid #f5f6f6;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    line-height: 35px;
}

.bill-box-list .b-lit {
    font-size: 18px;
    text-align: center;
    width: 200px;
}

.bill-box-list .blue {
    color: #ff7f00;
}

.game-collect {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin-top: 60px;
}

.collect-items {
    padding: 15px;
    height: auto;
    margin: 0 12px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px #e2e3e4;
}

.collect-items a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-left: 5px;
}

.collect-items .status-item {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.collect-items .status-item .covers-img {
    height: 126px;
    width: 126px;
    display: inline-block;
    position: relative;
}

.collect-items .status-item .covers-img img {
    height: 126px;
    width: 126px;
    border-radius: 15px;
}

.right-box {
    margin-left: 15px;
    width: 280px;
}

.right-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collect-items .status-item .item-box {
    color: #333;
}

.collect-items .status-item .item-box .g-name {
    font-size:16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 8px;
}

.collect-items .status-item .item-box .g-ename {
    font-weight: 500;
    padding-bottom: 2px;
}

.collect-items .status-item .item-box .g-ename span {
    font-size: 16px;
    padding-right: 10px;
}

.collect-items .status-item .item-box .g-ename .col {
    color: #ff7f00;
}

.collect-items .status-item .item-box .tag-box {
    padding-top: 12px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.collect-items .status-item .link-btn {
    text-align: center;
    width: 40px;
    background: #ff7f00;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
}

.collect-items .text-intrd {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collect-items .status-item .colle {
    width: 20px;
    height: 20px;
}

.collect-item .status-item .colle {
    width: 20px;
    height: 20px;
}

.security-box {
    width: 720px;
    margin-right: 100px;
    background-color: #f7fcff;
    border-radius: 6px;
    height: auto;
    margin-top: 60px;
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 40px;
    margin-bottom: 150px;
}

.security-box .secur-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.security-box .secur-item .item-box {
    border-bottom: 2px solid #e2ecf2;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

.security-box .secur-item .item-box .item-left {
    font-size: 18px;
    color: #707070;
}

.security-box .secur-item .item-box .item-right {
    font-size: 18px;
    color: #707070;
    background: url(../images/a_icon_img.png) 100px 0px no-repeat;
    height: 42px;
    text-align: left;
    width: 140px;
    line-height: 38px;
}

.security-box .secur-item .item-box .s-phone {
    background-position: 100px -85px;
}

.security-box .secur-item .item-box .s-email {
    background-position: 100px -172px;
}

.security-box .secur-item .item-box .s-passw {
    background-position: 100px -258px;
}

.security-box .secur-item .item-hidd {
    display: none;
    padding: 20px 0;
    background: #e7f7fe;
}

.security-box .secur-item .item-hidd .inp-box {
    width: 150px;
    border: 1px solid #ff7f00;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    text-indent: 8px;
    font-size: 16px;
    color: #999;
    margin: 0 10px;
}

.security-box .secur-item .item-hidd .sebtn {
    width: 90px;
    height: 36px;
    border-radius: 4px;
    background: #ff7f00;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    border: none;
    color: #fff;
}

.security-box .secur-item .item-hidd .inp-code {
    width: 100px;
    background: #e5e6e6;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #d7d8d8;
    border: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ff7f00;
}

.Customer {
    margin-top: 60px;
    width: 900px;
    margin-right: 15px;
}

.Customer .title {
    font-size: 24px;
    color: #000;
    padding-bottom: 30px;
}

.Customer li {
    margin: 30px 0;
}

.Customer .links {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    background: url(../images/tips_img.png) no-repeat;
    display: flex;
}

.Customer .links .tips {
    margin-right: 20px;
    width: 51px;
    height: 48px;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.Customer .links .text {
    font-size: 20px;
    color: #333
}

.Customer li .subtxt {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 25px;
}

.Customer .inst {
    color: #666;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.Customer .desc-box {
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.Customer .desc-box .d-tt {
    font-size: 20px;
    padding-bottom: 15px;
}

.Customer .desc-box .d-desc {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 25px;
    height: 200px;
}

.Customer .down-box {
    box-shadow: 0 2px 10px #e2e3e4;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Customer .down-box .text {
    font-size: 18px;
}

#myfile1 {
    display: none;
}

#down-btn {
    width: 92px;
    height: 82px;
    vertical-align: top;
    cursor: pointer;
    outline: 0;
    background: url(../images/ad_icon.png);
    border: none;
}

.Customer .contact-box {
    margin-bottom: 40px;
    box-shadow: 0 2px 10px #e2e3e4;
}

.Customer .contact-box .inp-tact {
    background: #edf6fd;
    height: 60px;
    font-size: 20px;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 6px;
}

.submit-btn {
    width: 480px;
    margin: 0 auto 50px;
}

/* 登录注册弹窗 */
.login-popup {
    position: fixed;
    left: 0%;
    z-index: 99999;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.login-popup .rujin_box {
    width: 420px;
    height: auto;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 20px #333333;
    padding: 0 40px;
    padding-bottom: 30px;
}

.login-popup .rujin_box .rujin_btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: auto;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4a4a4;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}

.login-popup .rujin_box .l-logo {
    padding-top: 20px;
}

.login-popup .rujin_box .l-logo img {
    width: 150px;
}

.login-popup .rujin_box .l-name {
    font-size: 30px;
    text-align: center;
    color: #000;
    padding-top: 15px;
}

.login-popup .rujin_box .login_reg {
    margin-top: 20px;
    display: none;
}

.login_reg li {
    margin-bottom: 15px;
    overflow: hidden;
    height: 50px;
    border-radius: 6px;
    background: #edf6fd;
}

.login_reg li i {
    color: #027dff;
    font-size: 1.3rem;
    padding-left: 0.2rem;
    padding-right: 0.25rem;
}

.login_reg li .input_text_user {
    height: 50px;
    border: none;
    color: #999;
    font-size: 16px;
    width: 85%;
    background: #edf6fd;
    text-indent: 15px;
}

.login_reg li .input_text_password {
    height: 50px;
    border: none;
    color: #999;
    width: 85%;
    font-size: 16px;
    background: #edf6fd;
    text-indent: 15px;
}

.login_reg li .input_text_code {
    height: 35px;
    border: none;
    color: #999;
    font-size: 16px;
    width: 30%;
    background: #ffffff;
    border-radius: 35px;
    margin-right: 10px;
    text-align: center;
    color: #3690ff;
    cursor: pointer;
}

.login_reg li .placeholder {
    color: #999;
    text-align: left;
}

.login_reg li .eyes_box {
    display: inline-block;
    width: 10%;
    text-align: right;
}

.login_reg .denglu_but {
    height: 60px;
    width: 350px;
    display: block;
    font-size: 24px;
    background: url(../images/w-btn-bg.jpg) repeat-x;
    color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    margin: 1rem auto 0.25rem auto;
    border: none;
    cursor: pointer;
}

.clear_input {
    display: none;
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0.6rem 0 0 0.75rem;
    outline: none;
    background: #CCC;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}

.ClearInput::-ms-clear {
    display: none;
}

.ClearInput:valid + .clear_input {
    display: inline;
}

.npbox {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.site-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.site-checkbox a {
    color: #ffa200;
}

.site-checkbox:before {
    content: '';
    width: 24px;
    height: 24px;
    vertical-align: -2px;
    margin-right: 6px;
    background-position: 2px -2px;
    display: inline-block;
}

.site-checkbox:before {
    background: url(../images/check_img.png) no-repeat
}

.site-checkbox.cur:before {
    background-position: -37px 0px;
}

.login_reg .other {
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    width: 300px;
}

.login_reg .other .otherlog {
    width: 34px;
    height: 34px;
    background: url(../images/other_img.png) no-repeat;
    cursor: pointer;
}

.login_reg .other .weixin {
    background-position: -70px 0;
}

.login_reg .other .phone {
    background-position: -143px 0;
}

.login_reg .regbtn {
    width: 300px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
}

.reg-nav-tabs {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.reg-nav-tabs li {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    height: 35px;
    background: none;
}

.reg-nav-tabs li.active {
    color: #006DDE;
}

/* 编辑资料弹窗 */
.Editor-popup {
    position: fixed;
    left: 0%;
    z-index: 10;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.Editor-popup .rujin_box {
    width: 480px;
    height: auto;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 20px #333333;
    padding: 0 40px;
    padding-bottom: 30px;
}

.Editor-popup .rujin_box .Edi_btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: auto;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4a4a4;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}

.Editor-popup .rujin_box .e-logo {
    padding-top: 10px;
}

.Editor-popup .rujin_box .e-logo img {
    width: 150px;
}

.Editor-popup .rujin_box .e-name {
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.Editor-popup .rujin_box .e-port {
    width: 165px;
    height: 165px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

.Editor-popup .rujin_box .e-port .por-img {
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 50%;
    background: url(../images/details_game.png) no-repeat;
    background-size: 100%;
}

.Editor-popup .rujin_box .e-port .por-img img {
    width: 100%;
}

.Editor-popup .rujin_box .e-port .upload-btn {
    position: absolute;
    top: 100px;
    right: 15px;
    width: 36px;
    height: 34px;
}

#edit-btn {
    width: 36px;
    height: 34px;
    vertical-align: top;
    cursor: pointer;
    outline: 0;
    background: url(../images/icon_ed.png);
    border: none;
}

#myfile {
    display: none;
}

.Editor-popup .rujin_box .edit-box {
    margin-top: 20px;
}

.Editor-popup .rujin_box .edit-box .ed-count {
    font-size: 20px;
    color: #333;
    padding-left: 15px;
    margin: 12px 0;
}

.Editor-popup .rujin_box .edit-box .edit-itme {
    height: 30px;
    background: #edf6fd;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.Editor-popup .rujin_box .edit-box .edit-itme .itme-l {
    display: flex;
    font-size: 18px;
    align-items: center;
}

.Editor-popup .rujin_box .edit-box .edit-itme .itme-l .t-inf {
    margin-right: 8px;
    color: #707070;
}

.Editor-popup .rujin_box .edit-box .edit-itme .itme-l .t-inp {
    border: none;
    background: none;
    color: #707070;
}

.Editor-popup .rujin_box .edit-box .edit-itme .icon-item {
    width: 34px;
    height: 38px;
    background: url(../images/ed_icon_img.png) no-repeat;
}

.Editor-popup .rujin_box .edit-box .edit-itme .sex {
    background-position: 0 -90px;
}

.Editor-popup .rujin_box .edit-box .edit-itme .day {
    background-position: 0 -178px;
}

.Editor-popup .rujin_box .edit-box .edit-itme .pho {
    background-position: 0 -266px;
}

.Editor-popup .rujin_box .edit-box .edit-itme .email {
    background-position: 0 -362px;
}

.Editor-popup .rujin_box .edit-box .edit-btn {
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: url(../images/w-btn-bg.jpg) repeat-x;
    line-height: 50px;
    width: 100%;
    border: none;
    border-radius: 6px;
    margin: 20px 0;
    cursor: pointer;
}

/* 充值弹窗 */
.recharge-popup {
    position: fixed;
    left: 0%;
    z-index: 20;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.recharge-popup .rujin_box {
    width: 480px;
    height: auto;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 20px #333333;
    -webkit-box-shadow: 1px 1px 20px #333333;
    box-shadow: 1px 1px 20px #333333;
    padding: 0 40px;
    padding-bottom: 15px;
}

.recharge-popup .rujin_box .rech_btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: auto;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4a4a4;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}

.recharge-popup .rujin_box .e-logo {
    padding-top: 10px;
}

.recharge-popup .rujin_box .e-logo img {
    width: 150px;
}

.recharge-popup .rujin_box .e-name {
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.recharge-popup .rujin_box .rech-box {
    height: auto;
    background: #e7f5ff;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
}

.recharge-popup .rujin_box .rech-box .flat-b {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.recharge-popup .rujin_box .rech-box img {
    vertical-align: middle;
    margin-right: 10px;
}

.recharge-popup .rujin_box .rech-box .flat-num {
    font-size: 32px;
    color: #ff7f00;
    padding: 10px 0;
}

.recharge-popup .rujin_box .rech-box .flat-accut {
    text-align: left;
    color: #000000;
    font-size: 18px;
}

.recharge-popup .rujin_box .amount-box {
    margin-top: 10px;
    padding: 0 0 0 15px;
    width: 465px;
}

.recharge-popup .rujin_box .amount-box .amount-tit {
    font-size: 20px;
}

.recharge-popup .rujin_box .amount-box .amount-list {
    width: 370px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    margin-left: 90px;
}

.recharge-popup .rujin_box .amount-box .amount-list li {
    width: 100px;
    height: 35px;
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ff7f00;
    margin-bottom: 10px;
    color: #ff7f00;
    cursor: pointer;
}

.recharge-popup .rujin_box .amount-box .amount-list li.active {
    background: #fee5ca;
}

.recharge-popup .rujin_box .amount-box .custom {
    display: flex;
    align-items: center;
}

.recharge-popup .rujin_box .amount-box .custom .title {
    color: #000000;
    margin-right: 25px;
    font-size: 20px;
}

.recharge-popup .rujin_box .amount-box .custom .cus-inp {
    width: 370px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    color: #ff9d10;
    border: 1px solid #ff9d10;
    font-size: 20px;
    text-indent: 10px;
}

.recharge-popup .rujin_box .amount-box .way-list {
    margin: 10px 0;
}

.recharge-popup .rujin_box .amount-box .way-list li {
    height: 35px;
    background: #f1f8fe;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 5px 15px;
    cursor: pointer;
}

.recharge-popup .rujin_box .amount-box .way-list li:before {
    content: '';
    width: 36px;
    height: 36px;
    background-position: 2px -2px;
    display: inline-block;
    position: absolute;
    left: 460px;
}

.recharge-popup .rujin_box .amount-box .way-list li:before {
    background: url(../images/icon_chos.png) no-repeat;
    width: 36px;
    height: 36px;
}

.recharge-popup .rujin_box .amount-box .way-list li.cur:before {
    background-position: -50px 0px;
}

.recharge-popup .rujin_box .amount-box .way-list li.cur {
    background: #d7ebfc;
}

.recharge-popup .rujin_box .recharge-txt {
    padding: 5px 15px;
}

.recharge-popup .rujin_box .recharge-txt a {
    color: #0074ff;
}

.recharge-popup .rujin_box .denglu_but {
    height: 50px;
    width: 350px;
    display: block;
    font-size: 24px;
    background: url(../images/w-btn-bg.jpg) repeat-x;
    color: #fff;
    border-radius: .25rem;
    text-align: center;
    margin: .5rem auto .25rem auto;
    border: none;
    cursor: pointer
}

.news-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e6;
}

.news-title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}

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

.news-time span {
    padding: 0 10px;
    font-size: 14px;
    color: #7e7d7d;
}

.news-box {
    padding-top: 30px;
}

.news-box p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    text-indent: 30px;
}

.news-box img {
    /*width: 100%;*/
    padding: 15px 0;
}

.login-reg {
    padding-top: 60px;
    border-top: 6px solid #296aef;
}

.step-cnt {
    margin: 0 auto;
}

.login-logo {
    text-align: center;
    margin-bottom: 40px;
}

.login-logo a {
    display: block;
}

.login-logo img {
    text-align: center;
}

.login-box {
    margin: 0 auto;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 520px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 60, 179, .12);
    background: #fff;
    padding: 0px 90px 30px;
}

.valid {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.valid li {
    padding: 0 20px;
    font-size: 20px;
    cursor: pointer;
}

.valid li.active {
    color: #f09a19;
}

.login_form .input-outer {
    margin-bottom: 15px;
}

.login_form .input-outer .inp-count {
    border: 1px #e3e3e3 solid;
    border-radius: 4px;
    background: none;
    text-align: left;
    font-size: 16px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    outline-color: #296aef;
}

.c-input {
    display: flex;
    border: 1px #e3e3e3 solid;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
}

.c-input .inp {
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 70%;
    text-indent: 15px;
    font-size: 16px;
}

.c-input .btn {
    border: 1px #e8e8e8 solid;
    background: #e8e8e8;
    text-align: left;
    font-size: 16px;
    width: 31%;
    height: 46px;
    line-height: 43px;
    color: #333;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.login_form .submit {
    background-color: #296aef;
    margin-top: 15px;
    font-size: 18px;
    height: 45px;
    text-align: center;;
    line-height: 45px;
    border-radius: 4px;
}

.login_form .submit button {
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    color: #fff;
    outline-color: #296aef;
    height: 100%;
}

.chover-box {
    display: none;
}

.chover-show {
    display: block;
}
.link {
    margin-bottom: 20px;
}

.link .title {
    padding-bottom: 12px;
    border-bottom: 1px dotted #2f3b4a;
    width: 100%;
    color: #d1d0d0;
    display: flex;align-items: center;
}
.link .title h3{width:130px;font-size:24px;font-weight:normal}
.link .title .linkitem{display:flex;justify-content:space-between}
.link .title .linkitem a{color:#d1d0d0;font-size:16px;padding:0 10px}
.link .title .linkitem a:hover{color: #ff9100;}