body {
    font-family: "å¾®è½¯é›…é»‘","å®‹ä½“",Arial;
    background: url(../images/bg.jpg) center top;
    font-weight: 100;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.header {
    height: 154px;
}

.logo {
    float: left;
    margin: 52px 0 0 0;
}

.list {
    float: right;
    margin-top: 102px;
}

.list-item {
    float: left;
}

.list-item span,.list-item a{
    display: block;
    color: #fff;
    padding: 0 14px;
    border-left: 1px #323232 solid;
    cursor:pointer;
}

.list-item span:hover {
    color: #ffc452;
}

.last span {
    padding-right: 0;
}
.group span,.group a{
    padding: 0 5px;
}
.first span {
    border: none;
    color: #ffc452;
}

.profiles {
    height: 375px;
    /*margin-top: 280px;*/
}

.title {
    background: #000;
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
}

.pro-special {
    border-bottom: 1px #2b4b5d solid;
    color: #7bbfe6;
}

.main {
    padding: 30px 20px 0 20px;
    background-color: #000;
    background: rgba(0,0,0,0.5);
    padding-bottom: 27px;
}

.pro-txt {
    float: left;
    width: 453px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.pro-img {
    float: right;
}

.winning {
    margin-top: 16px;
}

.win-special {
    border-bottom: 1px #14232b solid;
    color: #7bbfe6;
}

.item, .education, .games, .VIS {
    margin-top: 70px;
}

.item-special {
    border-bottom: 1px #3c1b03 solid;
    color: #da6209;
}

.edu-special {
    border-bottom: 1px #003417 solid;
    color: #2a9c5d;
}

.edu-01 {
    width: 470px;
    color: #bababa;
    font-size: 14px;
    line-height: 24px;
}

.edu-left {
    float: left;
}

.edu-right {
    float: right;
}

.edu-left-img {
    float: left;
}

.edu-left-txt {
    width: 172px;
    float: right;
    padding-top: 16px;
}

.edu-title {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.star {
    display: block;
    padding-top: 25px;
}

.games-special {
    border-bottom: 1px #00253c solid;
    color: #1b7cb7;
}

.games-title {
    margin: 0 12px;
}

.games-01 {
    width: 298px;
    height: 228px;
    border: 1px #373737 solid;
    margin-top: 87px;
    position: relative;
    float: left;
    margin-right: 18px;
    background:#000;
}

.games-txt-title {
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    padding-top: 53px;
}

.blue {
    width: 54px;
    height: 2px;
    margin: 0 auto;
    background: #11699f;
}

.games-txt {
    height: 72px;
    overflow: hidden;
    color: #bababa;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 25px 18px 0 18px;
}

.games-last {
    margin-right: 0;
}

.games-01-title {
    position: absolute;
    left: 114px;
    top: -35px;
}

.games-show {
    height: 110px;
}

.games-show-title {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding-top: 35px;
    text-align: center;
}

.gary {
    width: 38px;
    height: 1px;
    background: #3f3f3f;
    margin: 0 auto;
}

.vis-special {
    border-bottom: 1px #3d200c solid;
    color: #b86b36;
}

.vis-padding {
    padding: 0;
}

.vis-border {
    height: 1px;
    width: 852px;
    margin: 59px auto;
    background: #3a2111;
}

.vis-02 {
    height: 506px;
    padding: 0 25px;
    position: relative;
}

.vis-right {
    width: 371px;
    height: 319px;
    background: #000;
    color: #bababa;
    font-size: 18px;
    line-height: 30px;
    border: 1px #323232 solid;
    padding: 25px 20px 0 20px;
    position: absolute;
    right: 25px;
    top: 54px;
}

.footer {
    background: #232323;
    color: #9d9d9d;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 30px 0 34px;
}
.modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.modal .modal-body{
    width:40%;min-width: 700px;
    min-height: 40%;max-height: 70%;
    background-color: rgba(250,250,250,1);
    margin:100px auto;
    padding-top:20px;
    color: red;

}
.text-center{
    text-align: center;
}

.table {
    width:90%;
    margin:0 auto;
}
.table tr td{
    min-width:100px;
    height:90px;
}
.input-line{
    width:100%;
    padding-left: -40px;
    height:40px;
    line-height: 40px;
    color: #666666;
    margin-bottom: 10px;
}
.input-line input{
    margin-left:10px;
    height:40px;
    width:270px;
    padding-left: 6px;
    border:1px solid #CCCCCC;
}
.text-right{
    text-align: right;
}
.red{
    color: red;
}
.btn{
    width:20%;
    border-radius: 4px;
    font-size:18px;
    color: #666666;
    box-shadow: none;
    display: block;
    line-height: 30px;
    margin:0 auto;
    cursor: pointer;
    border:1px solid #666666;
}
.btn:active{
    background-color: #777777;
}
.close{
    padding:5px;
}
.close:hover{
    cursor: pointer;
}
.text-info{
    padding-left:10px;
    font-size:14px;
    color: #888888;
}
.input-text{
    width: 100px;display: inline-block;

}
.padding-modal{
    padding-left:60px;
}

/** æ–°åŠ çš„æ–°é—»è½®æ’­å’Œå·²è®¤è¯ç”¨æˆ·  */
#news{
    position: relative;
    padding: 30px 20px;
    margin:30px 0;
    background-color: rgba(0,0,0,0.4);
    height: 110px;
}

.users,.news{
    color: #ffffff;
}
.users{
    width: 100%;
}
.news-box{
    width: 300px;
}
.news-box li{
    height: 36px;line-height: 36px;
}
.user-content{
    position: absolute;
    right:60px;
    top:30px;
    width: 300px;
    border-left:1px solid grey;
    padding-left: 130px;
}
.users-box{
    width:100%;
}
.users-box li{
    height: 36px;line-height:36px;
}

#otherGames{
    margin-top:70px;
    clear: both;
}
#otherGames .main{
    height: 500px;
    padding-top:20px;
}
.game-item{
    width: 50%;
    position: relative;
    float: left;
    margin-top:35px;
}
.game-item .faceimg{
    width: 288px;
    height: 192px;
    cursor: pointer;
}
.game-item .game-content{
    width: 39%;
    position: absolute;
    top:0;
    right: 0;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.game-content .game-name{
    line-height: 50px;
    position: relative;
    /*width: 69px;*/
    overflow: hidden;
}
.game-content .game-name .game-intro{
    position: absolute;
    top: 33%;
    right: 14px;
    height: 14px;
}
.game-content .game-desc{
    line-height: 26px;
    font-size: 14px;
    color: #fafafa;
}
.game-content .game-recharge{
    margin-top:25px;
}
.game-desc{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 134px;
}

.column2{
    float: left;
    margin-right: 5px;
    width: 155px;
}