body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}

@media (max-width: 1100px) {
   .container {
      width: 100%;
   }
}

.container .jumbotron {
	margin-left: 1px;
	margin-right: 1px;
	
	padding-left: 10px;
	padding-right: 10px;

}

.detail ul {
	list-style: none;
	-webkit-padding-start: 15px;
}

.detail li {
	font-size: 1.8rem;
	line-height: 1.428;
	margin-top: 25px;
	padding-left: 10px;
	display:block;
	height: 50px;	
}

.img-sample-borders {
  box-shadow: 0px 0px 0px 5px #000, 0px 0px 0px 10px #fff;

  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
  margin-bottom: 30px;
}

.img-moment-borders {
  border: 7px solid #fff;

  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
  margin-bottom: 10px;
}



footer a#top {
	display: inline;
	
	
	padding: 5px;
	position: fixed;
	bottom: 50px;
	right: 60px;
	z-index: 9;
	color: #fff;
	background: black;
	font-size: 20px;
	font-weight: 300;
}




