@media (min-width: 990px) {
    #cm-ad-show-border{
        min-height: 110px;
    }
}

/*游戏*/
#game-list{
    margin-top: -40px;
}
.game-border{
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
#game-list>.col-md-6:nth-child(odd){
    /*padding-left: 0;*/
    padding-right: 20px;
    margin-bottom: 40px;
}
#game-list>.col-md-6:nth-child(even){
    padding-left: 20px;
    /*padding-right: 0;*/
    margin-bottom: 40px;
}
.game-data-border{
    margin: 15px;
    overflow: hidden;
}
.game-data{
    margin-bottom: 10px;
    overflow: hidden;
}
.game-describe1{
    margin-top: 20px;
    margin-bottom: 20px;
}
.game-describe2{
    line-height: 25px;
    /*text-align: left;*/
}
.game-info-border{
    height: 280px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.game-img{
    float: left;
    display: none;
}
.game-logo{
    height: 130px;
    margin-top: 5px;
}
.game-button{
    font-size: 20px;
    border: 2px solid #000;
    transition:  background-color,color 0.3s;
    -moz-transition: background-color,color 0.3s, -moz-transform 0.3s;
    -webkit-transition: background-color,color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color,color 0.3s, -o-transform 0.3s;
    display: block;
}
.game-button:hover{
    background-color: #000;
    color: #fff;
    transition:  background-color,color 0.5s;
    -moz-transition: background-color,color 0.5s, -moz-transform 0.5s;
    -webkit-transition: background-color,color 0.5s, -webkit-transform 0.5s;
    -o-transition: background-color,color 0.5s, -o-transform 0.5s;
}
.game-button>div:first-child{
    float: left;
}
.game-button>div:last-child{
    float: right;
}
.game-button i{
    font-size: 28px;
}
.game-img-small-border{
    width: 100%;
    margin-top: 30px;
    background-color: #000;
    padding: 2px;
    overflow: hidden;
}
.game-img-small-bg{
    /*border: 2px solid #fff;*/
}
.game-img-small{
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
}
.game-img-small:hover{
    opacity: 0.5;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
}
@media (max-width: 991px) {
    #game-list{
        margin-top: 0;
    }
    #game-list>.col-md-6:nth-child(odd){
        padding: 0;
        margin-bottom: 15px;
    }
    #game-list>.col-md-6:nth-child(even){
        padding: 0;
        margin-bottom: 15px;
    }
    .game-data{
        background-color: #fff;
    }
    .game-data-border{
        margin-bottom: 0;
    }
    .game-info-border{
        height: 237px;
        padding-right: 0;
    }
    .game-logo{
        height: 70px;
        margin-top: 5px;
    }
    .game-job{
        margin-bottom: 15px;
    }
    .game-start{
        margin-top: 20px;
    }
}

/*团队*/
#team-border{
    background-color: #000;
    padding-bottom: 50px;
}
#team-title{
    margin-top: 30px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    font-weight: 200;
}
#team-describe{
    text-align: center;
    color: #888;
    font-size: 14px;
    margin: 15px 0px 20px 0;
}
#job-list{
    padding-left: 30px;
}
.job-bg{
    height: 185px;
    padding: 0;
}
.job-border{
	width: 100%;
    height: 100%;
}
.job-type{
	width: 100%;
	display: inline-block;
    padding-top: 28px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 22px;
    color: lightgray;
}
.job-icon{
    text-align: center;
    font-size: 42px;
    color: #777;
    display: none;
}
.job-border:hover .job-icon,.job-border:hover .job-type{
    /*color: #B69CF0;*/
    /*color: #C00009;*/
    color: #C03D45;
}
.job-bg:nth-child(1) .job-border,.job-bg:nth-child(4) .job-border,.job-bg:nth-child(5) .job-border{
    background-color: #212121;
}
#team-ad-border{
    height: 555px;
    padding-left: 50px;
    overflow: hidden;
}
#team-ad{
    width: 100%;
}
#team-msg{
    width: 100%;
    height: 114px;
    position: absolute;
    z-index: 2;
    margin-top: 441px;
    margin-left: -50px;
    padding-left: 65px;
    padding-right: 30px;
    overflow: hidden;
    color: #aaa;
    background-color: rgba(0,0,0,.7);
}
#team-msg .cm-table-cell-center{
	line-height: 1.6;
}
@media (max-width: 991px) {
    #team-border{
        padding-bottom: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #222;
    }
    #team-title{
        margin-top: 20px;
    }
    #team-describe{
        /*text-align: left;*/
    }
    #job-list{
        padding-left: 30px;
        padding-right: 30px;
    }
    .job-type{
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .job-icon{
    	font-size: 28px;
    }
    .job-bg{
        height: 125px;
    }
}


/*tap4fun*/
#t4f-ad{
    width: 100%;
    margin-top: 30px;
}
#t4f-info{
    margin-bottom: 15px;
    padding-left: 45px;
}
#t4f-title{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
#t4f-msg{
    margin-top: 150px;
    text-align: center;
    font-size: 40px;
    /*line-height: 1.6;*/
}
#t4f-year-border{
    height: 37px;
    margin-top: 80px;
    border-bottom: 2px solid #000;
}
#t4f-year-border li{
    float: left;
    text-align: center;
}
.t4f-year{
    font-size: 20px;
}
.t4f-year-sign{
    margin-top: -1px;
}
.t4f-year-info{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (max-width: 991px) {
    #t4f-border{
        display: none;
    }
}