.header {
  background-color: #f4f6f8;
}

.top {
  height: 150px;
  background-color: #fff;
  padding: 58px 202px;
  min-width: 1200px;
}

.rside {
  position: relative;
  float: right;
}

.slogan {
  position: relative;
  float: left;
}

.middle {
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  height: 600px;
}

.middleLeft {
  width: 588px;
  height: 597px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 28px 24px;
  padding-bottom: 0px;
}

.msgForm {
  width: 555px;
  float: right;
  position: relative;
}

input[type=text],
input[type=password],input[type=number] {
  width: 400px;
  margin-top: 20px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #ccc;
  outline: none;
}

.middleRight {
  width: 600px;
  height: 597px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  float: left;

  padding: 51px 60px;
  padding-bottom: 0px;
}

.shuLine {
  position: relative;
  float: left;
  height: 50px;
  width: 1px;
  background-color: #E6E6E6;
  margin-right: 10px;
}

.inputText {
  position: relative;
  float: left;
  width: 14%;
  line-height: 57px;
  margin-top: 13px;
  text-align: right;
  margin-right: 20px;
}

.registbtn {
  margin-top: 28px;
  height: 60px;
  background: #2E5EC0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  width: 400px;
  margin-left: 17%;
}

.firstTr {
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #555555;
  line-height: 24px;
  height: 40px;
}

.firstTr span:nth-child(2) {
  color: #2E5EC0;
}

.secondTr {
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #555555;
  line-height: 24px;
  height: 40px;
}

.yanzhen {
  height: 70px
}

.firstTr a {
  color: #2E5EC0;
}


.footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}


.footer a {
  margin-right: 40px;
  font-size: 15px;
  color: #666666;
}

#identity{
  width: 400px;
  margin-top: 20px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #ccc;
  outline: none;
}

select:focus,
select:active,
select:hover {
  outline-width: 0px;
}

.chooseIdentity{
  /* display: none; */
}
@media screen and (max-width:1200px) {
  .header {
    width: 1200px;
  }
}