
.link-container a:hover{ background:rgb(255, 255, 255, 0.3)} 
 


.wrapper[data-v-fae5bece] {
  min-height: 100vh;
  background: url(../img/background-20210514.a5746f74.png);
  background-size:cover;
  /* padding-top: 4.5em; */
   padding-top: 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
  
  /* align:center; */
}
.ximing[data-v-fae5bece]{
  position: absolute;
  right: 30px;
  top: 15px;
}
.xiaohui[data-v-fae5bece]{
  position: absolute;
  left: 0px;
  top: 0px;
}
#home-title[data-v-fae5bece] {
  font-size: 60px;
  margin: 1.5em auto 0.5em;
  margin-top: 0;
  max-width: 17em;
  color: white;
  text-align: center;
  /* background-color: rgba(255, 0, 0, 0.3);   */
  /* hover{background-color: rgba(255, 255, 255, 0.3); } */
  /* padding: 10%; */
  padding: 30 px;
  border-radius: 20px;

  /* 2021-05-13 */
  font-size: 55px;
  display: table;
  max-width: none;
  padding: 30px 44px;
  /* padding: 10% 20%; */
}
.link-container[data-v-fae5bece] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  /* padding: 10% 20%; */
   /* padding-top: 1%; */
}
.nav-link[data-v-fae5bece] {
  margin: 10px;
  padding: 3px 8px;
  /* button : hover {background-color: rgba(255, 255, 255, 0.3);} */
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 25px;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  /* padding: 10% 20%; */
}
.nav-link > img[data-v-fae5bece] {
  /* display:none; */
  /* button:hover display:block;  */
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.preview[data-v-fae5bece] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em auto 0;
  height: 338px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: 1000px;
  overflow: hidden;
  /* padding-top: 1%;  */
}
.preview > .intro[data-v-fae5bece] {
  width: 480px;
  height: 270px;
  color: white;
  text-align: center;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.3);

  /* height: 338px; */
}
.preview video[data-v-fae5bece] {
  width: 480px;
  height: 270px;
}

