#nav {
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
#content {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  background: url(../images/login-bg.png);
  background-size: auto 100%;
}
#content.resetpwd {
  background: #F7F6F6;
}
.login-box {
  width: 400px;
  margin: 0 auto;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(99, 99, 99, .4);
  background: #fff;
}
.login-title {
  font-size: 18px;
  line-height: 18px;
  padding :30px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #DFDEDE;
  position: relative;
}
.login-title .icon-bow {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(../images/icon-bow.png) no-repeat center center / 100% auto;
  vertical-align: top;
  position: absolute;
  right: -5px;
  top: -12px;
}
.login-form {
  padding: 50px 50px 30px 30px;
  position: relative;
}
.apply-form {
  padding: 50px 50px 30px 50px;
  position: relative;
  font-size: 14px;
}
.apply-form .item {
  margin-bottom: 50px;
}
.apply-form .item .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  cursor: pointer;
}
.apply-form .item .icon.server {
  background: url(../images/shop-server.png) no-repeat center center / 100% auto;
}
.apply-form .item .icon.server.active {
  background: url(../images/shop-server-selected.png) no-repeat center center / 100% auto;
}
.apply-form .item .icon.goods {
  background: url(../images/shop-goods.png) no-repeat center center / 100% auto;
}
.apply-form .item .icon.goods.active {
  background: url(../images/shop-goods-selected.png) no-repeat center center / 100% auto;
}
.apply-form .item .title {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.apply-form .item .desc {
  font-size: 14px;
  color: #666;
}
.apply-form .layui-btn {
  width: 100%;
  height: 46px;
  font-size: 18px;
}

.login-form .layui-input, .login-form .layui-select, .login-form .layui-textarea {
  display: inline-block;
  height: 46px;
  width: 300px;
  margin-right: 0;
}
.login-form .layui-btn.submit {
  width: 300px;
  height: 46px;
  font-size: 18px;
  margin-left: 20px;
}
.login-form .layui-btn.getCode,
.login-form .layui-btn.changecode
 {
  width: 90px;
  height: 46px;
  font-size: 14px;
  padding: 0;
  vertical-align: top;
  margin-left: 10px;
  line-height: 46px;
}
.login-form .layui-btn.changecode {
  background: transparent;
}
.login-form .layui-btn.changecode img {
  display: block;
  width: 100%;
  height: 100%;
}
.login-form .required {
  display: inline-block;
  width: 20px;
  height: 46px;
  color: #FF9000;
  font-size: 16px;
  text-align: center;
  float: left;
  line-height: 46px;
}
.login-form .bottom {
  font-size: 14px;
  padding-left: 20px;
  vertical-align: top;
}
.login-form .bottom a {
  color: #FD7EA2;
}
.login-form .bottom .layui-icon {
  width: 16px;
  height: 16px;
}
.login-form .bottom .right {
  vertical-align: top;
}
.login-form .bottom .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0;
}
.login-form .bottom .layui-form-checkbox span {
  padding-right: 0;
}
.xieyi-content {
  font-size: 14px;
  padding: 20px 50px;
  line-height: 30px;
}
.xieyi-class .layui-layer-title {
  height: 20px;
  padding: 20px;
  line-height: 20px;
  text-align: center;
  color: #FD7EA2;
  font-size: 18px;
}
.xieyi-class .layui-layer-setwin {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background: #FD7EA2;
  top: -20px;
  right: -20px;
}
.xieyi-class .layui-layer-setwin a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-close.png) no-repeat center center;
  margin: 0;
}
.error-tips {
  font-size: 14px;
  color: #FF7CA1;
  line-height: 16px;
  padding-left: 20px;
  position: absolute;
  top: 20px;
}
.error-tips .icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/icon-error.png) no-repeat center center / 100% auto;
}

.flex {
  display: flex;
}
.select-area {
  display: inline-block;
  flex: 1;
}
.select-area .layui-input{
  width: 100%;
}

#content.resetpwd .reset {
  padding: 0 50px;
  background: #fff;
  border-radius: 4px;
}
#content.resetpwd .reset .content {
  display: block;
  width: 400px;
  margin: 0 auto;
}
#content.resetpwd .reset .result {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 40px;
  color: #333;
}
#content.resetpwd .reset .result .icon-success {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  background: url(../images/icon-success.png) no-repeat center center / 100% 100%;
}
#content.resetpwd .reset .title {
  border-bottom: 1px solid #DFDEDE;
  padding-bottom: 30px;
}
#content.resetpwd .reset .title .step-box {
  width: 790px;
  margin: 0 auto;
  padding-top: 50px;
}
.step-box .step {
  width: 220px;
  padding-top: 40px;
}
.step-box .step .step-line{
  top: 20px;
}
.step-box .step.active .step-line,
.step-box .step.active .step-badge {
  background: #FF9000;
}
.step-box .step.active .step-badge {
  font-size: 22px;
}
.step-box .step.active{
  color: #FF9000;
}
.step-box .step .step-line .step-badge {
  width: 34px;
  height: 34px;
  line-height: 34px;
  top: -15px;
}