/* 门票团期 */
.pro_box_calendar{
    width: 1200px;
    height: 470px;
    /* border: 1px solid #ff7129; */
    border-style: solid;
    border-width: 1px;
    position: relative;
}
#cal {
    position: relative;
    left: 50px;
    top: 15px;
    height: 480px;
    width: 520px;
    display: inline-block;
    overflow: hidden;
}
#calendar {
    width: 465px;
}
.calendar {
    border: none !important;
}
.order_msg{
    width: 500px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 680px;
}
.order_msg span.plese{
    display: inline-block;
    padding-top: 100px;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.order_msg span.tip{
    font-size: 12px;
    color: #ff7129;
}
.order_msg .form_input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}
.order_msg .form_input label{
    font-size: 12px;
    color: #333;
}
.order_msg .form_input select{
    width: 250px;
    height: 40px;
    margin-left: 20px;
}
.order_msg .form_input div.num{
    display: inline-block;
    width: 250px;
    height: 40px;
    overflow: hidden;
    position: relative;
    top: 15px;
    margin-left: 20px;
}
.order_msg .form_input div.num .singleP{
    color: #ff2a00;
    font-size: 20px;
}
.order_msg .form_input div.num button{
    background-color: #fff;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    float: left;
}
.order_msg .form_input div.num button:hover{
    cursor: pointer;
}
.order_msg .form_input div.num input{
    width: 50px;
    height: 40px;
    text-align: center;
    float: left;
    border: 1px solid #999;
    border-right: none;
    border-left: none;
}
.order_msg .form_input .total{
    color: #ff2a00;
    margin-left: 20px;
}
.order_msg .form_input .total_price{
    font-size: 24px;
    color: #ff2a00;
}
.order_msg .form_input:nth-of-type(3){
    margin-top: 50px;
}
.calendar .calendar_num {
    background-color: white !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid gainsboro !important;
    width: 99% !important;
    line-height: 35px;
}

.calendar .calendar_num>li {
    color: black !important;
    font-weight: bold !important;
    width: 65px !important;
    display: inline-block !important;
    text-align: center;
}

/* .calendar .calendar_num>li.bold {
    color: #ff7029 !important;
} */

#calendar_tab,
#bigCalendar {
    width: 490px !important;
}

#calendar_choose {
    position: absolute;
    top: 35px !important;
    left: 20px !important;
}

#calendar_tab {
    border: 1px solid gainsboro !important;
    border-collapse: collapse !important;
}

#calendar_tab td {
    padding: 0;
    margin: 0;
    height: 50px !important;
    width: 70px !important;
    border: 1px solid gainsboro;
    position: relative;
}

.calendar .calendar_right a {
    height: 100% !important;
    width: 100% !important;
}

.calendar .calendar_right .date {
    /* text-align: center; */
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -6px;
}

.calendar_price01,
.calendar dfn {
    font-size: 14px !important;
    color: #ff2a00;
    position: absolute;
    top: 25px;
    left:10px;
}
#calendar_tab td .count{
    position: absolute;
    width: 25px;
    height: 15px;
    top: -25px;
    left: -10px;
    /* background-color: #ff7129; */
    color: white;
    font-size: 10px;
    font-family: '楷体';
    text-align: center;
    padding: 0;
}
.calendar_month {
    margin: 0 !important;
    padding: 0 50px 0 !important;
    width: 100%;
    height: 70px;
    line-height: 100px;
}

.calendar_month>li {
    display: inline-block;
    width: 120px;
    height: 100%;
    margin: 0;
    text-align: center;
}

.calendar_month>li:hover {
    cursor: pointer;
}

.calendar_month>li .tip {
    position: relative;
    width: 120px;
    height: 25px;
    background-color: #ff7029;
    text-align: center;
    line-height: 25px;
    color: white;
    border-radius: 5px;
    display: none;
    font-size: 12px;
}

.calendar_month>li .tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-top-color: #ff7029;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}


.calendar_month>li .text {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}


.calendar_month>li.active {
    color: #6BB6F7;
    border-bottom: 5px solid #6BB6F7;
}

.calendar .calendar_right {
    width: 0 !important;
    height: 0 !important;
}

.calendar .calendar_right .on a:hover {
    width: 70px !important;
    height: 60px !important;
}