@charset "UTF-8";
.goods {}
.goods_title {}
.goods_headline {}
.goods_text {
    margin-bottom: 25px;
}
.goods_cols {
    display: flex;
    margin-bottom: 55px;
}
.goods_col {}
.goods_col-no1 {
    width: 51%;
}
.goods_image {}
.goods_image > img {}
.goods_col-no2 {
    width: 45.5%;
    margin-left: 3.5%;
    padding-top: 25px;
}
.pick {}
.pick_title {
    font-size: 28px;
    border-bottom: 2px #0086CD solid;
    padding-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 41px;
}
.pick_headline {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pick_text {
    font-size: 20px;
}
.pick_spec {
    color: #0099D6;
    font-size: 20px;
}
.goods_tabList {}
.goods_tabList > li {}
.goods_tabList > li:first-child {}
.goods_tabList > li:last-child {}
.goods_tabList > li:nth-child(2n+1) {}
.goods_tabList > li:nth-child(n+3) {}
.goods_tabList > li > a {}
.goods_tabList > li > a::before {
    content: "";
}
.goods_tabList > li > a::after {
    content: "";
}
.goods_list {
    list-style: none;
    margin-top: 40px;
}
.goods_list > li {}
.goods_list > li:first-child {}
.goods_list > li:last-child {}
.goods_list > li:nth-child(2n+1) {}
.goods_list > li:nth-child(n+3) {}
.card {}
.card_img {}
.card_new {}
.card_new::after {
    width: 105px;
}
.card_title {}
.card_text {}
.card_spec {}
.m-visual-fun {
    background-image: url(/assets/img/common/pt-main-fan-02.jpg);
}
.h3-goods {
	text-align: center;
}
@media screen and (min-width:1000px) {
    .goods_tabList > li > a:hover {}
}
@media screen and (max-width:999px) {
    .goods {}
    .goods_title {}
    .goods_headline {}
    .goods_text {}
    .goods_cols {
        margin-bottom: 35px;
    }
    .goods_col {}
    .goods_col-no1 {}
    .goods_image {}
    .goods_image > img {}
    .goods_col-no2 {
        padding-top: 5px;
    }
    .pick {}
    .pick_title {
        font-size: 22px;
        padding-bottom: 6px;
        margin-bottom: 15px;
    }
    .pick_headline {
        font-size: 19px;
    }
    .pick_text {
        font-size: 15px;
    }
    .pick_spec {
        font-size: 15px;
    }
    .goods_tabList {}
    .goods_tabList > li {}
    .goods_tabList > li:first-child {}
    .goods_tabList > li:last-child {}
    .goods_tabList > li:nth-child(2n+1) {}
    .goods_tabList > li:nth-child(n+3) {}
    .goods_tabList > li > a {}
    .goods_tabList > li > a::before {}
    .goods_tabList > li > a::after {}
    .goods_list {
        margin-top: 25px;
    }
    .goods_list > li {}
    .goods_list > li:first-child {}
    .goods_list > li:last-child {}
    .goods_list > li:nth-child(2n+1) {}
    .goods_list > li:nth-child(n+3) {}
    .card {}
    .card_img {}
    .card_new {}
    .card_title {}
    .card_text {}
    .card_spec {}
}
@media screen and (max-width:767px) {
    .goods {}
    .goods_title {}
    .goods_headline {}
    .goods_text {
        margin-bottom: 18px;
    }
    .goods_cols {
        flex-direction: column-reverse;
    }
    .goods_col {
        width: 100%;
    }
    .goods_col-no1 {
        margin-top: 15px;
    }
    .goods_image {
        max-width: 260px;
        margin: 0 auto;
    }
    .goods_image > img {}
    .goods_col-no2 {
        padding-top: 0;
        margin-left: 0;
    }
    .pick {}
    .pick_title {
        font-size: 20px;
    }
    .pick_headline {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .pick_text {
        font-size: inherit;
    }
    .pick_spec {
        font-size: inherit;
    }
    .goods_tabList {}
    .goods_tabList > li {}
    .goods_tabList > li:first-child {}
    .goods_tabList > li:last-child {}
    .goods_tabList > li:nth-child(2n+1) {}
    .goods_tabList > li:nth-child(n+3) {}
    .goods_tabList > li > a {}
    .goods_tabList > li > a::before {}
    .goods_tabList > li > a::after {}
    .goods_list {}
    .goods_list > li {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .goods_list > li:first-child {
        margin-left: auto;
    }
    .goods_list > li:last-child {}
    .goods_list > li:nth-child(2n+1) {}
    .goods_list > li:nth-child(n+3) {
        margin-left: auto;
    }
    .card {}
    .card_img {}
    .card_new {}
    .card_title {}
    .card_text {}
    .card_spec {}
}
