/*
*@Author: 盛世华彩-邱
 */
.regPage{
  background-color: white;
}
.regForm{
  padding-top: 0px;
  padding-bottom: 0px;
  width: 90%;
  margin: 0px auto;
}
.regForm dl{
  margin-top: 10px;
}
.regForm dl dt{
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regForm dl dt>i{
  color: #f00;
  margin-right: 3px;
}
.regForm dl.getCodeDl dt{
  position: relative;
  z-index: 1;
  color: #666666;
}
.regForm dl.getCodeDl dt .getCode{
  display: block;
  width: 110px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  color: #a2a2a2;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  background: transparent;
}
.regForm dl.getCodeDl dt .getCode.code_cur{
  color: #863131;
}
.regForm dl.getCodeDl dt .cor_captcha_img{
  display: block;
  width: 100px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0px;
}
.regForm dl.typeDl dd{
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #E5E5E5;
}
.regForm dl.typeDl dd select{
  width: 100%;
  height: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.regForm dl.typeDl dd:after{
  content: '';
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  width: 11px;
  height: 11px;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.regForm dl dd .inputText{
  width: 100%;
  height: 35px;
  border-bottom: solid 1px #e5e5e5;
}
.regForm dl dd .inputText::-webkit-input-placeholder{
  color: #CCCCCC;
}
.regForm dl.verifyDl dd{
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.regForm dl.emailDl dd{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  border-bottom: solid 1px #e5e5e5;
}
.regForm dl.emailDl dd .inputDiv{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.regForm dl.emailDl dd .inputDiv .emailText{
  width: 100%;
  height: 35px;
}
.regForm dl.emailDl .selectDiv{
  padding-left: 8px;
  height: 26px;
  line-height: 26px;
  border-left: solid 1px #CCCCCC;
  position: relative;
  z-index: 1;
}
.regForm dl.emailDl .selectDiv:after{
  content: '';
  position: absolute;
  top: 8px;
  right: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.regForm dl.emailDl .selectDiv select{
  padding-right: 15px;
  color: #999999;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regForm .handleDiv{
  margin-top: 30px;
}
.regForm .handleDiv .btnReg{
  width: 100%;
  height: 35px;
  text-align: center;
  color: white;
  border-radius: 20px;
}
.regForm .agreement{
  margin-top: 10px;
  text-align: center;
  color: #999999;
}
.regForm .agreement a{
  color: #863131;
}
.regForm .agreement label .checkbox {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: -1px 3px 2px 0px;
  position: relative;
  border: 1px solid #863131;
  border-radius: 2px;
}
.regForm .agreement label .checkbox:checked {
  background: #863131;
  border-color: #863131;
}
.regForm .agreement label .checkbox:checked:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 4px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}