@charset "UTF-8";
/* 兰大校友网 */
.error {
  margin-left: 0;
  float: none;
}

.inputText, .chosen-container-single .chosen-single {
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-color: #D7D7D9;
  color: #333333;
  border-radius: 2px !important;
  font-size: 14px;
}

.inputText {
  line-height: normal;
  vertical-align: middle;
}

/* banner */
.banner-box img {
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}

/* 标题*/
.titWrap {
  width: 100%;
  line-height: 30px;
  margin-bottom: 24px;
}
.titWrap .lab-tit {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}
.titWrap .more {
  font-size: 14px;
  color: #CBCBCB;
  cursor: pointer;
}
.titWrap .more i {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.titWrap .more:hover {
  color: #0F78E1;
}

/* 优秀校友 */
.card-block {
  margin-bottom: 40px;
}
.card-block .card-item img {
  height: 139px;
}
.card-block .card-item .desp {
  background: #ffffff;
  padding: 12px 16px;
}
.card-block .card-item .desp .name {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 24px;
}
.card-block .card-item .desp .famous-words {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

/* 活动列表类 */
.list-block .act-list {
  padding: 14px 20px 16px;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}
.list-block .act-list .act-name, .list-block .act-list .act-date {
  font-size: 14px;
  line-height: 32px;
}
.list-block .act-list .act-name {
  color: #999999;
  margin-right: 20px;
  max-width: 76%;
}
.list-block .act-list .act-date {
  color: #999999;
}
.list-block .notes-list {
  padding: 0 20px;
}
.list-block .notes-list dl {
  margin: 0;
}
.list-block .notes-list dd {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  padding: 9px 0;
  border-bottom: 1px dashed #E6E6E6;
  max-width: 100%;
}
.list-block .notes-list dd:last-child {
  border-bottom: none;
}
.list-block .notes-list dd.last {
  border-bottom: none;
}

.text-ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 外链卡片 */
.link-card {
  display: block;
  height: 88px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  padding-left: 130px;
  padding-top: 30px;
  color: #ffffff;
}
.link-card.link-card--school {
  background: url("../images/img-schoolcard.png") no-repeat;
}
.link-card.link-card--libriary {
  background: url(../images/img-libriary.png) no-repeat;
}

.study-notes {
  background: #ffffff;
  border-radius: 4px;
}
.study-notes .titWrap {
  line-height: 24px;
  padding: 14px 20px;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0;
}
.study-notes .titWrap .lab-tit {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.study-notes .titWrap .more {
  line-height: 24px;
}

/* 注册 */
.main-box {
  margin-top: 30px;
}
.main-box .main-top {
  width: 100%;
  height: 66px;
  border-radius: 4px 4px 0 0;
  padding: 20px 32px;
  background: #F2F3F5;
}
.main-box .main-top .title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-right: 20px;
  font-weight: 700;
}
.main-box .main-top .intro {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding-top: 3px;
}
.main-box .main-con {
  padding: 0 32px 40px;
}

.row-bgfff {
  background: #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  border-radius: 0 0 4px 4px;
}

.step-vertical--nav, .step-horizontal--nav {
  padding: 47px 20px 0 40px;
}
.step-vertical--nav li, .step-horizontal--nav li {
  position: relative;
  height: 50px;
}
.step-vertical--nav li.s02, .step-horizontal--nav li.s02 {
  height: 70px;
  padding-top: 20px;
}
.step-vertical--nav li.s03, .step-horizontal--nav li.s03 {
  padding-top: 20px;
}
.step-vertical--nav li .s-cir, .step-horizontal--nav li .s-cir {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #E3E4E6;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  margin-right: 14px;
  z-index: 2;
}
.step-vertical--nav li .s-text, .step-horizontal--nav li .s-text {
  font-size: 18px;
  color: #999999;
  line-height: 32px;
}
.step-vertical--nav li .s-line, .step-horizontal--nav li .s-line {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #E3E4E6;
}
.step-vertical--nav li.cur .s-cir, .step-horizontal--nav li.cur .s-cir {
  background: #00BF80;
}
.step-vertical--nav li.cur .s-text, .step-horizontal--nav li.cur .s-text {
  color: #666666;
}
.step-vertical--nav li.cur .s-line, .step-horizontal--nav li.cur .s-line {
  background: #00BF80;
}

.step-vertical .step-vertical--con {
  border-left: 1px solid #EDEEF6;
  padding: 0 40px 40px;
}

.form-infor .con-head {
  padding: 32px 0 12px;
  border-bottom: 1px solid #EDEEF6;
  margin-bottom: 24px;
}
.form-infor .con-head .T {
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.form-infor .con-head .T i {
  position: relative;
  top: 4px;
  width: 3px;
  height: 13px;
  background: #0F78E1;
  display: inline-block;
  float: left;
  margin-right: 8px;
  vertical-align: middle;
}

.form-item {
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
}
.form-item .lab {
  text-align: left;
  font-size: 13px;
  color: #999999;
  line-height: 16px;
  margin-bottom: 12px;
}
.form-item .lab .smxx {
  float: left;
}
.form-item .infor {
  height: 36px;
  line-height: 36px;
}
.form-item .chosen-container-single .chosen-single {
  margin-top: -2px;
}

/* 账户信息 */
.account-infor .form-item {
  float: none;
}

/* 注册成功 */
.success-wrap {
  background: #ffffff;
  padding: 140px 0 160px;
}
.success-wrap .succ-words {
  margin-bottom: 12px;
}
.success-wrap .succ-words i {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/icon-big-success.png) no-repeat;
  margin-right: 12px;
}
.success-wrap .succ-words span {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.success-wrap .return-tip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 22px;
  margin-bottom: 24px;
}

/* 个人信息 */
.edit, .save {
  font-size: 12px;
  color: #0F78E1;
  line-height: 20px;
}
.edit i, .save i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-edit.png) no-repeat;
  margin-right: 4px;
}
.edit:hover, .save:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.save i {
  background: url(../images/icon-save.png) no-repeat;
}

.person-message .form-item, .schoolfellow-card .form-item {
  width: 33%;
  margin-right: 0;
}
.person-message .form-item .infor, .schoolfellow-card .form-item .infor, .person-message .form-item .error, .schoolfellow-card .form-item .error, .person-message .form-item .lab .smxx, .schoolfellow-card .form-item .lab .smxx {
  display: none;
}
.person-message .form-item.editOpen, .schoolfellow-card .form-item.editOpen {
  width: auto;
  margin-right: 60px;
}
.person-message .form-item.editOpen .infor, .schoolfellow-card .form-item.editOpen .infor, .person-message .form-item.editOpen .error, .schoolfellow-card .form-item.editOpen .error, .person-message .form-item.editOpen .lab .smxx, .schoolfellow-card .form-item.editOpen .lab .smxx {
  display: block;
}
.person-message .form-item .lab, .schoolfellow-card .form-item .lab {
  margin-bottom: 8px;
}
.person-message .form-item .meg-con, .schoolfellow-card .form-item .meg-con {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 19px;
}
.person-message .infor .chosen-container, .schoolfellow-card .infor .chosen-container {
  width: 200px !important;
}

.schoolfellow-card .infor .chosen-container {
  width: 300px !important;
}

/* 证件信息 */
.main-con--credentials {
  padding: 32px 32px 40px !important;
}
.main-con--credentials .click-upl {
  font-size: 13px;
  color: #0F78E1;
  line-height: 17px;
}
.main-con--credentials .click-upl:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main-con--credentials .bb-line {
  border-bottom: 1px solid #EDEEF6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.main-con--credentials .cre-upload {
  position: relative;
  width: 160px;
  height: 200px;
  overflow: hidden;
  margin-right: 24px;
}
.main-con--credentials .cre-upload .upl-init {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 200px;
  background: #EBF0F5;
  text-align: center;
}
.main-con--credentials .cre-upload .icon-upl {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(../images/upl-default-add.png) no-repeat;
  margin: 48px auto 47px;
}
.main-con--credentials .cre-upload .upl-after {
  position: relative;
  z-index: 2;
  text-align: center;
}
.main-con--credentials .cre-upload .upl-after img {
  display: inline-block;
}
.main-con--credentials .cre-upload .delBox {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #0F78E1;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
}
.main-con--credentials .cre-upload .delBox i {
  position: relative;
  top: 1px;
}
.main-con--credentials .cre-demand dt {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 24px;
}
.main-con--credentials .cre-demand dd {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

.step-horizontal--nav {
  padding: 26px 0 44px;
}
.step-horizontal--nav ul {
  width: 620px;
  margin: 0 auto;
  position: relative;
  left: 52px;
  /* display: flex;
      justify-content: center;
      flex-direction: row; */
}
.step-horizontal--nav li {
  position: relative;
  height: auto;
  width: 136px;
  float: left;
}
.step-horizontal--nav li.s02 {
  height: auto;
  width: 256px;
  padding-top: 0;
  padding-left: 120px;
}
.step-horizontal--nav li .s-cir {
  top: 0;
  left: -16px;
  margin-right: 0;
  margin-top: 6px;
}
.step-horizontal--nav li .s-line {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 15px;
  height: 2px;
  width: 100%;
  background: #E3E4E6;
}
.step-horizontal--nav li .s-text {
  position: relative;
  left: -50%;
  display: block;
  text-align: center;
}
.step-horizontal--nav li.s03 {
  padding-top: 0;
  padding-left: 0px;
}
.step-horizontal--nav li.s03 .s-cir {
  left: 120px;
}
.step-horizontal--nav li.s03 .s-text {
  left: 50%;
}

.find-psw {
  width: 320px;
  margin: 0 auto 26px;
}
.find-psw .infor {
  line-height: auto;
  height: auto;
}
.find-psw .error {
  float: left;
  font-size: 13px;
  color: #FF4433;
  line-height: 16px;
  text-align: left;
  margin-top: 8px;
}
.find-psw input, .find-psw .getCodeBtn {
  height: 40px;
  line-height: 40px;
}
.find-psw input {
  line-height: normal;
  vertical-align: middle;
}
.find-psw .form-item {
  margin-bottom: 24px;
}
.find-psw .form-item .code-box {
  width: 320px;
}
.find-psw .form-item .code-box .disabledButton {
  background: #CBCBCB;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #ffffff;
}
.find-psw .form-item .operaBtn {
  width: 320px;
  border-radius: 4px;
  font-size: 16px;
}
.find-psw .success-wrap {
  padding: 33px 0 120px;
}

@media \0 screen\,screen\	 {
  .inputText, input {
    line-height: 36px;
  }

  .find-psw input {
    line-height: 40px;
  }
}
