﻿.table_container{
    border:1px solid #ddd;
}
.qa_table{
    margin:100px auto;
    border:none;
}
.qa_table td{
    height:35px;
    line-height:35px;
    font-size:14px;
    font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";
}
.qa_table input{
    padding:2px 5px;
    width:500px;
    border:1px solid #e6e6e6;
    margin:5px 0px;
    font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";
}
.qa_table input:hover{
    border-color:#ff4c4c;
}
.btnSure{
 	background-color: #ff4c4c;
 	border: none;
 	width: 80px;
    line-height:30px;
 	height: 30px;
 	color:#fff;
 	font-size: 14px;
 	border-radius: 4px;
}
.btnSure:hover{
	background-color: #ff0e08;
}
.td_catalog{
    position:relative;
    width:300px;
}
.catalog_list{
    position: absolute;
	left: 0px;
    top: 55px;
	width: 100px;
	z-index: 99;
	background: #fff;
	border: 1px #ddd solid;
	padding: 10px 0px;
	display: none;
}
.catalog_list img{
	position: absolute;
	top: -10px;
	height: 10px;
	left: 42px;
}
.catalog_list ul{
    margin-bottom:0;
}
.catalog_list ul li{
	cursor: pointer;
	padding: 3px 5px;
	line-height: 23px;
    font-size:14px;
}
.catalog_list ul li:hover,
.catalog_list ul li.active{
	background: #ff4c4c;
	color: #fff;
}