.commodity.pub-content{
    padding-right: 0;
}
.commodity.pub-content .pub-desc{
    font-size: var(--size24);
    line-height: 40px;
    padding-bottom: 40px;
}

.mn-cover{
    padding-bottom: 20px;
}
.mn-cover .cover{
    width: 100%;
}
.mn-count{
    padding-bottom: 20px;
}
.mn-title{
    height: 54px;
    padding: 0 30px;
    font-size: var(--size24);
    color: var(--white);
    background-color: var(--hight-blue);
}
.mn-table-img{
    padding: 40px 20px;
    text-align: center;
}
.mn-table-img img{
    max-width: 100%;
}
.mn-specs{
    padding: 30px;
}
.mn-specs li{
    padding: 5px 0;
}
.mn-specs li::before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--hight-blue);
    border-radius: 50%;
    margin-top: 15px;
    flex-shrink: 0;
}
.mn-specs li .title{
    color: var(--hight-blue);
    font-size: var(--size20);
    padding-left: 10px;
    line-height: 36px;
    font-weight: bold;
    flex-shrink: 0;
}
.mn-specs li .desc{
    font-size: var(--size20);
    color: var(--hight-blue);
    line-height: 36px;
    font-weight: lighter;
}
.mn-more-info{
    padding: 60px 0 0 0;
    border-top: solid 1px var(--hight-blue);
}
.more-list{
    padding: 20px 0;
}
.more-item{
    width: calc(50% - 15px);
    aspect-ratio: 475 / 318;
    position: relative;
}
    .more-item .title {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: rgb(27,40,65,0.7);
        color: var(--orange);
        font-size: var(--size24);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    .more-item .cover {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 50px;
        background-image: url(/Content/img/competences-hover.png);
        transition: all .3s ease;
    }
    .more-item:hover .cover {
        height: 100%;
    }
.more-desc {
    font-size: var(--size16);
    line-height: 36px;
    /*color: #0c2340;*/
    color: #78879b;
    padding: 20px 0 25px 0;
}
.more-desc img{
    max-width:100%;
}
.comdy-order-footer{
    padding: 20px 0;
    border-top: solid 1px var(--hight-blue);
}
.order-context{
    padding: 50px 0 80px 0;
}
.order-context .title{
    font-size: 30px;
    line-height: 44px;
    color: var(--hight-blue);
    padding: 15px 0;
}
.order-context .desc{
    font-size: var(--size18);
    line-height: 36px;
    color: var(--hight-blue);
}

.sell-search-container{
    background-color: var(--hight-blue);
    padding: 10px 100px 40px 100px;
    margin-bottom: 50px;
}
.sell-search-container .title{
    color: var(--orange);
    font-size: var(--size24);
    line-height: 40px;
    text-align: center;
    padding: 25px 0;
}
.sell-search-content{
    max-width: 750px;
    margin: 0 auto;
    background-color: var(--white);
    height: 72px;
    padding: 18px 12px;
    box-sizing: border-box;
}
.sell-search-btn{
    background-color: var(--hight-blue);
    color: var(--orange);
    font-size: var(--size20);
    width: 86px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sell-search-input{
    border: none;
    outline: none;
    flex:1;
    width: 0;
    padding: 0 10px;
    font-size: var(--size20);
    color: var(--hight-blue);
}
.sell-table-container{
    padding-bottom: 100px;
}
.sell-table-info {
    padding-bottom: 80px;
    overflow: hidden;
    overflow-x: auto;
}
.sell-table{
    width: 100%;
    border-collapse: collapse;
}
    .sell-table tr th:first-child, .sell-table tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        /*background-color: inherit;*/
        /*box-shadow: 2px 0 4px rgb(0 0 0 / 5%);*/
    }
.sell-table thead tr{
    border-bottom: solid 1px #111;
    background-color: #ededed;
    height: 40px;
    font-size: var(--size16);
    color: var(--hight-blue);
}
.sell-table thead th{
    padding: 0 20px;
    text-align: left;
    margin-bottom: 20px;
}
.sell-table>tbody>tr:first-child>td{
    padding-top: 20px;
}
.hard-table>tbody>tr:first-child>td{
    padding-top: 10px;
}
.sell-table > tbody > tr > td {
    height: 40px;
    font-size: var(--size16);
    color: #333;
    padding: 0 7px;
    width: 12.5%;
    background-color: white;
}
.hard-td a, .hard-td a:hover, .hard-td a:visited, .hard-td a:active {
    color: var(--black1b);
}
.sell-table>tbody>tr:nth-child(even)>td{
    background-color: var(--grayf4);
}

.sell-page-info{
    background-color: var(--hight-blue);
    height: 40px;
}
.sell-page-cout{
    font-size: var(--size18);
    color: var(--white);
    padding: 0 25px;
}
.sell-page-cout span{
    padding: 0 5px;
}
.page-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--orange);
}
.page-btn.disabled{
    background-color: #d0d9db;
    pointer-events: none;
}
.prev-btn .svg{
    transform: rotate(180deg);
}
.page-btn .svg{
    width: 12px;
    fill: #fff;

}
.page-btn.disabled .svg{
    fill: #7d7d7d;
}

.hard-context{
    margin-bottom: 64px;
}
.hard-sub-title{
    font-size: var(--size24);
}
.hard-count{
    padding: 25px 30px;
    border: solid 3px var(--hight-blue);
    margin-bottom: 80px;
}
.hard-count .desc{
    font-size: var(--size18);
    color: #333;
    line-height: 36px;
    padding-bottom: 20px;
}
.hard-img{
    text-align: center;
    padding: 20px 0;
}
.hard-img img{
    max-width: 100%;
}
.hard-list{
    padding: 20px 0;
}
.hard-item{
    width: calc((100% - 16px)/3);
}
.hard-item-img-view{
    width: 100%;
    aspect-ratio: 290 / 225;
}
.hard-item .hard-name{
    font-size: var(--size20);
    line-height: 30px;
    padding: 10px 0;
    color: var(--hight-blue);
}
.hard-tag-info .hard-tag{
    font-size: var(--size16);
    color: #333;
    line-height: 26px;
    width: calc(100% / 3);
}
.hard-more-view{
    padding: 20px 0;
}

.checked-count-item{
    padding-bottom: 60px;
}
.checked-count-item.hide{
    display:none;
}
.hard-table-info{
	padding-bottom:60px;
}
.table-title{
    line-height: 36px;
    color: var(--hight-blue);
    font-size: var(--size20);
    padding: 5px 10px;
    border-bottom: solid 2px var(--hight-blue);
}

.product-content{
    padding: 76px 0 100px 0;
}
.product-title{
    background-color: var(--hight-blue);
    min-height: 56px;
    padding: 0 15px;
}
.product-title .name{
    color: var(--orange);
    font-size: 30px;
    line-height: 40px;
}
.product-title .tips{
    font-size: var(--size16);
    color: #a6a6a6;
}
.product-list{
    padding-top: 60px;
    padding-bottom: 60px;
}
.product-item{
    width: calc(50% - 10px);
    margin-bottom: 35px;
}
    .product-item > .product-img-view > img {
        transition: all .3s ease;
    }
    .product-item:hover > .product-img-view > img {
        transform: scale(1.1);
    }
.product-item:nth-child(odd){
    margin-right: 20px;
}
.product-img-view{
    width: 100%;
    aspect-ratio: 480 / 260;
    overflow: hidden;
}
.product-item .info{
    padding: 10px 20px;
    border: solid 1px #b8b8b8;
    border-top: none;
}
.product-item .title{
    font-size: var(--size20);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 5px 0;
}
.product-item .desc{
    font-size: var(--size16);
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}
.cooperation-item {
    width: calc((100% - 60px)/3);
    transition: all .5s ease;
    background-color: var(--grayf5);
}
    .cooperation-item:hover {
        box-shadow: 1px 2px 10px 4px #ccc;
    }
    .cooperation-item::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: var(--grayf5);
    }

    .cooperation-item:hover::after {
        background-color: var(--orange);
    }
.classify-img-view {
    position: relative;
    width: 100%;
    aspect-ratio: 380 / 300;
}
.cooperation-item .info {
    padding: 0 20px 30px 20px;
    color: var(--hight-blue);
    background-color: var(--grayf5);
}
    .cooperation-item .info .title {
        font-size: var(--size24);
        line-height: 36px;
        padding: 15px 0 8px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.classify-info {
    padding: 10px 0;
}
.classify-tag {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding-left: 10px;
    color: var(--black1b);
    font-size: var(--size16);
}<!--ºÄÊ±1759003844.5508Ãë-->