.wrap .page-0 {
  width: 100%;
  height: 100vh;
  background: url("./../img/page-0-bg.png") no-repeat center;
  background-color: #fff;
  background-size: cover;
}

.wrap .page-0 .textAndVideo {
  position: relative;
  top: 24%;
  left: 10%;
  max-width: 36%;
}

.wrap .page-0 .textAndVideo .title {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 37px;
  color: #323637;
}

.wrap .page-0 .textAndVideo .description {
  font-family: "Arial","Regular";
  font-size: 24px;
  color: #666;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 30px;
}

.wrap .page-0 .textAndVideo .vedioBox {
  width: 180px;
  height: 30px;
  color: #14C167;
  font-size: 24px;
  text-align: right;
  background: url("./../img/playIcon.png") no-repeat left 5px;
  cursor: pointer;
}

.wrap .page-0 .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.wrap .page-0 .mask .maskVideoBox {
  width: 1000px;
  height: 552px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -276px 0 0 -500px;
  text-align: center;
}

.wrap .page-0 .mask .maskVideoBox .close {
  position: absolute;
  top: 0;
  right: 5px;
  width: 35px;
  height: 35px;
  z-index: 19;
  background: url("./../img/close.jpg") no-repeat center;
  cursor: pointer;
}

.wrap .copyRight {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #5BD996;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.wrap .copyRight .textArea {
  margin-top: 60px;
}

.wrap .copyRight .textArea p {
  margin-bottom: 6px;
}

@media all and (min-width: 1280px) {
  .wrap .copyRight {
    height: 170px;
  }
  .wrap .copyRight .textArea {
    margin-top: 30px;
  }
}
