/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
.main-banner {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.main-banner .banner-con {
  position: relative;
  height: 260px;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center center;
  background-size: 1920px 260px;
}
.main-banner .banner-con {
  height: 260px;
  background: url("/static/img/newdesign/task/invite_bg01.png") center center / 1920px 260px no-repeat;
  -webkit-background-size: 1920px 260px;
  background-size: 1920px 260px;
}
.head-wrap {
  position: absolute;
  width: 100%;
  top: 197px;
}
.head-info {
  padding: 20px 20px 15px;
  margin: 0 auto;
  *zoom: 1;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.head-info:before,
.head-info:after {
  content: " ";
  display: table;
}
.head-info:after {
  clear: both;
}
.head-info .base-info {
  width: 450px;
  float: left;
}
.head-info .top-info {
  position: relative;
  padding-left: 140px;
}
.head-info .top-info .profile {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  top: -80px;
}
.head-info .top-l {
  position: relative;
  top: -5px;
}
.head-info .top-l .tags .tag + .tag {
  margin-left: 30px;
  position: relative;
}
.head-info .top-l .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 4px;
  left: -7px;
}
.head-info .top-l .tags .tag {
  color: #999;
}
.head-info .top-l .tags .tag + .tag:before {
  left: -15px;
}
.head-info .top-l .name {
  font-size: 18px;
  font-weight: bold;
}
.head-info .top-l .item2 {
  margin-top: 8px;
}
.head-info .top-l em {
  color: #333;
  font-weight: bold;
}
.head-info .top-l .js_description {
  color: #999;
  margin-top: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-info .bot-info {
  margin-top: 10px;
}
.head-info .bot-info .item {
  position: relative;
  padding-left: 80px;
  line-height: 22px;
}
.head-info .bot-info .item .title {
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
.head-info .bot-info .item p {
  min-height: 22px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.head-info .r-info {
  float: left;
  width: 440px;
  padding-left: 20px;
}
.head-info .r-info .item {
  position: relative;
  padding-left: 75px;
  line-height: 19px;
  max-height: 38px;
  min-height: 19px;
  overflow: hidden;
}
.head-info .r-info .item:first-child {
  margin-bottom: 15px;
}
.head-info .r-info .item .title {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.head-info .r-btns {
  float: right;
  margin-top: 22px;
}
.head-info .r-btns .btn {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.head-info .r-btns .btn.disabled {
  background: #999;
}
.main {
  margin-top: 80px;
}
.main .sel-list {
  *zoom: 1;
  margin: 0 auto;
}
.main .sel-list:before,
.main .sel-list:after {
  content: " ";
  display: table;
}
.main .sel-list:after {
  clear: both;
}
.main .sel-list .content {
  width: 590px;
  height: 660px;
  background: #fff;
  float: left;
}
.main .sel-list .content:before {
  display: block;
  content: '';
  height: 0;
  border-width: 6px 6px 0;
  border-style: solid dashed dashed dashed;
  border-color: #e59400;
  border-left-color: transparent;
  border-right-color: transparent;
}
.main .sel-list .content .btn {
  display: inline-block;
  text-align: center;
  width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.main .sel-list .content .btn.disabled {
  background: #999;
}
.main .sel-list .content .btn.disabled {
  background: #999;
}
.main .sel-list .content .wrap {
  padding: 0 50px;
}
.main .sel-list .m-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.main .sel-list .m-title:after {
  position: absolute;
  display: block;
  content: '';
  height: 20px;
  width: 100%;
  background: #e59400;
  opacity: .2;
  top: 10px;
}
.main .sel-list .chart-list {
  margin: 28px 0;
}
.main .sel-list .chart-list .list1 {
  margin-bottom: 40px;
}
.main .sel-list .chart-list .list1 .chart:nth-child(4) {
  padding-right: 0;
}
.main .sel-list .chart-list .list1 .chart:nth-child(4):after {
  display: block;
  content: '';
  position: absolute;
  bottom: -40px;
  background: url(/static/img/newdesign/task2/ico_08.png) no-repeat;
  background-position: center center;
  height: 40px;
  width: 100%;
}
.main .sel-list .chart-list .list2 .chart:after {
  transform: rotate(90deg);
}
.main .sel-list .chart {
  position: relative;
  float: left;
}
.main .sel-list .chart.next {
  padding-right: 83px;
}
.main .sel-list .chart.next:after {
  display: block;
  content: '';
  width: 83px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/static/img/newdesign/task2/ico_08.png) no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}
.main .sel-list .chart .ico {
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
  background: url("/static/img/newdesign/task/ico_10.png") no-repeat center;
  background-size: 100%;
}
.main .sel-list .chart8 {
  width: 72px;
  text-align: center;
}
.main .sel-list .chart2 .ico {
  background-image: url("/static/img/newdesign/task/ico_11.png");
}
.main .sel-list .chart3 .ico {
  background-image: url("/static/img/newdesign/task/ico_12.png");
}
.main .sel-list .chart4 .ico {
  background-image: url("/static/img/newdesign/task/ico_13.png");
}
.main .sel-list .chart5 .ico {
  background-image: url("/static/img/newdesign/task/ico_14.png");
}
.main .sel-list .chart6 .ico {
  background-image: url("/static/img/newdesign/task/ico_15.png");
}
.main .sel-list .chart7 .ico {
  background-image: url("/static/img/newdesign/task/ico_16.png");
}
.main .sel-list .chart8 .ico {
  background-image: url("/static/img/newdesign/task/ico_17.png");
}
.main .sel-list .con2 {
  float: right;
}
.main .sel-list .con2:before {
  border-top-color: #e59400;
}
.main .sel-list .con2 .list {
  margin: 28px 0 0;
  height: 188px;
}
.main .sel-list .con2 .list p {
  margin-bottom: 19px;
}
.main .sel-list .con2 .list p i {
  color: #e59400;
}
.main .sel-list .con2 .btn {
  background-color: #e59400;
}
.main .sel-list .explain {
  margin-top: 26px;
}
.main .sel-list .explain .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.main .sel-list .explain p {
  color: #666;
  margin-bottom: 8px;
  line-height: 22px;
}
.ifr-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.ifr-modal .ifr_wrap {
  position: relative;
  margin: 0 auto;
  margin-top: -260px;
  top: 50%;
}
.footer {
  margin-top: 50px;
}
@media screen and (min-width: 1521px) {
  .head-info {
    padding-left: 100px;
    padding-right: 100px;
  }
  .head-info .r-info {
    width: 580px;
  }
  .main .sel-list .content {
    width: 740px;
  }
  .main .sel-list .content .chart-list .next {
    padding-right: 130px;
  }
  .main .sel-list .content .chart-list .next:after {
    width: 130px;
  }
}
/*# sourceMappingURL=invite.css.map */