.zTreeDemoBackground ul li {
    float: none !important;
}

#tsye {
    display: none;
}

#tsye .tsmb {
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
}

.modal-dialog {
    opacity: 1 !important;
    background: rgba(0, 0, 0, .5) !important;
}

/*.layui-layer {*/
/*height: 200px !important;*/
/*width: 400px !important;*/
/*}*/

#tsye .successful {
    z-index: 9999999;
    width: 290px;
    height: 120px;
    background-color: #FBFFFC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(270%);
    top: 0;
    border: 3px solid #5edd91;
    color: #5edd91;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

#tsye .successful p:nth-child(1) {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 18px;
}

#tsye .successful i {
    font-size: 24px;
}

#tsye .failure {
    width: 290px;
    height: 120px;
    background-color: #FBFFFC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(250%);
    top: 0;
    border: 3px solid #f82c2c;
    color: #f82c2c;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

#tsye .failure p:nth-child(1) {
    margin-top: 20px;
}

#tsye .failure i {
    font-size: 46px;
}

#tsye .img_failure {
    width: 290px;
    height: 120px;
    background-color: #FBFFFC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(250%);
    top: 0;
    border: 3px solid #f82c2c;
    color: #f82c2c;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

#tsye .img_failure p:nth-child(1) {
    margin-top: 20px;
    position: relative;
}

#tsye .img_failure p:nth-child(1) i {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 7px;
}

#tsye .img_failure p:nth-child(1) span {
    position: absolute;
    left: 37px;
    top: 8px;
}

#tsye .img_failure p:nth-child(2) {
    width: 70px;
    height: 26px;
    border-radius: 4px;
    background: #f82c2c;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 26%;
    line-height: 26px;
    cursor: pointer;
}

#tsye .lianjie {
    width: 200px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%) translateY(250%);
    font-size: 16px;
    border: 2px solid #5edd91;
    border-radius: 5px;
    text-align: center;
}

#tsye .lianjie p:nth-child(1) {
    line-height: 2.4;
    margin-top: 10px;
}

#tsye .lianjie p:nth-child(1) i {
    color: #5edd91;
    font-size: 24px;
    margin-right: 10px;
}

#tsye .lianjie p:nth-child(2) {
    width: 70px;
    height: 26px;
    border-radius: 4px;
    background: #5edd91;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 26px;
    cursor: pointer;
}

#tsye .ghweixin {
    width: 200px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%) translateY(250%);
    font-size: 16px;
    border: 2px solid #5edd91;
    border-radius: 5px;
    text-align: center;
}

#tsye .ghweixin p:nth-child(1) {
    line-height: 2.4;
    margin-top: 10px;
}

#tsye .ghweixin p:nth-child(1) i {
    color: #5edd91;
    font-size: 24px;
    margin-right: 10px;
}

#tsye .ghweixin p:nth-child(2) {
    width: 70px;
    height: 26px;
    border-radius: 4px;
    background: #5edd91;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 26px;
    cursor: pointer;
}

#tsye .del_suc {
    width: 200px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%) translateY(250%);
    font-size: 16px;
    border: 2px solid #5edd91;
    border-radius: 5px;
    text-align: center;
}

#tsye .del_suc p:nth-child(1) {
    line-height: 2.4;
    margin-top: 10px;
}

#tsye .del_suc p:nth-child(1) i {
    color: #5edd91;
    font-size: 24px;
    margin-right: 10px;
}

#tsye .del_suc p:nth-child(2) {
    width: 70px;
    height: 26px;
    border-radius: 4px;
    background: #5edd91;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 26px;
    cursor: pointer;
}

#jiazai {
    display: none;
}

#jiazai .tsmb {
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
}

#jiazai .loading {
    z-index: 9999999;
    width: 200px;
    height: 76px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%) translateY(250%);
    font-size: 16px;
    border: 2px solid #FF5722;
    border-radius: 5px;
    text-align: center;
    padding-top: 32px;
}

#jiazai .loading div {
    z-index: 9999999;
    display: inline-block;
    width: 24px;
    height: 24px;
    transition: 1s;
    animation: move .7s infinite linear;
    position: relative;
}

#jiazai .loading div i {
    position: absolute;
    bottom: 4px;
    right: 0;
    color: #FF5722;
    font-size: 24px;
}

#jiazai .loading p {
    border-radius: 4px;
    color: #FF5722;
    text-align: center;
    cursor: pointer;
}

@keyframes move {
    0% {
        transform: rotateZ(0deg);
    }
    25% {
        transform: rotateZ(90deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    75% {
        transform: rotateZ(270deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.baocun1 p {
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 8px;
    margin-left: 30px;
    cursor: pointer;
}

.baocun1 .sure {
    color: #fff;
    width: 90px;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
}

.baocun > a {
    height: 34px;
    line-height: 34px;
    width: 90px;
    margin-top: 8px;
    margin-left: 18px;
}

.baocun {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index:99;
    left: 0;
    border-top: 1px solid #ccc;
}

.baocun p {
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 8px;
    margin-left: 30px;
    cursor: pointer;
}

.baocun .sure {
    background-color: #E81B3C;
    color: #fff;
}

.baocun .no {
    background-color: #586b95;
    color: #fff;
    border: 1px solid #ccc;
}

.bigs_bomb {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
}

.bigs_bomb .bomb_wrap {
    width: 400px;
    height: 400px;
    background: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.bigs_bomb .bomb_wrap img {
    width: 100%;
    height: 100%;
}

/* 日期筛选 */
input::placeholder {
    color: #ccc;
}

button {
    cursor: pointer;
}

.pc-op {
    line-height: 1;
    margin: 10px 10px 10px 310px;
    background-color: #fff;
    overflow: hidden;
}

.pc-op .pc-op-opt {
    line-height: 36px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

.pc-op .pc-op-opt:last-child {
    padding-bottom: 20px;
}

.pc-op-opt .op-opt-data {
    float: right;
}

.pc-op-opt .op-opt-data > button {
    width: 98px;
    height: 36px;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    border: 0;
    background-color: #e81b3c;
    vertical-align: top;
}

.pc-op-opt .op-opt-date {
    float: left;
}

.pc-op-opt .op-opt-date > input {
    width: 150px;
    height: 34px;
    line-height: 34px;
    padding: 0 50px 0 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: top;
}

.pc-op-opt .op-opt-date > span {
    font-size: 14px;
    margin: 0 6px;
}

.pc-op-opt .op-opt-date > i {
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.pc-op-opt .op-opt-date > button {
    width: 120px;
    height: 36px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    border: 0;
    background-color: #e81b3c;
    vertical-align: top;
}

.opt-data-search {
    float: left;
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    margin: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: top;
}

.wrap-input .layui-form-checkbox {
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
}

.wrap-input .layui-form-checkbox i {
    width: 22px;
}

.hide{
    display: none;
}

.op_btn{
    float: left;
    padding: 5px 10px;
    margin-left: 26px;
    margin-top: 10px;
    border: 0;
    background-color: #f00b0b;
    color: #fff;
    border-radius: 20px;
}