﻿/*   
 * Version: 1.0
 * Author: zc
*/

/* esport.css */


/* ======= Base ======= */
.navbar-default{
    background-color: #FFF;
}
.headers{
    margin-top: 60px;
    background-image: url(../images/esport/Online_Game.jpg);
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0; 
}

.title{	
    width: 890px;
    margin: auto;
    position: relative;
    padding: 40px 20px 0px;
}
.title2{ 
    width: 890px;
    margin: -50px auto 30px;
    position: relative;
     padding: 40px 20px 0px;
}
.title2 div {
    margin-top: 20px;
}
.title3{ 
    width: 890px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 40px 20px;
}

.title .font{
	font-size: 72px;
}
.image_link{
    background: linear-gradient(to left, #007dff, #00bdff);
}
.esport_content {
    width: 890px;
    margin: -30px auto 30px;
    text-align: center;
    position: relative;
    padding: 0px 30px;
}
.esport_content ol li{
    margin-bottom: 0px;
}
.esport_image{
    text-align: center;
}

.game_content {
    width: 800px;
    margin: -30px auto 30px;
    text-align: center;
    position: relative;
    padding: 0px 30px;
    color: #00ffff;
}
.game_content .mobile_title{
    font-size: 18px;
}
.game_content .mobile_detail{
    font-size: 12px;
}
.game_news{
    padding-bottom: 10px;
}
.game_new{
    padding-bottom: 50px;
}
.overview_lists li {
    width: 90%;
    color: #fff;
}
.cut-off {
    width: 100%;
}
.img_1 {
    text-align: center;

}
.img_1  img {
    width: 480px;
    float:none;
}
/*footer{
    background: linear-gradient(to left, #007dff, #00bdff);
}*/

@media (max-width: 890px){
	.title {
    	width: 100%;	
	}
    .title2 {
        width: 100%;    
    }
    .title3 {
        width: 100%;    
    }
    .esport_content {
        width: 100%;
    }
    .esport_content li{
        margin: 10px auto;
    }

    .title .font{
        font-size: 38px;
    }

    /*.header img{
        width: 100%;
        height: 200px;
    }*/
}

@media (max-width: 950px){
    .game_content {
        width: 90%;
    }
@media (max-width: 480px){
    .img_1  img {
    width: 100%;
    padding: 0px 10px;
    }
    .game_content .mobile_title{
    padding-left: 14px;
    }
    .game_content .mobile_detail{
    padding-left: 14px;
    }

}

