﻿* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 微软雅黑;
    background: #F5F7F9;
}
.selector .sl-val .item.active {
    color: #fff !important;
    background: #E94B01;
}

.nav_tit {
    width: 1230px;
    height: 50px;
    margin: 10px auto;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .nav_tit .lianjie a {
        font-size: 15px;
        color: #000;
    }
    .nav_tit .lianjie a:hover{
        color:#fe552e !important;
    }
.lianjie a:visited {
    text-decoration: none;
}
.crumbs-select-item {
    position: relative;
    margin-right: 5px;
    padding: 1px 27px 1px 4px;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e0e0e0;
    color: #666;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    display:none;
}
.crumbs-select-item:hover{
    border: 1px solid #E94B01;
    color: #000;
}
.crumbs-select-item:hover .icon3{
    color: #fff;
    background:#E94B01;
}
.mar-fr10{
    margin-right:10px;
}

.glyphicon-remove:before {
    content: "✖";
}
.crumbs-select-item .icon3 {
    position: absolute;
    right: 0;
    width: 24px;
    text-align: center;
    bottom: 0;
    top: -1px;
    line-height: 22px;
    font-size: 12px;
    color: #ccc;
}
.clear-all {
    cursor: pointer;
    border: 1px dashed #ddd;
    color: #999;
    padding: 1px 12px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 2px;
    white-space: nowrap;
    text-decoration:none;
    display:none;
}
.clear-all:hover {
    color: #E94B01;
    border-radius: 2px;
    border: 1px solid #E94B01;
}

    .up-txt-box {
        width: 93px;
        padding-left: 10px;
        height: 24px;
        border: 1px solid #e0e0e0;
        display: inline-block;
        font-size: 14px;
        float: right;
        font-size: 12px;
        line-height: 23px;
        text-align: left;
        margin-top: 14px;
    }

.up-txt {
    float: left;
    display: inline-block;
    color: #626262;
    cursor:pointer;
    font-size:13px;
}
.up-txt:hover{
    color:#E94B01;
}
.up-txt:hover + .icon1{
    color:#E94B01;
}
.icon1{
    font-size:10px;
}

    .glyphicon-menu-up {
        margin-left: 5px;
        margin-top: 5px;
        color: #6f6d70;
    }
.glyphicon-menu-down {
    margin-left: 5px;
    margin-top: 5px;
    color: #6f6d70;
}
.selector a {
    color: #000;
}
.selector-cont {
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    background: #fff;
}
.selector .sl-line {
    position: relative;
    z-index: 2;
    border-top: 1px dashed #dedede;
    margin: 0 8px;
}
.selector .sl-line:first-child {
    border-top: none;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    clear: both;
}
.clearfix:after {
    display: table;
    content: "";
    clear: both;
}
.selector .sl-key {
    position: absolute;
    left: 11px;
    top: 9px;
    height: 18px;
    line-height: 18px;
    color: #999;
}
    .selector .sl-key .sl-key-title {
        float: left;
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.selector .sl-val {
    padding: 0 0 0 94px;
}
.selector .sl-val-cont {
    margin: 10px 0 2px;
}
.buxian{
    color:#fff !important;
    background:#E94B01;
}
.selector .sl-val .item {
    position: relative;
    float: left;
    margin: -2px 32px 8px 0;
    padding: 3px 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 20px;
    line-height: 14px;
    cursor:pointer;
}
.selector .sl-val .item:hover{
    border:1px solid #E94B01;
    color:#E94B01;

}
.selector .sl-val .removable {
    color: #fff;
    /*margin-right: 25px;*/
    /*padding-right: 14px;*/
}
.selector .sl-val .item:link{
    text-decoration:none;
}
.selector .sl-val-main {
    margin-left: 70px;
}

.removable:after {
    background: #0088ca;
    position: absolute;
    right: 0;
    top: -1px;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-right: -22px;
    /*padding-right: 14px;*/
    content: "✖";
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.selector-cont .screen-list:nth-child(4) {
    border: none;
}

.screen-list span:nth-child(1) {
    color: #9A9B98;
    margin-left: 10px;
}

.screen-list span:nth-child(2) {
    margin-left: 24px;
}

.Package {
    width: 1230px;
    /*height: 1500px;*/
    margin: 0 auto;
    margin-top: 10px;
    overflow:hidden;
}

.Package-left {
    width: 1006px;
    /*padding-bottom: 20px;
    border: 1px solid #e8e8e8;*/
    float: left;
}

.filter .sort-row {
    height: 41px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}
.filter .sorts {
    float: left;
    line-height: 39px;
}
    .filter .sorts .sort {
        float: left;
        cursor:pointer;
    }
.icon2 {
    font-size: 10px;
}
li {
    list-style: none;
}


.filter .sorts .link {
    float: left;
    height: 39px;
    margin-left: -1px;
    min-width: 98px;
    text-align: center;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    color: #6d6d6d;
    text-decoration:none;
}
.filter .sorts .link.first {
    margin-left: 0;
    border-left: none;
}
.filter .sorts .link.active, .filter .sorts .link:hover {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-color: #e5e5e5;
    color: #000 !important;
    font-weight:700;
}
.search-input::placeholder{ 
    font-size:14px;
}
.filter .search {
    float: left;
    margin: 5px 0 0 10px;
}
    .filter .search .search-input {
        float: left;
        width: 150px;
        height: 30px;
        border-radius: 0;
        position: relative;
    }

.form-inline .form-control {
    display: inline-block;
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4c5161;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #4c5161;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    padding: 9px 15px;
    min-width: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    transition: border-color .15s,background-color .15s,opacity .15s;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
    .btn:focus {
        outline: 0;
    }
.filter .search .submit-btn {
    float: left;
    height: 30px;
    padding: 0;
    border-radius: 0;
    margin-left: -1px;
    border-color: #e0e0e0;
    color: #fff;
}
.filter .search .submit-btn:hover{
    
    color: #fff;
    background:#E94B01;
}
.btn-primary.btn-plain {
    background-color: transparent;
    color: #0088ca;
}

.btn-primary {
    color: #fff;
    background-color: #df3033;
    border-color: #df3033;
}

/*套餐列表*/
.package-list {
    margin-top: -1px;
    /*border: 1px solid #e8e8e8;*/
    /*padding: 20px;*/
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    background: #fff;
}
.package-list .item {
    /*border-bottom: 1px solid #e8e8e8;*/
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin: 10px 0 20px;
}
.package-list .left-area {
    float: left;
    width: 200px;
}
.package-list .pic-box {
    width: 180px;
    position:relative;
}
.package-list .pic-box img {
    width: 100%;
    max-height: 180px;
    cursor: pointer;    
    margin-bottom: 4px;
}
.package-list .pic-box .tip {
    color: #9B9B9B;
    font-size: 12px;
    margin-bottom: 4px;
}
.package-list .right-area {
    position: relative;
    overflow: hidden;
}
.package-list .detail {
    margin-right: 150px;
}
.package-list .detail .title {
    font-weight: 700;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 8px 0 !important;
}
.package-list .detail .desc {
    color: #666;
    margin-bottom: 8px;
}
    .package-list .detail .package_info {
        font-weight: 600;
        font-size: 16px;
        height: 28px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .package-list .detail .package_tag {
        margin-bottom: 8px;
    }

    .package-list .detail .package_tag_1 {
        font-size: 12px;
        margin-right: 4px;
        padding: 0 4px;
        height: 18px;
        line-height: 18px;
        color: #ff953e;
        background: #fef2ea;
    }
    .package-list .detail .package_tag_2 {
        font-size: 12px;
        margin-right: 4px;
        padding: 0 4px;
        height: 18px;
        line-height: 18px;
        color: #03b31b;
        background: #e5f7eb;
    }
    .package-list .detail .package_tag_3 {
        font-size: 12px;
        margin-right: 4px;
        padding: 0 4px;
        height: 18px;
        line-height: 18px;
        color: #5484F7;
        background: #EDF4FE;
    }
    .package-list .detail .package_price {
        color: #df3033;
        display: flex;
        align-items: baseline;
    }
    .package-list .detail .package_price span {
        color: #df3033;
        font-size: 18px;
    }

    .package-list .detail .content-three {
        width: 100%;
    }

    .package-list .detail .content-three div {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        height: 24px;
        margin-top: 5px;
        background: #E94B01;
        color: white;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
    }
.package-list .detail .feature {
    margin: 10px 0 7px;
}
.package-list .detail .title a {
    color: #333;
}
.label1 {
    display: inline-block;
    /*margin: 11px 5px 11px 0;*/
    padding: 0 5px;
    height: 18px;
    line-height: 17px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 12px;
}
.label-city {
    color: #ff5000;
    border-color: #ff5000;
}
.label-operation {
    color: #13c2c2;
    border-color: #13c2c2;
}
.package-list .sub-list {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    max-height: 153px;
    transition: height .5s linear;
    width: 100%;
}
.package-list .sub-list .sub-item {
    position: relative;
    border-top: 1px solid #e8e8e8;
    padding-left: 40px;
}
    .package-list .sub-list .sub-item:hover .link {
        display: block;
    }
.package-list .sub-list .link {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 5px 20px;
    border-radius: 20px;
    background: #d0d0d5;
    color: #fff;
}
.package-list .sub-list .link:hover {
    background:#E94B01;
    color: #fff;
}
.package-list .sub-list .sub-item-cont {
    margin-right: 200px;
    height: 50px;
    overflow: hidden;
}

.package-list .sub-list .name {
    position: relative;
    color: #df3033;
    width: 70px;
    font-size: 16px;
    margin-right: 20px;
}
.package-list .sub-list .call, .package-list .sub-list .flow, .package-list .sub-list .name, .package-list .sub-list .remark {
    float: left;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .package-list .sub-list .name em {
        font-size: 12px;
    }
    .package-list .sub-list .call {
        padding-left: 20px;
        background: url(../image/package_call.png) 0 no-repeat;
        color: #777;
        width: 120px;
    }
    .package-list .sub-list .flow {
        padding-left: 20px;
        background: url(../image/package_flow.png) 0 no-repeat;
        color: #777;
        width: 150px;
    }
    .package-list .sub-list .sales {
        float: right;
        color: #777;
        line-height: 50px;
    }
    .package-list .sub-list .prompt {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient( -180deg,hsla(0,0%,100%,.2),#fff 63%);
    }

      

        .package-list .sub-list .prompt > span {
            width: 80px;
            margin: 8px auto;
            text-align: center;
            font-size: 14px;
            color: #7a8f9a;
            line-height: 31px;
            cursor: pointer;
        }
.package-list .sub-list .prompt.show-expend .expand {
    display: block;
}
.package-list .sub-list .prompt .iconfont {
   color: #7be;
  /* vertical-align: text-bottom;*/
  margin-top:10px;
}
/*.package-list .sub-list .prompt.show-expend .collapse {
    display: none;
}*/
.sub-item.shouqi .collapse .iconfont {
    position: absolute;
    top: 6px;
    /* left: 0px; */
    margin-left: 4px;
}
.sub-item.shouqi{
    text-align:center;
    padding-top:10px;
    margin-bottom:20px;
}
.sub-item.shouqi .collapse {
    cursor:pointer;
}
.package-list .brief {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}
.package-list .brief .price {
    color: #df3033;
}
.number, .price {
    font-family: Microsoft Yahei,sans-serif;
}
.package-list .brief em {
    font-size: 24px;
    font-weight: 600;
}
.package-list .brief .count {
    color: #13c2c2;
    font-size: 12px;
    cursor: pointer;
}
.package-list .brief .hottag {
    background: linear-gradient(88deg, #f9995b, #fc433a);
    border-radius: 5px;
    color: #fff;
    flex-shrink: 0;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 800;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
}
.package-list .package_btn {
    background: linear-gradient(132deg, #ff918b, #f4170c);
    border-radius: 40px;
    box-shadow: 1.5px 1.5px 3px 0 rgba(135, 20, 14, .26);
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 114px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    clear: both;
}
.zzc{ 
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(255,255,255,0.1);
    display:none;
}
.package-list .pic-box:hover .zzc{
    display:block;
}

.pagination-fr {
    float: right;
}
.fy{ 
    padding-left:5px;
    padding-right:5px;
    height:100%;
    line-height:41px;
    float:right;
}
.cor{ 
    color:#df3033;
}
.fy-left{ 
    margin-right:10px;
}
.fy-right{ 
    margin-left:10px;
    margin-right:10px;
}
.sxicon {
    width: 16px;
    height: 16px;
}
.jgpx {
    width: 16px;
    height: 16px;
}
.nofilter {
display:none;
}
.zhankai {
    text-align: center;
    padding: 10px 0;
    cursor:pointer;
}


/* 套餐列表 新 */
.package_list {
    width: 100%;
    padding: 10px 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
}

    .package_list .activity_box {
        background: #fff;
        padding: 10px 30px 48px;
        display: flex;
        justify-content: space-between;
        position: relative;
        cursor: pointer; 
    }

        .package_list .activity_box .activity_img {
            width: 166px;
            height: 166px;
            background: #eee;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 2px 1px 3px #c8c8c8;
        }

            .package_list .activity_box .activity_img .images {
                width: 100%;
                height: 100%;
            }

        .package_list .activity_box .activity_content {
            width: 80%;
            padding-top: 8px;
            position: relative;
        }

    .package_list .activity_content .activity_title {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .package_list .activity_content .hottag {
        width: 80px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: linear-gradient(88deg, #f9995b, #fc433a);
        border-radius: 4px;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
    }

    .package_list .activity_content .activity_text {
        font-size: 14px;
        color: #888888;
        margin-bottom: 8px;
    }

    .package_list .activity_content .activity_desc {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
    }

    .package_list .activity_content .activity_tag {
        display: flex;
        font-size: 12px;
        column-gap: 8px;
        margin: 8px 0 4px;
    }

    .package_list .activity_tag .tag_item {
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
    }

    .package_list .activity_tag .tag_green {
        color: #099426;
        background: #E3F7EB;
    }

    .package_list .activity_tag .tag_yellow {
        color: #CD722E;
        background: #FBF2EB;
    }

    .package_list .activity_content .activity_pricebox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .package_list .activity_content .activity_pricebox .activity_price {
            font-weight: 500;
            font-size: 14px;
            color: #E10000;
            letter-spacing: 2px;
        }

            .package_list .activity_content .activity_pricebox .activity_price .price_num {
                font-size: 20px;
            }

        .package_list .activity_content .activity_pricebox .participatebtn {
            width: 114px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: linear-gradient(132deg, #ff918b, #f4170c);
            border-radius: 40px;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
        }

    .package_list .activity_box .activity_tip {
        position: absolute;
        bottom: 16px;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        color: #919191;
    }

        .package_list .activity_box .activity_tip .tip_icon {
            width: 14px;
            height: 14px;
            margin-right: 10px;
        }

/*列表为空*/
.package_null {
    display: flex;
    padding: 40px 0 94px 243px;
}
    .package_null img {
        width: 140px;
        height: auto;
    }
    .package_null .notpackage_tit {
        font-size: 24px;
        margin: 10px 0;
        font-weight: 700;
        color: #666;
    }
    .package_null .clear_btn {
        width: 140px;
        height: 30px;
        line-height: 29px;
        text-align: center;
        border: 1px solid #E94B01;
        box-sizing: border-box;
        color: #E94B01;
        border-radius: 3px;
        cursor: pointer;
    }