.top_info {
    margin-top: calc((95 / 19.2) * 1%)
}

.top_info .t3 {
    margin-top: 30px
}

.top_tp .t2 {
    margin-top: 50px
}

.tp_swiper {
    margin-top: 29px
}

.tp_swiper .img {
    padding-bottom: calc((328 / 4.8) * 1%)
}

.tp_swiper .title {
    padding: 20px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tp_arc .layout_ {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-top: 60px
}

.tp_arc .item {
    padding: 77px 59px 53px 43px;
    width: calc(100% / 3);
    position: relative;
    border: .1px solid #d9d9d9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.tp_arc .item:not(:first-child):hover {
    background: #eeeae5
}

.tp_arc .item .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: 0
}

.tp_arc .item .img {
    padding-bottom: calc((254 / 3.64) * 1%)
}

.tp_arc .item .title1 {
    font-family: Lato;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    z-index: 1
}

.tp_arc .item .title {
    font-size: 20px;
    margin-top: 26px;
    display: flex
}

.tp_arc .item .desc {
    color: #666666;
    margin: 7px 0 26px
}

.tp_arc .item .more {
    color: #666666;
    display: flex
}

.tp_arc .item .more::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/color/tparc3.png) no-repeat center / cover;
    margin-left: 8px
}

.tp_arc .pages {
    margin-top: 60px
}

.evo {
    padding: calc((70 / 19.2) * 1%) 0
}

.evo .t3 {
    margin-top: 16px
}

.evo .evo_swiper {
    margin-top: calc((60 / 14) * 1%)
}

.evo .item:hover .info {
    background: #eeeae5
}

.evo .item:nth-child(2n) {
    margin-top: 62px
}

.evo .img {
    padding-bottom: calc((253 / 3.27) * 1%)
}

.evo .info {
    background: #f4f4f4;
    padding: 17px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.evo .title {
    font-size: 24px;
    line-height: 32px
}

.evo .desc {
    color: #666666;
    line-height: 32px;
    margin-top: 10px
}

.evo .rr {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/color/evor.png) no-repeat center / 80% var(--color-main);
    flex-shrink: 0
}

.choose {
    background: #f4f4f4;
    padding: calc((70 / 19.2) * 1%) 0
}

.choose .t2 {
    margin-bottom: 20px
}

.choose .c33 {
    color: #333;
    margin-top: 10px
}

.refine_search {
    padding: calc((53 / 19.2) * 1%) 0 0
}

.refine_search .tab_par {
    background: #f3f4f6;
    border-radius: 30px;
    display: inline-flex;
    padding: 5px
}

.refine_search .tab_par .item {
    color: #666666;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer
}

.refine_search .tab_par .item.active {
    background: #fff
}

.refine_search .search_swiper {
    height: 0
}

.refine_search .search_swiper.active {
    margin-top: 40px;
    height: auto
}

.refine_search .search_swiper .item2 {
    background: #f3f4f6;
    border-radius: 21px;
    padding: 19px 0 0 17px;
    display: flex;
    flex-direction: column
}

.refine_search .search_swiper .item2 .img {
    margin-top: 35px;
    width: 177px;
    padding-bottom: calc((141 / 2.47) * 1%);
    align-self: flex-end
}

@media screen and (max-width:950px) {
    .tp_arc .item {
        width: 100%
    }

    .evo .item:nth-child(2n) {
        margin-top: 0
    }

    .refine_search .layout_>.tac {
        margin-top: 20px
    }
}