@charset "utf-8";
/* CSS Document */


/*通用淡红色按钮***高度为32px，适用于小型按钮**/
.btn_red_a{ padding:6px 0;background:#f56955; color:#fff; text-align:center; font:16px "Microsoft Yahei", "宋体" san-serif;  cursor:pointer; display:block; text-decoration:none; border-radius: 3px;}

.btn_red_a:hover{  background:#e9543f; text-decoration:none;}


/*通用淡红色线条按钮**高度为32px，适用于小型按钮*/
.btn_red_line_a{ padding:5px 0; border:1px solid #dad7d7; color:#555; text-align:center; font:16px "Microsoft Yahei", "宋体" san-serif;  cursor:pointer; display:block; text-decoration:none; border-radius: 3px;}

.btn_red_line_a:hover{  border:1px solid #f56955; text-decoration:none;}

.btn_gray_line{ padding:5px 0; border:1px solid #999; color:#999; text-align:center; font:16px "Microsoft Yahei", "宋体" san-serif;  display:block; text-decoration:none; border-radius: 3px;}



/*通用输入框*/
.input{height:18px; line-height:18px; padding-top:6px; padding-bottom:6px; border:1px solid #d5d2d2; background:#FFF; color:black; font-size:12px; padding-left:5px; font-size:14px; font-family:"Microsoft Yahei", "宋体", san-serif;}


.tck{}
.tck_bt{background: #385570; height:40px; line-height:40px; text-align:left; padding-left:10px;  border-bottom:1px solid #325e9b; color:#fff;}

.tck_bt span{ float:right; padding-right:10px; padding-top:10px;}
.tck_nr{ border:1px solid #e1e1e1; border-top:none; padding:10px ;}
.tck_text{ line-height:24px;}
.tck_btn{ overflow: hidden; padding-top:20px;}
.tck_btn a{ line-height:30px; padding-left:5px;}

/*用户评价*/
.glfwq{ line-height:36px; padding:0 20px; }
.pf_star{ float:left; width:80px; height:16px; margin-top:10px;}
.pf_star_5{ background:url(../images/aqfw_icon.png) no-repeat 0 0;}
.pf_star_4{ background:url(../images/aqfw_icon.png) no-repeat 0 -16px;}
.pf_star_3{ background:url(../images/aqfw_icon.png) no-repeat 0 -32px;}
.pf_star_2{ background:url(../images/aqfw_icon.png) no-repeat 0 -48px;}
.pf_star_1{ background:url(../images/aqfw_icon.png) no-repeat 0 -64px;}

/*通用宝蓝色按钮*/
.btn_blue{ height:34px; border:1px solid #2f83e0; background:#4a94e7; color:#fff; line-height:30px; text-align:center; font:18px "Microsoft Yahei", "宋体" san-serif;  cursor:pointer;}

/*****服云与论坛帐号结合***/
.luntan{ width:550px; height:380px; background:url(../images/luntan.jpg) no-repeat center top; color:#fff; box-shadow: #666 0px 0px 10px; -webkit-box-shadow: #666 0px 0px 10px;
-moz-box-shadow: #666 0px 0px 10px;}
.luntan_close{ width:100%; overflow:hidden; }
.luntan_close a{float:right; width:50px; height:40px; display:block;}
.luntan_bt{ text-align:center; font-size:18px; padding-bottom:20px;}

.input_black{ height:30px; width:260px; border:1px solid #afadb6; background:#363249; color:#fff; font-size:12px; line-height:30px; padding-left:5px; font:14px "Microsoft Yahei", "宋体" san-serif;}