
body {
    background-color: #f4f4f4;
}

.chuangjiantop {
    width: 941px;
    height: 38px;
    font-size: 16px;
    color: #666;
    background-color: #dff0f7;
    padding-top: 40px;
}

.chuangjiantop_p {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    float: left;
    margin-top: 50px;
    height: 2px;
    background-color: #ff9900;
}

.ullitop ul {
    padding: 0;
    list-style: none;
    /*   overflow: hidden;*/
    height: 53px;
    width: 940px;
    margin-bottom: 0;
    background-color: #25aacd;
    /*        border-bottom: 1px solid #cccccc;*/
}

.ullitop ul li {
    width: 211px;
    height: 53px;
    line-height: 51px;;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #958b7f;
    /*background: url(../images/taskqie.png) no-repeat;
    background-size: 102% 200%;
    background-position: 56% 0%;*/
    font-weight: 700;
    cursor: pointer;
    /* font-family: Gautami;*/
    /*Gautami*/
}

.ullitop ul li span {
    font-size: 12px;
    margin-left: 7px;
    font-weight: 500;
}

.ullitop ul li:nth-child(2) {
    color: #9abb57;
    background-position: 56% 98%;
    /*        border-bottom: 2px solid black;*/
}

.jiance, .jiance a {
    width: 940px;
    height: 38px;
    line-height: 38px;
    background-color: #f0f5f8;
    font-size: 12px;
    color: #ff9900;
    text-align: left;
}

.jiance_img {
    width: 19px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 295px;
    display: inline-block;
    background: url(../images/tsc/backimg.png) -144px -55px;
}

.jiance a {
    text-decoration: underline;
}

.nav.active {
    background-color: #2798c4;
}

/* table */
/*从 layui 中提取出来, 再修改*/
table {
    width: 100%;
    background-color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
}

table tr:hover, table[lay-even] tr:nth-child(even) {
    background-color: #fdfdfd;
}

table thead tr {
    background-color: #fafafa;
    height: 34px;
}

table td, table th {
    padding: 4px 4px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #efefef;
    font-size: 12px;
}

table td {
    text-align: center;
    height: 60px;
}

/* end table */

.task_right {
    height: auto;
    padding-bottom: 0;
}

.div-tab {
    background-color: white;
}

#result {
    width: 1200px;
    background-color: white;
    margin-top: 20px;
}

.div-tab-content {
    padding: 20px;
    height: 122px;
}

.div-tab-content input {
    height: 20px;
    padding: 5px;
}

.div-tab-content select {
    width: 200px;
    height: 46px;
    padding: 5px;
    font-size: 16px;
    margin-top: 30.5px;
    color: #888;
    border: 1px solid #ff6600;
    margin-left: 20px;
}

#btnSubmit {
    width: 115px;
    height: 46px;
    vertical-align: top;
    margin-top: 30.5px;
    margin-left: -5px;
}

#keywords {
    width: 711px;
    height: 34px;
    font-size: 16px;
    border: 1px solid #ff6600;
    margin: 0 5px;
    margin-top: 31px;
    margin-right: 0;
    vertical-align: top;
    margin-left: 56px;
}
#keywords:focus{
    border:1px solid #fbd856;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 8px rgba(246, 194, 62, 0.5);
}

.title {
    font-size: medium;
    color: #666;
}
.resultCaozuo{
    padding: 20px 33px;
}
#resultContent .hot_word{
    width: 300px;
    margin-right: 20px;
    padding: 0 5px;
}
#resultContent .hot_word:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.resultCaozuo button{
    color: #fff;
    background: #ff6600;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
}
.resultCaozuo .hot_word,.resultCaozuo select{
    height: 27px;
}
#resultContent .ztree{
    margin: 0 33px;
}
#btnExport {
    width: 118px;
    height: 38px;
    border: none;
    background: transparent url(../../images/tsc/suggest_export_btn.png) no-repeat;
    background-size: contain;
}

.hot {
    color: #FF5722;
}

#defaultContent {
    line-height: 26px;
}

#defaultContent p {
    font-size: 14px;
    color: #888
}

.space {
    height: 2.5em;
}

caption.btn-toolbar .btn {
    background-color: #009688;
    width: 9em;
    margin: 20px;
    color: white;
    border: none;
    height: 26px;
}

#btnSortUp.sorted, #btnSortDown.sorted {
    color: #25aacd;
}

