.pro-list{
    padding-bottom: 100px;
}
.pro-item{
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    box-shadow: 1px 2px 10px 4px #e1e1e1;
}
.pro-item:last-child{
    margin-right: 0;
}
.pro-img-view{
    width: 100%;
    aspect-ratio: 385 / 400;
}
.pro-item .info{
    padding: 10px 30px;
    background-color: var(--white);
    transition: background-color,color,border-color, .2s ease;
}
.pro-item .title{
    font-size: 30px;
    color: var(--hight-blue);
    line-height: 44px;
    padding: 10px 0;
    border-bottom: solid 1px var(--hight-blue);
}
.pro-item .desc{
    font-size: var(--size16);
    color: var(--hight-blue);
    line-height: 30px;
    height: 180px;
    margin-top: 20px;
    display: -webkit-box;
	overflow:hidden;
    text-overflow: -o-ellipsis-lastline;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	line-clamp:6;
}
.pro-item .more{
    padding: 30px 0;
}
.pro-item:hover .info{
    background-color: var(--hight-blue);
}
.pro-item:hover .title{
    color: var(--orange);
    border-bottom-color: var(--orange);
}
.pro-item:hover .desc{
    color: var(--white);
}
.pro-item:hover .more-btn2{
    background-color: var(--orange);
    color: var(--white);
}

.good-pro-count{
    padding-bottom: 20px;
}
.good-pro-count .hard-title-view{
    border-bottom: solid 2px var(--hight-blue);
    padding-bottom: 0;
}
.good-pro-title{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 36px;
    padding-top: 20px;
}
.good-pro-title + .good-pro-desc{
    padding-top: 10px;
}
.good-pro-desc{
    font-size: var(--size18);
    color: #333;
    line-height: 36px;
    padding: 15px 0 50px 0;
}

.variety-context{
    margin-bottom: 50px;
}
.variety-content{
    padding-bottom: 50px;
}
.variety-list{
    margin-bottom: 60px;
}
.variety-img-view{
    width: 100%;
    aspect-ratio: 980 / 370;
}
.variety-list .info{
    background-color: var(--grayf5);
    padding: 0 30px 45px 30px;
    box-sizing: border-box;
    transition: background-color .3s ease;
    border: solid 1px #b8b8b8;
    border-top: none;
}
.variety-list .title{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 15px 0 10px 0;
}
.variety-list .desc{
    font-size: var(--size18);
    color: #333;
    line-height: 32px;
}
.variety-list:hover .info{
    background-color: var(--hight-blue);
}
.variety-list:hover .title,
.variety-list:hover  .desc{
    color: var(--white);
}
.variety-list:hover .title{
    color: var(--orange);
}

.precision-table-info .title{
    font-size: 30px;
    padding: 10px 20px;
    line-height: 40px;
    color: var(--hight-blue);
}

.precision-table{
    width: 100%;
    border-collapse: collapse;
}
.precision-table thead th{
    background-color: var(--hight-blue);
    height: 50px;
    font-size: var(--size18);
    color: var(--orange);
    padding: 0 20px;
    margin-bottom: 20px;
}
.precision-table thead th:first-child,
.precision-table tr td:first-child{
    border-right: solid 3px #fff;
}
.precision-table>tbody>tr:first-child>td{
    padding-top: 10px;
}
.precision-table>tbody>tr>td{
    height: 46px;
    font-size: var(--size18);
    color: #333;
    padding: 0 20px;
    text-align: center;
}
.precision-table>tbody>tr:nth-child(even)>td{
    background-color: var(--grayf4);
}


.checked-tab .hard-tab-item{
    max-width: 210px;
}
.checked-count-item{
    /*padding-bottom: 80px;*/
}
.checked-count-item .title {
    font-size: var(--size20);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 10px;
}
.checked-count-item.hide{
    display:none;
}
.checked-count{
    padding-bottom: 80px;
}
.checked-count .title{
    font-size: var(--size20);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 10px;
}
.checked-info {
    padding-bottom: 20px;
    margin-bottom: 80px;
    border-bottom: solid 2px var(--hight-blue);
}
.checked-list{
    font-size: var(--size18);
    color: #333;
    line-height: 30px;
    padding: 5px 0 5px 30px;
}
.checked-list .circle{
    padding-right: 10px;
}
.checed-img-view{
    border: solid 2px var(--hight-blue);
    aspect-ratio: 980 / 400;
    margin: 20px 0;
}
.checked-name{
    font-size: var(--size20);
    color: #333;
    text-align: center;
    line-height: 36px;
}

.pro-pay-list{
    padding-bottom: 80px;
}
.pro-pay-item{
    width: calc((100% - 24px)/3);
    aspect-ratio: 316 / 310;
    margin-right: 12px;
}
.pro-pay-item.long{
    width: 100%;
    margin-right: 0;
    aspect-ratio: 980 / 370;
}
.pro-pay-item:nth-child(3n){
    margin-right: 0;
}<!--ºÄÊ±1759009860.2051Ãë-->