@import "~antd/lib/style/themes/default.less";


.container {
  background: #171005;
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 210px 0 144px 0;
  position: relative;
}

.bcg{
  width:100%;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 0;
}
.logo{
  position: absolute;
  left: 60px;
  top:60px;
  z-index: 1;
}

.logoImg{
  height: 60px;
  vertical-align: top;
}
.top {
  text-align: center;
}

.name{
  color: #fff;
  position: absolute;
  top: 8px;
  left: 75px;
  font-size: 24px;
  letter-spacing: 6px;
  line-height: 24px;
  width: 300px;
}
.eng{
  color: #fff;
  position: absolute;
  top: 40px;
  left: 75px;
  font-family: "Arial";
  font-size: 12px;
  line-height: 12px;
  width: 300px;
}

.header {
  height: 44px;
  line-height: 44px;
  a {
    text-decoration: none;
  }
}

.title {
  font-weight: 500;
  position: relative;
  top: 2px;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
}

.desc {
  font-size: @font-size-base;
  color: @text-color-secondary;
  margin-top: 12px;
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}