*{
  padding: 0;
  margin: 0;
}
body{
  min-width: 1348px;
  background: url("../images/bj.png") no-repeat;
  font-family: "Î¢ÈíÑÅºÚ";
}
img{
  font-size: 0;
}
.content_bj{
  width: 858px;
  height: 510px;
  border-radius: 12px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  overflow: hidden;

}
header{
  height: 33px;
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.logo_tu{
  float: left;
  margin: 0 8px 0 30px;
}
.logo_tu,.logo_tu img{
    height: 33px;
}
header label{
  font-size: 20px;
  color: #0f9287;
}
.content{
  margin:40px 0 0 40px;
  width: 761px;
  display: flex;
  justify-content: space-between;
}
.da_tu,.da_tu img{
  width: 362px;
}
.biao_dan{
  overflow: hidden;
}
.biao_dan p{
  font-size: 18px;
  color: #0f9287;
  text-align: center;
  margin-bottom: 50px;
}
.yonghu,.mima{
  width: 304px;
  height: 62px;
  border-bottom: 1px solid  #0f9287;

}
.yonghu img{
  width: 22px;
  vertical-align: middle;
}
.mima img{
    width: 16px;
    margin:0 3px;
    vertical-align: middle;
}
.yonghu input,.mima input{
  height:100%;
  border: 0;
  outline: 0;
  width:276px;
  background-color: transparent;
  text-indent: 24px;
  color: #0f9287;

}
.biao_dan button{
  height: 36px;
  width: 100%;
  margin-top: 35px;
  border-radius: 8px;
  color: #fff;
  border: 0;
  border:1px solid #008479;
  background: #068d82;
  outline: 0;
}
footer{
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #0f9287;
}
