* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif, Alibaba PuHuiTi;
}

/* banner */
.packages {
    width: 100%;
}

.packages .banner {
    width: 100%;
    min-width: 1200px;
}

.banner img {
    width: 100%;
}

.packages .indulgence .title,
.packages .preferential .title {
    font-size: 48px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #222222;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}

/* 套餐 */
.indulgence {
    padding: 80px 0 120px;
}

.release {
    padding: 120px 0 100px;
    background: url(/static/k2023/images/index/4-dxdftc-bg.png) no-repeat;
    background-size: cover;
    min-width: 1200px;
}

.indulgence .tabs {
    display: flex;
    justify-content: space-between;
}

.indulgence .tabs .tab-box {
    width: 570px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
    border-radius: 20px;
    text-align: center;
    padding-top: 10px;
}

.indulgence .tab-box .package-content {
    margin-bottom: 37px;
}

.indulgence .tab-box .package-content li {
    display: block;
    clear: both;
    width: 84%;
    margin: 0 auto;
}

.indulgence .tab-box .package-content .content-left {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    float: left;
}

.indulgence .tab-box .package-content .delete {
    text-decoration: line-through;
    color: #999;
}

.indulgence .tab-box .package-content .content-right {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #FF6E18;
    line-height: 48px;
}

.indulgence .tab-box .price {
    clear: both;
    display: flex;
    padding-top: 37px;
    margin: 0 20px 20px 50px;
    justify-content: space-between;
    align-items: center;
}

.indulgence .tab-box .package-price {
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FF6520;
    /* line-height: 60px; */
    text-align: left;
}

.indulgence .tab-box .package-price span {
    font-size: 48px;
}

.indulgence .tab-box .once {
    font-size: 16px;
}

.indulgence .tab-box .price1 {
    color: #FF2420;
}

.indulgence .tab-box .jump-qq {
    display: block;
    width: 300px;
    height: 60px;
    background: rgba(255, 240, 225, 0.95);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #FF5E1D;
    line-height: 60px;

}

.indulgence .tab-box .jump-qq:hover {
    background: rgba(255, 60, 0, 0.95);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #fff;
}

.indulgence .tabs1 {
    position: relative;
    /* margin-bottom: 80px; */
    margin-top: 150px;
    
}
.indulgence .tabs1-2 { 
    margin-bottom: 0px !important; 
    margin-top: 0px !important; 
	height: 1700px;
}
.indulgence .swiper-slide {
    width: 380px;
    height: 820px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.indulgence .swiper-slide1{
	margin-left: 0px;
	margin-bottom: 30px;
}
.indulgence .swiper-slide2{
	margin-left: 30px;
	margin-bottom: 30px;
}
.indulgence .swiper-slide:hover {
    box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
}
.indulgence .swiper-slide.swiper-slide-active {
    box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
    margin-top: -30px;
}
.indulgence .swiper-slide:hover .jump-qq {
    background: rgba(255, 255, 255, 0.95);
    color: #24A064;
}

.indulgence .swiper-slide:hover .jump-qq:nth-child(2) {
    color: #08AFE9;
}

.indulgence .swiper-slide:hover .jump-qq:nth-child(3) {
    color: #0165EB;
}

.indulgence .swiper-slide:hover .jump-qq:nth-child(4) {
    color: #5532DA;
}

.indulgence .swiper-slide:hover .jump-qq:nth-child(5) {
    color: #824920;
}

.indulgence .swiper-slide img {
    display: block;
    margin-top: 8px;
}

.green {
    color: #24A064;
}

.green-blue {
    color: #08AFE9;
}

.blue {
    color: #0165EB;
}

.purple {
    color: #5532DA;
}

.brown {
    color: #824920;
}
.red {
	color: #FF3920;
}
.indulgence .swiper-slide .teh2 {
    position: absolute;
        top: 198px;
        right: 60px;
        z-index: 100;
}
.indulgence .swiper-slide .jump-qq {
    width: 260px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    position: absolute;
    /* margin-top: -370px; */
    top: 220px;
}
.indulgence .swiper-slide .jump-qq2 { 
    margin-top: 0px !important;
	z-index: 99;
	left: 60px;
	top: 220px;
}
.indulgence  .swiper-wrapper2{ 
	flex-wrap: wrap !important;
}
.indulgence .swiper-slide .package-content {
    width: 86%;
    margin: 0 auto 30px;
}
.indulgence .swiper-slide .package-content2 {
  margin: 0px !important;
}
.indulgence .swiper-slide .package-content li {
    clear: both;
}

.indulgence .swiper-slide .package-content .content-left {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    float: left;
    cursor: pointer;
}

.indulgence .swiper-slide .content-left span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/k2023/images/index/2-iconts.png) no-repeat center;
    margin-left: 10px;
    margin-top: 17px;
    position: absolute;
}

.indulgence .swiper-slide .package-content .delete {
    text-decoration: line-through;
    color: #c7c7c7;
}

.indulgence .swiper-slide .package-content .content-right {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    float: right;
    cursor: pointer;
}

.indulgence .mySwiper {
    width: 100%;
    /* height: 100%; */
    padding-top: 60px;
}
.indulgence .mySwiper2 {
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
}
.indulgence .swiper-button-next,
.indulgence .swiper-button-prev {
    width: 40px;
    height: 40px;
    /* background: #FFFFFF; */
    /* border: 1px solid #979797; */
    /* box-shadow: 0px 2px 10px 0px rgba(152, 152, 152, 0.3000); */
    /* border-radius: 20px; */
    color: #979797;
}

.indulgence .swiper-button-next:hover,
.indulgence .swiper-button-prev:hover {
    /* border: 1px solid #FF5757; */
    /* box-shadow: 0px 9px 27px 0px rgba(152, 152, 152, 0.3900); */
    /* border-radius: 20px; */
    /* color: #FF5757 !important; */
}

/* .indulgence .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    background: #FD4047;
    opacity: 0.2;
    border-radius: 2px;
}

.indulgence .swiper-pagination-bullet-active {
    opacity: 1 !important;
} */

.indulgence .swiper-button-next:after,
.indulgence .swiper-button-prev:after {
    /* font-size: 16px; */
    font-size: 80px;
}

.indulgence .tabs2 {
    background: url(/static/toumei/image/v2021/image/jg-2.png) center center no-repeat;
    width: 100%;
    height: 218px;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-around;
    min-width: 1200px;
    padding-top: 130px;
}

.indulgence .btn {
    width: 100px;
    height: 30px;
    border: 1px solid #A48F74;
    border-radius: 15px;
    font-size: 14px;
    font-family: Source Han Sans SC VF;
    font-weight: 400;
    color: #E8C28F;
    line-height: 30px;
    text-align: center;
}


.indulgence .swiper-slide .title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #ccc;
    width: 150px;
    opacity: 0;
}

.indulgence .swiper-pagination {
    width: 960px;
    height: 80px;
    background: rgba(254, 67, 70, 0.09);
    border: 1px solid #FAC0C5;
    border-radius: 10px;
    margin: 0 120px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.indulgence .swiper-pagination2 { 
    display: none !important; 
}
.indulgence .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 180px;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #FF0F42;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
}

.indulgence .swiper-pagination .swiper-pagination-bullet-active {
    box-shadow: 0px 4px 13px 0px rgba(193, 27, 64, 0.6);

    color: #FFFFFF;
    background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);

}


/* 优惠 */
.preferential {
    padding-bottom: 100px;
    padding-top: 120px;
}

.preferential .center-card .layui-col-lg4 {
    width: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
    border-radius: 20px;
    margin-right: 30px;
    padding: 40px 50px;
    margin-bottom: 30px;
}

.preferential .center-card .layui-col-lg4:nth-child(3n) {
    margin-right: 0;
}

.preferential .combo .right-top {
    position: absolute;
    top: 0;
    right: 0;
}

.preferential .combo h2 {
    font-size: 36px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
}

.preferential .combo ul {
    margin-top: 40px;
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin-bottom: 40px;
    height: 150px;
}

.preferential .combo ul li:first-child {
    color: #FF6300;
}

.preferential .combo ul li:nth-child(3) {
    line-height: normal;
}

.preferential .combo ul li img {
    margin-right: 10px;
}

.preferential .combo ul span {
    margin-left: 18px;
    font-size: 14px;
}

.preferential .combo .price {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FF3C00;
    line-height: 75px;
}

.preferential .combo .price span {
    font-size: 36px;
}

.preferential .combo .jump-qq {
    display: block;
    width: 210px;
    height: 60px;
    background: rgba(255, 241, 234, 0.95);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #FF5E1D;
    line-height: 60px;
    text-align: center;
    cursor:pointer;
    /* margin-top: 30px; */
}

.preferential .combo .serve {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preferential .combo .service {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255, 111, 33, 0.95);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
}

.preferential .combo .serve:hover .service {
    background: rgba(255, 70, 33, 0.95);
}

.preferential .combo .serve:hover .jump-qq {
    background: rgba(255, 60, 0, 0.95);
    color: #fff;
}

.preferential .combo .jump-qq:hover {
    background: rgba(255, 60, 0, 0.95);
    color: #fff;
}

/* 弹窗 */
.dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 21, 0.6);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.dialog .big-box {
    margin: 100px auto 0;
    width: 1200px;
}

.dialog .big-box img {
    margin-left: 88%;
}

.table {
    width: 1000px;
    height: 700px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
    border-radius: 20px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 30px 24px 38px 40px;
}

.table .package-msg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.table .package-base .name {
    font-size: 36px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}

.table .package-base .adesc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

.table .consult {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.table .consult .price {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FF3C00;
    line-height: 36px;
    margin-right: 16px;
}

.table .consult .price span {
    font-size: 36px;
    font-weight: bold;
}

.table .consult .jump-qq {
    width: 120px;
    height: 40px;
    background: rgba(255, 60, 0, 0.95);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.layui-form .layui-table tbody {
    display: block;
    overflow: hidden;
    height: 458px;
    overflow-y: auto;
}

.layui-form .layui-table .screenHeight {
    height: 270px;
}

/* 定义滚动条样式 */
.layui-form .layui-table tbody::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(240, 240, 240, 0);
}

/*定义滚动条轨道 内阴影+圆角*/
.layui-form .layui-table tbody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0);
    border-radius: 20px;
    background-color: rgba(240, 240, 240, 0);
}

/*定义滑块 内阴影+圆角*/
.layui-form .layui-table tbody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* box-shadow: inset 0 0 0px rgba(237, 44, 37, .5); */
    background: #E1E1E1;
}

.layui-table-header {
    background: #FFF3F3;
}

.layui-table thead tr {
    height: 40px;
    background: #FFF3F3;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.layui-table thead tr div {
    text-align: left;
}

.layui-table td,
.layui-table th {
    border: none;
    font-size: 18px;
}

.layui-table-view {
    border: 1px solid #F5F5F5;
}

.layui-table tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.layui-table tbody tr div {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
@media screen and (max-height:900px) {
    .layui-form .layui-table tbody {
        height: 270px;
    }
}