@charset "UTF-8";
#index-focus > div:first-child{
	position: relative;
}
#index-focus .carousel-indicators{
	bottom: -8px;
	right: 0;
	width: 150px;
	height: 477px;
	opacity: 1;
	background: #f4f6f8;
}
#index-focus .carousel-indicators li{
	width: 135px;
	height: 83px;
	margin: 5px 0 5px 15px;
	border-width: 3px;
	border-color: #FFFFFF;
	overflow: hidden;
	padding: 2px;
	border-radius: 0;
}
#index-focus .carousel-indicators li:first-child{
	margin-top: 0;
}
#index-focus .carousel-indicators li.active{
	border-color: #EA479E;
}
#index-focus .carousel-indicators li img{
	width: 100%;
	height: 100%;
	float: right;
	object-fit: cover;
}
#index-focus .item{
	width: calc(100% - 150px);
}
#index-focus .item .carousel-img{
	height: 477px;
}
#index-focus .item .carousel-caption{
	height: 50px;
}
@media (max-width: 767px){
	#index-focus .carousel-indicators{
	    bottom: -20px;
    }
	#index-focus .item .carousel-img{
	    height: 180px;
    }
}
#content-container > .row{
	position: relative;
}
#content-container > .row > main:first-child{
	z-index: 1;
}
#content-container > .row > main:first-child .panel-body > div > div > .col-xs-1 > div{
	width: 30px;
	padding: 8px;
	color: #FFFFFF;
}
#content-container > .row > main:first-child .panel-body > div > div:first-child > .col-xs-1 > div{
	background-color: #FF4939;
}
#content-container > .row > main:first-child .panel-body > div > div:last-child > .col-xs-1 > div{
	background-color: #F8AB1D;
}
.flag-list .flag-item{
    border: 1px solid;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    padding: 0 10px;
    text-align: center;
}
.flag-list .flag-item:nth-child(1){
    background-color: #04A1C5;
}
.flag-list .flag-item:nth-child(2){
    background-color: #78A117;
}
.flag-list .download-list-title{
	overflow:hidden;
	height:30px;
}
.flag-list .download-list-title li{
    float: left;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    position: relative;
    height: auto;
    width: auto;
}
.flag-list .download-list-title li a{
    padding: 0 15px;
    border-right: 1px solid #DEDEDE;
    display: block;
}
.flag-list .download-list-title li:nth-last-child(1) a{
    border-right: 0;
}
.hot-news .title h3{
    border-bottom: 2px solid #FF6600;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: bold;
}
.hot-news .media-body{
	border-bottom: 1px dashed #DEDEDE;
}
.hot-news .media-body > span{
	text-align: right;
	font-size: 12px;
}
.top10-games .media{
	margin-top: 10px;
}
.top10-games .media:first-child{
	margin-top: 0;
}
.top10-games .media-body{
	border-bottom: 1px dashed #DEDEDE;
	height: 30px;
}
.top10-games .media:last-child .media-body{
	border-bottom: 0;
}
.top10-games .media-body span{
	color: #DEDEDE;
}