@charset "UTF-8";
*{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100% !important;
    height: auto !important;
}
.top{
    width: 100%;
    padding: 200px 0;
    position: relative;
}
#container {
	position: absolute;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#output {
	width: 100%;
	height: 100%;
}
.top .container{
    z-index: 999;
}
.top input{
    width: 100% !important;
    height: 60px;
}
.padding-zero{
    padding-left: 0;
    padding-right: 0;
}
.top button{
    height: 60px;
}
.left-nav-item{
    font-size:14px;
    line-height: 2em;
}
input,button{
	border-radius:0;
}
a,a:hover{
    text-decoration: none;
}
a{
    color: #333;
}
a:hover{
    color: green;
}
.a-active{
    color:green;
}
.right-nav-item{
    font-size: 16px;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    line-height: 2em;
}
.left-nav{
    border-right: 1px solid #ddd;
    overflow: hidden;
}
.margin-top-60{
    margin-top: 60px;
}
.text-gray{
    color: gray;
    font-size: 14px;
}
span.text-success{
    font-size: 12px;
}
.show-shop-info{
    font-size: 16px !important;
    line-height: 2em;
}
.show-shop-info img{
	margin:20px 0;
	padding:20px;
	border:1px solid #ddd;
	width:100%;
}
.next{
    margin-top: 15px;
    font-size: 16px;
}
.show-shop-title{
    font-size:24px;
    font-weight: bold;
}
.show-shop-title span.text-success{
	font-size:24px;
}
.text-white{
	color:#fff;
}
.search-right{
	border-left:1px solid #ddd;
}
#search{
	padding:30px 0;
}
.search-item{
	overflow:hidden;
	margin-bottom:30px;
}
.s-title{
	font-size:16px;
	margin-bottom:15px;
}
.add-time{
	font-size:14px;
	color:#8f8f8f;
}