*{padding: 0;margin: 0;font-family: å¾®è½¯é›…é»‘; }
body{
  font-size: 12px;
  background-repeat: no-repeat;
  margin:auto;
  background:url("../../resource/image/register/signin1.jpg");
  background-size: 100% 100%;
}

#registerDiv{
  width: 22%;
  height: 50%;
  margin: auto;
  margin-top: 8%;
}
.registerFirstDiv{
  width: 100%;
  height: 100%;
  min-width: 390px;
  min-height: 430px;
  margin: auto;
  margin-top: 8%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
  background: url(../../resource/image/register/signin3.jpg);
}
.registerFirstDiv h1{
  text-align: center;
  margin-top: 8%;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
.registerImg{
  height: 19% !important;
  width: 100%;
}
.registerFirstDiv img{
    width: 35%;
    margin: 1% 0 2% 35%;
}
.registerFirstDiv #registerExit{
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    cursor: pointer;
    display: none;
}
.registerFirstDiv #registerExit .iconfont{
  color: #333;
}
.registerFirstDiv .risgit{
  width: 100%;
  height: 73%;
  margin-top: 3%;
}
.registerFirstDiv .risgit table{
  width: 100%;
  height: 70% !important;
  margin: auto;
}
.registerFirstDiv .risgit table tbody tr{
  width: 100%;
}
tr td:nth-child(1){
  width: 22%;
  height: 30px;
  padding: 3% 1% 3% 1%;
  text-align: right;
}
tr td:nth-child(2){
  width: 60%;
}
tr td:nth-child(2) input{
  height: 30px;
}

#isAgreement{
  height: 17px;
  margin: 3% 1% 1% 14%;
}
.sendRondomCode{
  position: inherit !important;
}
.registerFirstDiv .risgit table input{
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 12px;
}
.registerFirstDiv .risgit table #sendRondomCode{
  background: none;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  cursor: pointer;
  width: 90%;
  height: 24px;
}
.registerFirstDiv .risgit table #sendRondomCode:hover{
  background: #846ad8;
  color: #fff;
  border: none;
}
.registerFirstDiv  #registerAccount{
    margin-left: 23%;
    background: #846ad8;
    color: #fff;
    border: none;
    width: 56%;
    height: 30px;
    border-radius: 15px;
}
.registerFirstDiv  #registerAccount:hover{
    background: #fff ;
    color: #846ad8;
    border: 1px solid #846ad8;
}
.labelClass{
    font-size: 12px;
    color: #fff;
    width: 78%;
    text-align: right;
}
#tsintergyAgreementHref{
  color: #fff !important;
  font-size: 12px;
}

.jianyi {
  text-align: center;
  margin-top: 25px;
  color: #B3B8C4;
  min-width: 390px;
  min-height: 32px;
}

tr td:nth-child(3){
    width: 40%;
}

tr td:nth-child(2) input{
    width: 95%;
    color: black;

}
tr:nth-child(6) td:nth-child(2) input{
    width:10%;
}

.validate{
    color:green;
    font-size: 16px;
}

.inValidate{
    color:red;
  font-size: 14px;
}

.inputButton{
    border-radius: 2px;
    background-color: darkred;
}
.jconfirm-holder{
  width: 18%;
  height: 20%;
  margin: auto;
}
input::-webkit-input-placeholder{
  color:#ccc;
}


@media screen and (min-width: 1250px){
  #registerDiv{
    margin-top: 3%;
  }
}

@media screen and (min-width: 1366px){
  #registerDiv{
    margin-top: 5%;
  }
}


@media screen and (min-width: 1500px){
  #registerDiv{
    margin-top: 8%;
  }
}

@media screen and (min-width: 1920px) {
  #registerDiv {
    margin-top: 10%;
  }
}
