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);
}
.my{
	width: 1200px;
	margin: 0 auto;
}
.my .my1{
	width: 130px;
	height: 40px;
	border: 1px solid #979797;
	border-radius: 4px;
	margin-top: 35px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.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;
}


#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;
}
._will{
	width: 1200px;
	margin: 0 auto;
}
.item .shaow{
	letter-spacing: 1px;
	height: 34px;
	background:-webkit-gradient(linear, 0% 0%, 0% 95%,from(rgba(0,0,0,0.005)), to(rgba(0,0,0,0.9)));
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	padding-left: 9px;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 1s;
	opacity: 0;
}
.item:hover .shaow{
	opacity: 1;
}
.item .shaow span{
	margin-right: 20px;
}
.item p {
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.item:hover img{
	transform: scale(1.2);
}
.T-show .care{
	width: 100%;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	transition: all 1s;
	opacity: 0;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.00) 100%);
}
.T-show .care .care1{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-top: 5px;
	background: red;
	float: right;
	background: url(/images/img/img-home-page/care1.png) no-repeat center;
	background-size: 100%;
}
.T-show .care .care1.care2{
	background: url(/images/img/img-home-page/care2.png) no-repeat center;
	background-size: 100%;
}
.T-show:hover .care{
	opacity: 1;
}


#shade{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:199;
}
#shade .con{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-198px;
	margin-top:-88px;
	width:396px;
	height:176px;
	background:#000;
}
#shade .con .close{
	position:absolute;
	float:left;
	width:32px;
	height:32px;
	right:0;
	top:0;
	cursor:pointer;
	background:url(/images/img/login/sign-cancel.png) no-repeat;
	background-size:32px 32px;
}
#shade .con p{
	width:100%;
	height:94px;
	font-size:18px;
	line-height:94px;
	color:#fff;
	text-align:center;
}
#shade .con .btns{
	width:280px;
	height:40px;
	margin:0 auto;
}
#shade .con .btns #sure,
#shade .con .btns #cancel{
	width:120px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	cursor:pointer;
	color:#fff;
	background: #565667;
	border-radius:9px;
}
#shade .con .btns #sure{
	float:left;
}
#shade .con .btns #cancel{
	float:right;
}
#shade .con .btns #sure:hover{
	background: #76f6f0;
}
#shade .con .btns #cancel:hover{
	background: #76f6f0;
}
