.main {
    position: relative;
    padding-top: 20px !important;
}

.excerpt .note {
    text-indent: 20px;
}

.excerpt-noimg {
    padding: 20px 20px 20px 20px
}

.single .content {
    padding: 0px 20px;
    min-height: 1773px;
}

.searchor .content {
    min-height: 344px;
    height: 344px !important;
    overflow: hidden;

}

#mainContent {
    margin-top: 0px;
    padding-top: 0px !important
}

#selector {
    margin-top: 20px;
    position: relative;
}

#selector ul li {
    margin: 5px auto;
}

#selector ul li:first-of-type {
    height: 140px;
}

#selector {
    line-height: 32px;
}

#selector .filter-type {
    float: left;
    width: 10%;
}

#selector .itemList {
    float: left;
    width: 84%;
    word-wrap: break-word;
}

#selector .itemList>a.active {

    color: #45B6F7!important;

}


#selector .showMore {
    position: absolute;
    right: 0px;
    top: 25px;
    font-size: 12px;
}

#selector .showMore a::before {
    content: "更多"
}

#selector .showMore a.shou::before {
    content: "收起"
}

#selector .muti-more {
    position: absolute;
    right: 0px;
}

#selector .muti-more a {
    display: block;
    border: 1px solid #e6e6e6;
    width: 40px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #666
}



#selector a {
    font-family: Arial;
}

#selector .itemList>a,
#com-list>.plist>a {


    margin: 0px 5px;
    min-width: 80px;
    text-align: center;

    display: inline-block;
}

.insType-select .itemList>a {
    min-width: 50px !important;
}

#com-list {
    height: 100px;
    overflow-y: auto;
}

#com-list>.plist {
    display: none
}

a.selected {
    background-color: #45B6F7;
    color: #fff;
    text-decoration: none;
}

a.selected:hover {
    color: #fff !important
}

#com-list>.plist:first-of-type {
    display: block;
}

.bside_ewm {
    display: none;
}

.insTypeLabel {
    letter-spacing: 20px
}

#moreCompany {
    display: none;
    float: left;
    width: 80%;
    word-wrap: break-word;
}

#moreCompany dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

#moreCompany dl dd {
    cursor: pointer;
}

#moreCompany dl dd.active {
    font-weight: bold;
    color: #007bff
}

#multi-submit {
    text-align: center;
    display: none;
    margin: 0px auto !important;
}

#multi-submit span {
    display: inline-block;

    width: 44px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    margin: 0 5px;
}


#J_MultiLink {
    border: 1px solid #4595e6;
    background: #4595e6;
    color: #fff;
}

#J_MultiCansel {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #666;
}

.com-selected {
    width: auto !important;
    border: 1px dashed #e6e6e6;
    cursor: pointer;
    padding: 0px 10px;
}

.com-selected:hover {
    color: #007bff
}

#search-tip {
    text-align: right;
    color: #999;
    margin: 0px auto !important;
}

#search-tip span {
    color: #f33;
}

#loader-more {
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    padding: 12px 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .17);
    border-radius: 4px;
    margin-top: 10px;
    color: #999;
    margin-top: 20px;
}

.catleader {
    margin-bottom: 0px;
    display: none;
}

.content {
    min-height: 150px;
}

.excerpt,
.pagination {
    display: none;
}

i {
    font-style: italic;
}

.active {
    display: block;
}

/*
.search-bar {
    position: relative;
    margin: 0 auto 15px auto;
    width: 50%;
}

*/
.search-bar {
    position: relative;
    margin: 10px auto;
    padding: 5px 0px;
    border: 1px solid #ddd;
    width: 80%;
    border-radius: 5px;
   
}

.search-bar .search-box {
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    background-image: url(/assets/images/icon/search.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 18px center;
    border-radius: 4px;
}

.search-bar .search-box .search-input {
    padding: 5px 12px;
    width: 90%;
    height: auto;
    border: none;
    outline: none;
}

.search-bar .search-box #search-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    cursor: pointer;
}

.search-bar .suggestion-list {
    position: absolute;
    margin: 0 auto;
    top: 60px;
    width: 100%;
    height: 260px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow-y: auto;
    z-index: 9998;
}

.search-bar .suggestion-list p {
    margin: 0;
    text-align: center;
    line-height: 258px;
}

.search-bar .suggestion-list p span {
    color: #45B6F7;
}

.search-bar .suggestion-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /* height: 1px; */
}

.search-bar .suggestion-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: rgb(202, 236, 255);
}

.search-bar .suggestion-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    background: rgb(238, 248, 255)
}

.search-bar .suggestion-list a {
    display: block;
    padding: 4px 16px;
    font-size: 15px;
    color: #555;
}

.search-bar .suggestion-list a:hover {
    background-color: #45B6F7;
    color: #fff;
}

.search-bar .suggestion-list.hidden {
    display: none;
}

.select-down {
    position: absolute;
    top: 22px;
    right: 14px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #45B6F7 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
}

.selector-bar {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: -6px;
    width: 100%;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.selector-bar .selector-wra {
    position: relative;
    width: 49%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.selector-bar .selector-wra:first-child {
    float: left;
}

.selector-bar .selector-wra:last-child {
    float: right;
}

.selector-bar .selector-wra .sel-item {
    position: relative;
    cursor: pointer;
}

.selector-bar .selector-wra .sel-item .sel-text {
    display: inline-block;
    padding: 12px 14px;
}

.selector-bar .selector-wra .list-brand {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    /* box-shadow: -1px 92px 99px -62px rgba(72, 163, 242, 0.20), 0 25px 65px 0 rgba(72, 163, 242, 0.15); */
    font-size: 15px;
    z-index: 999;
}

.selector-bar .selector-wra .list-brand.active {
    display: block;
}

.selector-bar .selector-wra .compony-list .index {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6px 0;
    width: 28px;
    height: 520px;
    border-right: 1px solid #eaeaea;
    text-align: center;
    cursor: pointer;
}

.selector-bar .selector-wra .compony-list .index li:hover {
    color: #fff;
    background-color: #45B6F7;
}

.selector-bar .selector-wra .compony-list .list {
    position: relative;
    margin-left: 28px;
    max-height: 520px;
    overflow-y: auto;
}

.selector-bar .selector-wra .compony-list .list dt,
.selector-bar .selector-wra .compony-list .list dd,
.selector-bar .selector-wra .type-list dd {
    line-height: 30px;
    padding-left: 20px;
}

.selector-bar .selector-wra .compony-list .list dt {
    color: #45B6F7;
    background-color: rgb(238, 248, 255)
}

.selector-bar .selector-wra .compony-list .list dd:hover,
.selector-bar .selector-wra .type-list dd:hover {
    color: #fff;
    background-color: #45B6F7;
}

.selector-bar .selector-wra .compony-list .list dd.checked {
    color: #fff;
    background-color: #45B6F7;
}

.selector-bar .selector-wra .compony-list .list dd.checked::after {
    content: "（选中）"
}

.selector-bar .selector-wra .compony-list .list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /* height: 1px; */
}

.selector-bar .selector-wra .compony-list .list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: rgb(202, 236, 255);
}

.selector-bar .selector-wra .compony-list .list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    background: rgb(238, 248, 255)
}

.selector-bar .selector-wra .compony-list .operation-box {
    position: absolute;
    right: 22px;
    bottom: 30px;
}

.selector-bar .selector-wra .compony-list .ope-btn {
    margin-left: 8px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.selector-bar .selector-wra .compony-list #ope-reset {
    background-color: #909399;
}

.selector-bar .selector-wra .compony-list #ope-confirm {
    background-color: #45B6F7;
}

#product-list {
    text-align: center;
}

#loading {
    margin: 140px auto 140px auto;
}

#tips {
    display: none;
    margin: 60px auto 60px auto;
}

.product-list .product-item {
    position: relative;
    margin-bottom: 12px;
    padding: 20px 20px 20px 260px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 3px rgb(233, 246, 255);
}

.product-list .product-item:first-of-type {
    margin-top: 15px;
}

.product-list .product-item .product-label {
    position: absolute;
    top: 24px;
    right: 22px;
}

.product-list .product-item .product-label span {
    margin-left: 8px;
    padding: 4px 5px;
    background-color: rgb(238, 248, 255);
    font-size: 14px;
    color: #45B6F7;
    border: 1px solid #45B6F7;
    border-radius: 4px;
}

.product-list .product-item .pro-image {
    float: left;
    overflow: hidden;
    display: block;
    margin-left: -240px;
    width: 220px;
    height: 110px;
    font-size: 22px;
    font-weight: 600;
    line-height: 110px;
    letter-spacing: .8px;
    color: #f4f4f4;

    text-align: center;
    background-image: url(/assets/images/productbg.png);

    background-repeat: no-repeat;
    background-position: center;
}

.product-list .product-item .pro-image {
    line-height: 110px;
}

.product-list .product-item header {
    margin-bottom: 10px;
    text-align: left;
}

.product-list .product-item header h2 {
    display: inline;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}

.product-list .product-item .product-char {
    font-size: 14px;
    text-align: left;
    color: #737373;
}

.product-list .product-item .product-char span {
    position: relative;
    padding: 0 10px;
}

.product-list .product-item .product-char span:first-child {
    padding-left: 0;
}

.product-list .product-item .product-char span:after {
    content: "";
    position: absolute;
    right: -1px;
    z-index: 2;
    width: 1px;
    height: 14px;
    top: 4px;
    background-color: #737373;
}

.product-list .product-item .product-char span:last-child:after {
    display: none;
}

.product-list .product-item .link-bar {
    position: absolute;
    right: 22px;
    bottom: 24px;
}

.product-list .product-item .link-bar a {
    margin-left: 8px;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #45B6F7;
    border-radius: 4px;
}

.product-list .product-item .link-bar a:hover {
    color: #f3f3f3 !important;
}

@media (max-width: 767px) {

    #wrap{
        padding-top: 0px!important;
    }
    .main {
        position: relative;
        padding-top: 0px !important;
    }
}
@media (max-width: 570px) {
    .product-list .product-item .pro-image{
        width: 120px;
        height: 100px;
      
       
    }
    .product-list .product-item .link-bar a{       
        padding: 3px 5px;
        font-size: 12px;
        color: #000;
        background-color: #fff;
        border: 1px solid #eeeeeb;
        border-radius: 4px;
    }
    .product-list .product-item .product-char{font-size: 12px;}
    .p-list{
        float: left;
        width: 84%;
        word-wrap: break-word;
        height: 70px;
        overflow-y: scroll;
    }
    .p-list a{
        margin: 0px 5px;
        min-width: 80px;
        text-align: center;
        display: inline-block;
    }
    .p-list a.active{
        color: #45B6F7!important;
    }
}