/* banner */
.packagebanner{
    width: 100%;
    height: 380px;
    background: url(/statics/v11/images/package/banner.png)no-repeat center;
    background-size: auto;
}

.wid_1200{
    width: 1200px;
    margin: 0 auto;
}

.packwrap{
    width: 100%;
    background: #f0f2fc;
    padding: 60px 0;
}

.titlwrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.titlwrap .packhot_title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.titlwrap .packhot_title .subtitle{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.titlwrap .packhot_tags{
    display: flex;
    align-items: center;
}

.titlwrap .packhot_tags .tag_item{
    margin-left: 15px;
    cursor: pointer;
    font-size: 13px;
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #333;
}

.titlwrap .packhot_tags .tag_item.on,
.titlwrap .packhot_tags .tag_item:hover{
    background: #fff;
    color: #ce0505;
    border-radius: 15px;
}

.pagehotcarp{
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #d6ddff;
    margin-top: 10px;
    background: #fff;
}

.pagehotcarp .pcakagehot_left{
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px dashed #dee4ff;
}

.pagehotcarp .pcakagehot_left .hotitem{
    flex: 1;
    display: none;
    align-items: center;
}

.pagehotcarp .pcakagehot_left .hotitem.on{
    display: flex;
}

.pagehotcarp .pcakagehot_left .package_img{
    width: 315px;
    height: 270px;
}

.pagehotcarp .pcakagehot_left .package_img>img{
    display: block;
    width: 315px;
    height: 270px;
}

.pagehotcarp .pcakagehot_left .packagehot_discript{
    flex: 1;
    margin-left: 20px;
}

.pagehotcarp .pcakagehot_left .packagehot_discript .discript_title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.pagehotcarp .pcakagehot_left .packagehot_discript .discript{
    width: 80%;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    line-height: 24px;
}

.pagehotcarp .pcakagehot_left .packagehot_discript .discript_tags{
    display: flex;
    width: 80%;
    align-items: center;
    flex-wrap: wrap;
}

.pagehotcarp .pcakagehot_left .packagehot_discript .discript_tags li{
    width: 120px;
    background: #F0F2FC;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    margin-right:40px;
    text-align: center;
    line-height: 32px;
    margin-top: 15px;
}

.pagehotcarp .pcakagehot_left .packagehot_discript .discript_tags li:nth-child(3n){
    margin-right: 0;
}

.pagehotcarp .package_right{
    width: 260px;
    padding-left: 30px;
    box-sizing: border-box;
}

.pagehotcarp .package_right .marketing_title{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.pagehotcarp .package_right .marketing_tag{
    margin-top: 15px;
    display: none;
}

.pagehotcarp .package_right .marketing_tag.on{
    display: block;
}

.pagehotcarp .package_right .marketing_tag .tag_item{
    line-height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
}

.pagehotcarp .package_right .marketing_tag .tag_item .tag_img{
    width: 24px;
    margin-top: 2px;
}

.pagehotcarp .package_right .marketing_tag .tag_item .name{
    margin-left: 10px;
    font-size: 15px;
}

.pcakcontent_title{
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pcakcontent_title .packcontent_title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.pcakcontent_title .packcontent_title .subtitle{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.pcakcontent_title .loockmore{
    background: #fff;
    color: #333;
    font-size: 13px;
    height: 32px;
    width: 90px;
    text-align: center;
    line-height: 32px;
    border-radius: 18px;
}

.package_content{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.package_content .package_listtab{
    width: 220px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.package_content .package_listtab .item_tab{
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding:15px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.package_content .package_listtab .item_tab:last-child{
    margin-bottom: 0;
}

.package_content .package_listtab .item_tab.on{
    background: #f3f4fb;
}

.package_content .package_listtab .item_tab .iconfont{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.package_content .package_listtab .item_tab.on .iconfont{
    color: #ce0505;
}

.package_content .package_listtab .item_tab .name{
    margin-left: 10px;
}

/*.package_content .package_listtab .item_tab.on .name{
  color: #fff;
}*/

.package_content .packagelist{
    flex: 1;
    margin-left: 20px;
    background: #fff;
    height: 390px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}

.package_content .packagelist .package_item{
    width: 450px;
    display: flex;
    margin-bottom: 20px;
    /*align-items: center;*/
}

.package_content .packagelist .package_item>a{
    flex: 1;
    display: flex;
}

.package_content .packagelist .package_item:nth-child(odd){
    margin-right: 20px;
}

.package_content .packagelist .package_item:nth-last-child(-n + 2){
    margin-bottom: 0;
}

.package_content .packagelist .package_item .item_img{
    width: 100px;

}

.package_content .packagelist .package_item .item_img>img{
    display: block;
    width: 100px;
    height: 100px;
}

.package_content .packagelist .package_item .item_right{
    flex: 1;
    margin-left: 15px;
}

.package_content .packagelist .package_item .item_right .item_title{
    font-size: 18px;
    color: #333;
}

.package_content .packagelist .package_item .item_right .item_dis{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.package_content .packagelist .package_item .item_right .item_pirce{
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.package_content .packagelist .package_item .item_right .item_pirce .money{
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}

.package_content .packagelist .package_item .item_right .item_pirce .money>span{
    font-size: 14px;
    font-weight: normal;
}

.package_content .packagelist .package_item .item_right .item_pirce .unmoney{
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
}