html {
  min-height: 100%;
  background-color:  #aaaaaa;
  display: table;
    margin: auto;
}
body{
  display: table-cell;
  vertical-align: middle;
}
/* UNIFI */
.contan3 {
  top: 153px;
  left: 802px;
  width: 200px;
  height: 93px;
  border: 0;
  display: flex;
  position: absolute;
}
.home-text {
  top: 7px;
  left: 7px;
  color: #ffffff;
  display: flex;
  position: absolute;
  font-size: 20;
}
/* TNB */
.contan1 {
  top: 153px;
  left: 302px;
  width: 200px;
  border: 0;
  height: 93px;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  position: absolute;
}
.home-text1 {
  position: static;         /* 去掉 top/left，交由 flex 控制 */
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 50px;
}

/* TM */
.contan2 {
  top: 153px;
  left: 1302px;
  width: 200px;
  border: 0;
  height: 93px;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  position: absolute;
}
.home-text2 {
  position: static;         /* 去掉 top/left，交由 flex 控制 */
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 50px;
}
/* EDfont */
.contan4 {
  top: 100px;
  left: 20px;
  width: 150px;
  border: 0;
  height: 40px;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  position: absolute;
}
.home-text4 {
  position: static;         /* 去掉 top/left，交由 flex 控制 */
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 20px;
}

/* Maxis */
.contan5 {
  top: 153px;
  left: 550px;
  width: 200px;
  border: 0;
  height: 93px;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  position: absolute;
}

/* Umobile */
.contan6 {
  top: 153px;
  left: 1050px;
  width: 200px;
  border: 0;
  height: 93px;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  position: absolute;
}
contan1:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}
/*
@media(max-width: 479px) {
  .contan3 {
    top: 547px;
    left: 146px;
    width: 200px;
    border: 0;
    height: auto;
    display: flex;
  }
  .contan1 {
    top: 297px;
    left: 146px;
    width: 200px;
    border: 0;
    height: auto;
    display: flex;
  }

  .fx-frame {
    top: 1050px;
    left: 25px;
    width: 380px;
    border: 0;
    height: 480px;
    display: flex;
    position: absolute;
  }
  .fx-frame1 {
    top: 553px;
    left: 35px;
    width: 433px;
    border: 0;
    height: 380px;
    hidden: hidden;
    display: flex;
    position: absolute;
  }

}