/* show */

.show-container {
    margin-top: 28px;
    min-width: 1300px;
}

.show-container .container {
    align-items: flex-start;
}


/* show-left */

.show-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.person-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 187px;
    margin-top: 17px;
    background-color: #fff;
}

.user-name {
    margin: 10px 0 16px 0;
}

.list-bar-container {
    margin-top: 18px;
    padding: 30px 0;
    background: url('/image/listBarTop.png') no-repeat center top/contain, url('/image/listBarBottom.png') no-repeat center bottom/contain #fff;
}

.list-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 202px;
    /* height: 204px; */
    background: url('/image/listBarLeft.png') repeat-y left top/10px 10px, url('/image/listBarRight.png') repeat-y right top/11px 11px;
}

.list-bar li {
    margin-bottom: 22px;
}

.list-bar li:last-child {
    margin-bottom: 0;
}


/* show-right */


/* my-order */

.show-right {
    flex-grow: 0;
    flex-shrink: 0;
    width: 948px;
}

.order-tab {
    height: 50px;
    font-size: 16px;
}

.order-tab .li {
    margin-right: 68px;
}

.order-list-table {
    width: 948px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.table-head {
    white-space: nowrap;
    font-weight: normal;
    /* font-weight: lighter; */
    height: 40px;
    text-align: center;
}

.table-head .head-num {
    width: 544px;
}

.table-head .head-money {
    width: 135px;
}

.item-top .item-top-item .money-container {
    /* padding-left: 5px;
    padding-right: 5px; */
}

.item-top-item .order-list-money {
    margin-bottom: 0;
    font-size: 12px;
}

.item-top-item .real-price {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.table-head .head-person {
    width: 230px;
}

.item-top {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
}

.item-top-item {
    /* padding: 46px 0; */
}

.item-top-item .border-gray {
    border-left: none;
    border-top: none;
    border-bottom: none;
    /* border-bottom: none; */
    /* margin-top: 23px;
    margin-bottom: 23px; */
    margin: 23px 0;
    height: 123px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-top-item:last-child .border-gray {
    border-top: none;
    border-left: none;
    border-right: none;
}

.border-gray-item {
    margin-bottom: 11px;
}

.border-gray .border-gray-item:last-child {
    margin-bottom: 0;
}

.item-middle {
    white-space: nowrap;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.item-middle-left,
.item-middle-right {}

.item-middle-right {
    text-align: right;
}

.item-middle-left div,
.item-middle-right div {
    display: inline-block;
    margin-right: 10px;
}

.order-com {
    padding-left: 20px;
}

.order-no {
    margin-right: 0;
}

.item-middle-right .order-time {
    margin-right: 20px;
}

.item-bottom {
    text-align: right;
    line-height: 40px;
    height: 40px;
    padding-left: 717px;
}

.item-bottom .nowrap {
    text-align: right;
}

.white-space {
    height: 40px;
}

.orderlist-td {
    overflow: hidden;
}


/* my-store */

.head {
    height: 64px;
    font-size: 20px;
    line-height: 64px;
}

.store-head {
    height: 65px;
    font-size: 18px;
    line-height: 65px;
}

.total-num {
    margin-left: 15px;
    font-size: 14px;
}


/* 送评流程 */

.circuit {
    justify-content: flex-start;
}

.circuit .circuit-line {
    margin: 0 10px;
}

.shiping-method-top {
    height: 55px;
}

.shiping-address {
    line-height: 18px;
}

.select-com {
    outline: none;
}

.select-no {
    margin-left: 41px;
}


/* .add-img {
    width: 84px;
    height: 84px;
    margin-bottom: 5px;
    justify-content: center;
    cursor: pointer;
}

.image-array {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.img-item {
    position: relative;
    margin-right: 25px;
}

.img-item:nth-child(5n+5) {
    margin-right: 0;
}

.img-item:nth-child(n+6) {
    margin-top: 25px;
}

.img-item:nth-child(n+5)+.add-img-container {
    margin-top: 25px;
}

.dele-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
} */

.store-list-table {
    width: 891px;
}

.store-list-table td {
    border: 1px solid #DFDBDB;
    text-align: center;
}

.store-list-table td input {
    width: 90%;
    text-align: center;
}


/* .store-list-table-text {
    height: 60px;
} */


/* 送评清单 */

.order-list-container {
    flex-wrap: wrap;
}

.list-item {
    flex: 0 0 49.5%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
}

.item-right {
    flex: 1;
    line-height: 1.7;
}

.goods-name-row {
    align-items: flex-start;
    justify-content: flex-start;
}

.list-item .img-cover {
    width: 96px;
    height: 96px;
    margin-right: 12px;
}

.submit {
    margin-top: 85px;
    margin-left: 351px;
}


/* 添加商品详情 */

.add-mask .add-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    max-height: 90vh;
    border-radius: .4rem;
    background-color: #fff;
}

.add-content {
    max-height: 90vh;
    overflow-y: auto;
}

.add-container .title {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 23px 0 29px 0;
}

.add-container .row {
    justify-content: flex-start;
}

.add-container .container {
    width: 100%;
}

.add-container .form-item+.form-item {
    margin-top: 15px;
}

.form-item .field-name {
    flex: 0 0 95px;
    margin-right: 12px;
    text-align: right;
}

.form-item input,
.form-item select {
    width: 202px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-indent: 14px;
}

.form-item input+input,
.form-item select+select {
    margin-left: 12px;
}

.description input {
    width: 100%;
    margin-right: 39px;
}

.form-img {
    align-items: flex-start;
}

.form-img .field-name {
    line-height: 40px;
}

.goods-content {
    overflow-y: auto;
    max-height: 90vh;
}

.close-mask {
    display: inline-block;
    position: absolute;
    top: .75rem;
    right: .75rem;
    background: url('/image/mobile/close.png') no-repeat center/contain;
    width: 1rem;
    height: 1rem;
}


/* 添加照片 */

.imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: .2rem;
    margin-bottom: .2rem;
    margin-right: 39px;
}

.imgs .img-item {
    width: 202px;
    height: 152px;
    /* background: #F2F2F2; */
    border-radius: .2rem;
    position: relative;
    overflow: hidden;
    margin-right: 14px;
}

.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgs .img-item:nth-child(4n+4) {
    margin-right: 0;
}

.imgs .img-item .delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url('/image/mobile/appraisal/dele.png') no-repeat center/cover;
}

.imgs .img-item>.imageArray {
    width: 100%;
    padding-bottom: 100%;
}

.imgs .img-item>.add {
    width: 100%;
    padding-bottom: 100%;
}


/* .imgs .img-item.add>.imageArray {
    width: 50%;
    margin-top: 25%;
    margin-left: 25%;
    line-height: 212px;
} */

.add-img {
    /* width: 33%;
    height: 33%; */
    background: url('/image/mobile/appraisal/add.png') no-repeat center/48px #F2F2F2;
}

.imgs .img-item {
    margin-bottom: 16px;
}

.confirm-btn {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 29px;
}

/* 图片放大 */

.img-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    /* display: flex;
    justify-content: center; */
    /* align-items: center; */
    background-color: #fff;
    padding: 10px;
}

.img-container-item {
    overflow: auto;
    max-width: 90vw;
    max-height: 90vh;
}

.img-container img {
    /* margin: 10px; */
    width: 100%;
}

.img-container .img-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

/* 商品详情弹窗 */

.goods-mask .goods-info-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    max-height: 90vh;
    border-radius: .4rem;
}

.goods-info-container .row {
    justify-content: flex-start;
}

.goods-info-container .form-item+.form-item {
    margin-top: 5px;
}

.goods-info-container .title {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 23px 0 29px 0;
}

.goods-info-container .form-img {
    align-items: flex-start;
}

.goods-info-container .container {
    width: 100%;
}

.goods-content {
    overflow-y: auto;
    max-height: 90vh;
}

.close-mask {
    display: inline-block;
    position: absolute;
    top: .75rem;
    right: .75rem;
    background: url('/image/mobile/close.png') no-repeat center/contain;
    width: 1rem;
    height: 1rem;
}


/* 图片列表 */

.item-img-array {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 14px;
    flex-wrap: wrap;
    /* padding: 0.25rem 0.5rem; */
}

.item-img-array .img {
    flex: 0 0 auto;
    width: 202px;
    height: 152px;
    /* padding: 0.25rem; */
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
}

.item-img-array .img-bg {
    flex: 1;
    /* max-width: 100%; */
    /* border-radius: 4px;
    margin-bottom: 4px; */
    border-radius: 8px;
    /* padding-bottom: 100%; */
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
}


/* my-address */

.address-list {
    justify-content: flex-start;
    margin-top: 20px;
}

.shiping-method-top .input-radio {
    margin-left: 50px;
}

.address-item {
    width: 301px;
    min-height: 149px;
    margin-left: 23px;
}

.address-item:first-child {
    margin-left: 0;
}

.address-item-head {
    padding: 0 17px;
    height: 36px;
}

.address-item-head-right {
    justify-content: flex-end;
}


/* .vertical-line {
    margin: 0 10px;
} */

.addrss-item-body {
    min-height: 113px;
    padding: 10px 20px;
    line-height: 1.5;
}

.add-address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.address-info {
    padding: 30px 33px;
}

.address-info span {
    margin-right: 20px;
}

.address-info-item {
    height: 73px;
    border-bottom: 1px solid #DFDBDB;
    line-height: 73px;
}

select {
    border: none;
    outline: none;
}

.city-item {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    direction: rtl;
    padding-right: 10px;
    max-width: 105px;
    min-width: 68px;
}

.city-item option {
    width: 100%;
}

.detail-title {
    line-height: 73px;
}

.address-add,
.address-edit {
    margin-top: 20px;
}

.address-info-bottom {
    margin-top: 51px;
    justify-content: center;
}

.address-info-bottom .btn-gray {
    margin-left: 10px;
}

.address-submit {
    /* margin-top: 51px; */
}

.detail input {
    width: 600px;
}

.detail-address {
    height: 42px;
    overflow: hidden;
}


/* order-info */

.order-info {
    overflow: auto;
    width: 916px;
    height: 770px;
    padding: 23px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-info {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.order-info-title {
    margin-bottom: 25px;
    text-align: center;
}

.order-info-item {
    margin-top: 10px;
    line-height: 30px;
}

.address-info-head {
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #333;
}

.order-info-table {
    width: 851px;
}

.order-info-table td {
    border: 1px solid #DFDBDB;
    text-align: center;
}

.order-list-img {
    width: 62px;
    height: 60px;
}

.table-container {
    max-height: 190px;
    overflow: auto;
}


/* 支付二维码 pay-qrcode */

.pay-qrcode {
    width: 396px;
    height: 391px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    text-align: center;
}

.close-pay {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 24px;
    height: 24px;
    color: #ccc;
    cursor: pointer;
}

.qrcode {
    width: 124px;
    height: 124px;
    margin-top: 24px;
    margin-left: 50%;
    transform: translate(-50%);
}

.qrcode img {
    width: 100%;
}

.fliter {
    width: 2000px;
    height: 1000px;
    position: fixed;
    background: rgba(0, 0, 0, .3);
}

.pay-name {
    margin-top: 24px;
}

.pay-price {
    margin-top: 48px;
}

.pay-tip {
    margin-top: 22px;
}

.pay-type {
    margin-top: 23px;
}

.pay-success-text {
    margin-top: 90px;
}

.pay-success-link {
    margin-top: 20px;
}


/* 乘号 */

.x {
    display: inline-block;
    margin: 0 10px;
}


/* 选择地址 */

.select-address {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}

.select-address span {
    display: inline-block;
    width: 78px;
    height: 22px;
    border-radius: 4px;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #AD1119;
    cursor: pointer;
}


/* 选择支付方式 */

.pay-method {
    width: 618px;
    height: 301px;
}

.pay-method .close-pay {
    top: 8px;
    right: 0;
    color: #333;
}

.head-method {
    height: 30px;
    padding-left: 18px;
    line-height: 30px;
}

.item-first {
    margin-top: 32px;
    padding-left: 18px;
    justify-content: flex-start;
}

.item-second {
    margin-left: 86px;
    margin-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-money {
    border-bottom: 1px solid #DFDBDB;
}

.img-ok {
    margin-right: 18px;
}

.row-method {
    justify-content: flex-start;
}

.method-container {
    width: 176px;
    height: 56px;
    margin: 0 8px;
    border: 1px solid #eee;
    justify-content: center;
}


/* footer */

.footer a {
    color: #fff;
}


/* 添加图片 */
.dele-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/image/mobile/appraisal/dele.png) no-repeat center/cover;
}