.search-field {
    width: 850px;
    margin: 0 auto;
    height: 57px;
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(200, 201, 204, 1);
    margin-bottom: 38px;
}

.search-field input[type="text"] {
    width: 640px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
    background-color: transparent;
    height: 100%;
    float: left;
    margin-left: 20px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.search-btn {
    width: 170px;
    height: 100%;
    line-height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    background: #F08302;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.search-btn img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

table {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
}

table td,
.result table th {
    padding: 5px;
    height: 54px;
	border: 1px solid #E6E6E6;
    color: #333;
    font-size: 14px;
}

table th {
    border-bottom-width: 2px;
    text-align: center;
    background: #f2f5ff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    border: 1px solid #E6E6E6;
}


#pop {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: none;
}

table .wd260 {
    width: 260px;
}

table .wd100 {
    width: 100px;
}

table .wd280 {
    width: 280px;
}

table .wd120 {
    width: 120px;
}

table .wd80 {
    width: 80px;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
}

td:hover {
    white-space: normal;
    transition: .3s all;
    box-shadow: 0px 6px 17px #cccccc;
}

.search-title {
    font-size: 22px;
    font-weight: 700;
    color: #063063;
    line-height: 30px;
    margin: 17px 0 40px;
    text-align: center;
}