* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  width: 100%;
  height: 100%;
}
body .box {
  width: 100%;
  height: 1238px;
}
body .box .title {
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
body .box .title .cons {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
body .box .title .cons img {
  width: 102px;
  height: 60px;
  margin-top: 20px;
  cursor: pointer;
  float: left;
}
body .box .title .cons p {
  width: 182px;
  height:39px;
  float: right;
  background: #ffffff;
  border: 1px solid #c93948;
  border-radius: 20px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #c93948;
  line-height: 39px;
  margin-right: 20px;
  margin-top: 30px;
  cursor: pointer;
}
body .box .title .cons p img {
  width: 18px;
  height: 16px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 8px;
}
body .box .title .cons .register {
  width: 182px;
  height: 39px;
  float: right;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 39px;
  margin-right: 20px;
  margin-top: 30px;
}
body .box .title .cons .register img {
  width: 18px;
  height: 16px;
  margin-top:10px;
  margin-left: 12px;
  margin-right: 8px;
}
body .box .bgcolor {
  width: 100%;
  /* height: 100%; */
  background: url(../images/register/bg.png) no-repeat;
  background-size: cover;
  position: relative;
  min-width: 1000px;
  margin: 0 auto;
}
body .box .bgcolor .content {
  /* width: 5.104167rem; */
  width: 1000px;
  margin: 0 auto;
}
body .box .bgcolor .content p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  padding-top: 25px;
  display: block;
  height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
body .box .bgcolor .content p:hover {
  color: #bf2c38;
}
body .box .bgcolor .content ul {
  width: 100%;
  height: 200px;
}
body .box .bgcolor .content ul li {
  width: 45%;
  height: 100%;
  list-style: none;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
body .box .bgcolor .content ul li img {
  width: 70px;
  height: 50px;
  position: absolute;
  /* left: 1.25rem; */
  left: 240px;
  top: 100px;
  margin-left: -35px;
  margin-top: -25px;
}
body .box .bgcolor .content ul li p {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  text-align: center;
  float: none;
  margin-top: 142px;
}
body .box .bgcolor .content ul li .colors {
  color: #C93948;
}
body .box .bgcolor .content ul li .tab {
  filter: grayscale(80%);
}
body .box .bgcolor .content ul .left {
  float: left;
}
body .box .bgcolor .content ul .right {
  float: right;
}
body .box .bgcolor .content .inputs {
  width: 100%;
  /* height: 4.925rem; */
  margin-top: 24px;
  background-color: #fff;
}
body .box .bgcolor .content .inputs p {
  width: 70%;
  margin-left: 40px;
  float: none;
  font-size:14px;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  position: relative;
}
body .box .bgcolor .content .inputs p .hiddens {
  display: none;
}
body .box .bgcolor .content .inputs p .aa {
  position: absolute;
  bottom: -44px;
  left:180px;
  color: #c93948;
}
body .box .bgcolor .content .inputs p em {
  color: #ff0000;
  margin-right: 5px;
}
body .box .bgcolor .content .inputs p select {
  width: 190px;
  height: 37px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  padding-left: 36px;
  float: right;
  text-align: center;
}
body .box .bgcolor .content .inputs p input {
  width: 290px;
  height: 32px;
  margin-left: 10px;
  padding-left: 12px;
  float: right;
}
body .box .bgcolor .content .inputs p input:focus {
  border-color: #c93948;
}
body .box .bgcolor .content .inputs p img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 208px;
  top: 51px;
}
body .box .bgcolor .content .inputs p .loger {
  width: 464px;
  padding-left: 36px;
  float: right;
  display: block;
}
body .box .bgcolor .content .inputs p .short {
  width: 326px;
  padding-left: 36px;
  float: right;
  display: block;
}
body .box .bgcolor .content .inputs p .ver-code {
  width: 350px;
  padding-left: 41px;
}
body .box .bgcolor .content .inputs p .ico {
  position: absolute;
  top: 36px;
 left: 208px;
}
body .box .bgcolor .content .inputs p span {
  width:101px;
  height: 32px;
  float: right;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
body .box .bgcolor .content .inputs p .send {
  width: 101px;
  height: 32px;
  float: right;
  text-align: center;
  line-height:  32px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
body .box .bgcolor .content .inputs p .woman {
  width: 57px;
}
body .box .bgcolor .content .inputs p .man {
 width: 57px;
}
body .box .bgcolor .content .inputs p .active {
  background-color: #C93948;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #fefefe;
}
body .box .bgcolor .content .inputs p:nth-child(1) {
  padding-top: 40px;
}
body .box .bgcolor .content .inputs hr {
  width: 921px;
  color: #e5e5e5;
  margin: 0 auto;
  margin-top: 49.2px;
}
body .box .bgcolor .content .inputs .bottons {
  width: 92%;
  height: 162px;
  margin: 0 auto;
}
body .box .bgcolor .content .inputs .bottons p {
  margin:25px 0 11.55px;
  padding: 0;
}
body .box .bgcolor .content .inputs .bottons h5 {
  width: 170px;
  height: 22px;
  border: 1px solid #6666;
  float: left;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #555555;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  line-height:22px;
  cursor: pointer;
}
body .box .bgcolor .content .inputs .bottons .actives {
  background-color: #C93948;
  color: #fff;
  cursor: pointer;
}
body .box .bgcolor .content .inputs .contents .people {
  margin: 0 40px;
  padding: 0;
}
body .box .bgcolor .content .inputs .submit {
  width: 520px;
  height: 100px;
  margin: 50px auto;
  font: size 14p;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
}
body .box .bgcolor .content .inputs .submit button {
  width: 520px;
  height: 40px;
  background: #666;
  border-radius: 2px;
  border: none;
  margin-top: 18px;
}
body .box .bgcolor .content .inputs .submit input {
  margin-top: 5px;
  margin-right:10px;
}
body .box .bgcolor .content .inputs .submit .agree {
  background: #C93948;
  color: #fff;
}
body .box .bgcolor .content .inputs .submit p {
  text-align: center;
  width: 520px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #ff0000;
  margin: 0 auto;
}
body .box .bgcolor .tishi {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
body .box .bgcolor .tishi .chuang {
  width:320px;
  height: 180px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1000;
  margin: 334px auto;
}
body .box .bgcolor .tishi .chuang img {
  width: 50px;
  height:50px;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
body .box .bgcolor .tishi .chuang p {
  font-size:14px;
  font-family: Arial;
  font-weight: bold;
  color: #c93948;
  text-align: center;
  margin-top: 20px;
}
body .box .bgcolor .tishi .chuang button {
  width:100px;
  height:30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin:12px auto;
  display: block;
  cursor: pointer;
}
body footer {
  width: 100%;
  height:100px;
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px #e5e5e5;
}
body footer p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height:100px;
}
