@font-face {
    font-family: 'S-CoreDream-1Thin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    border: 0;
}

.wrap {
    width: 100%;
    text-align: center;
}

/*plan*/
.wrap img {
    width: 100%;
}

.img_box {
    max-width: 1000px;
    margin: 0 auto;
}

.list_box {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 100px;
}

.list_box2 {
    text-align: center;
    max-width: 1000px;
    min-height: 1000px;
    margin: 0 auto;
    background: #555;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
}

.list_move_btn {
    margin: 50px auto 0;
    width: 150px;
    font-size: 20px;
    background: #555;
    height: 55px;
    color: #FFF;
    line-height: 55px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
}

.cate_box2 {
    margin: 0 auto 30px;
    width: 100%;
    box-sizing: border-box;
    transition: all 200ms linear;
    text-align: center;
}

.cate_box2 ul.cate_01 {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    transition: all 200ms linear;
    border-radius: 50px;
    overflow: hidden;
}

ul.cate_01::after {
    display: none;
}

.cate_box2 ul.cate_01 > li {
    flex-basis: auto;
    flex: 1 0 auto;
}

.cate_box2 ul.cate_01 > li.on > a {
    background: #fb6d3a;
    color: #FFF;
    font-weight: bold;
}

.cate_box2 ul.cate_01 > li > a {
    font-size: 20px;
    color: #333;
    background: #FFF;
    display: block;
    padding: 15px 0;
}

.cate_box2.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 105px;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cate_box2.fixed .cate_01 {
    width: 1000px;
    margin: 0 auto;
    border-radius: 0;
}

.cate_box2 > ul.cate_02 {
    display: block;
    margin-top: 25px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: right;

}

.cate_box2 > ul.cate_02 > li {
    margin-left: 25px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.cate_box2 > ul.cate_02 > li > a {
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    display: block;
}

.cate_box2 > ul.cate_02 > li.on > a {
    font-weight: 600;
}

.cate_box2 > ul.cate_02 > li:first-child {
    margin-left: 0;
}

.cate_box2.fixed > ul.cate_02 > li > a {
    color: #333;
    margin-left: 5px;
    min-width: 80px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 35px;
}

.cate_box2.fixed > ul.cate_02 {
    margin: 0 auto;
    width: 100%;
    padding: 10px calc(50% - 500px);
    border-top: 1px solid #efefef;
}


.cate_box2 > ul.cate_02 > li.on {
    border-bottom: 2px solid #fff;
}

.cate_box2.fixed > ul.cate_02 > li.on > a {
    border-color: #fb6d3a;
    background: #fff;
}

.title_01 {
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    color: #101010;
    font-weight: bold;
    padding-top: 60px;
    background: #FFF;
}

.cate_box {
    width: 93.0233%;
    margin: 6px auto 60px;
    box-sizing: border-box;
    padding: 0 50px;
    height: 75px;
    line-height: 75px;
    background: #ebebeb;
    position: relative;
    transition: all 0.3s linear;
}

.db_333 {
    border-bottom: 3px solid #333;
}

.cate_box .cate_01 {
    overflow: hidden;
}

.cate_box .cate_01 > li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: -2px;
    margin-right: 50px;
}

.cate_box .cate_01 > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.item_box {
    width: 93.0233%;
    margin: 0 auto;
}

.item_box2 {
    width: 90%;
    margin: 0 auto;
}

.plan .item_box2 .prod_box .photo {
    height: 100%;
}

.plan .item_box2 .prod_box .info {
    height: 280px;
}

ul.item_list::after {
    display: none;
}

.item_box2.pt_90 {
    padding-top: 90px;
}

.item_box div a {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.scoll_point {
    width: 100%;
    height: 54px;
}

.card_ban_box {
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
    background: url('../img/plan/view_card_banner_bg.png') no-repeat center 100%;
}

.card_ban_box img {
    position: absolute;
    bottom: -10%;
    right: -10%;
    opacity: 0;
    transition: all 300ms ease-out;
}

.card_ban_box_new {
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
    background: url('../img/plan/view_card_banner_bg_new.png') no-repeat center 100%;
}

.card_ban_box_new img {
    position: absolute;
    bottom: -10%;
    right: -10%;
    opacity: 0;
    transition: all 300ms ease-out;
}

.plan_editer {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.card_text_box {
    color: #333;
    width: 520px;
    text-align: right;
    position: absolute;
    right: 60%;
    top: calc(50% - 130px);
    opacity: 0;
    transition: all 300ms ease-out;
}

.card_text_box p {
    display: block;
    width: 100%;
    font-size: 35px;
}

.card_ban_box.active img {
    bottom: 0;
    right: 0;
    opacity: 1;
}

.card_ban_box.active .card_text_box {
    right: 50%;
    top: calc(50% - 109px);
    opacity: 1;
}

.card_text_01 {
    font-family: 'S-CoreDream-1Thin';
    display: block;
}

.card_text_01 em {
    font-family: 'S-CoreDream-7ExtraBold';
}

.card_text_03 {
    font-family: 'S-CoreDream-1Thin';
    display: block;
}

.card_text_02 {
    font-family: 'S-CoreDream-7ExtraBold';
    display: block;
}

.card_view_btn {
    border: 2px solid #fb6d3a;
    padding: 5px 15px;
    display: inline-block;
    font-size: 25px;
    border-radius: 30px;
    color: #fb6d3a;
    font-family: 'S-CoreDream-7ExtraBold';
    margin-top: 10px;
}

.pageTit h2.ff_NSR span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    padding-bottom: 5px;
    border-bottom: 4px solid #fb6d3a;
}

.plan_title h2.ff_NSR span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    padding-bottom: 5px;
    font-weight: 700;
    border-bottom: 4px solid #fb6d3a;
}

.plan_title {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}

.pageTit h2.ff_NSR span:before {
    left: -20px;
}

.pageTit h2.ff_NSR span:after {
    right: -20px;
}

.item_box2 .item_list {
    display: flex;
    flex-flow: row wrap;
}

.item_box2 .item_list li {
    flex: 0 1 290px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.item_box2 .item_list li:nth-child(3n) {
    margin-right: 0;
}

.prd_tit {
    text-align: left;
}

.prd_tit h3 {
    font-weight: bold;
}

.prod_box .info .prd_prc dt {
    text-align: left;
}

.prd_btn {
    border-top: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 15px;
}

.prd_btn button {
    width: 100%;
    height: 45px;
    text-align: center;
    background: #222;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
}

.plan_cont_box {
    width: 1280px;
    margin: 0 auto;
    background: #FFF;
    padding-bottom: 80px;
}

.plan_header {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 30px 100px;
    overflow: hidden;
    margin-bottom: 80px;
}

.plan_name {
    font-size: 30px;
    color: #222;
    text-align: left;
    float: left;
    width: 60%;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: 500;
}

.plan_info {
    font-size: 15px;
    color: #999;
    text-align: right;
    float: left;
    overflow: hidden;
    width: 40%;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0;

}

.plan_date {
    background: url('../img/bg_border.png') no-repeat calc(100% - 10px) 100%;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;

}

.plan_view_count {
    padding-right: 20px;
    box-sizing: border-box;
    background: url('../img/bg_border.png') no-repeat calc(100% - 10px) 100%;
    display: inline-block;

}

.plan_share_box {
    display: inline-block;
    cursor: pointer;
}

.plan_share_box div {
    width: 20px;
    height: 40px;
    display: inline-block;
    text-indent: -999999em;
    overflow: hidden;
    background: url('../img/ico_sns.png') no-repeat -10px 0;
    -webkit-background-size: 80px 200px;
    background-size: 80px 200px;
    -webkit-transition: none;
    transition: none;
}

.plan_share_box p {
    display: inline-block;
    color: #999;
}

@media screen and (max-width: 650px) {
    .title_01 {
        font-size: 25px;
    }

    .item_box div a {
        margin-top: 20px;
    }

    .cate_01 > li {
        font-size: 15px;
        width: 25%;
        text-align: center;
        margin: 0;
    }

    .bar_01 {
        width: 25%;
    }

    .cate_box {
        margin-bottom: 30px;
        padding: 20px 0;
    }

    .list_box {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 400px) {
    .title_01 {
        font-size: 20px;
    }

    .item_box div a {
        margin-top: 10px;
    }

    .cate_01 > li {
        font-size: 12px;
    }

    .cate_box {
        margin-bottom: 20px;
    }

    .list_box {
        padding-bottom: 30px;
    }
}

/*planlist*/
.plan_cate {
    width: 100%;
    margin-top: 50px;
}

.plan_cate ul {
    overflow: hidden;
    width: 100%;
}

.plan_cate ul li {
    cursor: pointer;
    opacity: 0.25;
    background: #FFF;
    color: #333;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    padding: 25px 0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.plan_cate ul li.on {
    opacity: 1;
    border-color: #eee;
}

.planlist::after {
    display: none;
}

.planlist_cont_box_01 {
    background: #FFF;
    border-radius: 0 0 20px 20px;
    width: 1280px;
    padding: 100px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.planlist_cont_box_01 ul {
    width: 1080px;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;

}

.planlist_cont_box_01 ul li.plan_item {
    padding: 0;
    width: 332px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0 14px 30px;
    flex: 0 0 332px;
    border: 1px solid #dfdfdf;
}

.plan_tag p {
    font-size: 12px;
    color: #fb6d3a;
    display: block;
}

.plan_item.end .end_tag {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    flex-basis: auto;
}

.plan_item.end .end_tag p {
    width: 80%;
    margin: 202px auto 0;
    border: 1px solid #FFF;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

.plan_item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.plan_item div.photo {
    width: 100%;
    height: 330px;
}

.plan_item div.info {
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #dfdfdf;
}

.plan_item div.info .plan_tit {
    font-size: 20px;
    font-weight: 600;
    width: 99.99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.plan_item div.info .plan_day {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.plan_cate_name {
    color: #FFF;
    font-size: 25px;
    padding: 50px 0 30px;
    font-weight: bold;
}

.plan .prod_box .photo .prd_brand {
    display: none;
}

/* —————————————————————————————————————
 * plan_opt
/* ————————————————————————————————————— */
.list_box2.opt{
    background-color: #f6f4f3;
}

.list_box2.opt .item_box2{
    width: auto;
    margin: 0 20px;
}

.list_box2.opt .item_box2 .smart_filter{
    text-align: left;
    margin-bottom: 50px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.list_box2.opt .item_box2 .prodList_sort h3{
    text-align: left;
}

.list_box2.opt .item_box2 .item_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.list_box2.opt .item_box2 .item_list li{
    flex: 0 0 24%;
    margin: 0;
}

.list_box2.opt .item_box2 .prod_box .info{
    height: 245px;
}

.list_box2.opt .item_box2 .prod_box .info .prd_tit .model{
    font-size: 12px;
}

.list_box2.opt .item_box2 .prod_box .info .prd_tit h3{
    font-size: 15px;
    font-weight: 500;
}

.list_box2.opt .item_box2 .prod_box .info .prd_prc,
.list_box2.opt .item_box2 .prod_box .info .prd_btn{
    margin-top: 0;
}

.list_box2.opt .item_box2 .prod_box .info .prd_prc dl{
    font-size: 13px;
}

.list_box2.opt .item_box2 .prod_box .info .prd_prc dl em{
    font-size: 18px;
}

.list_box2.opt .item_box2 .prod_box .info .prd_btn button{
    height: 35px;
    font-size: 15px;
}