.products-img {
    height: 316px;
}

.products-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list {
    padding: 30px 0px;
}

.products-list>h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-bottom: 16px;
    text-align: center;
}

.products-list .pro-cate {
    background-color: #0060ae;
    margin-top: 30px;
    height: 60px;
    /* line-height: 60px; */
    padding-left: 20px;
}

.products-list .pro-cate ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.products-list .pro-cate ul li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px 25px;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.products-list .pro-cate ul li a:hover {
    background-color: #fde53d;
    color: #333;
}

.products-list .pro-list {
    display: none;
    padding-top: 30px;
}

.products-list .pro-list.active {
    display: block;
}

.pro-list .col {
    padding: 15px;
}

.pro-list .col>a {
    text-decoration: none;
}

.pro-list .col .pro-info {
    border: 0.8px solid #eeeeee;
    padding: 10px;
}

.pro-list .pro-info .pro-img {
    width: 248.4px;
    height: 248.4px;
}

.pro-list .pro-info .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-list .pro-info h4 {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #333333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-list .pro-info:hover h4 {
    color: #0060ae;
}

.products-list .pagination {
    margin: 10px 30px;
}

.products-list .pagination .row {
    width: 100%;
}

.pagination .row .col {
    margin: 0px 11.2px 30px;
    height: 30px;
    padding: 0px;
}

.pagination .row .col a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #707070;
}

.pagination .row .col a:hover {
    background-color: #066bb3;
    color: #fff;
}

.tech-ques {
    padding: 10px 15px 40px;
}

.tech-ques.about-item{
    max-width: 768px;
    margin: 0px auto;
}
.tech-ques.about-item img{
    width: 100%;
    margin: 20px 0px;
}
.tech-ques.time-model{
    height: 360px;
    padding: 0px 48px;
}
.tech-ques.time-model .time-item{
    display: flex;
    gap: 48px;
}
.tech-ques.time-model .time-item .time-tit{
    width: 90px;
    color: #ffc000;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.tech-ques.time-model .time-item .point{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffc000;
    margin-top: 14px;
}
.tech-ques.time-model .time-item .time-list{
    flex: 1;
}

.tech-down .down-list {
    list-style: none;
    padding-left: 0px;
}

.tech-down .down-list li:nth-child(odd) {
    background-color: #eee;
}

.tech-down .down-list li:hover {
    background-color: #e5e5e5;
}

.down-list li .down-tit:hover {
    color: var(--color-s);
}

.down-list li .down-tit,
.down-list li .down-btn,
.down-list li .down-date {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    padding-left: 15px;
}

.down-list li .down-tit {
    width: 64%;
}

.down-list li .down-btn {
    width: 12%;
    padding-right: 15px;
}

.down-list li .down-date {
    color: #8d8f90;
}

.recr-box {
    padding: 0px 15px 0px 15px;
}

.recr-box .accordion {
    --bs-accordion-border-radius: none;
    /* --bs-accordion-active-bg: #f2f2f2; */
}

.recr-box .accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #f2f2f2;
    box-shadow: none;
}

.recr-box .accordion-item {
    margin-bottom: 10px;
    border: none;
}

.recr-box .accordion-button {
    background-color: #f2f2f2;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 0px;
    outline: none;
    border: none;
    color: #333;
    font-weight: 700;
}

.recr-box .accordion-button:focus {
    box-shadow: none;
    background-color: #f2f2f2;
    color: initial;
}

.recr-box .accordion-body{
    padding: 0px;
}

.recr-box .accordion-body ul{
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    padding: 0px 15px;
    border-bottom: 1px #ddd dotted;
}

.recr-box .accordion-body li span,
.recr-box .email.em{
    color: #333333;
    font-size: 14px;
    line-height: 40px;
}
.recr-box .accordion-body li span.tit,
.recr-box .email span.em{
    color: #999999;
    font-weight: 700;
}

.recr-box .word-res,
    .recr-box .word-req{
    padding: 10px 15px;
}

.recr-box .word-req{
    border-bottom: 1px #ddd dotted;
}

.recr-box .email{
    padding: 10px 15px;
    border-bottom: 1px #ddd dotted;
}
