/* planlist */
.planlist .prodList_wrap{
    height: 100%;
}

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

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

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

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

.list_box2 {
    text-align: center;
    margin: 0 auto;
    background: #555;
    padding-bottom: 50px;
    padding-top: 30px;
    position: relative;
}

.cate_box2 {
    margin: 0 auto 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);

}

.cate_box2 ul.cate_01 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    border-radius: 10px;
    overflow: hidden;
}

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

.cate_box2 ul.cate_01 li {
    flex-basis: auto;
    flex: 1 1 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: 3.6vw;
    color: #999;
    background: #FFF;
    display: block;
    padding: 5px 0;
}

.cate_box2.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    background: #FFF;
}

.down .cate_box2.fixed {
    top: 0;
}

.up .cate_box2.fixed {
    top: 56px;
}

.down .cate_box2.fixed ul.cate_01 li a {
    padding: 13px 0;
    font-size: 4vw;
}

.up .cate_box2.fixed ul.cate_01 li a {
    top: 5px;
    font-size: 3.6vw
}

.cate_box2.fixed .cate_01 {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
}

.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;
    display: flex;
    position: absolute;
    top: 0;
    padding: 0 20px;
}

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

.cate_box .cate_01 li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

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

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

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

.box {
    background-color: #fff;
}

.prd_tit {
    text-align: left;
}

.prod_box .info .prd_tit .model {
    max-width: 90%;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color: #aaa;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prod_box .info .prd_tit h3 {
    font-size: 17px;
    width: 99.99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.5em;
    height: 3em;
}

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

.prod_box .info .prd_prc dl {
    font-size: 15px;
    line-height: 26px;
}

.prod_box .info .prd_prc dd {
    width: 60%;
    float: left;
    text-align: right;
    letter-spacing: 0;
}

.item_box2.pt_70 {
    padding-top: 70px;
}

.cate_box .cate_01 li {
    cursor: pointer;
}

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

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

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

.card_ban_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.card_text_box {
    width: 50%;
    color: #333;
    text-align: right;
    position: absolute;
    right: 60%;
    top: calc(50% - 25vw);
    opacity: 0;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
}

.card_text_box p {
    font-size: 5vw;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    letter-spacing: -1px;
    line-height: 5vw;
}

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

.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: 3px 10px;
    display: inline-block;
    font-size: 4vw;
    border-radius: 30px;
    color: #fb6d3a;
    font-family: 'S-CoreDream-7ExtraBold';
}

.pageTit h2.ff_NSR span {
    position: relative;
    display: inline-block;
}

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

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

.box.rnd12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.box.sdw {
    -webkit-box-shadow: 0 2px 0 #ede9e7;
    -moz-box-shadow: 0 2px 0 #ede9e7;
    box-shadow: 0 2px 0 #ede9e7;
}

.prod_box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 100%;
}

.prod_box a {
    display: block;
}

.prod_box .photo {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.prod_box .photo img {
    width: 100%;
    height: auto;
}

.prod_box .prd_brand img {
    max-width: 62px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.prod_box .prd_brand {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: none;
}

.item_box2 .item_list li {
    width: 100%;
    margin-bottom: 15px;
}

.prd_tit {
    text-align: left;
}

.prd_tit h3 {
    font-weight: bold;
}

.prod_box .info .prd_prc dt {
    text-align: left;
    width: 40%;
    float: left;
}

.prod_box .info {
    padding: 20px 25px 15px;
}

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

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

.prod_box .info .prd_prc dd em {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: -2px;
}

.plan_header {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    background: #FFF;
}

.plan_name {
    font-size: 20px;
    color: #222;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
}

.plan_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    width: 100%;
    letter-spacing: 0;
    margin-top: 5px;
    font-weight: 300;
}

.plan_info .plan_share_box i{
    vertical-align: baseline;
}

@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%;
    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);
}

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

.plan_cate ul li {
    width: 50%;
    cursor: pointer;
    text-align: center;
    opacity: 0.25;
    color: #333;
    float: left;
    box-sizing: border-box;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: none;
    transition: all 100ms ease-in;
}

.plan_cate ul li:first-child {
    margin-left: 0;
}

.plan_cate ul li.on {
    opacity: 1;
    font-weight: 900;
    color: #FFF;
    background: #fb6d3a;
}

.planlist::after {
    display: none;
}

.planlist_cont_box_01 {
    width: 100%;
}

.planlist_cont_box_01 ul {
    padding: 20px;
}

.planlist_cont_box_01 ul li.plan_item {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.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;
}

.plan_item div.photo {
    width: 100%;
}

.plan_item div.info {
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    background: #FFF;
}

.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: 25px 0;
    font-weight: bold;
}

/* ——————————————————————————
 * plan_opt
/* —————————————————————————— */
.plan .smart_optWrap .filter2_wrap .left2_list .opt{
    text-align: left;
}

.sort_wrap.plan_opt{
    background-color: #fff;
    margin-top: 10px;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

.sort_wrap.plan_opt h3{
    line-height: 30px;
}

.prod_list_basic.plan_opt{
    border-top: 10px solid #f2f0ee;
}

.prod_list_basic.plan_opt .prod_item a .photo{
    width: 128px;
    height: 128px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.prod_list_basic.plan_opt .prod_item .info{
    text-align: left;
}