.center-wrapper {
    display: flex;
    align-items: stretch;
    padding: 20px 0;
}

.center-left {
    width: 282px;
    background-color: #fff;
    margin-right: 20px;
    padding: 30px;
    border-radius: 15px;
}

.center-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    flex: 1;
    overflow: hidden;
    min-height: 400px;
}

.center-user-name {
    margin-bottom: 50px;
}

.center-user-name .tx {
    text-align: center;
    margin-bottom: 15px;
}

.center-user-name .tx img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.center-user-name .name {
    text-align: center;
    font-weight: bold;
}

.center-menus li {
    margin-bottom: 15px;
}

.center-menus li a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 45px;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 24px;
}

.center-menus li img {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.center-menus li span {
    display: block;
    flex: 1;
    color: rgba(54, 24, 37, 1);
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center-title {
    color: rgba(62, 40, 17, 1);
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    text-transform: capitalize;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    margin-top: 30px;
}

.order-table {
    width: 100%;
}

.order-table th {
    text-transform: capitalize;
    text-align: center;
    min-width: 150px;
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(62, 40, 17, 1);
}

.order-table td {
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    padding: 30px 5px;
    text-align: center;
}

.order-table td .btn {
    text-decoration: underline;
    color: rgba(62, 40, 17, 1);
}

.order-table .gray td {
    background-color: rgba(245, 245, 245, 1);
}

.order-detail-wrapper {
    padding: 30px 0 50px;
    display: flex;
}

.order-detail-wrapper .oleft {
    flex: 1;
    overflow: hidden;
    margin-right: 50px;
}

.order-detail-wrapper .oright {
    flex-shrink: 0;
    width: 500px;
    padding: 44px;
    border-radius: 40px 0 0 0;
    background-color: #F8F8F8;
}

.order-detail-wrapper .oright .title {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 24px;
    color: #361825;
}

.order-detail-btns {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E9E9E9;
}

.order-detail-btns .linkbtn {
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: #3E2811;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 20px;
}

.order-detail-btns .linkbtn:hover {
    color: #B43229;
}

.order-detail-btns .linkbtn.bold {
    font-weight: bold;
}

.order-detail-btns .fs18 {
    font-size: 18px;
}

.odetail-card+.odetail-card {
    margin-top: 50px;
}

.odetail-card .otitle {
    font-weight: bold;
    text-transform: capitalize;
    color: #3E2811;
    font-size: 18px;
    margin-bottom: 20px;
}

.odetail-card .intruce {
    padding: 15px 20px;
    background-color: #F5F5F5;
    color: #361825;
    font-size: 16px;
    border-radius: 10px;
    /* font-weight: bold; */
    line-height: 1.7;
    min-height: 90px;
}

.pick-infos {
    color: rgba(54, 24, 37, .8);
    font-size: 16px;
    /* font-weight: bold; */
}

.pick-infos p+p {
    margin-top: 15px;
}

.order-detail-infor li+li {
    margin-top: 16px;
}

.order-detail-infor li {
    color: rgba(54, 24, 37, 1);
    font-size: 16px;
    /* font-weight: bold; */
}

.order-detail-infor li span {
    color: rgba(54, 24, 37, .4);
    display: inline-block;
    min-width: 186px;
}

.order-detail-infor .un {
    color: #B43229;
}

.order-detail-infor .un span {
    color: rgba(54, 24, 37, .4);
}

.reviewbox {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 10px;
    min-height: 90px;
}

.review-cons {
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    line-height: 2;
}

.review-fen-date {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.review-fen-date .date {
    color: rgba(209, 206, 204, 1);
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}

.review-fens {
    display: flex;
}

.review-fens a+a {
    margin-left: 5px;
}

.review-fens a {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/xing1.png) no-repeat center center;
}

.review-fens a.on {
    background-image: url(../images/xing2.png);
}

.review-imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -5px;
}

.review-imgs .item {
    padding: 0 5px;
    margin-top: 10px;
}

.review-imgs .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.review-imgs .item.big img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.write-review-wrapper .onum {
    color: rgba(54, 24, 37, 1);
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: bold;
}

.write-review-wrapper .name {
    color: rgba(54, 24, 37, 1);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.write-review-wrapper .submit-btn {
    padding-top: 24px;
}

.write-review-wrapper .submit-btn .layui-btn {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    max-width: 324px;
    text-transform: capitalize;
}

.write-review-wrapper .tt {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.upimgbox {
    display: flex;
    flex-wrap: wrap;
}

.upimgbox .item {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}

.upimgbox .item .img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.upimgbox .delbtn {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    right: -6px;
    top: -6px;
    z-index: 9;
}

.upimgbox .delbtn img {
    width: 10px;
    height: auto;
}

.upimgbox .upbtn {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 98px;
    border: 1px solid #DADADA;
    display: block;
    border-radius: 5px;
}


.comment-box {
    padding: 30px;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 20px;
    margin-bottom: 30px;
}

.comment-score {
    font-size: 0;
}

.comment-score a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/fen1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    transition: all .3s ease;
}

.comment-score a.on {
    background-image: url(../images/fen2.png);
}

.comment-box .areas {
    margin-top: 30px;
}

.comment-box .areas .layui-textarea {
    line-height: 1.8;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: rgba(54, 24, 37, 1);
    font-size: 14px;
    font-weight: bold;
}

.pickup-order-address {
    background: url(../images/icon_dingwei.png) no-repeat 24px 18px;
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 20px 20px 20px 66px;
    color: rgba(54, 24, 37, 1);
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 1.7;
    margin-top: 30px;
    border-radius: 10px;
}

.pickup-order-address p+p {
    margin-top: 10px;
}

.center-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.center-title-wrap .title {
    flex: 1;
    overflow: hidden;
    color: rgba(62, 40, 17, 1);
    font-size: 28px;
    text-transform: capitalize;
    font-weight: bold;
}

.center-title-wrap .addbtn {
    flex-shrink: 0;
    padding: 0 26px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(180, 50, 41, 1);
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
}

.address-list li {
    margin-bottom: 30px;
    border-radius: 12px;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 20px 30px 12px;
}

.address-list .namewrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(238, 238, 238, 1);
}

.address-list .name {
    flex: 1;
    overflow: hidden;
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
}

.address-list .name span {
    display: inline-block;
    margin-right: 10px;
}

.address-list .default {
    display: none;
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: rgba(180, 50, 41, 1);
}

.center-content .mt50 {
    margin-top: 50px;
}

.address-list .address {
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 12px;
}

.address-list .btns {
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    text-align: right;
}

.address-list .btns a {
    display: inline-block;
    color: rgba(62, 40, 17, 1);
}

.address-list .on .default {
    display: inline-block;
}

.address-list .on {
    border-color: rgba(180, 50, 41, 1);
}

.edit-address-wrap {
    max-width: 570px;
    margin: 0 70px;
    padding-bottom: 50px;
}

.write-info {
    margin-bottom: 24px;
}

.write-info .tt {
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    margin-bottom: 10px;
}

.write-info .layui-input {
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(218, 218, 218, 1);
    height: 44px;
    line-height: 42px;
    border-radius: 5px;
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
}

.write-info-flex {
    display: flex;
}

.write-info-flex .write-info {
    flex: 1;
}

.write-info-flex .write-info+.write-info {
    margin-left: 20px;
}

.price-input {
    position: relative;
}

.price-input .unit {
    position: absolute;
    left: 16px;
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    z-index: 9;
}

.price-input .layui-input {
    padding-left: 40px;
}

.upload-touxiang {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.upload-touxiang .img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.upload-touxiang .upbtn {
    text-decoration: underline;
    color: rgba(62, 40, 17, 1);
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.card-list li {
    padding: 15px 20px;
    width: 355px;
    border-radius: 20px;
    background-color: rgba(41, 137, 180, 1);
    margin: 0 15px 30px;
}

.card-list li .name {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: bold;
}


.card-list li .number {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 8px;
    margin: 35px 0;
    text-align: center;
}

.card-list li .btns {
    text-align: right;
}

.card-list li .btns a {
    display: inline-block;
    margin-left: 8px;
}