* {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

button,input {
  margin: 0 auto;
  /* display: block; */
  /* background-color: #2cbdf7; */
  /* box-shadow: 0px 4px 20px 0px rgba(44, 189, 247, 0.15); */
  /* border-radius: 5px; */
  /* height: 60px; */
  /* color: #fff; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  /* text-shadow: 0px 4px 20px rgba(44, 189, 247, 0.15); */
  border: none;
  outline: none;
}
button:active {
  background-color: #26a8db;
}
button[disabled] {
  background-color: #95e1ff;
  cursor: not-allowed;
}
.layui-layer-dialog .layui-layer-content .content{color: #999999;}
.registerBody{
  background:rgba(242,242,242,1);
  display: flex;
  align-items: center;
  justify-content: center; 
}
.registered-container {
    width: 75rem;
    /* height: 43.75rem; */
    border-radius:1.25rem;
    box-shadow:0rem 0.5rem 1.5rem 0rem rgba(157,188,210,0.25);
    overflow: hidden;
    display: flex;
}
.registered-left {
  /* margin-top: 11.87rem; */
  width: 35.63rem;
  width: 47.5%;
  height: 43.75rem;
  position: relative;
}
.registered-right {
  /* margin-top: 11.87rem; */
  width: 39.37rem;
  width: 52.5%;
  background-color: white;
  height: 43.75rem;

}
.registered-footer {
  margin-top: 2rem;
}
.logoCentLftBjt{
  position: absolute;
  left: 0;
  width: 100%;
  /* max-width: 100%; */
  height: 100%;
}
.logoCentLftBt {
  font-size: 1.75rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height:2.5rem;
  position: absolute;
  top: 4.5rem;
  left: 14.18rem;
}
.registered-header {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem;
}
.registered-header-index {
  font-size:1.13rem;
  font-weight:500;
  color:rgba(0,128,255,1);

}
.registered-header-login {
  font-size:1rem;
  font-weight:400;
}
.registered-header-login span {
  color:rgba(153,153,153,1);
}
.registered-header-login a {
  color:#0080FF;
}
.registered-content {
  width: 100%;
  position: relative;
  /*padding: 0.5rem 7.81rem 0;*/
}
.registered-title {
  font-size:1.5rem;
  font-weight:600;
  color:rgba(153,153,153,1);
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-end; */
  align-items: baseline;
  /* margin-bottom: 2rem; */
  margin-bottom: 4.75rem;
}
.registered-title span:first-child {
  margin-right: 1.06rem;
}

.registered-title span {
  transition: all 0.3s linear;
  cursor: pointer;
}
.registered-title .active,
.registered-title :active {
  color: #0080FF;
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing:1px;
}
.registered-content-license {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.registered-content-word {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.registered-content-item {
  /*width: 23.75rem;*/
  height: 2.88rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow:0rem 0.06rem 0rem 0rem rgba(204,204,204,1);
  /* box-shadow:0rem 0.06rem 0rem 0rem rgba(204,204,204,1);
  border-radius:0.06rem; */
}
.registered-content-item .tangle {
  z-index: 2;
  width:0;
	height:0;
	border-right:0.56rem solid transparent;
	border-left:0.56rem solid transparent;
	border-top: 0.56rem solid rgba(204,204,204,1);
}

.registered-content-item img {
  /* width: 1.6rem;
  height: 1.6rem; */
  width: 1.25rem;
  height: 1.25rem;
  z-index: 2;

}
.registered-content-item img :active{
  color: #0080FF;

}
.registered-content-item input {
  /* width: 100%; */
  z-index: 1;
  height: 100%;
  /* box-shadow:0rem 0.06rem 0rem 0rem rgba(204,204,204,1); */
  border-radius:0.06rem;
  padding-left: 0.75rem;
  /*font-size: 1rem;*/
  flex: 1;
  color: #666;
  box-sizing: border-box;
  
}
.registered-content-item input:focus {
  border-color: #0080FF;
  outline: none;
}
.registered-content-item input[readonly] {
  cursor: default;
}
.registered-content-item .registered-content-item-code {
  color: #0080FF;
  font-size: 1rem;
  z-index: 1;
  /* width: 7.2rem; */
  /* width: 9.2rem; */
  height:1.38rem;
}
.registered-content-sub {
  margin-top: 2.5rem;
  width: 100%;
  height:3.5rem;
  color: white;
  font-size: 1.25rem;
  background:linear-gradient(to right,#2286EE,#47ABF8);
  border-radius: 1.8rem;
  /* background: url(/registered/img/btn.png) no-repeat; */

}
.input-tip {
  z-index: 1;
  color: #aaa;
  font-size: 1rem;
}
.open-park {
  font-size: 1rem;
  text-align: center;
  width: 23.75rem;

  height:1.38rem;
  line-height:1.38rem;
  font-weight:400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.25rem;
  color: #0883FF;
}
.park-line {
  width: 8.25rem;
  height: 0.06rem;
  background-color: #CCCCCC;

}



.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  /* height: 190px; */
  height: 12rem;
}
.addTop {
  top: -14rem!important;
}

/* .registered-content-item .registered-content-item-clear {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 100%;
  font-size: 20px;
  text-align: center;
  z-index: 1;
  color: #acadad;
  cursor: pointer;
  display: none;
} */
/* .registered-content-item:hover .registered-content-item-clear {
  display: block;
}
.registered-content-item .dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.registered-content-item .dropdown-menu li {
  line-height: 30px;
  height: 30px;
}
.registered-content-item .dropdown-menu li a {
  line-height: 30px;
} */
/* .registered-content-item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 348px;
  height: 100%;
  padding: 0 20px 0 60px;
  border: 1px solid #d4d5d6;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  color: #323333;
} */
/* .registered-content-item input:focus {
  border-color: #2cbdf7;
  outline: none;
} */
.registered-content-item input::-webkit-input-placeholder,
.registered-content-item input::-moz-placeholder,
.registered-content-item input:-ms-input-placeholder {
  color: #acadad;
}
.registered-content-item input[type='number'] {
  -moz-appearance: textfield;
}

.chooseFileRow {
  height: 100%;
  width: 100%;
  position: relative;
  /* display: flex; */
  /* flex-direction: row;
  align-items: center; */
}

.registered-content-upload-reload {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(25,25,26,1);
  border-radius: 0.25rem;
  opacity: 0.4;
  border: 0.06rem solid rgba(204,204,204,1);
  text-align: center;
  color: white;
  line-height: 9.8rem;
}

.registered-content-upload {
  background-color: rgba(255,255,255,1);
  width: 26%;
  height: 9.8rem;
  border-radius:0.25rem;
  border:0.06rem solid rgba(204,204,204,1);
  display: flex;
  align-items: center;
  justify-content: center;

}
.registered-content-upload-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: red; */
  height: 100%;
}
.registered-content-upload-gsyyzz {
  width: 100%;
  height: 100%;
  /*height: 146px;*/
  /*margin-bottom: 1px;*/
}
.registered-content-upload-tips {
  color: #0080FF;
  font-size: 1rem;
  font-weight: 400;

}
.registered-content-upload-add {
  width: 2rem;
  height: 2rem;
  padding: 10px;
  position: absolute;
  top: 1.4rem;
  left: 3rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.registered-content-upload-tips {
  /*color: #323333;*/
  /*font-size: 18px;*/
  /*font-weight: 400;*/
  /*height: 25px;*/
  /*line-height: 25px;*/
}

.registered-content-sub {
  /*width: 430px;*/
}


.form-tips {
  display: inline-block;
  position: absolute;
  z-index: 10;
  /* bottom: 0; */
  left: 62px;
  font-size: 12px;
  line-height: 24px;
  background: rgba(65,72,93,0.77);
  color: white;
  /* background-color: #fef0f0; */
  /* border: 1px solid #fde2e2; */
  border-radius: 5px;
  /* color: #f56c6c; */
  padding: 5px 10px;
  /* box-shadow: 5px 5px 5px 0 rgb(0, 0, 0, 0.3); */
  white-space: nowrap;
}
/* .form-tips :last-child {
  bottom: 0 !important;
} */
/* .form-tips:before,
.form-tips:after {
  position: absolute;
  top: -10px;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fef0f0;
  z-index: 12;
} */
.form-tips:after {
  left: 9px;
  top: -12px;
  border-bottom-color: #fde2e2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fde2e2;
  z-index: 11;
}
