*{
    margin: 0;
    padding: 0;
}
body,button,input,select,textarea {
    font-size: 14px;
    font-family: Microsoft YaHei, 微软雅黑, Verdana, sans-serif, 宋体;
    background-color: #fff;
    line-height: 18px;
}
ul,li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #006cbf;
}
a:hover {
    color: #ff9600;
    cursor: pointer;
}
img,input {
    border: none;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
    height: 1%;
}
.texthidden {
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
}
.mr20 {
    margin-right: 20px;
}
/* END 公共部分 */
.toolName {
    line-height: 24px;
    font-size: 24px;
    color: #777;
    margin: 15px 0;
}
.toolsTab{
	padding-bottom: 50px;
    padding-top: 10px;
}
.column {
    margin-top: 10px;
}
.column h2 {
    color: #006cbf;
    font-size: 24px;
    font-weight: normal;
}
.used ul {
    margin-top: 20px;
}
.used li {
    float: left;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}

.used a,.coming a {
    height: 60px;
    width: 60px;
    display: block;
}
.latestTool {
    width: 300px;
    float: left;
    margin-top: 20px;
    padding: 10px;
    background-color: #f6fcff;
    position: relative;
    z-index: 1;
}
.latestTool dt {
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.latestTool img {
    float: left;
    margin-right: 10px;
    width: 96px;
}

.toolDescription dt {
    width: 194px;
    overflow: hidden;
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    /* 支持 IE */
    -o-text-overflow: ellipsis;
    /* 支持 Opera */
}

.latestTool .intro {
    height: 36px;
    float: right;
    width: 194px;
    margin: 5px 0;
    overflow: hidden;
}
.latestTool .tags,.detailTags {
    float: right;
    width: 194px;
    font-size: 12px;
    color: #909090;
}
.boxShadow {
    box-shadow: 2px 2px 10px #AAA;
    -moz-box-shadow: 2px 2px 10px #AAA;
    -webkit-box-shadow: 2px 2px 10px #AAA;
}

.detailTags {
    width: 294px;
}

.detail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 400px;
    padding: 10px;
    background-color: #dff5fe;
}

.detail dt {
    width: 294px;
}

.detailIntro {
    float: right;
    width: 294px;
    margin: 5px 0;
}

.coming ul {
    margin-top: 20px;
}

.coming h2 {
    color: #aaa;
}

.coming li {
    float: left;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}

.advise {
    margin: 30px 0 30px 20px;
    font-size: 16px;
    color: #333;
}

.toolActive {
    z-index: 998;
}

/*  表格样式  */

.toolTable {
    text-align: center;
    line-height: 36px;
    border-collapse: collapse;
    border: none;
    margin: 10px 0 20px 0;
}

.toolTable caption {
    margin-bottom: 20px;
    font-size: 24px;
    color: #777;
}

.toolTable th,
.toolTable td {
    border: solid #ccc 1px;
}

.toolTable th {
    color: #006cbf;
	font-size: 14px;
	min-width: 100px;
}

.separateColor {
    background-color: #f4f4f4;
}

/*  END 表格样式  */