/* header 顶部搜索 */
.us-header-nav {
    display: flex;
    justify-content: flex-start;
    margin: 0 120px 0 20px;
}

.us-header-nav .us-header-nav-link {
    font-size: 16px;
    display: block;
    border-bottom: 3px solid #fff;
    padding: 0 2px;
    height: 36px;
    line-height: 36px;
    color: #F95B3D;
    font-weight: bold;
}

.us-header-nav .us-header-nav-link:hover {
    border-color: #F95B3D;
}

.us-header-nav .us-header-nav-link~.us-header-nav-link {
    margin-left: 25px;
}

.us-header-search {
    width: 806px;
    flex-shrink: 0;
}

.us-header-search .us-header-search-box {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #F95B3D;
}

.us-header-search .us-header-search-select {
    border: 0;
    outline: none;
    height: 38px;
    padding: 0 0 0 8px;
}

.us-header-search .us-header-search-keyword {
    border: 0;
    flex: 1;
    font-size: 14px;
    background-color: #fff;
    display: block;
    height: 38px;
    outline: none;
    padding: 0 10px;
    border-left: 2px solid #F95B3D;
}

.us-header-search .us-header-search-btn {
    background-color: #F95B3D;
    color: #fff;
    border: 0;
    height: 39px;
    padding: 0 20px;
    cursor: pointer;
}

.us-header-search .us-header-search-keyword {
    border: 0;
    flex: 1;
    font-size: 14px;
    background-color: #fff;
    display: block;
    height: 38px;
    outline: none;
    padding: 0 10px;
}

/* 主体 */
.us-home {
    max-width: 1100px;
    margin: 0 auto;
}

.us-home-main {
    /* margin: 20px auto;
    display: flex; */
    padding: 20px 0;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
}

.us-video-main {
    padding: 20px 15px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* left 左边 */
.us-home-main .us-left {
    width: 806px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
}

.us-home-main .us-left2 {
    width: 806px;
    background-color: #f2f3f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
}

/* right 右边*/
.us-home-main .us-right {
    margin: 0 0 0 17px;
    width: 315px;
}

#usHomeRight {
    width: 315px;
}

/* 第一个块 */
.us-home-right-first {
    width: 315px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.us-home-right-first h3 {
    color: #404040;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    padding: 0 15px;
    font-weight: 600;
}

.us-home-right-first .us-home-right-first-ul_box {
    margin-top: 15px;
}

.us-home-right-first .us-home-right-first-ul_box li {
    display: inline-block;
    width: 130px;
    height: 130px;
    border: 1px solid #ebebeb;
    margin: 0 5px 20px 15px;
}

.us-home-right-first .us-home-right-first-ul_box li img {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.us-home-right-first div {
    text-align: center;
}

.us-home-right-first .us-home-right-first-btn {
    width: 89px;
    height: 32px;
    border-radius: 26px;
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(236, 236, 236, 100);
    background-color: #fff;
}

.us-home-right-first .us-home-right-first-btn a,
.us-home-right-second .us-home-right-second-btn_box a {
    color: rgba(249, 91, 61, 100);
}


/* 第二个块 */
.us-home-right-second {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px;
}

.us-home-right-second h3 {
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    color: #404040;
    font-weight: 600;
    padding: 5px 0 16px 0;
}



.us-home-right-second .us-home-right-second-box .second-box-list li {
    display: inline-block;
    margin-bottom: 10px;
}

.us-home-right-second .us-home-right-second-box .second-box-list li .more-company-box {
    display: flex;
}

.us-home-right-second .us-home-right-second-box .second-box-list li div img {
    width: 123px;
    height: 92px;
    border-radius: 4px;
    object-fit: cover;
}

.us-home-right-second .us-home-right-second-box .second-box-list .more-company-box-right {
    margin-left: 13px;
}

.us-home-right-second .us-home-right-second-box .second-box-list .more-company-box-right .title {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101110;
    padding-top: 8px;
}

.us-home-right-second .us-home-right-second-box .second-box-list .more-company-box-right small {
    color: #a5a5a5;
    line-height: 25px;
}

.us-home-right-second .us-home-right-second-box .second-box-list .more-company-box-right .more-company-box-right-cate {
    color: #101110;
    font-family: SourceHanSansSC-regular;
    font-size: 12px;
}

.us-home-right-second .us-home-right-second-btn_box {
    margin-top: 10px;
    text-align: center;
}

.us-home-right-second .us-home-right-second-btn_box .btn {
    width: 89px;
    height: 32px;
    border-radius: 26px;
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(236, 236, 236, 100);
    background-color: #fff;
    margin: auto;
}

/* 第三个块 */
.us-home-right-third {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 4px;
}

.us-home-right-third h3 {
    font-size: 16px;
    font-family: SourceHanSansSC-bold;
    color: #404040;
    font-weight: 600;
}

.us-home-right-third .third-box {
    display: flex;
}

.us-home-right-third .third-box .third-box-left,
.us-home-right-third .third-box .third-box-right {
    margin: 20px;
}

.us-home-right-third .third-box-left div,
.us-home-right-third .third-box-right div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.us-home-right-third .third-box-left i {
    font-size: 40px;
    color: #F95B3D;
}

.us-home-right-third .third-box-right i {
    font-size: 40px;
    color: #959BBD;
}

.us-home-right-third .third-box-left p,
.us-home-right-third .third-box-right p {
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-family: SourceHanSansSC-regular;
    color: #101110;
}

/* 第四个块 */
.us-home-right-four {
    background-color: #fff;
    border-radius: 4px;
    padding: 17px 20px;
    border-radius: 4px;
}

.us-home-right-four .four-first-box ul li {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #404040;
    /* line-height: 30px; */
    padding: 5px 0;
}

.us-home-right-four .four-second-box ul li {
    display: inline-block;
    padding: 5px 5px 0 0px;
}

.share-icon i {
    font-size: 30px;
    width: 100%;
    height: auto;
    line-height: 30px;
    display: block;
    color: #3b5998;
}

/* 第五个块 */
.us-home-right-five {
    margin: 12px 0 0 0;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 25px;
}

/* blog main 博客主体 */
/* 左边 */
.us-home-blog {
    flex-shrink: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #ebebeb;
}

.us-home-blog.left-top {
    padding: 10px;
}

.us-home-blog .left-top ul {
    display: inline-block;
    padding-right: 10px;
}

.us-home-blog .left-top.active {
    width: 102px;
    height: 30px;
    border-radius: 22px;
    color: #F95B3D;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid #F95B3D;
    background-color: #fff;
    cursor: pointer;
}

.us-home-blog .left-top ul li .left-top-btn {
    width: 102px;
    height: 30px;
    border-radius: 22px;
    color: #101010;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(236, 236, 236, 100);
    background-color: #fff;
    cursor: pointer;
}


.us-home-blog-first-box {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #ebebeb;
}

.us-home-blog-first-box .first-container {
    padding: 15px;
}

.us-home-blog-first-box .first-container {
    display: flex;
}

.us-home-blog-first-box .first-container-left {
    /* width: 253px;
    height: 177px; */
    width: 344px;
    height: 241px;
}

.us-home-blog-first-box .first-container-left img {
    /* width: 253px;
        height: 177px; */
    width: 344px;
    height: 241px;
    object-fit: cover;
}

.us-home-blog-first-box .first-container-left h5 {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.us-home-blog-first-box .first-container-left p {
    color: #a5a5a5;
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.us-home-blog-first-box .first-container-right {
    /* margin-left: 19px; */
    margin-left: 0px;
}

.us-home-blog-first-box .first-container-right ul li {
    /* width: 170px;
    height: 112px; */
    width: 180px;
    display: inline-block;
    /* padding: 0 17px; */
    margin: 0 5px 0 11px;
}

.us-home-blog-first-box .first-container-right img {
    /* width: 160px;
    height: 112px; */
    width: 180px;
    height: 123px;
    object-fit: cover;
}

.first-container-right h5 {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.first-container-right .view-count {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #a5a5a5;
}

.first-container-right .first-container-annotation {
    /* margin-top: 25px; */
}

.first-container-right .first-container-annotation ul li {
    display: inline-block;
    width: 100%;
}

.first-container-right .first-container-annotation p {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    line-height: 30px;
    font-weight: 600;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us-company-blog {
    display: flex;
    padding: 19px 15px;
    height: 184px;
    border-bottom: 1px solid #ebebeb;
}

.us-company-blog-left {
    width: 207px;
    height: 145px;
}

.us-company-blog-left img {
    width: 207px;
    height: 145px;
    object-fit: cover;
    cursor: pointer;
}

.us-company-blog-right {
    margin-left: 17px;
}

.us-company-blog-right h5 {
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
    color: #000;
    padding-top: 5px;
    cursor: pointer;
}

.us-company-blog-right .us-company-blog-right-ul {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #a5a5a5;
}

.us-company-blog-right-ul ul li {
    display: inline-block;
}

.us-company-blog-right .us-company-blog-content {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 15px;
    cursor: pointer;
}

/* 博客搜索 blog search */
.us-home-search {
    width: 100%;
}

.us-home-search .us-home-search-total {
    margin: 10px 0;
    background-color: #f2f3f7;
}

.us-home-search .us-home-search-total span {
    color: #a4adb3;
}

.us-home-search-container {
    display: flex;
    padding: 18px 19px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.us-home-search-container .img-box {
    width: 190px;
    height: 107px;
}

.us-home-search-container .img-box img {
    border-radius: 4px;
    width: 190px;
    height: 107px;
    object-fit: cover;
}

.us-home-search-container .content-box {
    margin-left: 16px;
}

.us-home-search-container .content-box h5 {
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    font-weight: 600;
    color: #101010;
    padding-top: 5px;
    cursor: pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.us-home-search-container .content-box .content-box-ul {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #595959;
}

.us-home-search-container .content-box .content-box-ul .icon-shipin {
    vertical-align: -1px;
}

.content-box-ul ul li {
    display: inline-block;
    padding-top: 15px;
}

.us-home-search-container .content-box .desc-box {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #bbb;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    cursor: pointer;
}

.us-home-no-data-result {
    background-color: #fff;
}

.us-home-no-data-result h4 {
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    margin-top: 15px;
    color: #bbb;
    font-weight: normal;
}

.us-home-no-data-result .icon-ku {
    font-size: 30px;
    color: #bbb;
}

.us-home-no-data-result .icon-weixiao {
    font-size: 30px;
    color: #bbb;
}

.us-home-no-data-result section {
    text-align: center;
    padding: 30px;
}

/* 分页 */
.us-company-pagination {
    font-weight: 900;
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px 0;
    float: right;
    background: #f2f2f2;
}

.us-company-pagination .el-pager li {
    margin: 0 5px;
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
}

.us-company-pagination .el-pagination .btn-next,
.us-company-pagination .el-pagination .btn-prev {
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
    padding: 0 5px;
}

.us-company-pagination .el-pagination .btn-next:hover,
.us-company-pagination .el-pagination .btn-prev:hover {
    color: #F95B3D !important;
}

.us-company-pagination .el-pager li.active {
    border: 1px solid #f95b3d !important;
    color: #5e5e5e !important;
}

.us-company-pagination .el-pager li:hover {
    color: #F95B3D !important;
}

/* video 视频 */
.us-home-video {
    flex-shrink: 0;
    background-color: #fff;
    width: 1150px;
    border-radius: 3px;
    padding: 11px 11px;
    margin-right: 15px;
}


.us-home-video-container .content-box {
    margin-bottom: 20px;
}

.us-home-video-container .content-box ul {
    display: flex;
    flex-wrap: wrap;
}

.us-home-video-container .content-box ul li {
    margin: 10px 11px 14px 11px;
    width: 260px;
}

.us-home-video-container .content-box ul li img {
    border-radius: 4px;
    width: 260px;
    height: 164px;
    object-fit: cover;
}

.us-home-video-container .content-box ul li .title {
    font-family: SourceHanSansSC-regular;
    font-size: 14px;
    color: #101010;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us-home-video-container .content-box ul li .time {
    float: right;
    font-size: 12px;
    color: #595959;
}

/* video search 视频搜索 */
.us-home-search-container .desc-box .icon-fenxiangxiao {
    color: #F95B3D;
    padding-right: 8px;
}

/* industrialSuppliesHome 首页 */
/* 主体 */
.us-home-industrial {
    width: 1100px;
    margin: 10px auto;
}

.us-industrial-first {
    display: flex;
}

/* 第一块 */
/* 左边 */
.us-industrial-category {
    min-width: 280px;
    max-width: 1100px;
    /* height: 330px; */
    background-color: #fff;
    margin-right: 12px;
    /* padding: 23px 15px; */
    /* padding: 23px 0; */
    border-radius: 4px;
}

/*after*/
.sk-for-title:after,
.sk-cate-dl:after,
.sk-cate-nav:after,
.sk-uof a:after,
.sk-forer:after,
.sk-hours-news ul li:after,
.sk-related-h3:after,
.sk-pro-cate:after,
.sk-pro-cate li:after,
.sk-pro-cate li a:after,
.header_select a.header_select_sort span:after,
.sk-pro-list .sk-protitle .sk-p-text:after,
.sk-list-four .sk-view:after,
.sk-company-title:after,
.sk-contact-com:after,
.sk-pencil:after,
.sk-show-keyword:after,
.sk-send-form .sk-send-li:after,
.clear-after:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

/*Head navigation*/
.sk-top-nav .sk-cate-nav {
    display: block;
    position: relative;
    /* margin-top: -1px; */
    background: #ffffff;
    width: 280px;
    border-radius: 4px;
}

.sk-top-nav .sk-cate-nav .sk-cate-nav-ul {
    width: 100%;
    padding: 12px 0;
    z-index: 18;
    border: 1px solid #ffffff;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    height: 330px;
    border-radius: 4px;
}

.sk-top-nav .sk-cate-nav .sk-cate-nav-ul:hover {
    overflow: unset;
    border-color: #e7e7e7;
}

.sk-top-nav .sk-cate-nav .sk-cate-nav:hover {
    box-shadow: 1px 1px 5px #e7e7e7;
    border: 1px solid #e7e7e7;
}

.sk-cate-nav-ul .sk-for:hover {
    background-color: #f4f4f4;
}

.sk-cate-nav-ul li .sk-for-title {
    position: relative;
    padding: 0px 15px;
    line-height: 32px;
    background: #ffffff;
    box-shadow: -2px 1px 5px transparent;
    border: 1px solid transparent;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}


.sk-cate-nav-ul li i {
    position: absolute;
    top: 0px;
    right: 18px;
    transition: all .3s;
    font-size: 12px;
    color: #999;
}

.sk-cate-nav-ul .sk-for-blue {
    line-height: 38px;
    padding: 0px 15px;
    position: relative;
}

.sk-cate-nav-ul .sk-for-blue a {
    /* color: #1688CC;
    display: block; */
    color: #101010;
    font-size: 15px;
    text-align: left;
    font-family: Roboto;
    font-weight: bold;
}

.us-industrial-category .us-no-data {
    color: #666;
}

.sk-cate-nav .sk-cate-nav-ul li:hover .sk-for-title {
    z-index: 22;
    -moz-box-shadow: -2px 1px 5px #e7e7e7;
    -webkit-box-shadow: -2px 1px 5px #e7e7e7;
    box-shadow: -2px 1px 5px #e7e7e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    border-right: 1px solid transparent;
    background-color: #f4f4f4;
}

.sk-cate-nav .sk-cate-nav-ul li:hover i {
    right: 10px;
    /* color: #ff8f44; */
    color: #F95B3D;
    font-weight: bold;
}

.sk-cate-nav .sk-cate-nav-ul li a:hover,
.sk-cate-nav-ul .sk-for-blue a:hover {
    /* color: #ff8f44; */
    color: #F95B3D;
    font-weight: bold;

}

.sk-top-nav:hover .sk-cate-nav {
    display: block;
}

.sk-top-nav:hover .sk-cate-hover {
    border: 1px solid #dcdee3;
    border-bottom-color: #ffffff;
}

.sk-top-nav .sk-cate-nav .sk-cate-dl {
    display: none;
    width: 600px;
    min-height: 400px;
    padding: 2px;
    background: #ffffff;
    box-shadow: -1px 0 1px #dcdee3;
    margin-left: -1px;
    z-index: 21;
    position: absolute;
    left: 100%;
    top: -1px;
    border: 1px solid #dcdee3;
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

.sk-top-nav .sk-cate-nav ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sk-top-nav .sk-cate-nav ::-webkit-scrollbar-track {
    background-color: #d7d7d7;
    border-radius: 5px;
}

.sk-top-nav .sk-cate-nav ::-webkit-scrollbar-thumb {
    background-color: #959595;
    border-radius: 5px;
}

.sk-cate-dl dl {
    width: 50%;
    float: left;
    padding: 7px 0 7px 20px;
}

.sk-cate-dl dl dt {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.sk-cate-dl dl dt a {
    /* color: #2192D9; */
    font-size: 14px;
    font-weight: bold;
    color: #101010;
}

.sk-cate-dl dl dt .us-third-title {
    /* color: #2192D9; */
    font-size: 14px;
    font-weight: bold;
    color: #101010;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sk-cate-dl dl dd a {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.sk-cate-dl dl dd .us-four-title {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sk-cate-dl dl .sk-vi-more {}

.sk-cate-dl dl .sk-vi-more a {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.sk-cate-dl dl a:hover {
    /* color: #ff8f44; */
    color: #F95B3D;
    font-weight: bold;
}

.sk-cate-dl .sk-for-moreall {
    border-top: 1px solid #e6e6e6;
}

.sk-cate-dl .sk-for-moreall a {
    text-align: center;
}

.sk-cate-dl .sk-for-moreall:hover {
    background-color: #fdfdfd;
}

.sk-cate-nav .sk-cate-nav-ul li:hover .sk-cate-dl {
    display: block;
}

.us-industrial-category .us-category-title {
    line-height: 26px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: left;
    font-family: Roboto;
    padding-bottom: 18px;
    padding: 0 15px;
}

.us-industrial-category .us-category-menu ul {
    margin-top: 10px;
}


.us-industrial-category .us-category-menu ul .us-menu-li {
    height: 36px;
    padding: 10px 15px;
}

.us-industrial-category .us-category-menu ul .us-menu-li .us-menu-content {
    display: flex;
}

.us-industrial-category .us-category-menu ul .us-menu-li .us-menu-content p {
    cursor: pointer;
    line-height: 20px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 240px;
}

.us-industrial-category .us-category-menu ul .active {
    background-color: rgba(244, 244, 244, 100);
}

.us-industrial-category .us-category-menu ul .active .us-menu-content p {
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
    font-weight: 600;
}


.us-industrial-category .us-category-menu ul li div span {
    float: right;
    color: #a5a5a5;
    width: 15px;
    display: block;
    margin-top: -1px;
    width: 20px;
}

.us-industrial-category .child-menu {
    background-color: #fff;
    float: left;
    width: 280px;
    margin-left: 280px;
}

.us-industrial-category .child-menu ul li {
    display: inline-block;
}

.us-industrial-category .child-menu .child-title {
    color: rgba(64, 64, 64, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
}


.us-industrial-category .us-industrial-category-childs {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px;
    position: relative;
    left: 280px;
    top: -40px;
    transform-style: preserve-3d;
}

.us-industrial-category .us-industrial-category-childs .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.us-industrial-category .us-industrial-category-childs .us-title {
    color: #101010;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}


/* 右边 */
.us-industrial-category-company {
    width: 808px;
    /* height: 330px; */
    background-color: #ffffff !important;
    padding: 22px 19px;
    display: flex;
    border-radius: 4px;
    /* opacity: 0.8; */
}



.us-industrial-category-company .us-company-slide .us-industrial-company-container {
    display: flex;
}

.us-industrial-category-company .us-category-company-images {
    width: 382px;
    height: 286px;
}

.us-industrial-category-company .us-category-company-images img {
    width: 382px;
    height: 286px;
    object-fit: cover;
    border-radius: 4px;
}

.us-industrial-category-company .us-category-company-content {
    margin-left: 18px;
}

.us-industrial-category-company .us-category-company-content .us-content-timmy {
    width: 125px;
    height: 37px;
    object-fit: cover;
}

.us-industrial-category-company .us-category-company-content h4 {
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    padding: 20px 0 14px 0;
}

.us-industrial-category-company .us-category-company-content .us-content-tag ul li {
    display: inline-block;
    padding-right: 10px;
}

.us-industrial-category-company .us-category-company-content .us-content-tag ul li p {
    width: 49px;
    height: 18px;
    line-height: 17px;
    border-radius: 3px;
    background-color: rgba(236, 236, 236, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
}

.us-industrial-category-company .us-category-company-content .us-content-tag ul li img {
    vertical-align: middle;
}


.us-industrial-category-company .us-category-company-content .us-content-imgBox {
    margin-top: 28px;
}

.us-industrial-category-company .us-category-company-content .us-content-imgBox ul li {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0 4px;
}

.us-industrial-category-company .us-category-company-content .us-content-imgBox ul li img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
}


/* 第二块 */
.us-industrial-second {
    display: flex;
    margin: 10px 0;
}

/* 左边 */
.us-industrial-choice {
    width: 544px;
    /* height: 235px; */
    background-color: #fff;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    padding: 20px 15px;
}

.us-industrial-choice .us-industrial-choice-images {
    width: 214px;
    /* height: 160px; */
    margin-right: 12px;
}

.us-industrial-choice .us-industrial-choice-images .us-choice-title {
    font-size: 20px;
    text-align: left;
    font-family: Roboto;
    color: #101010;
    font-weight: 600;
    padding-bottom: 10px;
}

.us-industrial-choice .us-industrial-choice-images img {
    width: 214px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}


.us-industrial-choice .us-industrial-choice-content {
    margin-top: 40px;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-list-img {
    margin: 15px 0 0 0;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-list-img ul li {
    display: inline-block;
    width: 91px;
    height: 91px;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-list-img ul li img {
    width: 91px;
    height: 91px;
    object-fit: cover;
    border-radius: 4px;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-title {
    font-family: SourceHanSansSC-regular;
    font-size: 12px;
    color: #101010;
    padding: 10px 0 12px 0;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-tags ul li {
    display: inline-block;
    margin-right: 10px;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-tags ul li p {
    width: 49px;
    height: 18px;
    line-height: 17px;
    border-radius: 3px;
    background-color: rgba(236, 236, 236, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
}

.us-industrial-choice .us-industrial-choice-content .us-choice-content-tags ul .img-verified img {
    vertical-align: middle;
}

/* 右边 */
.us-verified {
    height: 22px;
    width: 54px;
    vertical-align: -6px;
}

.us-industrial-newCompany {
    width: 544px;
    /* height: 235px; */
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    padding: 20px 15px;
}

.us-industrial-newCompany .us-newCompany-images {
    width: 214px;
    /* height: 160px; */
    margin-right: 12px;
}

.us-industrial-newCompany .us-newCompany-images .us-newCompany-title {
    font-size: 20px;
    text-align: left;
    font-family: Roboto;
    color: #101010;
    font-weight: 600;
    padding-bottom: 10px;
}

.us-industrial-newCompany .us-newCompany-images img {
    width: 214px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}


.us-industrial-newCompany .us-newCompany-content {
    margin-top: 40px;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-list-img {
    margin-top: 15px;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-list-img ul li {
    display: inline-block;
    width: 91px;
    height: 91px;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-list-img ul li img {
    width: 91px;
    height: 91px;
    object-fit: cover;
    border-radius: 4px;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-content-title {
    font-family: SourceHanSansSC-regular;
    font-size: 12px;
    color: #101010;
    padding: 10px 0 12px 0;
    font-weight: 600;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-content-tags ul li {
    display: inline-block;
    margin-right: 10px;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-content-tags ul li p {
    width: 49px;
    height: 18px;
    line-height: 17px;
    border-radius: 3px;
    background-color: rgba(236, 236, 236, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
}

.us-industrial-newCompany .us-newCompany-content .us-newCompany-content-tags ul .img-verified img {
    vertical-align: middle;
}

/* 第三块 */
.us-industrial-hot_categories {
    width: 1100px;
    /* height: 480px; */
    line-height: 20px;
    border-radius: 4px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    font-family: Roboto;
    background-color: #fff;
    display: flex;
    padding: 18px 16px;
}

/* 左边 */
.us-industrial-hot_categories .us-hot_categories-main {
    margin-right: 15px;
    width: 298px;
}

.us-industrial-hot_categories .us-hot_categories-main .us-hot_categories-title {
    font-size: 20px;
    text-align: left;
    font-family: Roboto;
    color: #101010;
    font-weight: 600;
}

.us-industrial-hot_categories .us-hot_categories-main .us-hot_categories-img {
    width: 298px;
    height: 298px;
    margin: 12px 0;
}

.us-industrial-hot_categories .us-hot_categories-main .us-hot_categories-img img {
    width: 298px;
    height: 298px;
    object-fit: cover;
    border: 1px solid #ebebeb;
}

.us-industrial-hot_categories .us-hot_categories-main .img-title {
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.us-industrial-hot_categories .us-hot_categories-main .img-price {
    color: rgba(64, 64, 64, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
    line-height: 32px;
}

.us-industrial-hot_categories .us-hot_categories-main .img-pieces {
    color: rgba(165, 165, 165, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}


/* 右边 */
.us-industrial-hot_categories .us-hot_categories-rollBox {
    margin-top: 32px;
    width: 100%;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ul li {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ul li {
    color: #101010;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ul .menu-p p {
    color: #101010;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ul li.on {
    font-weight: 600;
    /* border-bottom: 2px solid #F95B3D; */
    line-height: 35px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ::-webkit-scrollbar-track {
    background-color: #d7d7d7;
    border-radius: 5px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ::-webkit-scrollbar-thumb {
    background-color: #959595;
    border-radius: 5px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-menu ul {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 5px 0;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList ul li {
    display: inline-block;
    width: 170px;
    margin: 0 5px 0 10px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList .img-box {
    width: 170px;
    height: 170px;
    margin: 18px 0 12px 0;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList .img-box img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList .img-title {
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    padding-bottom: 12px;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList .img-price {
    color: rgba(64, 64, 64, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
}

.us-industrial-hot_categories .us-hot_categories-rollBox .us-rollBox-roll-imgList .img-pieces {
    color: rgba(165, 165, 165, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

/* 第四块 */
.us-industrial-just_for_you {
    width: 1100px;
    /* height: 628px; */
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    font-family: Roboto;
    margin: 10px auto;
    padding: 15px 10px;
}

.us-industrial-just_for_you .us-just_for_you-title {
    color: rgba(16, 16, 16, 100);
    font-size: 20px;
    text-align: left;
    font-family: Roboto;
    padding: 8px 0 0 5px;
}

.us-industrial-just_for_you .us-just_for_you-dataList ul li {
    display: inline-block;
    width: 160px;
    margin: 0 10px 33px 10px;
}

.us-industrial-just_for_you .us-just_for_you-dataList .us-dataList-imgBox {
    width: 160px;
    height: 160px;
    margin: 10px 0;
}

.us-industrial-just_for_you .us-just_for_you-dataList .us-dataList-imgBox img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.us-industrial-just_for_you .us-just_for_you-dataList .imgBox-title {
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us-industrial-just_for_you .us-just_for_you-dataList .imgBox-price {
    color: rgba(64, 64, 64, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
    padding-top: 8px;
}

.us-industrial-just_for_you .us-just_for_you-dataList .imgBox-pieces {
    color: rgba(165, 165, 165, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

/* choice_category  click choice*/
/* 分类 category */
.us-industrial-click {
    width: 1100px;
    line-height: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #101010;
    font-size: 14px;
    font-family: Roboto;
    padding: 15px 16px;
}

.us-industrial-click-category {
    background-color: #fff;
    display: flex;
    padding: 10px;
}

.us-industrial-click-category ul {
    display: -webkit-inline-box;
}

.us-industrial-click-category ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.us-industrial-click-category ::-webkit-scrollbar-track {
    background-color: #d7d7d7;
    border-radius: 5px;
}

.us-industrial-click-category ::-webkit-scrollbar-thumb {
    background-color: #959595;
    border-radius: 5px;
}

.us-click-category-box {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

.us-click-category-box .sk-index-product-icon i {
    color: #a5a5a5;
    cursor: pointer;
}

.us-click-category-box .icon-font {
    text-align: right;
    color: #a5a5a5;
}

.us-click-category-box .us-company-product-left-tabBar {
    position: relative;
}

.us-click-category-box ul li {
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.us-click-category-box ul li p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us-click-category-box ul li:hover {
    font-weight: 600;
}

.us-click-category-box ul li.active {
    color: #000;
    font-weight: 600;
    padding-bottom: 8px;
    text-shadow: 0 0 0 currentColor;
    /* border-color: #F95B3D; */
    /* border-bottom: 3px solid #f95b3d; */
}

/* 商品 product */
.us-industrial-click-product {
    margin: 25px 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.us-industrial-click-product .us-click-product-container {
    margin: 12px 4px;
    width: 170px;
}

.us-industrial-click-product .us-click-product-container .us-container-img_box {
    width: 170px;
    height: 170px;
    margin-bottom: 12px;
}

.us-industrial-click-product .us-click-product-container .us-container-img_box img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.us-industrial-click-product .us-click-product-container .us-container-content_box .us-title {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.us-industrial-click-product .us-click-product-container .us-container-content_box .us-price {
    font-size: 14px;
    font-weight: bold;
}

.us-industrial-click-product .us-click-product-container .us-container-content_box .us-pieces {
    font-size: 12px;
    color: #a5a5a5;
}

/* 分页 */
.us-industrial-pagination {
    font-weight: 900;
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px 0 0;
    text-align: end;
}

.us-industrial-pagination .el-pager li {
    margin: 0 5px;
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
    color: #ffffff !important;
    border: 1px solid #dbdbdb !important;
}

.us-industrial-pagination .el-pagination .btn-next,
.us-industrial-pagination .el-pagination .btn-prev {
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
    padding: 0 5px !important;
    color: #101010 !important;
    border: 1px solid #dbdbdb !important;
}

.us-industrial-pagination .el-pagination .btn-next:hover,
.us-industrial-pagination .el-pagination .btn-prev:hover {
    color: #F95B3D !important;
}

.us-industrial-pagination .el-pager li.active {
    border: 1px solid #f95b3d !important;
    color: #5e5e5e !important;
}

.us-industrial-pagination .el-pager li:hover {
    color: #F95B3D !important;
}

/* 底部 */
.us-industrial-footer {
    width: 100%;
    height: 134px;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    display: flex;
    color: #404040;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    line-height: 35px;
    font-weight: 500;
    justify-content: center;
}

.us-industrial-footer div {
    margin: 20px 40px;
}

.us-industrial-footer .footer-third .third-last p {
    color: rgba(165, 165, 165, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.us-industrial-footer .footer-four ul li {
    display: inline-block;
}

.us-industrial-footer .footer-four svg {
    width: 30px;
    height: 30px;
}

/* my needke 用户中心 */
.us-my_needke-main {
    display: flex;
}

/* 左边侧边栏 */
.us-my_needke-slider {
    width: 258px;
    height: 712px;
    line-height: 20px;
    border-radius: 4px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    font-family: Roboto;
    background-color: #fff;
    margin: 10px 0;
}

.us-my_needke-slider .us-my_needke-slider-top {
    padding: 21px 0 14px 0;
    text-align: center;
}

.us-my_needke-slider .us-my_needke-slider-top p {
    color: rgba(16, 16, 16, 100);
    font-size: 16px;
    font-family: SourceHanSansSC-regular;
}

.us-my_needke-slider .us-my_needke-slider-top img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
}

.us-my_needke-slider-menu .us-radio-box .us-my_needke-radio {
    width: 100% !important;
    padding: 12px !important;
    margin: 0 !important;
}

.us-my_needke-slider-menu .us-radio-box .is-checked {
    background-color: #f4f4f4 !important;
    color: #f95b3d;
}

.us-my_needke-slider-menu .us-radio-box .is-checked .el-radio__input.is-checked+.el-radio__label {
    color: #f95b3d;
}

.us-my_needke-slider-menu .us-radio-box .el-radio {
    padding: 6px 0;
}

.us-my_needke-radio .el-radio__input {
    display: none !important;
}

/* favorites */
.us-my_needke-favorites {
    width: 752px;
    color: #fff;
    margin: 10px auto;
}

/* 第一个块 */
.us-my_needke-favorites .us-my_needke-favorites-num {
    /* width: 752px; */
    height: 51px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px 0 11px 15px;
    border-bottom: 1px solid #ebebeb;
}

.us-my_needke-favorites .us-my_needke-favorites-num div {
    width: 102px;
    height: 30px;
    border-radius: 22px;
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(249, 91, 61, 100);
    line-height: 28px;
}

/* 第二个块 */
.us-my_needke-favorites .us-my_needke-favorites-container {
    /* height: 286px; */
    /* width: 752px; */
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

/* 左边 */
.us-my_needke-favorites .us-my_needke-favorites-container .us-favorites-container-img_box {
    width: 180px;
    height: 180px;
    /* margin: 13px 20px 0 14px; */
    margin: 13px 19px 11px 29px;
}

.us-my_needke-favorites .us-my_needke-favorites-container .us-favorites-container-img_box img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.us-my_needke-favorites .us-my_needke-favorites-container .us-favorites-container-img_box i {
    font-size: 24px;
    color: #A5A5A5;
    float: right;
}

/* 右边 */
.us-my_needke-favorites .us-my_needke-favorites-container .us-favorites-container-content {
    padding: 0 10px 0 0;
}

.us-my_needke-favorites .us-my_needke-favorites-container .us-favorites-container-content .us-content-title {
    font-family: SourceHanSansSC-bold;
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 0 11px 0;
}

.us-content-main_product li {
    display: inline-block;
    padding-right: 10px;
}

.us-content-main_product li p {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
}

.us-content-main_product li p span {
    color: #F95B3D;
    font-size: 12px;
}

.us-favorites-container-content .us-content-center-box {
    width: 495px;
    height: 69px;
    line-height: 30px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(236, 236, 236, 100);
    color: rgba(64, 64, 64, 100);
    font-size: 12px;
    font-family: SourceHanSansSC-regular;
    display: flex;
    padding: 0px 19px;
    margin: 13px 0 15px 0;
}

.us-favorites-container-content .us-content-center-box .us-box-left {
    flex-grow: 1;
}

.us-favorites-container-content .us-content-center-box .us-box-right {
    flex-grow: 2;
}

.us-favorites-container-content .us-box-company {
    margin: 0 0 11px 0;
}

.us-favorites-container-content .us-box-company .us-company-name {
    font-family: SourceHanSansSC-regular;
    font-size: 12px;
    color: #595959;
}

.us-favorites-container-content .us-box-company img {
    float: right;
    margin-right: 24px;
}

.us-favorites-container-content .us-box-like .icon-xihuanfill {
    color: #F95B3D;
    font-size: 22px;
    cursor: pointer;
}

.us-favorites-container-content .us-box-like .us-inquiry-now {
    width: 141px;
    height: 38px;
    border-radius: 4px;
    background-color: rgba(249, 91, 61, 100);
    color: rgba(255, 253, 253, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: none;
    float: right;
    margin-right: 24px;
}

/* followed */
.us-my_needke-followed {
    width: 752px;
    color: #fff;
    margin: 10px auto;
}

/* 第一个块 */
.us-my_needke-followed .us-my_needke-followed-num {
    /* width: 752px; */
    height: 51px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px 0 11px 15px;
    border-bottom: 1px solid #ebebeb;
}

.us-my_needke-followed .us-my_needke-followed-num div {
    width: 102px;
    height: 30px;
    border-radius: 22px;
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(249, 91, 61, 100);
    line-height: 28px;
}

/* 第二个块 */
.us-my_needke-followed .us-my_needke-followed-container {
    /* width: 752px; */
    /* height: 205px; */
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

/* 左边 */
.us-my_needke-followed .us-my_needke-followed-container .us-followed-img_box {
    width: 222px;
    height: 166px;
    margin: 16px 16px 23px 20px;
}

.us-my_needke-followed .us-my_needke-followed-container .us-followed-img_box img {
    width: 222px;
    height: 166px;
    object-fit: cover;
    border-radius: 4px;
}

/* 右边 */
.us-my_needke-followed .us-my_needke-followed-container .us-followed-container-content {
    flex: 1;
    padding-bottom: 15px;
}

.us-my_needke-followed .us-my_needke-followed-container .us-followed-container-content .right-title {
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    color: #101010;
    font-weight: 600;
    margin: 17px 0 10px 0;

}

.us-followed-container-content .us-content-tag-box ul li p {
    width: 49px;
    height: 18px;
    line-height: 17px;
    border-radius: 3px;
    background-color: rgba(236, 236, 236, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
}

.us-followed-container-content .us-content-tag-box ul li {
    display: inline-block;
    padding-right: 10px;
}

.us-followed-container-content .us-content-avg-time {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #404040;
    padding: 12px 0 6px 0;
}

.us-followed-container-content .us-content-category {
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #404040;
}

.us-followed-container-content .us-content-category li {
    display: inline-block;
    padding-right: 10px;
}

.us-followed-container-content .us-content-like {
    margin: 28px 20px 0 0;
}

.us-content-like .icon-biaoxingfill {
    color: #F95B3D;
    font-size: 24px;
    cursor: pointer;
}

.us-content-like .us-all-btn {
    width: 113px;
    height: 38px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(249, 91, 61, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(249, 91, 61, 100);
    float: right;
    margin-right: 8px;
}

.us-content-like .us-Inquiry-btn {
    width: 113px;
    height: 38px;
    border-radius: 4px;
    background-color: rgba(249, 91, 61, 100);
    color: rgba(255, 253, 253, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: none;
    float: right;
    /* margin-right: 8px; */
}

/* account */
.us-my_needke-account {
    width: 745px;
    height: 222px;
    line-height: 20px;
    border-radius: 4px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    background-color: #fff;
    margin: 10px auto;
    padding: 27px 24px;
}

.us-my_needke-account-table {
    width: 100%;
}

.us-my_needke-account-table tr img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.us-my_needke-account-table tr {
    width: 200px;
    height: 35px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-bottom: 1px solid #ececec;
}

.us-my_needke-account-table tr td.column {
    width: 35%;
    padding-left: 8px;
}

.us-my_needke-account tr .modify {
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    color: #E73F3F;
    cursor: pointer;
}

/* modify */
.us-my_needke-dialog .el-dialog__body {
    padding: 0 20px 30px !important;
}

.us-my_needke-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    color: #f95b3d;
}

.us-modify .us-modify-title {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    color: #101010;
    padding: 6px 0 0 0;
}

.us-modify .us-modify-input {
    width: 321px;
    height: 38px;
    line-height: 20px;
    border-radius: 4px;
    color: #101010;
    font-size: 14px;
    text-align: left;
    font-family: Roboto;
    border: 1px solid rgba(220, 220, 220, 100);
    padding: 5px;
    margin: 5px 0 28px 0;
}


.us-modify .us-modify-btn {
    width: 321px;
    height: 38px;
    line-height: 20px;
    border-radius: 4px;
    /* background-color: rgba(253, 178, 164, 100); */
    background-color: #f95b3d;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: none;
}

.us-modify .us-modify-no {
    width: 100px;
    height: 30px;
    line-height: 20px;
    border-radius: 4px;
    /* background-color: rgba(253, 178, 164, 100); */
    background-color: #a4adb3;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: none;
}

.us-modify .us-modify-yes {
    width: 100px;
    height: 30px;
    line-height: 20px;
    border-radius: 4px;
    /* background-color: rgba(253, 178, 164, 100); */
    background-color: #f95b3d;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: none;
}

.us-modify .us-modify-btn-box {
    margin: 15px 0 0 0;
    text-align: right;
}