.loglandDiv {
  width: 6.7rem;
  background: #fff;
  padding: 0.6rem;
  margin: 0 auto;
}
.loglandDiv .checkBox i {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #b0bdcd;
  margin-right: 0.2rem;
  border-radius: 0.01rem;
  cursor: pointer;
}
.loglandDiv .checkBox.checked i {
  background: url(../images/icons/checked_icon.png) no-repeat center;
  background-size: contain;
  border: none;
}
.loglandDiv .normBtn a {
  padding: 0.15rem 0.7rem;
}
.w-100 {
  width: 100%;
}
body .form-control {
  background: #fff;
  border: 1px solid #cbcbcb;
  height: 0.5rem;
  padding: 0 0.15rem;
  border: 1px solid #cccccc;
  display: block;
}
.site-content {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.35rem;
}
.selectBox {
  position: relative;
}
.selectBox .inputCase {
  cursor: pointer;
  position: relative;
}
.selectBox .inputCase::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.08rem;
  background: url(../images/selectBox-icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  margin-top: -0.04rem;
}
.selectBox .inputCase input {
  cursor: pointer;
  padding-right: 0.39rem;
}
.selectBox .selectUl {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0;
  position: absolute;
  top:100%;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.selectBox .selectUl li {
  line-height: 0.4rem;
  padding: 0.02rem 0.15rem;
}
.selectBox .selectUl li:hover {
  background: #f5f5f5;
}
body .borerLNone {
  border-left: none;
}
.underLine {
  border-bottom: 1px solid #333;
}
.input-box {
  position: relative;
}
.input-box .eyesBox {
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
  cursor: pointer;
}
.input-box .eyesBox i {
  color: #999999;
}
.individualCenter {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.individualCenter .w-25 ul li.on {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.individualCenter .w-25 ul li.on a {
  color: #0055b6;
}
.individualCenter .w-25 ul li.on::after {
  content: "";
  width: 0.13rem;
  height: 0.1rem;
  display: block;
  background: url(../images/icons/arrow_icon.png) no-repeat right center;
  background-size: cover;
  transform: rotate(270deg);
}
.loglandDiv .rights {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkBox .underLine {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  border-bottom: 1px solid #0055b6;
}
.redStar {
  color: #ff0000;
}

.loglandDiv .btn-primary {
		display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.15rem 0.25rem;
      border: 1px solid #0055b6;
      border-radius: 0.6rem;
      line-height: 100%;
      color: #fff;
    background: #0055b6;
  padding: 0.15rem 0.7rem;
}
