.no-scroll {
    overflow: hidden;
}

.my-account {
    width: 100%;
    position: relative;
}

.my-account:before {
    content: "";
    width: 50%;
    /*background: #f4f4f4;*/
    height: 100%;
    position: absolute;
}

.my-account > div {
    background-color: #fff;
}

.menus {
    width: 100%;
    max-width: 1440px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.menus-list {
    background: #f4f4f4;
    width: 25%;
    height: auto;
    padding-top: 49px;
    padding-bottom: 143px;
    display: inline-block;
}

.menus-item {
    color: #757575;
    font-style: normal;
    font-size: 20px;
    font-weight: 550;
    line-height: 32px;
    width: auto;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menus-item .icon {
    width: 22px;
    margin-right: 10px;
    margin-left: 64px;
    position: relative;
    top: 1px;
    font-size: 22px;
    color: #757575;
    cursor: pointer;
}

.menus-item:hover .icon {
    color: #000;
}

.menus-item .title {
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    position: relative;
}

.menus-item:hover .title {
    color: #000;
    text-transform: capitalize;
}

.active .icon {
    color: #000;
}

.active .title {
    color: #000;
    text-transform: capitalize;
}

.active .title:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    width: 100%;
    background-color: #000;
    left: 0;
}

.menus-item:hover .title:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    width: 100%;
    background-color: #000;
    left: 0;
}

.menus-bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 48px;
    width: 65%;
    margin-top: 24px;
    margin-left: 64px;
}

.menus-bottom .sub-header {
    font-size: 20px;
    line-height: 30px;
    font-weight: 550;
}

.menus-bottom .content {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 550;
}

.menus-bottom .online-service {
    margin-top: 32px;
}

.menus-bottom .info {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    margin-top: 6px;
    font-weight: normal;
}

.menus .content {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: unset;
}

.account-details {
    padding: 48px 96px 96px 78px;
}

.account-details .title {
    font-size: 48px;
    line-height: 72px;
    font-weight: bold;
}

.account-details .detail {
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
}

.account-details .detail .user-info {
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e5;
}

.account-details .button-container {
    background-color: #000;
    color: #fff;
    width: 20%;
    margin-top: 60px;
}

.account-details .item {
    margin-top: 30px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 60px;
}

.account-details .item .label {
    color: #757575;
    padding: unset;
    font-weight: normal;
    font-size: 16px;
    width: 15%;
    text-align: left;
}

.account-form .item-group {
    margin-top: 40px;
    width: 50%;
}

.my-address .my-address-list {
    margin-left: 78px;
}

.my-address .my-address-list.no-list, .my-coupon .my-coupon-list.no-list {
    padding-top: 167px
}

.my-address .my-address-list.no-list .header, .my-address .my-address-list.no-list .address-list {
    display: none;
}

.my-address .my-address-list.have-list {
    margin-top: 50px;
}

.my-address .my-address-list .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
}

.my-address .my-address-list .header .header-title {
    font-size: 48px;
    line-height: 72px;
    text-align: left;
    font-weight: 550;
}

.my-address .my-address-list .header .header-button .black-primary {
    width: 180px;
    height: 42px;
    font-size: 12px;
}

.my-address .no-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.my-address .no-address .title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}

.my-address .no-address .button-container {
    width: 30%;
    height: 54px;
}

.my-address .my-address-list .address-list, .my-coupon .my-coupon-list .coupon-list {
    width: 90%;
}

.my-address .my-address-list .address-list .address-item {
    padding: 36px;
    margin-bottom: 23px;
}

.my-address .my-address-list .address-list .address-item:last-child {
    margin-bottom: 160px;
}

.my-address .my-address-list .address-list .address-item .mail-edit {
    top: 36px;
    right: 36px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.my-address .my-address-list .address-list .address-item .tag {
    margin-top: 0;
}

.my-coupon .coupon-title-wrapper {
    padding: 48px 96px 48px 78px;
}

.my-coupon .coupon-title-wrapper .title {
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}

.my-coupon .coupon-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    margin-left: 78px;
    margin-right: 106px;
    padding-top: 36px;
    padding-bottom: 46px;
}

.my-coupon .my-coupon-list.no-list .coupon-title-wrapper, .my-coupon .my-coupon-list.no-list .coupon-content-wrapper {
    display: none;
}

.my-coupon .coupon-content-wrapper .coupon-item {
    min-width: 400px;
    height: 130px;
    margin-bottom: 20px;
    background-image: url('../img/coupon-backgroud.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.coupon-content-wrapper .coupon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.coupon-content-wrapper .coupon-text .information {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.coupon-content-wrapper .coupon-text .information .title {
    width: 90%;
    font-size: 18px;
    color: #ffe2c4;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 10px;
    padding-left: 15px;
}

.coupon-content-wrapper .coupon-text .information .effective-data {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: #fff;
    padding-left: 15px;
    width: 90%;
    text-align: center;
}

.coupon-content-wrapper .coupon-text .use-immediately {
    font-size: 16px;
    width: 32%;
    height: 100%;
    line-height: 130px;
    text-align: center;
    cursor: pointer;
}

.coupon-content-wrapper .coupon-text .use-immediately span {
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    background-color: #d62929;
    border-radius: 10px;
    margin-right: 10px;
}


.my-coupon .no-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.my-coupon .no-coupon .title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}

.my-coupon .no-coupon .button-container {
    margin-top: 30px;
    width: 30%;
    height: 54px;
}

.order-list .title {
    font-size: 48px;
    line-height: 72px;
    margin: 49px 0 48px 78px;
    font-weight: 600;
}

.empty-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.empty-order .empty-text {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    padding-top: 180px;
}

.order-list .list {
    margin: 0 0 100px 78px;
}

.order-item {
    padding: 36px 36px 24px;
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
}

.order-item .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-item .flex-box .left .order-sn {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.order-item .flex-box .left .status {
    padding: 0 12px;
    background: #81f3ff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 550;
    display: inline-block;
    margin-right: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.order-item .flex-box .left .status.grey {
    background-color: #9b9b9b;
    color: #fff;
}

.order-item .flex-box .left .status.light-blue {
    background-color: #81f3ff;
}

.order-item .flex-box .left .status.blue {
    background-color: #0069b8;
    color: #fff;
}

.order-item .flex-box .left .status.red {
    background-color: #d62929;
    color: #fff;
}

.order-item .flex-box .left .status.black {
    background-color: #000;
    color: #fff;
}

.order-item .flex-box .left .time {
    font-size: 14px;
    line-height: 22px;
    font-weight: 550;
    display: inline-block;
}

.order-item .flex-box .left .line {
    margin: 9px 0 24px;
}

.order-item .flex-box .left .line .item {
    display: inline-block;
    margin-right: 76px;
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}

.order-item .flex-box .left .line .item span {
    margin-left: 8px;
}

.order-item .flex-box .left .images {
    width: 588px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-item .flex-box .left .images .img-box {
    position: relative;
}

.order-item .flex-box .left .images .image {
    width: 88px;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
    margin-bottom: 12px;
}

.order-item .flex-box .btn {
    width: 198px;
}

.order-item .flex-box .del-btn, .order-item .flex-box .cancel-btn {
    font-size: 14px;
    line-height: 16px;
    color: #9b9b9b;
    font-weight: 550;
    margin-top: 19px;
    text-align: center;
    border: none;
    height: auto;
}

.order-detail {
    padding: 49px 96px 30px 76px;
}

.order-detail .order-detail-header {
    margin-bottom: 44px;
}

.order-detail .order-detail-header .title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 22px;
    font-weight: 550;
}

.order-detail .order-detail-header .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    color: #9b9b9b;
}

.order-detail .order-detail-header .bread .first {
    cursor: pointer;
}

.order-detail .order-detail-header .bread .split {
    width: 10px;
    text-align: center;
}

.order-detail .order-detail-header .bread .second {
    color: #353535;
}

.order-detail .order-detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.order-detail .order-detail-content .detail-aside {
    border: 1px solid #e5e5e5;
}

.order-detail .order-detail-content .detail-aside.left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 42px;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info {
    padding: 36px;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .title {
    font-weight: 550;
    font-size: 24px;
    line-height: 36px;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status .status {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 12px;
    background: #81f3ff;
    font-weight: 550;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status .status.grey {
    color: #fff;
    background: #9b9b9b;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status .status.blue {
    background-color: #0069b8;
    color: #fff;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status .status.red {
    background-color: #d62929;
    color: #fff;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status .status.black {
    background-color: #000;
    color: #fff;
}

.order-detail .order-detail-content .detail-aside.left .order-main-info .order-info {
    position: relative;
    margin-top: 24px;
}

.order-detail .order-info-wrapper {
    position: relative;
}

.order-detail .cancel-order {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 21px;
    color: #757575;
    cursor: pointer;
    border-bottom: 1px solid #757575;
}

.order-detail .order-info .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    margin-top: 6px;
}

.order-detail .order-info .info-item:first-child {
    margin-top: 0;
}

.order-detail .order-info .info-item .val {
    margin-left: 8px;
}

.order-detail .order-line-list {
    margin-top: 23px;
    border-top: 1px solid #e5e5e5;
}

.order-detail .order-line-list .item {
    color: #757575;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-detail .order-line-list .item .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 110px;
    margin-right: 24px;
}

.order-detail .order-line-list .item .img-box .image {
    cursor: pointer;
    width: 100%;
    height: auto;
    max-height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

.order-detail .order-line-list .item .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}

.order-detail .order-line-list .item .item-content .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-detail .order-line-list .item .item-content .name, .order-detail .order-line-list .item .item-content .price {
    font-size: 14px;
    line-height: 22px;
    font-weight: 550;
    color: #000;
}

.order-detail .order-line-list .item .item-content .price {
    margin-bottom: 10px;
}

.order-detail .order-line-list .item .item-content .sale-price {
    color: #d62929;
}


.order-detail .order-line-list .item .item-content .market-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-left: 4px;
    color: #757575;
}

.order-detail .address-content {
    width: 100%;
    padding: 36px 36px 34px;
    border-top: 1px solid #e5e5e5;
}
.from_address-content{
    width: 100%;
    padding: 36px 36px 34px;
    border-top: 1px solid #e5e5e5;
}
.order-detail .address-content .title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 550;
}

.from_address-content .title{
    font-size: 20px;
    line-height: 36px;
    font-weight: 550;
}

.from_address-content .address-detail{
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}


.order-detail .address-content .address-detail {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.text-detail {
    border: 0;
    border-radius: 5px;
    background-color: rgba(241, 241, 241, .98);
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
}

.order-detail .address-content .address-detail .name {
    font-weight: 550;
}
.from_address-content .address-detail .name{
    font-weight: 550;
}

.order-detail .address-content .address-detail .phone {
    color: #757575;
    margin: 6px 0;
}

.from_address-content .address-detail .phone{
    color: #757575;
    margin: 6px 0;
}

.order-detail .address-content .address-detail .address {
    color: #757575;
}

.from_address-content .address-detail .address{
    color: #757575;
}

.order-detail .order-detail-content .detail-aside.right {
    width: 348px;
}

.summary-container {
    width: 100%;
    padding: 36px 36px 33px;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
}

.summary-container .title {
    font-size: 24px;
    color: #000;
    font-weight: 550;
    line-height: 36px;
    margin-bottom: 24px;
}


.summary-container .summary-content .info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    color: #757575;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.summary-container .summary-content .info-item .child-item, .summary-container .summary-content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.summary-container .summary-content .info-item:first-child {
    margin-top: 0;
}

.summary-container .summary-content .info-item .val {
    color: #757575;
}

.summary-container .summary-content .info-item .val.red {
    color: #b0000d;
}

.summary-container .summary-content .info-item.total {
    color: #000;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.summary-container .summary-content .info-item.total .val {
    color: #000;
}

.payment-method {
    width: 100%;
    padding: 36px 36px 34px;
    border: none;
    border-top: 1px solid #e5e5e5;
}

.payment-method .pay-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    background: #027aff;
    font-weight: 550;
}

.payment-method .pay-btn.wechat {
    background-color: #07c160;
}

.payment-method .pay-btn .iconfont {
    font-size: 20px;
    margin-right: 5px;
}

.payment-method .tip {
    color: #757575;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.payment-method .tip i {
    font-size: 14px;
}

.payment-method .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    font-weight: 600;
}

.payment-method .info .lab {
    font-size: 16px;
    line-height: 24px;
    font-weight: 550;
}

.payment-method .info .lab.bill {
    margin-top: 16px;
}

.payment-method .info .val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 550;
}

.payment-method .info .val.grey {
    color: #757575;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.payment-method .info .val .iconfont {
    font-size: 24px;
    margin-right: 4px;
}

.payment-method .info .val .icon-alipay {
    color: rgb(22, 119, 255);
}


.payment-method .info .val .icon-wechat-pay {
    color: rgb(7, 193, 96);
}

.payment-method .info .val .icon-tooltip {
    font-size: 14px;
    color: #757575;
    margin-right: 2px;
}

.my-address-list .add-new-address {
    height: 50px;
    margin: 0 auto 36px;
    display: none;
}

.my-address-list.no-list .add-new-address {
    display: none;
}

.but_block {
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
    background-color: #000000; /* 按钮背景色 */
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
}

.but_block:hover {
    background-color: rgba(0, 0, 0, .6);
}

.app-apply-btn {
    display: none;
}

#app-apply-form {
    z-index: 1002;
}

@media (max-width: 768px) {

    .but_block {
        display: none;
    }

    .app-apply-btn {
        display: inline-block;
    }

    /*#app_but_block {*/
    /*    display: inline-block;*/
    /*    line-height: 22px;*/
    /*    padding: 4px 12px;*/
    /*    font-size: 14px;*/
    /*    color: #fff;*/
    /*    background-color: #000000; !* 按钮背景色 *!*/
    /*    border: none;*/
    /*    text-align: center;*/
    /*    cursor: pointer;*/
    /*    transition: background-color 0.3s ease, transform 0.3s ease; !* 添加过渡效果 *!*/
    /*    margin-right: 20px;*/
    /*}*/

    .app-apply-btn:hover {
        background-color: rgba(0, 0, 0, .6);
    }

    .my-address-list .add-new-address {
        display: inline-block;
    }

    .menus {
        display: block;
        min-height: auto;
    }

    .textupbuten {
        margin-top: 25%
    }

    .menus .menus-list {
        width: 100%;
        background: #fff;
        overflow-y: hidden;
        overflow-x: auto;
        display: -webkit-box;
        padding: 0;
    }

    .menus-item {
        width: auto;
        padding: 10px 16px 14px;
        height: auto;
        margin-right: 4px;
    }

    .menus-item .icon {
        display: none;
    }

    .menus-item .title {
        font-size: 14px;
        line-height: 22px;
        border-bottom: 0;
    }

    .active .title {
        border-bottom: 0;
        font-weight: 550;
        position: relative;
    }

    .active .title:after {
        height: 2px;
        color: #000;
        content: " ";
        width: 100%;
        background: #000;
        position: absolute;
        left: 0;
        bottom: -14px;
        z-index: 1;
    }

    .menus-item:active .title:after, .menus-item:hover .title:after {
        height: 2px;
        color: #000;
        content: " ";
        width: 100%;
        background: #000;
        position: absolute;
        left: 0;
        bottom: -14px;
        z-index: 1;
    }

    .menus-bottom {
        display: none;
    }

    .menus .content {
        position: relative;
        border-top: 1px solid #e5e5e5;
        margin-top: -1px;
        width: 100%;
    }

    .account-details {
        padding: 0 24px 32px;
    }

    .account-details .title {
        display: none;
    }

    .account-details .detail {
        border-top: unset;
        margin-top: 0;
    }

    .account-details .item .label {
        width: 30%;
    }

    .account-details .button-container {
        width: 35%;
    }

    .account-form .item-group {
        width: 100%;
    }

    .order-list {
        width: 100%;
        min-height: 70vh;
        margin-bottom: 60px;
    }

    .order-list .list {
        margin: 0;
        width: 100%;
    }

    .empty-order .empty-text {
        font-size: 24px;
        padding-top: 140px;
        margin: 0 auto;
    }

    .order-item {
        padding: 32px 24px 24px;
        border: 0;
        border-bottom: 12px solid #f4f4f4;
        margin-bottom: 0;
    }

    .order-item .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-item .flex-box .left .order-sn {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .order-item .flex-box .left .status {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 8px;
    }

    .order-item .flex-box .left .line {
        margin-top: 16px;
    }

    .order-item .flex-box .left .line .item {
        display: block;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .order-item .flex-box .left .images {
        width: 330px;
        margin-top: -9px;
    }

    .order-item .flex-box .left .images .image {
        width: 76px;
        height: 95px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .order-item .flex-box .right {
        margin-top: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .order-item .flex-box .right .btn {
        width: 226px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 50px;
        color: #fff;
        background: #000;
    }

    .order-item .flex-box .right .cancel-btn, .order-item .flex-box .right .del-btn {
        margin: 0 0 0 8px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        color: #757575;
        border: 1px solid #757575;
    }

    .my-coupon {
        min-height: 70vh;
    }

    .my-coupon .no-coupon .title {
        font-size: 24px;
    }

    .my-coupon .coupon-content-wrapper {
        margin-left: 24px;
        margin-right: 24px;
        border-top: unset;
    }

    .my-coupon .coupon-content-wrapper .coupon-item {
        min-width: unset;
        width: 100%;
        height: 100px;
    }

    .coupon-content-wrapper .coupon-text .use-immediately {
        line-height: 100px;
    }


    .my-coupon .no-coupon .button-container {
        width: 40%;
    }

    .my-address {
        min-height: 70vh;
    }

    .my-address .no-address .title {
        font-size: 24px;
        line-height: 32px;
    }

    .my-address .no-address .button-container {
        width: 40%;
        margin-top: 30px;
    }

    .my-address .my-address-list {
        margin-left: 0;
        padding: 0 24px;
    }

    .my-address .my-address-list .header {
        width: 100%;
    }

    .my-address .my-address-list .address-list {
        width: 100%;
    }

    .order-detail {
        padding: 30px 0 0 0;
    }

    .order-detail .order-detail-header {
        margin-bottom: 24px;
    }

    .order-detail .order-detail-header .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0;
        padding: 0 24px;
    }

    .order-detail .order-detail-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-detail .order-detail-content .detail-aside {
        border: none;
    }

    .order-detail .order-detail-content .detail-aside.left {
        width: 100%;
        margin-right: 0;
    }

    .order-detail .order-detail-content .detail-aside.left .order-main-info {
        padding: 0;
    }

    .order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header {
        padding: 0 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .title {
        font-size: 18px;
        line-height: 28px;
    }

    .order-detail .order-detail-content .detail-aside.left .order-main-info .aside-header .order-status {
        margin: 16px 0;
    }

    .order-detail .order-detail-content .detail-aside.left .order-main-info .order-info {
        padding: 0 24px 24px;
        border-bottom: 12px solid #f4f4f4;
    }

    .order-detail .order-line-list {
        padding: 0 24px 24px;
        margin-top: 0;
        border: none;
        border-bottom: 12px solid #f4f4f4;
    }

    .order-detail .order-line-list .item .img-box {
        width: 120px;
        height: 150px;
    }

    .order-detail .order-line-list .item .img-box .image {
        width: 120px;
        height: auto;
        max-height: 150px;
    }

    .order-detail .order-line-list .item .item-content .price {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 48px;
    }

    .summary-container {
        margin-top: 24px;
        padding: 24px 0 0;
        border-top: 1px solid #e5e5e5;
    }

    .order-detail .order-detail-content .detail-aside.right {
        width: 100%;
        padding: 0 24px 24px;
    }

    .payment-method {
        margin-top: 24px;
        padding: 24px 0 0;
    }

    .order-detail .cancel-order {
        right: 24px;
        top: -160px
    }

    .order-detail .address-content {
        background: #fff;
        border: none;
        padding: 24px;
    }
}

.accordion-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #f7f7f7;
    padding: 10px;
    cursor: pointer;
}

.accordion-body {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.radio {
    display: flex;
    justify-content: space-between;
    width: 165px;
}

lable.radio-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}


.radio label, .checkbox label {
    min-height: 17px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
    background-color: #000000;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #000000;
}

.radio input[type=radio]:checked + .radio-label {
    color: #000000; /* 选中时文本颜色为黑色 */
}

.radio .radio-label {
    color: #666666; /* 未选中时文本颜色为灰色 */
}

.textclass {
    margin-bottom: 24px;
    color: #666666; /* 未选中时文本颜色为灰色 */
}

.wrapper .input-data {
    width: 100%;
    /*height: 100px;*/
    position: relative;
}

.wrapper .input-data input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 2px solid silver;
    font-size: 17px;
}

.input-data input:focus ~ label,
.input-data input:valid ~ label {
    transform: translateY(-20px);
    font-size: 18px;
    color: #333333;
}

.wrapper .input-data label {
    font-size: 14px;
    position: absolute;
    bottom: 14px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
}

.radio, .checkbox {
    margin-bottom: 24px;
}

.uploaded-image {
    width: 100px;
    height: 100px;
    display: block;
    border: none;
    vertical-align: bottom;
    border: none;
    border-radius: 15px;
}

input[type="button"] {
    -webkit-appearance: none;
}

.productDrawingBox {
    background-color: #fcfcfc;
    color: #333333;
    font-size: 16px;
    padding-left: 11px;
    border-bottom: solid 1px #e5e5e5;
}

.productDescription {
    height: 44px;
    line-height: 44px;
}

.productImg {
    height: 96px;
    overflow: hidden;
}

.imgBiMG {
    width: 78px;
    height: 81px;
    float: left;
    display: block;
}

.uploadDIv {
    width: 78px;
    height: 81px;
    background-color: #edf0f2;
    font-size: 28px;
    color: #bfbfbf;
    text-align: center;
    line-height: 81px;
    float: left;
    position: relative;
}

.uploadDIv input {
    width: 78px;
    height: 78px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
    padding: 0;
}

.fileUpdate {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 30px 0 0 0;
}


.uploadImg, .add-button {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    transition: border-color 0.3s;
    background-color: transparent;
    border-radius: 15px;
    box-sizing: border-box; /* 包括内边距和边框在内计算宽度 */
}

.add-button {
    display: flex;
    align-items: center;
    justify-content: center;
}


.uploadImg:hover, .add-button:hover {
    border-color: #888;
}

.upload-container {
    position: relative;
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.fileText {
    font-size: 12px; /* Adjust text size as needed */
    color: #999999;
}

.upload-icon {
    font-size: 50px;
    color: #999;
}

.delete-button {
    position: relative;
    font-size: 18px;
    color: #fff;
    top: -45%;
    margin-left: -16%;
    background-color: #888;
    padding: 2px 6px;
    border-radius: 40px;
}

.icon-delete {
    line-height: inherit;
}

.more {
    margin-top: 1.5em;
    width: 100%;
}

.button_commit span {
    color: white;
    font-size: 15px;
    z-index: 3;
    position: relative;
    font-weight: 600;
}

#block_button {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: unset;
    -webkit-transition: background .3s cubic-bezier(.445, .05, .55, .95), color .3s cubic-bezier(.445, .05, .55, .95);
    transition: background .3s cubic-bezier(.445, .05, .55, .95), color .3s cubic-bezier(.445, .05, .55, .95);
}


#imagePreviewOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#imagePreviewContainer {
    position: relative;
}

#closePreview {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

#imagePreview {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    /*max-height: 50%;*/
}

.address_left {
    display: none;
}

.explanation {
    display: none;
    font-size: 13px;
    color: #ff5722;
}

@media (max-width: 768px) {

    .fileUpdate {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        padding: 30px 0 0 0;
        width: 100%;
        height: auto;
    }

    .address_left {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 1001;
        transition: right 0.5s ease-in-out;
        overflow: hidden;
    }

    .heider_leftbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #ddd; /* 添加底部边框 */
        z-index: 1001;
    }

    .header-left {
        display: flex;
        align-items: center;
    }

    .iconfont {
        font-size: 18px; /* 图标大小 */
        cursor: pointer; /* 鼠标悬停时变成指针 */
    }

    .app_title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #000;
        margin-bottom: 5px;
    }

    .right-slots {
        width: 18px; /* 确保右边有一个相同大小的占位空间 */
    }

    .app_body-content {
        width: 100%;
        padding: 10px 30px 28px;
        border-top: 1px solid #e5e5e5;
    }

    .app_radio {
        /*margin-left: 20px;*/
        display: flex;
        gap: 40px;
        margin-bottom: 25px;
    }

    .textclass {
        font-size: 16px;
        margin-bottom: 24px;
        color: #666666;
    }

    .radioFlex {
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #ccc;
        outline: none;
        transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    input[type="radio"]:checked {
        border-color: #000;
        background-color: #000;
    }

    .radioFlex .radio-label {
        margin-left: 10px;
        font-size: 16px;
        color: #333;
    }

    input[type="radio"]:hover {
        border-color: #888;
    }

    input[type="radio"]:not(:checked) {
        border-color: #ccc;
        background-color: #ccc;
    }

    .app_fileUpdate{
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        padding: 10px 0 0 0;
    }

    .uploaded-image {
        display: block;
        width: 65px;
        height: 65px; /* 高度100%，保持纵横比 */
        max-width: none;
        max-height: none;
        object-fit: cover;
    }

    .uploadImg, .add-button {
        position: relative; /* 为了定位删除按钮 */
        width: 68px;
        height: 68px;
        border-radius: 15px; /* 圆角 */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        transition: border-color 0.3s;
        box-sizing: border-box;
    }

    .upload-icon {
        font-size: 30px;
        color: #999;
    }

    .delete-button {
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 18px;
        color: #fff;
        background-color: #888;
        padding: 2px 6px;
        border-radius: 40px;
        cursor: pointer;
    }

    #imagePreviewOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1100;
    }

    #imagePreviewContainer {
        position: relative;
    }

    #closePreview {
        position: absolute;
        top: -20px;
        right: -17px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    #imagePreview {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 280px;
    }
}
