.container {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto;
}
#ss-chat-p {
  display: block !important;
}
.video-box {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
  aspect-ratio: 2;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}
.video-box #video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.video-box .top-btns {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.video-box .top-btns .btn {
  display: inline-block;
  font-size: 15px;
  padding: 0 12px;
  background: var(--color1);
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.video-box .btns {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  right: 20px;
}
.video-box .btns .btn {
  display: inline-block;
  font-size: 15px;
  background: var(--color1);
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  cursor: pointer;
}
.video-box .btns .btn img {
  display: block;
  margin: 15px auto;
  width: 30px;
  height: 30px;
}
.video-box .form {
  position: absolute;
  display: none;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 140px;
  background: rgba(0, 0, 0, 0.5);
}
.video-box .form .xf-a {
  padding: 30px 15px;
  border-radius: 20px;
  height: 100%;
}
.video-box .form .xf-b {
  width: 100%;
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  padding: 0 15px;
}
.video-box .form .xf-b::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}
.video-box .form .xf-b::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.video-box .form .xf-b::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.video-box .form .zf-submitColor {
  background: var(--text1);
  transition: 0.5s ease-in-out;
  border: none;
}
.video-box .form .zf-submitColor:hover {
  background: var(--color1);
}
.video-box .form .close {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  background-image: url('../videos/close.png');
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-box .form .play {
  position: absolute;
  z-index: 1;
  height: 40px;
  padding: 0 20px 0 40px;
  right: 30px;
  bottom: 40px;
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
  background-image: url('../videos/play.png');
  background-size: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.video-msg {
  margin-bottom: 140px;
}
.video-msg .title {
  line-height: 56px;
  font-weight: 600;
  color: var(--text1);
  font-size: 36px;
  font-family: 'al';
  letter-spacing: 3px;
}
.video-msg .txt {
  font-size: 18px;
  line-height: 36px;
  color: var(--text2);
}
.vlist {
  display: flex;
  gap: 30px;
}
.vlist .item {
  flex: 1;
}
.vlist .item .img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.vlist .item .img img {
  display: block;
  width: 100%;
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
}
.vlist .item .img:hover img {
  transform: scale(1.1);
}
.vlist .item .txt {
  width: 100%;
  padding: 0 20px;
  border-left: 2px solid #fa8106;
  color: #333333;
  line-height: 1.3;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-family: js;
}
.v-subTitle {
  text-align: center;
  line-height: 56px;
  font-weight: 600;
  color: var(--text1);
  font-size: 36px;
  font-family: al;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.xv-a {
  position: fixed;
  left: 50%;
  top: 110%;
  transform: translate(-50%, 0);
  width: 920px;
  z-index: 999999999;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  padding-top: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.xv-a .xv-c {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10000;
}
.xv-a .xv-e {
  visibility: hidden;
  width: 100%;
  height: 540px;
}
.xv-a .xv-f {
  display: none;
  width: 100%;
}
.xv-a.show {
  top: 50%;
  transform: translate(-50%, -50%);
}
.xv-a.show .xv-e {
  visibility: visible;
}
.xv-a.show .xv-f {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .video-msg {
    margin-top: 20px;
  }
  .video-msg .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .video-msg .txt {
    font-size: 20px;
    line-height: 2;
  }
  .percent-one-half {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .video-box {
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }
  .video-box .form {
    padding: 20px;
    position: fixed;
    top: 42px;
    bottom: 0;
    height: auto;
    padding-bottom: 200rem;
  }
  .video-box .form .play {
    right: auto;
    left: 50%;
    margin-left: -50px;
  }
  .video-box .btns {
    display: none;
  }
  .video-msg .title {
    font-size: 48rem;
    line-height: 60rem;
    line-height: 48rem;
    letter-spacing: 1px;
  }
  .video-msg .txt {
    font-size: 36rem;
    color: var(--text2);
    font-weight: 500;
  }
  .vlist {
    flex-wrap: wrap;
  }
  .vlist .item {
    flex: none;
    width: 100%;
  }
  .xv-a {
    width: 100%;
  }
  .xv-a .xv-e {
    height: 56.25vw;
  }
}
