.breadcrumb{
	background: none;
	padding: 8px 0px;
	margin-bottom: 0;
}
/*关于我们*/
.introduce{
	border: 1px #eee solid;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	padding: 10px 0 10px 0px;
	/*height: 160px;*/
	background: #fff;
}
.introDetail span{
	color: #303030;
}
.introduce img{
	width: 100%;
	border-radius: 16px;
	/*width: 100px;
    height: 100px;*/
}
.introWrap p span{
	color: #444;
}
.introWrap p span span{
    color: #888;
}
.introduce span{
	color: #444;
    margin-right:10px;
}
.introduce span span{
    color:#888;
}
.androidD span,.iosD span{
	color: #fff;
}
.introWrap a h6{
	font-size: 20px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 15px;
}
.introDown{
	display: flex;
	margin-top: 24px;
}
.introDown a{
	flex: 1;
}
.introDown div{
	padding: 6px 0px;
	border-radius: 4px;
	color: #fff;
	margin-right: 26px;
	box-sizing: border-box;
	text-align: center;
}
.introDown div.androidD{
	background: #80d80c;
	margin-right: 4px;
}
.introDown div.androidD:hover{
	background: #6bb609;
}
.introDown div.iosD{
	background: #4792FE;
    margin-right:0;
}
.introDown div.iosD:hover{
	background: #4a4949;
}
.actTitle{
	text-align: center;
    padding: 18px 0;
    border-bottom: 1px #ddd solid;
}
.actTitle h3{
	font-weight: 800;
	font-size: 20px;
	color: #303030;
	margin-bottom: 6px;
}
.actTitle p{
	font-size: 13px;
    margin-top:6px;
    color:#999;
    text-align:center;
}
.actContent{
	color: #333;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	margin-top: 10px;
	margin-right: 10px;
	background: #fff;
    padding-top: 18px;
    margin-bottom:30px;
}
.actContent img,.actMain img{
	display: block;
	margin: 8px auto;
	width: 100%;
	height: auto;
}
.actMain{
	padding: 16px;
}

/*文章页*/
.gamesPictures h3{
	font-size: 16px;
	color: red;
}
.tab-content>.tab-pane {
    padding: 10px 14px;
}
.tab-content>.tab-pane h3{
	font-size: 17px;
    color: red;
    margin: 10px 0;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding: 4px 14px 0 14px;
}
.swiper-container{
	margin:10px 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
	margin-right: 2px!important;
}
.swiper-slide {
	width:203px!important;
	height:374px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
	.introDown div{
		margin-right: 0;
	}
    .actContent img,.actMain img{
	    display: block;
	    margin: 8px auto;
        width:100%!important;
	    height: auto!important;
    }
	.introDown a{
		display: block;
		margin: 0 auto;
	}
	.actContent{
		margin-right: -15px;
	}
	.swiper-slide{
	 	width:191px!important;
	 	height:287px!important;
	 }
	.introWrap{
		margin-left: 0;
	}
	.introWrap a h6{
		font-size: 20px;
	}
	.introDown div{
		padding: 6px 0;
	}
	/*.introDetail span, .introWrap p span{
		color: #999;
	}*/
	.introDown{
		margin-top: 14px;
	}
	.introduce img{
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.phoneShow{
		display: none;
	}
	.actTitle{
		padding: 8px 0;
	}
}
@media screen and (min-width: 667px) and (max-width: 767px){
	.phoneHide{
		display: none;
	}
	.phoneShow{
		display: block;
		width: 60%;
	}
	.introDown div.androidD{
		margin-bottom: 20px;
	}
	.introduce img{
		width: 83%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.phoneHide{
		display: none;
	}
	.phoneShow{
		display: block;
	}
	.phoneShow{
		width: 50%;
		display: flex;
	}
	.introDown a{
		margin-bottom: 4px;
	}
	.navbar-header{
		padding: 0 12px;
	}
	.navbar-nav{
		float: right;
	}
}