/*======================================================================
    Custom Style
=======================================================================*/
.img-fluid{
  max-width: initial;
  width: 100%;
}
.btn-common{
    font-size: 14px;
    border: 1px solid #54B666;
    color: #54B666;
    background: #ffffff;
    padding: 12px 14px;
    outline: none;
}
.btn-common:hover{
    background-color: #54B666;
    color: #ffffff;
}
.panel-body{
    margin: 10px 0;
}
.panel-title{
    padding: 20px 0;
    font-weight: bold;
    font-size: 22px;
}
.panel-list{
    padding: 10px 0;
    font-size: 18px;
}
.panel-list span{
    font-weight: bold;
    font-size: 22px;
}
.panel-list span a{
    font-size: 18px;
    text-decoration: underline;
}
/* section-invite
--------------------------------*/
.section-invite{
    margin: 30px auto;
}
.section-invite-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #37834d;
    padding: 20px 0;
}
.section-invite-main{
    margin-top: 10px;
    padding: 0 15px;
}
.section-invite-list{
    display: flex;
    padding: 10px 0;
    flex-wrap: nowrap;
    align-items: baseline;
    color: #505050;
}
.section-invite-list i{
    color: #00CF26;
    margin-right: 5px;
}


/* ==========================================================================
   Countdown Style Start
========================================================================== */
.countdown-timer{
    margin-top: 30px;
}
.countdown-timer .heading-count {
    padding: 10px 30px;
}

.countdown-timer .heading-count h2 {
    font-size: 40px;
    color: #212121;
    /*text-transform: uppercase;*/
    line-height: 48px;
}

.countdown-timer .heading-count h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
    background: #212121;
    padding: 7px 15px;
    border-radius: 4px;
}

.countdown-timer .heading-count p {
    font-size: 14px;
    color: #212121;
    line-height: 30px;
}

.time-count div {
    text-align: center;
}

.time-entry {
    display: inline-block;
    min-width: 120px;
    margin: 15px;
    height: 110px;
    padding: 20px;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: 400;
    color: #212121;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 22px;
}

.time-entry span {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #212121;
    margin-bottom: 10px;
}

.time-entry:first-child {
    border-left: none;
}

.time-countdown {
    margin: 15px 0px 50px 0;
}
/* ==========================================================================
   Countdown Style End
========================================================================== */
/* ==========================================================================
   About Style Start
========================================================================== */
#about .img-fluid{
    width: 100%;
}
#about .about-container .background{
    margin: 0;
}
/* ==========================================================================
   About Style End
========================================================================== */
/* ==========================================================================
   Contact Us Start
========================================================================== */
/*百度地图*/
#contact #allmap{
    height: 100%;
    min-height: 350px;
    max-height: 450px;
    width: 100%;
}
#contact #allmap .anchorBL{
    display: none;
}
div.BMapLib_SearchInfoWindow{
    box-sizing: content-box;
}
div.BMapLib_SearchInfoWindow div,
div.BMapLib_SearchInfoWindow li,
div.BMapLib_SearchInfoWindow td
{
    box-sizing: content-box;
}
div.BMapLib_sendToPhone{
    display: none;
}
div.BMapLib_nav{
    display: none;
}
/*.BMapLib_bubble_tools{
    display: none;
}*/

/* ==========================================================================
   Contact Us End
========================================================================== */
/* ==========================================================================
   Hotel Start
========================================================================== */
#hotel{
}
#hotel #hotelmap{
    width: 100%;
    height: 350px;
}
#hotelmap .anchorBL{
    display: none;
}
#hotel .hotel-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#hotel-desc p{
    font-size: 18px;
}

/* ==========================================================================
   Hotel End
========================================================================== */
/* ==========================================================================
   Schedule Start
========================================================================== */
#Schedule .services-wrapper>div{
    border:1px solid #ddd;
    padding: 0;
}

#Schedule .services-item i{
    color:#1da1bf;
}
#Schedule .services-wrapper>div:nth-child(1),
#Schedule .services-wrapper>div:nth-child(2),
#Schedule .services-wrapper>div:nth-child(3),
#Schedule .services-wrapper>div:nth-child(4)
{
    /*border-bottom: none;*/
    /*border-right: none;*/
}
#Schedule .services-wrapper>div:nth-child(5),
#Schedule .services-wrapper>div:nth-child(6),
#Schedule .services-wrapper>div:nth-child(7),
#Schedule .services-wrapper>div:nth-child(8)
{
    border-right: none;
}

#Schedule .services-wrapper>div:nth-child(4),
#Schedule .services-wrapper>div:nth-child(8)
{
    border-right:1px solid #ddd;
}
/* ==========================================================================
   Schedule End
========================================================================== */
/* ==========================================================================
   Registration Start
========================================================================== */
.form-control {
    display: block;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    /*text-transform: capitalize;*/
    background: #f7f7f7;
    padding: 7px 19px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.form-control:focus {
    border-color: #00CF26;
    box-shadow: none;
    outline: 0;
}
#Registration p {
    margin: 0;
}
.reg-tr.active .current-type{
    color: #00CF26;
}

.reg_state{
    background-color: #eeeeee;
    padding: 0.5rem 0;
    font-family: "Calibri";
    color: #555555;
    text-align: center;
}
.reg_state span{
    font-weight:bold;
}
.reg_state a{
    text-decoration:underline;
    color:#00CF26;
}
.textbox {
    width: 16px;
    height: 20px;
    font-size: 1.4rem;
    border:1px solid #A9A9A9;
    background-color: #fff;
}
.textbox[disabled],#txtcardName[disabled]{
    background-color: #EBEBE4;
}

#txtcardName{
    width:40%;
    height: 20px;
    font-size: 1.4rem;
    border:1px solid #A9A9A9;
    background-color: #fff;
}

#Registration>div.container .registrationRow{
    border: 1px solid #E6E6E6;
}
.reg_stitle{
    color:#00CF26;
    font-weight: bolder;
    padding:0.8rem 0;
}
.reg_stitle span{
    /* font-size: 1.4rem;*/
}
.reg_list{
    padding-bottom: 1rem;
}
.reg_red{
    color:red;
}
.selectBox{
    /*font-size: 1.4rem;*/
    background-color: #EEEEEE;
    padding: 0.4rem 0;
}
.selectBox input{
    vertical-align:-2px;
}
.reg_font{
    /* font-size: 1.4rem;*/
}
#Registration .table-bordered  tr,td,th {
    border: 1px solid #555555 !important; /* 整体表格边框 */
}
#Registration  .price_list_table thead th{

}
#Registration .table-bordered input{
    background-color: #EEEEEE;
    width: 70%;
}

.reg_footer{
    background-color: #959595;
}
table.price_list_table{
    vertical-align: middle;text-align: center;
}
table.price_list_table thead th{
    width: 16.666%;
}
table.price_list_table tbody td{
    height: 50px;
}
table.price_list_table tbody td input:not([type=radio]):not([type=checkbox]), .table-bordered td input:not([type=radio]):not([type=checkbox]){
    vertical-align: initial;
}

#Registration #RegistrationBtn{
    background: #4d9f56;
    border: none;
    color: white;
    padding: 0.5rem 2rem;
    letter-spacing: 2px;
    border-radius: 2rem;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
#Registration .reg_pay{
    padding: 10px;
    border: 1px dashed #5ac973;
    border-radius: 15px;
}
#Registration .reg_pay_title{
    color: #0b0b0b;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}
#Registration .reg_pay p{
    color: #59575F;
    font-size: 16px;
}
#Registration .reg_container{
    margin: 10px 0;
    font-size: 16px;
}
#Registration .reg_add_btn{
    width: max-content;
    background: #4d9f56;
    border: none;
    color: white;
    padding: 0.5rem 2rem;
    letter-spacing: 2px;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer;
}
#Registration input.input-error{
    border: 1px solid red;
}

/* ==========================================================================
   Registration End
========================================================================== */


/* ==========================================================================
   DetailContent Start
========================================================================== */
#detail-content{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#detail-content.active{
    display: block;
}
#detail-content .detail-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.2;
}
#detail-content .detail-close{
    display: flex;
    justify-content: flex-end;
}
#detail-content .detail-close i.fa{
    font-size: 1.5em;
}
#detail-content .detail-close i.fa:hover{
    color: #FFAA64;
    animation: closeRotate 0.15s linear;
}
@keyframes closeRotate{
    0%{
        transform: rotateZ(0deg);/*从0度开始*/
    }
    100%{
        transform: rotateZ(90deg);/*180度结束*/
    }
}
#detail-content .content-main{
    width: 50%;
    min-width: 300px;
    max-width: 75vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 5px;
}
#detail-content .content-main .content-header img{
    width: 100%;
    max-width: 250px;
}
#detail-content .content-main .content-title{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
#detail-content .content-main p.content-text{
    font-size: 18px;
    white-space: pre-line;
}




/* ==========================================================================
   DetailContent End
========================================================================== */



@media (max-width: 420px) {
    .time-entry {
        min-width: 40px;
        margin: 5px;
        height: 50px;
        padding: 5px;
        line-height: 22px;
    }
    .time-entry span {
        font-size: 20px;
        line-height: 40px;
    }

    #detail-content .content-main .content-title{
        font-size: 16px;
        line-height: 24px;
    }
    #detail-content .content-main p.content-text{
        font-size: 14px;
        white-space: pre-line;
    }

}
