.bg {
    position: relative;
}

.couponPop {
    width: 100%;
    height: 1.5rem;
    background: #FFF;
    position: relative;
}

.couponPop .title {
    display: flex;
}

.couponPop .title div {
    font-size: .35rem;
    color: .35rem;
    margin-left: .33rem;
    margin-top: .3rem;
}

.couponPop .title img {
    width: .35rem;
    height: .35rem;
    margin-top: 0.35rem;
    margin-left: .13rem;
}

.couponPop .tip {
    font-size: .27rem;
    color: #b0b0b0;
    margin-top: .18rem;
    margin-left: .33rem;

}

.redBox {
    color: #FF6262;
    height: .354rem;
    font-size: .27rem;
    padding: .03rem .07rem;
    line-height: .3rem;
    width: fit-content;
    background-color: #ffe9e9;
    text-align: center;
    position: absolute;
    border-radius: .04rem;
    right: .84rem;
    top: .35rem;
}

.couponPop .icon {
    width: .15rem;
    height: .27rem;
    position: absolute;
    right: .33rem;
    top: .38rem;

}

.couponBg {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    display: none;
}

.couponList {
    width: 8.28rem;
    height: 11.55rem;
    background-color: #f9f9f9;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;

}

.couponList .titleBox {
    position: relative;
    display: flex;
    width: 7.62rem;
    margin-left: .33rem;
    height: .78rem;
    margin-top: .38rem;


}

.titleBox .colorBox {
    width: .11rem;
    height: .35rem;
    background-color: #03C5B4;
    margin-top: .02rem;
}

.titleBox .title {
    font-size: .4rem;
    color: #444;
    margin-left: .27rem;
    font-weight: bold;

}

.titleBox .out {
    width: .66rem;
    height: .57rem;
    line-height: .4rem;
    position: absolute;
    top: -0.16rem;
    right: -0.30rem;
}

.couponBg .tabs {
    position: relative;
    width: 8.28rem;
    height: .75rem;
    box-sizing: border-box;
    display: flex;
    border-bottom: solid .02rem #f3f3f3;
}

.tabs .usable {
    width: 50%;
    font-size: .35rem;
    color: #444;
    text-align: center;
    line-height: .6rem;

}

.tabs .not {
    width: 50%;
    color: #444;
    font-size: .35rem;
    text-align: center;
    line-height: .6rem;
    box-sizing: border-box;

}

.tabs .tabAct {
    color: #03C5B4;

}

.tabs .navLine {
    position: absolute;
    width: 50%;
    height: .06rem;
    background-color: #03C5B4;
    bottom: 0;


}

.scrBox {
    width: 8.28rem;
    height: 7.73rem;
    overflow: scroll;
}

.scrBox-out {
    display: none;
    width: 8.28rem;
    height: 7.73rem;
    overflow: scroll;
}

.usableItem {
    width: 7.62rem;
    height: 2.76rem;
    background-color: #FFF;
    margin: 0 auto;
    overflow: hidden;
    margin-top: .22rem;
    border-radius: .18rem;
    position: relative;


}

.scrBox .success {
    height: .44rem;
    margin-left: .35rem;
    margin-top: .29rem;
    display: flex;


}

.scrBox-out .success {
    height: .44rem;
    margin-left: .35rem;
    margin-top: .29rem;
    display: flex;


}

.success img {
    width: .44rem;
    height: .44rem;
}

.success .title {
    font-size: .31rem;
    margin-left: .18rem;
    line-height: 19.92px;

}

.usableItem .form {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .35rem;
    height: 1.24rem;
    color: #444;
    font-weight: bold;
    border-bottom: dashed .02rem #f0f0f0;

}

.form .name {
    margin-top: .06rem;
    font-size: .4rem;
    font-weight: bold;
}

.form .price {
    font-size: .53rem;
    font-weight: bold;
}

.indate {
    margin-top: .22rem;
    margin-left: .35rem;
    font-size: .27rem;
    color: #666;
}

.usableItem .mark {
    position: absolute;
    top: 0;
    right: 0;
    width: .73rem;
    height: .66rem;

}

.outItem {
    width: 7.62rem;
    margin: 0 auto;
    overflow: hidden;
    margin-top: .22rem;
    border-radius: .18rem;
    position: relative;
    padding-bottom: .35rem;
    background-color: #fff;
    /* opacity: .5; */

}



.outItem .form {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .35rem;
    height: 1.24rem;
    color: #444;
    font-weight: bold;
    background-color: #fff;
    border-bottom: .02rem solid #f0f0f0;


}

.warn {

    padding: 0 .33rem;
    display: flex;
    margin-top: .18rem;
    opacity: .5;



}

.warn img {
    width: .31rem;
    height: .31rem;

}

.warn .text {
    font-size: .27rem;
    color: #666;
    margin-left: .07rem;
}

.outItem .success {
    opacity: .5;
}

.outItem .form {
    opacity: .5;
}

.outItem .indate {
    opacity: .5;
}




.noneBox {
    width: 5.52rem;
    margin: 0 auto;
    height: 214px;
    margin-top: 1.37rem;

}

.noneBox img {
    width: 5.52rem;
    height: 3.71rem;

}

.noneBox .text {
    font-size: .4rem;
    color: #c8c8c8;
    width: 5.52rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;


}



.botBox {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.9rem;
    width: 8.28rem;
    background-color: #f9f9f9;
}

.botBox .text {

    width: 8.28rem;
    color: #999;
    font-size: .27rem;
    line-height: 34px;
    text-align: center;

}

.botBox .botButton {
    margin: 0 auto;
    width: 7.62rem;
    color: #fff;
    font-size: .35rem;
    height: .99rem;
    line-height: .99rem;
    background-color: #03C5B4;
    text-align: center;
    border-radius: .51rem;

    box-shadow: 0px 10px 12px -6px rgba(6, 193, 174, 0.4);

}

.doubletc-des {
    margin-top: .18rem;
    padding: .4rem;
    margin-bottom: 0rem;
}

.line10 {
    background-color: #f9f9f9;
}

.create-order-wrap .top-box {
    padding-top: .49rem;
}

.orderBox {
    width: 7.62rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    height: .44rem;
    margin-bottom: .35rem;
}

.orderBox .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: .4rem;
}

.orderBox .wenIcon {
    width: .35rem;
    height: .35rem;
    margin-left: .18rem;
    margin-top: .04rem;

}

.orderBox .cutIcon {
    position: absolute;
    width: .4rem;
    right: 2.21rem;
    top: .08rem;
    height: .28rem;
}

.orderBox .type {
    position: absolute;
    font-size: .35rem;
    right: 0;
    top: .04rem;
    color: #06C1AE;
}

.top-box .setMelBox {
    display: flex;
    flex-wrap: wrap;
    width: 7.6rem;
    margin: 0 auto;
    display: flex;
    color: #444;
    font-size: .35rem;
    text-align: center;
    margin-top: .27rem;
    padding-bottom: .35rem;



}


.top-box .item {
    width: 1.72rem;
    height: .66rem;
    text-align: center;
    border-radius: .09rem;
    border: 1px solid #EFEFEF;
    text-align: center;
    line-height: .66rem;
    margin-top: .27rem;
    margin-left: .24rem;
}

.top-box .item:first-child {

    margin-left: 0;
}

.top-box .item:nth-child(5) {

    margin-left: 0;
}

.top-box .item span {
    font-size: .31rem;
}

.tabFixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;

}


.switchTab {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1.06rem;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    border-bottom: solid .02rem #f3f3f3;
}

.switchTab .tanderBox {
    width: 50%;
    font-size: .35rem;
    color: #444;
    text-align: center;
    line-height: 1.06rem;

}

.switchTab .estimateBox {
    width: 50%;
    color: #444;
    font-size: .35rem;
    text-align: center;
    line-height: 1.06rem;
    box-sizing: border-box;

}

.switchTab .tabAct {
    color: #03C5B4;

}

.switchTab .bottomLine {
    position: absolute;
    width: 50%;
    height: .04rem;
    background-color: #03C5B4;
    bottom: 0;


}

.estimateArea {

    display: none;
    width: 100%;
    padding-bottom: .44rem;
    background-color: #fff;
}

.sonBox {
    width: 7.62rem;
    margin: 0 auto;

}

.sonBox:last-child .content:last-child {
    border-bottom: none;
}

.sonBox .userBox {
    width: 100%;
    display: flex;
    padding-top: .35rem;
}

.sonBox .user {
    display: flex;
    width: 50%;
    height: .53rem;

}

.sonBox .user img {
    width: .53rem;
    height: .53rem;
}

.sonBox .user .username {
    font-size: .35rem;
    line-height: .55rem;
    color: #444;
    margin-left: .18rem;
}

.sonBox .dateBox {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    align-items: center;
}

.sonBox .dateBox .icon {
    display: block;
    width: .27rem;
    height: .27rem;
    margin-right: .07rem;

}

.dateBox .date {
    font-size: .27rem;
    color: #999;

}


.sonBox .content {
    position: relative;
    width: 7.62rem;
    display: flex;
    margin-top: .22rem;
    padding-bottom: .42rem;
    border-bottom: .02rem solid #F3F3F3;
    overflow: hidden;
}


.sonBox .content .leftBox {
    width: 4.33rem;
    color: #444;
    font-size: .31rem;
    line-height: .46rem;


}

.sonBox .content .leftBox .textBox {
    height: 1.39rem;
    overflow: hidden;
    display: flex;
    align-items: center;


}

.sonBox .content .leftBox p {
    line-height: .39rem;
    overflow: hidden;
    /* 溢出部分进行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 盒模型元素从顶部向底部垂直排列子元素 */
    -webkit-line-clamp: 3;
    /* 显示两行 */
    text-overflow: ellipsis;

}



.sonBox .content .leftBox .setMeal {
    width: 3.31rem;
    height: .53rem;
    color: #444;
    font-size: .27rem;
    line-height: .54rem;
    background-color: #F5F5F5;
    border-radius: .04rem;
    text-align: center;
}

.sonBox .content .rightBox {
    position: absolute;
    width: 3.14rem;
    margin-left: .154rem;
    right: 0;
    clip:rect(0px,3.14rem,2.01rem,0px)
}


.sonBox .content .leftBox .audioBox {
    position: relative;
    height: 0.84rem;
    background: rgba(243, 255, 254, 1);
    border-radius: 0.09rem;
    border: 1px solid rgba(6, 193, 174, 1);
    padding-left: 0.35rem;
    color: #06C1AE;
    margin-bottom: 0.32rem;
    display: flex;
    margin-top: 0.32rem;


}

.leftBox .audioBox .left {
    left: 1.04rem;
    top: .17rem;
    position: absolute;

}

.audioBox .iconBox {
    width: .49rem;
    display: flex;
    height: 0.33rem;
    margin-top: .22rem;
    overflow: hidden;

}

.audioBox img:nth-child(1) {
    width: .29rem;
    height: .33rem;

}

.audioBox img:nth-child(2) {
    width: .07rem;
    height: .15rem;
    margin-top: .09rem;
    margin-left: .02rem;


}

.audioBox img:nth-child(3) {
    width: .07rem;
    height: .24rem;
    margin-top: .045rem;
    margin-left: .02rem;

}






.leftBox .curr .iconBox {

    animation: horn 1.3s linear infinite;

}

audio:not([controls]) {
    display: none;
    height: 0;
}

@keyframes horn {

    0% {
        width: .29rem;
    }

    50% {
        width: .38rem;
    }

    60% {
        width: .49rem;
    }

    100% {
        width: .49rem;
    }

}


.explainPOp {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 1001;
}

.explainBox {
    position: relative;
    width: 6.63rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .22rem;
    margin-top: 2.85rem;
    padding-bottom: .36rem;
}

.explainBox .titleBox {
    display: flex;
    padding: .35rem;
    height: .35rem;
    font-weight: bold;
    width: 100%;
}

.titleBox .text {
    font-size: .35rem;
    font-weight: bold;
    color: #444;
    margin-left: .223rem;
    margin-top: .03rem;
}

.explainBox p {
    margin: 0 auto;
    display: block;
    padding: 0 .35rem;
    margin-top: .27rem;

    font-size: .31rem;
    line-height: .464rem;
}

.explainBox .close {
    width: 0.88rem;
    position: absolute;
    height: 0.88rem;
    border: 2px solid #FFFFFF;
    background: url(/wap_login/images/guanbi@2x.png) no-repeat center;
    background-size: 0.5rem 0.5rem;
    top: 100%;
    left: 50%;
    margin-top: 0.4rem;
    margin-left: -0.44rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spillPop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 1001;
}

.spillBox {
    position: relative;
    width: 6.63rem;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 6.23rem;
    border-radius: .22rem;


}

.spillBox .topBox {
    display: flex;
    line-height: .53rem;
    padding: .35rem;
    padding-bottom: .18rem;

}

.spillBox .topBox img {
    width: .53rem;
    height: .53rem;

}

.spillBox .topBox p {
    margin-left: .18rem;
    line-height: .60rem;
    color: #444;
}

.spillBox .text {
    font-size: .31rem;
    padding: .35rem;
    padding-top: 0rem;
    line-height: .49rem;
    color: #444;

}

.spillBox .close {
    width: 0.88rem;
    position: absolute;
    height: 0.88rem;
    border: 2px solid #FFFFFF;
    background: url(/wap_login/images/guanbi@2x.png) no-repeat center;
    background-size: 0.5rem 0.5rem;
    top: 100%;
    left: 50%;
    margin-top: 0.4rem;
    margin-left: -0.44rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.create-order-wrap .create-form {
    padding: 0.53rem 0.33rem 0.7rem;
    background: #fff;
}

.create-order-wrap .blue-title {
    position: relative;
    height: 0.35rem;
    font-size: .35rem;
    font-weight: bold;
    color: rgba(68, 68, 68, 1);
    line-height: 1;
    padding-left: 0.3rem;
}

.create-order-wrap .blue-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0.09rem;
    height: 0.35rem;
    background: rgba(6, 193, 174, 1);
}

.create-form .form-input input {
    outline: none;
    display: flex;


}

.create-form .form-input {
    margin-top: 0.5rem;
    display: flex;
}

.create-form .code-input {
    position: relative;

}

.create-form .submit {
    height: 1.1rem;
    background: rgba(6, 193, 174, 1);
    border-radius: 0.7rem;
    text-align: center;
    line-height: 1.1rem;
    font-size: .35rem;
    color: #fff;
    margin-top: 0.88rem;
    margin-bottom: 0.55rem;
}

.create-form .form-input .card {
    background: url(/wap_login/css/images/shenfenzheng@2x.png) no-repeat left 0.33rem center;
    background-size: 0.38rem 0.46rem;
}

.create-form .form-input input {
    height: 0.97rem;
    border-radius: 0.07rem;
    border: 0.02rem solid rgba(231, 231, 231, 1);
    box-sizing: border-box;
    padding-left: 0.93rem;
    color: #333;
}

input[type=text],
input[type=password],
input[type=submit],
select {
    height: 1rem;
    width: 100%;
}

.create-form .form-input .phone {
    background: url(/wap_login/css/images/phone@2x.png) no-repeat left 0.33rem center;
    background-size: 0.38rem 0.46rem;
}

.create-form .form-input input {
    height: 0.97rem;
    border-radius: 0.07rem;
    border: 0.02rem solid rgba(231, 231, 231, 1);
    box-sizing: border-box;
    padding-left: 0.93rem;
    color: #333;
    font-size: .31rem;
}

.create-form .form-input .code {
    width: 4.86rem;
    background: url(/wap_login/css/images/cardinput.png) no-repeat left 0.33rem center;
    background-size: 0.38rem 0.46rem;
}

.create-form .code-input .getcode {
    width: 2.63rem;
    height: 0.97rem;
    border-radius: 0.11rem;
    border: 0.02rem solid rgba(7, 195, 174, 1);
    box-sizing: border-box;
    line-height: .95rem;
    text-align: center;
    margin-left: 0.13rem;
    color: #07C3AE;
    font-size: 0.31rem;
}

.create-form .code-input .text {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: .26rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
    bottom: -0.52rem;
    left: 0;
}
.create-form .code-input .text span{
    color: #03C5B4;
    font-weight: bold;
}
.create-form .xieyi a {
    color: #06C1AE;
}

.create-form .xieyi {
    text-align: center;
    color: #444;
}

.modal-create-order-success>div {
    width: 6.62rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.22rem;
    padding-top: 0.49rem
}

.modal-create-order-success .title-box {
    text-align: center;
    font-size: 0;
    height: 0.4rem;
    margin-bottom: 0.44rem;
}

.modal-create-order-success .bsinfo-text {
    margin-bottom: 0.44rem;
    text-align: left;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.modal-create-order-success .title-box .left,
.modal-create-order-success .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: rgba(6, 193, 174, 1);
}

.modal-create-order-success .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-success .title-box .img {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.2rem 0 0.15rem;
}

.modal-create-order-success .title-box .text {
    font-size: .35rem;
    font-weight: 400;
    color: rgba(6, 193, 174, 1);
    line-height: .4rem;
    margin-right: 0.15rem;
}

.modal-create-order-success .title-box .left,
.modal-create-order-success .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: rgba(6, 193, 174, 1);
}

.modal-create-order-success .bsinfo-text {
    margin-bottom: 0.44rem;
    text-align: left;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.modal-create-order-success .bsinfo-text p {
    margin-bottom: 0.44rem;
}

.modal-create-order-success .bsinfo-text .one-line {
    display: flex;
}

.modal-create-order-success .bsinfo-text p {
    margin-bottom: 0.44rem;
}

.modal-create-order-success .bsinfo-text .line {
    height: 0.02rem;
    margin-bottom: 0.44rem;
    background: rgba(241, 241, 241, 1);
}

.modal-create-order-success .bsinfo-text p.bs-status.count {
    margin-bottom: 0.31rem;
}

.modal-create-order-success .bsinfo-text .title {
    font-size: .31rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.modal-create-order-success .bsinfo-text .bs-status .text {
    color: #D2AF67;
}

.modal-create-order-success .bsinfo-text .text {
    font-size: .31rem;
    font-weight: 500;
    color: #666666;
    line-height: 1;
}

.modal-create-order-success .bsinfo-text p {
    margin-bottom: 0.44rem;
}

.modal-create-order-success .bsinfo-text .title {
    font-size: .31rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.modal-create-order-success .bsinfo-text .bs-status .text {
    color: #D2AF67;
}

.modal-create-order-success .bsinfo-text .text {
    font-size: .31rem;
    font-weight: 500;
    color: #666666;
    line-height: 1;
}

.modal-create-order-success .bsinfo-text .bs-status .text.success {
    color: #06C1AE;
}

.modal-create-order-success .to-contract {
    display: block;
    height: 0.93rem;
    line-height: .93rem;
    background: rgba(6, 193, 174, 1);
    border-radius: 0.11rem;
    font-size: .35rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.modal-create-order-success .to-contract.disabled {
    background: rgba(240, 240, 240, 1);
    color: #999;
}

.modal-create-order-success .to-contract {
    display: block;
    height: 0.93rem;
    line-height: .93rem;
    background: rgba(6, 193, 174, 1);
    border-radius: 0.11rem;
    font-size: .35rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.modal-create-order-warning .title-box {
    text-align: center;
    font-size: 0;
    height: 0.4rem;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .title-box .left,
.modal-create-order-warning .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: #FF6767;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .title-box .img {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.2rem 0 0.15rem;
}

.modal-create-order-warning .title-box .text {
    font-size: .35rem;
    font-weight: 400;
    color: #FF6767;
    line-height: .4rem;
    margin-right: 0.15rem;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .title-box .left,
.modal-create-order-warning .title-box .right {
    width: 0.5rem;
    height: 0.07rem;
    background: #FF6767;
}

.modal-create-order-warning .title-box span {
    display: inline-block;
    line-height: .4rem;
    vertical-align: middle;
}

.modal-create-order-warning .false-text {
    margin: 0 0.7rem;
    text-align: left;
}

.modal-create-order-warning .false-text .title {
    font-size: .31rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.18rem;
}

.modal-create-order-warning .false-text .text {
    font-size: .31rem;
    line-height: .5rem;
    font-weight: 400;
    margin-bottom: 0.44rem;
    color: rgba(102, 102, 102, 1);
}

.modal-create-order-warning .false-text .line {
    height: 1px;
    background: #F1F1F1;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .false-text .err {
    font-size: .31rem;
    font-weight: 400;
    color: rgba(255, 103, 103, 1);
    line-height: 1;
    margin-bottom: 0.44rem;
}

.modal-create-order-warning .false-text .know {
    display: block;
    height: 0.93rem;
    line-height: .93rem;
    background: rgba(6, 193, 174, 1);
    border-radius: 0.11rem;
    font-size: .35rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.modal-create-order-loading>div {
    width: 4.73rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .22rem;
    padding: .62rem;
    box-sizing: border-box;
}

.modal-create-order-loading .img {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.5rem;
}

.modal-create-order-loading .text {
    font-size: .35rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.create-order-wrap .taocan-info {
    display: flex;
    width: 7.62rem;
    justify-content: space-between;
    margin: 0 auto;
}

.create-order-wrap .taocan-info .box:first-child {
    text-align: left;
    border-right: 1px solid #ECECEC;
}

.create-order-wrap .taocan-info .box {
    flex: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.create-order-wrap .taocan-info .title {
    font-size: .26rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
    margin-bottom: 0.13rem;
}

.create-order-wrap .taocan-info .text {
    font-size: .4rem;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    line-height: 1;
}

.create-order-wrap .taocan-info .box:first-child {
    text-align: left;
    border-right: 1px solid #ECECEC;
}

.create-order-wrap .taocan-info .box:nth-child(2) {
    text-align: center;
    border-right: 1px solid #ECECEC;
}

.create-order-wrap .taocan-info .box:last-child {
    text-align: right;
}

.fail-popup .message-info {
    height: auto;
}

.line10 {
    height: 0.223rem;
    background-color: #f9f9f9;
}

.form-input input::-webkit-input-placeholder {
    font-size: .31rem;
}
.setMelBox .active{color: #06C1AE; border:1px solid #06C1AE;background-color:#F3FFFE}
.setMelBox .noactive{color: #444; border:1px solid #EFEFEF;}

/* 新增AIcss */
.aiBox {
    width: 7.62rem;
    margin: 0 auto;
    height: 4.48rem;
    background: url(../image/aibg.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: .27rem;

}

.aiBox .aiTopBox {
    width: 7.16rem;
    margin-left: .2rem;
    padding-top: 0.18rem;
    display: flex;
    justify-content: space-between;
}

.aiBox .aiTopBox .leftBox {
    display: flex;
}

.aiBox .aiTopBox .yun {
    width: 1.17rem;
    height: .73rem;

}

.aiBox .aiTopBox .leftBox .textImg {
    width: 1.46rem;
    height: .49rem;
    margin-left: .133rem;
    margin-top: .11rem;
}

.aiBox .aiTopBox .rightBox {
    display: flex;

}

.aiBox .aiTopBox .rightBox .text {
    font-size: .31rem;
    font-weight: bold;
    color: #444;
    margin-right: .08rem;
    line-height: .8rem;

}

.aiBox .aiTopBox .rightBox .numBox {
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #FF5757;
    font-size: .53rem;
}

.aiBox .sourceBox {
    display: flex;
    width: 7.09rem;
    margin: 0 auto;
    height: .53rem;
    justify-content: space-between;
    margin-top: .11rem;
}

.aiBox .sourceBox .txt {
    color: #666;
    font-size: .31rem;
    line-height: .53rem;

}

.aiBox .sourceBox .btnBox {
    display: flex;
    justify-content: center;
    width: 2.14rem;
    height: .53rem;
    background: linear-gradient(90deg, #9D7EFF 0%, #366EFF 100%);
    border-radius: .27rem;
}

.aiBox .sourceBox .btnBox span {
    display: inline-block;
    font-size: .31rem;
    line-height: .49rem;
    color: #FFF;
    font-weight: 400;
    margin-right: .14rem;
}

.aiBox .sourceBox .btnBox img {
    width: .13rem;
    height: .22rem;
    margin-top: .14rem;
}

.aiBox .bottomBox {
    width: 7.62rem;
    height: 2.64rem;
    background: url(../image/aibtbg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: .19rem;
}

.aiBox .bottomBox .title {
    padding-top: .44rem;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.aiBox .feature {
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    margin-top: .34rem;


}

.aiBox .feature .son {
    position: relative;
    width: 1.46rem;
    height: .97rem;
    margin-left: .31rem;
}

.aiBox .feature .son img {
    display: block;
    width: .53rem;
    height: .49rem;
    margin: 0 auto;
}

.aiBox .feature .sonText {
    width: 100%;
    text-align: center;
    margin-top: .18rem;
    position: relative;
}

.aiBox .feature .sonText::after {
    position: absolute;
    content: "\25BC";
    font-size: .22rem;
    right: -.16rem;
}

.aiBox .feature .explains {
    position: absolute;
    width: 7.62rem;
    top: 1.14rem;
    bottom: 0;
    z-index: 99;
}

.aiBox .feature .son .triangle {

    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.139rem solid transparent;
    border-left: 0.135rem solid transparent;
    border-right: 0.135rem solid transparent;
    border-bottom: 0.139rem solid rgba(0, 0, 0, .73);
    margin-left: 1.35rem;
    bottom: -0.17rem;
}

.aiBox .feature .explains .txt {
    position: relative;
    background-color: rgba(0, 0, 0, .73);
    color: #fff;
    font-size: 0.31rem;
    line-height: 0.5rem;
    padding: .1rem 0.265rem;
    box-sizing: border-box;
    border-radius: 0.088rem;
}

.aiBox .explains .textBox {
    position: relative;
}

.aiBox .explains .closeText {
    display: block;
    position: absolute;
    font-size: .31rem;
    color: #FFC769;
    right: .27rem;
    line-height: 0.5rem;
    bottom: .08rem;

}

.radarPop {
    /*position: relative;*/
}

.radarPop .redarBox {
    margin: 0 auto;
    width: 7.62rem;
    height: 6.14rem;
    background-color: #FFF;
    border-radius: .18rem;
    margin-top: 50%;
    padding-top: .44rem;
}

.radarPop .redarBox .redar {
    width: 7.62rem;
    height: 5.74rem;
    margin: 0 auto;
}

/* 新增AIcss */

/* 新增优惠券入口 */
.couponTwo {
    padding: 0 .33rem;
    width: 7.62rem;
    height: .99rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.couponTwo .names {
    font-size: .35rem;
    line-height: .99rem;
    color: #444;
}

.couponTwo .numBox {
    display: flex;
}

.couponTwo .numBox .num {
    width: fit-content;
    font-size: .31rem;
    color: #FF6262;
    line-height: .99rem;
    margin-right: .11rem;
}

.couponTwo .numBox .icon {
    width: .15rem;
    height: .27rem;
    margin-top: .36rem;
}
.couponBox{
    width: 7.62rem;
    height: auto;
    background-color: #FAFAFA;
    margin-bottom: .33rem;
    border-radius: .11rem;
}

.couponLine{
    width: 6.98rem;
    border-bottom:  solid .022rem #EBEBEB;
    height: .02rem;
    margin: 0 auto;
    margin-top: .02rem;
}
.estimateBoxs{
    margin: 0 auto;
    width: 6.98rem;
    font-size: .31rem;
    padding: .31rem 0;
}
.estimateBoxs .top{
    display: flex;
    justify-content: space-between;
}
.estimateBoxs .redPrice{
    color: #FF6975;
    font-weight: bold;
}
.estimateBoxs .tips{
    font-size: .27rem;
    margin-top: .13rem;
    color: #999;
}


/* 新增优惠券入口 */

/* 新增评价视频播放 */
.sonVideo{
    position: relative;
    width: 7.62rem;
    height: 3.47rem;
    margin: 0 auto;
    margin-top: .353rem;
    border-radius: .11rem;
    overflow: hidden;
}
.videoBox{
    width: 7.62rem;
    height: 3.47rem;
    margin: 0 auto;
    object-fit: fill;
}
.sonVideo .endImg{
    background: url(../homeIndexImg/zantingBG.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    top: 1.26rem;
    z-index: 1002;
    left: 41.5%;
}

/* 新增评价视频播放 */
/* 新增底部浮动 */
.botFloatBox{
    width: 100%;
    /*height: 2.03rem;*/
    height:auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 10;
}
.botFloatBox .couponTop{
    padding: 0 .33rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background-color: #FFF5F6;
}
.botFloatBox .couponTop .left{
    font-size: .31rem;
    display: flex;
    color: #444;

}
.botFloatBox .couponTop .left img{
    width: .4rem;
    height: .35rem;
    margin-right: .133rem;
    margin-top: .222rem;
}
.botFloatBox .couponTop .left .text{
    line-height: .8rem;
}
.botFloatBox .couponTop .right{
    display: flex;
}
.botFloatBox .couponTop .right img{
    width: .15rem;
    height: .27rem;
    margin-top: .24rem;
}
.botFloatBox .couponTop .right .redText{
    color: #FF6262;
    margin-right: .22rem;
}
.botFloatBox .addBox{
    position: relative;
    width: 100%;
    height: 1.24rem;
    padding: 0 .33rem;
}
.botFloatBox .addBox .redPrice{
    font-size: .31rem;
    font-weight: bold;
    color: #444;
    margin-top: .18rem;
}
.botFloatBox .addBox .redPrice span{
    font-size: .353rem;
    color: #FF6975;
    font-weight: bold;
}
.botFloatBox .addBox .tips{
    font-size: .24rem;
    margin-top:8px;
    color: #999;
}
.botFloatBox .addBox .goButton{
    width: 2.56rem;
    height: .752rem;
    font-weight: bold;
    line-height: .752rem;
    font-size: .35rem;
    color: #FFF;
    background-color: #06c1ae;
    border-radius: .71rem;
    text-align: center;
    position: absolute;
    right: .31rem;
    top: .065rem;


}