﻿* {
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
body {
    width: 100%;
    font-size: 14px;
    font-family: "微软雅黑","宋体"
}
/* 以上为重置样式 */
@media screen and (min-width: 800px) and (max-width: 1200px) {
    .step-link {
        width: 420px
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .step-link {
        width: 600px
    }
}
button {
    cursor: pointer;
}
.container {
    width: 90%;
    margin: 20px auto 0;
}
.navbar {
    width: 100%;;
    line-height: 50px;
    border: 1px solid #E4EEF6;
    border-radius: 4px;
}
.navbar:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.navbar .title {
    color: #3e9ece;
    float: left;
    margin-left: 20px;
    display: block;
}
.navbar .search {
    width: 250px;
    height: 30px;
    line-height: 29px;
    padding: 10px 15px;
    float: left;
}
.navbar .filter {
    float: left;
    margin: 10px;
    color: #3e9ece;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}
.navbar .filter span {
    float: left;
}
.navbar .filter span:hover {
    color: #3e9ece
}
.navbar .search .text {
    font-size: 14px;
    height: 18px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    outline: none;
}
.navbar .search .search-btn {
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 32px;
    border-radius: 0 2px 2px 0;
    background: #3e9ece;
    border: 0;
    float: left;
    margin-left: -4px
}
.tags {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 25px;
    top: 55px;
    width: 80px;
    height: 30px;
    border: 0;
    background: #3e9ece;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.navbar .plus {
    float: right;
    width: 129px;
    height: 34px;
    background: rgb(66,139,202);
    text-align: center;
    line-height: 29px;
    border: 1px solid rgb(66,139,202);
    border-radius: 2px;
    margin-right: 20px;
    margin-top: 8px;
    color: #ffffff;
    font-size: 14px
}
.filter-box {
    width: 100%;
    border-radius: 5px;
}
.filter-box .subindustry {
    display: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(62,158,206);
}
.filter-box .limit {
    color: #fff;
    background: #3e9ece;
    border: 1px solid #3e9ece;
}
.filter-box li {
    position: relative;
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #E4EEF6;
}
.filter-box li p {
    position: absolute;
    top: 20px;
    width: 100px;
    text-align: center;
}
.filter-box li div {
    overflow: hidden;
    padding: 5px;
    margin-left: 100px;
}
.filter-box li div span {
    border: 1px solid #E4EEF6;
    margin: 4px 10px;
    padding: 3px;
    border-radius: 5px;
    float: left;
    color: #474747;
    font-size: 12px;
}
.filter-box li div span.selected {
    color: #fff;
    background: #3e9ece;
    border: 1px solid #3e9ece;
    margin: 4px 10px;
    padding: 3px;
    border-radius: 5px;
    float: left;
    font-size: 12px;
    font-weight: 600
}
.filter-box li div span:hover {
    cursor: pointer;
    color: #3e9ece;
    border: 1px solid #3e9ece
}
.filter-box i {
    display: block;
    font-style: normal;
    padding-left: 10px;
}
.filter-box #province, .filter-box #city, .filter-box #area {
    display: none;
}
.navbar {
    position: relative;
}
.cfilter div {
    display: inline-block;
}
.navbar .cfilter {
    line-height: 0;
    overflow: hidden;
    margin: 8px 0;
    float: left;
}
.navbar .cfilter li {
    float: left;
    border: 1px solid rgb(221,221,221);
    margin: 4px 10px;
    padding: 7px 10px;
    border-radius: 5px;
    float: left;
    color: #474747;
    font-size: 14px;
}
.navbar .cfilter li img {
    float:  left;
    cursor: pointer;
    margin-left: 3px
}
.navbar .cfilter li span {
    float: left;
    margin-top: 6px
}
.filter-area {
    margin-top: 5px
}
.tags-top {
    width: 950px;
    height: 47px;
    padding-top: 23px;
}
.tags-top li, .tags-btm li{
    float: left;
    padding: 5.5px 10px;
    border: 1px solid #ddd;
    color: #3276b1;
    cursor: pointer
}
.tags-top li:first-child, .tags-btm li:first-child {
    color: #000;
}
.tags-top li:hover, .tags-btm li:hover {
    background: rgb(238,238,238)
}
.tags-top li:not(:last-child), .tags-btm li:not(:last-child) {
    border-right: 0;
}
.form {
    margin: 30px 0;
    width: 950px;
    font-size: 14px;
    color: #474747;
    background: #fff
}
.form .form-table .empty {
    text-align: center;
    font-weight: bold;
    color: #3e9ece;
    font-size: 22px;
    margin: 50px auto;
}
.form tr {
    cursor: pointer;
}
.form img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    vertical-align: middle;
  }
.form tr td {
    border-bottom: 1px solid #ebeef5;
    padding: 12px 10px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.form tr td.follow_img img {
    width: 20px;
    height: 20px;
}
.form tr:first-child {
    font-weight: bold;
}
.form tr:hover {
    background: #f6f9fb
}
.form tr:first-child {
    color: #000;
    font-size: 13px;
    background: 0;
}
.form tr:first-child td {
    background: #f6f9fb;
}
.form tr td:nth-child(1){
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.form tr td:nth-child(2){
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.form tr td:nth-child(3){
    width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form tr td:nth-child(4){
    width: 108px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form tr td:nth-child(5){
    width: 88px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form tr td:nth-child(6){
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_1 {
    width: 100%;
    padding-bottom: 50px;
}
.page_ctrl{
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
.page_ctrl *{
    line-height: 26px;
}
.page_ctrl button{
    margin:0 3px;
    min-width:30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 5px;
}
.page_ctrl button:hover{
    background: #0eb0d2;
    color: #ffffff;
}
.page_ctrl .page_detail {
    width: 520px;
}
.page_ctrl .btn_dis{
    cursor: default;
    opacity: .7;
    background: #eeeeee;
    color: #5e5e5e;
}
.page_ctrl .btn_dis:hover{
    background: #eeeeee;
    color: #5e5e5e;
}
.page_ctrl .current_page{
    background: #0eb0d2;
    color: #ffffff;
}
.page_ctrl .input_page_num{
    width:30px;
    height: 26px;
    margin:0 3px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
    color: #2b2b2b;
    font-size: 13px;
}
.page_ctrl .toPage {
    width: 200px;
}
.text-center {
    margin: 30px;
    font-size: 13px
}
.text-center .current{
    height: 16px;
    padding: 2px 6px;
    margin: 0 2px;
    text-decoration: none;
    color: #3e9ece;
    font-weight: bold;
    background-color: #FAFAFB;
    border: 1px solid #EDEDED;
    line-height: 16px;
}
.text-center a{
    color: #474747;
    display: inline-block;
    padding: 2px 6px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-weight: bold;
}
.text-center a:hover {
    color: #3276b1
}
.text-center .pageto, .text-center nav, .text-center .choosePage{
    display: inline-block;
    position: relative;
}
.text-center .pageto input, .text-center .choosePage input{
    width: 20px;
    height: 13px
}
.text-center .pageto button, .text-center .choosePage button {
    width: 25px;
    height: 18px;
    font-size: 7px;
    font-family: arial;
    background: #3e9ece;
    border: 1px solid #3e9ece;
    color: #fff;
    position: relative;
    top: -1px;
}
.text-center li.step-link {
    display: inline-block
}
.text-center .choosePage {
	margin-left: 150px;
}
.tags-btm {
    width: 950px;
    height: 35px;
}
