.search_content {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}

.result_content {
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #ffffff;
    position: relative;
}

.result_title {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.result_title p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
    line-height: 12px;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 20px;
    float: left;
}

.result_title ul {
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    width: 910px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result_content>ul li div .search_span {
    width: 980px;
    float: left;
    max-height: 51px;
    overflow: hidden;
    margin-top: 18px;
}

.result_content>ul li.search_item.active div .search_span {
    width: 980px;
    float: left;
    max-height: 100px;
    overflow: auto;
    margin-top: 18px;
}

.search_span::after {
    content: "";
    /*设置内容为空*/
    height: 0;
    /*高度为0*/
    line-height: 0;
    /*行高为0*/
    display: block;
    /*将文本转为块级元素*/
    visibility: hidden;
    /*将元素隐藏*/
    clear: both;
    /*清除浮动*/
}

.result_title ul li {
    float: left;
    margin-right: 10px;
}

.result_title ul li>div {
    padding-right: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    position: relative;
    cursor: pointer;
}

.result_title ul li>div p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
    color: #666666;
    line-height: 12px;
    padding-top: 6px;
    padding-left: 9px;
}

.result_title ul li>div p span {
    color: #E23F24;
}

.result_title ul li>div div.delete {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 7px;
    color: #E23F24;
    margin-right: 7px;
    cursor: pointer;
}

.result_title ul li>div div.delete img {
    width: 100%;
    height: 100%;
    display: block;
}

.result_title .qbcx {
    width: 77px;
    height: 24px;
    background: #e23f24;
    border-radius: 2px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px;
    margin-right: 16px;
}

.result_content>ul {
    width: 100%;
}

.search_data {
    display: none;
}

.search_data.active {
    display: block;
}

.result_content>ul li {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.result_content>ul li.active {
    height: auto;
}

.result_content>ul li.active div.more {
    color: #E23F24;
}

.result_content>ul li {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    padding-bottom: 13px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

.result_content>ul li div {
    overflow: hidden;
}

.result_content>ul li:last-child {
    border-bottom: 0px;
}

.result_content>ul li span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
    padding-bottom: 13px;
    margin-right: 30px;
    cursor: pointer;
    display: block;
    float: left;
}

.result_content>ul li span:hover {
    color: #e23f24;
}
.result_title>p span a {
    color: rgba(101, 101, 101, 1);
}

.result_title>p span a:hover {
    color: #e23f24;
}


.login_span{
	color: rgba(239, 85, 56, 0.8);
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}
.loginspan_div{
	height: 164px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_content>ul li font {
    min-width: 100px;
    min-width: 132px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    padding-top: 18px;
    height: 13px;
    display: block;
    float: left;
}

.result_content>ul li span:nth-child(1) {
    /* margin-left: 23px; */
}

.result_content>ul li div.more {
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    top: 8px;
    cursor: pointer;
   	background-repeat: no-repeat;
    background-size: 13px 9px;
    background-position-x: right;
    background-position-y: center;
    padding-right: 15px;
    margin-right: 20px;
}

.result_content>ul li div.more:hover {
    color: #E23F24;
}

/* .result_content>ul li div.more img {
    width: 13px;
    height: 9px;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 18px;
    margin-left: 5px;
} */

.result_content .search_more {
    width: 208px;
    height: 29px;
    background: #ffffff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -104px;
    text-align: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 29px;
    cursor: pointer;
}

.result_content .search_more:hover {
    color: #E23F24;
}

.search_more:hover {
    color: #E23F24;
}

.result_content .search_more img {
    width: 13px;
    height: 9px;
    margin-left: 13px;
    vertical-align: top;
    margin-top: 10px;
}


/* 搜索列表 */

.result_list {
    width: 1200px;
    margin: 0px auto;
    background-color: #ffffff;
    margin-bottom: 40px;
    position: relative;
}

.result_list_top {
    width: 100%;
    height: 62px;
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.result_list_top_select {
    width: 120px;
    height: 30px;
    border: 1px solid #cccccc;
    margin-top: 16px;
    float: left;
    margin-left: 20px;
}

select {
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../img/select.png") no-repeat scroll right center transparent;
    padding-left: 12px;
    background-position-x: 71px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.option {
    /*用div的样式代替select的样式*/
    margin: 32px;
    width: 96px;
    height: 32px;
    /*border-radius: 5px;*/
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}

.result_list_top select {
    width: 96px;
    height: 32px;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656565;
    line-height: 32px;
    margin-top: 11px;
    float: left;
    margin-left: 11px;
}

.result_list_top .search_list_ctl {
    width: 226px;
    height: 30px;
    border: 1px solid #cccccc;
    margin-top: 11px;
    float: left;
    margin-left: 11px;
    background: #cccccc00;
}

.result_list_top .search_list_ctl input {
    border: 0px;
    background: #cccccc00;
    width: 150px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.result_list_top .search_list_ctl input:focus {
    outline: none;
}

.search_list_ctl button {
    width: 53px;
    height: 30px;
    background: #cccccc;
    border: 2px solid #cccccc;
    border: 0px;
    float: right;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
    cursor: pointer;
}

.result_list_top p {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 13px;
    float: right;
    padding-right: 150px;
    margin-top: 24px;
    padding-left: 10px;
    vertical-align: top;
    margin-right: 45px;
}

.result_list_top p span {
    color: #E23F24;
}

.result_list_top .search_checkbox {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    float: left;
    margin: 12px 10px;
    vertical-align: top;
}

.result_list_top .search_checkbox input {
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    border-radius: 2px;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 10px;
}

.result_list_top .search_checkbox label {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}

.search_page {
    position: absolute;
    right: 0px;
    top: 13px;
    padding-right: 20px;
}

.search_page img {
    width: 22px;
    height: 25px;
    vertical-align: bottom;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.search_page span.active {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #e13f23;
    line-height: 16px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}

.search_page span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
}


/* 搜索商品列表 */

.result_list_item {
    width: 100%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.result_list_item.active {
    background: rgba(226, 63, 36, 0.06);
}

.result_list_item:hover {
    background: rgba(226, 63, 36, 0.06);
}

.result_list_item .img_data {
    float: left;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-left: 2px;
    margin-top: 2px;
}

.result_list_item .img_data img {
    width: 100%;
    height: 100%;
}

.result_name {
    float: left;
    width: 320px;
    height: 164px;
    overflow: hidden;
    padding-left: 20px;
    border-right: 1px solid #f2f2f2;
    margin-top: 2px;
}

.product_name{
    padding-bottom: 5px;
}

.product_name .state {
    width: 39px;
    height: 20px;
    background: #cccccc;
    border-radius: 2px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656565;
    line-height: 20px;
    margin-right: 11px;
    cursor: pointer;
}

.product_name .bname {
    min-width: 39px;
    height: 20px;
    background: #fff;
    color: #e23f24;
    border: 1px solid #e23f24;
    border-radius: 2px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 20px;
    margin-right: 11px;
    cursor: pointer;
    padding: 2px 4px;
}

.product_name p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    padding: 2px 0;
    float: left;
    max-width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.zkgd{
	border: 1px solid rgba(203, 203, 203, 1);
    display: inline-block;
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    padding: 0px 5px;
    margin-right: 5px;
}

.bh {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 14px;
    /* margin-top: 11px;
    margin-bottom: 11px; */
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.bh span {
    color: #e23f24;
}

.dhh {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: context-menu;
}

.dhh span {
    border: 1px solid rgba(203, 203, 203, 1);
    display: inline-block;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    padding: 0px 5px;
    margin-right: 5px;
}

.goods_param1 {
    width: 200px;
    float: left;
    padding-left: 20px;
    height: 210px;
}

.goods_param2 {
    width: 200px;
    float: left;
    padding-left: 20px;
    min-height: 210px;
}

.product_price {
    width: 210px;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    float: left;
    padding-left: 20px;
    height: 180px;
}

.price_left {
    width: 342px;
    background: #f3f3f3;
    border: 1px solid #f2f2f2;
    float: left;
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 22px;
}

.price_cxj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 6px;
    vertical-align: top;
}

.price_cxj span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(231, 85, 55, 1);
    line-height: 24px;
    line-height: 20px;
}

.price_cxj span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.price_hyj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 5px;
    vertical-align: top;
}

.price_hyj span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 20px;
    text-decoration: line-through
}

.price_hyj span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.price_ccj {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.price_ccj span {
    width: 56px;
    height: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 24px;
    text-decoration: line-through
}

.price_ccj span.up {
    font-size: 11px;
    font-family: MicrosoftYaHei;
    padding: 2px 5px;
    color: #e85538;
    line-height: 1.4;
    width: 25px;
    height: 21px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e85538;
    border-radius: 2px;
}


/* 出厂价 */

.price_ccjs {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 28px;
}

.price_ccjs span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(231, 85, 55, 1);
    line-height: 20px;
}

.price_ccjs span.up {
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    width: 25px;
    height: 20px;
    background: #e23f24;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}



/* 库存 */

.result_kc {
    width: 150px;
    height: 80px;
    overflow: hidden;
    padding: 0px 20px;
    border-right: 1px solid #f2f2f2;
    float: left;
}

.result_kc p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: center;
}

.result_kc p span {
    color: #E23F24;
}

.result_kc ul {
    width: 100%;
}

.result_kc ul li {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
}

.result_ctl {
    float: left;
    overflow: hidden;
    width: 243px;
}

.result_ctl div.num {
    text-align: center;
    height: 180px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 53%;
    float: left;
}

.result_ctl div.num span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    width: 128px;
    display: inline-block;
    margin-top: 10px;
}

.self{
	color: #e23f24;
    border: 1px solid #e23f24;
}

.result_ctl div.num span span {
    width: auto;
}

.follow_span{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #666;
	position: relative;
    left: 2px;
    top: -2px;
}

.follow_span_red {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #e85538;
    position: relative;
    left: 2px;
    top: -2px;
}

.result_ctl div.num button {
    display: inline-block;
    width: 16px;
    height: 28px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

/* .result_ctl div.num button:focus {
    outline: none;
}

.result_ctl div.num button:hover {
    background-color: #ffffff;
} */

.result_ctl div.num input {
    width: 48px;
    height: 28px;
    border: 1px solid rgba(203, 203, 203, 1);
    text-align: center;
    box-sizing: border-box;
}

.result_ctl div.btn_content {
    text-align: center;
    position: relative;
    float: right;
}

.result_ctl div.btn_content .addNum {
    position: absolute;
    top: -1px;
    left: 112px;
    background-color: transparent;
    display: none;
}

.result_ctl div.btn_content .addNum font {
    font-size: 26px;
    font-weight: 600;
    color: #e23f24;
}

.result_ctl div.btn_content button {
    padding: 9px 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    cursor: pointer;
}

.result_ctl div.btn_content button:focus {
    outline: none;
}

.result_ctl div.btn_content button:hover {
    background-color: #f2f2f2;
}

.result_ctl div.btn_content button.gwc {
    border: 0px solid #cccccc;
    background: rgba(231, 85, 55, 1);
    color: #fff;
    padding: 7px 0px;
    /* margin-right: 6px; */
    cursor: pointer;
    width: 100px;
}

/* .result_ctl div.btn_content button.gwc:hover {
    background-color: #f2f2f2;
} */


.result_ctl div.btn_content button.ys {
    background-color: #f2f2f2;
    padding: 7px 0px;
    /* margin-right: 6px; */
    cursor: pointer;
    width: 100px;
}

.result_ctl div.btn_content button.ys:hover {
    background-color: #f2f2f2;
}


/* 分页 */

.paging_content {
    width: 100%;
    height: 70px;
    background: #ffffff;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.paging {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    float: right;
}

.pp {
    display: inline-block;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.paging ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}

.paging ul li {
    display: inline-block;
    float: left;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #595959;
    line-height: 30px;
    text-align: center;
    margin-right: 4px;
    box-sizing: border-box;
}

.paging li:hover {
    background: #e23f24 !important;
    color: #ffffff !important;
    border: 1px solid #e23f24 !important;
}

.paging-selecte {
    background: #e23f24 !important;
    border-radius: 4px;
    color: #fff!important;
    border: 1px solid #e23f24 !important;
}

.paging-selecte:hover {
    background: #e23f24;
    color: #fff!important;
    border: 1px solid #e23f24 !important;
}

.paging input[type='text'],
.paging input[type='button'] {
    display: inline-block;
    margin-top: 0px;
    border: 1px solid #ccc;
}

.paging input[type='text'] {
    width: 33px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 8px;
    box-sizing: border-box;
    padding: 0px 5px;
    box-sizing: border-box;
}

.paging input[type='button'] {
    height: 32px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px 10px;
}

.paging ul:nth-child(2) {
    margin-left: 10px;
}

.select-mania-inner {
    width: 100%;
    min-height: 40px;
    font-size: 0;
    padding: 0px;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.tel_span {
	cursor: pointer;
    color: #006699;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    }
.lxsh_span {
	cursor: pointer;
    color: #006699;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    }
    
.lxsh_data {
	display:none;
	position: fixed;
    right:11.2%;
    z-index:19999;
}

.result_list_top_select ul {
    display: block;
    float: left;
}

.result_list_top_select ul::after {
    content: "";
    clear: both;
    display: block;
}

.result_list_top_select ul li.active {
    color: #E23F24;
    border: 1px solid #E23F24;
    background-color: #FFEBF1;
}

.result_list_top_select ul li {
    width: 100px;
    height: 34px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 33px;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.color_3{
	color: #333333;
}

.color_6{
	color: #666666;
}

.color_9{
	color: #999999;
}
