body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #353030;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
button {
  outline: none;
  border: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
input {
  color: #353030;
  box-shadow: none !important;
  outline: 0 !important;
  border: 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;
}
.mklogo{
	text-align: center;
	margin-bottom:10px;
	display: block;
	    padding-bottom: 8px;
	border-bottom: solid 1px rgba(0,0,0,.1);
}
.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  border: 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 10px 20px;
  min-width: 400px;
  max-width: 900px;
  font-size: 14px;
}
.msg-box .warning {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #FE4066;
  color: white;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.loading img {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.body {
  	background: url("images/bg.jpg") no-repeat center top;
	background-size:cover;
}

.content {
  width: 420px;
  margin: 12vh auto 0;
}
.header-icon {
  text-align: center;
  margin-bottom: 30px;
}
.header-icon a,
.header-icon i {
  color: #FFF;
  font-size: 48px;
}
.from-content {
  width: 420px;
  box-sizing: border-box;
  padding:25px 30px 23px;
  background-color: #FFF;
  position: relative;
	border-radius: 5px;
	border: solid 5px #dab678;
}
.from-content h1 {
    font-size: 16px;
    color: #353030;
    font-weight: 700;
    margin: 6px 0 16px;
    text-align: center;
    text-transform: uppercase;
}
.from-content .mark {
  color: #8C8889;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.5;
}
.from-content .top-right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.from-content .top-right img {
  width: 45px;
  height: 45px;
}
.from-content .ercode {
  text-align: center;
}
.from-content .ercode img {
  width: 184px;
  height: 184px;
  display: inline-block;
  opacity: 0;
}
.from-content .ercode p {
  font-size: 14px;
  color: #8C8889;
}
.from-content .from {
  margin-top: 20px;
}
.from-content .from.hide {
  display: none;
}
.from-content .from.hide .submit-btn {
  margin-top: 60px;
}
.from-content .from-list {
  margin-bottom: 15px;
}
label{
	font-size: 12px;
    color: #363636;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
}
.from-content .from-list select {
  width: 100%;
  margin: 0;
  padding: 0 0 0 6px;
  height: 40px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}
.from-content .from-list input {
  width: 100%;
  margin: 0;
  padding: 0 0 0 6px;
  height: 40px;
  border: 1px solid #E9E9E9;
	color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
}
.from-content .from-list input::-webkit-input-placeholder {
  font-size: 14px;
	color: #000;
}
.from-content .from-list input::-moz-placeholder {
  font-size: 14px;
	color: #000;
}
.from-content .from-list input::-ms-input-placeholder {
  font-size: 14px;
	color: #000;
}
.from-content .tip {
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.from-content .tip.tip-signup {
  position: relative;
}
.from-content .tip.tip-signup .iconfont {
  position: absolute;
  left: 0;
  top: -1px;
}
.from-content .tip span {
  vertical-align: middle;
  cursor: default;
}
.from-content .tip span.icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
}
.from-content .tip span:last-of-type {
  padding-left: 2px;
}
.from-content .tip a {
  color: #FE4066;
  vertical-align: middle;
}
.from-content .tip .tip-right {
  color: #353030;
}
.from-content .tip .tip-right:hover {
  color: #FE4066;
}
.from-content .tip.agree .iconfont {
  color: #FE4066;
  background: none;
}
.from-content .tip.signup-tip,
.from-content .tip.signin-tip {
  text-align: center;
  margin-top: 20px;
}
.from-content .tip.signin-tip {
  display: none;
}
.from-content .tip.forgot-tip {
  text-align: center;
  margin-top: 20px;
}
.from-content .tip.forgot-tip a {
  color: #353030;
}
.from-content .tip.forgot-tip a:hover {
  color: #FE4066;
}
.from-content .error-message {
  font-size: 12px;
  color: #FE4066;
  text-align: center;
  margin-top: 16px;
  opacity: 0;
}
.from-content .submit-btn {
  margin-top: 16px;
}
.from-content .submit-btn button {
  background-color: #040404;
  color: #FFF;
  font-size: 16px;
  height: 44px;
  width: 100%;
  display: block;
  border-radius: 22px;
}
.from-content .submit-btn button:hover {
  background-color: #000000;
}
.from-content .forgot-btn {
  margin-top: 160px;
}
.content-footer {
  width: 420px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 40px;
  background-color: #FFF;
  position: relative;
  border-radius: 6px;
}
.content-footer span {
  font-size: 14px;
  color: #8C8889;
  cursor: default;
}
.content-footer .btn-right {
  float: right;
}
.content-footer .btn-right a {
  font-size: 14px;
  color: #8C8889;
  display: inline-block;
}
.content-footer .btn-right a img {
  width: 17px;
  height: auto;
  margin-right: 3px;
  vertical-align: text-top;
}
.content-footer .btn-right a:first-of-type img {
  margin-right: 6px;
}
.content-footer .btn-right .line {
  margin: 0 20px;
  color: #8C8889;
}
.content-footer .btn-center {
  text-align: center;
}
.content-footer .btn-center a {
  font-size: 14px;
  color: #8C8889;
}
.content-footer .btn-center a i {
  font-size: 16px;
  vertical-align: text-top;
  margin-right: 8px;
}
.content-footer .btn-center a:hover {
  color: #FE4066;
}
.bind-footer {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 35px 0;
  color: #8C8889;
}
@media screen and (max-width: 540px) {
  .body,
  .bg {

  }
  .header-icon {
    display: none;
  }
  .content {
    width: 92%;
    margin: auto;
  }
  .from-content {
    width: 100%;
    max-width: 420px;
	  padding: 20px;
    margin: 40px auto;
  }
  .from-content .top-right {
    display: none;
  }
  .from-content .tip.signin-tip {
    display: block;
  }
  .from-content .forgot-btn {
    margin-top: 80px;
  }
  .content-footer {
    width: 100%;
    max-width: 420px;
    margin: 20px auto;
    padding: 0;
  }
}
@media screen and (max-width: 340px) {
  .content-footer .btn-right .line {
    margin: 0 16px;
  }
}
