html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    /* width: 100%;
    height: 100%; */
}

button,
input {
    border: none;
    outline: none
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Medium.eot');
    src: url('../fonts/subset-Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Medium.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Medium.woff') format('woff'),
        url('../fonts/subset-Roboto-Medium.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Regular.eot');
    src: url('../fonts/subset-Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Regular.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Regular.woff') format('woff'),
        url('../fonts/subset-Roboto-Regular.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#a_bnr_content {
    display: block;
    width: 320px;
    height: 100px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #EDF0F2;
    background: linear-gradient(180deg, #EBF1FF 0%, #FFF 75.5%);
}

.a_container {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.a_container_images {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.a_bnr_img {
    display: block;
    position: relative;
    width: 100px;
    /*height: 100%;
    */
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.a_bnr_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}


.a_bnr_img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.a_bnr_content {

    width: calc(100% - 100px);
}

.a_bnr_title {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 73px;
    margin-bottom: auto;
    padding: 8px;
}

.src_name {
    float: left;
    width: auto;
    text-align: left;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 10px;
    color: #0E1013;
    padding-left: 4px;
}

.a_bnr_title h3 {
    width: auto;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #0E1013;
    letter-spacing: 0.13px;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.a_bnr_items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #EDF0F2;
    background: #FFF;
    padding: 4px 8px;
}

.a_src_item {
    display: flex;
    align-items: center;
    float: left;
    margin-right: auto;
}

.a_src_item img {
    display: block;
    width: 16px;
    height: 16px;
}

.a_main_src_itm {
    float: right;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 16px;
    height: 16px;
    background: #EDF0F2;
    border-radius: 50%;
}

.a_main_src_itm img {
    display: block;
    width: 12px;
    height: 12px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}