@charset "UTF-8";
.login-content .focus {
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #ff552e;
  position: absolute;
  bottom: -18px;
  left: 0;
  margin-bottom: 0;
}

.login-content .focus span {
  display: block;
  height: 16px;
  line-height: 16px;
  position: relative;
  padding-left: 16px;
  font-size: 12px;
}

.login-content .icon-tips {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEN0lEQVRYR82YXWwUZRSGn3e7ulD8bSUGxYi4QKzdof7UxhuCNwJiCdBuAiZNjJELe6mJ3qhcqIneqDHRGI3xhqAwbTH1B4MxwWiMksjP7raG0HBhgGAiJYgQqe0cs1u37S473f1mUTtXm+x53/PMmfm+c74Rc/zSHOejLkBL0wCpBzBbBLEmsCbM/gSNEMRGOHvkuPYzXk8RnAENYnR5m5BtROoErg8FMLuE+BpjkDH7RIO5X11hnQCty+tAfIC42zURZoa0G9guP3O0Vn1NgLZhxbUkrn4L9HitxuFxFmDsZGysV4NHz1fzqwpom1rvIh77HLijmpnT/8YQAWs1kDkxm25WQEu3roeYD8x3Sl5zsJ0msDXqz2XCJKGAtrH1Tq7SYdA1NeeLFGinmVB7WCUrAlrnLY3Maz4IWhEpp7PIfuac2rUvc6FcWhkw7b0DPOWY5zeC4CWk80gvAkuc9GY71JftqQpom1YuJ27DkN+EXa7xDvnDB/IK29h2A/GJEaRmFwcwT342O1NzWQWt2+tHbHY0Pis/2zRTY93eD4gOR5+v5GcfDgW0dEsS4sfcTIvRwWb5uT2FCqZX3grBCGies9cE92kgc7CoK6mgdaeeQ3rV2bRAZQbKA2bBepCWRvIheEV+7vkQwCiPJRpGuMqG5WenWulUBW196kYaNRopndmHSDuwIECx6zB7F2lRJK+CSIvlHzlZ+FU0sXRLG8QPuZvaiPzssrIF8hFii7vXPwpjlfoy35YCdqUeIaZ8z3W7jIuMXVqmwaOnpm6229uJ2OpmNDM62CI/t6sccBsxvRfJ1OwE0qfyM72F9VI3oD0jP/t6KWC39yTi/UiAk6ID8jOFfa9uwMCeVn/2jbJ3sDC5fDYnAG1iq/qGPi4F3OzdSwM/zQlAbLX87DelgPltZj5nkKoOsSE3ceUe8QS3Fcev0k6STn0PejBiFa8UYE5+JlVkKG91zyK99r8Cmr2svuwLlQHrGhZmrOIurwvZGqRt7jc7fo/84cMVASe3iNRupLS78TTg9Iad+gJpnYPXl/IzJfGXz4NpL396y49cjgMrp/jj4lLtHbk0BZj29gJrawYcJ6U9mdzM+Mojf3fr2yhW6AqO1wGMPFS+y68CHqpZX+vIX3jM65IJFsz/Dun+mhPUFWi/wAVP/vFz5Tbhx87O5TeRSBxCWlxX7mriye837eVnkdBFMtOvcIBqsH2I26vlifj/XxD0FCeXSh5Vu4alkwuhcR/QFhEiTHaSYLxT/cOzzqBVAQvvZP4gn2h+E+mJCKu7EuAuGO+VP1x1gq8JcHrbaEliDdsRj4FizhU1jiHbVhwEatE7AU6Bbmi9mQSPgjZg5DtGIjyZ/Q7aSxAMcCY34PrFNRJgyUJaTZyFLUsgngRLYizAGAWNYhOnGR360RWq6kZdS+n/q5i6K/hvg/4NPX2LOLSlU28AAAAASUVORK5CYII=");
  width: 12px;
  height: 12px;
  background-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.login-model {
  display: none;
  width: 445px;
  height: 782px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  z-index: 99999;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.login-content {
  padding: 54px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-content .login-logo {
  width: 157px;
  height: 106px;
}

.login-content .login-logo img {
  display: block;
  width: 100%;
}

.login-content .login-wrap,
.login-content .reg-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-content .reg-wrap {
  padding-top: 30px;
}

.login-content .login-tabs {
  margin-top: 45px;
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-content .login-tabs .item {
  cursor: pointer;
  font-size: 16px;
  color: #383838;
  padding: 6px 0;
}

.login-content .login-tabs .item.selected {
  color: #ee0808;
  border-bottom: 2px solid #ee0808;
}

.login-content .login-form {
  width: 300px;
  margin-top: 30px;
}

.login-content .login-form input {
  outline: none;
  border: none;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.login-content .login-form .row {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  height: 50px;
  border-bottom: 2px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 32px;
  margin-bottom: 20px;
}

.login-content .login-form .login-user {
  background: url("/web/skin/static/images/login-user.png") no-repeat left center;
  background-size: 19px 21px;
}

.login-content .login-form .login-pw {
  background: url("/web/skin/static/images/login-pw.png") no-repeat left center;
  background-size: 16px 20px;
}

.login-content .login-form .login-code {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("/web/skin/static/images/login-code.png") no-repeat left center;
  background-size: 17px 21px;
}

.login-content .login-form .login-code span {
  font-size: 14px;
}

.login-content .login-form .login-code .send {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #ee0808;
}

.login-content .login-form .login-verify {
  background: url("/web/skin/static/images/login-verify.png") no-repeat left center;
  background-size: 17px 17px;
  position: relative;
}

.login-content .login-form .login-verify .verify {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.login-content .login-form .login-verify .verify img {
  display: block;
  width: 100px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 14px;
}

.login-content .agreement {
  font-size: 14px;
  color: #ee0808;
}

.login-content .agreement input {
  display: none;
}

.login-content .agreement input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-content .agreement input[type="checkbox"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  border-radius: 2px;
  border: 1px solid #f00;
  text-align: center;
}

.login-content .agreement input[type="checkbox"]:checked + label::before {
  content: "";
  font-size: 14px;
  background: url("/web/skin/static/images/checkbox-icon.png") no-repeat center center;
  background-size: 14px;
}

.login-content .login-form-btn {
  cursor: pointer;
  width: 300px;
  height: 38px;
  line-height: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c64952), color-stop(0%, #eb0000), to(#ff480f));
  background: linear-gradient(#c64952 0%, #eb0000 0%, #ff480f 100%);
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 14px;
}

.login-content .reg-btn {
  margin-top: 60px;
}

.login-content .tip {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: 30px;
  color: #f00707;
  cursor: pointer;
}

.login-content .tip a {
  color: #f00707;
}

.login-content .other {
  line-height: 16px;
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
}

.login-content .wechat-login {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #dddddd;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.login-content .wechat-login img {
  display: block;
  width: 40px;
  height: 40px;
}
/*# sourceMappingURL=login.css.map */