
.kernal-artifact {
    width: 100%;
}

.kernal-artifact-case {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.ka-img {
    flex: 1.5;
}

.intro {
    flex: 1;
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
}

.ka-img img {
    width: 100%;
    height: 100%;
}

.intro .img {
    background-image: url("../images/kernal/artifact/info.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 8.4rem;

    height: 10.3rem;
    margin-top: 1rem;
}

.intro .con {
    width: 100%;
    align-self: flex-end;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3rem;
    position: relative;
    margin: 0 auto;
    background-image: url("../images/kernal/artifact/info3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding: 5% 11% 0 6%;
    max-height: 360px;
    height: 100%;
}

.intro .con p {
    -webkit-line-clamp: 9;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    line-height: 2.5rem;
    font-size: 1.3rem;

}

.img-title .img-title-case {
    width: 33%;
}

.product {
    width: 100%;
    margin: 60px 0;
}

.product .product-case {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.product .product-case img {
    width: 100%;
}

.product .product-pos {
    width: 50%;
    height: 60%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-pos div {
    width: 90%;
    height: 85%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product .product-pos  ul li {
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
}

.product .product-pos  ul li:nth-child(1) {
    font-size: 2.7rem;
    color: #fff;
    line-height: 5rem;
    text-align: center;
}
.product .product-pos dt{
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.product .product-pos dd{
    font-size: 16px;
    line-height:25px;
    text-align: center;
    color: #fff;
}