* {
    margin: 0;
    padding: 0;
}
.product {
    overflow: hidden;
}
.product .title {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #0073BD;
    margin-top: 30px;
    margin-left: 10px;
}
.product .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.product .top .border {
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #cfdb00;
    border-left: 1px solid #cfdb00;
    margin-left: 24px;
}
.product .top .t_left {
    display: flex;
}
.product .top .more {
    display: flex;
    font-size: 14px;
    color: #BCBCBC;
    font-weight: 400;
    align-items: center;
}
.product .top .t_left .c_name {
    margin: 4px 0 0 6px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #4C4C4C;
}
.product .more_a {
    display: flex;
    font-size: 14px;
    color: #BCBCBC;
    font-weight: 400;
    align-items: center;
    margin-right: 20px;
}
.jiantou {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.list {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.list_item {
    width: 160px;
}
.list_img {
    width: 130px;
    height: 180px;
    object-fit: contain;
}
.list_wall {
    width: 160px;
    height: 194px;
    box-shadow: 0px 0px 8px rgba(228, 234, 244, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_name {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #363636;
    text-align: center;
    line-height: 40px;
}
.page {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 20px auto;
    justify-content: center;
}
.page .next {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #0073bd;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    text-align: center;
    line-height: 30px;
}
.page_num {
    margin: 0 20px;
    color: #999;
    font-size: 12px;
}
.num_a {
    color: #5273cc;
}
.navs {
    height: 60px;
    display: flex;
    border-top: 1px solid #d4d8db;
    margin-top: 20px;
    padding: 0 20px;
}
.nav {
    padding: 0 10px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #959595;
    border-top: 2px solid transparent;
}
.nav_a {
    border-top: 2px solid #2f7db0;
    color: #2f7db0;
}
.service_list {
    padding: 0 20px;
}
.service_item {
    background: #f7f9fc;
    margin-bottom: 30px;
}
.service_item .service_img {
    height: 224px;
    width: 100%;
    object-fit: cover;
}
.service_item .service_title {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #4C4C4C;
    text-align: center;
    line-height: 40px;
}
.service_item .service_text {
    padding: 20px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #8D8D8D;
    text-align: center;
    line-height: 20px;
}
.card {
    background: #fff;
    overflow: hidden;
    width: 90%;
    height: 124px;
    border-radius: 4px;
    margin: 20px auto;
    box-shadow: 0px 0px 10px rgba(145, 145, 156, 0.27843137254902);
}
.card_top {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.card_top .card_name {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #232E42;
    line-height: 40px;
}
.di {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0073BD;
}
.di .biao {
    width: 16px;
    height: 16px;
    margin: 0 6px;
}
.card_bottom {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.card_moment {
    display: flex;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 28px;
}
.card_moment .card_ben {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #3F3F3F;
    line-height: 28px;
}
.info {
    padding: 20px;
}
.info .info_title {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #232E42;
    line-height: 40px;
}
.info .info_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: rgba(149, 149, 149, 0.996078431372549);
    line-height: 24px;
}
.line {
    border-top: 1px solid #e4e4e4;
    margin: 20px 0;
}