.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 10px 20px;
  min-width: 400px;
  max-width: 900px;
  z-index: 10;
  font-size: 14px;
}
.msg-box .warning {
  width: 24px;
  height: 24px;
  background-color: #fe4066;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box .success {
  width: 24px;
  height: 24px;
  background-color: #22ac38;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box p {
  color: #353030;
}
button {
  outline: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
}
input {
  outline: 0;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.spec {
  color: #fe4066;
}
.admin {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #353030;
  font-family: "Microsoft YaHei", "PingFangSC", sans-serif;
}
.content {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.common-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  display: none;
}
.common-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  width: 35px;
  height: 35px;
  display: block;
}
.start-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.start-content .logo-header {
  font-size: 80px;
  color: #fe4066;
  margin: auto;
}
.start-content .logo-header img {
  width: 80px;
}
.start-content .limit-logo-header {
  font-size: 80px;
  color: #fe4066;
  margin: auto;
}
.start-content .limit-logo-header img {
  width: 320px;
}
.start-content h1 {
  font-size: 30px;
  font-weight: normal;
  color: #fe4066;
}
.start-content .tip-title {
  font-size: 14px;
  color: #696b6c;
  margin-bottom: 50px;
}
.start-content .back-home {
  height: 40px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  display: block;
  margin: 70px auto 0;
  text-decoration: none;
  color: #fe4066;
  border: 1px solid #fe4066;
  border-radius: 4px;
}
.start-content .back-home:hover {
  background-color: #FbFbFb;
}
.start-content .form {
  margin-top: 30px;
}
.start-content .form .error {
  font-size: 12px;
  color: #ec284d;
  opacity: 0;
  margin: 5px 0;
  text-align: left;
}
.start-content .form-item {
  font-size: 14px;
  position: relative;
}
.start-content .form-item span {
  display: block;
  text-align: left;
  margin-bottom: 16px;
}
.start-content .form-item .iconfont {
  font-size: 16px;
  position: absolute;
  left: 4px;
  top: 12px;
  color: #000;
}
.start-content .form-item input {
  width: 300px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6px;
}
.start-content .form-item .form-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
}
.start-content .form-item input[type='file'] {
  display: none;
}
.start-content .form-item .input {
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}
.start-content .form-item button {
  width: 300px;
  height: 40px;
  background-color: #fe4066;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  margin-top: 30px;
}
.start-content .form-item button:hover {
  background-color: #ff5476;
}
.start-content .form-item button.disable {
  opacity: 0.3;
}
.start-content .form-item .btna {
  width: 300px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background-color: #fe4066;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  margin-top: 30px;
  display: inline-block;
}
.start-content .form-item .btna:hover {
  background-color: #ff5476;
}
