body {
  background: #F6F6F8;
}
.top-head-wrap {
  background-image: linear-gradient(#ffffff, #ededed);
}
.top-head-wrap .top-head {
  position: relative;
  padding-right: 580px;
  height: 333px;
}
.top-head-wrap .top-head .cover {
  position: absolute;
  width: 460px;
  height: 333px;
  right: 0;
  top: 0;
}
.top-head-wrap .top-head .cover .def {
  width: 100%;
  height: 100%;
}
.top-head-wrap .top-head .cover .info {
  padding-top: 50px;
  color: #666;
  text-align: right;
  font-size: 16px;
}
.top-head-wrap .top-head .cover .info .tag {
  margin: 15px 0;
  display: inline-block;
  padding: 0 12px;
  min-width: 150px;
  height: 46px;
  color: #f79400;
  border: 2px solid #f79400;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top-head-wrap .top-head .cover .info .tag.s2 {
  color: #4c8a75;
  border-color: #4c8a75;
}
.top-head-wrap .top-head .cover .info .tag.s3 {
  color: #1c1c1c;
  border-color: #1c1c1c;
}
.top-head-wrap .top-head .cover .info .tag.s4,
.top-head-wrap .top-head .cover .info .tag.s5 {
  color: #817de9;
  border-color: #817de9;
}
.top-head-wrap .top-head .cover .info .user {
  margin-bottom: 20px;
}
.top-head-wrap .top-head .cover .info .user img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.top-head-wrap .top-head .cover .info .user a {
  color: #666;
}
.top-head-wrap .top-head .cover .info .tr i {
  margin-right: 5px;
  font-size: 18px;
}
.top-head-wrap .top-head .cover .lock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("/img/99logo/ico/lock.png") no-repeat;
  background-position: center center;
  background-size: 60px 76px;
  cursor: pointer;
}
.top-head-wrap .info-l {
  position: relative;
  width: 580px;
  height: 333px;
}
.top-head-wrap .info-l .logo-name {
  padding-top: 20px;
  font-size: 30px;
  line-height: 1;
  min-height: 55px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-head-wrap .info-l .time {
  color: #666;
  font-size: 16px;
}
.top-head-wrap .fllow-chart {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 30px;
  height: 54px;
}
.top-head-wrap .fllow-chart .names {
  *zoom: 1;
}
.top-head-wrap .fllow-chart .names:before,
.top-head-wrap .fllow-chart .names:after {
  content: "";
  display: table;
}
.top-head-wrap .fllow-chart .names:after {
  clear: both;
}
.top-head-wrap .fllow-chart .item {
  float: left;
  width: 100px;
  color: #999;
  font-size: 16px;
  line-height: 1;
}
.top-head-wrap .fllow-chart .item:nth-child(2) {
  text-align: center;
  margin-left: 4px;
}
.top-head-wrap .fllow-chart .item:nth-child(3),
.top-head-wrap .fllow-chart .item:nth-child(4) {
  text-align: center;
  margin-left: 36px;
}
.top-head-wrap .fllow-chart .item:nth-child(5) {
  float: right;
  text-align: right;
}
.top-head-wrap .fllow-chart .item.active {
  color: #333;
}
.top-head-wrap .fllow-chart .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 8px;
}
.top-head-wrap .fllow-chart .progress .line {
  float: left;
  position: relative;
  width: 137px;
  height: 2px;
  background: #C7C7C7;
}
.top-head-wrap .fllow-chart .progress .line.active {
  background: #ff507c;
}
.top-head-wrap .fllow-chart .progress .line.active img {
  position: absolute;
  top: -12px;
  left: -5px;
  width: 26px;
  z-index: 9;
}
.top-head-wrap .fllow-chart .progress .line.active .last {
  left: auto;
  right: 0;
  top: -12px;
}
.top-head-wrap .fllow-chart .progress .line.next i:first-child {
  width: 26px;
  height: 26px;
  background: #fff;
  border: 6px solid #ff507c;
  top: -12px;
  left: -5px;
}
.top-head-wrap .fllow-chart .progress .line:last-child {
  margin-right: 0;
}
.top-head-wrap .fllow-chart .progress .line i {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #C7C7C7;
  border-radius: 50%;
  top: -7px;
  left: 0;
  z-index: 5;
}
.top-head-wrap .fllow-chart .progress .line i.active {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 5px solid #ff507c;
}
.top-head-wrap .fllow-chart .progress .line .last {
  left: auto;
  right: 0;
}
.top-head-wrap .fllow-chart .progress .limit {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -25px;
  left: 9px;
  font-size: 12px;
  color: #666;
}
.top-head-wrap .lock {
  color: #999;
  font-size: 20px;
}
.top-head-wrap .btns .btn {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #ff507c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.top-head-wrap .btns .btn.disabled {
  background: #999;
}
.top-head-wrap .btns .btn + .now {
  margin-left: 20px;
}
.top-head-wrap .btns .now {
  display: inline-block;
  color: #666;
}
.top-head-wrap .btns .now img {
  width: 24px;
}
.top-head-wrap .btns .now em {
  color: #ff507c;
  font-weight: bold;
}
.top-head-wrap .tab-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  *zoom: 1;
}
.top-head-wrap .tab-bar:before,
.top-head-wrap .tab-bar:after {
  content: "";
  display: table;
}
.top-head-wrap .tab-bar:after {
  clear: both;
}
.top-head-wrap .tab-bar .tab {
  float: left;
  margin-right: 75px;
  color: #666;
  padding-bottom: 16px;
  font-size: 16px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.top-head-wrap .tab-bar .tab i {
  font-size: 14px;
  color: #999;
}
.top-head-wrap .tab-bar .tab:last-child {
  margin-right: 0;
}
.top-head-wrap .tab-bar .tab.active {
  border-color: #ff507c;
  color: #333;
}
.top-head-wrap .copy {
  position: absolute;
  right: -620px;
  bottom: 15px;
  width: 38px;
  height: 38px;
  background: #E1E1DF;
  border-radius: 5px;
  line-height: 38px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
.top-head-wrap .copy:hover {
  background: #9c9c9c;
}
.top-head-wrap .copy img {
  width: 24px;
}
.top-head-wrap .copy .copy-success {
  display: none;
  position: absolute;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  top: 5px;
  left: -85px;
  z-index: 999;
}
.tab-fix-wrap.pofix {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: 0;
  width: 100% ;
  box-shadow: 0px 14px 13px 0px rgba(0, 0, 0, 0.14);
  z-index: 9999;
}
.tab-fix-wrap.pofix .inner {
  position: relative;
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}
.tab-fix-wrap.pofix .tab-bar {
  left: 40px;
  width: 600px;
}
.tab-fix-wrap.pofix .btns,
.tab-fix-wrap.pofix .lock {
  position: absolute;
  bottom: 15px;
  right: 60px;
}
.tab-fix-wrap.pofix .copy {
  right: 0;
}
.tab-fix-wrap.pofix .tab-bar {
  float: left;
}
.sec-con {
  margin-bottom: 30px;
  margin-top: 21px;
  min-height: 500px;
}
.sec-con.sec1 {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.sec-con.sec2 {
  margin-bottom: 150px;
}
.info-bar {
  position: relative;
  height: 46px;
  background: #ff507c;
  padding: 10px;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  border-radius: 5px;
}
.info-bar em {
  font-weight: bold;
  text-decoration: underline;
  padding: 0 6px;
}
.info-bar i {
  margin-right: 3px;
  font-size: 18px;
  vertical-align: middle;
}
.info-bar .action-r {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 46px;
  width: 196px;
  background: #FF81A1;
  color: #fff;
  text-align: center;
}
.info-bar .action-r em {
  font-weight: bold;
  cursor: pointer;
}
.info-bar.bar2 {
  background: #434343;
  color: #fff;
}
.info-bar.bar2 .ico-lock {
  width: 16px;
  margin-right: 10px;
}
.info-bar.bar2 .action-r {
  background: #ff507c;
  cursor: pointer;
}
.info-bar.bar2 .action-r i {
  margin-right: 5px;
}
.tab2-foot-bar {
  background: #fff;
}
.tab2-foot-bar .hint {
  font-size: 16px;
  color: #666;
}
.tab2-foot-bar .inner {
  position: relative;
  padding: 10px 0;
}
.tab2-foot-bar .end-btn {
  position: absolute;
  bottom: 12px;
  right: 0;
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #ff507c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.tab2-foot-bar .end-btn.disabled {
  background: #999;
}
.tab2-foot-bar .author-list {
  *zoom: 1;
  width: 960px;
  height: 95px;
  overflow: hidden;
}
.tab2-foot-bar .author-list:before,
.tab2-foot-bar .author-list:after {
  content: "";
  display: table;
}
.tab2-foot-bar .author-list:after {
  clear: both;
}
.tab2-foot-bar .author {
  float: left;
  margin-top: 12px;
  position: relative;
  width: 62px;
  margin-right: 18px;
}
.tab2-foot-bar .author img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.tab2-foot-bar .author i {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tab2-foot-bar .author p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.dialog-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.dialog-modal .dialog-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  min-width: 450px;
}
.dialog-modal .box-title {
  position: relative;
  height: 55px;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
}
.dialog-modal .box-title i {
  position: absolute;
  line-height: 30px;
  top: 12px;
  right: 12px;
  color: #999;
  cursor: pointer;
}
.dialog-modal .body {
  padding: 20px 30px;
}
.dialog-modal .body .txt {
  min-height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.dialog-modal .foot-btn {
  margin-top: 30px;
  text-align: center;
}
.dialog-modal .foot-btn .btn {
  display: inline-block;
  text-align: center;
  width: 118px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #ff507c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.dialog-modal .foot-btn .btn.disabled {
  background: #999;
}
.dialog-modal .foot-btn .btn + .btn {
  margin-left: 15px;
}
.dialog-modal .foot-btn .btn.grey {
  background: #A3B7BF;
}
.pay-ifr-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.pay-ifr-model .ifr-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  height: 355px;
}
.invite-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.invite-modal .invite-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 0;
  width: 520px;
}
.invite-modal .invite-box .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999;
  cursor: pointer;
}
.invite-modal .title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  padding: 0 30px 20px;
}
.invite-modal .title .hint {
  font-size: 14px;
  color: #999;
}
.invite-modal .body {
  padding: 30px 30px;
}
.invite-modal textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px 12px;
  height: 120px;
}
.invite-modal .btns {
  text-align: center;
}
.invite-modal .btns .btn {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #ff507c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.invite-modal .btns .btn.disabled {
  background: #999;
}
.invite-modal .btns .btn + .btn {
  margin-left: 20px;
}
.invite-modal .invite-done {
  padding: 30px 40px;
}
.invite-modal .invite-done .top {
  position: relative;
  text-align: center;
}
.invite-modal .invite-done .top .ico-done {
  font-size: 60px;
  color: #ff507c;
  vertical-align: middle;
  margin-right: 20px;
}
.invite-modal .invite-done .top .done-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: bold;
}
.invite-modal .invite-done .top .info {
  color: #666;
  font-size: 20px;
}
.invite-modal .invite-done .top .info em {
  color: #ff507c;
}
.invite-modal .invite-done .close-btn {
  margin-top: 40px;
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff507c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.invite-modal .invite-done .close-btn.disabled {
  background: #999;
}
.tab2-foot-bar.pofix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.img-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-modal .imgs {
  position: relative;
  margin: 0 auto;
  height: 90%;
  top: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-modal img {
  max-height: 100%;
  max-width: 90%;
}
.img-modal .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
  color: #eee;
  z-index: 9;
}
.img-modal .close-btn:hover {
  color: #bbb;
}
.img-modal .switch-btn .btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-modal .switch-btn .btn i {
  font-size: 30px;
  color: #fff;
}
.img-modal .switch-btn .btn.disabled {
  opacity: .3;
}
.img-modal .switch-btn .prev {
  left: 50px;
}
.img-modal .switch-btn .next {
  right: 50px;
}
.lock-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.lock-modal .lock-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  min-width: 480px;
}
.lock-modal .title {
  height: 55px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lock-modal .title i {
  float: right;
  color: #999;
  cursor: pointer;
}
.lock-modal .body {
  padding: 20px;
  text-align: center;
}
.lock-modal .body .code img {
  width: 240px;
}
.lock-modal .body p {
  margin-top: 5px;
  margin-bottom: 12px;
  color: #999;
  font-size: 16px;
}
/*# sourceMappingURL=detail.css.map */