body {
  margin: 0;
}

.main {
  margin-top: 2.5rem;
  width: 19.4375rem;
  margin-left: 2rem;
}

.FX1 {
  display: flex;
  flex: 1;
}

#titlelist {
  display: flex;
  justify-content: space-around;
  font-size: 1.25rem;
  font-family: "黑体";
  color: #737C83;
  /* outline: 1px solid red; */

}



.active {
  color: #333333;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "黑体";
  border-bottom: #1C85FF 0.125rem solid;
  padding-bottom: 0.34375rem;
}


.from {
  margin-top: 3.4375rem;
}

.phone {
  border-bottom: #D0D0D0 1px solid;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.verification {
  border-bottom: #D0D0D0 1px solid;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  /*display: flex;*/
  position: relative !important;
}

.dropbtn {
  color: #333333;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  margin-top: 7.5rem;
  width: 100%;
}

.dropdown-content span {
  color: #333333;
  padding: 0.25rem 0.3125rem;
  text-decoration: none;
  display: block;
}

.dropbtn>img {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.4375rem;

}



.inp {
  font-size: 1rem;
  border: none;
  outline: none;
  height: 1.5rem;
  padding: 0;
  width: 100%;
  /* 取消选中的光标 */
}

.inp2 {
  width: 65%;
  margin-right: 0.46875rem;
}

/* // 谷歌 */
input::-webkit-input-placeholder {
  color: #AAAEB1;
}

/* // 火狐19+版本 */
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAAEB1;
}

/* // 火狐4-18版本 */
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAAEB1;
}

/* // IE10-11版本 */
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAEB1;
}

.spa {
  font-size: 1rem;
  color: #1F7CE8;
  float: right;
  padding-right: 10px;
}

.chk {
  display: flex;
  justify-items: center;
  align-items: center;
  color: #AAAEB1;
  font-size: 0.75rem;

}

.chk>input {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.1875rem;
}

.chk>a {
  color: #1F7CE8;
  text-decoration: none;
  /* 去掉下划线 */
}

.btn {
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
  color: #fff !important;
  background-color: #1C85FF;
  margin-top: 2.9375rem;
}

.passwordLogin {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.passwordLogin>a {
  color: #585E66;
  text-decoration: none;
}

.filing {
  width: 100%;
  color: #AAAEB1;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.0625rem;
  margin-top: 2.5625rem;
}

.inp2-pwd{
  width: 85%;
}

.icon-bukejian, .icon-kejian1{
  /*line-height: 30px;*/
  color: #c9beb7;
  font-size: 22px !important;
  padding-right: 10px;
  float: right;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

#captcha0{
  height: 2.125rem;
  float: right;
  position: absolute;
  top: -0.45rem;
  right: 0.15rem;
}

.sm-pop-inner{
  position: inherit !important;
}
.nc-container #nc_1_wrapper{
  width:100% !important;
}
