body {
	background: #fff;
}

.solution-banner {
    width: 100%;
    height: 15rem;
    background: no-repeat center;
    background-size: 100% 15rem;
    color: #fff;
    padding: 2.15rem 0 0 1.5rem;
}
.banner-title {
	font-size: 1.9rem;
    margin-top: 1rem;
    font-weight: 500;
    color: #fff;

}
.banner-subtitle {
	margin-top: 0.75rem;
	font-size: 0.9rem;
}
.banner-button {
    display: block;
    border: 1px solid #fff;
    width: 6.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    line-height: 2.3rem;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
}
.block-title {
	padding: 1.5rem 0 1rem 0;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}
.block-base {
	padding: 0 0.5rem 1rem 0.5rem;
}
/* 面临问题 */
.problem-deck {
    padding: 0.75rem 0 2.75rem 5rem;
    background: no-repeat left 0.75rem;
    background-size: 3.8rem;
    border-top: 1px solid #e6e6e6;
}
.first-deck {
	border-top: 0;
}
.problem-title {
	font-size: 0.9rem;
	color: #333;
}
.problem-content {
    margin-top: 0.5rem;
    line-height: 2.2em;
    font-size: 0.8rem;
    color: #999;
}
/* 架构 */
.solution-framework {
	background: #f5f6f7;
}
.frame-text {
	font-size: 0.8rem;
	color: #666;
	text-indent: 2em;
	margin-top: 1rem;
	line-height: 2em;
}
/* 优势 */
.youshi-content-box {
	margin: 0 1.55rem;
	min-height: 15rem;
}
.youshi-content-item {
	float: left;
	width: 13.5rem;
	min-height: 15rem;
	text-align: left;
	border: 1px solid #e6e6e6;
}
.youshi-content-item.swiper-slide {
	height: auto;
}
.activeitem {
	border-color: #0080ff;
}
.youshi-image-outer {
	background-color: #e9f0f7;
	height: 5rem;
	padding-top: 0.8rem;
}
.youshi-image {
	width: 6rem;
	height: 3.5rem;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.youshi-image {
	width: 6rem;
	height: 3.5rem;
	background-size: 24rem 3.5rem;
}
.youshi-1 {
	background-position: 0 0;
}
.youshi-2 {
	background-position: -6rem 0;
}
.youshi-3 {
	background-position: -12rem 0;
}
.youshi-4 {
	background-position: -18rem 0;
}
.youshi-title {
	margin-top: 0.625rem;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.9rem;
	color: #333;
	text-align: center;
}
.youshi-info {
	font-size: 0.8rem;
	color: #999;
	padding: 0 0.5rem;
	line-height: 2em;
	text-align: justify;
}
.activeitem .youshi-title {
	color: #0080ff;
}
.activeitem .youshi-info {
	color: #666;
}
.solution-youshi-box {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.youshi-type-list {
	display: block;
	width: 100%;
	height: 2.6rem;
}
.youshi-type-item {
	display: list-item;
	float: left;
	height: 1.075rem;
	margin-left: 14%;
	margin-top: 0.75rem;
	padding-bottom: 0.25rem;
}
/* 更多方案 */
.more-solutions {
	background: #f5f6f7;
}
.more-list li {
	width: 50%;
	float: left;
	height: 4.5rem;
}
.more-list a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3rem;
	background: no-repeat center 0.8rem;
	background-size: 1.5rem;
}
.more-list a:hover {
	box-shadow: -1px 5px 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}
.more-list p {
	text-align: center;
	color: #666666;
	font-size: 0.6rem;
}
.more-list a:hover p {
	color: #0080ff;
}
a.more-finance {
	background-image: url(img/icon_finance.png);
}
a.more-finance:hover {
	background-image: url(img/icon_finance_active.png);
}
a.more-mobile {
	background-image: url(img/icon_mobile.png);
}
a.more-mobile:hover {
	background-image: url(img/icon_mobile_active.png);
}
a.more-game {
	background-image: url(img/icon_game.png);
}
a.more-game:hover {
	background-image: url(img/icon_game_active.png);
}
a.more-site {
	background-image: url(img/icon_network.png);
}
a.more-site:hover {
	background-image: url(img/icon_network_active.png);
}
a.more-ecomm {
	background-image: url(img/icon_ecommerce.png);
}
a.more-ecomm:hover {
	background-image: url(img/icon_ecommerce_active.png);
}
.banner-game {
	background-image: url(img/banner_game.jpg);
}
/* 面临问题 */
.game-problem-1 {
	background-image: url(img/game_problem_1.png);
}
.game-problem-2 {
	background-image: url(img/game_problem_2.png);
}
.game-problem-3 {
	background-image: url(img/game_problem_3.png);
}
/* 框架 */
.game-frame {
	background: url(img/game_frame.jpg) no-repeat center;
	height: 8.3rem;
	width: 100%;
	background-size: 15rem 8.3rem;
}
/* 优势 */
.game-youshi {
	background-image: url(img/youshi_game.png);
}
.block-base,.banner-game {
    display: none;
}
@media (max-width: 768px) {
    .web-issue {
        display: none;
    }
    .block-base,.banner-game {
    display: block;
}
    .block-title {
    font-size: 1.3rem;
    border-bottom: none;
    width: 100%;
}
    
    
    
}

