.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%;
    height: 100%;
    max-height: 342px;
}

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

.product-case {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.product-case .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-case .items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    justify-content: space-between;
}

.product-case .items .gap {
    margin: 0 0.5%;
    width: 19%;
}

.product-case .items .gap:first-child {
    margin-left: 0;
}

.product-case .items .gap:last-child {
    margin-right: 0;
}

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

.product-case .items p {
    background: #f5f5f5;
    width: 100%;
}

.product-case .items p a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #333;
  display:block;
  width:94%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.operate {
    width: 100%;
}

.operate-box {
    width: 100%;
    height: 99%;
    padding: 1% 0.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.operate-box>div {
    width: 32.5123%;
    height: 0;
    padding-top: 24.306%;
    position: relative;
}

.carousel-inner .item {
    height: auto !important;
}

.operate-box>div div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #1e1e1e;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    display: none;
    padding: 4%;
    line-height: 22px;
    overflow: hidden;
    text-indent: 2rem;
    font-family: '微软雅黑';
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.operate-box>div a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.operate-box>div img {
    width: 100%;
    height: 100%;
}

.operate-box>div:first-child {
    margin: 0;
}

.operate-box>div:last-child {
    margin: 0;
}

.operate .carousel-inner {
    position: relative;
    overflow: hidden;
}

#carousel-example-generic2 {
    max-width: 1200px;
    margin: 0 auto;
}

#carousel-example-generic2 .carousel-control {
    width: 5%;
}

#footer {
    margin-top: 70px;
}


/*弹窗*/

#cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.cover-case {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.cover-case .box {
    width: 1200px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover-case .box {
    opacity: 0;
}

.cover-case .box .cover-archive {
    max-width: 1200px;
    height: 450px;
    margin: 0 auto;
    min-width: 940px;
}

#cover {
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.cover-con {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all .4s;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
}

.cover-con #carousel-example-generic {
    width: 100%;
    height: 100%;

}

.cover-con .carousel-inner {
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
}

.cover-con .carousel-inner .item {
    width:100%;
    height: 100% !important;
}

.cover-con .itemed {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-con .carousel-control {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #dddddd;
    background-image: none;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-con .carousel-control span {
    margin: 0;
    position: relative;
    top: auto;
    left: 22%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cover-con .carousel-control.left {
    left: 20px;
}

.cover-con .carousel-control.right {
    right: 20px;
}

.cover-con .cons {
    width: 90%;
    height: 90%;
    display: flex;
    flex-wrap: nowrap;
}

.cover-con .cons .img {
    width: 468px;
    height: 400px;
    border: 10px solid #eee;
}

.cover-con .cons .img img {
    width: 100%;
    height: 100%;
}

.cover-con .cons .price {
    flex: 1;
    padding: 0 4%;
    margin-top:120px;
}

.cover-con .cons .price h4 {}

.cover-con .cons .price p {
    color: #ababab;
    margin: 20px 0;
}

.cover-con .cons .price a {
    color: #d2ad64;
}

#carousel-example-generic3 {
    width: 100%;
    height: 100%;
}

#cover .item2 {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cover .item2 .case2 {
    width: 95%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cover .item2 .case2 .img2-case {
    width: 468px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cover .item2 .case2 .img2-case img {
    width: 95%;
    border: 10px solid #f0f0f0;
}

#cover .item2 .case2 .desc2 {
    width: calc(100% - 468px);
    padding: 1% 1%;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2rem;
}