/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}*/
*{
    position: relative;
}
body {
    /*line-height: 1;*/
    background-color: #f5f5f5;

}
img{
    vertical-align: middle;
    display: block;
}
ol, ul {
/*  list-style: none; */
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
input:focus,select:focus,textarea:focus,
input:active,select:active,textarea:active{
    box-shadow: none !important;
    outline: none !important;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}
.container .orderList{
   display: flex;
   align-items: start;
}
.container .orderList .order-left{
    width: 250px;
    background: #fff;
    padding: 30px;
    margin-right: 30px;
    border-radius: 15px;
    flex-shrink: 0;
}
.container .orderList .order-right{
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.container .orderList .order-right .qty{
    font-size: 14px;
    color: #bab6b6;
}

.order-right .tableGroup .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
    color: #000;
}
.order-right .tableGroup .list .time{
    font-size: 14px;
    color: #666;
}
.order-right .tableGroup .list .time span{
    margin-left: 15px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}
.order-right .tableGroup .list .spec{
    margin-top: 3px;
    margin-bottom: 3px;
}
.order-right .tableGroup .list i.fa-ellipsis-vertical{
    color: #999;
    margin-top: 3px;
    font-size: 22px;
}
.order-right .tableGroup .list .box{
    display: flex;
}
.order-right .tableGroup .list .box .price span{
    color: #C5353E;
    margin-left: 10px;
}
.order-right .tableGroup .list .box span.badge{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 13px;
}
.order-right .tableGroup .list .box .price{
    font-size: 14px;
}
.order-right .tableGroup .list .box .price span{
    font-size: 16px;
    font-family: Arial;
    text-align: right;
    margin-top: 20px;
}
.order-right .tableGroup .list .image{
    width: 75px;
    height: 75px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 7px;
    flex-shrink: 0;
}
.order-right .orderState{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    margin-right: 30px;
    flex-shrink: 0;

}
.container .orderList .order-left h5,
.container .orderList .order-right h5{
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.container .orderList .order-left ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-top: 20px;
}
.container .orderList .order-left ul li{
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.container .orderList .order-left ul li a.active,
.container .orderList .order-left ul li a:hover{
    color: #f5c544;
}
.container .orderList .order-left ul li a{
    color: #ccc;
    width: 100%;
    height: 100%;
}
.container .orderList .order-left ul li a i{
    margin-right: 15px;
}
.map{
    max-width: 100%;
    min-height: 500px;
    margin: 30px 0px;
    border-radius: 20px;
}
#map { width: 100%;height: 100%; }

.banner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: -30px;
    margin-bottom: 60px;
}

.banner .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-slide img{
    width: 100%;
}

.container-manin{
    width: 100%;
    height: auto;
    padding: 0px 30px;
    display: flex;
    justify-content: center;

}
.row-list{
    display: flex;
    width: 100%;
    padding: 15px 0px;
    flex-wrap: wrap;
}
.row-list a.card{
    width: calc(100% / 4 - 30px);
    margin-bottom: 20px;
    min-width: 300px;
}
.row-one{
    display: flex;
    width: 100%;
    padding: 15px 0px;
}


.cards .sun{
    width: 20px;
    margin-right: 10px;

}
.cards h2{
    color: #929396;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0px;
    margin-bottom: 15px;
}

.card{
    position: relative;
    width: calc(100% / 3.5 - 20px);
    margin: 0px 10px;
    background-color: #fff;
    border: none;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
    transition: all .5s;
    cursor: pointer;
}
.cardPageNav .card{
    width: calc(100% / 3 - 20px);
    margin-bottom: 20px;
}
.cards .card .photo{
    max-width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
.card:hover{
   transform: translateY(-10px);
   box-shadow: 2px 10px 15px rgba(0,0,0,0.3);
}
.card .text{
    padding: 15px;
    height: 165px;
}
.card .text h3{
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
    color: #929396;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1.5em;
    height: 30px;
    overflow: hidden;
}
.card .time{
    font-size: 14px;
    color: #383434;
    /*height: 14px;*/
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}
.card .tagArea{
    display: flex;
    align-items: center;
}
.card .tagArea .time{
    color:#666;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.card .tagArea i,
.card .time i,
.card .item i{
    width: 25px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card .tagArea .tags{
    display: flex;
    flex-wrap:wrap;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}
.card .tagArea .tags span{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    padding: 2px 7px;
    margin: 0px 5px 5px 0px;
    border-radius: 5px;
    font-size: 13px;
}
.card .item{
    height: 45px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    margin-bottom: 10px;
}
.card .item .tags{
    /*color: #59B390;*/
    margin-top: 3px;
    height: 20px;
    overflow: hidden;
}

.card .price{
    align-items: end;
    justify-content: space-between;
    font-size: 12px;
    color:#ff4343;
    height: 30px;
    font-weight: initial;
}
.card .price .reserve{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card .price .reserve .priceBox{
    font-size: 14px;
}
.card .price .reserve .priceBox span{
    font-family: Arial;
    font-size: 18px;
}
.card .price .reserve .btn{
    color:#ff4343;
    border: 1px solid #ff4343;
    width: 80px;
    padding: 3px 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card .price p{
    margin: 0px;
    font-size: 14px;
    color: #616668;
}
.card .price p i{
    margin-right: 5px;
}
.card .site i{
    padding-bottom: 5px;
}
.card .site span{
    writing-mode: vertical-rl;


}
.card .site{
    position: absolute;
    width: 25px;
    max-height: 100%;
    font-weight: 600;
    padding: 10px 0px;
    color: #fff;
    background: #C5353E;
    right: 10px;
    top: 0px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
pre{
    overflow: visible;
}
.row-one .swiper-prev{
    position: absolute;
    left: 0px;
    top: 0px;
    /* z-index: 1; */
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #dc3545;
}
.swiper-button-next {
    right: -40px;
}

.swiper-button-prev {
    left: -40px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #f5c544;
}
.swiper-pagination-bullet{
    background-color: #dc3545;
}
.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 30px;



}



.member{
    position: relative;
}

.member .form-select{
    position: absolute;
    width: 130px;
    right: 30px;
    top: -70px;
    padding: 10px 30px;

}
.member-plan{
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-plan h3{
    color:#929396;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;    

}
.joinMemberPage h6{
    display: flex;
    justify-content: center;
    font-size: 20px;
    color:#ccc;
    letter-spacing: 1px;
    font-weight: normal;

}
/* .joinMemberPage .member-plan{
    margin-bottom: 10px;
} */


.member-list{
   width: 100%;
   display: flex;
   justify-content: space-evenly;

}
/* .member-card{
    min-width: calc(100% / 3 - 40px);
    min-height: 400px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
    border-radius: 15px;
}
.subtitle{
    padding: 20px 0px;
    text-align: center;
    background-color: #C5353E;
    border-radius: 15px 15px 0px 0px
}
.subtitle h3{
    font-size: 20px;
    color: #fff;

}
.subtitle h4{
    font-size: 28px;
    color: #F5C33B;
    padding-top: 10px;
}
.plan-list{
    display: flex;
    justify-content: center;
} */
.plan-list ul li{
    font-size: 24px;
    padding-top: 30px;
    font-weight: 600;
}

/* .applyBtn{
    padding-top: 30px;
    text-align: center;
} */
.storeMap{
    max-width: 100%;
    background-color: #EAE0D7;
    /* padding: 20px 10px; */
    border-radius: 20px;
    display: flex;
    justify-content: center;

}

.search-Bar{
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #dc3545;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 40px;
}

.prodSearchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;

}
.prodSearchBar .Bar{
    width: 50%;
    padding: 2px;
    background-color: #dc3545;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.prodSearchBar .Bar .form-control{
    border:none;
}
.prodSearchBar .Bar button{
    margin: 0 !important;
}
.prodSearchBar .Bar button:hover{
    background-color: #dc3545;
}
.form-control{
    min-height: 50px;
    border-color: #000;
}
div.form-control{
    display: flex;
    align-items: center;
}
.search-Bar .form-control{
    height: 40px;
    margin-left: 10px;
}
.prodSearchBar .btnSearch,
.search-Bar .btnSearch{
    flex-shrink: 0;
    height: 40px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin: 0px;
    margin-left: 10px;
    background-color: #dc3545;
    color: #fff;

}

.btnSearch:hover{
    background-color: #999EA2;
}
.search-Bar input::placeholder,
.formGroup input::placeholder,
.feeGroup input::placeholder{
    color: #d7d7d7;
}

.search-item{

    display: flex;
}
.search-item .items i{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #fff;
    color: #C5353E;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
}
.search-item .items p{
    font-size: 12px;
    text-align: center;
    color:#dc3545;
}


.search-item .items i:hover{
    background-color: #C5353E;
    color: white;
    transition: 1s;
}
.dataList{
    display: flex;
    justify-content: center;

}
.dataList .form{
    width: 500px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    max-width: 95vw;
}
.formFlex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.dataList .formGroup{
    margin-bottom: 30px;
}
.dataList .btn{
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    background-color: #f5c544;
    color: #fff;
}

label{
    font-size: 16px;
    color: #6B7588;;
    line-height: 1em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.btn-apply{
    padding: 10px 50px;
    margin-top: 30px;
    display: flex;
    justify-content: center;

}
.btn-apply button{
    width: 200px;
    font-size: 20px;
    color:#fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.btn-apply button:hover{
    color: #999EA2;
}
.row{

    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}

.row-list .card .box-icon{
    position: absolute;
    right: 0px;
    bottom: 170px;
    display: flex;
}

.box-icon .share,
.save{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background-color: #C5353E;
    padding: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
}
.box-icon .share:hover,
.box-icon .save:hover {
    background-color: #fff;
    color: #C5353E;
    transition: 1s;
    border: 1px solid #C5353E ;
}

.box-icon .tag-type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-icon .tag-type span {
    font-size: 12px;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 15px;
}

.box-detail{
    position: relative;

}

.box-detail .tag-list{
    display: flex;
    text-align: center;
    margin-bottom: 10px;
}
.box-detail .tag-list .site{
    font-size: 14px;
    background-color: #C5353E;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    margin-right: 5px;
}
.box-detail .tag-list .productID{
    font-size: 14px;
    background-color: #1AA6B7;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    margin-right: 5px;
}
.box-detail .tag-list .payment{
    font-size: 14px;
    background-color: #ECAE4C;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    margin-right: 5px;
}
.box-detail h3{
    color: #3F3F3F;
    font-size: 22px;
    margin-bottom: 10px;
}
.box-detail h3:hover{
    color:#e06819b0;
}
.box-detail .tag-list .tag{
    font-size: 12px;
    color: #6B7588;
    margin: 0px 5px 5px 0px;
    padding: 3px 5px;
    border:1px solid #6B7588;
    border-radius: 3px

}
.box-detail .price{
    position: absolute;
    font-size: 20px;
    color:#C5353E;
    font-weight: 700;
    bottom: 0px;

}
.content{

    margin-bottom: 40px;

}

.content .content-title{
    font-size: 20px;
    font-weight: 700;
    color: #b94716b3;
    margin: 15px 0px 15px 0px;
}
.content .content-title::before{
    content: ' ';
    display: inline-block;
    background:#C5353E;
    width: 8px;
    height: 18px;
    border-radius: 15px;
    margin-right: 6px


}
.content-list p{
    font-size: 18px;
    font-weight: 400;


}
.content-list span{
    display: flex;
    color: #6B7588;
    font-size: 14px;
    padding-bottom: 15px;
    text-indent: 2em;



}

.rule p{
    font-size: 18px;
    color:#3F3F3F;
    line-height:1.5;


}
.rule span{
    color:#C5353E;
}

#loginModal .modal-content{
    background-color: #fff;
    border-radius: 30px;
    border: 7px solid #f5c544;
}
#loginModal .modal-header{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginModal .modal-header .btn{
    color: #ccc;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
}
#loginModal .modal-header h3{
    font-size: 24px;
}
#loginModal .form-group{
    margin-bottom: 15px;
}
#loginModal .modal-body{
    padding: 30px;
}
#loginModal .form-control{
    height: 50px;
    border-radius: 25px;
    border: 1px solid #000;
    padding-left: 60px;
}
#loginModal .form-group i{
    position: absolute;
    left: 10px;
    top: 0px;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
}
#loginModal .form-control:focus{
    box-shadow: none;
}
#loginModal .modal-body .btn{
    width: 100%;
    font-size: 20px;
    background-color: #f5c544;
    color: #fff;
    border-radius: 25px;
    height: 50px;
}
#loginModal .signup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 0px 5px;
    font-size: 14px;
}
#loginModal .signup a{
    color: #666;
}

.dateWrapper{
    max-width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;

}


.dateWrapper .calendar{
    width: 48%;
    height: 100%;
}
.dateWrapper .dateInfo{
    position: relative;
    width: 48%;
    height:100%;
    border-radius: 10px;
    background-color: #cccccc38;
    padding: 5px;


}
.dateInfo .travelContent{
    position: relative;
    display: flex;
    padding: 5px;

}
.dateInfo .travelContent .photo{
    width: 40%;
    padding-top: 30%;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    border-radius: 15px;
}
.dateInfo .travelContent .info{
    width: 60%;
    margin-left: 10px;
}
.travelContent .info .site{
    display: inline-block;
    max-width:100% ;
    font-size: 14px;
    height: auto;
    color: #fff;
    background-color: #C5353E;
    padding: 5px 5px;
    border-radius: 5px;
    display: inline-block;
}
.dateInfo .travelContent h5{
    margin: 15px 0px;

}
.dateInfo .travelContent .time{
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
}
.dateInfo .travelContent .tagArea{
    display: flex;
    font-size: 14px;
}
.dateInfo .travelContent .tagArea i{
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.travelContent .tagArea .tags{
    margin-left: 5px;
}
.travelContent .tagArea .tags span{
    border: 1px solid #6B7588;
    padding: 0px 3px;
    border-radius: 5px;
}
.travelContent .travelDetail{
    width: 100%;
    /*min-height: 200px;*/
}
.travelContent .travelDetail ul li{
    margin: 15px 0px;
    line-height: 24px;
}

.travelContent.jcsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.travelContent .note > div{
    display: flex;
}
.travelContent .note > div > lable{
    width: 75px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
}
.travelContent .note > div > span{
    width: 100%;
}

.travelContent .note{
    /*width: 70%;*/
    color: #ABABAC;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
}

.travelContent .shop{
    /*width: 35%;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.travelContent .shop .share{
    background-color: #C5353E;
    color: #fff;
    border-radius: 50%;
    margin: 0px 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}
.travelContent .price span{
    color:#C5353E;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;

}
.detailContent{
    max-width: 100%;
    max-height: 100%;
    margin: 40px 0px;


}
.detailContent ol li{
    margin-bottom: 5px;
    line-height: 20px;
    letter-spacing: 1px;
    color:#73777a;
}
.detailContent ol li::marker{
    content: '▪ ';
    font-size: 1.5em
}
.fc-toolbar{
    background-color: #100d0d53;
    padding: 20px 20px;
}
.fc-toolbar-title{
    color:#fff;
}
.fc-daygrid-day-number{
    color: #6B7588;
}
.fc-col-header-cell-cushion{
    color: #927157;
}
.noticeWrapper{
    max-width: 100%;
    max-height: 100%;
    margin: 40px 0;
}

.noticeWrapper .noticeList p,
.noticeWrapper .noticeList ul li{
    color: #666;
}

a.fullcalendarBtn{
    position: absolute;
    right: 0px;
    border: none;
    width: 60px;
    height: 25px;
    background-color: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 30px;
    font-size: 13px;
}

#cartModal .modal-content .modal-title{
    /*color: #3f3f3ff0;*/
}

#cartModal .modal-content{
    /*background-color: white;*/
    border-radius: 30px;
    border: 7px solid #F87E7B;
    padding: 15px;
}
#cartModal .modal-content .modal-footer{
    border-top: none;
    padding-top: 0px;
}
#cartModal .modal-content .modal-footer .btn{
    width: 100%;
    font-size: 20px;
    background-color: #b51e1ec8;
    color: #fff;
    border-radius: 25px;
    height: 50px;
}
#cartModal .cartModalInfo{
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}

#cartModal .cartModalInfo lable{
    display: block;
    width: 100px;
    flex-shrink: 1;
}

#cartModal .numBtn{
    width: 30px;
    height: 30px;
    border: 2px solid #dc3545;
    border-radius: 50%;
    color: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


#cartModal .numBtns .peopleNum{
    margin: 0px 5px;
}
#cartModal .numBtns{
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-items{
    display: flex;

}
.schedule ul.active-items{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
    /*max-width: 450px;*/
    /*justify-content: space-between;*/

}
.schedule .active-items li{
    display: flex;
    align-items: end;
    padding: 15px 30px;
}
.schedule .active-items .bullets{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
    font-family: Arial;
}

.row .left{
    width: 75%;
    height: auto;

}
.row .right{
    width: 25%;
    height: auto;

}
.infoBox2{
    background-color: #fff;
}
.row .left .infoBox2 .title,
.row .right .infoBox .title{
    font-size: 20px;
    font-weight: bold;
    background-color: #f5c544;
    color: #fff;
    padding: 16px 20px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.infoBox .time,.productID,.site{
    color: #6B7588;
    font-size: 14px;
    padding: 5px 10px;
}
.infoBox .title .payable{
    display: inline-block;

}
.tip-info{
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
}
.tip-info p{
    margin: 0px;
}
.infoBox .tableWrap .CAPTCHA{
   font-size: 14px;
   display: flex;
   justify-content: end;
   padding: 0px 50px 20px 0px;

}
.tableWrap .form-group{
    margin: 10px;
    margin-bottom: 15px;
}
.tableWrap .form-group span{
    font-size: 14px;
    color: #C5353E;
}
.form-group .picGroup{
    display: flex;
}
.form-group .picGroup .uploadPic{
    width: calc(100% / 3);
    margin-right: 10px;

}
.form-group .picGroup .uploadPic:nth-child(3){
    margin: 0;
}

.feeTitle{
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    position: relative;
}
.feeTitle::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #FF7168;
    margin-right: 6px;
    margin-top: 5px;
}
.feeTitle::after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #FF7168;
    margin-left: 6px;
    margin-top: 5px;
}
.row .right .btnWrap {
    display: flex;
    flex-direction: column;
}
.row .right .btnWrap .btn{
    width: 100%;
    margin-top: 15px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}
.row .right .btnWrap .btn.btn-danger{
    background-color: #dc3545;
}
.row .right .btnWrap .btn i{
    margin-left: 10px;
    font-size: 24px;
}
.priceGroup{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.row .right .infoBox .total{
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}
.row .right .infoBox .total .price{
    color: #dc3545;
    font-size: 18px;
    font-weight: bold;
}

.orderInfo .contract{
    width: 100%;
    padding:5px;
}
.orderInfo .contract .text{
    margin-bottom: 40px;
}
.orderInfo .contract .date{
    font-size: 22px;
    display: flex;
    justify-content: center;
}
.orderInfo .contract .signature{
    margin: 20px 0;
}
.orderInfo .contract .sign{
    height: 200px;
    font-size: 20px;
    color: #FF4242;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px dotted #ccc;
    border-radius: 15px;
}
.orderInfo .print{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.orderInfo .contract h4,.accordion-item h4{
    font-size: 28px;
    padding: 15px 0px;
}

.orderInfo .contract .party{
    display: flex;
}
.accordion-collapse{
    color: #6B7588;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 24px;
}
.accordion-collapse ul li::marker{
    content: '▪ ';
    font-size: 1.5em
}
.accordion-item .accordion-button .download{
    font-size: 12px;
    text-align: end;
}
.accordion-button:not(.collapsed) {
    background-color: #f5c544;
}
.infoFooter{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.infoFooter .form-check label,
.infoFooter .form-check input{
    font-size: 12px;
    color: #C5353E;

}
.userProfile .btnBar{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.userProfile .userBox{
    width: 70%;
    height: auto;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 40px;
    border-radius: 30px;
    overflow: hidden;
}

.userProfile .userTitle{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color:#f5c544;
    color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 20px 30px;
}
.userBox .userBoxContent{
    padding: 30px;
    background: white;
}

.userProfile .userBox .listGroup{
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 10px;
}
.userProfile .userBox .listGroup .title{
    width: 120px;
    flex-shrink: 0;
}
.userProfile .userBox .listGroup .text{
    margin-right: 10px;
}
.userProfile .userBox .listGroup .addFlex{
    width: 100%;
    display: flex;
}
.userProfile .userBox .listGroup .addFlex select{
    width: 150px;
    margin-right: 5px;
}
.userProfile .userBox .footer-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}
.userProfile .userBox .footer-btn .btn{
    min-width: 200px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    background-color: #f5c544;
    color: #fff;
}
.userProfile .userBox .footer-btn .btn.btn-cancel{
    min-width:100px ;
    background-color: #929396;
    margin-right: 15px;
}

.container .content .orderBody{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 20px;
}

.container .content .box{
    width: calc(100% / 2 - 10px);
    background-color:#fff;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 15px;
    padding: 30px;
}
.container .content .payInfo{
    width: 100%;
}

.container .content .box h4{
    font-size: 18px;
    /*padding: 10px 0px 0px 30px;*/
    color: #927157;
}
.container .content .box ul{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.container .content .box .listGroup ul li{
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 0px;
    display: flex;
    justify-content: space-between;
}

.container .content .box .listGroup .notice{
    font-size: 12px;
    line-height: 20px;
    color: red;
    padding-left: 30px;
    letter-spacing: 1px;
}

.container .content .detail{
    width: 100%;
    height: auto;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.container .content .orderInfo{
    width: 100%;
    height: auto;
    padding: 0px 20px;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 10px;
    border-radius: 15px;

}
.container .content .detail .list{
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 20px;
}

.container .content .detail .text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}
.container .content .detail .name{
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-weight: 500;
    color: #ff9000;
}
.container .content .detail .price{
    font-size: 20px;
    font-weight: bold;
    color: #C5353E;
}
.container .content  .detail .spec .span{
    display: block;
}

.container .cards{
    display: flex;
    margin-bottom: 30px;
    padding: 30px;
}
.container .card{
    width: calc(100% / 3 - 20px);
}
.container .card .memberDetail{
    height: 100%;
    padding: 20px 40px;
}
.container .card .memberDetail h5{
    font-size: 28px;
    display: flex;
    justify-content: center;
    color: #929396;
}
.container .card .memberDetail p{
    font-size: 14px;
    color: #999;
}
.joinMemberPage .card{
    border-radius: 25px;
}
.joinMemberPage .card .memberDetail p{
    height: 40px;
    overflow: hidden;
}
.container .card .memberDetail ul{
    list-style: none;
    padding: 0;
    font-size: 20px;
    padding: 15px;

}
.container .card .memberDetail ul li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #ccc;
}
.container .card .memberDetail ul li.active{
    color: #F5C544;
}

.container .card .memberDetail ul li i{
    font-size: 20px;
    margin-right: 10px;
}
.container .card .memberDetail ul li i.fa-circle-check{
    color: #01B468;
}
.container .card .payment{
    width: 100%;
    height: 60px;
    background-color: #f5c544;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;

}
.container .card .payment.disabled{
    width: 100%;
    height: 60px;
    background-color: #929396;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    cursor: not-allowed;

}

.container .card .memberPhoto{
    width: 100%;
    padding-top: 56.25%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-bottom: 20px;
    background-color: #eee;
}

.container .content  .orderBody .detail .image{
    width: 100px;
    height: 100px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-color: #eee;
}
.infoBox2{
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ccc;
}
.infoBox2 .title{
    background-color: #dc3545;
    color: #fff;
    padding: 15px;
}
.infoBox2 .content{
    padding: 15px;
    margin: 0px;
}
.infoBox2 .content ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.infoBox2 .content ul li{
    display: flex;
    align-items: center;
    padding: 7px 0px;
}
.infoBox2 .content ul li label{
    width: 90px;
    flex-shrink: 0;
    margin: 0px;
    margin-right: 20px;
    border-right: 1px solid;
    line-height: 1em;
}
.feeWrap{
    padding: 15px;
}
.feeWrap ul.prices{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;

}
.feeWrap ul.prices li{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    /* height: 50px; */
    font-size: 14px;
}
.feeWrap ul.prices li:nth-child(1){
    background-color: #616668;
    color: #fff;
}
.feeWrap.checkOut ul.prices li{
    font-size: 16px;
}
.feeWrap.checkOut ul.prices li:nth-child(1){
    background-color: #fff;
    color: #000;
}
.feeWrap.checkOut ul.prices{
    border: none;
    border-radius: 0px;
}
.feeWrap.checkOut ul.prices li:nth-child(even){
    background-color: #fff;
}
.feeWrap ul.prices li > div{
    width: calc(100% / 4);
    padding: 0px 15px;
}
.feeWrap ul.prices li:nth-child(even){
    background-color: #eee;
}
.feeWrap ul.prices li .form-select{
    width: 100px;
    text-align: center;
}
.feeWrap ul.prices .name{
    width: 100%;
}
.feeWrap ul.prices .price{
    flex-shrink: 0;
    width: 120px;
    text-align: right;
    font-family: Arial;
}
.feeWrap ul.prices .spec{
    flex-shrink: 0;
    width: 120px;
}
.feeWrap ul.prices .num{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    font-family: Arial
}
.feeWrap ul.prices .num .btn{
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.feeWrap ul.prices .num .btn:nth-child(1){
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.feeWrap ul.prices .num .btn:nth-child(3){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.feeWrap ul.prices .num .number{
    height: 30px;
    width: 45px;
    box-shadow: none;
    border: none;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.left .tableWrap .form-group{
    display: flex;
    align-items: center;
    padding: 5px 0px;

}
.left .tableWrap .form-group label{
    width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0px;
}
.left .tableWrap .form-group span{
    color: #ff0000;
    font-size: 12px;
}
.left .tableWrap .form-group .form-control{
    border: 1px solid #333;
}
.orderBody .orderInfo .roomWrap,
.left .orderInfo .roomWrap{
    margin-top: 30px;
    margin-bottom: 60px;
}
.orderBody .orderInfo .roomWrap .room,
.left .orderInfo .roomWrap .room{
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
}
/* .orderBody .orderInfo .roomWrap .room .itemName,
.left .orderInfo .roomWrap .room .itemName{
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    margin-top: -50px;
    padding-left: 15px;
    font-weight: bold;
}
.orderBody .orderInfo .roomWrap .room .itemName span,
.left .orderInfo .roomWrap .room .itemName span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #C94D65;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 15px;
    font-weight: initial;
} */
.orderBody .orderInfo .roomWrap .check,
.left .orderInfo .roomWrap .check{
    margin-left: 5px;
    margin-top: 15px;
    cursor: pointer;

}
.orderBody .orderInfo .roomWrap .check i,
.left .orderInfo .roomWrap .check i{
    margin-right: 5px;
}
.schedule .active-items .bullets.active{
    background-color: #dc3545;
}
.dc3545{
    color: #dc3545;
}
.cp{
    cursor: pointer;
}

header .search input,
header .search input:active,
header .search input:focus{
    height: 40px;
    font-size: 14px;
    width: 120px;
    border: none;
    border-bottom: 1px solid #C5353E;
    box-shadow: none;
    outline:  none;
}
header .search i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0px;

}
.row .right .sticky{
    position: sticky;
    top: 100px;
}
.totalBox{
    border-radius: 15px;
    box-shadow: 0px 0px 3px #ccc;
    background-color: #fff;
}
.totalBox .title{
    font-size: 20px;
    background-color: #f5c544;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.totalBox .content{
    padding: 15px;
}
.totalBox .content ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.totalBox .content ul li{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px dashed #ccc;
}
.totalBox .content ul li:last-child{
    border-bottom: none;
    padding-bottom: 5px;
}
.totalBox .content ul li label{
    margin: 0px;
    line-height: 1.5em;
    flex-shrink: 0;
    word-break: break-all;
}
.totalBox .content ul li .spec{
    padding-right: 15px;
    text-align: left;
}
.totalBox .content ul li > div{
    text-align: right;
}
.totalBox .content ul li .total{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #ED6464;
}
.right .tip{
    padding: 0px;
    font-size: 14px;
    line-height: 1.5em;
}
.right .tip div{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.addrFlex{
    display: flex;
    align-items: center;
    width: 100%;
}
.addrFlex select{
    margin-right: 5px;
    height: 50px;
    width: 150px;
    border: 1px solid #000;
}
.accordion-flush .accordion-item{
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    color: #fff;
    font-weight: bold;

}
/* .accordion-item .accordion-header .accordion-button .tip{
    font-size: 14px;
    color: #ff4343;
} */
.accordion-button.collapsed{
    background-color: #f5c544;

}
.btn-menu,
.btn-sideBar-close,
.no-login span{
    display: none;
}
ul.pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.page-link{
    color: #000;
    border-radius: 50% !important;
    margin: 0px 5px;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.page-link:hover,
.active>.page-link, .page-link.active{
    background-color: #f5c544;
    border-color: #f5c544;
    color: #fff;
}
.travelDetail > *,
.prodDetail > *{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.travelDetail .info{
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;

}
.travelDetail .info .photo{
    width: 450px;
    padding-top: calc(450px / 4 * 3);
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}
.travelDetail .info .infoText{
    width: 100%;
    padding: 30px;
}
.travelDetail .info .infoText .travelName{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}
.travelDetail .info .infoText ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.travelDetail .info .infoText ul li{
    margin: 5px 0px;
}
.travelDetail .info .icon{
    display: flex;
}
.travelDetail .info .icon li{
    font-size: 20px;
    padding-right: 10px;
}
.travelDetail .info .icon li:hover {
    transform:scale(1.2);
}
.travelDetail .tags{
    color: #24B694;
    margin-bottom: 15px;
}
.travelDetail .apply{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    margin: 30px 0px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.travelDetail .apply .dates{
    width: 50%;
    flex-shrink: 0;
}
.travelDetail .apply .dates .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.travelDetail .apply .dates .top .left div,
.travelDetail .apply .dates .top .right div{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: #7DBEB8;
}
.travelDetail .apply .dates .top i{
    margin: 0px 5px;
    font-size: 24px;
    color: #7DBEB8;
}
.travelDetail .apply .dates .top .center{
    font-size: 18px;
    font-weight: bold;
}
.travelDetail .apply .dates ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    /*border: 1px solid #000;*/
    /*border-radius: 15px;*/
    overflow: hidden;
    max-height:  400px;
    overflow-y: auto;
}

.travelDetail .apply .dates ul li{
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    cursor: pointer;
    transition: all .5s;
}
.travelDetail .apply .dates ul li:not(:first-child).active,
.travelDetail .apply .dates ul li:not(:first-child):hover{
    background-color: #F9CDAD;
    color: #000;
}
.travelDetail .apply .dates ul li.out{
    background-color: #eee;
}
.travelDetail .apply .dates ul li.out > *{
    color: #ccc !important;
    text-decoration: line-through;
}
.travelDetail .apply .dates ul li.out .price span{
    color: #ccc;
}
.travelDetail .apply .dates ul li .saleOut{
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: #fff !important;
    background-color: #CFB590;
    right: 15px;
    font-size: 13px;
    transform: rotate(-15deg);
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #999;
}
.travelDetail .apply .dates ul li .day{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    flex-shrink: 0;
    width: 50px;
    margin-right: 30px;
    height: 100%;
    color: #4F8699;
}
.travelDetail .apply .dates ul li .day span{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    line-height: 1em;
}
.travelDetail .apply .dates ul li .price{
    width: 150px;
    font-size: 12px;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-shrink: 0;
    height: 100%;
}
.travelDetail .apply .dates ul li .price span{
    font-size: 24px;
    font-family: Arial;
    line-height: 1em;
    margin-left: 5px;
    font-weight: bold;
    color: #D96153;
}
.travelDetail .apply .dates ul li .num{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-shrink: 0;
    height: 100%;
}
.travelDetail .apply .dates ul li .time{
    width: 100%;
    text-align: left;
    height: 100%;
}
.travelDetail .apply .dates ul li.title{
    /*background-color: #d8858b;*/
    /*color: #fff;*/
}
.travelDetail .apply .dates ul li.title > *{
    font-size: 16px;
}
.travelDetail .apply .applyText{
    width: 100%;
    padding-left: 30px;
}
.travelDetail .apply .applyText h4{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    /*color: #000;*/
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.travelDetail .apply .applyText h4 i{
    margin-right: 10px;
    background-color: #FF847C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.travelDetail .apply .applyText ul li{
    line-height: 1.8em;
}
.travelDetail .apply .applyText .price,
.travelDetail .apply .applyText .noChoose{
    display: flex;
    align-items: end;
    /*justify-content: space-between;*/
    justify-content: end;
    font-size: 14px;
}
.travelDetail .apply .applyText .price > div span{
    font-size: 30px;
    margin: 0px 5px;
    font-family: Arial;
    font-weight: bold;
    color: #FF4242;
}
.prodDetail .top .info .prices .right .noChoose .btn,
.travelDetail .apply .applyText .noChoose .btn,
.travelDetail .apply .applyText .price .btn{
    width: 200px;
    height: 50px;
    background-color: #FF4242;
    border-radius: 25px;
    color: #fff;
    margin-top: 30px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodDetail .top .info .prices .right .noChoose .btn,
.travelDetail .apply .applyText .noChoose .btn{
    background-color: #eee;
    color: #ccc;
}
.detailInfo{
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.detailInfo .tabs{
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.detailInfo .tabs .tab{
    padding: 15px 30px;
    cursor: pointer;
}

.detailInfo .tabs .tab.active{
   border-radius: 50px;
   color: white;
   background: #fa2f30;
}

.travelDetail .detailInfo .content{
    margin-top: 30px;
}
.travelDetail .detailInfo .content > img{
    width: 100%;
}
.infoBox2 .discount{
    color: #F04155;
    font-size: 14px;
}
.row .right .form-check{
    margin-top: 15px;
    font-size: 14px;
}
.row .right .form-check label{
    line-height: 1.5em;
    font-size: 14px;
}
.prodDetail .top{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.prodDetail .top .photoBox{
    width: 400px;
    flex-shrink: 0;
}
.prodDetail .top .photoBox > .photo{
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
}
.prodDetail .top .photoBox .photos{
    display: flex;
    align-items: center;
    margin-top: 5px;
    overflow: hidden;
}

.prodDetail .top .photoBox .photos .swiper-slide{
    width: calc(100% / 3.5) !important;
    margin-right: 5px;
    flex-shrink: 0;
}
.prodDetail .top .photoBox .photos .photo{
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
}
.prodDetail .top .info{
    width: 100%;
    margin-left: 30px;
}
.prodDetail .top .info .prodName{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.prodDetail .top .info .tags{
    color: #61ADA0;
}
.prodDetail .top .info ul{
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
}
.prodDetail .top .info ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.prodDetail .top .info ul li label{
    margin: 0px;
    width: 70px;
    flex-shrink: 0;
}
.prodDetail  .text{
    font-size: 14px;
    margin-top: 15px;
}
.prodDetail .specs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 30px;
}
.prodDetail .specs .btn{
    border: 1px solid #000;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0px;
}
.prodDetail .specs .btn.active{
    background-color: #000;
    color: #fff;
}
.prodDetail .prices{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.prodDetail .prices .left{
    display: flex;
    align-items: end;
}
.prodDetail .prices .left .old{
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}
.prodDetail .prices .left .price{
    color: #999;
    margin-right: 10px;
}
.prodDetail .prices .left .price span{
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    color: #e60012;
    line-height: 1em;
}
.prodDetail .prices .right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.prodDetail .prices .form-control{
    border: 1px solid #000;
    width: 70px;
    margin-right: 15px;
}
.prodDetail .prices .right .btn{
    width: 200px;
    height: 50px;
    background-color: #FF4242;
    border-radius: 25px;
    color: #fff;
    margin-left: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodDetail .content{
    background-color: #fff;
    margin-top: 30px;
}
.prodDetail .content > * {
    margin-bottom: 15px;
}
.prodDetail .content > img{
    border-radius: 15px;
    width: 100%;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.joinMemberPage .joinBN{
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.joinMemberPage .member-plan select.form-select{
    position: absolute;
    right: 0px;
    bottom:  0px;
    width: 200px;

}

.orderPay{
    width: 500px;
    height: auto;
    margin: 200px auto;
/*     margin-top: 200px; */
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding: 20px;
}

.orderPay .orderDetail li{
    list-style:none;
    font-size: 22px;
    padding: 10px 0px;
}
.orderPay .btn{
    width: 100%;
    font-size: 20px;
    background-color: #b51e1ec8;
    color: #fff;
    border-radius: 25px;
    height: 50px;

}
.uploadPic{
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.uploadPic i{
    font-size: 3em;
    color: #999;
    margin-bottom: 5px;
}
.uploadPic p{
    margin: 0px;
}
.uploadPic span{
    font-size: 12px;
    color: #999;
}
.uploadPic #uploadPic{
    display: block;
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.uploadPic img{
    width: auto;
    max-width: 100%;
    max-height: 200px;
    /*width: 50%;*/
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
    /*padding: 20px;*/
    /*background-color: white;*/
}
.uploadPic button i{
    font-size: 16px;
    color: #fff;
}
.uploadPic button{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}
.uploadBtn{
    padding: 10px;
    background-color: red;
    border: 1px solid black;
}
#uploadPic{
    display: none;
}
.file{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}
.revise{
    display: flex;
    justify-content: flex-end;
}
.revise .btn{
    border-radius: 20px;
}
.client.hidden{
    display: none;
}
.phoneShow{
    display: none;
}
.pd0{
    padding: 0px !important;
}
footer ul.dealer{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
}
footer ul.dealer li{
    margin-right: 15px;
    color: #fff;
}
footer ul.dealer li a{
    color: #fff;
}
footer ul.dealer li i{
    margin-right: 5px;
}
.footer-menu ul{
    padding-left: 0px;
}

.orderSign{
    width: 100%;
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#travelOpenModal .modal-body{
    max-height: 70vh;
    overflow-y: auto;
}
#travelOpenModal .modal-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
#travelOpenModal .modal-footer .btn{
    background-color: #2790B0;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 40px;
}
#travelOpenModal .modal-footer .btn.btn-cancel{
    background-color: #ccc;
}
.scheduleBox{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 800px;
}
.schedule li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.schedule li h3{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 5px;
}
.schedule li p{
    margin: 0px;
    color: #666;
    font-size: 14px;
}
.schedule .action{
    display: flex;
    align-items: end;
    flex-direction: column;
}

.schedule li .btn{
    background-color: #F78145;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    width: 120px;
}
.searchBox{
    width: 150px;
}
.searchBox .form-control{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 0;
    min-height: 35px;
}
.searchBox button{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}
.search-bar form{
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.search-bar div{
    margin-right: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.search-bar div p{
    margin: 0;
    margin-right: 5px;
    flex-shrink: 0;
    color: #f5c544;
}
.search-bar input{
    border: none;
    padding: 10px;
    height: 40px;
    color: #999;
    min-width: 100px;
    border-bottom: 1px solid #ccc;
}
.search-bar button{
    width: 40px;
    height: 40px;
    background-color: #f5c544;
    color: #fff;
    border-radius: 10px;
    border:none;
    flex-shrink: 0;
    cursor: pointer;
}
.search-bar .btn-clear-search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    color: #fff;
    border-radius: 10px;
    margin-left: 5px;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
}
.search-bar .btn-clear-search:hover{
    background-color: #999;
}
@media(max-width:1024px){

    .card{
        width: calc(100% / 2.8 - 20px);
    }
    .container .btnGroup .btn {
        font-size: 14px;
    }
    .travelDetail .info .infoText .travelName{
        font-size: 1.5em;
    }
    .travelDetail .apply .dates ul li .num{
        width: 60px;
    }
    .travelDetail .apply .dates ul li .price{
        width: 120px;
    }
}
@media(max-width: 820px){
    .card{
        width: calc(100% / 2.2 - 20px);
    }
    /* .storeMap .search-wrapper{
        flex-direction: column;
    } */
    .search-Bar{
        margin-right: 0px;
        border-right: none;
        margin-bottom: 15px;
        width: 100%;
        padding: 0px 10px;
    }
    /* .search-Bar .form-control{
        margin: 0px;
    } */
    .search-item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content:space-between;

    }
    .dateWrapper{
        flex-direction: column;
        height: auto;
    }
    .dateWrapper .dateInfo,
    .dateWrapper .calendar{
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;

    }
    .dateInfo .travelContent {
        flex-direction: column;

    }
    .dateInfo .travelContent .photo {
        width: 100%;
        padding-top: 75%;
        margin-bottom: 10px;
    }
    .travelContent .shop {
        width: 100%;
    }
    .modal-content {
        margin-top: 200px;
    }
    .row{
        flex-direction: column;
    }
    .row .left,
    .row .right{
        width: 100%;
    }
    .dateInfo .travelContent .info{
        width: 100%;
        margin: 0px;
    }
    .travelDetail .info{
        flex-direction: column;
        border-radius: 15px;
    }
    .travelDetail .apply{
        flex-direction: column;
    }
    .travelDetail .info .photo{
        width: 100%;
        padding-top: 75%;
    }
    .travelDetail .info .infoText{
        padding: 15px;
    }
    .travelDetail .apply{
        padding: 15px;
        border-radius: 15px;
    }
    .travelDetail .apply .dates{
        width: 100%;
    }
    .travelDetail .apply .applyText{
        padding: 0px;
        margin-top: 30px;
        background-color: #f9f9f9;
        border: 2px dashed #ccc;
        padding: 15px;
        border-radius: 15px;
    }
    .travelDetail .apply .dates ul li.title{
        display: none;
    }
    .travelDetail .apply .dates ul li{
        flex-wrap: wrap;
    }
    .travelDetail .apply .dates ul li .day{
        background-color: #fff;
        width: 80px;
        height: 80px;
        position: absolute;
        left: 5px;
        top: 5px;
        border: 1px solid;
        border-radius: 15px;
    }
    .travelDetail .apply .dates ul li .time{
        width: 100%;
        padding-left: 100px;
        text-align: right;
        margin-bottom: 10px;
    }
    .travelDetail .apply .dates ul li .num{
        width: calc(100% - 120px);
        margin-bottom: -2px;
    }
    .travelDetail .apply .dates ul li .price{

    }
    .travelDetail .apply .applyText .price,
    .travelDetail .apply .applyText .noChoose{
        flex-direction: column;
        margin-top: 15px;
    }
    .travelDetail .apply .applyText .noChoose .btn,
    .travelDetail .apply .applyText .price .btn{
        width: 100%;
        margin-top: 10px;
    }
    .detailInfo .tabs .tab{
        padding: 5px 10px;
    }
    .detailInfo{
        padding: 15px;
        border-radius: 15px;
    }
    .prodDetail .top{
        flex-direction: column;
        border-radius: 15px;
        padding: 15px;
    }
    .prodDetail .top .photoBox{
        width: 100%;
    }
    .prodDetail .top .info .prodName{
        font-size: 20px;
    }
    .prodDetail .prices{
        flex-direction: column;
    }
    .prodDetail .top .info{
        margin-left: 0px;
    }
    .prodDetail .prices{
        margin-top: 15px;
    }
    .prodDetail .prices .left{
        width: 100%;
    }
    .prodDetail .prices .right{
        width: 100%;
        margin-top: 15px;
    }
    .prodDetail .prices .right .btn{
        width: 100%;
    }
    .prodDetail .specs .btn{
        text-align: left;
    }
    .webShow{
        display: none;
    }
    .phoneShow{
        display: block;
    }
    .container .card {
        width: calc(100% / 2.8 - 20px);
    }
}
@media(max-width: 576px){
    .container .card.card70,
    .cardPageNav .card.card70{
        width: 70%;
    }
    .container .card,
    .cardPageNav .card {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        margin-right: 15px;
    }
    .container .cards{
        width: 100%;
        flex-direction: column;
    }
    .container .cards .card{
        width: 100%;
    }

    .member-list{
        flex-direction: column
    }
    .member .btn{
        width: 100%;
    }
    .search-item{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodSearchBar .Bar{
        width: 100%;
    }
    .priceWrapper .table{
        font-size: 14px;
    }
    .schedule .active-items{
        max-width: 100%;
        padding: 0px 15px;
    }
    .infoBox2 label,
    .infoBox2{
        font-size: 14px;
    }
    .infoBox2 .content ul li label{
        width: 70px;
    }
    .row .left .infoBox2 .title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row .right .infoBox .title{
        font-size: 16px;
    }

    .row .left .infoBox2 .title .payable{
        margin-left: 15px;
        text-align: right;
    }
    .feeWrap ul.prices li > div{
        padding: 0px 5px;
    }
    .feeWrap ul.prices .num .btn:nth-child(1),
    .feeWrap ul.prices .num .btn:nth-child(3){
        border-radius: 0px;
        font-size: 12px;
    }
    .feeWrap ul.prices .price,
    .feeWrap ul.prices .num {
        width: 90px;
        font-size: 14px;
    }
    .feeWrap ul.prices .spec {
        width: 90px;
        font-size: 14px;
    }

    .accordion-collapse{
        padding: 0px;
    }
    .addrFlex{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .addrFlex select{
        width: calc(50% - 5px);
        margin-bottom: 5px;
    }
    .addrFlex .form-select:nth-child(2){
        margin-right: 0px;
    }
    .userProfile .btnBar,
    .userProfile .userBox{
        width: 100%;
    }
    .userProfile .userTitle{
        margin: 0px;
    }
    .userBox .userBoxContent{
        padding: 15px;
    }
    .userProfile .userBox .listGroup .addFlex{
        flex-wrap: wrap;
    }
    .userProfile .userBox .listGroup .addFlex select{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;

    }
    .container .btnGroup{
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0px;
    }
    .container .btnGroup .btn{
        flex-shrink: 0;
        width: 120px;
    }
    .container .searchGroup{
        margin: 0px;
        padding: 15px 10px;
    }
    .container .searchGroup .search{
        width: 100%;
    }
    .container .tableGroup .table{
        width: 320%;
    }
    .container .content .box{
        width: 100%;
    }
    .container .content .detail{

        flex-direction: column;
    }
    .container .content .orderBody .detail .image{
        width: 100%;
        padding-top: 75%;
        margin-bottom: 15px;
    }
    .container .content .detail .text{
        padding: 0px;
    }
    .container .content .detail .text,
    .container .content .detail .spec, .sets{
        font-size: 14px;
    }
    .container .content .orderBody{
        padding: 0px;
        background-color: transparent;
    }
    .footer-icons ul li i{
        padding-left: 0px;
        margin-right: 15px;
    }

    .footer-menu ul li{
        padding-top: 5px;
        font-size: 14px;
    }
    .detailInfo .tabs .tab{
        padding: 5px 15px;
    }
    .schedule .active-items .bullets{
        flex-shrink: 0;
    }
    .schedule .active-items{
        display: flex;
        justify-content: space-between;

    }
    .schedule .active-items li{
        padding: 15px;
    }
    .container .orderList{
        flex-direction: column;

    }
    .container .orderList .order-left{
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    .container .orderList .order-left ul{
        width: 100%;
        display: flex;
        align-items: center;
        overflow-y: auto;
    }
    .container .orderList .order-left ul li{
        width: auto;
        flex-shrink: 0;

    }
    .container .orderList .order-left ul li a{
        background-color: #fff;
        margin-right: 15px;
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 14px;
    }
    .container .orderList .order-left h5{
        display: none;

    }
    .order-right .tableGroup .list{
        flex-direction: column;
    }
    .order-right .tableGroup .list .box{
        width: 100%;
    }
    .order-right .tableGroup .list .box .orderDetail{
        width: 100%;
    }
    .order-right .orderState{
        width: 100%;
        margin: 0;
        flex-direction: row;
        margin-top: 15px;

    }
    .container .orderList .order-right .qty{
        text-align: right;
    }
    .order-right .tableGroup .list .image{
        width: 50px;
        height: 50px;
    }
    .order-right .tableGroup .list .time span{
        display: flex;
        padding: 0;
        margin: 0;
        border: none;
    }
    .order-right .tableGroup .list i.fa-ellipsis-vertical {
        display: none;
    }
    .joinMemberPage .member-plan{
        margin-bottom: 60px;

    }
    .joinMemberPage .member-plan select.form-select {
        width: 100%;
        bottom: -40px;

    }
    #travelOpenModal .modal-body{
        max-height: 40vh;
    }
    .detailInfo .tabs .tab{
        padding: 5px 5px;
        border-radius: 0px;
        font-size: 12px;
        margin: 2px 0px;
    }
    .detailInfo .tabs .tab.active{
        border-radius: 5px;
    }
    .search-bar form{
        flex-direction: column;
    }
    .search-bar div{
        width: 100%;
    }
    .search-bar div p{
        width: 80px;
        flex-shrink: 0;
    }
    .search-bar div input{
        width: 100%;
    }
    .search-bar button{
        margin-top: 10px;
        width: 100%;
    }
    .search-bar .btn-clear-search{
        display: none;
    }
    .searchBox{
        display: none;
    }

    .form-control{
        min-height: 40px;
    }
}

.blockUI{
    z-index: 9999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
