body {
  background: #f2f2f2;
  font-size: 14px;
}
.register {
  font-family: "微软雅黑";
  background: #fff;
  color: #333;
  padding: 60px;
  margin: 60px auto;
  padding-bottom: 160px;
}
.register .input .iconfont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  display: block;
  text-align: center;
  color: #999999;
  font-size: 16px;
}
.register .title {
  color: #999;
  line-height: 27px;
  margin-bottom: 16px;
}
.register .title b {
  font-size: 18px;
  color: #333;
}
.line {
  zoom: 1;
  margin-bottom: 20px;
}
.line .input {
  border: 1px solid #ddd;
  width: 326px;
  position: relative;
  background: #f8f8f8;
}
.line .input input {
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  display: block;
  padding-left: 40px;
}
.line .checkbox input[type=checkbox] {
  float: none!important;
}
.line .input_lm {
  width: 168px;
}
.line .left {
  float: left;
  line-height: 46px;
  width: 328px;
  zoom: 1;
}
.line .left div {
  float: left;
}
.line .left .fzbtn {
  margin-left: 14px;
}
.line .left .fzbtn img {
  width: 144px;
  height: 48px;
  display: block;
  cursor: pointer;
}
.line .left .fzbtn button {
  width: 144px;
  height: 48px;
  display: block;
  border: 0;
  background: #c12413;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  outline: none;
}
.line .left .fzbtn button[disabled="disabled"] {
  background: #e8e8e8;
  color: #999;
  cursor: default;
}
.line .left:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.line .right {
  float: left;
  color: #ddd;
  line-height: 48px;
  font-size: 12px;
  padding: 0 12px;
}
.line:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.line.apassword .right {
  color: #fff;
}
.line.phonecode .right {
  color: #fff;
}
.line.fail .input {
  border: 1px solid #C12413;
}
.line.fail .right {
  color: #C12413;
}
.registerbtn button {
  cursor: pointer;
  width: 328px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  background: #C12413;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
}
.address input {
  padding-left: 12px;
}
.select {
  zoom: 1;
  margin-right: -5px;
  margin-bottom: 12px;
}
.select select {
  height: 46px;
  line-height: 46px;
  display: block;
  float: left;
  width: 105px;
  border: 1px solid #ddd;
  margin-right: 5px;
}
.select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.uploadimg {
  zoom: 1;
  width: 340px;
  padding-left: 0;
  margin-bottom: 40px;
}
.uploadimg li {
  list-style: none;
  float: left;
  width: 105px;
  height: 105px;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.uploadimg li img {
  width: 100%;
  min-height: 100%;
  height: auto;
}
.uploadimg li:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  content: '';
  display: none;
  top: 0;
  left: 0;
}
.uploadimg li:hover:after {
  display: block;
}
.uploadimg li:hover .close {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
  display: block;
  background: url("../img/close.png") no-repeat;
  background-size: 100% auto;
  z-index: 66;
}
.uploadimg .addimg {
  position: relative;
  background: #f8f8f8;
}
.uploadimg .addimg:after,
.uploadimg .addimg:before {
  background: #999;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.uploadimg .addimg:after {
  width: 20px;
  height: 1px;
}
.uploadimg .addimg:before {
  height: 20px;
  width: 1px;
}
.uploadimg:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.box2 form {
  width: 100%;
}
#imagebox {
  width: 342px;
}
#imagebox li {
  width: 100px;
  height: 100px;
  margin-right: 14px;
  margin-bottom: 14px;
  float: left;
  position: relative;
  cursor: pointer;
}
#imagebox li .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 66;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
}
#imagebox li .mask {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/mask.png) repeat;
  opacity: 0;
  z-index: 9;
}
#imagebox li:hover .mask {
  opacity: 1;
}
.addimg {
  background: url("../img/add.png") center #f8f8f8 no-repeat;
  border: 1px solid #ddd;
}
.uploadify-button-text {
  opacity: 0;
}
.s-register {
  padding: 30px 0;
}
.s-register img {
  display: inline-block;
  vertical-align: middle;
}
.s-register span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding-left: 5px;
  color: #f68e3a;
}
.advert img {
  padding-top: 30px;
  display: block;
  width: 100%;
}
.box2 {
  display: none;
}
