.t_border1{
    border:1pt solid red;
}
.cover1{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:999999;
}
.code1{
    width:28rem;
    height:18rem;
    background-color:#FFFFFF;
    margin:15rem auto 0 auto;
    position:relative;
    border-radius:0.5rem;
}
.codeTitle1{
    font-family: PingFang-SC-Bold;
    font-weight: Bold;
    color:#333333;
    font-size: 1.8rem;
    margin:0 0 1.75rem 0;
    padding: 1.75rem 0 0 0;
    text-align:center;
}
.barcode1{
    font-family: PingFang-SC-Bold;
    width:65%;
    height:3rem;
    margin:1pt 0 0 1.66rem;
    border:solid 1pt #999999;
    padding-left:1rem;
    font-weight: bold;
    color:#333333;
    font-size:1.5rem;
    /*line-height:2.75rem;*/
}


.rel1{
    position: relative;
    /*height:2.75rem;*/
}
.freshIcon1{
    width:1.44rem;
    height:1.63rem;
    margin: 0;
    position: absolute;
    position: absolute;
    margin:auto 0;
    top:0;
    bottom:0;
    left:82.4%;
}

.btn1{
    width:100%;
    height:4.5rem;
    font-size:1.06rem;
    position:absolute;
    bottom:0;
}
.leftBtn1{
    width:50%;
    height:100%;
    color:#333333;
    background-color: #DDDDDD;
    border:none;
    font-size: 1.8rem;
    border-radius:0 0 0 0.5rem;
}
.rightBtn1{
    width:50%;
    height:100%;
    color:#FFFFFF;
    background-color: #D04459;
    float:right;
    border:none;
    font-size: 1.8rem;
    border-radius:0 0 0.5rem 0;
}
.backgroundImg1{

    background-size: 5.81rem 3rem;
    background-repeat: no-repeat;
    background-position: 100% center;
}
.tip1{
    margin-left:1.66rem;
    margin-top:0.4rem;
    color:#F00000;
    font-size: 1.4rem;
    display: none;
}