.view .swiper-container .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.view .swiper-container .slide1 {
  position: relative;
}
.view .swiper-container .slide1 .cut {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 300ms;
}
.view .swiper-container .slide1 .cut svg {
  width: 60px;
  height: 60px;
  transition: 300ms;
}
.view .swiper-container .slide1::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00000020;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: 300ms;
}
.view .swiper-container.pic dt .video {
  padding: 8px;
  box-sizing: border-box;
  display: block;
  cursor: auto;
  width: 100%;
  height: 100%;
}
.view .swiper-container.pic dt .video img {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  width: 100%;
}
.view .swiper-container.pic dt::after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000020;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: 300ms;
}
#videoBox2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #00000080;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#videoBox2 .frame {
  width: 70%;
  height: 630px;
  border-radius: 12px;
  overflow: hidden;
}
#videoBox2 .frame iframe {
  width: 100%;
  height: 100%;
}
#videoBox2 .close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 16px 0;
}
#videoBox2 .close .vclose {
    background-color: #ffffff;
    border: 0;
    padding: 12px 24px;
    text-align: center;
    /* width: 50px; */
    /* height: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    transform: 300ms;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}
#videoBox2 .close .vclose svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transform: 300ms;
}
#videoBox2 .close .vclose:hover {
  background-color: #ffffff;
  transform: 300ms;
  color: #222222;
}
#videoBox2 .close .vclose:hover svg {
  fill: #176eb7;
  transform: 300ms;
}
#videoBox2.on {
  display: flex;
}
.model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 19;
  background-color: #00000020;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.model .wrapper {
  background: url(../picture/model_bg.jpg);
  width: 500px;
  height: 180px;
  box-sizing: border-box;
  padding: 36px;
  border-radius: 12px;
}
.model .wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
}
.model .wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 6px #ededed;
}
.model .wrapper form input {
  width: 70%;
  border: 1px solid #f0f2f2;
  height: 36px;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
}
.model .wrapper form input::placeholder {
  color: #999999;
}
.model .wrapper form button {
  width: 30%;
  height: 36px;
  font-size: 14px;
  border: 1px solid #f0f2f2;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  line-height: 36px;
}
.model .close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 16px 0;
  position: absolute;
  top: 40%;
  left: 12%;
}
.model .close .vclose {
  background-color: none;
  border: 0;
  padding: 0px;
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  border-radius: 25px;
  cursor: pointer;
  transform: 300ms;
}
.model .close .vclose svg {
  width: 16px;
  height: 16px;
  fill: #333333;
  transform: 300ms;
}
.model .close .vclose:hover {
  background-color: #ffffff;
  transform: 300ms;
}
.model .close .vclose:hover svg {
  fill: #176eb7;
  transform: 300ms;
}
.model.on {
  display: flex;
}
