* {
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

body {
    font-family: siyuan, sans-serif, "Helvetica Neue", Helvetica, Arial
}

a {
    text-decoration: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    color: #000
}

.has_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-image: url(https://lego.chic-mkt.com/news/assets/static/legoBg.png);
    background-repeat: repeat;
    opacity: .3;
    background-size: 2.5rem
}
.container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 10rem
}

.header {
    height: 4rem;
    width: 100%;
    background: #ffd500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1rem;
    font-weight: 600;
    letter-spacing: .1rem
}

.header-l, .header-r {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-l a {
    color: #000
}

.jump-btn {
    font-weight: 400;
    margin: 0 1rem;
    border: 1px solid #444;
    border-radius: 3rem;
    padding: 0.1rem 0.7rem
}

.logo {
    height: 70%;
    margin-right: 2rem
}

.target-pc {
    border-bottom: 2px solid red
}

.search-box {
    margin-right: 3rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    overflow: hidden
}

.searchInp {
    padding: .5rem .5rem;
    border: none;
    outline: 0;
    min-width: 10rem
}

.searchInp::-webkit-input-placeholder {
    color: #bbb
}

.searchInp::-moz-placeholder {
    color: #bbb
}

.searchInp:-ms-input-placeholder {
    color: #bbb
}

.searchInp::-ms-input-placeholder {
    color: #bbb
}

.searchInp::placeholder {
    color: #bbb
}

.icon-search {
    font-family: icomoon !important;
    font-size: 1rem;
    -webkit-user-select: auto;
    padding: 0 1rem;
    cursor: pointer
}

.head-btn {
    height: 1.5rem;
    margin: 0 2rem
}

.swiper-box {
    width: 70vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    margin-bottom: 2rem
}

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 33vw
}

.boImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-slide {
    text-align: center;
    font-size: 0;
    background: #000;
    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
}

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

.titleBox {
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 2rem
}

.titleBox > .title {
    font-family: siyuan;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: .1rem
}

.swiper-button-next, .swiper-button-prev {
    color: rgba(255, 255, 255, .7)
}

.news-menu {
    width: 100%;
    min-width: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.news-menu a {
    color: #000;
    margin: 0 1rem
}

.news-cl {
    font-size: 1rem;
    padding: .5rem 3.6rem;
    background: #eee;
    border-radius: .3rem;
    font-weight: 600
}

.target {
    background: #ffd500
}

.content {
    width: 70vw;
    display: grid;
    grid-template-columns:32.5% 32.5% 32.5%;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    place-content: center;
    row-gap: 2rem;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.list-item {
    width: 100%;
    color: #000
}

.item-img {
    width: 23vw;
    height: 10.4vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    background: #ccc
}

.item-date {
    color: #999;
    font-size: .9rem;
    margin: .3rem 0
}