*{
    margin:0;
    padding:0;
}
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container .header{
    display: flex;
    align-items: center;
    position: sticky;
    z-index: 999;
    top:0;
    left: 0;
    width: 100%;
    padding:22px 26px;
    box-sizing: border-box;
    background: rgba(255,255,255,.7);
}

.container .img1-box{
    position: relative;
    
}

.img1-box .gif{
    position: absolute;
    top:0;
    right: 130px;
    width:450px;
    height:auto;  
}

.container .header .icon{
    width:160px;
    height: auto;
    display: block;
}

.header .btn-list{
    display: flex;
    margin-left: 100px;
}

.btn-list li{
    margin-right: 30px;
    list-style: none;

}

.btn-list li a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    padding:0 30px;
    text-decoration: none;
    font-size: 16px;
    color:#3D3D3D;
}

.btn-list li .active{
    background: #355DFF;
    color:#fff !important;
}

.full-width-image {
    width: 100%;
    height: auto;
    display: block;
}

.bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding:30px 0 20px;
    background: #EDF4FF;

}

.bottom .merchant-info{
    padding-bottom: 20px;
}

.bottom .merchant-info img{
    width: 540px;
    height:auto;
    display: block;
}

.bottom .record-num a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
}

.bottom .record-num .badge {
    width: 20px;
    height: 20px;
    display: block;
}

.bottom .record-num span {
    font-size: 13px;
    color: #616b93;
    white-space: nowrap;
    letter-spacing: 1px;
}