.main{
  background: url(http://icon.zhiding.cn/stor-age/special/baidu_11/img/bg.jpg) no-repeat top;
  min-height: 100vh;
}
.titles1 h1 a{
  font-size: 18px;
  color: #ffcc00;
}
.titles h1{
  padding: 50px 0 20px 0;
}
.register-ul{
  width: 508px;
  margin: 0 auto;
  padding: 0;
}
.form-control{
  height: 73px;
  line-height: 73px;
  background-color: #fff;
  border-radius: 0;
  color: #afafaf;
  width: auto;
  display: inline-block;
  font-size: 25px;
  padding-left: 0.5em;
  flex: 1;
}
.register-ul li{
  padding-left: 20px;
  font-size: 0;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 20px;
}
.register-ul li span{
  display: inline-block;
  width: auto;
  height: 73px;
  position: static;
  vertical-align: top;
  color: #afafaf;
  font-size: 25px;
  line-height: 73px;
  /* padding-left: 20px; */
  letter-spacing: 5px;
  white-space: nowrap;
}
.register-ul li span label{
  font-weight: normal;
  color: #f65038;
}
.register-ul li.but{
  border-radius: 0;
}
.register-ul li.but span:nth-of-type(1){
  float: none;
  border-radius: 0;
  background-color: #fff;
  cursor: none;
  margin-top: 0;
  margin-right: 0;
}
.register-ul li.but span:nth-of-type(2){
  width: 128px;
  height: 50px;
  color: #fff;
  background-color: #00a8ff;
  line-height: 50px;
  border-radius: 0;
  padding-left: 0;
  font-size: 21px;
  letter-spacing: normal;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-right: 0;
}
.form-control{  
	background:none;  
  outline:none;  
  box-shadow: inset 0 0 1000px #fff !important;
}
.form-control:focus{   
  background: none !important;
  background-color: #fff !important;
  box-shadow: inset 0 0 1000px white !important;
}
.sub{
  width: 214px;
  height: 63px;
  line-height: 63px;
  border-radius: 0;
  background-color: #00a8ff;
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 32px;
  margin-bottom: 125px;
}

@media screen and (max-width:960px){
  .titles h1 a{
    font-size: 12px;
  }
  .titles h1{
    padding: 41px 0 10px 0;
  }
  .interaction{
    padding: 0 15px;
  }
  .register-ul{
    width: 80%;
  }
  .register-ul li span {
    display: inline-block;
    width: auto;
    height: 38px;
    position: static;
    vertical-align: top;
    color: #afafaf;
    font-size: 14px;
    line-height: 38px;
    /* padding-left: 20px; */
    letter-spacing: 1px;
    white-space: nowrap;
}
.form-control {
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 0;
  color: #afafaf;
  width: auto;
  display: inline-block;
  font-size: 16px;
  padding-left: 0.5em;
  flex: 1;
}
.register-ul li{
  padding-left: 10px;
  margin-bottom: 10px;
}
.register-ul li.but span:nth-of-type(2) {
  width: 77px;
  height: 30px;
  color: #fff;
  background-color: #00a8ff;
  line-height: 30px;
  border-radius: 0;
  padding-left: 0;
  font-size: 12px;
  letter-spacing: normal;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-right: 0;
}
.sub {
  width: 150px;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  background-color: #00a8ff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.main{
  background-size: 100% 100%;
  min-height: 100vh;
}
}
