body{
	background: #f5f5f5;
}
.blue{
	color: #0088cc;
}
.aboutWrap{
	width: 1190px;
	overflow: hidden;
	margin: 0 auto
}
.border{
	border:1px solid #e5e5e5;
	background: #fff;
}
.tapwrap{
	width: 238px;
	height: 892px;
	float: left;
}
.tapwrap ul{
	padding: 22px 37px;
	font-size: 16px;

}
.tapwrap ul li{
	height: 34px;
	line-height: 34px;
	text-align: left;
}
.tap_active{
	color: #e44835;
}
.infoWrap{
	width: 938px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
}
.infoWrap h1{
	width: 877px;
	height: 79px;
	line-height: 79px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.infoWrap p{
	line-height: 24px;
	margin-top: 13px;
}
.box{
	padding: 0 30px;
}
.editionPrompt{
	width: 920px;
	background:#fff;
	padding: 75px 0;
	margin: 0 auto;
	text-align: center;
}
.flex{
	display: flex;
}
.browser{
	width: 195px;
}
.font24{
	font-size:24px; 
}
.font20{
	font-size: 20px;
}
.font16{
	font-size: 16px;
}
.crumb a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}
.crumb a, .crumb img {
    float: left;
}
.crumb img {
    padding-top: 21px;
    margin-left: 6px;
    margin-right: 9px;
}
.fl{
	float: left;
}
.crumb {
    width: 1190px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
}
.dashed{
	width: 93%;
    border: 1px dashed #ccc;
    margin: 24px 0 0 10px;
}
.absolute{
	position: absolute;
	top: 0;
    right: 20px;
    cursor: pointer;
}