
.banner{
    width: 100%;
    height: 4.5rem;
}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.shop>div{
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}
.shop .code{
    text-align: center;
    line-height: 4.5rem;
}
.shop .code img{
    width: 2rem;
    height: 2rem;
}
.shop .title a{
    text-decoration: none;
    height: 4.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /* display: block; */
}
.shop .title h5{
    font-size:50px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.shop .title img{
    width: 50px;
    float: right;
    margin-top: 25px;
}
.shop a:hover{
    text-decoration:none ;
}
.btn a{
    width: 70%;
    color: #fff;
    display: inline-block;
    border: 1px solid #c40108;
    border-radius: 25px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    background: #c40108;
    text-align: center;
    margin: 0 auto;
}
.btn{
    height: 4.5rem;
    display: flex !important;
    align-items: center;
}