﻿@charset "utf-8";

.newOrderBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .7rem;
    height: .9rem;
    background: url(../images/Yacht/addOrder.png) no-repeat left center;
    background-size: .31rem .31rem;
}

.order-search {
    width: 100%;
    height: .98rem;
    background-color: #ffffff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .35rem;
    justify-content: space-between;
    align-items: center;
}

.search-box {
    flex: 1;
    font-size: .3rem;
    color: #333333;
}

.search-icon {
    width: .3rem;
    height: .3rem;
    background: url(../images/Yacht/search.png) no-repeat center;
    background-size: .3rem .3rem;
}

.order-line {
    width: 100%;
    height: .1rem;
    background-color: #EFEFEF;
}

.search-box::-webkit-input-placeholder {
    color: #D6D6D6;
}

.search-box:-moz-placeholder {
    color: #D6D6D6;
}

.search-box::-moz-placeholder {
    color: #D6D6D6;
}

.search-box:-ms-input-placeholder {
    color: #D6D6D6;
}

.order-type {
    width: 100%;
    height: .98rem;
    background-color: #ffffff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    border-bottom: 1px solid #D4D4D4;
}

.order-select, .order-status {
    width: 2.26rem;
    height: .98rem;
    border-right: 1px solid #D4D4D4;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.order-select-text {
    font-size: .3rem;
    color: #333333;
    padding-right: .35rem;
    background: url(../images/Yacht/select.png) no-repeat right center;
    background-size: .18rem .1rem;
}

.order-option {
    position: absolute;
    top: .98rem;
    left: 0;
    z-index: 9;
    background: #ffffff;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    box-shadow: 0 .06rem .10rem .04rem rgba(56,56,56,0.15);
}

.order-status-option {
    position: absolute;
    top: .98rem;
    left: 0;
    z-index: 9;
    background: #ffffff;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    box-shadow: 0 .06rem .10rem .04rem rgba(56,56,56,0.15);
}

    .order-option span, .order-status-option span {
        font-size: .3rem;
        color: #333333;
        line-height: .64rem;
        text-align: center;
    }

.order-date {
    flex: 1;
    height: .98rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}

    .order-date li {
        width: 1.5rem;
        height: .6rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #C3C3C3;
        border-radius: .08rem;
        text-align: center;
        font-size: .3rem;
        color: #333333;
        line-height: .56rem;
        margin-left: .11rem;
    }

        .order-date li input {
            background-color: transparent;
            font-size: .3rem;
        }

        .order-date li:first-child {
            margin-left: .17rem;
        }

    .order-date .check {
        border: 0;
        background-color: #2A3562;
        color: #FFDB86;
    }

        .order-date .check input {
            background-color: transparent;
            color: #FFDB86;
        }

.order-status span {
    font-size: .28rem;
    color: #333333;
}

.order-status p {
    font-size: .28rem;
    color: #F84646;
    padding-right: .35rem;
    background: url(../images/Yacht/select.png) no-repeat right center;
    background-size: .18rem .1rem;
}

.interval {
    flex: 1;
    height: .98rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 .4rem;*/
}

    .interval .interval-content {
    }

    .interval div {
        font-size: .3rem;
        color: #333333;
        flex: 1;
    }

        .interval div input {
            width: 100%;
            text-align: center;
            font-size: .3rem;
        }

    .interval b {
        font-size: .3rem;
        color: #333333;
        margin: 0 .24rem;
    }



.iDate {
    position: relative;
    display: inline-block;
    flex: 1;
    height: .6rem;
    background: #ffffff;
    vertical-align: middle;
}

    .iDate > button {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5%;
        background: transparent;
    }

    .iDate > input {
        width: 100%;
        vertical-align: top;
        height: .6rem;
        font-size: .3rem;
    }

.filtrate {
    width: 100%;
    height: .99rem;
    background-color: #FFFFFF;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}

.search {
    width: 5.2rem;
    height: .99rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 .4rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #D4D4D4;
}

    .search input[type="number"] {
        font-size: .3rem;
        color: #333333;
        flex: 1;
    }

.search-btn {
    width: .3rem;
    height: .3rem;
    background: url(../images/Yacht/search.png) no-repeat center;
    background-size: .3rem .3rem;
    padding: .3rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.state {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

    .state span {
        font-size: .32rem;
        color: #333333;
        padding-right: .32rem;
        background: url(../images/Yacht/bottom.png) no-repeat right center;
        background-size: .18rem .1rem;
    }

.line {
    width: 100%;
    height: .1rem;
    background-color: #EFEFEF;
}

.order-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}



.sBase {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* HEADERS */
.sHeader {
    position: absolute;
    z-index: 3;
    background-color: #ffffff;
}

.sHeaderInner {
    position: relative;
}

    .sHeaderInner table {
        border-spacing: 0px 0px !important;
        border-collapse: collapse !important;
        width: 1px !important;
        table-layout: fixed !important;
        background-color: #ffffff;
    }
/* HEADERS - FIXED */
.sFHeader {
    position: absolute;
    z-index: 4;
    overflow: hidden;
}

    .sFHeader table {
        border-spacing: 0px 0px !important;
        border-collapse: collapse !important;
        width: 1px !important;
        table-layout: fixed !important;
        background-color: #ffffff;
    }
/* BODY */
.sData {
    position: absolute;
    z-index: 2;
    overflow: auto;
    background-color: #ffffff;
}

    .sData::-webkit-scrollbar {
        display: none;
    }
/* BODY - FIXED */
.sFData {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
}

.sFDataInner {
    position: relative;
}


/* sDefault */
.sDefault {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: .3rem;
}

    .sDefault th, .sDefault td {
        border: 1px solid #D4D4D4;
        padding: .33rem .2rem;
        white-space: nowrap;
    }

/* sSky */
.sSky {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 0.3rem;
}

    .sSky th, .sSky td {
        border: 1px solid #D4D4D4;
        padding: .33rem .2rem;
        white-space: nowrap;
    }

/* sOrange */
.sOrange {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 0.8em;
}

    .sOrange th, .sOrange td {
        border: 1px solid #D4D4D4;
        padding: .33rem .2rem;
        white-space: nowrap;
    }

/* sDark */
.sDark {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: .3rem;
    color: #333333;
}

    .sDark th, .sDark td {
        border: 1px solid #D4D4D4;
        padding: .33rem .2rem;
        white-space: nowrap;
    }

.my_width {
    /*width:100%;*/
    overflow: hidden;
    padding: 0 20px;
}

.first_div {
    margin: 0 auto;
    display: flex;
    float: left;
    height: calc(100% - 4.1rem);
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
}

.pass {
    width: .38rem;
    height: .38rem;
    background: url(../images/Yacht/orderChecked.png) no-repeat center;
    background-size: .38rem .38rem;
    display: inline-block;
}

.sBase tr {
    position: relative;
}

.operation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.state-color {
    color: #F84646;
}

.shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.operation-shade {
    width: 6.8rem;
    background-color: #ffffff;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    border-radius: .16rem;
    overflow: hidden;
}

.operation-header {
    width: 100%;
    position: relative;
    height: .98rem;
    background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
}

    .operation-header p {
        font-size: .32rem;
        line-height: .98rem;
        color: #F5D4AA;
        text-align: center;
    }

.close {
    width: .7rem;
    height: .98rem;
    background: url(../images/Yacht/close-yellow.png) no-repeat left center;
    background-size: .28rem .28rem;
    position: absolute;
    top: 0;
    right: 0;
}

.shade-content {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .3rem;
}

    .shade-content table {
        width: 100%;
        margin-top: .27rem;
    }

        .shade-content table tr {
            border: 1px solid #D4D4D4;
        }

            .shade-content table tr:first-child td {
                padding: .22rem 0 .13rem 0;
            }

            .shade-content table tr th {
                font-size: .28rem;
                color: #666666;
                text-align: center;
                padding: .27rem 0;
            }

            .shade-content table tr td {
                border: 1px solid #D4D4D4;
                font-size: .28rem;
                color: #666666;
                text-align: center;
                padding: .27rem 0;
            }

.operation-btn {
    margin-top: .68rem;
    margin-bottom: .48rem;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
}

    .operation-btn li {
        width: 2rem;
        height: .98rem;
        border-radius: .08rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #C3C3C3;
        font-size: .3rem;
        color: #333333;
        text-align: center;
        line-height: .98rem;
        margin-right: .1rem;
        margin-bottom: .1rem;
    }

        .operation-btn li:nth-child(3n) {
            margin-right: 0;
        }

.shade-message {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding-top: .3rem;
}

    .shade-message div {
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
        font-size: .3rem;
        line-height: .48rem;
        color: #333333;
    }

        .shade-message div em {
            color: #FF6A6A;
            font-size: .32rem;
        }

        .shade-message div textarea {
            flex: 1;
            height: .98rem;
            border: 1px solid #D4D4D4;
            font-size: .3rem;
            color: #333333;
            line-height: .48rem;
            resize: none;
            font-family: PingFangSC-Regular,'PingFangSC',MicrosoftYaHei Regular, '微软雅黑', Helvetica, Arial, sans-serif;
        }

.price-shade table {
    margin-bottom: .43rem;
}

.shade-btn {
    width: 100%;
    height: .98rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}

    .shade-btn div {
        flex: 1;
        text-align: center;
        line-height: .96rem;
        font-size: .32rem;
    }

.no-consent {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #D4D4D4;
}

.consent {
    height: 100%;
    background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
    color: #F5D4AA;
}

.salesman-list {
    width: 100%;
    max-height: 5.6rem;
    overflow-y: auto;
}

    .salesman-list li {
        width: 100%;
        height: 1.02rem;
        border-bottom: 1px solid #D4D4D4;
        display: flex;
    }

        .salesman-list li label {
            height: 100%;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-left: 1.5rem;
        }

        .salesman-list li:last-child {
            border-bottom: 0;
        }

        .salesman-list li label input {
            width: .32rem;
            height: .32rem;
            background: url(../images/Yacht/yacht-check.png) center;
            background-size: .32rem .32rem;
        }

            .salesman-list li label input:checked {
                width: .32rem;
                height: .32rem;
                background: url(../images/Yacht/yacht-checked.png) center;
                background-size: .32rem .32rem;
            }

        .salesman-list li label span {
            font-size: .3rem;
            color: #333333;
            margin-left: .3rem;
        }

.radio-list {
    width: 100%;
    max-height: 5.6rem;
    overflow-y: auto;
}

    .radio-list::-webkit-scrollbar {
        width: 2px;
        height: 5px;
    }

    .radio-list li {
        width: 100%;
        min-height: 1.02rem;
        padding: 0.1rem 0;
        border-bottom: 1px solid #D4D4D4;
        display: flex;
        /*justify-content: center;*/
        align-items: center;
    }

        .radio-list li label {
            height: 100%;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-left: 1.5rem;
        }

        .radio-list li:last-child {
            border-bottom: 0;
        }

        .radio-list li label input {
            width: .32rem;
            height: .32rem;
            background: url(../images/Yacht/salesman-check.png) center;
            background-size: .32rem .32rem;
        }

            .radio-list li label input:checked {
                width: .32rem;
                height: .32rem;
                background: url(../images/Yacht/salesman-checked.png) center;
                background-size: .32rem .32rem;
            }

        .radio-list li label span {
            font-size: .3rem;
            color: #333333;
            margin-left: .3rem;
            line-height: .42rem;
        }

input[type=checkbox], input[type=radio] {
    margin: 0;
}

/*新建订单  批量*/
.order-tab {
    width: 100%;
    height: .88rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    border-bottom: 1px solid #D4D4D4;
    background-color: #ffffff;
}

    .order-tab div:first-child {
        border-right: 1px solid #D4D4D4;
    }

    .order-tab div {
        flex: 1;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .order-tab div a {
            font-size: .32rem;
            color: #333333;
            height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 .22rem;
            border-bottom: .04rem solid transparent;
            line-height: .84rem;
        }

    .order-tab .tab-on a {
        color: #242637;
        border-bottom: .04rem solid #2F3447;
    }

.content-top {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}

    .content-top > div:last-child {
        border-bottom: 0;
    }

.content-item {
    width: 100%;
    height: .98rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .42rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
}

    .content-item:last-child {
        border-bottom: 0;
    }

.content-half {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}


    .content-half input[type="checkbox"] {
        width: .32rem;
        height: .32rem;
        background: url(../images/Yacht/yacht-check.png) center;
        background-size: .32rem .32rem;
    }

        .content-half input[type="checkbox"]:checked {
            width: .32rem;
            height: .32rem;
            background: url(../images/Yacht/yacht-checked.png) center;
            background-size: .32rem .32rem;
        }

.content-item span {
    font-size: .28rem;
    color: #666666;
}


.identity div, .identity div label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}

    .identity div label input[type="radio"] {
        width: .22rem;
        height: .22rem;
        background: url(../images/Yacht/salesman-check.png) no-repeat center;
        background-size: .22rem .22rem;
    }

    .identity div label input:first-child {
        margin-left: .5rem;
    }

    .identity div label input[type="radio"]:checked {
        width: .22rem;
        height: .22rem;
        background: url(../images/Yacht/salesman-checked.png) no-repeat center;
        background-size: .22rem .22rem;
    }

    .identity div label em {
        font-size: .3rem;
        color: #333333;
        margin-left: .16rem;
        margin-right: .6rem;
    }

.guest-name div {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}

.guest-name .message input {
    width: 100%;
    font-size: .3rem;
    color: #333333;
    text-indent: .24rem;
}

.content-center {
    width: 100%;
    background-color: #ffffff;
    margin-top: .1rem;
}

.guest-name div select {
    width: 100%;
    font-size: .3rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    text-indent: .16rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: .3rem;
    background: url(../images/Yacht/bottom.png) no-repeat right center;
    background-size: .18rem .1rem;
    background-color: transparent;
}

.num b {
    padding: 0 .15rem;
    font-size: .4rem;
    font-weight: normal;
    color: #333333;
}

.num input {
    width: .5rem;
    font-size: .3rem;
    color: #333333;
    text-align: center;
}

.guest-name p {
    font-size: .36rem;
    color: #333333;
    font-family: DIN-Light;
}

.guest-name textarea {
    font-size: .3rem;
    color: #333333;
    height: .98rem;
    line-height: .4rem;
    border: 1px solid #D4D4D4;
    flex: 1;
    resize: none;
    font-family: PingFangSC-Regular,'PingFangSC',MicrosoftYaHei Regular, '微软雅黑', Helvetica, Arial, sans-serif;
}

.remark-text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .2rem .42rem;
    align-items: center;
}

    .remark-text span {
        font-size: .28rem;
        color: #666666;
    }

.content-bottom {
    width: 100%;
    background-color: #ffffff;
    margin-top: .1rem;
}

.order-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: .96rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
    z-index: 9999;
}

    .order-footer a, .order-footer input {
        flex: 1;
    }

    .order-footer a {
        font-size: .34rem;
        color: #F5D4AA;
        text-align: center;
        line-height: .96rem;
    }

    .order-footer input {
        background-color: transparent;
        font-size: .34rem;
        color: #F5D4AA;
        line-height: .96rem;
        border: 0;
    }

.footer-line {
    width: 1px;
    height: .85rem;
    background: linear-gradient(0deg,rgba(30,31,47,1) 0%,rgba(195,171,147,1) 51%,rgba(48,53,72,1) 100%);
}

.sDefault .yacht-name {
    position: relative;
    padding: .33rem .42rem;
}

.first_div {
    margin: 0 auto;
    height: auto;
    display: flex;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
}

.money {
    font-size: .36rem;
    color: #FF6A6A;
    font-family: DIN-Light;
}

.sDefault .yacht-name {
    position: relative;
    padding: .33rem .42rem;
}

.yacht-name input {
    position: absolute;
    right: .04rem;
    bottom: .04rem;
    width: .32rem;
    height: .32rem;
    background: url(../images/Yacht/yacht-check.png) no-repeat center;
    background-size: .3rem .3rem;
}

    .yacht-name input:checked {
        background: url(../images/Yacht/yacht-checked.png) no-repeat center;
        background-size: .3rem .3rem;
    }




/*优化日历插件样式*/
.ui-datepicker {
    width: 5.8rem;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    z-index: 9999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.ui-datepicker-header {
    width: 100%;
    padding: .3rem 0;
}

.ui-corner-all {
    font-size: .3rem;
}

.ui-datepicker-calendar {
    width: 100%;
}

    .ui-datepicker-calendar tr td, .ui-datepicker-calendar tr th {
        text-align: center;
        padding: .3rem 0;
    }

.ui-state-default {
    color: #333333;
}
/*.ui-datepicker-calendar a.ui-state-active{
    color:rgba(245,212,170,.8)
}*/
.ui-datepicker-calendar a.ui-state-highlight {
    color: rgba(245,212,170,1)
}

.ui-datepicker-prev {
    float: left;
    margin-left: .5rem;
}

.ui-datepicker-next {
    float: right;
    margin-right: .5rem;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-state-disabled {
    opacity: .35;
}

.ui-datepicker-prev span {
    width: .24rem;
    height: .24rem;
    background: url(../images/Yacht/arrows-left.png) no-repeat center;
    background-size: .24rem .24rem;
    display: inline-block;
}

.ui-datepicker-next span {
    width: .24rem;
    height: .24rem;
    background: url(../images/Yacht/arrows-right.png) no-repeat center;
    background-size: .24rem .24rem;
    display: inline-block;
}

.verify {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .4rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .verify input {
        width: 100%;
        height: .98rem;
        font-size: .3rem;
        color: #333333;
        border: 1px solid #D4D4D4;
        text-indent: .3rem;
    }

    .verify select {
        width: 20%;
        height: .98rem;
        font-size: .3rem;
        color: #333333;
        -moz-appearance: none;
        -webkit-appearance: none;
        text-indent: .24rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: .3rem;
        background: url(../images/Yacht/bottom.png) no-repeat right center;
        background-size: .18rem .1rem;
        background-color: transparent;
    }



/* button */
button {
    border: none;
    background: none;
}


/* icon */
/*.icon{ overflow:hidden; display:inline-block; position:relative; width:21px; height:21px; vertical-align:middle; line-height:1;}
.icon:before{position:absolute; left:0; right:0; top:0; bottom:0; width:21px; height:21px; background-repeat:no-repeat; background-position:50% 50%; background-size:90% auto;}*/

.btn_prev_blue {
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background: url(../images/Yacht/arrows-left.png) no-repeat center;
    background-size: .24rem .24rem;
}

.btn_next_blue {
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background: url(../images/Yacht/arrows-right.png) no-repeat center;
    background-size: .24rem .24rem;
}

.btn_today:before {
    content: '今天';
    font-size: .3rem;
    color: #333333;
}

.btn_check:before {
    content: '确定';
    font-size: .3rem;
    color: #333333;
}

.disabled {
    color: #666666;
}
/* date input */
.iDate > button i {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden
}

.iDate > button:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI2IDI4Ij4KPHBhdGggZmlsbD0iIzU1NSIgZD0iTTIgMjZoNC41di00LjVoLTQuNXY0LjV6TTcuNSAyNmg1di00LjVoLTV2NC41ek0yIDIwLjVoNC41di01aC00LjV2NXpNNy41IDIwLjVoNXYtNWgtNXY1ek0yIDE0LjVoNC41di00LjVoLTQuNXY0LjV6TTEzLjUgMjZoNXYtNC41aC01djQuNXpNNy41IDE0LjVoNXYtNC41aC01djQuNXpNMTkuNSAyNmg0LjV2LTQuNWgtNC41djQuNXpNMTMuNSAyMC41aDV2LTVoLTV2NXpNOCA3di00LjVjMC0wLjI2Ni0wLjIzNC0wLjUtMC41LTAuNWgtMWMtMC4yNjYgMC0wLjUgMC4yMzQtMC41IDAuNXY0LjVjMCAwLjI2NiAwLjIzNCAwLjUgMC41IDAuNWgxYzAuMjY2IDAgMC41LTAuMjM0IDAuNS0wLjV6TTE5LjUgMjAuNWg0LjV2LTVoLTQuNXY1ek0xMy41IDE0LjVoNXYtNC41aC01djQuNXpNMTkuNSAxNC41aDQuNXYtNC41aC00LjV2NC41ek0yMCA3di00LjVjMC0wLjI2Ni0wLjIzNC0wLjUtMC41LTAuNWgtMWMtMC4yNjYgMC0wLjUgMC4yMzQtMC41IDAuNXY0LjVjMCAwLjI2NiAwLjIzNCAwLjUgMC41IDAuNWgxYzAuMjY2IDAgMC41LTAuMjM0IDAuNS0wLjV6TTI2IDZ2MjBjMCAxLjA5NC0wLjkwNiAyLTIgMmgtMjJjLTEuMDk0IDAtMi0wLjkwNi0yLTJ2LTIwYzAtMS4wOTQgMC45MDYtMiAyLTJoMnYtMS41YzAtMS4zNzUgMS4xMjUtMi41IDIuNS0yLjVoMWMxLjM3NSAwIDIuNSAxLjEyNSAyLjUgMi41djEuNWg2di0xLjVjMC0xLjM3NSAxLjEyNS0yLjUgMi41LTIuNWgxYzEuMzc1IDAgMi41IDEuMTI1IDIuNSAyLjV2MS41aDJjMS4wOTQgMCAyIDAuOTA2IDIgMnoiPjwvcGF0aD4KPC9zdmc+Cg==") no-repeat 50% 50%;
    background-size: auto 100%;
}

.iDate > input:disabled {
    opacity: 0.5;
}

    .iDate > input:disabled + button {
        opacity: 0.5;
        cursor: default;
    }

/* date time picker */
.dtPicker {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: .3rem
}

    .dtPicker .cover {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
    }

    .dtPicker .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6.8rem;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #ffffff;
        border-radius: .16rem;
    }

    .dtPicker .icon {
        cursor: pointer;
    }

    .dtPicker .btn {
        font-size: 13px;
        font-weight: 700;
        color: #2196f3;
    }

    .dtPicker table {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column
    }

    .dtPicker tr {
        flex: 1;
        display: flex;
        flex-direction: row;
        height: .6rem;
    }

    .dtPicker thead tr {
        height: 1rem;
        line-height: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .dtPicker th, .dtPicker td {
        flex: 1;
        text-align: center;
        line-height: .6rem;
    }

    .dtPicker .select {
        width: 212px;
        cursor: pointer;
    }

    .dtPicker .day {
        cursor: pointer;
        color: #333333;
    }

        .dtPicker .day.active {
            border-radius: 4px;
            background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
            color: #F5D4AA;
        }
    /*.dtPicker .weekend{ color:#ff0000;}*/
    .dtPicker .old, .dtPicker .new {
        color: #333333;
    }

    .dtPicker .disabled {
        color: #999999;
    }

    .dtPicker .month,
    .dtPicker .year,
    .dtPicker .decade {
        display: inline-block;
        width: 54px;
        height: 54px;
        margin: 2px;
        border-radius: 4px;
        line-height: 54px;
        text-align: center;
        cursor: pointer;
    }

        .dtPicker .month.active,
        .dtPicker .year.active,
        .dtPicker .decade.active {
            background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
            color: #F5D4AA;
        }

    .dtPicker .decade {
        padding: 7px 0;
        line-height: 20px;
    }

    .dtPicker .picker-switch {
        padding-bottom: 5px;
    }

        .dtPicker .picker-switch ul {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

            .dtPicker .picker-switch ul li {
                display: table-cell;
                text-align: center;
            }

                .dtPicker .picker-switch ul li a {
                    display: block;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                    cursor: pointer;
                }

    .dtPicker .hour, .dtPicker .minute, .dtPicker .second {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .dtPicker .timepicker {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dtPicker .timepicker-picker table tr td:nth-child(1) {
        width: 35%;
    }

    .dtPicker .timepicker-picker table tr td:nth-child(2) {
        width: 10%;
    }

    .dtPicker .timepicker-picker table tr td:nth-child(3) {
        width: 35%;
    }

    .dtPicker .timepicker-picker table tr td:nth-child(4) {
        width: 20%;
    }



.iDate {
    position: relative;
    display: inline-block;
    flex: 1;
    height: .6rem;
    background: #ffffff;
    vertical-align: middle;
}

    .iDate > input {
        width: 100%;
        vertical-align: top;
        height: .6rem;
        font-size: .3rem;
        text-indent: .3rem;
    }


.time {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}

    .time input {
        width: 1.2rem;
        height: .3rem;
        border: 0;
        text-align: center;
        font-size: .3rem;
        color: #333333;
    }

    .time b {
        font-size: .3rem;
        color: #333333;
    }

.duration {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    font-size: .3rem;
    color: #333333;
}










.Hunter-time-picker {
    position: absolute;
    border: 2px solid #c9cbce;
    background: #ffffff;
    z-index: 99;
    font-size: 0;
}

    .Hunter-time-picker:before, .Hunter-time-picker:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        position: absolute;
        left: 20px;
        z-index: 999999;
    }

    .Hunter-time-picker:before {
        border-color: transparent transparent #ffffff;
        top: -17px;
        z-index: 9999999;
    }

    .Hunter-time-picker:after {
        border-color: transparent transparent #c9cbce;
        top: -20px;
    }

    .Hunter-time-picker * {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        color: #666666;
        font-family: "Microsoft YaHei";
        font-size: .3rem;
    }

    .Hunter-time-picker ul {
        list-style: none;
    }

        .Hunter-time-picker ul li {
            display: inline-block;
            position: relative;
            margin: .05rem;
            cursor: pointer;
        }

    .Hunter-time-picker p {
        font-weight: bold;
        margin-bottom: .1rem;
    }


    /*选择小时*/
    .Hunter-time-picker .Hunter-wrap {
        position: relative;
        width: 100%;
        background: #ffffff;
        padding: .1rem;
    }

    .Hunter-time-picker .Hunter-hour-name {
        display: inline-block;
        width: 1rem;
        height: .8rem;
        text-align: center;
        line-height: .8rem;
        position: relative;
        background-color: #f5f5f5;
    }

        .Hunter-time-picker .Hunter-hour-name:hover {
            background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
        }

    .Hunter-time-picker .Hunter-hour.active {
        z-index: 99;
    }

    .Hunter-time-picker .active .Hunter-hour-name {
        color: #F5D4AA;
        background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
    }

    .Hunter-time-picker .Hunter-minute-wrap {
        display: none;
        border: 1px solid #D8D8D8;
        background: #ffffff;
        position: absolute;
        top: 29px;
        width: 4rem;
        z-index: 99;
        padding: .1rem;
    }

    .Hunter-time-picker .Hunter-minute {
        width: 1rem;
        height: .8rem;
        text-align: center;
        line-height: .8rem;
        color: #999999;
        background-color: #f5f5f5;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.login-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
}

.yacht-table {
    width: 100%;
}

    .yacht-table table {
        width: 100%;
    }

        .yacht-table table th, .yacht-table table td {
            border: 1px solid #D4D4D4;
        }

        .yacht-table table th {
            font-size: .28rem;
            color: #666666;
            text-align: center;
            vertical-align: middle;
            height: .6rem;
        }

        .yacht-table table td {
            font-size: .3rem;
            color: #333333;
            text-align: center;
            vertical-align: middle;
            height: .7rem;
        }

        .yacht-table table .table-price {
            color: #FF6A6A;
        }



.table {
    margin-bottom: 0;
}

.table-box tr {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#left_div {
    float: left;
    height: 100%;
    width: 2.26rem;
}

#left_div1 {
    width: 100%;
}

#left_div2 {
    width: 100%;
    height: calc(100% - .92rem);
    overflow: hidden;
}

#right_div2::-webkit-scrollbar {
    display: none;
}

#left_table1 th {
    text-align: center;
}

#left_table2 th {
    text-align: center;
}

#right_div {
    flex: 1;
    overflow-x: auto;
    height: 100%;
}

#right_div1 {
    width: 100%;
    overflow: hidden;
}

#right_divx {
    width: 9.8rem;
}

#right_div2 {
    width: 100%;
    height: calc(100% - .92rem);
    overflow: auto;
}

#right_table1 {
    width: 11.8rem;
}

#right_table2 {
    /**width和max-width一起写，手机浏览器打开也能固定长度**/
    width: 11.8rem;
    max-width: 11.8rem;
    white-space: nowrap;
}

#right_table1 th {
    text-align: center;
}

#right_table2 td {
    text-align: center;
    height: .92rem;
}

.table-box {
    width: 100%;
    height: calc(100% - 4.05rem);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}

#table-box td, #table-box th {
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    height: .92rem;
    font-size: .3rem;
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.add-table {
    width: 100%;
    height: .6rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #D4D4D4;*/
    border-top: 0;
}

    .add-table img {
        width: .4rem;
        height: .4rem;
    }

#table-box .flex1 {
    flex: 1;
}

#table-box .flex2 {
    flex: 2;
}

#table-box .flex3 {
    flex: 0.6;
}

#table-box .flex4 {
    flex: 0.7;
}

#table-box .flex4 {
    flex: 0.7;
}

#table-box .flex5 {
    flex: 1.4;
}

#table-box .flex6 {
    flex: 1.5;
}

#table-box .flex7 {
    flex: 0.6;
}

.line-tophide {
    width: 100%;
    height: .68rem;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 .42rem;
    align-items: center;
    border-top: 1px solid rgba(30,31,47,1);
}

    .line-tophide span {
        font-weight: 600;
        font-size: .28rem;
        color: rgba(30,31,47,1);
    }

    .line-tophide div button {
        width: 100%;
        height: .68rem;
        background: url(../images/Yacht/bottom.png) no-repeat right center;
        background-size: .18rem .1rem;
        background-color: transparent;
    }

.line-hide {
    width: 100%;
    height: .54rem;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 .62rem;
    align-items: center;
}

    .line-hide span {
        font-size: .28rem;
        color: #666666;
    }

.checkitem-tophide {
    width: 100%;
    height: .68rem;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 2.8rem;
    align-items: center;
    border-top: 1px solid rgba(30,31,47,1);
    border-bottom: 1px solid #D4D4D4;
}

    .checkitem-tophide span {
        font-size: .3rem;
        color: rgba(30,31,47,1);
    }

.sailfirst {
    margin-left: auto;
}

.sailthird {
    margin-left: 0.4rem;
}

.sailsecond {
    margin-left: 0.4rem;
}

.line-toptitle {
    width: 100%;
    height: .68rem;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 .42rem;
    align-items: center;
    /*border-top: 1px solid #D4D4D4;*/
}

    .line-toptitle span {
        font-size: .28rem;
        color: #333333;
    }

.line-bigtoptitle {
    width: 100%;
    height: .68rem;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 .42rem;
    align-items: center;
    /*border-top: 1px solid #D4D4D4;*/
}

    .line-bigtoptitle span {
        font-weight: 600;
        font-size: .28rem;
        color: rgba(30,31,47,1);
    }

.voyagetable tbody tr td input {
    background: url(../images/Yacht/yacht-check.png) center;
    background-size: .32rem .32rem;
}

    .voyagetable tbody tr td input:checked {
        background: url(../images/Yacht/yacht-checked.png) center;
        background-size: .32rem .32rem;
    }

.vrtable-Xicon {
    width: .2rem;
    height: .2rem;
    background: url(../images/Yacht/close.png) no-repeat center;
    background-size: .2rem .2rem;
    padding: 0 .42rem;
}
/*出航检查*/
#guesttab tbody tr td {
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-top: none;
}

#drivertab tbody tr td {
    border-top: none;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}
/*出航检查*/

.line-tophideitem {
    width: 100%;
    height: .98rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .42rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
}

    .line-tophideitem span {
        font-weight: 600;
        font-size: .28rem;
        color: rgba(30,31,47,1);
    }

.undb {
    display: none;
}

#calendar-input {
    height: 100%;
    flex: 1;
    display: block;
}

.calendar-con {
    position: relative;
}

.table-total {
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .42rem;
    justify-content: flex-end;
    align-items: baseline;
    font-size: .3rem;
    margin-top: .2rem;
}

    .table-total i {
        font-size: .36rem;
        color: #FF6A6A;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 0;
}


.menuList {
    position: fixed;
    top: .9rem;
    right: .2rem;
    display: none;
}

    .menuList h2 {
        width: 0;
        height: 0;
        border-width: 0 .2rem .2rem;
        border-style: solid;
        border-color: transparent transparent rgba(0,0,0,.5); /*透明 透明  灰*/
        position: relative;
        margin-left: 1.4rem;
    }

    .menuList ul {
        width: 2rem;
        background: rgba(0,0,0,.5);
        border-radius: .06rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .3rem;
    }

    .menuList li {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        height: .8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .3rem;
        color: #FFFFFF;
    }

        .menuList li a {
            color: #FFFFFF;
        }

        .menuList li:last-child {
            border-bottom: 0;
        }
