* {
  padding: 0;
  margin: 0;
}
body {
  background: #F9F9F9;
}
#auth .auth-left {
  padding: 0;
  padding-bottom: 100px;
  background: #fff;
  width: 930px;
}
#auth .auth-left .top {
  overflow: hidden;
}
#auth .auth-left .top .box {
  margin: 60px auto;
  width: 340px;
  height: 78px;
  text-align: right;
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #E9481B;
  line-height: 78px;
}
#auth .auth-left .top .box img {
  float: left;
  width: 78px;
  height: 78px;
}
#auth .auth-left .step {
  margin: 0 auto 60px;
  width: 704px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#auth .auth-left .step .step-item {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 24px;
}
#auth .auth-left .step .step-item .i {
  margin-right: 10px;
  float: left;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #D8D8D8;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
}
#auth .auth-left .step .step-line {
  margin-top: 12px;
  border-top: 2px dashed #D8D8D8;
  height: 11px;
  width: 150px;
}
#auth .auth-left .step .step-active {
  border-top: 2px dashed #E9481B;
}
#auth .auth-left .step .active {
  color: #E9481B;
}
#auth .auth-left .step .active .i {
  background: #E9481B;
}
#auth .auth-left .search {
  margin: 0 auto 30px;
  overflow: hidden;
}
#auth .auth-left .search .box {
  margin: 0 auto;
  width: 656px;
  height: 52px;
  overflow: hidden;
}
#auth .auth-left .search .box input {
  float: left;
  width: 500px;
  height: 100%;
  background: #F9F9F9;
  border-radius: 4px;
  border: 1px solid #E9481B;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  text-indent: 15px;
  outline: none;
}
#auth .auth-left .search .box input:focus {
  outline: none;
}
#auth .auth-left .search .num {
  margin: 15px auto 0;
  width: 656px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
#auth .auth-left .search .num span {
  color: #E60012;
}
#auth .auth-left .search .search-btn {
  display: block;
  float: right;
  width: 136px;
  height: 52px;
}
#auth .auth-left .search .search-btn img {
  width: 100%;
  height: 100%;
}
#auth .auth-left .form {
  padding: 0 110px;
}
#auth .auth-left .form .list {
  overflow: hidden;
}
#auth .auth-left .form .list .left {
  text-align: right;
  float: left;
  width: 94px;
  height: 36px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 36px;
}
#auth .auth-left .form .list .left:before {
  position: relative;
  top: 2px;
  content: '* ';
  color: #E60012;
}
#auth .auth-left .form .list .hits {
  float: left;
  margin-left: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #010101;
  line-height: 36px;
}
#auth .auth-left .form .list .hits a {
  color: #E9481B;
}
#auth .auth-left .form .list .code {
  background: none;
  border: none;
  cursor: pointer;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E9481B;
  line-height: 36px;
}
#auth .auth-left .form .list .right {
  margin-left: 10px;
  margin-bottom: 20px;
  float: left;
  width: 600px;
  height: 36px;
  border: 1px solid #E9E9E9;
  outline: none;
  text-indent: 5px;
}
#auth .auth-left .form .list .city {
  width: 193px;
}
#auth .auth-left .form .list .rows {
  margin-bottom: 0;
  height: 228px;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: scroll;
}
#auth .auth-left .form .list .rows .list {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  width: 180px;
  height: 56px;
  padding: 10px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
#auth .auth-left .form .list .rows .list .logo {
  margin-right: 20px;
  float: left;
  width: 24px;
  height: 24px;
}
#auth .auth-left .form .list .rows .list .logo img {
  width: 100%;
  height: 100%;
}
#auth .auth-left .form .list .rows .list .name {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
#auth .auth-left .form .list .rows .list .icon {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 18px;
}
#auth .auth-left .form .list .rows .list .icon img {
  float: left;
  width: 100%;
  height: 100%;
}
#auth .auth-left .form .list .rows .active {
  border: 1px solid #E9481B;
}
#auth .auth-left .form .list .rows .active .icon {
  display: block;
}
#auth .auth-left .form .list .w400 {
  width: 400px;
}
#auth .auth-left .form .list input:focus {
  outline: none;
}
#auth .auth-left .form .list .textarea {
  height: 108px;
}
#auth .auth-left .form .tj-btn {
  display: block;
  border: none;
  margin: 0 auto;
  width: 270px;
  background: #E9481B;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
#auth .auth-left .tj-btn {
  display: block;
  border: none;
  margin: 0 auto;
  width: 270px;
  background: #E9481B;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
#auth .auth-left .tj {
  padding-bottom: 200px;
  background: #fff;
}
#auth .auth-left .tj img {
  display: block;
  margin: 120px auto 30px;
  width: 134px;
  height: 134px;
}
#auth .auth-left .tj .msg {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#auth .auth-left .djs {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E9481B;
  line-height: 24px;
}
.auth-right {
  width: 240px;
}
.line {
  margin: 10px 0 30px;
  height: 20px;
  background: #F9F9F9;
}
.form-group {
  margin-bottom: 0;
}
.help-block {
  color: #E9481B !important;
  margin-left: 105px;
  font-size: 14px;
}
.item {
  overflow: hidden;
}
.item .left {
  text-align: right;
  float: left;
  width: 94px;
  height: 36px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 36px;
}
.item .right {
  margin-left: 10px;
  margin-bottom: 20px;
  float: left;
  width: 600px;
  height: 36px;
  border: 1px solid #E9E9E9;
  outline: none;
  text-indent: 5px;
}
.item .logo {
  height: 60px;
  border: none;
  overflow: hidden;
}
.logo #logo {
  overflow: hidden;
}
.logo #logo .add {
  cursor: pointer;
  margin-right: 10px;
  float: left;
  width: 60px;
  height: 60px;
  background: url("/store/img/img_upload_logo@2x.png");
  background-size: 100% 100%;
}
.logo #logo .add img {
  float: left;
  width: 60px;
  height: 60px;
}
.item .tx {
  width: 100%;
  float: left;
  padding-left: 104px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=auth.css.map */