.flex-start-box {
    display: flex;
    align-items: flex-end;
    margin: .48rem 0 .36rem 0;
    font-weight: bold;
}

.flex-center-box {
    display: flex;
    align-items: center;
    font-size: .28rem;
    margin: .16rem 0 .48rem 0;
}

.yellowFont {
    font-size: .50rem;
    color: #f56735;
}

.yellowFont::before {
    content: '￥';
    display: inline-flex;
    font-size: .28rem;
    color: #f56735;
}

.glayFont {
    font-size: .28rem;
    padding-left: .26rem;
    color: #999;
}

.origin-price {
    width: 1.35rem;
    font-size: .28rem;
    color: #666666;
    text-decoration-line: line-through;
    margin-left: .18rem;
    font-weight: normal;
}

.yellow-color-btn {
    background-color: #f56735;
    color: white;
}

.discount-end-box {
    width: 6.78rem;
    height: .7rem;
    background: #FAF5D8;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .48rem;
}

.discount-end-text {
    font-size: .28rem;
    color: #F56735;
}

.goods-version-wrap {
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}

.goods-version-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    line-height: .28rem;
    padding: .2rem .26rem;
    box-sizing: border-box;
    border-radius: .05rem;
    margin-right: .28rem;
}

.goods-version-item-active {
    background: #F5FAFE;
    color: #37A2F2;
}

.goods-version-item-default {
    background: #F0F0F0;
    color: #333333;
}

.orangeFlag {
    height: .48rem;
    width: .8rem;
    font-size: .28rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f56735;
    border-radius: .05rem;
    margin-right: .22rem;
}

.content-data-txt {
    font-size: .32rem;
    color: #333;
    margin: 0 0 .48rem 0;
}

.content-item-img {
    margin-bottom: .1rem;
    width: 100%;
    position: relative;
}

.item-img-show {
    width: 100%;
}

.absolute-lock {
    position: absolute;
    color: white;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.filter-lock {
    width: .36rem;
    height: .47rem;
    margin-right: .12rem;
}

.fixed-bottom-btn {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    height: 1.2rem;
    left: 0;
    z-index: 0;
}

.btn-bottom-click {
    width: 90%;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: .32rem;
    border-radius: .44rem;
}

.blue-color-btn {
    background-color: #37a2f2;
}

.gray-color-btn {
    background-color: #999999;
}

.contentHeadImg {
    font-size: .28rem;
}

.tab-coin-wrap {
    background-color: white;
    width: 100%;
    height: .88rem;
    display: flex;
    align-items: center;
    padding: 0 .36rem;
    font-size: .28rem;
    box-sizing: border-box;
}

.product-type {
    width: 100%;
}

.product-type-item {
    padding: 0 .36rem;
    height: .68rem;
    color: #333;
    background-color: #f0f0f0;
    font-size: .28rem;
    line-height: .68rem;
    text-align: center;
    margin: 0 .26rem .26rem 0;
    display: inline-block;
    border-radius: .05rem;
    cursor: pointer;
    max-width: 3.6rem;
}

.product-type-default {
    color: #37a2f2;
    background-color: #f5fafe;
}

.product-logistics {
    border-radius: .05rem;
    width: .76rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .22rem;
    margin-left: .12rem;
}
/* 产品下单弹窗 */
.product-order-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.product-order-shadow {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.product-order-box {
    position: absolute;
    bottom: 1.2rem;
    background-color: #fff;
    padding: .36rem .36rem .88rem .36rem;
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow-y: scroll;
    height: 10.5rem;
}

.product-order-header {
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}

.product-order-header_left_img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 5px;
    margin-right: .36rem;
    object-fit: cover;
}

.product-order-header_right_box {
    display: flex;
    flex-direction: column;
    font-size: .28rem;
}

.orange-desc {
    color: #f56735;
    font-size: .4rem;
    margin-bottom: .06rem;
    font-weight: bold;
}

.orange-desc span {
    font-size: .28rem;
    padding-right: .1rem;
}

.product-order-type-content {
    width: 100%;
    margin: .35rem 0;
    font-size: .28rem;
}

.product-order-type_item {
    display: inline-block;
    padding: 0 .28rem;
    box-sizing: border-box;
    background-color: #f0f0f0;
    margin-right: .26rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    margin-top: .24rem;
    cursor: pointer;
    max-width: 3.6rem;
    border-radius: 5px;
}

.choose_item {
    color: #37a2f2;
    background-color: #f5fafe;
    font-weight: bold;
}

.product-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.2rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 .36rem;
    box-sizing: border-box;
}

.product-order-footer {
    width: 100%;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: .32rem;
    border-radius: 0.44rem;
    cursor: pointer;
}

.footer_gray_btn {
    color: #fff;
    background-color: #999999;
}

.footer_blue_btn {
    color: #fff;
    background-color: #37a2f2;
}

.ellipsis-txt-box {
    display: flex;
    align-items: center;
    margin-top: .28rem;
    cursor: pointer;
    color: #333;
}

.ellipsis-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.btnEnter {
    content: '';
    display: inline-block;
    background: url(/Content/yun/icon2.1_3/png_2.1_3_05.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.2rem;
    height: 0.36rem;
    margin-left: .24rem;
}

.product-line {
    width: 100%;
    height: .06rem;
    margin: -.22rem 0 .36rem 0;
}

.product-order-type-count {
    font-size: .28rem;
    border-top: .01rem solid #f0f0f0;
    padding: .36rem 0 0 0;
    box-sizing: border-box;
}

.product-order-type-count_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .36rem;
}

.product-order-type-count_item:last-child {
    margin-bottom: 0;
}

.product-order-type-count_change {
    display: flex;
    align-items: center;
}

.product-order-type-count_change span {
    padding: 0 .18rem;
    font-size: .48rem;
    cursor: pointer;
}

.product-order-type-count_input {
    background-color: #f0f0f0;
    border: none;
    width: 1.1rem;
    height: .68rem;
    text-align: center;
    margin: 0 .24rem;
}

.product-order-type-line {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}

#voucher {
    color: #fff;
    background-color: #37a2f2;
    width: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    border-radius: 0.44rem;
    cursor: pointer;
    height: .68rem;
    position: absolute;
    right: 0.36rem;
}

.content-gray-desc {
    font-size: .32rem;
    margin: .88rem auto;
    color: #ccc;
}
/* end */
/*订单收集信息弹窗*/
.buy-toast_collect, .loadbox {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 13;
}

.buy-toast_collect .toast-box_collect, .loadbox .loadingbar {
    position: absolute;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    top: 4.8rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.buy-toast_collect .toast-box_collect {
    width: 4.8rem;
    min-height: 2.17rem;
}

.buy-toast_collect .buy-txt {
    font-size: .32rem;
    min-height: 1.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.buy-toast_collect .btn-buy_collect {
    width: 100%;
    min-height: .88rem;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}

.btn-buy_collect .btn_sure_collect, .btn-buy_collect .btn_dis_collect {
    width: 50%;
    cursor: pointer;
}

.btn-buy_collect .btn_sure_collect {
    color: #37a2f2;
    border-right: 1px solid #f0f0f0;
}

.goods-new-toast {
    z-index: 9999;
}

.goods-new-toast .toast-box_collect {
    width: 5.74rem;
    min-height: 3.78rem;
}

.buy-txt-desc {
    color: #999;
    font-size: .24rem;
    line-height: .24rem;
    padding: .14rem 0 .36rem 0;
    box-sizing: border-box;
}

.goods-new-toast .buy-txt {
    min-height: auto;
    padding-top: .48rem;
    box-sizing: border-box;
    border-bottom: none;
}

.buy-txt-input {
    width: calc(100% - .72rem);
    height: .88rem;
    background: #f0f0f0;
    border-radius: .05rem;
    margin: 0 auto 0.48rem auto;
}

.buy-txt-input input {
    width: 100%;
    height: 100%;
    border: none;
    background: #f0f0f0;
    padding: 0 .24rem;
    box-sizing: border-box;
}

.goods-new-toast .btn-buy {
    border-top: .01rem solid #f0f0f0;
}

.input-name {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.box-show-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.goods-pay-wrap {
    padding: .36rem 0;
    box-sizing: border-box;
    font-size: .28rem;
}

.goods-pay-line {
    width: calc(100% + .72rem);
    height: .01rem;
    background: #f0f0f0;
    margin: 0 0 .36rem -.36rem;
}

.goods-pay-title {
    font-weight: 600;
    margin: .36rem 0;
}

.goods-pay-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods-pay-type-icons {
    width: .7rem;
    height: .7rem;
    margin-right: .14rem;
}

.goods-pay-choose-icons {
    width: .5rem;
    height: .5rem;
    cursor: pointer;
}

#sift-extension-container,
#sift-toggle-btn-container {
    display: none !important;
}
.photoBox {
    display: none;
}
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .36rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    max-width: 1024px;
    font-size: .32rem;
    height: .98rem;
    width: 100%;
    background-color: #fff;
    color: #333;
    z-index: 999;
    border-bottom: .01rem solid #f0f0f0;
}
.header-white-back {
    display: inline-flex;
    width: .21rem;
    height: .36rem;
    margin-right: .28rem;
}
.header-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-user-img {
    width: .66rem;
    height: .66rem;
    border-radius: 50%;
    margin-right: .16rem;
}
.header-user-name {
    font-size: .32rem;
    color: #333333;
    font-weight: bold;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_sc {
    position: relative;
}
.btn_sc::before {
    content: "";
    position: absolute;
    top: -.18rem;
    right: -.18rem;
    bottom: -.18rem;
    left: -.18rem;
}
.header-collect-img {
    width: .52rem;
    height: .52rem;
}
.header-place {
    height: .98rem;
    opacity: 0;
    width: 100%;
}