﻿@charset "UTF-8";

body {
    background-color: #ebebeb;
}

.head-nav {
    background-color: #fff;
}

.tmlist-box {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}

/* 当前位置 */
.current {
    margin: 15px 0;
    font-size: 0;
}

.current span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin: 0 2px;
}

/* 导航栏盒子start */
.nav-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 导航栏start */
.nav {
    width: 1000px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 13px;
}

/* 筛选项 */
.filtrate-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 35px;
    border-bottom: 1px solid #F2F2F2;
}

.filtrate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.filtrate h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 27px;
    margin-right: 24px;
    white-space: nowrap;
}

.filtrate-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.filtrate-list li {
    padding: 3px 10px;
    border: 1px solid #00A0E9;
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    color: #00A0E9;
    cursor: pointer;
}

.filtrate-list li span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 350;
}

.filtrate-list li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    color: #00A0E9;
}

.filtrate-list li a span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 350;
}

/* 导航栏通用样式 */
.nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #F2F2F2;
    padding: 7px 35px;
}

.nav-item h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 27px;
    margin: 7px 12px 7px 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.nav-item p {
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 27px;
    margin: 7px 12px;
    width: 70px;
    height: 27px;
    border-radius: 6px;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
}

.nav-item p a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 27px;
}

.nav-item .nav-active {
    background: #00A0E9;
    color: #ffffff;
}

.nav-item .nav-active a {
    color: #ffffff;
}

.nav-item-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width:768px;
}

.nav-item-list li {
    margin: 7px 12px;
    min-width: 70px;
    height: 27px;
    box-sizing: border-box;
}

.jglist li {
    margin: 7px 4px;
}

.nav-item-list li,
.nav-item-list li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 27px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.nav-item-list li a {
    display: inline-block;
    min-width: 70px;
    padding: 0 5px;
    box-sizing: border-box;
}

/* modify start 2.18 */
.x-box {
    width: 100%;
}

.price .nav-item-list {
    width: 480px;
}

.nav-item-list li:hover {
    background: #00A0E9;
    color: #ffffff;
}

.nav-item-list li:hover a {
    color: #ffffff;
}

/* modify end 2.18 */
/* zxf add start */
.div-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.div-list a {
    margin: 7px 12px;
    width: 70px;
    height: 27px;
    padding: 0 5px;
    box-sizing: border-box;
    color: #767676;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 27px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

/* zxf add start */
/* 信用等级 */
.x-bottom-box{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.x-section {
    margin-left: 4px;
}

.x-line {
    width: 29px !important;
    height: 1px !important;
    background: #EAEAEA !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    cursor: none !important;
    position: relative !important;
    display: block !important;
}

.x-button {
    width: 50px;
    padding: 4px 0;
    background: #00A0E9;
    border-radius: 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 10px;
}

/* 价格选择 */
.price .nav-item-list>li {
    width: auto;
    min-width: 70px;
}

.price-input-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0 0 24px;
}

.price-input-box input {
    width: 80px;
    height: 21px;
    border: 1px solid #CCCCCC;
}

.price-input-box span {
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #CCCCCC;
    margin: 0 10px;
}

.price-input-box button {
    width: 51px;
    background: #00A0E9;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-left: 17px;
    cursor: pointer;
}

/* 其他筛选 */
.other-fil {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #F2F2F2;
    padding: 7px 35px;
}

.other-fil h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 27px;
    margin: 7px 12px 7px 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.other-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-fil-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.other-fil-list>li {
    margin: 7px 11px;
    background: #F7F7F7;
    border: 1px solid #EAEAEA;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
}

.other-fil-list>li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    display: inline-block;
    width: 60px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.other-fil-list>li .other-red {
    color: rgb(252, 72, 72);
}

.other-fil-list>li img {
    width: 10px;
    margin-left: 5px;
}

/* modify start 2.18 */
.other-fil-more {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    max-height: 300px;
    overflow-y: scroll !important;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    z-index: 10;
    -ms-overflow-style: none;
}

/* modify end 2.18 */
.other-fil-more::-webkit-scrollbar {
    width: 6px;
}

.other-fil-more::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.other-fil-more::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.other-fil-more li {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 35px;
    height: 35px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-fil-more li:hover {
    background: #00A0E9;
    color: #ffffff;
}

/* 其他搜索 */
.other-search {
    margin: 7px 0 7px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.other-search input {
    border: 1px solid #CCCCCC;
    height: 26px;
    color: #5f5f5f;
    padding: 0 10px;
    width: 200px;
    box-sizing: border-box;
    border-radius: 3px;
}

.other-search button {
    height: 26px;
    padding: 0 20px;
    color: #fff;
    background: #00a0e9;
    border-radius: 5px;
    outline: none;
    margin-left: 1px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 23px;
}

.other-search input::-webkit-input-placeholder {
    color: #a8a8a8;
}

.other-search input::-moz-placeholder {
    color: #a8a8a8;
}

.other-search input:-ms-input-placeholder {
    color: #a8a8a8;
}

.other-search input:focus {
    border: 1px solid #009de6;
}

/* 导航栏end */
/* 导航栏右侧start */
/* modify start 2.18 */
.nav-right {
    height: 510px;
    width: 185px;
    background: #FFFFFF;
}

/* modify end 2.18 */
/* 导航栏右侧顶部 */
.nav-right-top {
    position: relative;
    margin-bottom: 6px;
}

.nav-right-logo {
    width: 196px;
    margin-left: -5.5px;
}

/* modify start 2.18 */
.top-content {
    width: 157px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* modify end 2.18 */
.top-content-left {
    width: 23px;
    margin-right: 8px;
}

.top-content-right h1 {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    white-space: nowrap;
    margin-bottom: 9px;
}

.top-content-right p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    white-space: nowrap;
}

/* 登记&发布信息 */
.message {
    text-align: center;
    margin-bottom: 16px;
    padding: 0 15px;
}

.message-item {
    width: 156px;
    height: 30px;
    margin-bottom: 11px;
    background: #FFFFFF;
    border: 1px solid #00A0E9;
    border-radius: 6px;
    line-height: 30px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A0E9;
}

.message button:last-child {
    background: #fff;
    color: #00a0e9;
}

/* 成功案例 */
/* modify start 2.17 */
.succeed-box {
    padding: 0 15px;
}

.succeed-box h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 16px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.succeed-box h2::before {
    content: '';
    display: block;
    width: 31px;
    height: 1px;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.succeed-box h2::after {
    content: '';
    display: block;
    width: 31px;
    height: 1px;
    background: #999999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* modify start 2.18 */
.succeed-ul {
    height: 255px;
    overflow-y: hidden;
    padding-top: 12px;
}

/* modify end 2.18 */
.succeed-list {
    height: 60px;
}

.succeed-list>p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.succeed-list span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0000;
    line-height: 14px;
}

/* modify end 2.17 */
/* 导航栏右侧end */
/* 导航栏盒子end */
/* 排序start */
.sort {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 13px;
    padding: 18px 20px;
    box-sizing: border-box;
}

.sort-item {
    margin-right: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sort-item span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 18px;
}

.sort-item img {
    width: 10px;
    margin-left: 10px;
}

.sort-item .sort-img1 {
    display: block;
}

.sort-item .sort-img2 {
    display: none;
}

.sort-active>span {
    color: #00A0E9;
}

.sort-active .sort-img1 {
    display: none;
}

.sort-active .sort-img2 {
    display: block;
}

/* 资质 */
.sort-zizhi {
    margin-left: 17px;
    margin-right: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sort-zizhi img {
    width: 27px;
    margin-right: 5px;
}

.sort-zizhi p {
    font-size: 18px;
    font-family: JHRuHeiZhong;
    font-weight: 400;
    color: #00A0E9;
    line-height: 27px;
}

.sort-live img {
    width: 139px;
}

/* 排序end */
/* 内容start */
.main {
    margin-bottom: 22px;
    width: 100%;
}

.main-item {
    width: 100%;
    margin-bottom: 14px;
    background-color: #ffffff;
    padding: 37px 32px;
    box-sizing: border-box;
    position: relative;
}

.main-label {
    width: 86px;
    position: absolute;
    top: -7px;
    right: -8px;
}

.main-top {
    margin-bottom: 44px;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
}

.main-title-h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-title-h1>.title-icon {
    width: 27px;
    margin-right: 10px;
}

.main-title-h1>h1 {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-right: 8px;
}

.main-title-h1>h1 a {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-right: 8px;
}

.main-title-h1>.title-right-icon {
    height: 14px;
    margin-right: 10px;
}

.main-special {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A0E9;
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #00A0E9;
}

.main-boutique {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF2C2C;
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #FF2D2D;
}

.main-title-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-title-num {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 18px;
    margin-right: 18px;
}

.main-title-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 18px;
}

.main-title-time>img {
    width: 16px;
    margin-right: 4px;
}

.main-title-time>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 18px;
}

.main-collection1,
.main-collection2 {
    width: 18px;
    position: relative;
    z-index: 10;
}

.main-title-collection .main-collection1 {
    display: block;
}

.main-title-collection .main-collection2 {
    display: none;
}

.iscollection .main-collection1 {
    display: none;
}

.iscollection .main-collection2 {
    display: block;
}

.main-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-content>li {
    margin: 0 39px;
    position: relative;
    text-align: center;
}

.main-content>li:first-child {
    margin: 0 39px 0 0;
}

.main-content>li:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background: #D6D6D6;
    position: absolute;
    top: 2px;
    right: -39px;
}

.main-content>li>h4 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-bottom: 10px;
}

.main-content>li>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    position: relative;
}

.Nlogin>p::after {
    content: '登陆/注册即可查看';
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6040;
    line-height: 20px;
    border: 1px solid #FF6040;
    border-radius: 6px;
    padding: 0 5px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.main-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-bot-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-bot-left>img {
    width: 29px;
    margin-right: 6px;
}

.main-bot-left>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.main-bot-left>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.main-bot-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.main-price {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF0000;
    line-height: 34px;
    margin-right: 14px;
}

.main-contact {
    width: 122px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main-contact>.contact-icon {
    margin-right: 5px;
}

.main-contact>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}

.contact-qq {
    margin-right: 14px;
    background: #00A0E9;
}

.contact-qq>.contact-icon {
    width: 13px;
}

.contact-wx {
    background: #0CC467;
    position: relative;
}

.contact-wx>.contact-icon {
    width: 17px;
}

.contact-code {
    width: 122px;
    position: absolute;
    bottom: 100%;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 20;
}

.contact-wx:hover>.contact-code {
    display: block;
}

/* 动态评分 */
.main-score {
    width: 15px;
    margin: auto;
}

.main-score p {
    width: 15px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 3px;
}

.score-red {
    background: #FF1A1A;
}

.score-green {
    background: #1f7700;
}

.score-gray {
    background: #BFBDBE;
}

/* 内容end */
/* 点击加载start */
.load {
    width: 200px;
    height: 39px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.load span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.load img {
    width: 13px;
    margin-left: 5px;
}

/* 点击加载end */
/* 弹窗 */
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

.pop-box {
    position: relative;
    width: 300px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    margin: auto;
    z-index: 1001;
}

.pop-logo {
    position: absolute;
    top: -37px;
    left: 15px;
    width: 150px;
    z-index: 1002;
}

.pop-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom:10px;
}

.pop-title>h3 {
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    color: #6da5dd;
    font-weight: normal;
}

.pop-title>img {
    height: 16px;
    cursor: pointer;
}

.pop-form-item {
    margin: 10px auto;
}

.pop-form-item input {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
    outline: none;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #666;
    height: 38px;
}

.pop-form-item input::-webkit-input-placeholder {
    color: rgb(197, 197, 197);
}

.pop-form-item input::-moz-placeholder {
    color: rgb(197, 197, 197);
}

.pop-form-item input:-ms-input-placeholder {
    color: rgb(197, 197, 197);
}

.pop-form-item .code-input {
    width: 170px;
}

.pop-form-item>img {
    max-width: 100px;
    vertical-align: top;
    border-radius: 5px;
    height: 38px;
    display:inline-block;
}

.pop-button-box {
    margin: 18px auto 10px;
    text-align: center;
}

.pop-button {
    background: #0078f2;
    border-radius: 5px;
    color: #fff;
    padding: 5px 30px;
    border: none;
    outline: none;
    cursor:pointer;
}

.pop-textarea {
    width: 100%;
    font-size: 14px;
    resize: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #666;
    height: 100px;
    padding: 0 10px;
    line-height: 25px;
    box-sizing: border-box;
}

.pop-textarea::-webkit-input-placeholder {
    color: rgb(197, 197, 197);
}

.pop-textarea::-moz-placeholder {
    color: rgb(197, 197, 197);
}

.pop-textarea:-ms-input-placeholder {
    color: rgb(197, 197, 197);
}

.footer-two-img a img {
    margin-right: 0 !important
}

.iframe-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}