* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
body {
    overflow-x: hidden;
    max-width: 750px;
    margin: 0 auto;
}
.product-wrap {
    padding: 0 10px 10px;
}
.price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
   
}
.price-wrap .price {
    font-weight: bold;
    font-size: 14px;
    color: #FF5D5A;
    line-height: 16px;
}
.price-wrap .price span {
    font-size: 30px;
    line-height: 35px;
}
.sell-amount {
    font-weight: 500;
    font-size: 13px;
    color: #999999;
}

.tag-list {
    display: flex;
    align-items: center;
}

.tag-list .tag-item {
    padding: 2px 5px;
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    margin-right: 10px;
    border-radius: 4px;
}

.product-title {
    font-weight: 800;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin: 16px 0 10px 0;
}

.countdown-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: #F0F0F0;
    border-radius: 8px 8px 8px 8px;
    padding: 0 20px;
}

.countdown-title {
    font-weight: 800;
    font-size: 15px;
    color: #000000;
}

.countdown {
    font-size: 30px;
    color: #FF5D5A;
    font-weight: bold;

}
.day-wrap {
    margin-right: 10px;
}
.day {
    font-size: 16px;
}

.phone-buy-wrap {
    display: flex;
    align-items: center;
    height: 46px;
    margin-top: 8px;
}
.tel-phone {
    width: 138px;
    margin-right: 7px;
}
.tel-phone img {
    width: 138px;
    height: 46px;
    
}

.buy-wrap {
    flex: 1;
    position: relative;
    height: 46px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#FF6B63 0%, #FE4181 100%);
    border-radius: 10px;

}

.buy-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    
}
.buy-wrap span {
    position: relative;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

.gap {
    height: 10px;
    background: #F7F7F7;
}

.product-des {

}

.gap-title {
    color: #FF5D5A;
    text-align: center;
    padding: 10px 0;
}
.product-des img {
    display: block;
    width: 100%;
}

/* 订单信息 */
.submit-wrap {
    padding: 16px 10px;
}
.label {
    font-weight: 800;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    
}
.label::after{
    content: '*';
    color: rgba(251, 104, 9, 1);
    margin-left: 5px;
}

.remark .label::after{
    display: none;
}
/* 套餐 */
.meal-wrap {
    margin-top: 16px;
}
.meal-item {
    background: #F2F2F2;
    width: 320px;
    padding: 8px 16px;
    display: flex;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 9px;
    border-radius: 4px;
    align-items: center;
}
.meal-item .meal-name {
   
}
.meal-item.active {
    color: #FF5D5A;
    background: none;
    border: 1px solid #FF5D5A;
}

.form-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.form-item .label {
    margin-right: 23px;
    width: 70px;
}

/* 订单数量 */
.count-wrap {
    display: flex;
    align-items: center;
    color: #000;
    /* max-width: 12px; */
}

.count-wrap .count-btn {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    background: #F8F8F8;
    font-size: 16px;

} 
.count-wrap input {
    width: 60px;
    height: 28px;
    border: none;
    outline: none;
    background: #F8F8F8;
   text-align: center;
}
.count-wrap .reduce {
    border-radius: 14px 0 0 14px;
}
.count-wrap .add {
    border-radius:  0 14px 14px 0;
}

/* 订单总价 */

.total-price-wrap {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}

.total-price-wrap span {
    font-size: 28px;
    line-height: 33px;
    color: rgba(255, 94, 3, 1);
    margin-left: 6px;

}

.form-value  {
    flex: 1;
}
.input-wrap {
    position: relative;
}
.input-wrap .input {
    height: 44px;
    width: 100%;
    border-radius: 22px;
    background: #F8F8F8;
    border: none;
    outline: none;
    text-indent: 17px;
}
.input-wrap textarea {
    width: 100%;
    border-radius: 22px;
    background: #F8F8F8;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-top: 10px;
    text-indent: 17px;
}

.area-wrap img {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 5px;
    transform: translate(0, -50%);
}
.input-wrap #chooseAddress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* 地址 */
#addressModal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
#addressModal  .modal-main{
    position: absolute;
    bottom: -900px;
    left: 0;
    height: 75%;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
}
#addressModal  .address-title{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    /* height: 25px; */
    padding: 10px 0;
}
#addressModal  .close{
    position: absolute;
    padding: 5px;
    right: 0rem;
    top: 0rem;
    color: red;
}
#addressModal  .optionwrapper{
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    padding-left: 10px;
    height: 30px;
    box-sizing: border-box;
    font-size: 15px;
}
#addressModal  .option-menu{
    padding:5px ;
    margin-right: 8px;
}
#addressModal  .active-option{
    border-bottom: 1px solid #FF2440;
}
#addressModal  .option-content{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}
#addressModal  .option-group{
    display: none;
    overflow: auto;
    height: 100%;
}
#addressModal  .option-list{
    padding: 10px 10px;
    display: flex;
}
#addressModal  .checked{
    width: 8px;
    height: 8px;
    background-color: #FF304A;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    display: none;
    margin-top: 5px;
}


/* 支付方式 */
.pay-channel {
    margin-top: 10px;
}
.pay-channel-inner {
    background: #F8F8F8;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: space-between;
}
.car-wrap {
    display: flex;
    align-items: center;

    color: #666;

}
.car-wrap img {
    width: 22px;
    margin-right: 10px;
}
.pay-channel-inner .pay-check {
    width: 22px;
}


/* 确认提交 */
.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 90deg, #FB6B1A 0%, #FF5D5A 100%);
    border-radius: 23px;
    height: 46px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.submit-btn.loading {
    opacity: 0.6;
}
.submit-btn.loading::after {

}

.goumai-msg {
    position: relative;
    height: 27px;
    background: linear-gradient( 90deg, #333333 0%, #999999 100%);
    border-radius: 23px 23px 23px 23px;
}
.goumai-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 27px;
    font-size: 10px;
    color: #FFFFFF;
    display: none;
    padding-left: 15px;
    line-height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;

    
}
.goumai-item.active {
    opacity: 1;
}
.goumai-item.fade-avatar {
    opacity: 0;
   
}
.goumai-msg img {
    width: 20px;
    border-radius: 50px;
    margin-right: 8px;
}

/* 评价 */

.evalute-wrap {
    padding-bottom: 50px;
}
.evalute-title {
    height: 36px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: 800;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.evalute-img {
    width: 327px;
    margin-left: 10px;
}

.comment-wrap {
    padding: 0 10px;
    margin-top: 24px;
}
.comment-item {
    padding: 16px 0;
    border-top: 1px solid #e2e2e2;
}
.comment-header {
    display: flex;
    align-items: center;
}

.comment-header .avatar {
    width: 23px;
    border-radius: 50%;
    margin-right: 9px;
}

.comment-header .star {
    width: 71px;
    margin-left: 15px;
    height: 12px;
}

.comment-content {
    /* font-weight: 500; */
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    text-align: justify;
    margin-top: 8px;
    margin-bottom: 14px;
}

.pic-list {
    display: flex;
}

.comment-img {
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 6px;
    overflow: hidden;
}
.comment-img img {
    position: absolute;
    left: 0;
    width: 60px;
    top: 50%;
    transform: translate(0, -50%);
}

.commnet-meal {
    margin-top: 16px;
    font-size: 11px;
    color: #999999;
    line-height: 13px;
}

.commnet-date {
    margin-left: 32px;
}

.lijixiadan-wrap {
    transition: all ease 0.3s;
    display: none;
}
.lijixiadan {
    background: linear-gradient(#FF6B63 0%, #FE4181 100%);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.scroll-top {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 10px;
    bottom: 60px;
    display: none;
    transition: all ease 0.3s;
}

.swiper-pagination-bullet-active{
    background-color: #FF5D5A;
}

.phone-text-wrap a{
    color: #f05263;

}
.phone-text-wrap a span {
    font-size: 18px;
}
.service-wrap {
    background: #fff;
    display: flex;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
}
.service-wrap .service-label {
    color: #201B1E;
    font-size: 15px;
    margin-right: 10px;
}

.service-wrap .service-content {
    display: flex;
    color: #9A9A9A;
    font-size: 12px;
    align-items: center;
}
.service-wrap .service-content .service-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.service-wrap .service-content .service-item img {
    width: 20px;
    margin-right: 3px;
}
.phone-tips a {
    color: #f05263;
}


.layui-layer-imgsee .layui-layer-imguide {
    display: initial;
}


.layui-layer-shade::before {
    position: absolute;
    content: 'x';
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 18px;
}
.layui-layer-imgsee .layui-layer-imguide {
    display: initial;
}
.layui-layer-imgsee .layui-layer-imgbar {
    position: fixed;
    display: block!important;
}