ul {
    margin: 0;
}

.goodsSort {
    width: 100%;
    background-color: #fff;
    /* min-height: 52px; */
    border-bottom: 1px solid #eee;

}

.goodsSort .selectDiv2 {
    display: none;
    position: absolute;
    z-index: 2;
    margin-top: 0;
    margin-left: 126px;
    border-radius: 0;
    padding: 0;
    max-height: 160px;
    overflow: auto;
    width: 1074px;
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: scroll;
}

.goodsSort .searchDiv {
    width: 1072px;
    height: 26px;
    background-color: #eee;
    line-height: 26px;
    padding: 0 10px;
    margin: 0;
}

.goodsSort .searchDiv .searchDivSpan {
    padding: 0 4px;
    margin: 0 3px
}

.goodsSort .searchDiv .searchDivSpan:hover {
    cursor: pointer;
    color: #007de4;
}

.goodsSort ul {
    margin: 0 !important;
    padding: 0 !important;
}

.goodsSort ul li {
    display: inline-block;
    padding: 0;
    margin: 10px 0;
}

.goodsSortLj ul li:first-child {
    width: 108px;
    text-align: right;
    margin-right: 20px;
}

.moreUL li:first-child {
    width: auto !important;
}

.goodsSort ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
}


.goodsSort1 ul li .active,
.goodsSort2 ul li .active,
.goodsSort3 ul li .active,
.goodsSort4 ul li .active,
.goodsSort5 ul li .active {
    color: #fff;
    background-color: #007de4;
}

.goodsSort ul li a.active:hover {
    color: #fff;
    background-color: #007de4;
}

.goodsSort ul li a:hover {
    color: #007de4;
}

.selectSore {
    width: 1200px;
    height: 42px;
    margin-top: 16px;
    background: #dbf0fe;
    padding: 8px 20px;
}

.height26 {
    height: 26px;
}

.selectSore .moren {
    width: 60px;
    height: 26px;
    background-color: #007DE4;
    text-align: center;
    line-height: 26px;
    margin-top: 7px;
}

.height26 button {
    padding: 0;
    height: 26px;
    border: 0;
    line-height: 26px;
    font-size: 14px;
    width: 88px;
    outline: none;
    background-color: #fff;
}

.height26 button.isActive {
    color: #007de4;
}

.saleStatusSpan {
    display: block;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
}

.saleStatusSpan .glyphicon-arrow-up {
    color: #e5e5e5;
}

.saleStatus button.active .glyphicon-arrow-up {
    color: #fff;
}

.saleStatusSpan .glyphicon-arrow-down {
    color: #e5e5e5;
}

.saleStatus button.active .glyphicon-arrow-down {
    color: #fff;
}

.saleStatus button.active .saleStatusSpan {
    color: #fff;
}

.pickType span,
.invoiceType span {
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    height: 12px;
    width: 14px;
    background-image: url("../../imges/user/goodsListDown2.png");
    background-size: 14px 14px;
    background-origin: border-box;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.pickType label,
.invoiceType label {
    font-size: 14px;
    font-weight: normal;
}

button.isActive span {
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    height: 12px;
    width: 14px;
    background-image: url("../../imges/user/goodsListDown1.png");
    background-size: 14px 14px;
    background-origin: border-box;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.popover {
    width: 100px;
    height: auto;
}

.popover .popover-content {
    padding: 5px;
}

.popover-content ul {
    padding-top: 5px;
}

/*下拉选择框*/
.popover .popover-content li {
    height: 26px;
    margin-bottom: 5px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px 1px #ccc inset;
    width: 98px;
    margin-left: -1px;
}

.popover .popover-content li:hover,
.popover .popover-content li.active {
    cursor: pointer;
    background-color: #e5e5e5;
}

.saleStatus {
    width: 100px;
    height: 26px;
    border: 1px solid #ccc;
}

.saleStatus button {
    width: 50px;
    height: 24px;
    line-height: 24px;
    outline: none;
    border: 0;
}

.saleStatus button.active {
    background-color: #007de4;
    color: #fff;
}

.saleStatus button.active .caret {
    color: #fff;
}

.priceRange {
    margin: 8px 12px 0 18px;
}

.priceRange .line {
    margin: 0 8px;
    line-height: 24px;
}

.priceRange input {
    outline: none;
    width: 80px;
    border: 0;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
}

.goodsContain {
    width: 1200px;
    /* margin-top: 20px; */
    border-top: 1px solid #eee;
}

.height26 .promot {
    width: 90px;
}

.promot input[type=checkbox] {
    margin: 3px 0 0 -20px;
}

/*促销背景*/
.PromotBack {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -16px;
    margin-left: -20px;
    background-image: url("../../imges/shop/cu.png");
    background-size: 48px 48px;
    background-origin: border-box;
    background-repeat: no-repeat;
}

.goodsContain-div {
    width: 1200px;
    padding: 16px 32px 16px 20px;
    background-color: #fff;
    margin-bottom: 12px;
    flex-direction: column;
}

.goodsContain-div:hover {
    box-shadow: 0px 0px 5px 1px #ccc;
}

.goodsContain-div-img {
    width: 122px;
    height: 122px;
    border: 1px solid #ddd;
}

.goodsContain-div-img img {
    text-align: center;
    width: 120px;
    height: 120px;
}

.goodsContain-text1 {
    padding: 11px 0 11px 11px;
    width: 184px;
    border-right: 1px solid #e2e2e2;
}

.goodsContain-text2 {
    padding: 11px 0 11px 11px;
    width: 209px;
    border-right: 1px solid #e2e2e2;
}

.goodsContain-text3 {
    padding: 11px 0 11px 11px;
    width: 210px;
    border-right: 1px solid #e2e2e2;
}

.goodsContain-text4 {
    padding: 11px 0 11px 11px;
    width: 212px;
    border-right: 1px solid #e2e2e2;
    padding-right: 10px;
}

.goodsContain-text5 {
    padding: 11px 0;
    width: 215px;
    /*margin: 0 auto;*/
    text-align: center;
}

.lookDetail {
    display: block;
    height: inherit;
    line-height: 34px;
}

.goodsContain-text5 a:hover,
.goodsContain-text5 a {
    color: #fff;
}

.goodsContain-div p {
    margin: 0;
}

.goodsContain-div .margin30 {
    margin-bottom: 18px;
}

.goodsContain-text5 .jianrong {
    outline: none;
    border: 0;
    background-color: #007de4;
    color: #fff;
    height: 34px;
    width: 122px;
    border-radius: 4px;
    margin-left: 50px;
}

.goodsContain-text5 button {
    outline: none;
    border: 0;
    background-color: #007de4;
    color: #fff;
    height: 34px;
    width: 122px;
    border-radius: 4px;
    margin-left: 50px;
}

/*分页*/
.fenye {
    height: 40px;
    width: 1200px;
    margin-top: 44px;
    margin-bottom: 144px;
    text-align: center;
}

.fenye .pagination {
    margin: 6px 0;
    height: 28px;
}

.fenye .pagination>li>a {
    padding: 0;
}

.fenye .pagination li a {
    margin: 0 4px;
    height: 28px;
    width: 22px;
    text-align: center;
    line-height: 28px;
    color: #707070;
}

.fenye .pagination>.active>a {
    background-color: #007de4;
    color: #fff;
    border: 1px solid #ccc;
}

/*复选框*/
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/*checkBox*/
.checkerDiv {
    position: absolute;
    display: inline-block;
    margin-top: -16px;
    margin-left: -18px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #707070;
    padding: 1px;
    background-image: url("../../imges/other/checkbox-2.png");
    background-size: 8px 8px;
    background-origin: content-box;
    background-repeat: no-repeat;
}

/*checkBox 选中后*/
input:checked+.checkerDiv {
    background-image: url("../../imges/other/checkbox.png");
}

.popover .popover-content {
    padding: 0;
}

.popover .popover-content li {
    border: 0;
    box-shadow: 0px 0px 0px 0px #fff inset;
}

.popover {
    border-radius: 0;
}

.moreDiv {
    text-align: center;
    width: 75px;
}

.goodsSort-left {
    width: 1080px;
    overflow: hidden;
}

.moreUL {
    height: 120px;
    overflow-y: auto;
}

.moreUL li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    margin: 5px 0 !important;
}

.moreUL li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    margin: 0;
}

.moreDiv .selectDiv {
    max-height: 180px;
    width: 1074px;
    margin-top: 0;
    margin-left: -998px;
    border-radius: 0;
    padding: 0;
    z-index: 50;
}

.moreDiv .upup {
    width: 80px;
    height: 22px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

body {
    height: 100%;
}

.coverBox {
    background-color: black;
    opacity: .7;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}



#to_ask img {
    width: 110px;
    height: 110px;
    margin: 30px auto 0;
    display: block;
}

#to_ask .titWord {
    font-size: 12px;
    color: #808080;
    line-height: 72px;
    text-align: center;
}

#to_ask .twoBtn {
    text-align: center;
}

#to_ask .twoBtn button {
    width: 100px;
    height: 30px;
    background-color: #007DE4;
    color: #fff;
    border-radius: 1px;
    border: none;
    outline: none;
}

#to_ask .twoBtn button:last-child {
    background-color: #e5e5e5;
    color: #808080;
    margin-left: 12px;
}

/* 商品属性 */

.productAttr {
    width: 178px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.outerCircle {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    /* left: 2px; */
    margin-top: 1px;
    border-radius: 7px;
    border: 1px solid #707070;
}

#theContact .row_33 div {
    margin-bottom: 0;
}

#theContact .filterUp div {
    margin-bottom: 0;
}

.radio-inline input {
    width: 20px !important;
    display: none !important;
}

.innerCircle {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 2px;
    background-color: #fff;
}

.otherCircle {
    left: 2px;
}

.invoiceChoose {
    width: 200px !important;
}

/* new  css*/
.g-product-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.g-goods-name {
    font-size: 14px;
    font-weight: 600;
    padding-left: 11px;
    padding-top: 11px;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g-goods-name>img{
    display: inline-block;
    vertical-align: middle;
}


.no-message {
    width: 165px;
    height: 300px;
    margin: 100px auto 0;
    text-align: center;
    display: none;
}

.no-message p {
    font-size: 12px;
    margin-bottom: 56px;
}

.want-btn {
    width: 60px;
    height: 32px;
    background-color: #2e91ef;
    border: none;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 12px;
}

#theContact div {
    margin-bottom: 11px;
}



.filterUp {
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: 10px;
}

.filterUp .showBox {
    width: 89px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    color: #808080;
}

.filterUp .downpull {
    width: 89px;
    border: 1px solid #e2e2e2;
    margin-top: -2px;
    display: none;
    position: absolute;
    background-color: #ffffff;
}

.filterUp .downpull li {
    height: 27px;
    line-height: 33px;
    padding-left: 10px;
    font-size: 12px;
    color: #808080;
}

.filterUp .downpull li:hover {
    height: 27px;
    line-height: 33px;
    cursor: pointer;
    background-color: #e5e5e5;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.line_fg {
    border-top: 1px solid #e5e5e5;
    margin-top: 49px;
    margin-bottom: 23px;
}

.choose_span {
    font-size: 12px;
    line-height: 25px;
    width: 100px;
    height: 25px;
    text-align: center;
    display: block;
    color: #ffffff;
    background-color: #007de4;
    margin-left: 190px;
    margin-bottom: 5px;
}

.xxjt {
    background-image: url(../../imges/other/down1.png);
    width: 10px;
    height: 7px;
    cursor: pointer;
    display: inline-block;
}

.requery-btn {
    width: 60px;
    height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.goodsSort .requery-btn {
    margin-left: 12px;
}

.requery-btn:hover {
    border-color: #007de4;
    color: #007de4;
}


.ask-alert-box {
    text-align: center
}

.ask-alert-box img {
    margin-top: 13px;
}

.ask-alert-box .ask-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

.jq22{
    position: relative;
}
.jq22 .combo-select{
    border: 0;
}
.jq22 .combo-arrow{
    margin-top: 14px;
}
.jq22 .combo-input{
    width: 280px;
    height: 27px;
    margin-right: 0;
    text-indent: 24px;
}
.jq22 .combo-dropdown{
    position: absolute;
    top: 26px;
    text-align: left;
}


/* 列表 */
.list-content{margin-top: 20px;}
.list-section-header{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 20px;
}
.list-section-body{
    border: none;
}
.list-section-body span{
    color: #555;
}
.list-section-body .list-item-div{
    padding: 18px 12px 10px 30px;
    height: auto;
    margin-bottom: 5px;
}
.list-section-body .g-goods-name{
    padding-top: 0px;
    padding-left: 0;
    margin-bottom: 5px;
    color: #555;
}
.list-section-body .g-product-part{
    justify-content:flex-start;
}
.list-section-body .g-product-part>div{
    padding: 0;
    flex-shrink: 0;
}
.list-section-body .goodsContain-text1{
    width: 180px;
}
.list-section-body .goodsContain-text1>p{
    margin-left: 0;
}

.list-section-body .goodsContain-text2{
    width: 310px;
}
.list-section-body .goodsContain-text3{
    width: 190px;
}
.list-section-body .goodsContain-text4{
    width: 290px;
    border-right: none;
}
.list-section-body .goodsContain-text5{
    width: 197px;
    margin-bottom: 10px;
}
.goodsContain-text5 .lookDetail{
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left: 12px;
    margin-right: 22px;
    border-radius: 7px;
    cursor: pointer;
    background-color: #007DE4;
    color: #FFF;
}

div.product-send{
    margin: 20px auto;
}


.goodsContain-text5 .status-img{
    z-index: 10;
    position: absolute;
    top: -20px;
    right: 0;
    widows: 125px;
}
.g-product-part>div>p{
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.filter-title{
    width: 130px;
    margin-right: 20px;
    text-align: right;
}



