a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.head {
	background: url("http://res004.oss-cn-qingdao.aliyuncs.com/baimu-tech/static/images/Banner_BG.jpg") center center no-repeat;
	background-size: cover;
	height: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bm-nav {
	background-color: #ffffff;
	width: 100%;
	max-width: 1200px;
	padding: 10px 30px;
	margin: 0 auto;
	height: 40px;
	border-radius: 20px;
	position: absolute;
    top: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bm-nav-img {
	width: 30px;
}
.bm-nav-container {
	display: flex;
	color: #150909;
}
.bm-nav-item {
	margin: 0 10px;
	cursor: pointer;
}

.bm-nav-item:hover {
	color: #2e86f4;
}

.bm-nav-item.active {
	color: #2e86f4;
	border-bottom: solid 2px;
}


.head-main {
	text-align: center;
	color: #ffffff;
	font-size: 64px;
}
.bm-btn {
    background-color: #2e85f6;
    font-size: 14px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

.our-game {
	padding: 100px 0;
	background-color: #e7e6e2;
	background-size: auto;
	background-image: url("http://res004.oss-cn-qingdao.aliyuncs.com/baimu-tech/static/images/Yellow_BG.png");
	background-position: -1440px 100px;
	background-repeat: no-repeat;
	
}
@keyframes animatedBackground {
  from { background-position: -1440px 100px; }
  to { background-position: 0 100px; }
}
.our-game-animation {
	background-position: 0 100px;
	animation: animatedBackground 0.5s linear;
}
.out-game-head {
	color: #150909;
    padding-left:25vw;
    margin: 50px 0;
}
.out-game-head-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.carousel-inner .item-main {
	width: 50vw;
	margin: 0 auto;
	position: relative;
}
.carousel-inner .item-main img {
	width: 100%;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators .active {
    width: 20px;
    height: 2px;
    margin: 0;
    background-color: #010101;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c8c8c8;
    border: none;
    margin: 0;
}
.bm-game-btn {
	background-color: #ffd741;
	color: #39393b;
    font-size: 14px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    bottom: 100px;
    right: 70px;

}


.our-story {
	padding: 50px 0;
	background-color: #dad9d5;
}
.our-story-main {
	width: 50%;
	margin: 0 auto;
	max-width: 800px;
}
.out-story-main-title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
}
.out-story-main-content {
	text-indent: 2rem;
}
.our-story-wrapper {
	margin-top: 50px;
}
.our-story-wrapper img {
	width: 100%;
	margin-bottom: 15px;
}


.join-us {
	background-color: #140a09;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.join-us-content {
	color: #ffffff;
}
.join-us-content-title {
	font-size: 32px;
}
.default-btn {
	background-color: #ffffff;
	color: #150909;
}


.bm-footer {
	background-color: #000000;
	color: #717171;
	padding: 80px 0 20px;
	
}
.bm-footer-contain {
	max-width: 1200px;
	width: 80vw;
	margin: 0 auto;
	border-top: solid 1px;
	padding-top: 10px;
}


/* 小型设备（平板电脑，768px 起） */
@media screen and (max-width: 768px) { 
	.head-main {
		font-size: 20px;
	}

	.our-game {
		background-color: #ffd741;
		padding: 50px 0;
	}

	.out-game-head {
		margin: 0 0 20px;
		padding: 0 50px;
	}
	.carousel-inner .item-main {
		width: 90%;
	}
	.bm-game-btn {
		bottom: 28px;
    	right: 25px;
	}

	.our-story-main {
		width: 100%;
		padding: 0 20px;
	}

	.join-us-content-title {
		font-size: 24px;
	}
}