#container {
    position: relative;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 0;
    width: 100%;
    padding-bottom: 60px;
}
/*ç»é”€å•†æŸ¥è¯¢*/

.dealsearch {
    width: 100%;
    height: 100%;
    background: #fff;
}

.dealsearch_page {
    width: 1000px;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
}

.dealsearch_page .kv {
    width: 100%;
    height: 443px;
    background: url(../images/kv.jpg) no-repeat;
    margin-bottom: 15px;
}

.dealsearch_page .kv .kleft {
    margin-top: 120px;
    margin-left: 110px;
    width: 390px;
    float: left;
}

.dealsearch_page .kv .kleft h2 {
    font-size: 33px;
    color: #a88f6f;
    margin-bottom: 20px;
}

.dealsearch_page .kv .kleft p {
    color: #bababa;
    font-size: 18px;
    line-height: 26px;
}

.dealsearch_page .kv .kright {
    margin-top: 30px;
    margin-right: 60px;
    width: 326px;
    float: right;
    padding: 0px;
}

.dealsearch_page .kv .kright .k_tab {
    height: auto;
    overflow: hidden;
}

.dealsearch_page .kv .kright .k_tab li {
    width: 50%;
    float: left;
    background: #000;
    height: 32px;
    font-size: 16px;
    color: #5b5b5b;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.dealsearch_page .kv .kright .k_tab li.active {
    background: #780000;
    color: #fff;
}

.dealsearch_page .kv .kright .tab_con {
    padding: 0 20px;
    margin-top: 72px;
    display: none;
}

.dealsearch_page .kv .kright select {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
}

.dealsearch_page .kv .kright .k_select {
    width: 100%;
    margin-bottom: 20px;
}

.dealsearch_page .kv .kright .k_select select {
    font-family: 'å¾®è½¯é›…é»‘';
    height: 48px;
    line-height: 48px;
    border: 0;
}

.dealsearch_page .kv .kright .k_select input {
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: 0;
}

.dealsearch_page .kv .kright .s_btn {
    margin-top: 20px;
    width: 286px;
    border: 1px solid #a88f6f;
    background: #ac8860;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.dealsearch_page .d_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dealsearch_page .d_list li {
    width: 490px;
    float: left;
    height: 176px;
    margin-top: 18px;
    background: #fff;
}

.dealsearch_page .d_list li:nth-child(2n+1) {
    margin-right: 10px;
}

.dealsearch_page .d_list li:nth-child(2n+2) {
    margin-left: 10px;
}

.dealsearch_page .d_list li .pimg {
    width: 215px;
    height: 109px;
    float: left;
    margin-top: 34px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}

.dealsearch_page .d_list li .pimg img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.dealsearch_page .d_list li .pinfo_2 {
    width: 220px;
    float: left;
    height: 176px;
}

.dealsearch_page .d_list li .pinfo_2 .p_name {
    text-align: center;
    font-size: 19px;
    padding-top: 45px;
    margin-bottom: 24px;
    font-weight: bolder;
}

.dealsearch_page .d_list li .pinfo_2 .p_more {
    width: 150px;
    height: 28px;
    background: #ac8860;
    display: inherit;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
}

.dealsearch_page .d_list li .pinfo {
    width: 100%;
    background: #fff;
    height: 176px;
    float: left;
    position: relative;
}

.dealsearch_page .d_list li .pinfo .p_name {
    font-size: 19px;
    padding-top: 24px;
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.dealsearch_page .d_list li .pinfo .p_add {
    font-size: 17px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
    color: #989898;
    margin-bottom: 10px;
}

.dealsearch_page .d_list li .pinfo .p_add .span {
    color: #a88f6f;
}

.dealsearch_page .d_list li .pinfo .p_more {
    width: 57px;
    height: 18px;
    background: url(../images/icon4.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ddetail_page {
    width: 1002px;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
}

.ddetail_page .kv {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.ddetail_page .d_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 55px;
    margin-bottom: 96px;
    padding-top: 5px;
}
.ddetail_page .d_info ul {
    margin: 0;
}
.ddetail_page .d_info li {
    float: left;
    width: 420px;
    padding-right: 80px;
    border-right: 0px solid #d7d7d7;
    height: 240px;
}

.ddetail_page .d_info li:nth-child(2n) {
    border-right: 0px;
    padding-left: 40px;
    width: 380px;
}

.ddetail_page .d_info .h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 16px;
}

.ddetail_page .d_info .h2_all {
    font-size: 30px;
    color: #000;
    margin-bottom: 16px;
}

.ddetail_page .d_info p {
    font-size: 20px;
    color: #818181;
    line-height: 30px;
}

.ddetail_page .d_info p span {
    color: #a88f6f;
}

.ddetail_page .d_brand {
    font-size: 20px;
    color: #a88f6f;
    margin-bottom: 16px;
}

.ddetail_page .brand_list {
    width: 1000px;
    border-bottom: 0px;
    height: auto;
    overflow: hidden;
}

.ddetail_page .brand_list li {
    width: 198px;
    height: 198px;
    float: left;
}

.ddetail_page .brand_list li:nth-child(5n+1) {
    border: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+2) {
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+3) {
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+4) {
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+5) {
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+6) {
    border: 1px solid transparent;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+7) {
    border: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+8) {
    border: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+9) {
    border: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ddetail_page .brand_list li:nth-child(5n+10) {
    border: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

/*ç»é”€å•†æŸ¥è¯¢*/
#pro_list1 {
    margin: 0;
}
.commententry {
    display: none;
}
.des_container {
    padding: 5% 0;
    background: linear-gradient(to left, #E7E7E7 0%, #E7E7E7 100%);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: center bottom;
}

 .ddetail_page .brand_list li {
     display: flex;
     align-items: center;
 }
.des_container h2 {
    font-size: 30px;
    /* margin-bottom: 15px; */
}

.des_container p {
    margin: 5px 0px;
    font-size: 20px;
    line-height: 1.6;
    color: #989898;
    padding-bottom: 0;
}

.des_container p a:link {
    color: #989898;
}

.des_container p:nth-last-of-type(1) {
    margin-bottom: 70px;
}

.des_container p label {
    color: #BBA790;
    width: 120px;
    font-size: 20px;
}
.crumbs {width: 1000px; margin: 0 auto;}
@media only screen and (max-width: 767px) {.admin-bar.responsive #header .sticky-wrapper,
.admin-bar.responsive .nav_shadow {
    top: 63px;
}
}
@media only screen and (max-width:989px) {
    .crumbs {display: none;}
    .responsive #header section>section {
        top: -18px;
    }
    .content_block {width: 100% !important;}
    .dealsearch_page {
        width: 100%;
        margin: 0;
    }
    #row-659107-1 {padding-top: 0;}
    #header {height: 0;}
    .dealsearch_page .kv .kleft {
        padding: 12px 5%;
        margin: 0;
        width: 90%;
    }
    .dealsearch_page .kv {
        height: auto;
        padding-bottom: 20px;
    }
    .dealsearch_page .kv .kright {
        margin: 0 auto;
        width: 90%;
        float: none;
    }
    .dealsearch_page .kv .kright .s_btn {
        margin: 0 ;
        height: 48px;
    }
    .dealsearch_page .kv .kright .tab_1 {
        margin-top: 0;
        display: flex !important;
        align-items: center;
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }
    .dealsearch_page .kv .kright .tab_1 > * {
        margin-right: 2%;
    }
    .tab_con .tab_2 {display: none;}
    .dealsearch_page .kv .kright .k_tab {
        display: none;
    }
    .dealsearch_page .kv .kright .k_select,
    .dealsearch_page .kv .kleft h2 {margin-bottom: 0;}
    .dealsearch_page .kv .kleft p {font-size: 12px;}
    /* 代理商列表 s */
    .dealsearch_page .d_list li {
        width: 92%;
        margin: 0 4%;
        float: none;
    }
    #pro_list1 li {
        margin-bottom: 10px;
    }
    .dealsearch_page .d_list li:nth-child(2n+2) {
        margin-right: 0;
        margin-left: 4%;
    }
    #container {padding-bottom: 10px;}
    #d_list1 {padding-top: 20px;}
    /* 代理商列表 end */
    /* 代理商 内页 s */
    .ddetail_page {
        width: 100%;
    }
    .des_container h2 {
        font-size: 20px;
        color: #000;
        margin-bottom: 0;
    }
    .des_container p,
    .des_container p label {
        font-size: 14px;
        padding-bottom: 0;
    }
    .ddetail_page .brand_list,
    .d_brand {
        width: 95%;
        margin: 0 auto;
    }
    .brand_list ul {margin: 0;}
    .brand_list ul > img{
        width: 33%;
        margin: 0;
    }
    .ddetail_page .brand_list li {
        width: 32.8%;
        height: auto;
        min-height: 138px;
       
        overflow: hidden;
    }
    .ddetail_page {margin: 0;}
    .content_block_background {padding: 0;}
    .ddetail_page .kv {margin-bottom: 0;}
    /* 代理商 内页 end */
}
