@charset "UTF-8";
.showtitle{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.showtitle p{
    margin-top: 20px;
    color: #333;
    text-align: center;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}
.showtitle p:hover{
    color: var(--dataColor);
    transition: 0.5s;
}
.technique {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.technique img {
  width: 100%;
}

.technique .more {
  color: #fff;
  margin: 20px 0;
  display: block;
  transition: 0.5s;
  cursor: pointer;
}
.technique .more:hover{
    color: var(--dataColor);
    transition: 0.5s;
}
.technique .more .a{
     margin-right: 0px;
    transition: 0.5s;
}
.technique .more:hover .a{
    margin-right: 20px;
    /*display: block;*/
    transition: 0.5s;
}
.technique .more .c {
  display: inline-block;
  font-family: "宋体";
  font-weight: bold;
  margin: 0 20px;
}
.inspiration {
    background-attachment: fixed;
}
.inspiration .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inspiration .box .home-title {
  color: black;
  text-align: left;
}

.inspiration .box .home-title p {
  color: #80827d;
  margin-bottom: 30px;
}

.inspiration .box .item {
  width: 30%;
  position: relative;

   transition: 0.5s;
   border-radius: 20px;
   overflow: hidden;
}
.inspiration .box .item:hover{
    transform: scale(1.1);
    box-shadow: 0 0 12px 9px rgb(0 0 0 / 20%);
    transition: 0.5s;
}
.inspiration .box .item img {
  width: 100%;
  display: block;
}

.inspiration .box .item .pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.inspiration .box .item .pos span {
  border: 2px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 20px auto;
}

.inspiration .box .item .pos b {
  font-size: var(--title);
}

.inspiration .box .item .pos b::before {
  content: "-";
  display: block;
}

.inspiration .box .item .pos p {
  font-size: var(--subTitle);
  margin-top: 40px;
  display: block;
}

@media screen and (max-width: 600px) {
  .inspiration .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .inspiration .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.change .box {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.change .box .left {
  width: 50%;
}

.change .box .left img {
  width: 100%;
}

.change .box .right {
  width: 50%;
}

.change .box .right img {
  width: 100%;
  margin-top: 120px;
}

.change .box .right .ittle {
  padding-left: 60px;
}

.change .box .right p {
  padding-left: 60px;
}

.change .box .ittle {
  margin: 30px 0;
  font-weight: bold;
  font-size: 16px;
}

.change .box p {
  line-height: 2;
  font-size: 14px;
}

.change .box .more {
  margin-top: 40px;
}

.change .box .more::after {
  content: ">>";
  font-family: "宋体";
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 600px) {
  .change .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .change .box .left,
  .change .box .right {
    width: 100%;
  }
  .change .box .right {
    display: flex;
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .change .box .right img {
    margin-top: 0;
  }
  .change .box .right .ittle {
    padding: 0;
  }
  .change .box .right p {
    padding-left: 0;
  }
}

.stop .box {
  width: 100%;
  position: relative;
  color: #000;
  display: block;
}

.stop .box img {
  width: 100%;
}

.stop .box .pos {
  position: absolute;
  top: 160px;
  right: 80px;
  font-weight: bold;
  text-align: right;
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .stop .box .pos {
    top: 40px;
    right: 40px;
    font-size: 20px;
  }
}
