/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clearFix {
	clear: both;
}

body {
	background-color: #efefef;
	font-family: ProximaNova-Regular;
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}

.first {
	position: relative;
	height: 560px;
	margin-top: 100px;
	background: url(../images/bg.png) no-repeat center top;
	
	.logo1 {
		position: absolute;
		width: 155px;
		height: 110px;
		top: 140px;
		left: 815px;
		background: url(../images/logo1.png);
		display: block;
	}
	.logo2 {
		position: absolute;
		width: 188px;
		height: 165px;
		top: 340px;
		left: 910px;
		background: url(../images/logo2.png);
		display: block;
	}
	.logo3 {
		position: absolute;
		width: 68px;
		height: 72px;
		top: 190px;
		left: 1060px;
		background: url(../images/logo3.png);
		display: block;
	}
}

.load-box {
	position: relative;
	width: 100%;
	height: 700px;
	color: #000;
	
	.email {
		width: 400px;
		height: 30px;
		line-height: 30px;
		font-size: 28px;
		padding: 15px;
		background: transparent;
		border: #272727 3px solid;
		outline: none;
		resize: none;
		position: absolute;
		margin: 407px 0 0 500px;
		
		&:hover, &:focus {
			border-color: #333ecb;
			outline: none;
		}
	}
	
	#jsUploadFile{
		width:531px;
		height:287px;
		text-align: center;
		position: absolute;
		/*border: #000000 5px solid;*/
		margin: 50px 0 0 250px;
		background-image: url(../images/button1.png);
		background-size:cover;
		background-position: center center;
		
		&:hover {
			background-image: url(../images/button1_hover.png);
		}
		
		.dt {
			height:287px;
		}
		
		input {
			width:531px;
			height:287px;
		}
	}	
}
.qq-upload-list {
	display: none;
}

.all-shots {
	
}

.send{
	width: 306px;
	height: 74px;
	background: url('../images/button3.png');
	cursor: pointer;
	position: absolute;
	margin: 545px 0 0 250px;
	
	&:hover {
		background: url('../images/button3_hover.png');
	}
}

.ajphoto {
	width: 540px;
	float: left;
	margin: 20px;
	background-color: #fff;
	position: relative;
	border: #272727 3px solid;
	
	.cross {
		position: absolute;
		z-index: 10;
		top: 5px;
		right: -25px;
		color: #fff;
		font: 20px/20px helvetica;
		cursor: pointer;
	}
	img {
		display: block;
	}
}



