/*修改站内搜索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-------------------------------------*/


#Tips {
	width: 1105px;
    margin-top: 18px;
    margin: 0 auto;
	border: none;
	background-color: #fff;
}
#Tips:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.text {
	border: 1px solid #f2f2f2;
	margin-left: 44px;
	padding-top: 20px;
}


/*布局    end-----------------------------------------*/


/*中间内容    start-------------------------------------*/

#L {
	float: left;
	width: 180px;
    border: 1px solid #dfdfdf;
}

#R {
	float: left;
	width: 505px;
	margin-left: 40px;
}

.T {
     height: 40px;
    text-align: left;
    line-height: 40px;
    background: #fcfcfc;
    color: #333;
    font-weight: bold;
    padding:0 6px;
    font-size: 14px;
}



.B1 {
	height: 40px;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	cursor: pointer;
	 padding:0 6px;
}

.first {
     color: #4165FD;
	 background: url(https://update.9618968.com/etc-common/2024-08-26/20240826142200048.png) no-repeat 164px   center;
}

.Recharge {
	float: left;
	width: 380px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-right: 9px;
}

.btn {
	float: left;
	width: 88px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	display: block;
	background: #F5F5F5s;
	color: #333333;
	font-family: MicrosoftYaHei;
}

.Common_problem {
	width: 870px;
    float: left;
    border: 1px solid #dfdfdf;
	margin-top: 20px;
}

.t1 {
	    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-family: MicrosoftYaHei-Bold;
    line-height: 50px;
    text-indent: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.arrow {
	display: inline-block;
	margin-right: 18px;
}

.arrow_text {
	font-size: 14px;
	display: inline-block;
}

.ischeck {
	margin-top: 30px;
}

#page {
	width: 680px;
	height: 32px;
	border: 1px solid #CCCCCC;
	margin-top: 77px;
}
thead{display: none;}
td a{display: block;}