@CHARSET "UTF-8";
@font-face {
  font-family: 'iconfont';  /* Project id 2474268 */
  src: url('//at.alicdn.com/t/font_2474268_vsoodgmflf.woff2?t=1622036898958') format('woff2'),
       url('//at.alicdn.com/t/font_2474268_vsoodgmflf.woff?t=1622036898958') format('woff'),
       url('//at.alicdn.com/t/font_2474268_vsoodgmflf.ttf?t=1622036898958') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:20px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.ico{    display: block;}
a{color: #333;}

body {
    padding-top: 70px;
    background: #1e222d;
}
body.body-mobile{
    padding-top:0;
    background: #fff;
}

body.body-white {
     background: #1e222d;
}
/*a{color: #737e91;}*/
/*a:link{text-decoration:none;color:#434343;}*/
/*a:visited{text-decoration:none;color:#434343;}*/
/*a:hover{text-decoration:none;color:#ff6600;}*/
/*a:active{text-decoration:none;color:#434343;}*/

ul{padding: 0;margin:0}
li{    list-style: none;}
.head{
        width: 100%;
    height: 48px;
    background: #11171e;
    position: relative;
    z-index: 10000;
    font-size: 12px;
}
.head .navul{
    width: 1200px;
    height: 34px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.head .ul_1{
    width: 60px;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 14px;
    text-align: center;
    height: 48px;
    float: left;
    padding-left: 20px;
    background: url(//www.ali213.net/images/home_dark.png) 5px 17px no-repeat;
}
.head .ul_2{
    width: 170px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    float: left;
    background: url(//www.ali213.net/images/app_dark.png) 1px center no-repeat;
    zoom: 1;
    position: relative;
    z-index: 99;
    margin-right: 20px;
    list-style: none;
}
.head .ul_2 a{
    padding-left: 20px;
}
.footer{
    width: 100%;
    background: #0f1115;
}  
.footer ul{
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
}
.navlogin{
    float: right;
    width: 300px;
    height: 48px;
    line-height: 48px;
    color: #737e91;
    font-size: 14px;
    
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 86px;
}
.dropdown-menu{width: 200px;}
.user{    list-style: none;}
.loginimg b{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 17px 5px;
    background: url(https://i.ali213.net/statics/images/All.png) no-repeat -29px -366px;
    float: left;
    overflow: hidden;
}
.loginimg{
    color: #737e91;
}
.navbar-nav{
    width: 100%;
    height: 44px;
    margin: 10px 0;
}
.nav>li>a {
   padding: 10px 0;
}
.navbar-nav ul{width:1200px;margin: 0 auto;}
.navbar-nav li{
float: left;
    font-size: 14px;
    text-align: center;
    margin: 0 10px 10px 10px;
    width: 44%;
    background: #363c4f;
    border-radius: 5px;
}
.navbar-nav li.hover {
    width: 93px;
    height: 40px;
    line-height: 36px;
    border-top: #f85802 4px solid;
}
.navbar-nav li.active {
    background-color: #4CAF50;
    color: white;
}
.t2c_r {
       width: 96%;
    float: left;
margin: 30px  0;
}
.t2c_r_t {
    width: 311px;
    height: 34px;
    background-position: -1px -104px;
    margin-top: 30px;
}
.t2c_r_t .msobutton {
    width: 70px;
    height: 27px;
    line-height: 27px;
    float: left;
    margin: 0px 0 0px 30px;
    display: inline;
    background: transparent;
    color: #737e91;
    cursor: pointer;
    text-align: left;
    text-indent: 7px;
    border: 0;
    font-size: 13px;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff7518;
}
.navbar-default .navbar-nav>li>a {
    color: #d6dbff;
}
.sbg {
    background-image: url(/themes/simpleboot3/public/assets/images/icon_20181025.png);
    background-repeat: no-repeat;
}
.navbar-right2 {
  
    margin-right: 0;
}
.left{float: left;}
.navbar-form {

    margin-top:  0;
    margin-bottom: 0;
}
.form-txt{
    color: #f96d0a;
    line-height: 26px;
    height: 36px;
    font-size: 16px;
}
.msobutton{
        background: #f56a0b;
    border: 0;
    color: #fff;
    padding: 9px;
    line-height: 20px;
    border-radius: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #f96d0a;
    background-color: #e2e3e4;;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 0;
    margin-right: 10px;
   
}
.navbar-form .form-control {
   width: 170px;
    height: 27px;
    line-height: 27px;
    float: left;
    margin: 1px 0 1px 10px;
    display: inline;
    color: #37404c;
    background: transparent;
    outline: none;
    font-size:1em;
}
.form-control:focus{
    border: none!important;
    box-shadow:none;
}
.navbar-default{
    width: 100%;
    background: #1e222d;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
    border-radius: 4px;
    
}
.tcb{background: #222a35;height: 210px;}
.noneStatus p{color:#ddd;}


.tc-box.article-box {

    height: 216px;

}
.list-inline a{color: #bbb;}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 0 15px 0;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 6px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 15px;
    text-align: left;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #e38b27;
    border-radius: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #fa6f0a;
    border-color: #f66c0c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e4471a;
    border-color: #e4471a;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fa6f0a;
    border-color: #f66c0c;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #fa6f0a;
    border-color: #f66c0c;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
   background-color: #fa6f0a;
    border-color: #f66c0c;
}
.comments{background: #33394a;}
.comment {
    margin-bottom: 10px;
    color: #b7b7b7;
}
.comment_p{    
    color: #f5680b;
    font-size: 12px;};

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
        overflow: hidden;
    width: 90%;
    padding: 10px;}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}
.avatar{
width: 50px;
    border-radius: 50px;
}
.comment_li{padding: 20px;}
.comment_user{    width: 10%;
    float: left;}
/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*---------------------------列表页--------------------------*/
.assort-container {
    box-sizing: border-box;
    margin: auto;
    background-color: #eef1f5;
    box-shadow: 0px 2px 15px 1px rgb(108 123 144 / 39%);
    border-radius: 6px;
    padding: 1px 0;
    margin: 5px;
}
.list-type {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 10px;
}
.list-type p {
    float: left;
    width: 84px;
    text-align: center;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    color: #eef1f5;
    margin-right: 22px;
    background: #6e839f;
    border-radius: 10px 0;
}
.list-ul-box {
    margin: auto;
    font-size: 0;
    width: 100%;
    float: left;
}
.list-ul-box li {
    width: 33%;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 6px;
    font-size: 14px;
    float: left;
}
.list-ul-box li a {
    display: inline-block;
    height: 100%;
    color: #5a5a5a;
    font-size: 14px;
    padding: 0 12px;
}
.list-ul-box li a:hover{
    background-color: #f4d7d3;
    color: #ff5325;
    border-radius: 40px;
    font-weight: bold;
    
}
.game_list{}
.game_list_l{}
.game_list_l ul{}
.game_list_l li{
    background: #fff;
    margin: 5px;
    width: 47%;
    border-radius: 8px;
}
.game_list_l_pro{
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.game_list_l_pro img{
    width:100%;
    height:auto;
    transition: all 0.5s;
    margin:0%;
}
.game_list_l_pro img:hover{
    margin:-2.5%;
    width:105%;
    height:170px;
}
.game_list_l_txt{
padding: 0 12px;
}
.game_list_l_txt h5:after {
    content: "";
    width: 62px;
    height: 1px;
    background: #f7c31d;
    display: block;
}
.game_list_l_txt h5{
    font-size: 16px;
    color: #222;
    height: 32px;
    line-height: 32px;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game_list_l_txt p,.post-body{
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin: 9px 0 13px;
}
/*---------------------------内容页--------------------------*/
.detail_game {
    width: 848px;
    float: left;
    text-align: left;
    display: inline;
}
.detail_game_p{
    padding: 0 10px;
    font-size: 14px;
    margin: 0;
}
.detail_game p span{font-weight: bold;}
.detail_game_l_l {
    width: 100%x;
    height: auto;
    float: left;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}
.detail_game_l_l img {
    width: 100%;

}
.detail_game_r{
    width: 100%;
    float: left;

}
.detail_game_r_info{
    width: 100%;
    display: flex;
    margin-top: 5px;
    
}
.detail_game_r_info ul{
        padding: 0 0 0 10px;
    
}
.detail_game_r_info ul li{
            width: 210px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    display: inline-block;
    color: #999;
    
}
.detail_game_r_tag{
width: 100%;
    height: 20px;
    color: #999;
    float: left;
    padding: 5px 0 0 20px;
}
.gamename{
        width: 100%;
    padding-bottom: 3px;
    display: table;
    height: 80px;
        padding-bottom: 3px;

}
.gamename h2{
 font-size: 18px;
    color: #f56a0b;
    font-weight: bold;
    padding-left: 10px;
  
}

.detail_game_image{
   padding: 10px 20px 20px 20px;
    background: #fff;
    border-radius: 4px;
    
}
.detail_body_con_bb_title {
    width: 100%;
    border-bottom: 3px solid #e7e7eb;
    height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}
.detail_body_con_bb_title h2 {
    width: 100px;
    height: 30px;
    border-bottom: 3px solid #ff4d03;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.detail_body_left_info {
 width: 100%;
    height: auto;
    background: #fff;
    display: table;
  
}
.detail_body_left_info_tit {
    width: 100%;
    border-bottom: 3px solid #e7e7eb;
    height: 50px;
    color: #333333;
    display: block;
    padding-bottom: 10px;
}
.detail_body_left_info_tit h2 {

    height: 30px;
    border-bottom: 3px solid #ff4d03;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    float: left;
}
.detail_body_left_info_con {
    width: 100%;
    height: auto;
        float: left;
}
.detail_body_left_info_con img{
    width: 100%;
    height: auto;
       
}
.detail_body_left_info_con ul{
margin-top: 20px;
    padding: 0;
}
.detail_body_left_info_con li{
    padding: 10px;
    background: #3b5563;
    margin: 10px;
    color: #fff;
}
.detail_body_left_info_con li span{
 padding: 10px;
    background: #50a4d1;
    margin: 10px;
    color: #fff;
}
.detail_body_p{
    border: 3px dotted #DDE;
    padding: 30px;
}
.detail_body_table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{

    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #44536e;
    color: #fff;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
        background: #ececec;
    color: #464646;
    
}
.detail_body_left_nav {
    width: 100%;
    background: white;
    position: static;
    z-index: 2147483638;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
}
.detail_body_left_nav li {
    width: 33.3%;
    height: 100%;
    border-right: #eee 2px solid;
    border-top: #eee 2px solid;
    float: left;
    display: inline-block;
}
.detail_body_left_nav li a {
    width: 109px;
    height: 23px;
    line-height: 23px;
   margin: 9px 5px 9px 10px;
    display: inline-block;
}
.detail_body_left_nav li.hover a.yxgs em {
    background-position: -148px -51px;
}

.detail_body_left_nav li.liang a.yxgs em {
    width: 20px;
    height: 22px;
    background-position: -148px -77px;
    float: left;
    margin-top: 1px;
    display: inline-block;
}
.detail_body_left_nav li.liang a.pzyq em {
    background-position: -175px -76px;
}

.detail_body_left_nav li a.pzyq em {
    width: 23px;
    height: 23px;
    background-position: -203px -145px;
    float: left;
    display: inline-block;
}
.detail_body_left_nav li.liang a.azsm em {
    background-position: -203px -78px;
}

.detail_body_left_nav li a.azsm em {
    width: 26px;
    height: 20px;
    background-position: -231px -147px;
    float: left;
    margin-top: 2px;
    display: inline-block;
}
.detail_body_left_nav li.liang a.xgxz em {
    background-position: -232px -77px;
}

.detail_body_left_nav li a.xgxz em {
    width: 24px;
    height: 22px;
    background-position: -260px -146px;
    float: left;
    display: inline-block;
}
.detail_body_left_nav li.liang a.xwgl em {
    background-position: -262px -78px;
}

.detail_body_left_nav li a.xwgl em {
    width: 23px;
    height: 20px;
    background-position: -286px -147px;
    float: left;
    margin-top: 1px;
    display: inline-block;
}
.detail_body_left_nav li.liang a.xzdz em {
    width: 20px;
    height: 20px;
    background-position: -292px -78px;
    float: left;
    margin-top: 1px;
    display: inline-block;
}
.detail_body_left_nav li a.yxgs span {
    width: 80px;
    height: 22px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
}

.detail_body_left_nav li.hover span {
    color: #ff4d03;
}
.detail_body_left_nav li.liang a.pzyq span {
    color: #434343;
}

.detail_body_left_nav li a.pzyq span {
    width: 77px;
    height: 23px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
    color: #d6d6d6;
}
.detail_body_left_nav li.liang a.azsm span {
    color: #434343;
}

.detail_body_left_nav li a.azsm span {
    width: 74px;
    height: 20px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
    color: #d6d6d6;
}
.detail_body_left_nav li.liang a.xgxz span {
    color: #434343;
}

.detail_body_left_nav li a.xgxz span {
    width: 76px;
    height: 22px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
    color: #d6d6d6;
}
.detail_body_left_nav li.liang a.xwgl span {
    color: #434343;
}
.detail_body_left_nav li a.xwgl span {
    width: 77px;
    height: 20px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
    color: #d6d6d6;
}
.detail_body_left_nav li a.xzdz span {
    width: 80px;
    height: 20px;
    font-size: 14px;
    float: right;
    text-align: left;
    display: inline-block;
}

.detail_body_left_nav li.liang a {
    cursor: pointer;
}
.down{margin-top: 20px;}
.downimg{
    background: #f2630f;
    width: 200px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;}
.down a:hover {background: #fa782c;color:#fff;}
/*top box*/
.topBox{
    width:100%;
}
.downlistsearch{
    width: 100%;
    height: 90px;
    margin: 10px 0;
    background: #33394a;
    overflow: hidden;
    box-shadow: none;
}
.downlistsearch .t2 {
    margin-left: 20px;
    width: 70%;
}

.downlistsearch div, .downlistsearch a {
    float: left;
    height: 42px;
    margin-top: 22px;
}
.downlistsearch .t1{    
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    font-weight: bold;
    color: #4b6281;
    width: 140px;
    text-align: center;
    margin-left: 27px;
    
}
.downlistsearch .t2 input {
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    letter-spacing: 0px;
    color: #657d9d;
    font-size: 16px;
    outline: 0;
    border: 0;
}
.downlistsearch .t3 {
    width: 58px;
}
.downlistsearch .t3 input {
    width: 100%;
    height: 100%;
    background: #f56a0b;
    cursor: pointer;
    outline: 0;
    border: 0;
    color: #fff;
}
.downlistsearch a {
    position: relative;
    padding-left: 20px;
    letter-spacing: 0px;
    color: #596c86;
    opacity: 0.93;
    font-size: 14px;
    margin-left: 25px;
}
.bandimg{
    margin: 10px auto;
    text-align: center;
}

/*个人主页*/
.mobile-top{padding: 15px 0;
    background: #1e222d;
    color: #fff;
    text-align: center;}
.resico{position: absolute;left: 10px;}
.r_ico{margin-right: 5px;}
.userlist{width:80%}
  .mobile-user-nav{       background: #fff;
    padding: 15px;
    display: flow-root;} 
   .mobile-user-nav a{     width: 100%;
    float: left;
    text-align: left;
    background: #fff;
    padding: 10px;
    color: #535353;
    border-bottom: 1px solid #e3e3e3;}
.list-group a{color:#333}
.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 25%;
    float: left;
}
.fa-fw{width: 2.28571429em;
    text-align: center;float: left;
    color: #ff521e;
    font-size: 20px;
}

.jiulicont{width: 100%;}
.user_content {background:#222a35;height: 250px;border-radius: 3px;}
.user_img{ text-align: center; margin: 0 auto;padding-top: 20px;}
.user_img img { width: 100px;height: 100px;border: 8px solid #dadce0;border-radius: 50px;}
.user_name{text-align: center;margin: 10px auto;font-size: 18px;color: #7b7b7b;}
.user_pvip{margin: 0 auto;text-align: center;background: #828282;width: 40%;padding: 4px 10px;border-radius: 5px;color: #fff;}
.user_svip{margin: 0 auto;text-align: center;background: #ff521e;width: 40%;padding: 4px 10px;border-radius: 5px;color: #fff;}
.user_svip_time{text-align: center;margin: 10px auto;color: #646464;}
.user_list{border-radius: 3px;}
.content{     background: #fff;
    float: left;
    height: auto;
    border-radius: 3px;
    width: 100%;
    padding-bottom: 20px;}
.tab-content{padding: 50px;}
.form-list {margin: 10px 15px;float: left;margin-right: 50px;}
.kefu{margin: 20px 0;width:100%;}
.kefu li{    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;}
.kefu li p{color: #ff521e;font-size: 12px;}
.onsvip{position: relative; right: 10px;}
.onsvipbtn{padding: 10px 50px;color: #fff; background: #ff521e;border-radius: 25px; box-shadow: 1px 1px 7px 0px #ff521e;position: absolute; right: 10px;top: -50px;background-image: linear-gradient(to right, #ff521e , #d22010);}
.userinfo{    background: #222a35; padding: 20px;color: #fff;border-radius: 2px 2px 0 0;background-image: linear-gradient(to right, #222a35 , #4a4a4a);}
.userinfo span{font-weight: 100;color:#ff521e}
.privilege{width:100%}
.privilege p{border-bottom: 1px solid #ececec; padding: 20px 0;}
.privilege li{ width: 100%;
    padding: 10px;
    margin: 10px 10px 0 0;
    background: #f9f9f9;
    color: #747474;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: flex;
    align-items: center;}
.userinfo-icon{width: 2rem;height: 2rem;margin: 0 10px;}
.privilege-icon {width: 3em; height: 3em;vertical-align: -0.15em;fill: currentColor;overflow: hidden;margin-right: 10px;}
.p_g{padding: 20px;border-radius: 4px;border-bottom: 1px solid #ececec;}
.p_li{}
.p_li a{   width: 90%;
    float: left;
    text-align: center;
    border: 2px solid #ececec;
    margin: 10px;
    padding: 20px;
    border-radius: 6px;
    color: #727272;
    position: relative;
    cursor: pointer;
}

.svipli{display: block;
    width: 85px;
    height: 29px;
    background: url(//js.wotucdn.com/framework/web/vip/recharge/images/shop_3.png) no-repeat;
    background-size: cover;
    font-size: 12px;
    color: #7d5113;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: -5px;
    top: 5px;
    }

.p_c{color: #ff521e;
    border-bottom: dotted 1px #ddd;
    margin: 20px 0;
    position: absolute;}
.p_c span{font-size: 26px;}
.svip_btn{background: #ff521e;
    color: #fff;
    border: 0;
    padding: 6px 30px;
    border-radius: 5px;
    margin-top: 40px;
}
.p_li .on{border: solid 2px #ff521e;}
.aui-total span{    padding: 20px;
    font-weight: 700;
    color: #ff5808;}
.paytype{width: 100%;
    height: 80px;
    padding: 20px;
    border-top: 1px solid #ececec;}
.paytype li{    width: 90%;
    float: left;
    text-align: left;
    margin-right: 20px;
    padding: 10px;
    position: relative;
    border: dotted 2px #ddd;
    margin: 10px;
}
.paytype li a{    position: absolute;
    left: 35%;
    top: 35%;
    font-size: 16px;}
.wid70{width: 70px;height: 70px;}
.cell-right input[type="radio"], .cell-right input[type="checkbox"]:not(.m-switch) {
    -moz-appearance: none;
    left: -9999em;
    opacity: 0;
}
.cell-right .cell-radio-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
    background-image: url(data:image/png;base64,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);
}
.cell-right input[type="radio"]:checked + .cell-radio-icon:after, .cell-right input[type="checkbox"]:not(.m-switch):checked + .cell-radio-icon:after {
    content: '';
    background-image: url(data:image/png;base64,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);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
}
.aui-payment-method{position: absolute;top: 10%; font-size: 16px;right: -50px;}
.mobile_footer{margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 31;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    background-color: #1e222d;
    box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 60%);
    -webkit-box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 60%);
    -moz-box-shadow: 0 0 10px 0 hsla(0,6%,58%,.6);
    font-size: 16px;}
.mobile_footer a{position: relative;
    width: 20%;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
    color: #fff;
    padding: 6px 0;}
.mobile_nav{    
    line-height: 26px;
    }
.mobile_nav li{
   
      padding: 10px;
    border: 1px solid #1e222d;
    background: #363c4f;
    margin: 5px;
    border-radius: 5px;
    
}
.mobile_menu{    position: absolute;
    top: 86%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;}

