/* 搜索框部分样式 start */
#storeSearch {
    margin: 40px 0px;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 1200px;
    justify-content: center;
}
#storeSearch #CatalogSearchForm {
    width: 1200px;
}
.group {
    vertical-align: top;
}
#header-search {
    display: flex;
    width: 100%;
}
#storeSearch {
    width: 100%;
}
#lookAhead {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px solid #fff;
}
.search-controls {
    display: flex;
    flex-grow: 1;
    width: 100%;
    height: 38px;
}
.search-controls .nav-left {
    position: relative;
    vertical-align: top;
}

.search-controls .nav-fill {
    flex-grow: 1;
    border-top: #1d963d 1px solid;
    border-bottom: #1d963d 1px solid;
    position: relative;
    z-index: 10;
}
@media (max-width: 1023px){
    .nav-right {
        min-width: 40px;
    }
}
.nav-left #catContainer {
    width: auto;
    height: 38px;
    padding: 0 26px 0 15px;
    box-sizing: border-box;
    display: block;
    color: #007fac;
    background: #e1f8e7;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #1d963d;
}

.nav-left #demo {
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
    max-width: 100%;
    overflow: visible;
    position: relative;
    color: #373A3C;
}

.nav-left #demo:after {
    content: '';
    background: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #61b878;
    position: absolute;
    right: -17px;
    top: 4px;
}

#categoryIdBox {
    opacity: 0;
    width: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#storeSearch .search-txt {
    box-sizing: border-box;
    border: none;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
    vertical-align: middle;
    margin: 2px 0 0;
    width: 100%;
}

input[type="text"], input[type="password"], input#searchRefineTerm {
    text-indent: 2px;
}
#CatalogSearchForm select {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 10px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}
.nodisplay {
    position: absolute;
    left: -999em;
}
input {
    padding: 0 0 1px 0;
}
input, select {
    border: 1px solid #cccccc;
    font-size: 1em;
}

.nav-right .search-btn {
    background: #41c363;
    height: 100%;
    cursor: pointer;
    border: #1d963d 1px solid;
    border-left-color: #33a953;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}
.nav-right .search-btn:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 3px solid #000;
    border-radius: 9px;
    display: block;
    top: 6px;
    position: absolute;
    left: 14px;
    background: none;
}
.nav-right .search-btn:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 24px;
    width: 5px;
    transform: rotate(45deg);
    border: 2px solid #000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.nav-right .search-btn {
    color: #41c363;
    cursor: pointer;
}
.bom-btn {
    margin-left: 20px;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    background-color: #41c363;
}
/* 对话框部分css start */
.page-inframe {
    position: fixed;
    z-index: 2000000010;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 40px;
    border-radius: 6px;
    right: 10px;
    bottom: 50%;
    height: 580px;
    width: 360px!important;
    background-color: #fff;
    transform: translateY(50%);
}

.page-inframe .list-wrap .tencent-certification {
    margin: -17px auto 8px;
    display: none;
}

.page-inframe .tencent-certification {
    left: 0;
    margin-left: auto;
    bottom: 2px;
}

.page-inframe .chat-post .post-area {
    padding: 10px;
    font-size: 13px;
    height: 70px;
    width: 100%;
    border: 0 none;
    outline: 0 none;
    resize: none;
}

.page-inframe .chat-post .post-area::placeholder {
    color: #c5ccdb;
}

.page-inframe.big .post-area {
    height: 100px;
}

.page-inframe .mod-title {
    cursor: move;
}

.page-inframe .mod-title .title-normal {
    position: relative;
    height: 46px;
    padding-left: 19px;
    line-height: 46px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #EE685D;
}

.page-inframe .mod-title .title-normal--simple {
    display: block;
}
.page-inframe .chat-list,.page-inframe .chat-post {
    visibility: visible;
}
.page-inframe.big .chat-list {
    height: 513px;
}

.page-inframe.big.page-certification .chat-list {
    height: 493px;
}

.page-inframe.middle .chat-list {
    height: 443px;
}

.page-inframe.middle.page-certification .chat-list {
    height: 420px;
}

.page-inframe .chat-post {
    height: auto;
    width: 100%;
}

.page-inframe .chat-post .btn-audo,.page-inframe .chat-post .btn-business-card,.page-inframe .chat-post .btn-face,.page-inframe .chat-post .btn-feed-back,.page-inframe .chat-post .btn-file-upload,.page-inframe .chat-post .btn-manual-close,.page-inframe .chat-post .btn-manual-exitqueue,.page-inframe .chat-post .btn-send,.page-inframe .chat-post .btn-upload,.page-inframe .chat-post .btn-video-call,.page-inframe .chat-post .btn-voice-call,.page-inframe .chat-post .onlyCall,.page-inframe .chat-post .scissors,.page-inframe .chat-post .videoCall {
    margin-top: 0;
}

.page-inframe .basis-style,.page-inframe .btn-style,.page-inframe .combination-content .combination-content .combination-basis-style,.page-inframe .combination-content .combination-content .combination-small-cards,.page-inframe .more-topics,.page-inframe .multi-basis,.page-inframe .simple-words,.page-inframe .small-cards {
    width: auto;
}

.page-inframe .combination-content .combination-content,.page-inframe .combination-small-cards {
    padding: 5px 10px 8px 20px!important;
}

.page-inframe .small-cards {
    padding: 10px 11px 8px 20px!important;
}

.page-inframe.page-certification .act-list {
    height: 37px;
}

.page-inframe .chat-face {
    bottom: 60px;
}
.page-inframe .btn-order {
    margin-top: 10px;
}
.page-inframe .mod-title .title-normal .icon-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    background: url('../../images/element/move.png') no-repeat;
    cursor: pointer;
    transform: scale(0.7);
}

.chat-list {
    position: relative;
    height: 373px;
    border-bottom: 1px solid #efeff4;
    background-size: cover;
    background-position: 50%;
    overflow-y: auto;
}
.page>.main .list-wrap {
    display: block;
}
/* 对话框内容样式start */
.chat-list .msg-sys {
    text-align: center;
}

.chat-list .msg-sys {
    margin: 8px 24px 8px;
}
.chat-list .msg-sys .text {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
    color: #a1abc2;
    font-size: 12px;
    line-height: 14px;
    background-color: rgba(225,230,240,.5);
    max-width: 300px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.chat-list .msg-time {
    text-align: center;
    color: #a1abc2;
    font-size: 12px;
    margin-bottom: 8px;
}

.chat-list .msg-time {
    padding-top: 16px;
}
.chat-list .msg-time .hours-minutes {
    padding-left: 3px;
}
.chat-list .msg-b2c {
    position: relative;
    padding: 0 40px 8px 54px;
}
.msg-sys .help-flag, .msg-b2c .send-flag, .msg-b2c .email-flag {
   
}

.chat-list .msg-b2c, .chat-list .msg-c2b {
    overflow: hidden;
    clear: both;
    word-break: break-word;
}
.chat-list .msg-b2c .avatar, .chat-list .msg-b2c .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.chat-list .msg-b2c .avatar {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 0;
    background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
}
.chat-list .msg-b2c .name {
    padding: 2px 0 8px;
    font-size: 14px;
    color: #262d3d;
    overflow: hidden;
    line-height: 1.5;
}
.chat-list .msg-b2c .name .name-text {
    float: left;
    max-width: 89%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.chat-list .msg-b2c .bubble, .chat-list .msg-c2b .bubble {
    float: left;
    min-height: 14px;
    padding: 10px 15px;
    border-radius: 2px 6px 6px 6px;
    color: #222;
    line-height: 20px;
    background-color: #f1f2f5;
    box-sizing: border-box;
    position: relative;
}.chat-list .msg-c2b {
    padding: 0 12px 8px 40px;
}.chat-list .msg-c2b .bubble {
    float: right;
    color: #fff;
    background-color: rgb(238, 104, 93)
}.chat-list .msg-b2c .bubble .bubble-arrow, .chat-list .msg-c2b .bubble .bubble-arrow {
    display: none;
}
/* end */
/* .list-wrap .hello-words, .msg-autocomplete .reply-contents {
    padding: 2px 5px;
    width: 280px;
    margin: 10px auto 30px;
    background-color: #eee;
    color: #999;
    border-radius: 7px;
}
.list-wrap .hello-words .help-flag {
    color: #000;
    background-color: #fff;
}
.list-wrap .msg-time {
    text-align: center;
    color: #999;
}
.list-wrap .msg-time .hours-minutes {
    padding-left: 5px;
}
.msg-autocomplete {
    padding: 0px 30px;
}
.msg-autocomplete .reply-contents {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.msg-autocomplete .reply-contents .send-flag, .msg-autocomplete .reply-contents .email-flag {
    padding: 5px 3px;
    font-size: 12px;
    background-color: #fff;
}
.msg-autocomplete .replier img {
    width: 32px;
    height: 32px;
} */
.page>.main .form-distribution {
    display: none;
}

.page>.main.main--form {
    position: relative;
}

.page>.main.main--form .chat-list {
    background: #1e2330;
    opacity: .38;
}

.page>.main.main--form .chat-list .list-wrap {
    display: none;
}

.page>.main.main--form .form-distribution {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 500px;
    background-color: #fff;
    border-radius: 10px;
    overflow-y: auto;
}

.act-list .btn-goods,.act-list .btn-order {
    position: relative;
    float: left;
    margin-top: 22px;
    width: 37px;
    height: 30px;
    display: none;
    color: #262d3d;
    font-size: 20px;
    text-align: center;
}

.act-list .btn-order {
    font-size: 22px;
    margin-top: 20px;
}

.chat-list.has-quick-info {
    height: 311px!important;
}

.chat-list.has-quick-info.has-bubble {
    height: 271px!important;
}

.chat-list .msg-xml-logistics--goods .msg-xml-divider {
    height: calc(100% - 9px)!important;
}
.chat-post .act-list {
    position: relative;
    padding-left: 5px;
}
.hidden {
    display: none !important;
}
/* 发送按钮 */
.btn-send {
    background-color: rgb(238, 104, 93);
}
.chat-post .btn-send {
    float: right;
    margin: 10px 10px 7px;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f1f2f5;
    border-radius: 5px;
    pointer-events: none;
    color: #fff;
    opacity: .38
}

.chat-post .btn-send.enabled {
    pointer-events: auto;
    color: #fff;
    opacity: 1
}

.chat-post .upload-placeholder {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 34px;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.prod-cat-wrap {
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f1f2f3;
}
.prod-cat-wrap .row{
    width: 1200px;
    margin: 40px 0px;
}
.prod-cat-wrap .row ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
}
.prod-cat-wrap .row ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 5px 0 5px;
    flex: 1;
}
.prod-cat-wrap .row ul li .img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e2e3e4;
    box-sizing: border-box;
    cursor: pointer;
}

.prod-cat-wrap .row ul li .img-box:hover {
    border: 1px solid #016c9f
}
.prod-cat-wrap .row ul li img {
    width: 85%;
}

.prod-cat-wrap .row ul li p  {
    width: 100%;
    color: #016c9f;
    text-align: center;
    padding-top: 5px;
    font-size: 13px!important;
    font-weight: 600;
}


/* panel */
.logo-container {
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.logo-container .panel{
    width: 1200px;
    margin: 40px 0px;
    border: 1px solid #d2d2d4;
}
.logo-container .panel-heading {
    height: 50px;
    background-color: #f9f9f9;
    border-color: #d2d2d4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: #000!important;
    padding-left: 20px!important;
    padding: 10px 15px;
    border-bottom: 1px solid #d2d2d4
}
.panel-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px
}
.panel-body .manf-logo {
    width: 25%;
    height: 100px;
}
.panel-body .manf-logo a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.panel-body .manf-logo a img{
    height: 100%;
}