﻿.fr-box-j{
	width:80px;
	height:80px;
	position:fixed;
	right:0;
	bottom:0px;
	z-index:1000;
	cursor:pointer;
}
.close-icon-box{
	width:15px;
	height:15px;
	position:fixed;
	right:5px;
	bottom:60px;
	z-index:1000;
	cursor:pointer;
}
.web-bottom-box{
	width:100%;
	height:80px;
	background:rgba(0,0,0,0.7);
	position:fixed;
	right:0;
	bottom:0px;
	z-index:999;
}
.mid-web-bottom-box{
	width:1200px;
	margin:0 auto;
	height:80px;
}
.text-logo-box{ width:120px; margin-top:20px; margin-right:66px;}
.input-bigBox{ 
    width:240px; 
	height:44px; 
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	margin-top:20px; 
	margin-right:-1px;
	padding:0 14px;
	cursor:pointer;
}
.input-groupBox{
	width:100%;
	height:32px;
	line-height:32px;
	color:#ccc;
	border:1px solid #ccc;
	margin-top:6px;
	padding:0 10px;
}
.input-groupBox input{
	display:block;
	width:100%;
	height:100%;
	background:none;
	border:0;
	color:#ccc;
	font-size:14px;
	outline:none;
}
.xiala-input{
	width:100%;
	height:100%;
	line-height:44px;
	color:#ccc;
	padding:0 14px;
}
.xiala-input-icon{ width:16px; position:absolute; right:32px; top:17px;}
.xiala-input-list{
	display:none;
	width:180px;
	position:absolute;
	bottom:42px;
	left:24px;
	background:#fff;
	border:1px solid #bfbfbf;
}
.xiala-input-list li{ width:100%; height:24px; line-height:24px; padding-left:10px; color:#999; cursor:pointer;}
.xiala-input-list li:hover{ background:#bfbfbf; color:#fff;}



.pop-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:1999; color:#fff;}
.bg{ background:rgba(0,0,0,0.3);  width:100%; height:100%;}
.pop-con-style{
	width:348px;
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-170px;
	z-index:2000;
	color:#666;
	text-align:center;
}
.pop-closeBox{
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	background:red;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:2099;
}
.invalid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}
.invalid::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}
input.invalid:-ms-input-placeholder{
    color: red;
}
input.invalid::-webkit-input-placeholder {
    color: red;
}