@charset "utf-8";

.nav-item {
    display: inline-block;
    width: 21%;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.nav-item.active {
    color: #e53c42;
    font-size: 16px;
}

.nav-item.active:after {
    position: absolute;
    bottom: 0;
    height: 2.5px;
    left: 15px;
    right: 15px;
    display: block;
    content: '';
    background-color: #e53c42;
}

.goods-item {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.goods-item:not(:last-child) {
    margin-bottom: 10px;
}

.item-header {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}

.light-color {
    color: #999 !important;
}

.item-header,
.goods-info,
.item-footer {
    padding: 0 15px;
    overflow: hidden;
}

.red-color {
    font-size: 13px !important;
    color: #e53c42 !important;
}

.item-title.light-color {
    font-size: 14px;
}

.goods-info {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.goods-info .goods-img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}

.goods-info .goods-name {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    color: #575757;
}

.goods-info .valuation-price {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
}

.goods-info .valuation-condition {
    white-space: unset;
    font-size: 12px;
    padding-bottom: 5px;
    color: #aaa;
    max-height: 29px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.goods-info .goods-detail {
    font-size: 13px;
    color: #258ee7 !important;
    line-height: 25px;
    height: 25px;
}

.item-footer {
    height: 50px;
    line-height: 50px;
}

.item-footer .buttons {
    float: right;
    padding-left: 10px;
}

.item-footer .buttons span {
    border: 1px solid #e53c42;
    color: #e53c42;
    border-radius: 10px;
    height: 100%;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 15px;
    height: 25px;
}

.item-footer .buttons.default span {
    color: #ccc;
    border-color: #ccc;
}

/* 弹窗样式 */
.line-through {
    text-decoration: line-through;
    margin-left: 10px;
}

.modal-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 1;
}

.modal-container {
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 75%;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modal-wrapper {
    padding: 15px 30px 45px;
    background-color: #fff;
    border-radius: 10px;
}

.modal-wrapper .modal-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin: 10px auto;
}

.modal-wrapper .modal-desc .info-item {
    margin-bottom: 12.5px;
    font-size: 13px;
    line-height: 22px;
    padding-left: 32px;
    color: #666666;
    position: relative;
}

.modal-wrapper .modal-desc .info-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    transform: translate(0, -50%);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 22px;
}

.modal-wrapper .modal-desc .info-item.active:before {
    background-image: url(/images/old/select.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-desc span {
    display: block;
    line-height: 13px;
    font-size: 13px;
    color: #999999;
    margin-bottom: 13px;
}

.ctrl-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    border-top: 1px solid #ddd;
    z-index: 9999;
}

.ctrl-nav:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0.5px;
    content: '';
    display: block;
    background-color: #ddd;
}

.ctrl-nav .nav-item-left,
.ctrl-nav .nav-item-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
}

.ctrl-nav .nav-item-left {
    left: 0;
    color: #e4393c;
}

.ctrl-nav .nav-item-right {
    right: 0;
    color: #333333;
}

.modal-close-btn {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: url(/images/old/close_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 空页面样式 */
.no-order {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 120px;
    background-color: inherit;
    text-align: center;
}

.no-order .no-image {
    width: 143px;
    height: 144px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.no-order .no-image img {
    width: 100%;
    height: 100%;
}

.no-order span {
    font-size: 16px;
    color: #666;
}

.no-order .no-backbtn {
    border: none;
    border-radius: 25px;
    background-color: #e4393c !important;
    color: #fff !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

.item-title span {
    margin-left: 5px;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    width: 15px;
    text-align: center;
    border: 1px solid #e53c42;
    color: #e53c42;
    border-radius: 20px;
}


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

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

.evaluation-list hr {
    margin-bottom: 0;
}

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

#confirm_receipt .evaluation-list {
    text-align: center;
    padding: 20px;
}

#confirm_receipt .modal-content {
    margin-top: 50%;
}

#confirm_receipt .evaluation-list span {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
}

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

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

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

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

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

.valuation-price {
    font-size: 12px !important;
}

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