@charset "utf-8";

#register #register_top {
  padding-top: 30px;
}
#register #register_top>div>span {
  color: #333;
  font-weight: bold;
}
#register #register_top>p {
  color: #1ca084;
  padding-top: 30px;
}
#register div .btn {
  background-color: #1ca084;
  color:#fff;
  font-size: 18px;
  padding: 0 15px;
  margin-top: 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
/**************** 注册表单 *********************/
#register >div:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 20px;
}
#register .form-list ul li {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  /*padding: 10px 0px;*/
  margin-bottom: 10px;
}
#register .form-list ul li:nth-child(5), #register .form-list ul li:nth-child(6) {
  padding-bottom: 0px;
  padding-top: 20px;
}
#register .form-list ul li:nth-child(5) >div,
#register .form-list ul li:nth-child(6) >div {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 10px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#register select {
  width: 90%;
  height: 50px;
  background-color: #fff;
  border-radius: 0px;
  border: 0;
  -webkit-appearance: none;
}
.icon-go-right {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid #666;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#register .h-text {
  width: 60%;
  /*height: 50px;*/
  border: 0;
  font-size: 20px;
}
#register #send_code {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #1ca084;
  color: #fff;
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}



