.form_ttile {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%; /* 33px */
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 12px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}

.form-item .label {
  color: #24272D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

.form-item .label .mark {
  color: #F00;
}

#select-product {
  width: 200px;
  padding: 6px 10px;
}

.form-item .inp {
  border: 1px solid #dedede;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  width: calc(100% - 12px);
  padding-left: 10px;
}

#userCode {
  width: calc(80% - 20px);
  margin-right: 20px;
}

.option {
  padding: 10px 0;
}

.select__inner {
  border: 1px solid #dedede;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  border-radius: 4px;
  width: calc(100% - 12px);
  margin-right: 20px;
}

.el-select {
  position: relative;
}

.select__list {
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 48px;
  background-color: #ffffff;
  /* border: 1px solid #dedede; */
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  padding: 8px;
}

.el-select__fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}

.selsect_item {
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.selsect_item:hover {
  background-color: rgba(0,0,0,.1);
}

.el-select .line {
  position: absolute;
  width: 15px;
  height: 15px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  left: 30px;
  top: 54px;
  transform: rotateZ(45deg);
  z-index: -1;
}

.el-select__mask {
  display: none;
}

.obtain_code {
  padding: 10px;
  border-radius: 4px;
  background-color: #1f64ff;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  width: 20%;
  text-align: center;
}


.form-item .btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  background-color: #1f64ff;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.form-item .btn_history {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  color: #1F64FF;
}

.agree {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.agree a {
  cursor: pointer;
  color: #1F64FF;
}

#history {
  overflow-y: auto;
  padding: 0;
  display: none;
}

.go-back {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 10px 0 10px 20px;
  font-size: 14px;
}

.go-back .go {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.go_img {
  width: 26px;
}


.history-list {
  margin: 0.5rem 0.6rem;

}

.history-list .item {
  background-color: #ffffff;
  padding: 0.5rem 0.6rem;
  border-radius: 0.2rem;
  margin-bottom: 0.8rem;
}

.history-list .item .item-tit {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 25.5px */
  margin-bottom: 0.4rem;
}

.history-list .msg {
  display: flex;
  justify-content: space-between;
  color: #575859;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 0.7rem;
}

.history-list {
  margin-left: 20px;
  height: 100%;
  overflow: auto;
}

.history-list .item {
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
}

.history-list .msg-list {
  margin-left: 40px;
  margin-bottom: 18px;
}

.history-list .msg-list .msg {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 2px;
}

.history-list .item-tit {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 6px;
}

.cont-text {
  color: #1F64FF;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.agree input {
  margin-right: 10px;
}

.login-dialog {
  position: fixed;
  z-index: 800;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.1);
  display: none;
  justify-content: center;
  align-items: center;
}

.login-dialog .mask {
  background-color: #ffffff;
  padding: 14px;
  width: 400px;
  border-radius: 8px;
}

.login_title {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-dialog .item-form {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.login-dialog .mask .item-form:nth-child(2) {
  margin-top: 50px;
}

.login_title span:nth-child(3) {
  font-size: 28px;
  cursor: pointer;
}

.login_btn {
  margin-bottom: 50px;
}

.login-dialog .item-form .label {
  width: 3rem;
  font-size: 0.8rem;
  margin-right: 0.6rem;
  display: inline-block;
}

#users_phone {
  width: 70%;
  border: 1px solid #dedede;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 4px;
}

#users_code {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border: 1px solid #dedede;
  width: calc(70% - 120px);
  border-radius: 4px 0 0 4px;
}

.get-code {
  height: 42px;
  width: 120px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  /* padding: 0.3rem 0; */
  background-color: #1f64ff;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.login-dialog .agree {
  margin-top: 0.6rem;
}

.login_btn {
  display: flex;
  justify-content: center;
}

.login_btn .btn {
  width: 80%;
  text-align: center;
  font-size: 0.9rem;
  background-color: #1f64ff;
  color: #ffffff;
  margin-top: 0.6rem;
  padding: 0.6rem 0;
  border-radius: 4px;
  cursor: pointer;
}

#el-message--error, #el-message--error .duihao, .el-message--error, .el-message--error .duihao {
  color: #f56c6c;
  background-color: #fef0f0;
}

#el-message--argee, #el-message--argee .duihao, .el-message--error, .el-message--error .duihao {
  color: #f56c6c;
  background-color: #fef0f0;
  font-size: 0.8rem;
}

.header_title .title {
  justify-content: flex-start;
}

.header_title .title  .item {
  margin-right: 20px;
}

.logout_dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.1);
  z-index: 1000;
}

.logout_dialog .mask {
  width: 422px;
  height: 136px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}

.logout_dialog .title_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logout_dialog .title {
  font-size: 14px;
}

.logout_dialog .closes {
  font-size: 24px;
  cursor: pointer;
}

.logout_dialog .conte {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.logout_dialog .logout_btn {
  display: flex;
  justify-content: flex-end;
}

.logout_dialog .cancle {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  font-weight: 500;
  margin-left: 10px;
}

.logout_dialog .submit {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
}

.login_code {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #1F64FF;
  padding: 14px 20px;
  cursor: pointer;
}

.user_center {
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #1F64FF;
  cursor: pointer;
}