body {
    font-size: 12px;
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 160px;
    height: 100vh;
    background-color: rgba(10, 32, 61, 1);
    z-index: 9;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu .title {
    line-height: 64px;
    text-align: center;
    font-size: 18px;
     font-weight: 700;
    color: #fff;
}
.menu .list {
    height: calc(100vh - 120px);
    width: 160px;
}
.menu .list .list-title {
    position: relative;
    display: block;
    line-height: 56px;
    padding-left: 12px;
    font-size: 14px;
    color: #E4E4E4;
    /* font-weight: 600; */
}
.menu .list .sub-list .sub_menu_li.active {
    background-color: rgba(51, 153, 255, 1);
}
.menu .list .warpper {
    display: none;
    position: fixed;
    left: 160px;
    top: 0;
    width: 160px;
    height: 100vh;
    z-index: 9;
    background-color: #355fa2;
    overflow-y: auto; 
}
.menu .list .list-title.active + .warpper {
    background-color: #234B8C;
}
.menu .list .warpper.active {
    display: block;
}
.menu .list .warpper .sub-title {
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.menu .list .warpper .sub-btn-warpper .sub-btn {
    display: block;
    width: 88%;
    height: 36px;
    line-height: 36px;
    margin: 6px auto;
    padding-left: 32px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.menu .list .warpper .sub-btn-warpper .sub-btn.active,
.menu .list .warpper .sub-btn-warpper .sub-btn:hover {
    background-color: #2A68CA;
}
.menu .list .warpper .sub-list .sub-list-title {
    position: relative;
    display: block;
    line-height: 56px;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    /* font-weight: 600; */
}
.menu .list .warpper .sub-list .sub-list-title:before {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 4px;
    height: 16px;
    background-color: #fff;
    content: '';
}
.menu .list .list-title img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
/*.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: '';*/
/*}*/

.menu .list .list-title.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 .resetPwd:hover {
    background-color: #234B8C
}
.menu .resetPwd {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
    font-size: 14px;
    color: #fff;
}
.menu .resetPwd img {
    margin-right: 12px;
}
.container {
    width: 100%;
    min-height: 100vh;
    padding-left: 160px;
    /*background-color: #F4F7F9;*/
}
.container.has-page {
    padding-bottom: 74px;
}
.page-link {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 12px;
    color: #363944;
    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-size: 18px;
    font-weight: 700;
    color: #999999;
}
.container .btn-warpper {
    margin-top: 12px;
    padding: 0 12px;
}
.container .btn-warpper .btn {
    display: inline-block;
    vertical-align: top;
    width: 104px;
    height: 35px;
    margin-right: 24px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    /*border: 1px solid #2A68CA;*/
    background-color: rgba(0, 121, 254, 1);
    border-radius: 3px;
}
.container .btn-warpper .btn:hover{
    opacity: 0.8;
}

.container .btn-warpper .btn.csv-btn {
     background-color: white;
     color: rgba(0, 121, 254, 1);
     border: 1px solid #0079FE
 }
/*.container .btn-warpper .btn.csv-btn:hover {*/
    /*color:white;;*/
    /*background-color:  rgba(0, 121, 254, 1);*/

    /*!*border: 1px solid #0079FE*!*/
/*}*/

/*.container .btn-warpper .btn.csv-btn span {*/
    /*font-family: FontAwesome;*/
    /*font-weight: 200;*/
    /*color: #0079FE;*/
    /*margin-right: 4px;*/
    /*font-size: 14px*/
/*}*/


.container .btn-warpper .btn.csv-btn:hover {
    color: rgb(255,255,255);
    background-color: rgba(0, 121, 254, 1);
}
.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;
    right: 22px;
}
.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 - 136px);
}
.table-warpper.no-btn.no-page {
    height: calc(100vh - 90px);
}
.table-warpper.no-btn {
    height: calc(100vh - 150px);
}
.table-warpper.no-page {
    height: calc(100vh - 132px);
}
.table-warpper.no-btn.no-page {
    height: calc(100vh - 90px);
}
.table-warpper .table {
    min-width: 100%;
    background-color: #fff;
}
.table-warpper .table th {
    padding: 9px 12px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    text-align: left;
    border-right: 1px solid #E9EDEF;
    white-space: nowrap;
    vertical-align: middle;
}
.table-warpper .table .table-head {
    background-color: #f2f2f2;
}
.table-warpper .table tr th:last-child {
    border-right: none;
}
.table-warpper .table td {
    padding: 9px 12px;
    line-height: 22px;
    font-size: 12px;
    color: #343434;
    vertical-align: middle;
    border: 1px solid #E9EDEF;
    white-space: nowrap;
}
.mask-content .form .table-warpper .table td {
    padding: 9px 12px;
    line-height: 22px;
    font-size: 12px;
    color: #343434;
    vertical-align: middle;
    border-right: 1px solid #E9EDEF;
    border-top: 1px solid #E9EDEF;
    border-left: 1px solid #E9EDEF;
    border-bottom: 1px solid #E9EDEF;
}
.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: 74px;
    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: #999999;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
}
.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;
}
.page-warpper .btn:hover {
    border-color: #2A68CA;
    color: #2A68CA; 
}
.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: #2A68CA;
    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;
}
.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: 670px;
    max-height: 585px;
    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:  rgb(242, 242, 242);
}
.mask .mask-container .mask-title .text {
    float: left;
    font-size: 18px;
    color: #363944;
    font-weight: 600;
}
.mask .mask-container .mask-content .form .label .must {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 14px;
    color: #ED1112;
}
.mask .mask-container .mask-title .close {
    float: right;
    font-size: 14px;
    color: #999999;
}
.mask .mask-container .mask-footer {
    height: 55px;
    padding-top: 10px;
    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 rgba(0, 121, 254, 1);
    background-color: rgba(0, 121, 254, 1);
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.mask .mask-container .mask-footer .btn.cancel {
    background-color: #fff;
    color: rgba(0, 121, 254, 1);
}
.mask .mask-container .mask-content {
    max-height: 457px;
    overflow: auto;
    padding: 12px 12px;
}
.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: 110px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    text-align: left;
    min-height: 1px;
    text-align: right;
}
.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: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #323232;
    padding: 0 12px;
    border: 1px solid #E9EDEF;
    background-color: #F4F7F9;
    border-radius: 2px;
}
.mask .mask-container .mask-content .form .input-warpper .input {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    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[disabled] {
    background-color: #F4F7F9;
}
.mask .mask-container .mask-content .form .input-warpper .textarea {
    box-sizing: border-box;
    width: 288px;
    height: 80px;
    padding: 8px 12px;
    border: 1px solid #E9EDEF;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    line-height: 18px;
    resize: none;
}
.input::-webkit-input-placeholder {
    color: #909399;
}
.price-input {
    padding-left: 20px !important;
    background: url(../images/rmb.png) no-repeat 4px center;
    background-size: 16px 16px;
}
.distpicker-select {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 130px;
    height: 35px;
    margin-right: 8px;
    padding-left: 5px;
    padding-right: 20px;
    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;
}
.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 16px;
    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 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;
}
.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: 12px;
}
.pay-type .item {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #2A68CA;
    color: #2A68CA;
    font-size: 12px;
    border-radius: 3px;
}
.pay-type .item.active {
    background-color: #2A68CA;
    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: 16px;
    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 110px 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: 12px;
}
.login .form .input-row .input::-webkit-input-placeholder {
    color: #C0C4CC;
}
.login .form .btn {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #2A68CA;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 6px 6px 0px rgba(33,150,243,0.4);
    cursor: pointer;
}
.mask .mask-container .mask-content .form .input-warpper .radio {
    display: inline-block;
    margin-right: 24px;
    line-height: 36px;
    font-size: 14px;
    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;
}
.layui-upload-file {
    display: none!important;
}
.input.w100 {
    width: 100%!important;
}

.input.times.w100 {
    width: 90% !important;
}
.textarea.w100 {
    width: 100% !important;
}
.select-warpper.w100{
    width: 100% !important;
}
.table-warpper .box-title {
    padding: 6px 0;
    font-size: 12px;
    color: #333;
}
.table-warpper .box {
    padding: 40px 0;
    padding-left: 96px;
    background-color: #fff;
    margin-bottom: 24px;
}
.table-warpper .box .input {
    height: 36px;
    border: 1px solid #E9EDEF;
    padding-left: 10px;
}
.table-warpper .box span {
    line-height: 36px;
    font-size: 12px;
    color: #333;
}
.pay-set .div-add {
    background-color: white;
    margin-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.pay-set .div-add .title {
    line-height: 40px;
    padding: 0 12px;
    font-size: 12px;
    color: #333;
}
.pay-set .div-add .title .btn {
    float: right;
    color: #2A68CA;
    line-height: 40px;
}
.pay-set .div-add .div-input {
    margin-top: 12px;
    padding-left: 70px;
}
.pay-set .div-add .div-input span {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    line-height: 36px;
}
.pay-set .div-add .div-input span .input {
    width: 140px;
    height: 36px;
    border: 1px solid #E9EDEF;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 10px;
}
.pay-set .div-add .div-input .btn {
    line-height: 36px;
    color: #2A68CA;
    font-size: 12px;
}
.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);
}
body {
    overflow: hidden;
}

.input-warpper .btn-store {
    font-size: 12px;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid rgba(233, 237, 239, 1);
    margin: 0px 4px 10px 4px;
}
.mask-content .form .table-warpper .table td.padding-0 {
    padding: 0;
}
.mask-content .form .table-warpper .table td .list-100 li {
    line-height: 30px;
    border-bottom: 1px solid #E9EDEF;
}
.mask-content .form .table-warpper .table td .list-100 li:last-child {
    border-bottom: none;
}
.mask-content .form .table-warpper .table td .list-100 li .swich-warpper {
    line-height: 30px;
    float: none
}
.mask-content .form .table-warpper .table td .list-100 li .swich-warpper .swich-btn {
    margin-top: 9px;
}
.mask .mask-container .mask-content .form .input-warpper #img img {
    vertical-align: top;
}

/*优惠券新增页面 begin*/
.mask .mask-container .mask-content .form .input-warpper .coupon-type {
    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 .coupon-type.active {
    background: url(../images/radioed.png) no-repeat left center;
    background-size: 16px 16px;
}

.add-font {
    font-size: 12px;
    line-height: 36px;
}

.chose-span {
    display: inline-block;
    width: 140px;
    line-height: 36px;
    vertical-align: top;
    font-size: 12px;
}
.check-box {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 15px;
}
.check-box:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/check_1.png) no-repeat center center;
    background-size: 16px 16px;
    content: '';
}
.check-box.active:before {
    background: url(../images/checked2.png) no-repeat center center;
    background-size: 16px 16px;
}

.imgs-div {
    margin-top: 5px;display:inline-block;vertical-align: top;width: calc(100% - 110px);
}
.img-div {
    display:inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    /*height: 100px;*/
    margin-right: 10px;
    margin-bottom: 10px;
}
.imgs-div .img-div:nth-child(3n+0) {
    margin-right: 0;
 }
 .img-div .showImg {
     max-height: 100%;
 }
.del-img {
    position: absolute;top: -8px;right: -8px;z-index: 0;
}
.file-btn {
    margin-right: 5px;display:inline-block;vertical-align: top;
}
.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;
}

.schedule_store {
    background-color: white;
    width: 310px;
    height: 36px;
    margin-left: 12px;
    margin-top: 12px
}

.rule_div {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    text-align: left
}

.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;
}

.upload-tip {
    margin-bottom: 15px;
    text-align: left;
    color: red;
    line-height: 18px;
    margin-left: 125px
}
.fixed-head thead th {
    position: sticky;
    top: -1px;
    background-color: #fff;
}
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;
}

.sass-job-search {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 20px;
    border: 1px solid rgb(233,233,233);
}
.sass-job-search .top {
    box-sizing: border-box;
    height: 56px;
    padding: 0 16px;
    text-align: center;
}
.sass-job-search .top .sass-date {
    float: left;
    line-height: 56px;
    font-size: 16px;
    color: #666;
}
.sass-job-search .top .sass-btns {
    float: right;
    height: 36px;
    margin-top: 10px;
}
.sass-job-search .top .sass-btns .btn {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 121, 254, 1);
    margin-left: 10px;
}
.sass-job-search .top .center {
    float: left;
    width: calc(100% - 304px);
    text-align: center;
    height: 32px;
    margin-top: 11px;
}
.sass-job-search .top .center span {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(228, 228, 228, 1);
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}
.sass-job-search .top .center .date-btn {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(228, 228, 228, 1);
    color: #999;
    font-size: 14px;
}
.sass-job-search .main {
    border-top: 1px solid rgb(233,233,233);
}
.sass-job-search .main .item {
    float: left;
    width: calc(100% / 7);
    border-right: 1px solid rgb(233,233,233);
}
.sass-job-search .main .item:last-child {
    border-right: none;
}
.sass-job-search .main .week-warpper {
    box-sizing: border-box;
    height: 56px;
    padding-top: 8px;
    background-color: #F4FAF7;
    border-bottom: 1px solid rgb(233,233,233);
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 21px;
}
.sass-job-search .main .list {
    box-sizing: border-box;
    height: calc(100% - 56px);
    padding: 24px 20px;
}
.sass-job-search .main .list.bg {
    background-color: #DDF0E5;
}
.sass-job-search .main .list .text-warpper {
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 16px;
    background-color: #F4FAF7;
    font-size: 14px;
    color: #1E2D3D;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 8px;
}
.sass-job-search .main .list .text-warpper:last-child {
    margin-bottom: 0;
}
.sass-job-search .main .list .text-warpper .label {
    float: left;
}
.sass-job-search .main .list .text-warpper .number {
    float: right;
}
.sass-job-search .main .list .text-warpper:hover {
    background-color: #E1FFF0;
}
.sass-job-search .main .list .text-warpper.bg-red {
    background-color: #FDF3F4;
}
.sass-job-search .main .list .text-warpper.bg-red:hover {
    background-color: #FFE1E4;
}
.sass-job-search .main .list .text-warpper.bg-pink {
    background-color: #FEFBF6;
}
.sass-job-search .main .list .text-warpper.bg-pink:hover {
    background-color: #FFF2DC;
}