* {
    margin: 0;
    padding: 0;
}

body,
html {
    /* width: 100%;
    height: 100%; */
    /* overflow: hidden; */
    /* font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", Arial, Tahoma, Verdana, sans-serif; */
    /* font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; */
    /* font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; */
    font-family: "San Francisco Text", 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

ul,
li {
    list-style: none;
}


/*清除select样式*/

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /* background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent; */
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*通用属性*/

.navfont {
    color: #fff;
}

[v-cloak] {
    visibility: hidden
}

.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.base-bg {
    background: #e8eff2;
}

.main-color {
    color: #3d7fc9;
}

.main-bg {
    background-color: #3d7fc9;
}

.base-top-box {
    /*  width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e8eff2;
    padding-bottom: 14px;
}

.base-header {
    /* position: fixed;
    top: 0;*/
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-left: 4px solid #3d7fc9;
}

.base-header>p {
    padding-left: 7px;
}

.op-con {
    margin-top: 13px;
    /* padding: 14px; */
    padding-left: 14px;
    background: #fff;
    border: 1px solid #dbe0e1;
}

.op-box {
    margin-top: 14px;
}

.op-box>.base-btn {
    display: inline-block;
    margin-right: 14px;
}

.info-con {
    margin-top: 26px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.info-con.mid-con {
    margin-top: 0;
    margin-bottom: 10px;
}

.info-con.end-con {
    margin-top: 0;
    margin-bottom: 25px;
}

.info-con.only-con {
    margin-bottom: 26px;
}

.form-con {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-con.mid-con {
    margin-top: 0;
    margin-bottom: 20px;
}

.form-pro {
    font-weight: bold;
    padding: 0 7px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    /* background: #e9f1f1; */
    margin-right: 20px;
}

.form-con .note-textare-box {
    display: block;
}


/*base-checkbox*/

.base-checkbox {}


/*img*/

.img-ul {
    padding: 14px 23px;
}

.img-li,
.add-img-btn {
    position: relative;
    width: 68px;
    height: 68px;
    display: inline-block;
    margin: 7px;
    cursor: pointer;
}

.img-li>img,
.add-btn>img {
    display: block;
}

.img-box {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.det-img-btn {
    position: absolute;
    cursor: pointer;
    top: -7px;
    right: -7px;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    /*background: #ff0000;*/
    background-image: url('../images/base/det_icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.add-img-btn {
    background-image: url('../images/base/addimg_btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*textarea*/

.base-text-box {
    margin: 14px;
    height: 180px
}

.base-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    background: #e9f1f1;
    padding: 14px;
    border: none;
    outline: none;
    resize: none;
}

.base-btn {
    width: 122px;
    height: 38px;
    border-radius: 2px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.base-btn.edit-btn,
.base-btn.search-btn,
.base-btn.up-btn,
.base-btn.checkout-btn,
.base-btn.canselcheck-btn,
.base-btn.ensure-btn {
    background-color: #4c7eda;
    border: 1px solid #3062d5;
}

.base-btn.save-btn,
.base-btn.add-btn {
    background-color: #4e5e76;
    border: 1px solid #344258;
}

.base-btn.cansel-btn,
.base-btn.back-btn,
.base-btn.repwd-btn,
.base-btn.down-btn {
    background-color: #687c9b;
    border: 1px solid #4e5e76;
}

.base-btn.stop-btn,
.base-btn.det-btn,
.base-btn.soldout-btn,
.base-btn.close-btn {
    background-color: #e74648;
    border: 1px solid #c71420;
}

.base-btn.export-btn {
    background-color: #fff;
    color: #828282;
    border: 1px solid #828282;
}

.base-btn.order-btn,
.base-btn.add-config-btn,
.base-btn.reload-btn {
    background-color: #f1b71e;
    border: 1px solid #cd9126;
}

.hot-point {
    color: #ff0000;
}

.form-tit {
    padding: 0 9px;
    margin-bottom: 0;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #7d7d7d;
}

.base-input {
    outline: none;
    height: 32px;
    padding-left: 14px;
    padding-right: 14px;
}

.base-sel {
    height: 32px;
}


/*table*/

.base-table {
    width: 100%;
    background: #fff;
    position: relative;
    border-top: 1px solid #e2e5e4;
    border-left: 1px solid #e2e5e4;
}


/*.base-table tr:first-child{
    position: fixed;
    width: 100%;
    top: 0;
}*/

.base-table tr {
    height: 30px;
}

.base-table th {
    background: #bfc9d1;
    text-align: center;
    color: #fff;
    /* border-right: 1px solid #e2e5e4; */
    font-weight: normal;
}

.base-table th:last-child {
    border-right: none;
}

.base-table td {
    /* height: 20px; */
    position: relative;
    border-right: 1px solid #e2e5e4;
    border-bottom: 1px solid #e2e5e4;
}

.info-con>div,
.select-con>div {
    display: inline-block;
}

.table-content tr:hover {
    background: #e5f0f5
}

.table-tit {
    /* padding-right: 17px; */
    background: #bfc9d1;
}

.table-content {
    overflow-y: auto;
}

.shop-text {
    height: 118px;
    width: 100%;
    margin-bottom: 0;
    /* padding: 0 10px; */
    line-height: 43px;
    white-space: normal;
    text-align: center;
    cursor: pointer;
}

.td-text {
    /* position: absolute; */
    top: 0;
    font-size: 12px;
    min-width: 100px;
    margin-bottom: 0;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    /* white-space: normal;  */
    text-align: center;
    cursor: pointer;
}

.td-input {
    outline: none;
    border: none;
    background: none;
}

.td-label {
    font-weight: normal;
}

.check-td {
    position: relative;
}

.check-td>.td-text {
    position: absolute;
    width: 100%;
    line-height: 43px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.base-checkBox {
    position: absolute;
    top: 11px;
    left: 6px;
}

.content-box {
    border: 1px solid #dbe0e1;
    width: 100%;
    background: #fff;
    overflow-y: auto;
}

.bottom-box {
    /* position: absolute; */
    /* left: 0; */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 30px;
    /*width: 100%;*/
    height: 20px;
    line-height: 20px;
    background: #e8eff2;
}

.bottom-box>.choose-box {
    float: left;
    margin-left: 14px;
    /* height: 20px;*/
}

.bottom-box>.page-box {
    position: absolute;
    right: 14px;
    /* height: 20px;*/
}

.choose-box>div,
.choose-box>select,
.page-box>div,
.page-box>select,
.page-ul,
.page-li {
    float: left;
}

.choose-box>select,
.page-box>select {
    width: 50px;
    height: 20px;
}

.page-li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}

.page-li.active {
    background: #3d7fc9;
    color: #fff;
}

.bottom-text {
    margin: 0 10px;
}

.bottom-btn {
    cursor: pointer;
}


/* .prev-btn,
.next-btn {
    width: 11px;
    height: 20px;
    background: url('../images/base/go_arrow.png')no-repeat;
    background-size: 100%;
    margin: 0 20px;
    cursor: pointer;
}

.prev-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */


/*dialog-con*/

.dialog-con {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.dialog-box {
    position: absolute;
    width: 600px;
    background: #fff;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    -webkit-box-shadow: 1px 1px 5px #2b2b2b;
    box-shadow: 1px 1px 5px #2b2b2b;
    color: #6b7e99
}

.dialog-tit {
    padding-left: 14px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
}

.dialog-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background: url('../images/base/cancel_dialog.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.dialog-select {
    position: absolute;
    width: 350px;
    height: 40px;
    top: 50px;
    left: 50%;
    margin-left: -175px;
}

.dialog-sel {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
}

.dialog-content-box {
    margin: 14px;
    max-height: 450px;
    overflow-y: auto;
}

.dialog-content-box .add-cust-btn {
    cursor: pointer;
    height: 32px;
    width: 100px;
    padding: 0 10px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #4c7ce1;
    text-align: center;
}

.dialog-content-box .cabin-list-con {
    margin: 14px;
    border: 1px solid #dbe0e1;
    padding: 25px 25px 0px;
}

.dialog-content-box .cabin-list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.dialog-content-box .cabin-list-li {
    width: 220px;
    background: #f2f7f8;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #dbe0e1;
    border-radius: 5px;
}

.dialog-content-box .cabin-list-li:nth-child(2n) {
    margin-right: 0;
}

.dialog-content-box .cabin-list-li .cabin-num-box {
    width: 100%;
    background: #6b7e99;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.dialog-content-box .cabin-list-li .cust-num-box {
    padding-left: 7px;
    margin: 14px 0;
}

.dialog-content-box .cabin-list-li .base-input {
    width: 120px;
}

.dialog-btn-box {
    position: relative;
    margin: 100px 0 50px;
    height: 40px;
}

.dialog-btn-box .price-box {
    position: absolute;
    top: -95px;
    left: 30px;
}

.dialog-btn-box .total-price-box {
    margin-right: 26px;
}

.dialog-btn-box .pirce-tit {
    font-size: 18px;
}

.dialog-btn-box .total-price-mark,
.dialog-btn-box .total-price-num {
    font-size: 28px;
    color: #e74648;
}

.dialog-btn-ul {
    width: 332px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dialog-btn-li {
    margin: 0 22px;
}

.dialog-msg {
    padding: 180px 0;
    font-size: 25px;
    line-height: 2px;
}

.dialog-msg-text {
    position: relative;
    line-height: 31px;
    padding-right: 40px;
    /* min-width: 180px;*/
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}

.dialog-icon {
    display: block;
    position: absolute;
    top: 176px;
    right: 194px;
    width: 39px;
    height: 31px;
    background: url('../images/base/dialog_icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


/*calendar*/

.calen-box {
    width: 1008px;
    margin-left: 14px;
    border: 1px solid #bfc9d1;
}

.calen-tit-box {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.calen-tit-box,
.week-ul,
.date-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.week-ul {
    background: #9aafc7;
    height: 34px;
}

.date-ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calen-year,
.calen-month {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.week-li {
    width: 144px;
    height: 34px;
    text-align: left;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}

.week-tit {
    padding-left: 16px;
}

.date-li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 144px;
    height: auto;
    cursor: pointer;
    border: 1px solid #bfc9d1;
    border-style: solid solid none none;
}

.date-li.disable {
    color: #999999;
}

.date-li.disable.rest,
.date-li.disable.work {
    background: none;
}

.date-li.disable div {
    color: #999999;
}

.date-li.rest {
    background: #f2e1e1;
}

.date-li.work {
    background: #dfe7f1;
}

.date-li.today {
    background: #ffbb00;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
}

.date-li.disable .rest-icon,
.date-li.disable .work-icon {
    background: #999999;
    color: #fff;
}

.date-li.today .rest-icon {
    background: #fff;
    color: #ff4433;
}

.date-li.today .work-icon {
    background: #fff;
    color: #9daec5;
}

.rest-icon,
.work-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 9px;
    right: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
}

.rest-icon,
.date-li.today.active .rest-icon {
    background: #ff4433;
    color: #fff;
}

.work-icon,
.date-li.today.active .work-icon {
    background: #9daec5;
    color: #fff;
}

.date-li.active {
    background: none;
}

.date-li.today .date-tit,
.date-li.today .date-text,
.date-li.today .date-price,
.date-li.today .dur-tit,
.date-li.today .calen-price-tit {
    color: #fff;
}

.date-li:nth-child(7n) {
    border-style: solid none none none;
}

.date-li:hover,
.date-li.active {
    background: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

.date-li.today:hover .date-tit,
.date-li.today:hover .date-text,
.date-li.today:hover .calen-price-tit,
.date-li.today.active .date-tit,
.date-li.today.active .date-text {
    color: #333;
}

.date-li.today:hover .date-text.date-lunar,
.date-li.today.active .date-text.date-lunar {
    color: #999999;
}

.date-li.today:hover .calen-price-tit,
.date-li.today.active .calen-price-tit {
    color: #d62a1b;
}

.date-li.today.active .dur-tit {
    color: #333;
}

.date-li:hover .date-label,
.date-li.active .date-label {
    /*border-style: solid; */
    border-color: #8fafda;
}


/*.date-last{
    border: none;
}*/

.date-tit {
    padding-top: 16px;
    padding-left: 16px;
    font-size: 21px;
    height: 21px;
    line-height: 21px;
}

.date-text {
    padding: 0 18px;
    line-height: 36px;
    font-size: 16px;
}

.date-text.date-lunar {
    color: #999999;
}

.date-text.date-hol {
    color: #0d3374;
}

.date-price {
    position: absolute;
    bottom: 24px;
    right: 19px;
    height: 20px;
    color: #d62a1b;
}

.date-price.disable {
    color: #999999;
}

.calen-price-tit {
    font-size: 14px;
    line-height: 20px;
    color: #d62a1b;
    /*padding:0 10px;*/
}

.date-label {
    display: block;
    position: relative;
    width: 100%;
    min-height: 143px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 4px solid #8fafda;
    /*border-style: none;*/
    border-color: rgba(0, 0, 0, 0);
}

.date-price-ul {
    padding: 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.date-price-li {
    height: 20px;
    line-height: 20px;
    width: 60px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.dur-tit {
    font-size: 12px;
    color: #333;
}

.calen-hour-input-box {
    border-radius: 10px;
    width: 90px;
    height: 20px;
    background: #d6dae0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.calen-input-box {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -60px;
    border-radius: 10px;
    background: #d6dae0;
    color: #333;
    width: 120px;
    height: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calen-tit-hour {
    line-height: 20px;
    font-size: 14px;
    width: 14px;
    padding-left: 9px;
}

.calen-tit {
    line-height: 37px;
    font-size: 14px;
    width: 14px;
    padding-left: 9px;
}

.price-input-hour {
    width: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    padding: 2px 0;
    border: none;
    background: no-repeat;
    outline: none;
}

.price-input {
    width: 97px;
    display: block;
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 17px;
    font-size: 14px;
    outline: none;
    padding: 10px 0;
    border: none;
    background: no-repeat;
}

.date-li.disable,
.date-li.disable.holiday {
    color: #909090;
}


/*.date-li.holiday,
.week-li.holiday{
    color: #ff0000;
}*/


/*适配屏*/

@media screen and (max-width:1600px) {}

@media screen and (max-width:1366px) {}