/*修改站内搜索placeholder的颜色        start*/

input.search::-webkit-input-placeholder {
	color: #fff;
	font-size: 12px;
}

input.search:-moz-placeholder {
	/*兼容谷歌*/
	color: #fff;
	font-size: 12px;
}

input.search::-moz-placeholder {
	/*兼容火狐19+*/
	color: #fff;
	font-size: 12px;
}

input.search:-ms-input-placeholder {
	/*兼容IE10+*/
	color: #fff;
	font-size: 12px;
}


/*修改站内搜索placeholder的颜色        end*/


/*修改关键字placeholder的颜色            start*/

input.Recharge::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}

input.Recharge:-moz-placeholder {
	/*兼容谷歌*/
	color: #ccc;
	font-size: 14px;
}

input.Recharge::-moz-placeholder {
	/*兼容火狐19+*/
	color: #ccc;
	font-size: 14px;
}

input.Recharge:-ms-input-placeholder {
	/*兼容IE10+*/
	color: #ccc;
	font-size: 14px;
}


/*修改关键字placeholder的颜色        end*/


/*min-width*/


/*头部+底部*/

.headers,
.footer {
	min-width: 1201px;
}


/*布局     start-------------------------------------*/

#container {
	width: 1201px;
	margin: 0 auto;
}

#index_box {
	width: 1200px;
	line-height: 40px;
}

#Tips {
	width: 1200px;
	margin-bottom: 30px;
	border: none;
	background-color: rgba(245,245,245,1);
	margin-top: 0;
}

.text {
	border: 1px solid #f2f2f2;
	margin-left: 44px;
	padding-top: 20px;
}


/*布局    end-----------------------------------------*/


/*中间内容    start-------------------------------------*/

#L {
	float: left;
	width: 260px;
	height: 562px;  
	background-color: #fff;
} 

#R {
	float: right;
	width: 910px;
	background-color: #fff;
	padding: 30px 0;
}

.T {
    height: 50px;
    color: #333;
    line-height: 50px;
    text-indent: 10px;
	font-size: 16px;
	background-color: rgba(216,216,216,0.08);;
}

/* .B {
	height: 500px;
	background: orange;
} */

.B1 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}

.first {
	color: #333F93;
	line-height: 20px;
	margin: 15px 0;
	text-align: center;
}

.left-border{
    border-left: 4px solid #4366FD;
}

.Recharge {
	float: left;
	width: 380px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-right: 9px;
}

.btn {
	float: left;
	width: 114px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	display: block;
	background: rgba(51, 63, 147, 1);
	font-family: MicrosoftYaHei;
}

/* .Common_problem {
	width: 710px;
	
} */

.t1 {
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
	color: rgba(51, 63, 147, 1);
	font-family: MicrosoftYaHei-Bold;
}
p.layui-input{
	border: none;
	line-height: 38px;
}
.layui-form-label{
	width: 90px;
}
.layui-input-block{
	margin-left: 140px;
}
.layui-form-item .layui-input-inline{
	width: 180px;
}
.avterbox{
	width: 88px;
	height: 88px;
	border: 1px solid #DDDDDD;
	margin:0 auto;
}
#upload{
	margin-top: 10px;
	
}
.basicColor{color: #4165FD;}
.layui-form-radio>i:hover, .layui-form-radioed>i {
		color: #4165FD;
	}
.submitbtn,.layui-form-select dl dd.layui-this {background-color: #4165FD ;}
#upload{cursor: pointer;}
#userver{width: 100%;height: 100%;}
.cityselect{
	width: 180px;
}
.basic_box{
	margin-top: 15px;padding-bottom: 10px;border-bottom: 1px solid rgba(242,242,242,1);
	 margin-bottom: 15px;
    clear: both;
}
.basic_box:after{
	content: "";display: block;clear: both;height: 0;
}
.layui-form-item{
	padding: 0 20px;
	box-sizing: border-box;
}

