body{
	margin: 0;
	min-width: 1260px;
	background: #000;
	overflow-x: hidden!important;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
img{
	border: none;
}
input{
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,p{
	margin: 0;
}
*{
	box-sizing: border-box;
}
img{
	border: none;
}
.clearfix:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
*{
	outline: none;
}

.navigation-default .nav-search-container {
	display: none;
}

.Collection{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	margin-top: 30px;
	background: rgba(255,255,255,0.11);
	padding-top: 30px;
	border-radius: 4px;
}
.Collection .left{
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 30px;
}
.Collection .left .photo{
	width:100%;
	height:100%;
	border-radius:50%;
}
.Collection .right{
	float: left;
}
.Collection .warn1{
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-left: 40px;
}
.Collection .warn2{
	opacity: 0.5;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 40px;
}
.Collection .Tab{
	width: 100%;
	height: 38px;
	float: left;
	margin-top: 28px;
}
.Collection .Tab .tab {
	width: 140px;
	height: 38px;
	float: left;
	background: #aaa;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.Collection .Tab .tab.active {
	background: rgba(5,68,255,0.8);
}
.Collection .Tab .tab:hover {
	background: rgba(5,68,255,1.0);
}

.upload{
	width: 1200px;
	height: 38px;
	margin: 0 auto;
	margin-top: 31px;
}
.upload .up1{
	width: 140px;
	height: 38px;
	float: right;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	background: #15CAFA;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
}

.gif{
	width: 1300px;
	margin: 0 auto;
}
.gif .no-gif{
	display:none;
	width: 288px;
	height: 249px;
	border: 2px dashed #979797;
	border-radius: 4px;
	margin-top: 35px;
	margin-left: 50px;
}
.gif .no-gif .po1{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 100px;
	letter-spacing: 1px;
}
.gif .no-gif .po2{
	display: block;
	width: 102px;
	height: 33px;
	margin: 0 auto;
	background: #15CAFA;
	border-radius: 2px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
	margin-top: 50px;
}

._will{
	width: 1200px;
	margin: 0 auto;
}
#container{
	width: 100%;
	margin-bottom:40px;
}
.item{
	overflow:hidden;
	float: left;
	width: 280px;
	background-color: #fff;
	margin-top: 30px;
}
.item img{
	display: block;
	height:100%;
	width: 100%;
	object-fit: cover;
	transition: all 1s;
	transform: scale(1.1)
}
#waterfall-loading{
	display: none;
}
.item .shaow{
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	padding-left: 8px;
	z-index: 1;
	background: rgba(58,58,58,0.4);
	line-height: 26px;
}
.item .shaow span{
	margin-right: 16px;
}
.item p{
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.item:hover img{
	transform: scale(1.2);
}
