html,body{ margin:0px; height:100vh; }
body { font-family: PingFangSC-Regular, PingF; min-width: 365px;}
a:hover, a:focus { text-decoration: none;}
ul { list-style: none; margin: 0; padding: 0;}
#header { position: fixed; top: 0; z-index: 999; width: 100%; background: #FFFFFF; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08); line-height: 50px;height: 60px;}
.header-body { font-size: 16px; font-weight: 500;}
#header a { color: #0063E0; }
#header .isActive a, #header a:hover{font-weight: bolder;}
#header .logo{height: 38px;padding-left: 40px;margin-top: 7px;}
#header .login{display: inline-block;width: 56px;height: 32px;border-radius: 16px;border: 1px solid #0063E0;line-height: 32px;text-align: center;}
#header .tryOut{display: inline-block;width: 84px;height: 32px;line-height: 32px;text-align: center;background: linear-gradient(56deg, #4163E1 0%, #4C84FF 100%);border-radius: 16px;color: #fff;}
#header .reg{width: 102px;height: 32px;background: linear-gradient(138deg, #FCD5A3 0%, #E1A355 100%);border-radius: 16px;font-size: 16px;color: #9A5A0A;line-height: 32px;text-align: center;display: inline-block;}
@media (min-width:992px) {
  #menubtn{
    position: absolute;
    right:0px
  }
}