.uc-header {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:128;
}

.uc-ticker {
    position:absolute;
    top:auto;
    left:0;
    right:0;
}

.uc-ticker .t1003__outer {
    position:absolute;
    top: auto;
    width:1160px;
    height: 56px;
    z-index: 64;
    margin-top: -152px !important;
    border-radius: 28px;
}

@media (max-width: 1199px) {
    .uc-ticker .t1003__outer {
        width:940px;
    }
}

@media (max-width: 959px) {
    .uc-ticker .t1003__outer {
        width:620px;
    }
}

@media (max-width: 639px) {
    .uc-ticker .t1003__outer {
        width:460px;
    }
}

@media (max-width: 479px) {
    .uc-ticker .t1003__outer {
        position:absolute;
        top: auto;
        width:340px;
        height: 56px;
        z-index: 64;
        margin-top: -152px !important;
        border-radius: 28px;
    }
}