body{
    background: #F6F6F6;
}

.logo{
    padding: 12% 0 10% 0;
}
.logo img{
    border-radius: 16px;
}
.logo p{
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}
.order-top{
    background: #ffdfac;
    color: #92641b;
}

.layui-m-layer0 .layui-m-layerchild.layui-m-layer-yellow{
    width: 80%;
    max-width: 300px;
    border-radius: 4px;
    padding-top: 15px;
}
.layui-m-layerchild.layui-m-layer-yellow h3{
    padding-top: 5px;
    height: auto;
    line-height: 1;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}
.layui-m-layer-yellow .layui-m-layercont{
    font-size: 13px;
    padding: 20px 12px;
    line-height: 1.4;
    color: #333333;
}
.layui-m-layer-yellow .layui-m-layerbtn{
    border: none;
    height: auto;
    line-height: 40px;
    background: #ffffff;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
}
.layui-m-layer-yellow .layui-m-layerbtn span{
    flex: 1 44%;
    margin: 0 3%;
    font-size: 14px;
    border-radius: 100px;
}
.layui-m-layer-yellow .layui-m-layerbtn span[no]{
    color: var(--pub-color);
    border: 1px solid var(--pub-color);
    border-radius: 100px;
    box-sizing: border-box;
}
.layui-m-layer-yellow  .layui-m-layerbtn span[yes]{
    background: var(--pub-color);
    color: #ffffff;
}


.bg-yellow,.bg-yellow:hover{
    background: var(--pub-color);
    color: #ffffff;
}
.bor-yellow,.bor-yellow:hover{
    border: 1px solid var(--pub-color);
    color: var(--pub-color);
}

.juzhong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.kefu{
    width: 80px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}


@media screen and (max-width: 370px){
    .media-14{
        font-size: 14px;
    }
}



/*20200327麦当劳兑换券 添加*/


.my-nav {
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.my-nav .navbar_item {
    border: none;
    color: #888888;
    font-size: 14px;
}

.my-nav .navbar_item.active {
    color: var(--pub-color);
    font-weight: bold;
}

.my-nav span {
    display: block;
    background: var(--pub-color);
    width: 23%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 5%;
    border-radius: 10px;
}
.f-c-fdbb53{
    color: var(--pub-color);
}

.qr-code{
    padding: 30px 4%;
}
.qr-code .img-box{
    width: 50%;
    margin: 0 auto;
}
.recharge-codebtn .btn{
    height: 26px;
    line-height: 26px;
}

.loading-main{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    background: rgba(0,0,0,.5);
    display: none;
}
.loading-main .loading{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.loading-main .loading img{
    width: 100%;
}