* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
    min-width: 1010px;
    margin: 0;
}
header{
    width: 100%;
    height: 216px;
    position: relative;
    background: url("../images/header.png")no-repeat;
    background-size: cover;
}
header .header {
    width: 1010px;
    margin: auto;
    height: 100%;
    position: relative;
}
.head_img1{
    width: 25%;
    bottom: 0;
    margin-left: 800px;
}
.head_title{
    width: 80%;
    position:absolute;
	left:100px;
	top:60px;
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
}
li, ol, ul {
    list-style: none;
}
#app {
    font-family: Microsoft Yahei,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}
.content{
    min-height: calc(100vh - 245px);
    width: 1100px;
    margin: 0 auto;

}
.content .yuyue-content {
    min-height: calc(100vh - 245px);
    height: auto;
    padding-bottom: 15px;

}
.content .progress-div {
    width: 1100px;
    height: 40px;
    margin: 15px 0;
    overflow: hidden;
}
.content .progress-div div:first-of-type.red {
    width: 294px;
    height: 40px;
    background: url("../images/progress1.png");
    margin-left: 120px;
}
.content .progress-div div:first-of-type {
    margin-left: 0;
}
.content .progress-div div.red {
    color: #fff;
}
.content .progress-div div.reded {
    color: #fff;
    background: url("../images/progress6.png");
}
.content .progress-div div:nth-of-type(3).rededd {
    color: #fff;
}
.content .progress-div div {
    width: 294px;
    height: 40px;
    background: url("../images/progress2.png");
    display: inline-block;
    float: left;
    position: relative;
    line-height: 40px;
    margin-left: -28px;
}
.content .progress-div div:nth-of-type(3) {
    background: url("../images/progress4.png");
}
.content .progress-div div:nth-of-type(3).rededd {
    background: url("../images/progress5.png");
}

.content #CalendarMain:before {
    top: 0;
    background-image: url(../images/calendar_back_01.png);
}
.content #CalendarMain {
    width: 1100px;
    padding: 90px;
    margin: 20px auto;
    background: url(../images/calendar_back_02.png) #fff;
    background-size: 100% 100%;
    position: relative;
}

.content #CalendarMain:after {
    bottom: 0;
    background-image: url(../images/calendar_back_03.png);}
.content #CalendarMain:after, .content #CalendarMain:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 26px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content #CalendarMain #context {
    width: 98%;
    height: 484px;
    margin-left: 1%;
    position: relative;
}
.content #CalendarMain * {
    font-family: Microsoft Yahei!important;
}
#calendar {
    width: 820px;
    height: 404px;
    margin: 0 auto;
    overflow: hidden;
}
#calendar .weekdays {
    width: 820px;
    height: 59px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}
#calendar ul {
    width: 100%;
    text-align: left!important;
}
#calendar .weekdays li {
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 59px;
    background: #991d25;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#calendar .weekdays li .en {
    font-size: 12px;
}
#calendar .weekdays li+li {
    margin-left: 20px;
}
#calendar .days {
    margin-top: 30px;
}
#calendar .days li {
    position: relative;
    color: #555;
    font-size: 14px;
    width: 100px;
    height: 70px;
    text-align: center;
    margin-top: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #aaa;
    vertical-align: top;
    cursor: pointer;
}
#calendar ul {
    width: 100%;
    text-align: left!important;
}
#calendar .days li.closed {
    color: #a1a1a1;
    opacity: .5;
    cursor: not-allowed;
}
#calendar .days li.disabled {
    line-height: 37px;
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
#calendar .times li.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
#calendar .days li.today:after {
    content: "\4ECA";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 15px;
    background: #da4453;
    text-align: center;
    line-height: 12px;
    display: block;
}
#calendar .days li+li {
    margin-left: 20px;
}
#calendar .days li:nth-of-type(7n+1) {
    margin-left: 0!important;
}
#calendar .times-tit {
    width: 100px;
    line-height: 35px;
    float: left;
    margin: 50px 0;
}
#calendar .times {
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    margin: 50px 0;
}
#calendar .times li {
    position: relative;
    font-size: 14px;
    width: 140px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    border: 2px solid #aaa;
    display: inline-block;
    cursor: pointer;
}
#calendar .selected {
    border: 2px solid #991d25 !important;
}
#calendar .times li+li {
    margin-left: 0px;
}
.operate-div {
    margin: 40px 0 0!important;
}
.content .operate-div .btn.person-order-btn, .content .operate-div .btn.team-order-btn {
    border: 1px solid #991d25;
    background: #991d25;
    color: #fff;
}
.content .operate-div .btn {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
}
button {
    outline: none;
    cursor: pointer;
}
.content .yuyue-content h1 {
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
    color: #ed5565;
}
.content .yuyue-content .yuyue-person {
    width: 900px;
    text-align: left;
    font-size: 16px;
}
.content .yuyue-content .yuyue-person p {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    display: block;
    float: left;
}
.content .yuyue-content .yuyue-person #vistor_table {
    border-collapse: collapse;
    border-spacing: 0;
}
.content .yuyue-content .table-big {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1100px;
    text-align: center;
}
.content .yuyue-content .yuyue-person #vistor_table tr {
    box-sizing: border-box;
}
.content .yuyue-content .table-big tr:last-of-type {
    border-bottom: none;
}
.content .yuyue-content .table-big tr {
    text-align: left;
    height: 0;
    border-bottom: 1px solid #ccc;
}
.content .yuyue-content .table-big tr td {
    vertical-align: top;
    text-align: center;
}
.content .yuyue-content .table-big tr td div {
    margin: 10px 0;
}
.content .yuyue-content .yuyue-person #vistor_table tr td+td {
    padding-left: 5px;
}
.content .yuyue-content .yuyue-person #vistor_table thead tr td div {
    font-weight: 700;
    border-bottom: 2px solid #da4453;
}
.content .yuyue-content .yuyue-person #vistor_table tr span.num {
    margin-top: 0!important;
}
.content .yuyue-content .table-big tr span.num {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 6px;
    color: #999;
}
.content .yuyue-content .table-big tr span {
    display: inline-block;
    cursor: pointer;
}
.content .yuyue-content .yuyue-person input, .content .yuyue-content .yuyue-person select {
    height: 40px;
    border: 1px solid #ccc;
}
.content .yuyue-content .yuyue-person #vistor_table tr td .sel-ticket-type>label {
    float: left;
    display: inline-block!important;
    background-position: 0;
}
.content .yuyue-content .table-big tr td .sel-ticket-type .other-label {
    background: url("../images/no_selected.png") no-repeat 0 0;
}
.content .yuyue-content .table-big tr td .sel-ticket-type .selected {
    background: url("../images/selected.png") no-repeat 0 0;
}
.content .yuyue-content .table-big tr td .sel-ticket-type label {
    overflow: hidden;
    display: block;
    min-height: 23px;
    cursor: pointer;
}
.content .yuyue-content .table-big tr td .sel-ticket-type label .ticket-name {
    float: left;
    margin-left: 33px;
    font-size: 16px;
    line-height: 24px;
}
.content .yuyue-content .yuyue-person #vistor_table tr td .sel-ticket-type>label .ticket-name {
    text-align: left;
}
#footer{
    border-top: 1px solid #3D434B;
    background-color: #333;
    line-height: 25px;
    color: #4d5560;
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.content .yuyue-content .yuyue-person #vistor_table tr td .sel-ticket-type>label .ticket-name i {
    font-style: normal;
}
.content .yuyue-content .yuyue-person .personal-action {
    width: 100%;

    margin-bottom: 60px;
    margin-top: 90px;
    margin-left: 230px;
}
.content .yuyue-content .yuyue-person .personal-action input {
    width: 200px;
    margin: 0 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #991d25;
    border: none;
    cursor: pointer;
    line-height: 38px;
    font-family: Microsoft Yahei,arial;
    font-size: 15px;
}
#footer .copyRight {
    /* float: right; */
    text-align: center;
    color: #9e9d9d;
    font-size: 14px;
}
