@charset "utf-8";

/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    padding: 14px 0 50px;
    background: #fff;
    border-bottom: 1px solid #e9ecef
}

.main_visual .swiper-pagination {
    height: 5px;
    position: absolute;
    bottom: 22px;
    right: 0;
    left: 0;
    font-size: 0
}

.main_visual .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #212529;
    opacity: 0.2;
    border-radius: 2px;
    transition: all 200ms
}

.main_visual.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.main_visual.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 8px
}

.main_visual .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1
}

.main_visual .item {
    width: 83%;
    background-color: #fff;
    margin: 0 1.8%;
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 0;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 8%), 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 22px;
    overflow: hidden;
}

.main_visual .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main_visual .item .thumb img {
    width: 100%;
    height: auto
}

.main_visual .item .txtBox {
    padding: 20px 18px 20px;
    text-align: center
}

.main_visual .item .txtBox > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px
}

.main_visual .item .txtBox > h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.05em
}

.main_visual .item .txtBox > h3 em {
    display: block;
    font-weight: 900
}

.main_visual .item .txtBox > p {
    font-size: 12px;
    margin-top: 6px;
    color: #495057;
    letter-spacing: -0.05em;
    font-weight: 300
}


/* ——————————————————————————
 * main_category
/* —————————————————————————— */
.main_category {
    padding: 22px 10px
}

.main_category ul {
    font-size: 0
}

.main_category li {
    width: 20%;
    padding: 0 5px;
    display: inline-block
}

.main_category li a {
    display: block;
    text-align: center
}

.main_category li .thumb {
    display: inline-block
}

.main_category li .thumb img {
    width: 100%;
    height: auto
}

.main_category li a > p {
    padding-top: 2.777778vw;
    font-size: 3.2vw;
    white-space: nowrap
}


/* ——————————————————————————
 * module_tit
/* —————————————————————————— */
.module_tit {
    padding: 18px 0;
    position: relative
}

.module_tit h2 {
    font-size: 16px;
    font-weight: 700
}

.module_tit .more {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.module_tit .more i {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    margin-left: 1px
}


/* ——————————————————————————
 * main_prod_list_basic
/* —————————————————————————— */
.main_prod_list_basic {
    padding: 0 0 30px !important
}

.main_prod_list_basic.section .sec_tit {
    margin: 0 0 0
}

/* main_prodList */
.main_prod_list_basic .prodRank {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 1;
}

.main_prod_list_basic .prodRank.rank1 {
    background: url("../img/rank1.png") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.main_prod_list_basic .prodRank.rank2 {
    background: url("../img/rank2.png") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.main_prod_list_basic .prodRank.rank3 {
    background: url("../img/rank3.png") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.main_prod_list_basic .gcode {
    background: #383baf;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 3px;
}

.main_prod_list_basic .gcode p {
    padding: 3px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.prod_list_basic.dp_section .best_section li {
    max-width: calc(100% - 0.5px);
    flex: 0 0 calc(100% - 0.5px);
    margin-top: 3px;
}

.prod_list_basic.dp_section .best_section li:first-child {
    margin-top: 0;
}

.prod_list_basic.dp_section .best_section .prod_item a {
    display: flex;
    align-items: flex-end;
}

.prod_list_basic.dp_section .best_section .prod_item a > div {
    flex: 0 0 50%;
}


.sec_tit span {
    float: right;
}

.sec_tit span a {
    font-size: 12px;
    color: #999;
}

.service_info_wrap {
    width: 100%;
    padding: 50px 0 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #e9ecef;
}

.service_info_wrap .service_info_tit {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.service_info_wrap .service_info_tit span {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

.service_info_wrap .service_info_box {
    width: calc(100% - 36px);
    margin: 0 auto 15px;
    border-radius: 15px;
    background: #FFF;
    transition: all 0.1s ease-in;
    padding: 30px 0;
}

.service_info_box_tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #231815;
}

.service_info_box_tit span {
    font-size: 17px;
    font-weight: 300;
}

.service_info_table {
    width: 70%;
    margin: 20px auto 0;
}

.service_info_table tr {
    border-bottom: 1px solid #555555;
}

.service_info_table th {
    width: 35%;
    font-size: 14px;
    font-weight: normal;
    color: #2b2b2b;
    padding: 7px 0;
    text-align: right;
}

.service_info_table td {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px 7px 0;
    color: #EB0000;
}

.service_info_table .total {
    border-bottom: none;
}

.service_info_table .total th {
    text-align: center;
    padding-top: 14px;
}

.service_info_table .total td {
    font-size: 20px;
    font-weight: bold;
    color: #EB0000;
    padding-top: 14px;
}

.service_info_box_script2 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
}

.service_info_box_script2 span {
    color: #EB0000;
    font-weight: bold;
    font-size: 20px;
}

.service_info_box a {
    display: block;
    width: 200px;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 14px;
    color: #FFFFFF;
    background: #1d2088;
    border-radius: 40px;
}

.service_info_box a img {
    vertical-align: -2px;
    margin-left: 10px;
}

.main_card_banner {
    background: url('../img/main_card_banner.png') no-repeat center/cover;
    width: 100%;
    padding-left: 18px;
}

.main_card_banner p {
    color: #202020;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 300;
}

.main_card_banner p span {
    color: #EB0000;
    font-weight: bold;
}

.main_card_banner em {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    line-height: 1.3;
}