* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei';
}
.bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.bg .container {
  width: 100%;
  height: 100%;
}
.bg .container .name {
  width: 100%;
  height: 20%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  padding-top: 15%;
}
.bg .container .name span {
  color: #195b8b;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  vertical-align: top;
  text-shadow: #FFFFFF 2px 0 0, #FFFFFF 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
  -webkit-text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
  -moz-text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
}
.bg .container .name img {
  height: 2.8rem;
  padding-top: 0.5rem;
  margin-right: 0.5rem;
}
.bg .container .name p {
  color: #195b8b;
  font-size: 0.58rem;
  letter-spacing: 0.02rem;
  margin-top: 0.2rem;
  text-shadow: #FFFFFF 2px 0 0, #FFFFFF 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
  -webkit-text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
  -moz-text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.bg .container .langu {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.bg .container .langu a {
  width: 4.6rem;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.6rem;
  color: #002468;
  text-decoration: none;
  -moz-box-shadow: 2px 2px 10px #30659a;
  -webkit-box-shadow: 2px 2px 10px #30659a;
  box-shadow: 2px 2px 10px #30659a;
}
.bg .container .langu .ch {
  margin-right: 2.5rem;
}
.bg .container .langu .en {
  margin-left: 2.5rem;
}
.bg .container .skill {
  width: 100%;
  text-align: center;
  /*margin-left: -2.5rem;*/
  color: white;
  font-size: 0.6rem;
  bottom: 2.5rem;
  position: absolute;
}
.bg .container .skill p {
  line-height: 1rem;
  text-shadow: 0 3px 1px #30659a;
}
.bg .container .skill a{
  color: white;
  text-decoration: none;
}
.bg .container .skillSupport {
  width: 200px;
  position: relative;
  top: -1.5rem;
  left: 67%;
}
.bg .padd {
  letter-spacing: 0.0275rem;
}
/*# sourceMappingURL=index.css.map */