html,body{
    height:100%;
}
/*弹窗提示*/
#sindon_confirm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
}

#sindon_confirm > div.box {
    position: absolute;
    width: 72%;
    min-height: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -36%;
    margin-top: -1.5rem;
    background-color: white;
    border-radius: 5px;
}

#sindon_confirm div.con {
    width: 89%;
    margin: 0 auto;
    border-bottom: 1px solid #c9caca;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size:0.28rem;
    text-align:center;
}

#sindon_confirm div.btn {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
}

#sindon_confirm div.btn > span {
    display: inline-block;
    width: 2.3rem;
    height: 0.65rem;
    line-height: 0.65rem;
    color: #595757;
    border: 1px solid #c9caca;
    border-radius: 4px;
    font-size:0.28rem;
}
/*支付等待loading*/
#loading_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 40px;
    padding: 30px;
    z-index: 20000;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    animation: show 0.3s linear forwards;
    -webkit-animation: show 0.3s linear forwards;
}

#loading_wrapper > span {
    display: block;
    margin-top: 13px;
    font-size: 16px;
    color: white;
}

.spinner {
    position: relative;
    margin: auto;
    width: 20px;
    height: 20px;
}

.container1 > div,
.container2 > div,
.container3 > div {
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -o-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#loading_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 20000;
}
/*余额支付弹窗样式始*/
.balance_pay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
}
.balance_pay>.pay_popup{
    position:relative;
    width:5.9rem;
    height:4.2rem;
    margin:1.1rem auto 0;
    -webkit-border-radius:0.1rem;
    -moz-border-radius:0.1rem;
    border-radius:0.1rem;
}
.balance_pay .title{
    position:relative;
    height:0.9rem;
    line-height:0.9rem;
    text-align:center;
    font-size:0.32rem;
    color:#1c1c1c;
    border-bottom:1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.balance_pay .title>span{
    display:block;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:1rem;
    background:url(../opro_images/balance_pay_icon_delete1.png) no-repeat center center;
    background-size:0.24rem 0.24rem;
}
.balance_pay .content_price{
    color:#1c1c1c;
    height:1.86rem;
    line-height:1.8rem;
    text-align:center;
    font-size:0.48rem;
}
.balance_pay .content_text{
    width:5.1rem;
    margin:0.2rem auto 0;
    line-height:0.5rem;
    color:#1c1c1c;
    font-size:0.28rem;
}
.balance_pay .password{
    position:absolute;
    bottom:0.58rem;
    left:50%;
    margin-left:-2.55rem;
    width:5.1rem;
    height:0.86rem;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border:1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.balance_pay .password>li{
    position:relative;
    -moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    border-right:1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.balance_pay .password>li>span{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:0.22rem;
    height:0.22rem;
    margin:-0.11rem 0 0 -0.11rem;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.balance_pay .password>li:last-child{
    border-right:none;
}
.balance_pay>.keyboard{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:4rem;
    background-color:white;
    overflow:hidden;
}
.balance_pay>.keyboard>span{
    display:block;
    float:left;
    width:33.3%;
    height:1rem;
    line-height:1rem;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right:1px solid #C5C5C5;
    border-bottom:1px solid #C5C5C5;
    font-size:0.5rem;
}
.balance_pay>.keyboard>span:nth-child(3n){
    width:33.4%;
    border-right:none;
}
.balance_pay .highStyle{
    background-color:#CACED4;
}
.balance_pay .border_none{
    border-bottom:none!important;
}
.balance_pay>.keyboard>.delete{
    background-image:url(../opro_images/balance_pay_icon_delete.jpg);
    background-size:0.5rem 0.37rem;
    background-repeat:no-repeat;
    background-position:center center;
}
/*余额支付弹窗样式止*/
#box {
    position:relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
    opacity:0;
}
/*ui库*/
.f36{
    font-size:0.36rem;
}
.f24{
    font-size:0.24rem;
}
.f22{
    font-size:0.22rem;
}
.f30{
    font-size:0.3rem;
}
.mt_20{
    margin-top:0.2rem;
}
.over_elli{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box_sizing{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_wrapper{
    position:relative;
}
.ix_box{
    position:relative;
    height:100%;
    width:100%;
    overflow-y: auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}
.ix_transition{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ix_hide100{
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.ix_hide20{
    -webkit-transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    -o-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}
.ix_show{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.opro_btn{
    height:1.2rem;
    border-top:1px solid;
}
.opro_btn>span{
    display:block;
    width:89%;
    height:0.8rem;
    line-height:0.8rem;
    font-size:0.34rem;
    margin:0.2rem auto 0;
    text-align:center;
    color:white;
    -webkit-border-radius:0.15rem;
    -moz-border-radius:0.15rem;
    border-radius:0.15rem;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
/*主页面*/
.ix_main{
    position:relative;
    height:100%;
}
.ix_swiper{
    background-color:black;
}
.ix_swiper .swiper-slide{
    padding-bottom:50%;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.ix_swiper .swiper-pagination-bullet{
    background-color:white;
    opacity:0.4;
}
.ix_swiper .swiper-pagination-bullet-active{
    opacity:1;
}
.ix_header{
    overflow:hidden;
}
.ix_header>.title{
    display:block;
    font-size:0.36rem;
    margin:0.42rem 0.38rem 0.06rem 0.38rem;
    line-height:0.44rem;
    word-break: break-all;
}
.ix_header>.title_{
    display:block;
    margin:0 0.1rem 0 0.38rem;
    font-size:0.26rem;
    line-height:0.3rem;
}
.ix_header>.show_price{
    margin:0.18rem 0 0 0.38rem;
}
.ix_header>.show_price>.ui_color{
    color:#dab866;
}
.ix_we_chat{
    display:inline-block;
    margin:0 0.16rem 0 0.04rem;
    padding-right:0.16rem;
    border-right:1px solid #676767; /*保留*/
}
.ix_balance{
    position:relative;
    display:inline-block;
    height:0.3rem;
    line-height:0.3rem;
    margin-right:0.16rem;
}
.ix_balance>span:last-child{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    margin:auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ix_header>.refund{
    margin:0.38rem 0 0 0.38rem;
    color:#cba162;
}
.ix_header>.list{
    border-top:1px solid;
    margin:0.28rem 0.32rem 0.58rem 0.32rem;
    overflow:hidden;
}
.ix_header>.list>li{
    margin-top:0.4rem;
    padding:0 0.3rem 0 0.4rem;
    font-size:0.28rem;
    line-height:0.32rem;
    color:inherit;
}
.ix_header>.list>li>a{
    display:block;
    font-size:0.28rem;
    color:inherit;
}
.ix_header>.list>li:first-child{
    background:url(../opro_images/index_icon_expres.png) no-repeat left 0.02rem;
    background-size:0.29rem 0.27rem;
    margin-bottom:-0.02rem;
}
.ix_header>.list>li:nth-child(2){
    background:url(../opro_images/index_icon_time.png) no-repeat left 0.02rem;
    background-size:0.29rem 0.29rem;
}
.ix_header>.list>li:nth-child(3){
    background:url(../opro_images/index_icon_phone.png) no-repeat left 0.02rem;
    background-size:0.25rem 0.25rem;
}
.ix_header>.list>li:nth-child(4){
    background:url(../opro_images/index_icon_map.png) no-repeat left 0.02rem;
    background-size:0.21rem 0.29rem;
}
.ix_menu{
    margin-top:0.3rem;
    overflow:hidden;
}
.ix_menu>.title_icon{
    height:1rem;
    margin-top:0.56rem;
    background:url(../opro_images/index_icon_menutext.png) no-repeat center center;
    background-size:2rem 0.88rem;
}
.ix_menu>.title{
    margin-top:0.5rem;
    text-align:center;
}
.ix_menu>.title>span{
    display:inline-block;
    padding-left:0.44rem;
    background:url(../opro_images/index_icon_menu.png) no-repeat left 0.04rem;
    background-size:0.3rem 0.3rem;
    line-height:0.42rem;
}
.ix_menu>.list{
    text-align:center;
}
.ix_menu>.list>li{
    margin-top:0.25rem;
    font-size:0.28rem;
    line-height:0.34rem;
}
.ix_menu>.list>li.title{
    color:#cca366;
}
.ix_menu>.list>li:first-child{
    margin-top:0.4rem;
}
.ix_menu>.list>li:last-child{
    margin-bottom:0.6rem;
}
.ix_menu>.more{
    width:1.6rem;
    height:0.6rem;
    line-height:0.61rem;
    text-align:center;
    font-size:0.28rem;
    border:1px solid;
    margin:0 auto 0.5rem;
    -webkit-border-radius:0.14rem;
    -moz-border-radius:0.14rem;
    border-radius:0.14rem;
}
.ix_warm_prompt{
    margin-top:0.3rem;
    padding:0 0.35rem 0;
    overflow:hidden;
}
.ix_warm_prompt>.title{
    margin-top:0.35rem;
}
.ix_warm_prompt>.title>span{
    display:inline-block;
    padding-left:0.44rem;
    background:url(../opro_images/index_icon_confirm.png) no-repeat left 0.04rem;
    background-size:0.34rem 0.34rem;
    line-height:0.42rem;
}
.ix_warm_prompt>.content{
    margin:0.3rem 0 1.7rem 0;
    white-space: pre-wrap;
    line-height:0.4rem;
}
.ix_footer_btn{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:1;
}
/*填写订单*/
.ix_wrapper_order,
.ix_product_introduce{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:2;
}
.ix_fill_order>.title{
    height:0.96rem;
    line-height:0.96rem;
    padding:0 0.38rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.ix_fill_order>ul{
    border-bottom:1px solid;
    border-top:1px solid;
}
.ix_fill_order li{
    height:0.96rem;
    line-height:0.96rem;
    margin:-1px 0.38rem 0;
    border-top:1px solid;
}
.ix_fill_order>ul>li:first-child{
    border-top:none;
}
.ix_fill_order li>span{
    color:inherit;
    font-size:0.28rem;
}
.ix_fill_order li>span:last-child{
    float:right;
}
.ix_fill_order li>input{
    display:inline-block;
    color:inherit;
    font-size:0.28rem;
    float:right;
    height:0.4rem;
    width:5rem;
    margin-top:0.28rem;
    background-color:transparent;
    border:none;
    outline:none;
    text-align:right;
}
.ix_fill_order li.coupon>span:last-child{
    margin-right:0.38rem;
    color:#cba162;
}
.ix_fill_order li.coupon{
    background:url(../opro_images/index_icon_arrow.png) no-repeat right 0.32rem;
    background-size:0.14rem 0.28rem;
}
.ix_number{
    float:right;
    width:2.6rem;
    height:0.7rem;
    margin-top:0.13rem;
    overflow:hidden;
    border:1px solid;
    -webkit-border-radius:0.05rem;
    -moz-border-radius:0.05rem;
    border-radius:0.05rem;
}
.ix_number>span,
.ix_number>input{
    position:relative;
    display:block;
    float:left;
    width:28%;
    height:100%;
}
.ix_number>span:first-child{
    background:url(../opro_images/index_icon_reduce.png) no-repeat center center;
    background-size:0.24rem auto;
}
.ix_number>input:nth-child(2){
    text-align:center;
    width:44%;
    border-left:1px solid;
    border-right:1px solid;
    font-size:0.28rem;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background-color:transparent;
}
.ix_number>span:last-child{
    background:url(../opro_images/index_icon_add.png) no-repeat center center;
    background-size:0.24rem auto;
}
.ix_select_payway{
    height:0.8rem;
    line-height:0.8rem;
    text-indent:0.38rem;
    font-size:0.28rem;
}
.ix_payway_list{
    margin-bottom:2.8rem;
    min-height:0.96rem;
}
.ix_payway_list>li.wechat{
    background:url(../opro_images/index_icon_we.png) no-repeat left center;
    background-size:0.45rem 0.4rem;
}
.ix_payway_list>li.cash{
    background:url(../opro_images/index_icon_balance.png) no-repeat left center;
    background-size:0.46rem 0.46rem;
}
.ix_payway_list>li.balance{
    background:url(../opro_images/index_icon_bal.png) no-repeat left center;
    background-size:0.36rem 0.46rem;
}
.ix_payway_list>li.valuecard{
    background:url(../opro_images/index_icon_money.png) no-repeat left center;
    background-size:0.36rem 0.46rem;
}
.ix_payway_list span:first-child{
    margin-left:0.7rem;
}
.ix_payway_list .opro_border span:last-child{
    display:inline-block;
    width:0.36rem;
    height:0.36rem;
    border:1px solid #E0E0E0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    margin-top:0.3rem;
}
.ix_payway_list span:last-child.highlight{
    background:url(../opro_images/index_icon_selected.png) no-repeat;
    background-size:100% 100%;
    border:none;
}
/*产品图文介绍*/
.ix_product_introduce>.content{
    max-height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    padding:0.4rem;
    font-size:0.28rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_product_introduce .close{
    position:absolute;
    bottom:0.4rem;
    left:50%;
    width:1.38rem;
    height:1.38rem;
    margin-left:-0.69rem;
    background:url(../opro_images/index_icon_close.png) no-repeat;
    background-size:100% 100%;
}
/*选餐条件*/
.ix_shadow{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index:3;
}
.ix_condition{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:4;
}
.ix_condition>.title{
    height:0.88rem;
    line-height:0.88rem;
    border-bottom:1px solid;
}
.ix_condition>.title>span{
    color:inherit;
    font-size:0.28rem;
}
.ix_condition>.title>span:first-child{
    margin-left:0.36rem;
    float:left;
}
.ix_condition>.title>span:last-child{
    float:right;
    margin-right:0.36rem;
}
.ix_condition>.list{
    max-height:7rem;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}
.ix_condition>.list>li{
    height:1.56rem;
    border-bottom:1px solid;
    margin:0 0.36rem;
}
.ix_condition>.list>li:last-child{
    border-bottom:none;
}
.ix_condition>.list div.left{
    width:0.64rem;
    height:1.56rem;
    float:left;
}
.ix_condition>.list div.left>span{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: 0.6rem;
}
.ix_condition>.list div.left>span.highlight{
    background: url(../opro_images/index_icon_selected.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}
.ix_condition_right{
    float:left;
    width:6rem;
}
.ix_condition_right>span{
    display:block;
}
.ix_condition_right>span:first-child{
    font-size:0.28rem;
    line-height:0.32rem;
    margin:0.36rem 0 0.2rem 0;
}
.ix_condition_right>span:last-child{
    color:#cba162;
}
/*优惠券*/
.ix_coupon{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:3;
}
.ix_coupon>.title{
    position:relative;
    z-index:2;
    height:1.06rem;
    border-bottom:1px solid;
}
.ix_coupon>.title>span:first-child{
    float:left;
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0.35rem 0 0 0.38rem;
}
.ix_coupon>.title>span:last-child{
    float:left;
    font-size:0.28rem;
    margin:0.42rem 0 0 0.27rem;
}
.ix_coupon>.title>span.high{
    background:url(../opro_images/index_icon_selected.png) no-repeat;
    background-size:100% 100%;
    border:none;
}
.ix_coupon div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_coupon_wrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:1.06rem;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_coupon_wrapper>div:first-child{
    margin-top:0.4rem;
}
.ix_coupon_wrapper>div{
    position:relative;
    width:6.7rem;
    height:2.2rem;
    margin:0.2rem auto 0;
    overflow:hidden;
    border:1px solid;
}
.ix_coupon_wrapper>div>span{
    display:block;
    margin:0 0.4rem;
}
.ix_coupon_wrapper>div>span:first-child{
    font-size:0.56rem;
    line-height:0.6rem;
    margin-top:0.54rem;
}
.ix_coupon_wrapper>div>span:nth-child(2){
    font-size:0.24rem;
    margin-top:0.24rem;
}
.ix_coupon_wrapper>div>.rect1{
    position:absolute;
    top:0.1rem;
    left:0.1rem;
    bottom:0.1rem;
    right:0.1rem;
    margin:0;
    border:2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_coupon_wrapper>div>.rect2{
    position:absolute;
    top:0.2rem;
    left:0.2rem;
    bottom:0.2rem;
    right:0.2rem;
    margin:0;
    border:1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ix_coupon_wrapper>p{
    margin:0.4rem 0;
    font-size:0.26rem;
    text-align:center;
}
/*该时段产品已售完提示*/
.ix_sell_out{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    width:5.9rem;
    height:4.2rem;
    margin:-2.1rem 0 0 -2.95rem;
    -webkit-border-radius:0.1rem;
    -moz-border-radius:0.1rem;
    border-radius:0.1rem;
    z-index:4;
}
.ix_sell_out>.title{
    height:0.9rem;
    line-height:0.9rem;
    text-align:center;
    font-size:0.32rem;
    border-bottom:1px solid;
}
.ix_sell_out>.content{
    margin:0.3rem 0.4rem 0;
    font-size:0.28rem;
    line-height:0.4rem;
}
.ix_sell_out>.btn{
    position:absolute;
    bottom:0.56rem;
    left:0;
    width:100%;
    text-align:center;
}
.ix_sell_out>.btn>span{
    display:inline-block;
    width:2.4rem;
    height:0.8rem;
    line-height:0.82rem;
    font-size:0.28rem;
    border-bottom:1px solid;
    -webkit-border-radius:0.1rem;
    -moz-border-radius:0.1rem;
    border-radius:0.1rem;
}
.ix_sell_out>.btn>span:first-child{
    margin-right:0.3rem;
}