@charset "utf-8";

html{cursor: url("/Public/photoshow/images/logo.ico"),auto;}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
/************************common   end******************************/

html{
	height: 100%;
}
body{
	min-height: 100%;
}

.con{
	width: 1250px;
	margin: 0 auto;
}
.inner-con{
	width: 1200px;
	margin: 0 auto;
}
#search{
	position: relative;
}

.header input[name="search"]{
	width: 240px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 43px 0 15px;
    font-size: 16px;
	color: #969696;
	background: url(/Public/photoshow/images/bg_input.png) no-repeat center;
}
.header input::-webkit-input-placeholder {
    color: #969696;
}
.header .submit{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 43px;
	background: url(/Public/photoshow/images/zoom.png) no-repeat center;
}
.header{
	display: flex;
}
.header .inner-con{
	display: flex;
	align-items: center;
}
.logo{
	flex: 1;
}<!--ºÄÊ±1764554210.0684Ãë-->