body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dialog,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

a {
    color: white;
}

a,
a:hover {
    outline: none;
    text-decoration: none;
}

.warp {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.warp .bg {
    width: 10rem;
    min-width: 10rem;
}

.content {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 11.6rem;
}

.down_url {
    opacity: 0;
    cursor: pointer;
    display: inline-block;
    background-position: left top;
    position: absolute;
    z-index: 1000;
    height: 0.77594342rem;
    left: 3.596875rem;
    top: 3.95rem;
    width: 2.65rem;
    animation: scaleDrew 1.1s infinite;
    -webkit-animation: scaleDrew 1.1s infinite;
    -moz-animation: scaleDrew 1.1s infinite;
    -o-animation: scaleDrew 1.1s infinite;
}

.down_img {
    background-position: left top;
    position: absolute;
    max-width: 10rem;
    z-index: 5;
    left: 3.596875rem;
    top: 3.95rem;
    width: 2.65rem;
    animation: scaleDrew 1.1s infinite;
    -webkit-animation: scaleDrew 1.1s infinite;
    -moz-animation: scaleDrew 1.1s infinite;
    -o-animation: scaleDrew 1.1s infinite;
}

@keyframes scaleDrew {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.image-swiper {
    position: absolute;
    z-index: 10;
    left: 1.95rem;
    top: 5.83rem;
    width: 6.1rem;
}

.swiper-container {
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 5.8rem;
    left: 0.15rem;
    top: 0.14rem;
}

.image-swiper .swiper-button-prev {
    top: 1.5rem;
    left: -0.7rem;
    width: 0.88rem;
    height: 0.88rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 3;
}

.image-swiper .swiper-button-next {
    top: 1.5rem;
    right: -0.7rem;
    width: 0.88rem;
    height: 0.88rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 3;
}

.font {
    position: absolute;
    z-index: 10;
    min-width: 1.5625rem;
    min-height: 0.4375rem;
    width: 10rem;
    display: inline-block;
    background-position: left top;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: rgb(255, 255, 255);
    font-size: 0.1875rem;
    bottom: 0.1rem;
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
    width: 100%;
}