.banner {
  width: 100%;
  height: 542px;
  background: url(../images/collectionDesign/banner.png) no-repeat center center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.banner h2 {
  font-size: 60px;
  padding: 200px 0 20px;
}
.banner h2 span {
  padding-left: 50px;
}
.banner .line {
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
.banner .label {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .label h3 {
  padding: 0 20px;
}
.banner .interactive {
  width: 100%;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div {
  width: 173px;
  height: 54px;
  background: linear-gradient(244deg, #2b5d7a, #87728c);
  border-radius: 10px;
  margin: 0 55px;
}
.interactive div a{
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div:hover {
  cursor: pointer;
}
.box1 {
  /* width: 100%; */
  padding: 90px 0;
  background-color: #fbfbfb;
}
.title {
  position: relative;
}
.title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.title .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
}
.box2 {
  padding: 90px 0;
  background-color: #ffffff;
}
.box2 .title img {
  width: 300px;
}
.box1 .main,
.box2 .main {
  padding-top: 60px;
}
.main > img {
  width: 100%;
}

.type-main {
  width: 100%;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.type-main > div {
  width: 290px;
  height: 460px;
  position: relative;
}
.type-main > div:hover{
  cursor: pointer;
}

.type-main .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 41, 185, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 38px 0;
  display: none;
}

.type-main .mask1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mask1 img {
  width: 60px !important;
  height: auto !important;
}

.mask1 h3 {
  margin-top: 60px;
}

.mask1 div {
  width: 56px;
  height: 15px;
  background: #0066ff;
  opacity: 0.9;
  margin-top: 20px;
}

.mask .p1 {
  font-size: 30px;
}

.mask p {
  margin-bottom: 28px;
}

.mask .look {
  width: 222px;
  height: 52px;
  border: 1px solid #ffffff;
  font-size: 18px;
}
.mask .look:hover {
  cursor: pointer;
}
.type-main > div img {
  display: block;
  width: 100%;
  height: 100%;
}
