.header {
    width: 100%;
    color: #666
}

.header-top {
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    background-color: #fafbfc
}

.no-login{
    display: none;
}

.header-top-item a {
    color: #666;
    display: inline-block;
    padding: 0 8px
}

.header-top-item a:hover {
    color: #20aa56
}

.header-top-item i.layui-icon {
    margin-right: 3px
}

.header-top-item .layui-icon-up, .header-top-item i.layui-icon-down {
    font-size: 10px;
    margin: -2px 0 0 3px
}

.header-top-item i.layui-icon-service {
    font-size: 14px;
    margin: -2px 5px 0 0
}

.header-top-item i.bi-person-fill {
    font-size: 14px
}

.header-top-item .already-login {
    position: relative
}

.header-top-item .already-login .user-info {
    width: 250px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 15px 15px 7px 15px;
    z-index: 11;
    display: none
}

.header-top-item .already-login .user-info-top {
    overflow: hidden
}

.header-top-item .already-login .user-info-top-left {
    float: left
}

.header-top-item .already-login .user-info-top-left .user-info-head {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block
}

.header-top-item .already-login .user-info-top-right {
    float: right
}

.header-top-item .already-login .user-info-top-right p {
    margin: 0;
    padding: 0
}

.header-top-item .already-login .user-info-top-right p img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: 3px;
    display: inline-block;
    border-radius: 50%
}

.header-top-item .already-login .user-info-top-right p a {
    float: right
}

.header-top-item .already-login .user-info-top-right p a.sign {
    color: #ff6503
}

.header-top-item .already-login .user-info-top-right p span {
    color: #999
}

.header-top-item .already-login .user-info-middle {
    padding: 10px 0;
    overflow: hidden
}

.header-top-item .already-login .user-info-middle span {
    font-size: 12px;
    color: #666
}

.header-top-item .already-login .user-info-middle .rate-item {
    width: 150px;
    height: 8px;
    border-radius: 4px;
    background: #eee;
    position: relative;
    display: inline-block
}

.header-top-item .already-login .user-info-middle .rate-item-out {
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    background: #20aa56;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

.header-top-item .already-login .user-info-bottom ul li {
    width: 50%;
    float: left
}

.header-top-item .already-login .user-info-bottom ul li a {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #f6f6f6
}

.header-top-item .already-login .user-info-bottom ul li a:hover {
    color: #20aa56;
    border-color: #20aa56;
}

.header-top-item .already-login:hover {
    background: #fff
}

.header-top-right {
    float: right
}

.header-top-right ul li {
    float: left
}

.header-top-right .app-download {
    position: relative
}

.header-top-right .app-download:hover {
    background: #fff
}

.header-top-right .app-download-img {
    position: absolute;
    top: 29px;
    right: 0;
    z-index: 5;
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #fff;
    display: none
}

.header-top-right .app-download-img img {
    width: 100%
}

.header-top-right .navigation {
    position: relative
}

.header-top-right .navigation:hover {
    background: #fff
}

.header-top-right .navigation-box {
    position: absolute;
    top: 29px;
    right: 0;
    background: #fff;
    border-radius: 3px;
    padding: 10px 0;
    width: 450px;
    display: none;
    z-index: 11
}

.header-top-right .navigation-box-item {
    width: 25%;
    float: left;
    text-align: left;
    border-right: 1px solid #eee;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-top-right .navigation-box-item-last {
    border: none
}

.header-top-right .navigation-box-item-text {
    padding: 0;
    margin: 0;
    display: block
}

.header-top-right .navigation-box-item .title {
    color: #20aa56;
    font-size: 14px;
    font-weight: 600
}

.header-top-right .navigation-box-item:last-child {
    border-right: none
}

.header-middle {
    padding: 20px 0;
    background: #fff
}

.header-middle-logo {
    float: left;
    margin-top: 13px
}

.header-middle-logo a {
    display: block;
    overflow: hidden;
    width: 192px;
    height: 64px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat
}

.header-middle-logo-min{
    margin: -3px 20px 0 10px;
}

.header-middle-logo-min a {
    background: url(../images/logo-min.png) no-repeat center;
    height: 45px;
    width: 135px;
}

.header-middle-figure {
    float: left;
    width: 130px;
    height: 80px;
    overflow: hidden;
    display: block;
    background: url(../images/jxw.png) no-repeat 0 0;
    margin: -5px 0 0 40px
}

.header-middle-search {
    width: 550px;
    float: left;
    position: relative;
    margin-left: 80px
}

.header-middle-search-top {
    padding-left: 10px;
    margin-bottom: -2px
}

.header-middle-search-top a {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 0 10px
}

.header-middle-search-top a:hover {
    color: #20aa56
}

.header-middle-search-top .on {
    background: #20aa56;
    color: #fff;
    border-radius: 3px 3px 0 0
}

.header-middle-search-top .on:hover {
    color: #fff
}

.header-middle-search-middle {
    overflow: hidden;
    width: 550px;
    height: 40px
}

.header-middle-search-middle-input {
    overflow: hidden;
    height: 40px;
    position: relative;
}

.header-middle-search-middle-input .clear-search{
    position: absolute;
    right: 110px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.header-middle-search-middle-input .clear-search:hover{
    color: #20aa56;
}

.header-middle-search-middle .searchInput {
    width: 450px;
    border: 2px #20aa56 solid;
    line-height: 33px;
    color: #333;
    text-indent: 10px;
    float: left;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-middle-search-middle .searchInput:focus {
    border: 2px #20aa56 solid;
    outline: 0
}

.header-middle-search-middle .searchBtn {
    height: 40px;
    width: 100px;
    color: #fff;
    background: #20aa56;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    float: right;
    border-radius: 0 3px 3px 0
}

.header-middle-search-middle .searchBtn:hover {
    opacity: .9
}

.header-middle-search-bottom {
    padding: 5px 0
}

.header-middle-search-bottom a {
    display: inline;
    padding: 0 5px;
    color: #999;
    font-size: 12px
}

.header-middle-search-bottom a:hover {
    color: #333
}

.top-middle-search{
    position: relative;
}

.middle-search-select {
    width: 450px;
    position: absolute;
    z-index: 6;
    top: 61px;
    left: 0;
    border: 2px #20aa56 solid;
    background: #fff;
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.middle-search-select ul li {
    font-size: 12px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: #666;
    cursor: pointer;
}

.middle-search-select ul li div{
    height: 16px;
    padding: 6px;
}

.middle-search-select ul li div:hover{
    color: #20aa56
}

.middle-search-select ul li .keyword-text{
    flex-grow: 1;
}

.middle-search-select ul li .remove-btn {
    text-align: center;
    display: none;
    white-space: nowrap;
}

.middle-search-select .clear-all {
    padding-right: 10px;
    height: 26px;
    line-height: 26px;
}

.middle-search-select .clear-all:hover{
    color: #20aa56;
}

.middle-search-select ul li:hover {
    background: #f9fcfc
}

.middle-search-select ul li:hover .remove-btn {
    display: block
}

.middle-search-select ul .close-li {
    text-align: right;
    border-top: 1px solid #eee;
    color: #999;
    display: flex;
    justify-content: flex-end;
}

.middle-search-select ul .close-li span {
    color: #999;
    float: left;
    margin: 8px 0 0 15px
}

.middle-search-select ul .close-li a {
    color: #999
}

.middle-search-select ul .close-li .layui-icon-delete {
    vertical-align: middle
}

.header-middle-tel {
    float: right;
    margin-top: 15px
}

.header-middle-tel-icon {
    float: left;
    margin-right: 5px
}

.header-middle-tel-icon i {
    font-size: 22px
}

.header-middle-tel-text {
    float: left
}

.header-middle-tel-text span {
    color: #999;
    display: block;
    font-size: 14px
}

.header-middle-tel-text .tel-digit {
    color: #309C39;
    font-weight: 700;
    font-size: 20px
}

.header-middle-business {
    display: inline-block;
    margin-left: 20px;
}
.header-middle-business a:hover{
    color: #20aa56;
}

.header-nav {
    width: 100%;
    background-color: #20aa56
}

.header-nav-box {
    position: relative
}

.header-nav-box-user {
    position: absolute;
    width: 240px;
    background: #fff;
    right: 0;
    top: -400px;
    z-index: 10;
    height: 400px;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-nav-box-user-top {
    overflow: hidden;
    font-size: 12px
}

.user-right{
    height: 105px;
}

.header-nav-box-user-top .already-login {
    display: none
}

.header-nav-box-user-top .no-login {
    text-align: center;
    overflow: hidden
}

.header-nav-box-user-top .no-login-btn {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 10px 0 20px
}

.header-nav-box-user-top .no-login-btn .layui-btn {
    width: 45%
}

.header-nav-box-user-top-left {
    float: left;
    width: 50px
}

.header-nav-box-user-top-left .user-info-head {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block
}

.header-nav-box-user-top-right {
    float: right;
    width: 160px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    height: 50px;
}

.header-nav-box-user-top-right > div > div,.header-nav-box-user-top-right > div > a {
    height: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-nav-box-user-top-right p {
    margin: 0;
    padding: 5px 0
}

.header-nav-box-user-top-right img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    display: inline-block;
    border-radius: 50%
}

.header-nav-box-user-top-right p a {
    float: right
}

.header-nav-box-user-top-right p a.sign {
    color: #ff6503
}

.header-nav-box-user-top-right p span {
    color: #999
}

.header-nav-box-user-top-right .authentication {
    background: #ccc;
    color: #fff;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    border-radius: 10px;
    float: right;
    padding: 2px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.no-login-text{
    padding-top: 6px;
    padding-left: 60px;
}

.no-login-text .no-login-p {
    padding: 0;
    margin: 0;
    text-align: left;
    color: #999
}

.no-login-text .no-login-p-5 {
    margin-bottom: 5px
}

.header-nav-box-user-top .user-menu-list {
    width: 100%;
    padding: 10px 0;
    overflow: hidden
}

.header-nav-box-user-top .user-menu-list-item {
    width: 33%;
    float: left;
    text-align: center
}

.header-nav-box-user-top .user-menu-list-item a {
    display: inline-block;
    color: #666;
    text-align: center
}

.header-nav-box-user-top .user-menu-list-item a:hover {
    color: #20aa56
}

.header-nav-box-user-top .user-menu-list-item a span {
    display: block
}

.header-nav-box-user-top .user-menu-list-item a i {
    margin-bottom: 3px
}

.header-nav-box-user-top .user-menu-list-item a span.figure {
    color: #f83313;
    font-size: 16px;
    font-weight: 700
}

.header-nav-box-user-top .user-article-list {
    width: 100%;
    border-top: 1px solid #f6f6f6;
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
    height: 172px;
    overflow: hidden
}

.header-nav-box-user-top .user-article-list-item {
    font-size: 12px;
    color: #666
}

.header-nav-box-user-top .user-article-list-item a {
    color: #666;
    display: block;
    padding: 6px 0;
    height: 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.header-nav-box-user-top .user-article-list-item a:hover {
    color: #20aa56
}

.header-nav-box-user-middle {
    padding: 10px 0;
    overflow: hidden
}

.header-nav-box-user-middle span {
    font-size: 12px;
    color: #666
}

.header-nav-box-user-middle .rate-item {
    width: 100px;
    height: 8px;
    border-radius: 4px;
    background: #eee;
    position: relative;
    display: inline-block
}

.header-nav-box-user-middle .rate-item-out {
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    background: #20aa56;
    width: 75px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px
}

.header-nav-box-user-bottom ul li {
    width: 50%;
    float: left
}

.header-nav-box-user-bottom ul li a {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #f6f6f6
}

.header-nav-box-user-bottom ul li a:hover {
    border-color: #20aa56
}

.header-nav-ul {
    width: 100%
}

.header-nav-li {
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative
}

.header-nav-li.on > a {
    font-weight: 700;
    background-color: #1a614b;
}

.header-nav-li-a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 30px
}

.header-nav-li .energy {
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background: #20aa56;
    bottom: 6px;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.header-nav-li-a.on {
    color: #fff;
    font-weight: 700;
    background-color: #1a614b
}

.header-nav-li.header-nav-li:not(:first-child) .header-nav-li-a:hover {
    color: #fff;
    background-color: #1a614b
}

.header-nav-market {
    width: 200px;
    background: #1d9f50;
    position: relative;
    color: #fff;
    text-align: left
}

.header-nav-market a.industry {
    color: #fff;
    font-weight: 600;
    display: block;
    padding-left: 20px;
    font-size: 14px
}

.header-nav-market a.industry:hover {
    color: #fff
}

.header-nav-market a.industry .bi-list-ul {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle
}

.header-nav-classify {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    height: 400px
}

.header-nav-classify-left {
    width: 200px;
    height: 100%;
    background: #1d9f50;
    color: #fff;
    font-size: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-nav-lis {
    height: 336px;
    overflow-y: hidden;
}

.header-nav-lis::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.header-nav-lis::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(143 174 183);
}
.header-nav-lis::-webkit-scrollbar-track-piece{
    background-color: rgba(255,255,255,0);
}

.header-nav-classify-left ul li {
    text-align: left
}

.header-nav-classify-left .second-menu {
    height: 48px;
    line-height: 48px;
    color: #fff;
    display: block;
    font-size: 13px
}

.header-nav-classify-left .second-menu:hover{
    color: #20aa56
}

.header-nav-classify-left .second-menu.on {
    background: #ffffffcc;
}

.header-nav-classify-left .second-menu.on .sprite{
    display: none;
}

.header-nav-classify-left .second-menu.on .on{
    display: inline-block;
}

.header-nav-classify-left li{
    padding: 0 20px;
}

.header-nav-classify-left i.on{
    display: none;
}

.header-nav-classify-left .release-btn {
    width: 160px;
    display: inline-block;
    color: #20aa56;
    text-align: center;
    background: #ffffffe6;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    font-size: 14px;
    margin: 14px 0 0 22px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 2px #b3b3b3;
    border-radius: 100px;
}
.header-nav-classify-left .release-btn:hover{
    background: #fff;
}

.header-nav-classify-left-detail {
    position: absolute;
    left: 200px;
    top: 0;
    width: 551px;
    background: #fff;
    height: 400px;
    z-index: 10;
    padding: 5px 0 20px 20px;
    text-align: left;
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.header-nav-mech{
    width: 284px;
}

.header-nav-mech .img-box a{
    margin-top: 20px;
}

.header-nav-mech .detail-item{
    height: 36px;
}

.header-nav-mech .detail-item a{
    font-size: 15px;
    margin-left: 5px;
    margin-right: 15px;
    display: inline-block;
}

.header-nav-mech a:hover{
    color: #20aa56
}

.header-nav-content{
    height: 220px;
    overflow: hidden;
}

.header-nav-classify-left-detail-left {
    float: left;
    width: 265px;
    height: 118px;
    overflow: hidden;
}

.header-nav-classify-left-detail-right {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-nav-classify-left-detail-right .img-box {
    color: #333;
    overflow: hidden;
    margin: 14px 0 14px 17px;
}

.header-nav-classify-left-detail-right .img-box a{
    display: block;
}

.header-nav-classify-left-detail-right .img-box a img {
    width: 250px;
    height: 135px;
    display: inline-block
}

.header-nav-classify-left-detail .detail-title{
    border-bottom: 1px solid #eeeeee;
    margin-right: 16px;
    height: 30px;
    padding-bottom: 4px;
}

.header-nav-classify-left-detail .detail-title a{
    font-size: 15px;
    font-weight: 700;
    color: #20aa56;
    display: inline-block;
    padding: 0;
    height: 33px;
    border-bottom: 2px solid #20aa56;
}

.header-nav-classify-left-detail .detail-title a:hover{
    color: #59c985;
    border-color: #59c985;
}

.header-nav-classify-left-detail-left .detail-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}

.header-nav-classify-left-detail .detail-item-title {
    font-size: 14px;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 0;
    color: #666;
    margin-bottom: 5px
}

.header-nav-classify-left-detail .detail-item-li {
    height: 20px;
    font-size: 13px;
    color: #424242;
    padding: 7px 10px 6px 0;
    line-height: normal
}

.header-nav-classify-left-detail .detail-item-li:hover {
    color: #20aa56
}

.header-nav-no-border {
    border: none
}

.header-putaway-classify .header-nav-market .header-nav-classify {
    display: none
}

.header-putaway-classify .header-nav-market:hover .header-nav-classify {
    display: block
}

.fixed-header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
    padding: 10px 0
}

.fixed-header .header-middle {
    padding: 0
}

.fixed-header .header-middle-search {
    margin-left: 112px;
    margin-top: 3px
}

.fixed-header .middle-search-select {
    top: 38px
}

.already-login {
    display: none
}
.tagsKey{
    font-size:13px;
    float: left;
    margin-top:32px
}