
.container{
    overflow: hidden;
}

.pricing-card {
    background: white;
    border-radius: 15px;
}
.card-header {
    padding: 15px 25px;
    text-align: center;
    color: white;
    border-radius: 10px;
    border: 2px solid white;
}

.standard .card-header {
    background: linear-gradient(135deg, #f6e9ef 0%, #f4e4ec 100%);
}

.gold .card-header {
    background: linear-gradient(135deg, #f3eadc 0%, #e3ccac 100%);
}

.platinum .card-header {
    background: linear-gradient(135deg, #f3f8fc 0%, #e0e8ef 100%);
}

.plan-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.price {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.original-price {
    text-decoration: line-through;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 20px;
    color: grey;
}

.apply-btn {
    border-radius: 10px;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    width: 100%;
    color: white;
    letter-spacing: 2px;
}
.card-body {
    padding: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 15px;
    padding-bottom: 10px;
    color: #2c3e50;
}

.features {
    list-style-type: none;
}

.feature {
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
.feature span {
    width: 90%;
}

.feature:last-child {
    border-bottom: none;
}
.bot {
    border-top: 2px solid #f1f2f6;
    margin-top: 20px;
    padding-top: 20px;
}
.swiper-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    width: 80%;
}

.custom-nav {
    position: absolute;
    top: 13%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    z-index: 10;
    pointer-events: none;
}

.swiper-button-prev, .swiper-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    pointer-events: auto;
    background-image: none;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 5px;
}

.swiper-button-prev.hidden, .swiper-button-next.hidden {
    opacity: 0;
    pointer-events: none;
}

.instructions h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ff7e5f;
}

.swiper-container {
    height: 800px;
}
.title{
    margin-top: 30px;
    margin-bottom: 30px;
}
.card1{
    color: #bc4e85;
}
.card2{
    color: #996c33;
}
.card3{
    color: #596e7d;
}
.tr1{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/hotel/images/d1.png') no-repeat center / cover;
    margin-top: 3px;
}
.tr2{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/hotel/images/d2.png') no-repeat center / cover;
    margin-top: 3px;
}
.tr3{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/hotel/images/d3.png') no-repeat center / cover;
    margin-top: 3px;
}
.er{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/hotel/images/x.png') no-repeat center / cover;
    margin-top: 3px;
}
.standard .apply-btn {
    background: #bc4e85;
}
.standard .apply-btn {
    background: #bc4e85;
}

.gold .apply-btn {
    background: #b98f56;
}

.platinum .apply-btn {
    background: #637887;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.popup-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    border-radius: 30px;
    color: #aaaaaa;
    text-align: center;
}
.popup-img {
    position: fixed;
    width: 70%;
    height: 350px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: white;
    border-radius: 7px;
}
.popup-img img{
    max-width: 140px;
    display: block;
    margin: 80px auto 0 auto;
}
.popup-text {
    text-align: center;
    width: 100%;
    color: #aaaaaa;
    font-size: 18px;
    margin-top: 37px;
}

.popup.ps .popup-bottom{
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
}
.popup.ps .search_type{
    width: 120px;
    height: 50px;
    font-size: 14px;
    color: #434343;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    margin: 25px auto 0 auto;
    border: 1px solid #434343;
}
.popup.ps .popup-text{
    margin-top: 47px;
}
.j-modal-title {
    width: 100%;
    text-align: center;
    height: 55px;
    margin: 0;
    border: unset;
}
.j-modal-title span {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    border-bottom: unset;
}
#upgrade_box {
    width: 90%;
    overflow-y: scroll;
    height: 450px;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
    border-radius: 10px;
    background: white;
    right: 0;
    bottom: 20px;
    margin: auto;
}
.manu_supply{
    width: 60%;
    line-height: 27px;
    text-align: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 7px;
    margin: 0 auto;
}
.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    top: 0;
}
#upgrade_box .box_title{
    margin: 15px;
    font-size: 20px;
    color: #9a1b5a;
    text-align: center;
    font-weight: 600;
}
#upgrade_box .close_box {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    border-radius: 30px;
    color: #aaaaaa;
    text-align: center;
    cursor: pointer;
}
.j-warning{
    background: unset;
    color: #9a1b5a;
    font-size: 14px;
    position: absolute;
}
.ucenter_input_block .input_block .input_name span {
    color: #9a1b5a;
}
.grade_manu{
    display: table;
    width: 98%;
    height: auto;
    color: #221815;
    background: white;
    border-radius: 10px;
    position: relative;
    margin: 20px 1% 0 1%;
}

.manu_title{
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: 600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.manu_body{
    width: 100%;
    height: 430px;
    overflow-y: scroll;
    text-align: center;
    font-size: 19px;
}
.manu_body p{
    line-height: 25px;
    position: relative;
}
.manu_line{
    width: 100%;
    height: 2px;
    background: #dbdde2;
}
.manu_sub_title{
    padding: 0 20px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    background: white;
    width: auto;
    display: table;
    margin: -12px auto 0 auto;
}
.manu_cost{
    font-weight: 600;
}
.manu_cost span{
    font-size: 34px;
}
.grade_crown{
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
}
.swiper-viplevel{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.level_button {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 7;
    color: white;
    font-family: cursive;
    font-weight: 600;
    cursor: pointer;
}
.level_button img {
    width: 11px;
}
#level_next {
    left: unset;
    right: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #cecece;
    opacity: 1;
}
.swiper-container-horizontal > .level_pagination.swiper-pagination-bullets{
    bottom: 0;
    left: 0;
    width: auto;
    height: 30px;
    display: table;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 40px 0 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin: 0;
}

.swiper-viplevelinfo{
    overflow: hidden;
    width: 240px;
    margin: 0 auto;
}
.swiper-viplevelinfo .swiper-slide img{
    width: 100%;
}
.swiper-container-horizontal > .level_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #9a1b5a;
    width: 11px;
    height: 11px;
    border: 3px solid #c380a2;
    box-sizing: content-box;
    margin: 0 36px -4px 0;
}
.swiper-container-horizontal > .level_pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    margin: 0 0 -3px 0;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
}
.nc_scale {
    height: 45px !important;
}
.nc-container .nc_scale span {
    height: 43px !important;
    line-height: 45px !important;
}

.ucenter_input_block {
    width: 95%;
    height: auto;
    font-size: 15px;
    margin: 0 auto;
}
.ucenter_input_block .input_block{
    margin: 25px 0;
    position: relative;
    width: 100%;
}
.input_block .del_infopic{
    position: absolute;
    right: 3px;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.input_block.pic_block:hover .del_infopic{
    display: block;
}
.input_block .edit_infopic{
    position: absolute;color: white;background: rgba(0,0,0,0.5);width: 100%;line-height: 25px;text-align: center;bottom: 0;
    cursor: pointer;
}
.ucenter_input_block .input_block .input_name {
    line-height: 40px;
    font-size: 20px;
}
.ucenter_input_block .input_block .input_title {
    float: left;
    width: 115px;
    text-align: right;
    margin-right: 10px;
    line-height: 32px;
    font-weight: bolder;
    white-space: nowrap;
}
.ucenter_input_block .input_block .input_subhead {
    display: table;
    position:relative;
    left:10px;
    top:-12px;
    width: 400px;
    font-size: 14px;

}

.ucenter_input_block .input_block .input_name span{
    color: #ff3300;
}
.ucenter_input_block .input_block .input_value {
    height: 45px;
    position: relative;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
}


.ucenter_input_block .input_block .input_value>img{
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 98%;
    max-width: 98%;
}

.ucenter_input_block .input_block .input_value .input-append{
    float:left;
    position: relative;
    left:-68px;
}
.ucenter_input_block .input_block .input_value .input-append input[type="text"] {
    display: inline-block;
    width:70%;
    height: 20px;
    border: 1px solid #808080;
    padding: 0 10px;
}
.ucenter_input_block .input_block textarea{
    float: left;
    width: 100%;
    height: 80px;
    border: 1px solid #808080;
    position: relative;
    line-height: 32px;
    margin-bottom: 20px;
}

.ucenter_input_block .input_block .input_value select {
    width: 100%;
    height: 50px;
    border: 1px solid #808080;
    padding: 0 10px;
    font-size: 20px;
}
.ucenter_input_block .input_block .input_value input[type="text"], .ucenter_input_block .input_block .input_value input[type="password"] {
    width: 94%;
    height: 100%;
    border: 1px solid #808080;
    padding: 0 3%;
    font-size: 20px;
}
.input_value .v-btn-send{
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    height: 45px;
    line-height: 45px;
    width: 30%;
    background: #9a1b5a;
    color: white;
}
.ucenter_input_block .input_block .input_select{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ucenter_input_block .input_block .input_select input[type="text"]{
    width: 100%;
}
.Dsable {
    pointer-events: none;
}
.ucenter_input_block .input_block .input_select:after{
    content: "\003E";
    font-family: cursive;
    speak: none;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 2px;
}
.input_block .input_select .input_select_option{
    position: absolute;
    width: 100%;
    height: auto;
    background: white;
    z-index: 10;
    text-align: center;
    box-shadow: 0 1px 5px #999;
    max-height: 150px;
    overflow-y: scroll;
}
.unforcus{
    display: none;
}
.input_block .input_select .input_select_option p{
    width: 100%;
    line-height: 30px;
}
.ucenter_input_block .input_block .input_value input[type="radio"]{
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    outline: none;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    position: relative;
    top: 12px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.ucenter_input_block .input_block .input_value input[type="radio"]:checked {
    background-color: #9a1b5a;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    outline:none;
}

.ucenter_input_block .input_block .input_value input[type="checkbox"]{
    /*margin-right: 6px;*/
    cursor: pointer;
    position: relative;
    top:-15px;
    left:1px;
}

.ucenter_input_block .input_block .input_value input[type="checkbox"]::after{
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.ucenter_input_block .input_block .input_value input[type="checkbox"]:checked::after {
    content: "";
    background-color: #9a1b5a;
    border-color: #9a1b5a;
    background-color:#9a1b5a;

}
.ucenter_input_block .input_block .input_value input[type="checkbox"]:checked::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}
.ucenter_input_block .input_block .input_value input[type="date"]{
    display: inline-block;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.ucenter_input_block .user_submit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    background-color: #9a1b5a;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
}
.line-container {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.line {
    position: relative;
    height: 1px;
    width: 100%;
}
.line-1{
    background: linear-gradient(
            to right,
            transparent 0%,
            #bc4e85 15%,
            #bc4e85 85%,
            transparent 100%
    );
}
.line-2{
    background: linear-gradient(
            to right,
            transparent 0%,
            #b98f56 15%,
            #b98f56 85%,
            transparent 100%
    );
}
.line-3{
    background: linear-gradient(
            to right,
            transparent 0%,
            #637887 15%,
            #637887 85%,
            transparent 100%
    );
}

.point-container {
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.point-container.left {
    left: 25%;
}

.point-container.center {
    left: 50%;
}

.point-container.right {
    left: 75%;
}
/* 点样式 */
.point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.special-point-1 {
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #bc4e85;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.25);
}
.special-point-2 {
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #b98f56;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.25);
}
.special-point-3 {
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #637887;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.25);
}
.inner-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: grey;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.inner-dot-1{
    background: #bc4e85;
}
.inner-dot-2{
    background: #b98f56;
}
.inner-dot-3{
    background: #637887;
}
.label-1{
    color: #bc4e85 !important;
}
.label-2{
    color: #b98f56 !important;
}
.label-3{
    color: #637887 !important;
}
.label {
    font-size: 12px;
    font-weight: bold;
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: auto;
}
:root {
    --swiper-arrow-color: #bc4e85;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    border-top: 1px solid var(--swiper-arrow-color);
    border-right: 1px solid var(--swiper-arrow-color);
}
.j-close{
    right: 10px !important;
}

