html {
  font-size: 1.25vw;
}
* {
  margin: 0;
  padding: 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  font-family: "PingFang SC", "苹方-简", "Microsoft YaHei", "微软雅黑";
  word-break: normal;
  text-decoration: none;
  text-align: center;
}
a {
  text-decoration: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
  
body{

}
#imgWrapper{
    box-sizing: border-box;
    width: 100vw;
    min-height: 55.5rem;
    background-image: url(../images/bg_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

a{
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
}

#bt1{
  left: 32.27rem;
  top: 38.36rem;
  width: 15rem;
  height: 2.40rem;
  background-image: url(../images/bt1pc.png);
}
#bt1:hover{
  box-shadow: 0.1rem 0.1rem 1rem #09183a;
  transform: scale(1.1)
}

#bt2{
  left: 17.77rem;
  top: 11.55rem;
  width: 10.9rem;
  height: 2.3rem;
  background-image: url(../images/bt2pc.png);
}
#bt2:hover{
  box-shadow: 0.1rem 0.1rem 1rem #992b1c;
  transform: scale(1.05)
}