  
body {
    font-family: 微软雅黑, 宋体, Arial;
	font-size: 14px;
	color: #333333;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
	color: #333333;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
    color: #DE0015;
}

.heading .heading-title {
    font-size: 1.333em;
    font-weight: bold;
    color: #304155 !important;
    line-height: 1em;
    padding: 1.0em 0 15px 0;
    background-color: transparent;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    width: 100%;
}
.heading .heading-title:before{
    content: '';
    border-bottom: 0px solid #fc3e34;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
}
.calendar .calendar-title {
    padding: 1.5em 0 1.5em 0;
    line-height: normal;
    word-break: break-word;
}

.view-row-cell.cal-today.cal-inmonth {
    background: #F1F1F1;
}

.calendar .calendar-body.view .view-body .view-row .cal-today .view-cell-top .view-cell-number {
    background-color:transparent; 
    color: #ff1a00;
    font-weight: bold;
}

.meeting-type-content .button-meetingType .tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    font-weight: bold;
}

.meeting-type-content .button-meetingType .tabs li .meetingType-active {
    color: #ffffff!important;
    margin-right: -2px;
    border-color: #A91C20!important;
    background: #A91C20!important;
    border-radius: 0.667em 0.667em 0.0em 0.0em!important;
}

.meeting-type-content .button-meetingType .tabs li .video-conference {
    background: #CBCBCB;
    color: #ff1a00;
    margin-right: -2px;
    border: 0.0714em solid transparent;
    border-color: #CBCBCB;
    border-radius: 0.667em 0.667em 0.0em 0.0em;
}

.meeting-type-content .button-meetingType .tabs li .teleconference {
    background: #CBCBCB;
    color: #ff1a00;
    margin-right: -2px;
    border: 0.0714em solid transparent;
    border-color: #CBCBCB;
    border-radius: 0.667em 0.667em 0.0em 0.0em;
}

.meeting-type-content .button-meetingType .tabs li .face-to-face {
    background: #CBCBCB;
    color: #ff1a00;
    margin-right: 0;
    border: 0.0714em solid transparent;
    border-color: #CBCBCB;
    border-radius: 0.667em 0.667em 0.0em 0.0em;
}


@media only screen and (max-width: 54.8571em){
.meeting-type-wrapper .meeting-type-content .tabs li .meeting-type {
    width: 65%;
    display: block;
    margin-bottom: 6px!important;
    /* margin-right: unset; */
    margin: 0 auto;
    border-radius: 0.667em!important;
	}
.meeting-type-content .button-meetingType .tabs{
  border-bottom:0;
    }
}

.meeting-type-content .button-meetingType .tabs li .video-conference:hover {
    background: #A91C20;
    color: #ffffff;
    border-color: #A91C20;
}

.meeting-type-content .button-meetingType .tabs li .teleconference:hover {
    background: #A91C20;
    color: #ffffff;
    border-color: #A91C20;
}

.meeting-type-content .button-meetingType .tabs li .face-to-face:hover {
    background: #A91C20;
    color: #ffffff;
    border-color: #A91C20;
}

/*Button*/
.button-wrapper .btn-next {
    -moz-border-radius: 0.1429em;
    -webkit-border-radius: 0.1429em;
    border-radius: 0.1429em;
    text-decoration: none;
    border: 0.0714em solid #CBCBCB;
    background-color: #CBCBCB;
    color: white;
    width: 11em;
    height: 2em;
    text-align: center;
    display: inline-block;
    line-height: 2em;
    font-weight: bold;
    padding: 1.0em 1.0em 1.0em 1.0em;
    font-size: 1.0em;
}

.button-wrapper .btn-back {
    -moz-border-radius: 0.1429em;
    -webkit-border-radius: 0.1429em;
    border-radius: 0.1429em;
    text-decoration: none;
    border: 0.0714em solid #CBCBCB;
    background-color: #CBCBCB;
    color: white;
    width: 11em;
    font-weight: bold;
    height: 2em;
    text-align: center;
    display: inline-block;
    line-height: 2em;
    padding: 1.0em 1.0em 1.0em 1.0em;
    font-size: 1.0em;
}

.button-wrapper .btn-back:hover {
    background: #A91C20;
    color: #fff;
    border-color: #A91C20;
}

.button-wrapper .btn-next:hover{
    background: #A91C20;
    color: #fff;
    border-color: #A91C20;
}

.supply-by {
    font-size: 10px;
}

/*Button*/

.button-wrapper .btn-next {
    -moz-border-radius: 0.1429em;
    -webkit-border-radius: 0.1429em;
    border-radius: 0.1429em;
    text-decoration: none;
    border: 0.0714em solid #CBCBCB;
    background-color: #CBCBCB;
    color: white;
    width: 11em;
    height: 2em;
    text-align: center;
    display: inline-block;
    line-height: 2em;
    font-weight: bold;
    padding: 1.0em 1.0em 1.0em 1.0em;
    font-size: 1.0em;
}

.button-wrapper .btn-back {
    -moz-border-radius: 0.1429em;
    -webkit-border-radius: 0.1429em;
    border-radius: 0.1429em;
    text-decoration: none;
    border: 0.0714em solid #CBCBCB;
    background-color: #CBCBCB;
    color: white;
    width: 11em;
    font-weight: bold;
    height: 2em;
    text-align: center;
    display: inline-block;
    line-height: 2em;
    padding: 1.0em 1.0em 1.0em 1.0em;
    font-size: 1.0em;
}

.button-wrapper .btn-back:hover {
    background: #A91C20;
    color: #fff;
    border-color: #A91C20;
}

/*level 0*/

.booking-navigation .navigation li.active > a {
    background: rgb(189, 189, 189);
    z-index: 100;
    color: white;
}

.booking-navigation .navigation li.active:after {
    border-left-color: rgb(189, 189, 189);
}

header.heading {
    display: none;
}