body {
    font-size: 12px;
    overflow: hidden;
}

.menu {
    padding-bottom: 56px;
    position: fixed;
    left: 0;
    top: 0;
    width: 180px;
    height: 100vh;
    background-color: rgba(10, 32, 61, 1);
    z-index: 9;
}
.menu .title {
    line-height: 30px;
    font-size: 16px;
    /* font-weight: 600; */
    color: #fff;
    margin-top: 10px;
    margin-left: 6px;
}
.menu .list {
    height: calc(100vh - 120px);
}
.menu .list .list-title {
    line-height: 56px;
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 14px;
    color: #fff;
    /* font-weight: 600; */
}
.menu .list .list-title img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.menu .list .menu-btn {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 12px;
    color: #fff;
    padding-left: 42px;
}
.menu .list .menu-btn:before {
    position: absolute;
    left: 26px;
    top: 21px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    content: '';
}
.menu .list .menu-btn:hover,
.menu .list .menu-btn.active,
.menu .logout:hover {
    background-color: #234B8C
}
.menu .logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
    font-size: 14px;
    color: #fff;
}
.menu .logout img {
    margin-right: 12px;
}
.menu .checkpass:hover {
    background-color: #234B8C
}
.menu .checkpass {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
    font-size: 14px;
    color: #fff;
}
.menu .checkpass img {
    margin-right: 12px;
}
.container {
    width: 100%;
    height: 100vh;
    padding-left: 180px;
    background-color: #FFFFFF;
    overflow-y: auto;
}
/*.container.has-page {
    padding-bottom: 74px;
}*/
.page-link {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 18px;
    color: #999999;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.page-link img {
    vertical-align: top;
    margin-top: 15px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.page-link .title {
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.container .btn-warpper {
    margin-top: 12px;
    padding: 0 12px;
}
.container .btn-warpper .btn {
    display: inline-block;
    vertical-align: top;
    width: 104px;
    height: 32px;
    margin-right: 24px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #0079FE;
    border: 1px solid #0079FE;
    border-radius: 3px;
}
.container .btn-warpper .btn.del-store:hover {
    background-color:  rgba(0, 121, 254, 1);;
    color:white;
}
.container .btn-warpper .detail-btn {
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    width:120px;
    height:32px;
    color: #fff;
    background:rgba(42,104,202,1);
    border-radius:3px;
}
.container .btn-warpper .btn span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    margin-top: 2px;
}
.container .result {
    margin-top: 12px;
    line-height: 20px;
    padding: 0 12px;
}
.container .result .total {
    float: left;
    font-size: 12px;
    color: #363944;
}
.container .result .search-btn {
    position: relative;
    padding-left: 24px;
    float: right;
    font-size: 14px;
    color: #323232;
    font-weight: 600;
}
.container .result .search-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/search_icon.png) no-repeat center center;
    content: '';
}
.container .result .search-btn.active {
    color: #2A68CA;
}
.container .result .search-btn.active:before {
    background: url(../images/search_icon_blue.png) no-repeat center center;
}
.table-warpper {
    margin: 12px 12px 0px 12px;
    height: calc(100vh - 194px);
    overflow: auto;
}
.table-warpper.no-btn {
    height: calc(100vh - 150px);
}
.table-warpper.no-page {
    height: calc(100vh - 162px);
}
.table-warpper.no-btn.no-page {
    height: calc(100vh - 90px);
}
.table-warpper .table {
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #E9EDEF;
}
.table-warpper .table th {
    padding: 9px 12px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    white-space: nowrap;
    vertical-align: middle;
}
.table-warpper .table th div {
     font-weight: 700;
}
.table-warpper .table tr th:last-child {
    border-right: none;
}
.table-warpper .table td {
    word-break: break-all;
    padding: 9px 12px;
    line-height: 22px;
    font-size: 12px;
    color: #343434;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    white-space: nowrap;
}
.table-warpper .table td .btn {
    display: inline-block;
    margin-right: 10px;
    color: #2A68CA;
}
.table-warpper .table td .btn img {
    vertical-align: top;
    margin-top: 5px;
}
.table-warpper .table td.price {
    color: #F44336;
}
.page-warpper {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    width: calc(100vw - 180px);
    height: 56px;
    padding: 0 12px;
    padding-top: 14px;
    text-align: right;
    /*background-color: #F4F7F9;*/
    z-index: 1;
    font-size: 0;
}
.page-warpper .btn {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    color: #343434;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
}
.page-warpper .btn:hover {
    border-color: rgba(0, 121, 254, 1);
    color: rgba(0, 121, 254, 1);
}
.page-warpper .btn.prev-btn {
    background: url(../images/arrow_left.png) no-repeat center center;
    background-size: 12px 12px;
    background-color: #fff;
}
.page-warpper .btn.next-btn {
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 12px 12px;
    background-color: #fff;
}
.page-warpper .btn.active {
    border-color: rgba(0, 121, 254, 1);
    background-color: rgba(0, 121, 254, 1);
    color: #fff;
}
.page-warpper .btn.prev-btn.disabled {
    background: url(../images/arrow_left_disabled.png) no-repeat center center;
    background-size: 12px 12px;
    background-color: #fff;
}
.page-warpper .btn.next-btn.disabled {
    background: url(../images/arrow_right_disabled.png) no-repeat center center;
    background-size: 12px 12px;
    background-color: #fff;
}
.page-warpper .btn.disabled:hover {
    border-color: #fff;
    cursor: not-allowed;
}
.page-warpper .to-page {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #343434;
    line-height: 30px;
}
.page-warpper .to-page .input {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    margin-right: 6px;
    width: 60px;
    height: 30px;
    border: 1px solid #DCDFE6;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    outline: none;
    border-radius: 3px;
}
.page-warpper .to-page .to-page-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    width: 58px;
    height: 30px;
    border: 1px solid #DCDFE6;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}
.page-warpper .to-page .to-page-btn:hover {
    background-color: #2A68CA;
    border-color: #2A68CA;
    color: #fff;
}
.page-warpper .select-warpper{
    height: 30px;
    padding-left: 0;
    width: 88px;
    padding-left: 0;
    background-color: #fff;
    border: 1px solid #eee;
}
.page-warpper .select-warpper .select-text {
    line-height: 30px;
    padding: 0;
    padding-right: 34px;
    padding-left: 4px;
 }
.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
}
.mask .mask-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-color: #fff;
    width: 800px;
    height: auto;
    overflow-y: auto;
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.18);
}
.mask .mask-container .mask-title {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background-color: #f2f2f2;
}
.mask .mask-container .mask-title .text {
    float: left;
    font-size: 18px;
    color: #363944;
    font-weight: 650;
}
.mask .mask-container .mask-title .close {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: rgb(170, 170, 170);;
}
.mask .mask-container .mask-footer {
    height: 80px;
    padding-top: 24px;
    border-top: 1px solid #E9EDEF;
    text-align: center;
}
.mask .mask-container .mask-footer .btn {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 32px;
    margin-right: 12px;
    line-height: 32px;
    border: 1px solid #0079FE;
    background-color: #0079FE;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.mask .mask-container .mask-footer .btn.cancel {
    background-color: #fff;
    color: #2A68CA;
}
.mask .mask-container .mask-content {
    max-height: 457px;
    overflow: auto;
    padding: 24px 0px;
}
.mask .mask-container .mask-content .form .input-row {
    margin-bottom: 24px;
}
.mask .mask-container .mask-content .form .input-row:last-child {
    margin-bottom: 0;
}
.mask .mask-container .mask-content .form .label {
    padding-right: 12px;
    float: left;
    width: 126px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.mask .mask-container .mask-content .form .label .must {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 12px;
    color: #ED1112;
}
.mask .mask-container .mask-content .form .input-warpper {
    float: left;
    width: calc(100% - 126px);
    text-align: left;
    font-size: 0;
}
.mask .mask-container .mask-content .form .input-warpper .disabled {
    display: inline-block;
    vertical-align: top;
    min-width: 138px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #323232;
    padding: 0 12px;
    border: 1px solid #E9EDEF;
    background-color: #f2f2f2;
    border-radius: 2px;
}
.mask .mask-container .mask-content .form .input-warpper .input {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #323232;
    padding: 0 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    margin-right: 8px;
    outline: none;
}
.mask .mask-container .mask-content .form .input-warpper .input::-webkit-input-placeholder {
    color: #909399;
}
.mask .mask-container .mask-content .form .input-warpper .input::-moz-placeholder {
    color: #909399;
}
.mask .mask-container .mask-content .form .input-warpper .input::-ms-input-placeholder {
    color: #909399;
}
.mask .mask-container .mask-content .form .input-warpper .textarea {
    /*max-width: 436px;*/
    width: 100%;
    height: 100px;
    padding: 8px 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    line-height: 18px;
    resize: none;
}
.mask .mask-container .mask-content .form .input-warpper .radio {
    display: inline-block;
    margin-right: 24px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    background: url(../images/radio.png) no-repeat left center;
    background-size: 16px 16px;
}
.mask .mask-container .mask-content .form .input-warpper .radio.active {
    background: url(../images/radioed.png) no-repeat left center;
    background-size: 16px 16px;
}
.mask .mask-container .mask-content .form .input-warpper .tag {
    max-width: 108px;
    float: left;
    margin-right: 10px;
    width: 100%;
    height: 24px;
    margin-top: 15px;
    text-align: center;
    border: 1px solid #E9EDEF;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    color: #323232;
    cursor: pointer;
}
.input::-webkit-input-placeholder {
    color: #909399;
}
.mask .mask-container .mask-content .form .input-warpper .input.price-input {
    padding-left: 20px;
    background: url(../images/rmb.png) no-repeat 4px center;
    background-size: 16px 16px;
}
.select-warpper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 189px;
    height: 36px;
    margin-right: 8px;
    padding-left: 12px;
    font-size: 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    background: url(../images/arrow_down.png) no-repeat 97% center;
    background-size: 16px 16px;
}
.select-warpper .select-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 36px;
    padding: 0 12px;
    padding-right: 34px;
    color: #909399;
}
.select-warpper .select-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: calc(100% + 2px);
    max-height: 216px;
    background-color: #fff;
    color: #323232;
    z-index: 1;
    border: 1px solid #E9EDEF;
    overflow-y: auto;
}
.select-warpper .select-list {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 1px;
}
.select-warpper .select-list li {
    position: relative;
    line-height: 36px;
    text-align: left;
    padding: 0 12px;
    cursor: pointer;
}
.select-warpper .select-list li:hover {
    background-color: #eee;
}
.select-warpper.select-check .select-list li {
    padding-right: 28px;
}
.select-warpper.select-check .select-list li.active:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 36px;
    background: url(../images/checked.png) no-repeat center center;
    background-size: 18px 18px;
    content: '';
}
.checked-warpper {
    margin-top: 12px;
    line-height: 24px;
    font-size: 12px;
    color: #323232;
}
.checked-warpper .text {
    float: left;
    width: 42px;
}
.checked-warpper .item-warpper {
    float: left;
    width: calc(100% - 42px);
}
.checked-warpper .check-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    height: 24px;
    padding: 0 6px 0 12px;
    border: 1px solid #E9EDEF;
    font-size: 12px;
    color: #323232;
    border: 1px solid #E9EDEF;
    border-radius: 3px;
    margin-bottom: 6px;
}
.checked-warpper .check-item .remove {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 24px;
    background: url(../images/remove.png) no-repeat center center;
    background-size: 12px 12px;
}
.pay-type {
    margin-top: 3px;
}
.pay-type .item {
    display: inline-block;
    vertical-align: top;
    /* width: 80px; */
    /*height: 30px;*/
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #E9EDEF;
    color: #666666;
    font-size: 12px;
    padding: 0 12px;
    /*border-radius: 3px;*/
}
.pay-type .item:hover {
    color: #0079FE;
    border: 1px solid #0079FE;
}
.pay-type .item.active {
    background-color: #0079FE;
    color: #fff;
}
.pay-type .item:last-child {
    margin-right: 0;
}
.search-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    background-color: transparent;
}
.search-warpper {
    position: absolute;
    right: -100%;
    top: 100px;
    width: 358px;
    padding: 24px 0;
    background-color: #fff;
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.18);
    transition: right .5s;
}
.search-warpper.active {
    right: 12px;
}
.search-warpper .title {
    padding: 0 24px;
    line-height: 24px;
    font-size: 12px;
    color: #363944;
    text-align: left;
    font-weight: 600;
}
.search-warpper .form {
    line-height: 1;
}
.search-warpper .form .form-btn {
    padding: 0 24px;
    text-align: right;
    font-size: 0;
}
.search-warpper .form .form-btn .btn {
    width: 80px;
    height: 36px;
    border: 1px solid #2A68CA;
    border-radius: 3px;
    color: #2A68CA;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}
.search-warpper .form .form-btn .btn.search-btn {
    margin-right: 12px;
    background-color: #2A68CA;
    color: #fff;
}
.order-num {
    position: relative;
    padding-left: 10px;
    height: 16px;
    line-height: 16px;
    color:rgba(50,50,50,1);
    font-size:16px;
}
.order-num:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 16px;
    background:rgba(42,104,202,1);
    content: '';
}
.search-warpper .form .form-content {
    max-height: 440px;
    padding: 20px 24px;
    text-align: left;
    overflow-y: auto;
}
.search-warpper .form .input-row {
    margin-bottom: 20px;
}
.search-warpper .form .form-content .input-row:last-child {
    margin-bottom: 0;
}
.search-warpper .form .label {
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #333;
}
.search-warpper .form .select-warpper {
    width: 100%;
    margin-right: 0;
}
.search-warpper .form .input {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #E9EDEF;
    font-size: 12px;
    outline: none;
}
.search-warpper .form .date-input {
    display: inline-block;
    width: 130px;
    height: 36px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 34px 0 12px;
    background: url(../images/arrow_down.png) no-repeat 106px center;
    background-size: 16px 16px;
}
.search-warpper .form .date-input + .text {
    display: inline-block;
    margin: 0 8px;
    font-size: 12px;
    color: #333;
}
.login {
    width: 100%;
    height: 100vh;
    background: url(../images/login_bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 100vh;
}
.login .form {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    height: 424px;
    padding: 36px 40px 40px;
    line-height: 1;
    background-color: #fff;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
    border-radius: 6px;
}
.login .form .icon {
    margin-bottom: 28px;
}
.login .form .title {
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 52px;
}
.login .form .input-row {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    margin-bottom: 32px;
    text-align: left;
    font-size: 0;
}
.login .form .input-row img {
    vertical-align: top;
    margin-top: 12px;
}
.login .form .input-row .input {
    display: inline-block;
    width: calc(100% - 24px);
    vertical-align: top;
    height: 38px;
    margin-left: 8px;
    font-size: 14px;
}
.login .form .input-row .input::-webkit-input-placeholder {
    color: #C0C4CC;
}
.login .form .btn {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #2A68CA;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 6px 6px 0px rgba(33,150,243,0.4);
    cursor: pointer;
}
.export-btn {
    float: right;
    margin-top: 10px;
    width: 50px;
    float: right;
    color: #fff;
    background-color: #2A68CA;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.fixed-head thead th {
    position: sticky;
    top: -1px;
    background-color: #fff;
}
.search-div .form {
    margin-top: 20px;
}
.search-div .form .label{
    width: 70px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: left;
    min-height: 1px;
    margin-left: 15px;
}

.search-div .form .input {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #323232;
    padding: 0 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    margin-right: 8px;
    outline: none;
}

.search-div .search-footer {
    text-align: center;
    float: right;
    margin-right: 10px
}
.search-div .search-footer .btn {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #2A68CA;
    background-color: rgba(0, 121, 254, 1);
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.search-div .search-footer .btn.cancel {
    background-color: #fff;
    color: #2A68CA;
    border: 1px solid rgb(156, 156, 156);
}
.search-div .input-item {
    float: left;
    margin-bottom: 12px;
}
.search-div .hidden {
    display: none;
}
.search-div .form-warpper {
    float: left;
    width: calc(100% - 225px);
    height: 36px;
    overflow: hidden;
}
.search-div .form-warpper.active {
    height: auto;
    width: 100%;
}
.search-div .search-footer .show-more {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    color: #0079FE;
    margin-top: 10px;
}
.search-div .search-footer .search-span {
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 2px;
    font-size: 13px
}

.search-div .search-footer .reset-span {
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 2px
}
.distpicker-select {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 25px;
    font-size: 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    background: url(../images/arrow_down.png) no-repeat 97% center;
    background-size: 16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.distpicker-select::-ms-expand {
    display: none;
}
.table-warpper .table .table-head {
    background-color: #f2f2f2;
}
/*.menu .list .list-title:after {
    position: absolute;
    right: 12px;
    top: 0;
    width: 16px;
    height: 56px;
    background: url(../images/menu_right.png) no-repeat center center;
    background-size: 16px 16px;
    content: '';
}*/

/*房间展示列表*/
.room-div{
    margin-top: 12px;
    margin-left: 12px;
    width: 540px;
}

.room-div .room_bed {
    float: left;
    width: 264px;
    /*background: rgba(255, 255, 255, 1);*/
    margin-right: 14px;
    margin-bottom: 14px;
    position: relative;
    border-radius: 4px;
}

/*.room-div .room_bed:nth-child(2n+0) {
    margin-right: 0;
}*/
.room-div .room_bed div{
    /*display : inline-block*/
}

.room-div .room_bed .room_num {
    width: 100px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.room-div .room_bed .bed_num{
    float: right;
    width:22px;
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#ffffff;
    line-height:20px;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.room-div .room_bed .bed_uid{
    width: 100%;
    min-height: 90px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.room-div .room_bed .bed_uid .bed_u{
    width: calc(100% - 55px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height:23px;
    float: left;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    line-height:23px;
    margin-right: 8px;
    margin-left: 8px;
}

.room-div .room_bed .bed_uid .nurse {
    float: right;
    width: 120px;
    height: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 50, 50, 1);
    line-height: 16px;
}
.room-div .room_bed .bed_uid .img {
    float: left;
    width:23px;
    height:23px;
    margin-left: 13px;
    line-height:23px;
}
.room-div .room_bed .bed_uid .img img {
    width: 23px;
    height: 23px;
}
.red_border {
    background: rgba(255, 59, 48, 1);
}
.bule_border {
    background: rgba(0, 121, 254, 1);
}
.yellow_border {
    background-color: rgba(254, 148, 0, 1);
}
.bule_background {
    background-color: rgba(235, 245, 255, 1);
    border: 1px solid rgba(214, 235, 255, 1);
}
.red_background {
    background-color: rgba(255, 238, 230, 1);
    border: 1px solid rgba(255, 221, 204, 1);
}
.yellow_background {
    background-color: rgba(255, 245, 230, 1);
    border: 1px solid rgba(255, 235, 204, 1);

}
a.sort {
    color: #666666;
    padding-right: 12px;
    background: url('../images/sort.gif') no-repeat right;
    display: block;
}

a.asc {
    background: url('../images/asc.gif') no-repeat right;
    color: #666666;
    display: block;
    padding-right: 12px;
}

a.desc {
    background: url('../images/desc.gif') no-repeat right;
    color: #666666;
    display: block;
    padding-right: 12px;
}
.page-warpper span {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
}
.container::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
.container::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.menu::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
.menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.table-warpper::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}
.table-warpper::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.table-warpper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.room-div::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}
.room-div::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.room-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.tree-warpper .tree-content::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
.tree-warpper .tree-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.tree-warpper .tree-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.fixed-head thead th {
    position: sticky;
    top: -1px;
}

.page-link .back-btn {
    float: right;
    width: 80px;
    height: 34px;
    margin-top: 8px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgb(228, 228, 228);
    color: rgb(153, 153, 153);
    border-radius: 2px;
    font-size: 14px;
}
.page-link .back-btn img {
    vertical-align: top;
    margin-top: 12px;
    width: 12px;
    height: 12px;
}
.select-warpper.position .select-list {
    position: absolute!important;
    left: -1px!important;
    top: 100%!important;
}

/**
服务项目下拉框css
 */
.search-select-warpper .select-content {
    display: none;
    box-sizing: border-box;
    position: fixed;
    min-width: 1px;
    max-height: 216px;
    padding: 4px;
    background-color: #fff;
    color: #323232;
    z-index: 1;
    border: 1px solid #E9EDEF;
    overflow-y: auto;
}

.search-select-warpper .select-content .select-input {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #E9EDEF;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    padding-left: 4px;
}
.search-select-warpper .select-content .select-input::-webkit-input-placeholder {
    color: #ccc;
}
.select-content-list {
    padding: 6px 0;
}
.select-content-list .icon {
    float: left;
    margin-right: 4px;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(../images/arrow_right2.png) no-repeat center center;
    background-size: 14px 14px;
    transform: rotate(0);
    transition: transform .5s;
}
.select-content-list .clearfix.active .icon {
    transform: rotate(90deg);
}
.select-content-list .text {
    float: left;
    width: calc(100% - 28px);
    line-height: 24px;
    font-size: 12px;
    color: #333;
}
.select-content-list .text.select-check {
    background-color: #eee;
}
.select-content-list-sub {
    /* display: none; */
    padding-left: 10px;
}
.select-content-list-sub.last {
    padding-left: 28px;
}
.select-content-list-sub.last .text {
    color: #999999;
}
.select-content-list li {
    position: relative;
    line-height: 36px;
    text-align: left;
    padding: 0 12px;
    cursor: pointer;
}

/**
search btn
 */
.search-div .search-footer .btn:hover {
    opacity: 0.8;
}
.search-div .search-footer .btn.cancel {
    background-color: #fff;
    color: rgb(153, 153, 153);
    border-color: rgba(228, 228, 228, 1);
}
.search-div .search-footer .btn.cancel:hover {
    color: rgba(0, 121, 254, 1);
    border-color: rgba(0, 121, 254, 1); ;
}

.container .btn-warpper .btn:hover{
    opacity: 0.8;
}
.tab-btn.see:hover {
    color: rgb(102, 102, 102);
}



.pay-type-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    transform: translate3d(0 ,calc(100% + 20px), 0);
    transition: transform .5s;
}
.pay-type-content.active {
    transform: translate3d(0 ,0, 0);
}
.pay-type-content .top {
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #FFEBCC;
    border-bottom: none;
    background-color: #FFF5E6;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    color: #B5B3AE;
}
.pay-type-content .top .check {
    position: relative;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}
.pay-type-content .top .check:before {
    position: absolute;
    left: 0;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/check_radio.png) no-repeat center center;
    background-size: 16px 16px;
    content: '';
}
.pay-type-content .top .check.active:before {
    background: url(../images/checked_radio.png) no-repeat center center;
    background-size: 16px 16px;
}
.pay-type-content .bottom {
    box-sizing: border-box;
    padding: 20px 16px;
    background-color: #F4F5F6;
    border-bottom: 0 0 4px 4px;
    font-size: 0;
}
.pay-type-content .bottom .btn {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #0079FE;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.pay-type-content .bottom .btn.get-code {
    background-color: #fff;
    border: 1px solid #0079FE;
    color: #0079FE;
    margin-right: 16px;
}
.pay-type-content .bottom .input {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 136px);
    height: 40px;
    margin-right: 16px;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.pay-type-content .bottom .input.small {
    width: calc(100% - 272px);
}
.pay-type-content .bottom .input.password {
    width: 180px;
    margin-right: 16px;
}
.pay-type-content .bottom .input.haspassword {
    width: calc(100% - 332px);
}

.tel_div{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #666666;
    margin-top: 10px;
    width: 395px;
    display: inline-block;
}

.tel_div_order{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #666666;
    margin-top: 10px;
    width: 200px;
}

.swich-warpper {
    line-height: 20px;
    font-size: 12px;
    color: #333;
}
.swich-warpper .swich-btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 24px;
    height: 12px;
    margin-top: 4px;
    background-color: #ccc;
    border-radius: 12px;
    margin-right: 6px;
}
.swich-warpper .swich-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 10px;
    content: '';
    transition: left .5s;
}
.swich-warpper .swich-btn.active {
    background-color: #2A68CA;
}
.swich-warpper .swich-btn.active:before {
    left: calc(100% - 12px);
}

.swich-warpper {
    line-height: 30px;
    float: none
}
.swich-warpper .swich-btn {
    margin-top: 9px;
}
