.industry-booth {
    background: #fff;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}
.industry-booth .industry-banner {
    position: relative;
    box-sizing: border-box;
    width: 300px;
    overflow: hidden;
}
.industry-booth .industry-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 31px;
    box-sizing: border-box;
}
.industry-booth .industry-theme-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.industry-booth .theme-img-big {
    display: block !important;
}
.industry-booth .theme-img-small {
    display: none !important;
}
.industry-booth .industry-theme-info {
    position: relative;
}
.industry-booth .industry-title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #222;
}
.industry-booth .industry-banner .ob-icon {
    font-size: 26px;
    display: none;
}
.ob-icon, .micon {
    font-family: "Mic-icon";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none !important;
}
.industry-booth .soure-now .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}
.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}
.btn {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: #f5f7fa;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
}.industry-booth .soure-now .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}
.btn-main {
    color: #fff;
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
}
.btn {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: var(--primary-color);
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
}
.industry-booth .industry-products {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e6ecf2;
    flex: 1;
}
.industry-booth .prod-item {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e6ecf2;
    border-left: 0;
    border-top: 0;
    width: 25%;
}
.industry-booth .prod-inr {
    position: relative;
    display: block;
    padding: 29px 30px 15px 30px;
}
.industry-booth .prod-txt {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #555;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    position: relative;
    z-index: 2;
    color: #555;
}
.industry-booth .prod-pic {
    margin-top: -24px;
    text-align: right;
    font-size: 0;
}
.industry-booth .prod-pic .pic-inr {
    width: 120px;
    height: 120px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
}
.img-wp {
    width: 100%;
    padding-top: 100%;
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.industry-booth .prod-inr img, .select-trending .prod-link img {
    transition: transform .3s ease-out;
}
.img-wp img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}
.industry-booth .view-more {
    display: none;
}
.industry-booth .prod-item {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e6ecf2;
    border-left: 0;
    border-top: 0;
    width: 25%;
}
.industry-booth .prod-item .more-link, .industry-booth .prod-item .cate-in-pad .more-cate-wrap .sub-cate-items .sub-item-more, .cate-in-pad .more-cate-wrap .sub-cate-items .industry-booth .prod-item .sub-item-more {
    position: static;
}
.industry-booth .more-link, .industry-booth .cate-in-pad .more-cate-wrap .sub-cate-items .sub-item-more, .cate-in-pad .more-cate-wrap .sub-cate-items .industry-booth .sub-item-more {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.industry-booth .more-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.industry-booth .more-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(https://techfindme.xyz/demo/mf109w/wp-content/uploads/2023/05/more-icon_ddab7811.png) no-repeat center;
}
.industry-booth .more-text {
    font-size: 16px;
    color: #555;
}
.industry-booth .prod-inr:hover img, .select-trending .prod-link:hover img {
    transform: scale(1.04);
}
.industry-booth .prod-inr img, .select-trending .prod-link img {
    transition: transform .3s ease-out;
}
.industry-booth .prod-txt:hover
{
	color: var(--primary-color);
}
.industry-booth .soure-now .btn
{
	color:#fff;
}