
/* h1,    h2,
    h3,
    h4 {
        font-size: 38px ;
        font-weight: bold !important; */
    /* font-family: 'Titillium Web', sans-serif !important; */
    /* } */

body {
  overflow-x: unset;
  margin: 0;
}
.header {
  position: relative;/* width: 100%;
        height: 800px;
        background-image: url('./slab_imgs/slab_1.png'); */
    }
.header_text {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  /* top: 50%; */
        transform: translate(-50%, 0);
}
.scene_box {
  margin: 8px;
  position: relative;
}
.scene_box>p {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 26px;
}
.parts_box p {
  color: #333333;
}
.parts_img {
  width: 450px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

    /* .icon-box {
        height: 200px;
        text-align: center;
        padding: 10px;
    }

    .icon-img {
        width: 50px !important;
    }

    .icon-cont {
        border: 1px solid #ebebeb;
        padding-top: 20px;

    }

    .tag {
        font-size: 20px;
        margin: 22px 0;
    }

    .text-left {
        text-align: left !important;
    } */

    /*修改滚动条样式*/
::-webkit-scrollbar {
 width: 4px;
 height: 10px;
/**/
    }
::-webkit-scrollbar-track {
 background: rgb(239, 239, 239);
 border-radius: 2px;
}
::-webkit-scrollbar-thumb {
 background: #bfbfbf;
 border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
 background: #333;
}
::-webkit-scrollbar-corner {
 background: #179a16;
}

