::-webkit-scrollbar {display:none}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
  margin:0;

}

body, html {
  /* important */
  height: 100%;
}

.content{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	text-align: center;
  	font-size：0;
}

.content_inbox{
	display:inline-block;
	text-align: left;

}

.content_card{
	display: inline-block;
}

.card{
	padding:0;
	margin:0;
	height: 288px;
	width: 368px;
	background-color: #000;	
	overflow: hidden;
}

.name{
	width: 368px;
}

.info{
	width: 368px;
}
@media only screen and (max-width: 5000px){
	.content_inbox{
		width: 1860px;
	}
}


@media only screen and (max-width: 1900px){
	.content_inbox{
		width: 1490px;
	}
}


@media only screen and (max-width: 1600px){
	.content_inbox{
		width: 1115px;
	}
}

@media only screen and (max-width: 1200px){
	.content_inbox{
		width: 750px;
	}
}
@media only screen and (max-width: 750px){
	.content_inbox{
		width: 370px;
	}
}