.footer-widget {
    position: fixed;
    width: 100%;
    max-width: 1024px;
    bottom: 0;
    z-index: 23
}

.right-widget {
    width: 70px;
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2
}

.right-widget .back-top-top {
    width: 28px;
    height: 28px;
    line-height: 28px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 0 auto 10px;
    display: block
}

.right-widget .new-zone {
    display: block
}

.right-widget .new-zone img {
    max-width: 100%;
    display: block;
    border: none
}

.toast-wrap {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7)
}

.toast-wrap .toast {
    width: 246px;
    height: 135px;
    position: absolute;
    background-color: #fff;
    color: #333;
    top: 221px;
    left: 50%;
    margin-left: -143px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 20px 20px 15px
}

.toast-wrap .toast p:nth-child(3) {
    font-weight: 700
}

.toast-wrap .toast .iknow-btn {
    margin-top: 15px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff5a3c),to(#e62828));
    background-image: -o-linear-gradient(top,#ff5a3c 0,#e62828 100%);
    background-image: linear-gradient(180deg,#ff5a3c,#e62828);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    border: none
}

.toast-wrap .toast .toast-close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -15px
}

.toast-wrap .toast .toast-close img {
    width: 100%
}

.main {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 20px;
    padding: 0;

}

.main.test-b {
    padding: 0 .13333rem .26667rem .26667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main.test-b .card-group-ul {
    padding-top: 9px
}

.main .card-group-ul {
    padding-top: 10px
}


.card-desc{
    width: 100%;
}

.card-actions-left img {
    margin-right: 5px;
}

.card-media img{
    object-fit: cover;
    width: 100px;
    height: 100px;
}