
body{
	background: #999;
}

input{
	border: 0;
    outline: none;
}





.content img{
	width: 100%;
}

	
.detail_header{
	position: fixed;
	top:0;
	width: 100%;
	height: 50px;
	background:#ffffff;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0px 3px 3px #d7d7d7;
}

.h-left{
  float: left;
  width: 15%;
  height: 50px;
}


.h-left a {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url('/public/images/arrow_left.png') no-repeat 15px center;
    background-size: auto;
  background-size: auto auto;
  background-size: auto 16px;
}

p{
	margin-bottom: 0px !important;
}



@media (max-width: 1000px) { 
.about{
	margin-top: 50px;
}

.about{
	width: 100%;
	max-width: 1000px;
	background:#ffffff;
	margin-left: auto;
	margin-right: auto;
}


.title{
	padding: 15px 10px 15px 10px;
	margin-bottom: 0px;
}

.title h1{
	font-size: 25px;
}
 
}
































































@media (min-width: 1000px) {  

.about{
	width: 100%;
	max-width: 800px;
	background:#ffffff;
	margin-left: auto;
	margin-right: auto;
}

	
   
.about{
	margin-top: 15px;
	border-radius: 8px;
}

.title{
	padding: 15px;
	margin-bottom: 5px;
}
  


 }




















































