.content {
    width: 1055px;
    height: unset;
    border: 0;
}

.cont_title {
    height: 44px;
    border-bottom: 2px solid #e5e5e5;
    width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_title>ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.cont_title>ul>li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.cont_title>ul>li>div {
    padding: 0 20px;
}

.cont_title>ul .complete {
    position: relative;
    color: #58c184;
}

.cont_title>ul .complete::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #58c184;
    bottom: -11px;
    left: 0;
}

.cont_title .search {
    width: 290px;
    height: 30px;
    border: 1px solid #e5e5e5;
    display: flex;
}

.cont_title .search input {
    flex: 1;
    padding-left: 10px;
    border: 0;
}

.cont_title .search>div {
    height: 100%;
    width: 49px;
    border-left: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    user-select: none;
}

.cont_table {
    width: 100%;
    margin-top: 20px;
}

.cont_table table {
    width: 100%;
}

.cont_table .place th {
    height: 43px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

.cont_table .place th>.place_dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont_table .place th>.place_dd>.place_child {
    color: #333333;
    font-size: 12px;
    display: flex;
}

.cont_table .place th>.place_dd>.place_child>div {
    /*margin-right: 90px;*/
}

.cont_table .place th>.place_dd .delete {
    padding-right: 19px;
    cursor: pointer;
}

.cont_table tbody {
    border: 1px solid #e5e5e5;
}

.cont_table .tlete_jc {
    height: 139px;
}

.cont_table .tlete_jc td {
    /* vertical-align: top; */
}

.cont_table .tlete_jc td:nth-child(1) {
    width: 330px;
    padding-left: 19px;
   /* padding-top: 19px; */
    text-align: left;
    border-bottom: 1px dashed #e5e5e5;
}

.cont_table .tlete_jc td:nth-child(1) .biology {
    /*display: flex;*/
    align-items: center;
}

.cont_table .tlete_jc td:nth-child(1) .biology img {
    margin-right: 19px;
}

.cont_table .tlete_jc td:nth-child(1) .biology .biology_txt {
    /* padding-top: 10px; */
    margin-left: 15px;
}

.cont_table .tlete_jc td:nth-child(1) .biology .biology_txt .text {
    color: #999999;
    margin-top: 8px;
    font-size: 12px;
}

.cont_table .tlete_jc td:nth-child(2) {
    width: 199px;
    text-align: center;
    /* padding-top: 29px; */
    border-bottom: 1px dashed #e5e5e5;
}

.cont_table .tlete_jc td:nth-child(3) {
    text-align: center;
    /* padding-top: 29px; */
    color: #333;
    /*font-weight: bold;*/
    border-bottom: 1px dashed #e5e5e5;
}

.cont_table .tlete_jc td:nth-child(4) {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    /* padding-top: 29px; */
    color: #58c184;
    width: 140px;
}

.cont_table .tlete_jc td:nth-child(4) div:nth-child(2){
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
}

.cont_table .tlete_jc td:nth-child(4) .cancel {
    color: #333;
}

.cont_table .tlete_jc td:nth-child(5) {
    text-align: center;
    /* padding-top: 22px; */
}

.cont_table .tlete_jc td:nth-child(5)>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont_table .tlete_jc td:nth-child(5)>div .payment {
    width: 90px;
    height: 27px;
    background-color: #58c184;
    color: #ffffff;
    line-height: 27px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.cont_table .tlete_jc td:nth-child(5)>div .details_parent {
    width: 90px;
    height: 27px;
    line-height: 27px;
    color: #666666;
    margin-top: 4px;
    cursor: pointer;
}

.cont_table .tlete_jc td:nth-child(5)>div .details {
    width: 90px;
    height: 27px;
    line-height: 27px;
    color: #666666;
    margin-top: 4px;
    cursor: pointer;
}

.cancel {
    color: #666666;
    cursor: pointer;
}

.biology_img {
    width: 99px;
    height: 99px;
}

.biology_img img {
    width: 100%;
    height: 100%;
}

.biology_txt>div:nth-child(2) {
    padding-top: 10px;
}

.paging {
    display: flex;
    justify-content: flex-end;
    margin-top: 19px;
}

.paging .paging_page {
    min-width: 620px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.paging .number {
    display: flex;
}

.paging .number>div {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    line-height: 40px;
    text-align: center;
    color: #666666;
    margin-right: 2px;
}

.paging .number .inp {
    width: 60px;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding-left: 8px;
}

.paging .number .on {
    border: 0px;
    background-color: #0066b3;
    color: #fff;
}

.paging .number .more {
    border: 0px;
}

.paging .number .confirm {
    width: 60px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    cursor: pointer;
}

.paging .number .arrows {
    font-family: "?????“";
    text-align: center;
    font-size: 26px;
    color: #aaaaaa;
    line-height: 40px;
    cursor: pointer;
    margin: 0 5px;
}

.hied {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.hied .dishio {
    width: 500px;
    height: 280px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
}

.hied .dishio .message {
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hied .dishio .message div {
    width: 253px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.hied .dishio .close {
    display: flex;
    justify-content: flex-end;
    font-size: 35px;
    color: #cccccc;
    padding-right: 20px;
}

.hied .dishio .close .close_cc {
    cursor: pointer;
}

.hied .dishio .selct {
    display: flex;
    justify-content: center;
}

.hied .dishio .selct .confirm_cc {
    width: 144px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #0066b3;
    margin-right: 10px;
    cursor: pointer;
}

.hied .dishio .selct .cancel_ff {
    width: 144px;
    height: 42px;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}



.but-bgtm {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancellat {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.cancellat-bj {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cancellat-bx {
    width: 500px;
    height: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cancellat-tit {
    padding: 20px;
    width: 95%;
    display: flex;
    justify-content: flex-end;
}

.cancellat-tit>i {
    cursor: pointer;
}

.cancellat-txt {
    width: 280px;
    font-size: 18px;
    text-align: center;
    color: #444444;
    padding: 20px 0;
}

.cancellat-btn {
    padding: 20px 0;
}

.layui-btn {
    width: 145px;
}

.layui-btn-normal {
    background-color: #58c184;
}






@media screen and (max-width:768px) {

    .setting_hh {
        border-bottom: 0px solid #eeeeee;
    }

    .content {
        width: 98%;
        height: unset;
        border: 0;
    }

    .cont_title {
        height: auto;
        min-height: .44rem;
        border-bottom: 0px solid #e5e5e5;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
    }

    .cont_title>ul {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .cont_title>ul>li {
        cursor: pointer;
        font-size: .18rem;
        font-weight: 700;
        margin: 0 .25rem;
    }

    .cont_title>ul>li>div {
        padding: 0 0rem;
        margin: 0 0rem;
    }

    .cont_title>ul .complete {
        position: relative;
        color: #58c184;
    }

    .cont_title>ul .complete::after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: #58c184;
        bottom: -.11rem;
        left: 0;
    }

    .cont_title .search {
        width: 100%;
        height: .5rem;
        border: 1px solid #e5e5e5;
        display: flex;
        margin-top: .4rem;
        margin-left: 0.15rem;
    }

    .cont_title .search input {
        flex: 1;
        padding-left: .1rem;
        border: 0;
    }

    .cont_title .search>div {
        height: 100%;
        width: .8rem;
        border-left: 1px solid #e5e5e5;
        background-color: #f5f5f5;
        text-align: center;
        line-height: .5rem;
        cursor: pointer;
        user-select: none;
    }

    .cont_table {
        width: 100%;
        margin-top: .2rem;
        overflow-x: auto;
        margin-left: .1rem;
    }

    .cont_table table {
        width: 10rem;
    }

    .cont_table .place th {
        height: .43rem;
        background-color: #f4f4f4;
        border: 1px solid #e5e5e5;
        padding-left: .2rem;
    }

    .cont_table .place th>.place_dd {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cont_table .place th>.place_dd>.place_child {
        color: #333333;
        font-size: .12rem;
        display: flex;
    }

    .cont_table .place th>.place_dd>.place_child>div {
        margin-right: .9rem;
    }

    .cont_table .place th>.place_dd .delete {
        padding-right: .19rem;
        cursor: pointer;
    }

    .cont_table tbody {
        border: 1px solid #e5e5e5;
    }

    .cont_table .tlete_jc {
        height: 1.9rem;
    }

    .cont_table .tlete_jc td {
        /* vertical-align: top; */
    }

    .cont_table .tlete_jc td:nth-child(1) {
        width: 3.3rem;
        padding-left: .19rem;
        /* padding-top: .19rem; */
        text-align: left;
        border-bottom: 1px dashed #e5e5e5;
    }

    .cont_table .tlete_jc td:nth-child(1) .biology {
        /*display: flex;*/
        align-items: center;
    }

    .cont_table .tlete_jc td:nth-child(1) .biology img {
        width: .99rem;
        height: .99rem;
        margin-right: .1rem;
    }

    .cont_table .tlete_jc td:nth-child(1) .biology .biology_txt {
        /* padding-top: .1rem; */
        margin-left: .15rem;
    }

    .cont_table .tlete_jc td:nth-child(1) .biology .biology_txt .text {
        color: #999999;
        margin-top: .08rem;
        font-size: .12rem;
    }

    .cont_table .tlete_jc td:nth-child(2) {
        width: 1.99rem;
        text-align: center;
        /* padding-top: .29rem; */
        border-bottom: 1px dashed #e5e5e5;
    }

    .cont_table .tlete_jc td:nth-child(3) {
        text-align: center;
        /* padding-top: .29rem; */
        color: #333;
        font-weight: bold;
        border-bottom: 1px dashed #e5e5e5;
    }

    .cont_table .tlete_jc td:nth-child(4) {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        /* padding-top: .29rem; */
        color: #58c184;
        width: 1.4rem;
    }

    .cont_table .tlete_jc td:nth-child(4) .cancel {
        color: #333;
    }

    .cont_table .tlete_jc td:nth-child(5) {
        text-align: center;
        /* padding-top: .22rem; */
    }

    .cont_table .tlete_jc td:nth-child(5)>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cont_table .tlete_jc td:nth-child(5)>div .payment {
        width: .9rem;
        height: .4rem;
        background-color: #58c184;
        color: #ffffff;
        line-height: .4rem;
        border-radius: 3px;
        font-size: .12rem;
        cursor: pointer;
    }

    .cont_table .tlete_jc td:nth-child(5)>div .details_parent {
        width: .9rem;
        height: .27rem;
        line-height: .27rem;
        color: #999;
        margin-top: 4px;
        cursor: pointer;
        font-size: .12rem;
    }

    .cont_table .tlete_jc td:nth-child(5)>div .details {
        width: .9rem;
        height: .27rem;
        line-height: .27rem;
        color: #999;
        margin-top: 4px;
        cursor: pointer;
        font-size: .12rem;
    }

    .cancel {
        color: #999;
        cursor: pointer;
    }

    .biology_img {
        width: .99rem;
        height: .99rem;
    }

    .biology_img img {
        width: 100%;
        height: 100%;
    }

    .biology_txt>div:nth-child(2) {
        padding-top: .1rem;
    }

    .paging {
        display: flex;
        justify-content: flex-end;
        margin-top: .19rem;
    }

    .paging .paging_page {
        min-width: 6.2rem;
        height: .4rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .paging .number {
        display: flex;
    }

    .paging .number>div {
        width: .4rem;
        height: .4rem;
        border: 1px solid #dcdcdc;
        color: #dcdcdc;
        line-height: .4rem;
        text-align: center;
        color: #666666;
        margin-right: 2px;
    }

    .paging .number .inp {
        width: .6rem;
        height: .4rem;
        border: 1px solid #dcdcdc;
        padding-left: .08rem;
    }

    .paging .number .on {
        border: 0px;
        background-color: #0066b3;
        color: #fff;
    }

    .paging .number .more {
        border: 0px;
    }

    .paging .number .confirm {
        width: .6rem;
        height: .3rem;
        margin-top: 5px;
        line-height: .3rem;
        cursor: pointer;
    }

    .paging .number .arrows {
        font-family: "?????“";
        text-align: center;
        font-size: .26rem;
        color: #aaaaaa;
        line-height: .4rem;
        cursor: pointer;
        margin: 0 5px;
    }

    .hied {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        display: none;
    }

    .hied .dishio {
        width: 5rem;
        height: 2.8rem;
        position: absolute;
        top: 2.3rem;
        left: 50%;
        transform: translate(-50%);
        background-color: #fff;
    }

    .hied .dishio .message {
        font-size: .18rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .hied .dishio .message div {
        width: 2.53rem;
        margin-bottom: .4rem;
        margin-top: .3rem;
    }

    .hied .dishio .close {
        display: flex;
        justify-content: flex-end;
        font-size: .35rem;
        color: #cccccc;
        padding-right: .2rem;
    }

    .hied .dishio .close .close_cc {
        cursor: pointer;
    }

    .hied .dishio .selct {
        display: flex;
        justify-content: center;
    }

    .hied .dishio .selct .confirm_cc {
        width: 1.44rem;
        height: .42rem;
        line-height: .42rem;
        color: #fff;
        text-align: center;
        background-color: #0066b3;
        margin-right: .1rem;
        cursor: pointer;
    }

    .hied .dishio .selct .cancel_ff {
        width: 1.44rem;
        height: .42rem;
        border: 1px solid #cccccc;
        background-color: #f7f7f7;
        line-height: .42rem;
        text-align: center;
        cursor: pointer;
    }



    .but-bgtm {
        padding: .3rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cancellat {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: none;
    }

    .cancellat-bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .cancellat-bx {
        width: 60%;
        height: 2.8rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cancellat-tit {
        padding: .2rem;
        width: 95%;
        display: flex;
        justify-content: flex-end;
    }

    .cancellat-tit>i {
        cursor: pointer;
    }

    .cancellat-txt {
        width: 2.8rem;
        font-size: .18rem;
        text-align: center;
        color: #444444;
        padding: .2rem 0;
    }

    .cancellat-btn {
        padding: .2rem 0;
    }

    .layui-btn {
        width: 1.45rem;
    }

}