@charset "utf-8";
.page.white{
  background: #fff;
}
.header{
  position: relative;
  margin-bottom: 91px;
}
.design-mode-img{
  width: 100%;
}
.design-mode-summary{
  position: absolute;
  bottom: -57px;
  left: 50%;
  background: #fff;
  width: 345px;
  margin-left: -172px;
  padding: 17px 0;
  text-align: center;
  box-shadow:0px 1px 7px 0px rgba(0,0,0,0.1);
}
.summary-ch{
  font-size: 15px;
  color: #333;
  line-height: 21px;
  margin-bottom: 4px;
  font-family: "PingFangSC-Regular, sans-serif";
}
.summary-en{
  font-size: 11px;
  color: #999;
  line-height: 12px;
  font-weight: 200;
}


.card-made{
  margin-bottom: 40px;
  text-align: center;
}
.card-made h3{
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-bottom: 2px;
  font-weight: 600;
  font-family: "PingFangSC-Semibold, sans-serif";
}
.card-made p{
  font-size: 11px;
  color: #999;
  line-height: 15px;
  margin-bottom: 21px;
  font-weight: 200;
}
.card-made img{
  width: 345px;
}

.exchange-made{ 
  margin-bottom: 40px;
  position: relative;
}
.exchange-made img{
  width: 100%;
}
.exchange-made .title{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 21px;
  color: #fff;
}
.exchange-made .title h3{
  font-size: 16px;
  font-weight: 600;
  font-family: "PingFangSC-Semibold, sans-serif";
  line-height: 22px;
  margin-bottom: 2px;
}
.exchange-made .title p{
  font-size: 11px;
  font-weight: 200;
  line-height: 15px;
}

.derivatives-made{
  margin-bottom: 25px;
  text-align: center;
}
.derivatives-made h3{
  font-size: 16px;
  font-weight: 600;
  font-family: "PingFangSC-Semibold, sans-serif";
  line-height: 22px;
  margin-bottom: 2px;
  color: #333;
}
.derivatives-made p{
  font-size: 11px;
  font-weight: 200;
  color: #999;
  line-height: 15px;
  margin-bottom: 21px;
}
.derivatives-made-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
.derivatives-made-list li{
  margin-bottom: 15px;
}
.derivatives-made-list img{
  margin-bottom: 9px;
}
.derivatives-made-list img.big{
  width: 165px;
  height: 145px;
}
.derivatives-made-list img.small{
  width: 107px;
  height: 113px;
}
.derivatives-made-list h4{
  line-height: 16px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.share{
  margin-bottom: 32px;
  text-align: center;
  padding: 0 15px;
}
.share h3{
  font-size: 16px;
  font-weight: 600;
  font-family: "PingFangSC-Semibold, sans-serif";
  line-height: 22px;
  margin-bottom: 2px;
  color: #333;
}
.share p{
  font-size: 11px;
  font-weight: 200;
  color: #999;
  line-height: 15px;
  margin-bottom: 15px;
}
.share-example-list li{
  margin-bottom: 15px;
  position: relative;
}

.share-example-list li img{
  width: 100%;
}
.share-example-list li a{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  line-height: 34px;
  color: #fff;
}