html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.banner {
    width: 100%;
    height: 6.35rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

header {
    border-bottom: 1px solid rgb(199, 197, 197);
}

.kcon {
    width: 100%;
    height: 10rem;
    background: url(/static/home/images/lbg.png);
    background-repeat: no-repeat;
    background-size: 9rem 100%;
    padding-top: 0.01rem;
}

.kccon {
    width: 16rem;
    margin: auto;
}

.ktitle {
    font-size: .56rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 1.4rem;
}

.klb {
    width: 100%;
    height: 6.88rem;
}

.kitem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.il{
    display: flex;
    flex-direction: column;
}
.il img {
    width: 0.86rem;
    height: 0.86rem;
    margin-top: 1.02rem;
    position: relative;
    top: -2rem;
    opacity: 0;
}

.ir img {
    width: 10rem;
    height: 6.88rem;
    position: relative;
    opacity: 1;
}

.swiper-slide {
    background: transparent !important;
}

.iktitle {
    font-size: .32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: start;
    margin-top: 0.58rem;
    margin-bottom: 0.33rem;
    position: relative;
    top: -2rem;
}

.kdetail {
    width: 4.7rem;
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: start;
    line-height: .3rem;
    position: relative;
    top: 2rem;
}
.swiper-button-next::after{
    display: none;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next,.swiper-button-prev{
    width: 0.6rem !important;
    height: 0.6rem !important;
    border: 1px solid #fff;
    top: auto !important;
    bottom: 0 !important;
    background: white;
}
.swiper-button-next{
    right: auto !important;
    left: 1.2rem !important;
}
.swiper-button-disabled {
    opacity: 1 !important;
    background: transparent;
    cursor: auto;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
  .kcon {
    background-size: 20rem 100%;
}
