.register-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.register-wrapper .title {
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.register-wrapper .title span.flag {
  float: right;
  line-height: 22px;
  color: #999999;
  font-size: 15px;
  font-weight: normal;
}

.register-wrapper .item-input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 55px;
  background-color: #fff;
  position: relative;
}
.register-wrapper .adjust{
  justify-content: space-between;
}
.register-wrapper .item-input-field .item-label {
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  -webkit-box-flex: 0 0 70px;
  font-size: 14px;
  color: #333333;
}

.register-wrapper .item-input-field .item-input {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  text-align: right;
  font-size: 14px;
  color: #333333;
}
.register-wrapper .item-input-field input.maxwidth{
  flex: unset;
  max-width: 45%;
  text-align: right;
  margin-right: -3%;
}
.register-wrapper .item-input-field .item-flag-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6px;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  -webkit-box-align: 0 0 6px;
  width: 6px;
  padding-left: 5px;
}

.register-wrapper .btn {
  margin: 30px 0 0;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #24cba9;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.register-wrapper .item-input-field .item-img-verify {
  -webkit-flex:0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  -webkit-box-flex:0 0 70px;
  /* padding-left: 14px; */
}

.register-wrapper .item-input-field .verifybtn {
  -webkit-flex:0 0 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  -webkit-box-flex:0 0 75px;
  /* margin-left: 14px; */
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  background: #24cba9;
  color: #fff;
}

.register-wrapper .item-input-field .verifybtn.disabled {
  background: #e5e5e5;
}

.register-wrapper .credit-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 14px;
  line-height: 1.429;
  background-color: #fff;
  position: relative;
  color: #333333;
}

.register-wrapper .credit-field .credit-label {
  font-size: 13px;
  font-weight: bold;
}

.register-wrapper .credit-field .credit-input {
  position: relative;
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  -webkit-box-flex: 0 0 44px;
  height: 26px;
  border-radius: 13px;
  border: 2px solid #e1e2e3;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.register-wrapper .credit-field .credit-input .dot {
  position: absolute;
  left: -1px;
  right: auto;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.register-wrapper .credit-field .credit-input.active {
  background: #24cba9;
  border: 2px solid #24cba9;
}

.register-wrapper .credit-field .credit-input.active .dot {
  right: -1px;
  top: -1px;
  left: auto;
}

.register-wrapper .text {
  font-size: 13px;
  color: #999999;
}

.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
  font-size: 16px;
}

.picker .picker-panel .picker-choose .picker-title {
  font-size: 15px !important;
}

.picker .picker-panel .picker-choose .cancel {
  font-size: 15px;
  color: #98a0a7 !important;
}

.picker .picker-panel .picker-choose .confirm {
  font-size: 15px;
  color: #24cba9 !important;
}

.mask-bottom,
.mask-top {
  border: none;
}

/* 采集验证 */
.collect-verify .title .info {
  padding-top: 10px;
  font-size: 15px;
  color: #999999;
  font-weight: 400;
}

.item-other-field {
  padding-top: 15px;
}

.item-other-field span.right {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #f95a55;
}

/* dialong */
.dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}

.dialog-wrapper .imgcode-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 304px;
  height: 202px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
  background: #fff;
  border-radius: 10px;
}

.dialog-wrapper .imgcode-wrapper img.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
}

.dialog-wrapper .imgcode-wrapper .titles {
  font-size: 15px;
  color: #999999;
}

.dialog-wrapper .imgcode-wrapper .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 38px;
  margin: 15px 0 30px;
}

.dialog-wrapper .imgcode-wrapper .imgbox .verifyimgs {
  -webkit-flex: 0 0 63px;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  -webkit-box-flex: 0 0 63px;
  width: 63px;
}

.dialog-wrapper .imgcode-wrapper .imgbox .verifyinput {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e1e2e3;
}

.dialog-wrapper .imgcode-wrapper .btn {
  width: 255px;
  height: 44px;
  margin: 0 auto;
  border-radius: 4px;
  background: #24cba9;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
}

.collect-verify p.info {
  padding-top: 10px;
  color: #999999;
  font-size: 13px;
}
/* 确认信息 */
.confirmInfo{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  font-size: 13px;
}
.confirmInfo>div{
  padding: 0.4rem;
  background: #ffc;
  width: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.confirmInfo table{
  border: 1px dashed #b6b669;
  width: 100%;
  height: auto;
  text-align: center;
}
.confirmInfo table td{
  border-right: 1px dashed #b6b669;
  border-bottom: 1px dashed #b6b669;
  padding: 0.6rem 0.4rem;
}
.confirmInfo table button{
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 0.2rem 0.6rem;
  border: 1px solid #333;
}
.dialog div.dialog-content-bd {
    margin: .4rem .8rem;
}
.tips {
	margin-top: 10px;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
}
.edition{
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1.5;
	font-size: 14px;
	color: #999999;
}
.edition a {
	color: #999999;
}
