.wrapper {
    width: 100%;
    height: 100%;
    overflow: auto
}

.product-order {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1050;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    font-size: 14px
}

.product-order .customer-service,
.product-order .order-detail {
    left: 0;
    bottom: 0;
    will-change: transform;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -moz-transform .3s cubic-bezier(0, 0, .25, 1) 80ms, -o-transform .3s cubic-bezier(0, 0, .25, 1) 80ms
}

.product-order .order-detail {
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    position: absolute;
    top: 20%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translate3d(0, 300%, 0);
    padding: 0 10px 60px;
    color: #333
}

.product-order .order-detail .top {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c8c9cc;
    line-height: 20px;
    position: relative
}

.product-order .order-detail .top .iconguanbi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: 0;
    cursor: pointer
}

.product-order .order-detail .top .title {
    width: 50%;
    font-size: 16px;
    color: #323222;
    margin: 0 auto;
    text-align: center;
    word-break: normal
}

.product-order .order-detail .top .go-home {
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    min-width: 42px;
    max-width: 25%;
    margin-top: -1px;
    line-height: 1.1;
    font-weight: 700;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.product-order .order-detail .top .go-home .iconhome {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.product-order .order-detail .top .go-home>span {
    max-height: 30px
}

.product-order .order-detail .top .go-home:hover {
    color: #333
}

.product-order .order-detail .order-body {
    width: 100%;
    margin-top: 9px
}

.product-order .order-detail .order-body .hint {
    font-size: 13px;
    padding-bottom: 8px
}

.product-order .order-detail .order-body .hint>p {
    white-space: normal;
    line-height: 22px
}

.product-order .order-detail .order-body .hint>p .hint-red {
    font-style: 12px;
    color: #ee0a24;
    margin: 5px
}

.product-order .order-detail .order-body .hint .order-success {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.product-order .order-detail .order-body .hint .order-success .hint-success {
    margin: 0 10px
}

.product-order .order-detail .order-body .hint .order-success .hint-success>span {
    display: block
}

.product-order .order-detail .order-body .hint .iconxuanze1 {
    color: #ee495b;
    font-size: 30px;
    margin: 0 5px
}

.product-order .order-detail .order-body .hint .hint-happy,
.product-order .order-detail .order-body .hint .hint-success {
    color: #ee495b;
    font-size: 18px;
    font-weight: 700
}

.product-order .order-detail .order-body .card .logisitics-info,
.product-order .order-detail .order-body .card .section .time {
    color: #999
}

.product-order .order-detail .order-body .card {
    padding: 10px !important;
    background-color: rgba(216, 216, 216, .2);
    font-size: 12px;
    border-radius: 8px;
    margin: 16px 0;
    border: none
}

.product-order .order-detail .order-body .card .section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 20px
}

.product-order .order-detail .order-body .card .section .section-title {
    font-size: 14px
}

.product-order .order-detail .order-body .card .section .iconwuliu2 {
    display: inline-block;
    font-size: 22px;
    margin: 0 2px;
    transform: scaleX(-1);
    vertical-align: bottom
}

.product-order .order-detail .order-body h2 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 700
}

.product-order .order-detail .order-body .scroll-zone {
    max-height: 300px;
    overflow-y: scroll
}

.product-order .order-detail .order-body .scroll-zone .order-info {
    line-height: 19px;
    display: block
}

.product-order .order-detail .order-body .scroll-zone .order-info>p {
    font-size: 14px;
    margin-bottom: 8px;
    white-space: normal;
    display: flex
}

.product-order .order-detail .order-body .scroll-zone .order-info>p span:first-child {
    width: auto;
    padding-right: 5px
}

.product-order .order-detail .order-body .scroll-zone .order-info>p span:last-child {
    flex: 1
}

.product-order .order-detail .order-body .scroll-zone .order-info>p .price {
    font-size: 16px;
    color: #ee495b;
    font-weight: 700
}

.product-order .order-detail .order-body .scroll-zone .order-list {
    width: 100%
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box {
    padding: 10px 0 !important
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists {
    display: flex;
    margin-bottom: 8px
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .img-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .img-box img {
    width: 60px;
    height: 60px
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
    line-height: 19px;
    margin: 0 8px;
    width: calc(100% - 80px)
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info .product-name {
    font-size: 14px;
    color: #333;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-order .order-detail .order-body .scroll-zone .order-list .list-box .lists .info .product-sku {
    font-size: 12px;
    color: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-order .order-detail .bottom {
    max-width: 640px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    padding: 7px 10px;
    font-size: 14px
}

.product-order .order-detail .bottom .up-down {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    min-width: 42px;
    max-width: 60px;
    margin-top: -1px;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer
}

.product-order .order-detail .bottom .send-email {
    border-radius: 22px;
    font-weight: 700;
    height: 44px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 20px;
    border: 1px solid #333;
    margin: 0 15px
}

.product-order .order-detail .bottom .send-email>span {
    max-height: 40px
}

.product-order .order-detail .bottom .send-email .iconyouxiang {
    font-size: 15px;
    color: #333;
    margin: 0 5px
}

.product-order .order-detail .bottom .send-email:hover {
    color: #333
}

.product-order .order-detail .bottom .link-service {
    color: #333;
    margin: 0 4px;
    line-height: 1
}

.product-order .order-detail .bottom .link-service .iconkefu6 {
    font-size: 20px;
    margin: 0 5px
}

.product-order .order-detail .bottom .link-service .text-hidden {
    color: #333
}

.product-order .order-detail .bottom .create-order {
    border-radius: 22px;
    font-weight: 700;
    height: 44px;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 20px;
    border: 1px solid #333;
    margin: 0 4px
}

.product-order .order-detail .bottom .create-order button.btn {
    font-size: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0 10px
}

.product-order .order-detail .bottom .create-order button.btn:hover::before {
    display: none
}

.product-order .order-detail .bottom .create-order.bg-theme {
    background: #ee495b;
    border-color: #ee495b
}

.product-order .order-detail .bottom .go-on {
    background-color: #ee495b;
    color: #fff;
    padding: 0 10px;
    border: none
}

.product-order .order-detail .bottom .modify-order {
    flex: 1;
    height: 44px;
    background-color: #ee495b;
    color: #fff;
    border-radius: 22px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.product-order .order-detail .text-hidden {
    color: #333;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.product-order .customer-service {
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translate3d(0, 300vh, 0);
    padding: 0 10px 20px;
    color: #333
}

.product-order .customer-service .top {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c8c9cc;
    line-height: 20px;
    position: relative
}

.product-order .customer-service .top .iconguanbi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: 0
}

.product-order .customer-service .top .title {
    width: 50%;
    font-size: 16px;
    color: #323222;
    margin: 0 auto;
    text-align: center;
    word-break: normal
}

.create-order .submit,
.product-order .customer-service .content .card .send-email:hover,
.product-order.go-home {
    color: #333
}

.product-order .customer-service .content .card {
    min-height: 38px;
    padding: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(216, 216, 216, .2);
    font-size: 16px;
    border-radius: 8px;
    margin-top: 20px;
    flex-direction: row;
    border: none;
    cursor: pointer
}

.product-order .customer-service .content .card .link,
.product-order .customer-service .content .card .send-email {
    flex: 1;
    line-height: 22px
}

.product-order .customer-service .content .card .text-hidden {
    margin: 0 8px
}

.product-order .customer-service .content .card .icon,
.product-order .customer-service .content .card .iconchakangengduo2,
.product-order .customer-service .content .card .iconkefu6,
.product-order .customer-service .content .card .iconyouxiang1 {
    font-size: 20px
}

.product-order .anim-up {
    transform: translate3d(0, 0, 0)
}

.product-order .order-detail .order-body .scroll-zone::-webkit-scrollbar {
    display: block;
    width: 6px;
    background-color: #f5f5f5
}

.product-order .order-detail .order-body .scroll-zone::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

.product-order .order-detail .order-body .scroll-zone::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e1e1e1
}

.product-order .order-detail .bottom .modify-order {
    padding: 0 10px
}

.product-order.giikin-on {
    opacity: 1;
    visibility: visible;
    z-index: 1500
}

#click-btn {
    position: relative
}

.product-order .card {
    position: relative;
    width: 100%;
    box-shadow: none
}

.product-order .card .iconfont {
    position: relative;
    line-height: 1;
    display: inline-block !important
}

.AR-rtl .product-order .order-detail .order-body .scroll-zone .order-info>p span:first-child {
    padding-right: 0;
    padding-left: 5px
}

.AR-rtl .product-order .order-detail .top .create-order {
    left: auto;
    right: 0
}

.AR-rtl .product-order .customer-service .top .iconguanbi,
.AR-rtl .product-order .order-detail .top .iconguanbi {
    right: auto;
    left: 0
}

.AR-rtl .product-order .customer-service .content .card .iconchakangengduo2 {
    transform: rotate(180deg)
}

.AR-rtl .product-order .order-detail .order-body .card .section .iconwuliu2 {
    transform: rotateX(0)
}

@media screen and (max-width:414px) {
    .product-order .order-detail .order-body {
        line-height: 1.2
    }
    .product-order .order-detail .order-body.scroll-zone {
        max-height: 300px
    }
    .product-order .order-detail .order-body .card {
        margin: 0 0 5px
    }
}

@media screen and (max-width:375px) {
    .product-order .order-detail .order-body .scroll-zone {
        max-height: 254px
    }
    .product-order .order-detail .order-body .order-info>p .price {
        font-size: 14px
    }
    .product-order .order-detail .bottom {
        font-size: 12px
    }
}

@media screen and (max-width:320px) {
    .product-order .order-detail .order-body .order-info>p {
        font-size: 12px
    }
    .product-order .order-detail .order-body .hint .order-success .hint-success {
        font-size: 17px
    }
}

@media screen and (min-width:640px) {
    .product-order .customer-service,
    .product-order .order-detail {
        max-width: 750px;
        max-height: 75%;
        width: 75%;
        left: 50%;
        top: 50%;
        bottom: auto;
        padding: 0 20px 70px;
        border-radius: 10px;
        overflow: hidden
    }
    .product-order .order-detail .bottom {
        max-width: inherit
    }
    .product-order .order-detail .bottom .go-home {
        min-width: 90px
    }
    .product-order .anim-up {
        transform: translate3d(-50%, -50%, 0)
    }
}

.disable-scroll {
    width: 100%;
    height: 100vh;
    overflow: hidden
}