div.UIBannerControl {
        margin: 0 auto;
        position: relative;
        width: 1160px;
        /* z-index: 2; */
        /* border-bottom: 1px solid #ffffff87; */
}
.UIBannerControl .co {
        left: 0px;
        position: absolute;
        top: 0px;
        height:93px;
}
@media only screen and (max-width: 768px){
        div.UIBannerControl {
                width: 100%;
        }
}
