.Pc-search-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,.95);
    display: none;
}
.Pc-search-search{
	width: 1015px;
	margin: 200px auto 0;
        position: relative;
}
.Pc-icon-chahao{
    position: absolute;
    top: -90px;
    right: -90px;
    font-size: 30px;
}
.Pc-icon-chahao i{
    font-size: 40px;
    color: #999;
}
.Pc-search-input{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 130px;
	padding-bottom: 32px;
	box-sizing: border-box;
}
.Pc-search-input input{
	height: 80px;
	border: none;
	outline: 0;
	font-size: 60px;
	color: #999;
        background: transparent;
}
.Pc-recommend>li{
	margin-top: 25px;
}
.Pc-recommend>span{
	font-size: 16px;
	color: #333;
}
.Pc-recommend>li>ol{
	margin-top: 20px;
}
.Pc-recommend>li>ol span{
	padding: 8px 12px;
	background: #F2F2F2;
	margin-right: 20px;
}
.Pc-recommend>li>ol span a{
	color: #333;
}
