@charset "utf-8";
/* CSS Document */
input,button{
	outline:none;
}
/*========================盒子========================*/
#LRBox,#tiwen_box{
	width:100%;
	height:100%;
	/* IE滤镜 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	z-index:999999999999;
}
#LRConBox,#tiwenCon_box,#weixin_box_login{
	width:400px;
	padding:60px 40px 80px 40px;
	border-radius:8px;
	background-color:#fff;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-200px;
}
#weixin_box_login{
	width: 400px;
	height: 460px;
	display: none;
}
/*========================关闭========================*/
#loginClose,#tiwenClose,#WeixXinClose{
	width:20px;
	height:20px;
	background-image:url(img/close.png);
	position: absolute;
    margin-top: -30px;
    right: 30px;
}
/*========================标题========================*/
#tiShi,#tiShi1,#tiShi2{
	color:orangered;
	font-size:14px;
	position:absolute;
}
#tiShi1{
	margin-top: 10px;
}
#tiShi2,#tiShi{
	margin-top: 15px;
}
#loginBox h3 a{
	display:block;
	float:left;
	width:50%;
	color:#999;
	font-size:18px;
	text-align:center;
	height:50px;
	line-height:40px;
	border-bottom:2px solid #999;
}
#loginBox h3 .loginActive{
	color:#000;
	border-bottom:2px solid orange;
}
/*========================输入框========================*/
#loginPhone,#loginPhones,#loginPwd,#login-smt,#login-smts{
	display:block;
	width:100%;
	height:45px;
	line-height: 45px;
	text-indent:14px;
}
#loginPhone,#loginPhones,#loginPwd{
	font-size:14px;
	text-indent:14px;
}
#loginPhone,#loginPhones{
	margin-top:50px;
	border:1px solid #cecece;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	behavior: url(ie-css3.htc);
}
#loginPwd{
	margin-bottom:30px;
	border:1px solid #cecece;
	border-top:0px;
}
#login-smt,#login-smts{
	color:#fff;
	font-size:16px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	background-color:orange;
}
#login-smt:hover{
	background-color:orangered;
}
#login-smts:hover{
	background-color:orangered;
}
/*========================验证码========================*/
.loginXG{
	text-align:right;
	padding-top:20px;
}
#loginPuYZM,#loginYZM{
	display:inline-block;
	width:190px;
	height:45px;
	line-height: 45px;
	text-indent:14px;
	border:1px solid #cecece;
	border-top:0px;
	float:left;
}
#loginYZM{
	margin-bottom:30px;
	border-bottom-left-radius:5px;
	behavior: url(ie-css3.htc);
}
#DXyan,#TPyan{
	display:inline-block;
	width:130px;
	height:45px;
	line-height:45px;
	text-align:center;
	border:1px solid #cecece;
	border-top:0px;
	border-left:0px;
	float:left;
}
#DXyan{
	font-size:12px;
	border-bottom-right-radius:5px;
	behavior: url(ie-css3.htc);
	cursor:pointer;
	color:#3bb0ff;
	background-color:#F8F8F8;
	position: relative;
    z-index: 9999999999999999999;
}
#DXyan:hover{
	color:red;
}
#TPyan{
	font-size:26px;
	letter-spacing:4px;
}
/*========================其他========================*/
.loginXG a{
	letter-spacing:2px;
}
.loginXG span{
	padding:0px 3px;
}




/*========================忘记密码========================*/
#WJmima h3{
	color:#999;
	font-size:18px;
}
#WJphone,#CZpwd{
	display:block;
	width:100%;
	height:45px;
	line-height: 45px;
	font-size:14px;
	text-indent:14px;
	text-indent:14px;
	margin-top:40px;
	border:1px solid #cecece;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	behavior: url(ie-css3.htc);
}
#CZpwds{
	display:block;
	width:100%;
	height:45px;
	line-height: 45px;
	font-size:14px;
	text-indent:14px;
	text-indent:14px;
	margin-bottom:30px;
	border:1px solid #cecece;
	border-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	behavior: url(ie-css3.htc);
}
#go1,#go2{
	display:block;
	width:100%;
	height:45px;
	line-height: 45px;
	color:#fff;
	font-size:16px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	background-color:orange;
}
#go1:hover{
	background-color:orangered;
}
#go2:hover{
	background-color:orangered;
}
#WJYZM{
	display:inline-block;
	width:190px;
	height:45px;
	line-height: 45px;
	margin-bottom:30px;
	text-indent:14px;
	border:1px solid #cecece;
	border-top:0px;
	border-bottom-left-radius:5px;
	behavior: url(ie-css3.htc);
	float:left;
}
#WJyanZM{
	display:inline-block;
	width:130px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:12px;
	border:1px solid #cecece;
	border-top:0px;
	border-left:0px;
	border-bottom-right-radius:5px;
	behavior: url(ie-css3.htc);
	float:left;
	cursor:pointer;
	color:#3bb0ff;
	background-color:#F8F8F8;
}
#WJyanZM:hover{
	color:red;
}






/*========================注册========================*/
#regBox h3{
	color:#999;
	font-size:18px;
}
#regPhone,#regPwd,#regSmt{
	display:block;
	width:100%;
	height:45px;
	line-height: 45px;
	text-indent:14px;
}
#regPhone,#regPwd{
	font-size:14px;
	text-indent:14px;
}
#regPhone{
	margin-top:50px;
	border:1px solid #cecece;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	behavior: url(ie-css3.htc);
}
#regPwd{
	margin-bottom:30px;
	border:1px solid #cecece;
	border-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	behavior: url(ie-css3.htc);
}
#regSmt{
	color:#fff;
	font-size:16px;
	border-radius: 5px;
	background-color:orange;
	behavior: url(ie-css3.htc);
}
#regSmt:hover{
	background-color:orangered;
}

#regYan,#regDX{
	display:inline-block;
	width:190px;
	height:45px;
	line-height: 45px;
	text-indent:14px;
	border:1px solid #cecece;
	border-top:0px;
	float:left;
}
#loginYZM{
	margin-bottom:30px;
	border-bottom-left-radius:5px;
	behavior: url(ie-css3.htc);
}
#regDXyan,#regTPyan{
	display:inline-block;
	width:130px;
	height:45px;
	line-height:45px;
	text-align:center;
	border:1px solid #cecece;
	border-top:0px;
	border-left:0px;
	float:left;
}

#regDXyan{
	font-size:12px;
	cursor:pointer;
	color:#3bb0ff;
	background-color:#F8F8F8;
	position: relative;
    z-index: 9999999999999999999;
}
#regDXyan:hover{
	color:red;
}
#regTPyan{
	font-size:26px;
	letter-spacing:4px;
}

.regXG{
	padding-top:20px;
}
.regXG img{
	margin-right:5px;
}
.regXG a{
	color:orangered;
}









.ord_login{
    width: 80px;
    height: 30px;
    position: absolute;
    margin-top: -25px;
}
#qq_icon,#wx_icon{
	width: 30px;
	height: 30px;
	float: left;
}
#qq_icon img,#wx_icon img{
	width: 100%;
	height: 100%;
}
#wx_icon{
	margin-left: 20px;
}


/*提问*/
#tiwen_box{
	display: none;
}
.tiwenCon_tit{
	display: inline-block;
	height: 24px;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.tiwenCon_tit select{
	width: 150px;
	vertical-align: text-bottom;
}
.tiwenCon_tit span{
	padding-right: 5px;
}
.tiwenKuang{
	width: 310px;
	height: 150px;
	padding: 10px;
	margin: 20px 0px;
	border-radius: 5px;
	border: 1px solid #007FFF;
}
.wenti_smt{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: orange;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.wenti_smt:hover{
	color: #fff;
	background-color: orangered;
}
#tiwenCon_box h3{
	color: #999;
	margin-top: 20px;
	text-align: center;
	line-height: 18px;
}
#tiwenCon_box {
	padding-bottom: 40px;
}



/*续费*/
.xufei{
	width: 100px;
	text-align: center;
	background: orangered;
}
#yS_tOp_LoGinbaR ul .login_regis .xufei:hover{
	color: #fff;
}
.xufei_main{
	width: 1200px;
	min-height: 340px;
	margin: 40px auto;
	border: 1px solid #d8dee4;
}
.xufei_main dl dt{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f9f9f9;
	margin-bottom: 20px;
}
.xufei_main dl dd{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.xufei_main dl dt div,.xufei_main dl dd div{
	float: left;
	border-bottom: 1px solid #d8dee4;
	border-left: 1px solid #d8dee4;
}
.xufei_main dl dd div{border:none;}
.xufei_main dl dt .xufei_shop,.xufei_main dl dd .xufei_shop{width: 210px;border-left: 0px;}
.xufei_money{width: 120px;}
.xufei_name{width: 400px;}
.xufei_num{width: 218px;}
.xufei_date{width: 150px;}
.xufei_caozuo{width: 100px;}
.xufei_money span{
	color: orangered;
	font-weight: 600;
}
.xufei_caozuo a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: orange;
	margin: 10px auto 0px;
	overflow: hidden;
	color: #333;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}
.xufei_caozuo a:hover{
	color: #fff;
	border: 1px solid orange;
	background-color: orange;
	text-decoration: none;
}




/*积分抵消*/
.dixiaojine{
	color: red;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}





/*签到*/
.qiandao_jilu{
	border: 1px solid #cdcdcd;
	margin: 10px 0px 20px;
}
.qiandao_jilu dt{
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #cdcdcd;
}
.qiandao_jilu dd:last-child ul{
	border-bottom: 0px;
}
.qiandao_tit{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.qiandao_tit span{
	font-size: 16px;
	color: orangered;
	padding: 0px 10px;
}


.qiandao_jilu_con ul{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cdcdcd;
}
.qiandao_jilu_con ul li{
	float: left;
	text-align: center;
	border-right: 1px solid #cdcdcd;
}
.qiandao_jilu_con ul .time{
	width: 200px;
}
.qiandao_jilu_con ul .choujiang{
	width: 120px;
}
.qiandao_jilu_con ul .jiangpin{
	border-right: 0px;
	width: 530px;
}
.qiandao_choujiang{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: red;
	text-align: center;
}



.qiandao_touxiang{
	text-align: center;
	padding: 30px 0px;

}
.qiandao_touxiang img{
	width: 120px;
	height: 120px;
	display: block;
	margin: 0px auto;
}
.qiandao_touxiang span{
	display: block;
	padding-top:20px;
}
.qiandao_touxiang span b{
	color: orangered;
	font-size: 18px;
	padding: 0px 10px;
}

.qiandao_guize h2{
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.qiandao_guize p{
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-indent: 28px;
}
.qiandao_btn{
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: orange;
	color: #fff;
	display: block;
	margin: 20px auto 0px;
	border-radius: 5px;
}
.qiandao_btn:hover{
	color: #fff;
	background: orangered;
}
.yiqiandao_btn{
	color: #fff;
	background: #ccc;width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	margin: 20px auto 0px;
	border-radius: 5px;
}

.yiqiandao_btn:hover{
	color: #fff;
}






.ruanjian_FL{
	border: 1px solid #cfcfcf;
	padding: 15px 20px;
}
.ruanjian_FL dt{
	font-size: 14px;
	font-weight:  normal;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	padding: 3px 0px;
}
.ruanjian_FL dd a{
	display: block;
	font-size: 14px;
	color: #000;
	float: left;
	padding: 3px 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	margin-right: 10px;
}
.ruanjian_FL dd a:hover{
	color: #fff;
	border-radius: 5px;
	background: #007FFF;
}
.ruanjian_FL dd .ruanjian_FL_dl_a{
	color: #fff;
	border-radius: 5px;
	background: #007FFF;
}






