@charset "utf-8";
    /*.islider-btn-outer{display: none;}*/

    .islider-dot-wrap {
        bottom: 0;
    }

    .islider-dot {
        width: 0.5em;
        height: 0.5em;
    }

    .content-box {
        margin-top: 45px;
    }

    .nav-items {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 45px;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .nav-items .nav-wrapper {
        height: 100%;
        overflow: hidden;
        margin: 10px 0;
    }

    .nav-items .nav-list {
        white-space: nowrap;
        overflow-x: scroll;
        background-color: #fff;
        padding: 0 5px;
    }

    .nav-list::-webkit-scrollbar {
        display: none;
    }

    .nav-list a.nav-item {
        position: relative;
        display: inline-block;
        width: auto;
        line-height: 29px;
        padding: 0 10px;
        font-size: 15px;
    }

    .nav-list a.nav-item.active {
        color: #e53c42;
    }

    .nav-list a.nav-item.active:after {
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        left: 10px;
        right: 10px;
        bottom: -1px;
        background-color: #e53c42;
        z-index: 99;
    }

    a:active,
    a:link,
    a:hover {
        color: #000;
        text-decoration: none;
    }

    .content .lists>a {
        display: block;
        width: 100%;
        margin-top: 5px;
        padding: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .content .lists2 {
        display: block;
        width: 100%;
        margin-top: 5px;
        padding: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .list {
        position: relative;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    p.title {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .pic {
        margin-bottom: 5px;
    }

    .pic img {
        width: 100%;
        height: 100%;
        margin-bottom: 5px;
    }

    .content {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    p {
        color: #575757;
    }

    .pull-left.visit {
        position: relative;
        display: block;
        padding-left: 17px;
    }

    .pull-left.visit:before {
        position: absolute;
        top: 2px;
        left: 0;
        width: 14.5px;
        height: 11px;
        content: '';
        background-image: url(/images/old/visit.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .dropload-noData {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        color: #BBBBBB;
    }

    .nav-items .nav-wrapper {
        margin: 0;
    }

    .nav-list a.nav-item {
        line-height: 45px;
    }

    body {
        font-family: "microsoft yahei";
    }

    .lists li {
        margin-bottom: 10px;
        background-color: #fff;
    }

    .lists label {
        font-size: 13px;
    }

    .lists li li {
        padding: 0 6%;
        margin-bottom: 0;
    }

    .lists li li>a {
        display: block;
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .lists li>a img {
        width: 75px;
        height: 75px;
        margin-right: 10px;
        float: left;
    }

    .lists li>a p {
        line-height: 25px;
        margin: 0;
        font-size: 13px;
    }

    .lists li>a p>span {
        line-height: 25px;
        font-size: 13px;
    }

    .pull-right {
        float: right;
    }

    .red-color {
        color: #e53c42;
    }

    .light-color {
        color: #999;
    }

    .lists .list-header {
        line-height: 45px;
        overflow: hidden;
        padding: 0 6%;
        border-bottom: 1px solid #eee;
    }

    .lists .list-footer {
        line-height: 45px;
        overflow: hidden;
        border-top: 1px solid #eee;
    }

    .pull-right button {
        border: none;
        background-color: #fff;
    }

    .pull-right button span {
        padding: 5px 10px;
        border: 1px solid #ccc;
        margin-left: 5px;
        border-radius: 5px;
    }

    .pull-right button span.light-color {
        color: #ccc;
        border-color: #ccc;
    }

    .modal-content {
        width: 90%;
    }

    button>span {
        cursor: pointer;
    }

    .close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    .close-btn img {
        width: 100%;
        height: 100%;
    }

    .evaluation-list hr {
        border: 1px solid #fff;
    }

    .evaluation-list li {
        line-height: 40px;
        font-size: 13px;
    }

    .evaluation-list li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .modal-content {
        margin-top: 25%;
    }

    .cancel-btn.disabled {
        border: 1px solid #ccc;
        background-color: #ccc;
    }

    .cancel-btn {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 15px;
        border: 1px solid #e53c42;
        background-color: #e53c42;
        color: #fff;
        border-radius: 5px;
        margin: 20px auto;
    }

    .cancel-list li {
        position: relative;
        cursor: pointer;
    }

    .cancel-list li:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 15px;
        display: block;
        content: '';
        transform: translate(0, -50%);
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .cancel-list li.active:after {
        border: none;
        background-image: url(/images/old/select.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #order_cancel .confirm {
        display: inline-block;
        border: none;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
        padding: 0 20px;
        margin-left: 15px;
        border-radius: 5px;
        width: 35%;
    }

    .confirm.ctrl {
        background-color: #e53c42;
    }

    .confirm.cancel {
        background-color: #ccc;
    }

    .nav-items .nav-list {
        padding: 0 15px;
        text-align: left;
    }

    .lists .no-result {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }

    .no-result img {
        width: 50%;
    }

    .no-result button {
        display: block;
        margin: 0 auto;
        height: 40px;
        font-size: 14px;
        background-color: #fff;
        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
    }

    p.light-color {
        font-size: 14px;
        color: #999;
        margin: 0;
        line-height: 25px;
    }

    p.light-color:first-child {
        margin-top: 10px;
    }

    p.light-color:last-child {
        margin-bottom: 10px;
    }

    .evaluation-list {
        text-align: center;
        padding-bottom: 25px;
        padding-top: 30px;
    }

    .modal-dialog {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 25%;
    }
