/* 遮罩层 */
.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;
}
.big-content {
  *zoom: 1;
}
.big-content:before,
.big-content:after {
  content: " ";
  display: table;
}
.big-content:after {
  clear: both;
}
.alert {
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-fixedTop {
  position: fixed;
  top: -100px;
  left: 20%;
  width: 60%;
  z-index: 1100;
  -webkit-transition: top 0.8s ease-out;
  -moz-transition: top 0.8s ease-out;
  -ms-transition: top 0.8s ease-out;
  -o-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out;
}
.alert-fixedTop.show {
  top: 10px;
}
.alert-fixedTop .re-time {
  float: right;
}
/* [v-cloak] {
    display: none
} */
.fix-anchor {
  position: relative;
  top: -60px;
  display: block;
  height: 1px;
  width: 1px;
  z-index: -1;
}
/**************头部****************/
.detail-home-left {
  width: 1180px;
  float: left;
}
.detail-home-right {
  float: right;
  width: 300px;
  margin-top: 20px;
}
.hint {
  font-size: 12px;
  color: #999;
}
.common-head {
  *zoom: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  margin-top: 20px;
  padding: 30px;
  background: #fff;
}
.common-head:before,
.common-head:after {
  content: " ";
  display: table;
}
.common-head:after {
  clear: both;
}
.common-head .info-l {
  position: relative;
  float: left;
  width: 510px;
  height: 340px;
  background-size: 100% 100%;
  padding: 30px;
  color: #fff;
}
.common-head .info-l .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.common-head .info-l .tag-name {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  z-index: 1;
}
.common-head .info-l .bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.common-head .info-l .bottom > p {
  font-size: 24px;
  margin-bottom: 26px;
}
.common-head .info-l .bottom > p em {
  font-weight: bold;
  margin-right: 3px;
  font-size: 36px;
}
.common-head .info-l .bottom .action-bar {
  margin-top: 40px;
  font-size: 16px;
}
.common-head .info-l .bottom .action-bar span {
  margin-right: 40px;
  cursor: pointer;
}
.common-head .info-l .bottom .action-bar i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.common-head .info-r {
  position: relative;
  float: right;
  width: 900px;
  height: 340px;
}
.common-head .info-r .title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 64px;
}
.common-head .info-r .phases-line {
  height: 4px;
}
.common-head .info-r .phases-line .line {
  position: relative;
  float: left;
  width: 33.33%;
  height: 4px;
  background: #eee;
}
.common-head .info-r .phases-line .line.finish {
  background-color: #e59400;
}
.common-head .info-r .phases-line .line .sing {
  position: absolute;
  top: -8px;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e59400;
  background: #fff;
  z-index: 10;
}
.common-head .info-r .phases-line .line .sing i {
  display: block;
  width: 8px;
  height: 8px;
  background: #e59400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px auto;
}
.common-head .info-r .phases-line .line .sing.s1 {
  left: 0;
  right: auto;
}
.common-head .info-r .phases-line .line .now {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #e59400;
  left: 0;
}
.common-head .info-r .phases-line .line .now img {
  position: absolute;
  top: 0;
  right: -2px;
}
.common-head .info-r .phases-line .txt {
  position: absolute;
  top: 20px;
  right: 10px;
}
.common-head .info-r .phases-line .txt.t2,
.common-head .info-r .phases-line .txt.t3 {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.common-head .info-r .phases-line .txt.t1 {
  right: auto;
  left: 0;
}
.common-head .info-r .phases-line .txt.t4 {
  right: 0;
}
.common-head .info-r .bottom-con {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  background: #f8f8f8;
  height: 150px;
  font-size: 16px;
}
.common-head .info-r .bottom-con .hint {
  color: #999;
  font-size: 16px;
}
.common-head .info-r .bottom-con .l-con {
  position: absolute;
  left: 20px;
  top: 30px;
  padding-top: 10px;
  border-right: 1px solid #ccc;
  width: 180px;
  padding-left: 5px;
  height: 90px;
}
.common-head .info-r .bottom-con .r-con {
  margin-left: 200px;
  height: 90px;
  padding-top: 12px;
  padding-left: 30px;
}
.common-head .info-r .bottom-con .r-con .menu {
  position: relative;
  margin-top: 18px;
  padding-bottom: 12px;
  cursor: default;
}
.common-head .info-r .bottom-con .r-con .menu:hover .list {
  display: block;
}
.common-head .info-r .bottom-con .r-con .list {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 18px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
}
.common-head .info-r .bottom-con .r-con .list > i {
  position: absolute;
  top: -12px;
  left: 152px;
  color: #fff;
}
.common-head .info-r .bottom-con .r-con .list .item {
  white-space: nowrap;
  line-height: 40px;
}
.common-head .info-r .bottom-con .r-con .list .item em {
  color: #e59400;
}
.common-head .info-r .bottom-con .r-con .s1 {
  color: #e59400;
}
.common-head .info-r .bottom-con .r-con .s1 i {
  margin-left: 5px;
  font-size: 12px;
}
.common-head .info-r .bottom-con .price {
  font-size: 24px;
  color: #e59400;
  margin-bottom: 10px;
}
.common-head .info-r .bottom-con .btn {
  float: right;
  margin-top: 13px;
  display: inline-block;
  text-align: center;
  width: 132px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}
.common-head .info-r .bottom-con .btn.disabled {
  background: #999;
}
.common-head .info-r .bottom-con .btn.disabled {
  background: #999;
}
.share-modal,
.apply-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.share-modal > div,
.apply-modal > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
}
.share-modal .alert-title,
.apply-modal .alert-title {
  height: 59px;
  line-height: 58px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding: 0 20px;
}
.share-modal .alert-title .close-btn,
.apply-modal .alert-title .close-btn {
  cursor: pointer;
}
.share-modal .alert-title .close-btn:hover,
.apply-modal .alert-title .close-btn:hover {
  color: #999;
}
.share-modal .share-box {
  width: 590px;
}
.share-modal .share-box .content {
  text-align: center;
}
.share-modal .share-box .content input {
  text-align: left;
}
.share-modal .share-box .list {
  *zoom: 1;
  padding-left: 20px;
  margin-top: 20px;
}
.share-modal .share-box .list:before,
.share-modal .share-box .list:after {
  content: " ";
  display: table;
}
.share-modal .share-box .list:after {
  clear: both;
}
.share-modal .share-box .list li {
  float: left;
  width: 180px;
}
.share-modal .share-box .top {
  height: 100px;
  margin-bottom: 10px;
}
.share-modal .share-box .ico {
  position: relative;
  top: 20px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 60px;
  cursor: pointer;
}
.share-modal .share-box .ico i {
  font-size: 30px;
  color: #fff;
}
.share-modal .share-box #wxCode img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.share-modal .share-box .ico-blue {
  background: #30A5DD;
}
.share-modal .share-box .ico-orange {
  background: #EA5D5C;
}
.share-modal .share-box .copy-url {
  position: relative;
  *zoom: 1;
  padding: 30px 20px;
}
.share-modal .share-box .copy-url:before,
.share-modal .share-box .copy-url:after {
  content: " ";
  display: table;
}
.share-modal .share-box .copy-url:after {
  clear: both;
}
.share-modal .share-box .copy-url .copy-success {
  display: none;
  position: absolute;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 0;
  left: 350px;
}
.share-modal .share-box .copy-url input {
  width: 450px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px;
  line-height: 24px;
  float: left;
}
.share-modal .share-box .copy-url .btn {
  float: right;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.share-modal .share-box .copy-url .btn.disabled {
  background: #999;
}
.apply-modal {
  overflow: auto;
}
.apply-modal .alert-title > p {
  float: left;
}
.apply-modal .apply-box {
  position: relative;
  width: 590px;
}
.apply-modal .apply-box .content {
  padding: 0 20px 20px;
}
.apply-modal .apply-box .item {
  padding-left: 113px;
  position: relative;
  margin-top: 24px;
}
.apply-modal .apply-box .item.lh40 {
  line-height: 40px;
}
.apply-modal .apply-box .item.lh30 {
  line-height: 30px;
}
.apply-modal .apply-box .item.lh30 li {
  min-width: 100px;
  text-align: center;
}
.apply-modal .apply-box .item.lh30 li:nth-child(-n+3) {
  margin-top: 0;
}
.apply-modal .apply-box .item > label {
  position: absolute;
  left: 0;
  padding-left: 9px;
}
.apply-modal .apply-box .item.must0 > label:after {
  display: block;
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
  color: #FF3333;
  font-size: 16px;
}
.apply-modal .apply-box input[type="radio"] {
  vertical-align: middle;
  margin-right: 3px;
}
.apply-modal .apply-box input[type="text"],
.apply-modal .apply-box input[type="number"],
.apply-modal .apply-box select {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}
.apply-modal .apply-box select {
  color: #666;
}
.apply-modal .apply-box select option {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-modal .apply-box textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: none;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  display: block !important;
}
.apply-modal .apply-box input[type="file"] {
  width: 204px;
  display: none;
}
.apply-modal .apply-box .radio {
  margin-right: 30px;
}
.apply-modal .apply-box .item-year .year-inner {
  position: relative;
  width: 100px;
}
.apply-modal .apply-box .item-year .year-inner input {
  padding-right: 40px;
}
.apply-modal .apply-box .item-year .year-inner span {
  position: absolute;
  right: 16px;
  top: 0;
}
.apply-modal .apply-box .hint {
  line-height: 20px;
}
.apply-modal .apply-box .sel-res {
  *zoom: 1;
}
.apply-modal .apply-box .sel-res:before,
.apply-modal .apply-box .sel-res:after {
  content: " ";
  display: table;
}
.apply-modal .apply-box .sel-res:after {
  clear: both;
}
.apply-modal .apply-box .sel-res:nth-child(n+1) {
  min-height: 30px;
}
.apply-modal .apply-box .sel-res li {
  position: relative;
  float: left;
  max-width: 130px;
  padding-right: 26px;
  padding-left: 6px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  margin-top: 15px;
  background: #FDE5F3;
  color: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.apply-modal .apply-box .sel-res li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-modal .apply-box .sel-res li i {
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: 0;
}
.apply-modal .apply-box .null-data {
  color: #999;
}
.apply-modal .apply-box .null-data a {
  color: #e59400;
}
.apply-modal .apply-box .btns {
  text-align: right;
  margin-top: 10px;
}
.apply-modal .apply-box .btns .btn {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.apply-modal .apply-box .btns .btn.disabled {
  background: #999;
}
.apply-modal .apply-box .item-remarks .inner {
  position: relative;
}
.apply-modal .apply-box .item-remarks .inner .count {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.apply-modal .apply-box .item-remarks .inner .count .len {
  color: #e59400;
}
@media screen and (max-width: 1520px) {
  .detail-home-left {
    width: 880px;
  }
  .common-head .info-r {
    width: 600px;
  }
}
/***********************右边栏****************/
.employer-info-con {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  background: #fff;
}
.employer-info-con .top-title {
  height: 53px;
  line-height: 52px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  padding-left: 20px;
}
.employer-info-con .title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.employer-info-con .base-info {
  padding: 20px;
}
.employer-info-con .base-info .title span {
  color: #999;
  font-size: 14px;
  font-weight: 100;
}
.employer-info-con .base-info .tags {
  margin-top: 8px;
  *zoom: 1;
  color: #09BB07;
}
.employer-info-con .base-info .tags:before,
.employer-info-con .base-info .tags:after {
  content: " ";
  display: table;
}
.employer-info-con .base-info .tags:after {
  clear: both;
}
.employer-info-con .base-info .tags .tag {
  display: inline-block;
  margin-top: 10px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 6px;
  border: 1px solid #09BB07;
  cursor: pointer;
}
.employer-info-con .base-info .tags .tag:nth-child(2n) {
  margin-left: 6px;
}
.employer-info-con .more-info {
  padding: 0 20px 10px 20px;
}
.employer-info-con .more-info p {
  padding-bottom: 13px;
  color: #999;
}
.employer-info-con .more-info p span {
  color: #E59400;
}
.employer-info-con .more-info .title {
  padding-top: 18px;
  border-top: 1px dashed #ddd;
  font-size: 16px;
  color: #333;
}
.employer-info-con .more-info .font_family {
  color: #999;
}
.employer-info-con .more-info .font_family.stars {
  color: #FFD800;
}
.detail-home-right .help {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  position: relative;
  margin-top: 20px;
  height: 208px;
  background: url("/static/img/newdesign/task2/bg_01.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.detail-home-right .help .btn {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  color: #EE6A82;
  bottom: 20px;
  left: 30px;
}
.detail-home-right .help .btn.disabled {
  background: #999;
}
.detail-home-right .aside-banner {
  margin-top: 20px;
}
.detail-home-right .aside-banner img {
  width: 100%;
}
.item-hjgs {
  padding: 0 !important;
  margin-top: 20px;
}
.item-hjgs .row {
  *zoom: 1;
}
.item-hjgs .row:before,
.item-hjgs .row:after {
  content: " ";
  display: table;
}
.item-hjgs .row:after {
  clear: both;
}
.item-hjgs .col {
  float: left;
}
.item-hjgs .col:nth-child(1) {
  width: 46%;
}
.item-hjgs .col:nth-child(2) {
  width: 40%;
}
.item-hjgs .col:nth-child(3) {
  width: 13%;
}
.item-hjgs .profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}
.item-hjgs .tb-hade .row {
  padding: 0 155px;
  line-height: 64px;
}
.item-hjgs .tb-body .row {
  margin: 0 155px;
  line-height: 80px;
  border-bottom: 1px dashed #ccc;
}
.item-hjgs .tb-body .row:last-child {
  border-bottom: none;
}
.item-hjgs .tb-body .col {
  padding-right: 5px;
  min-height: 30px;
}
.item-hjgs .tb-body .col:nth-child(2) {
  color: #666;
}
.item-hjgs .tb-body .col:nth-child(3) {
  color: #e59400;
  font-weight: bold;
}
.item-hjgs .tb-body .name {
  display: inline-block;
  vertical-align: bottom;
  max-width: 56%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-hjgs .tb-body .evelIco {
  position: relative;
  width: 16px;
  top: 3px;
  margin-left: 3px;
}
.item-hjgs .no-prize {
  height: 160px;
  padding: 60px;
  text-align: center;
  line-height: 40px;
  color: #ccc;
}
/***********************企业评分****************/
.rate-list {
  margin-top: 20px;
}
.rate-warp {
  padding: 10px 100px;
}
.rate-warp textarea {
  height: 70px;
}
.rate-warp > .item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dashed #ddd;
}
.rate-warp > .item:last-child {
  border-bottom: none;
}
.rate-warp .no-rate-msg {
  padding: 120px 0;
  text-align: center;
}
.rate-warp .no-rate-msg p {
  color: #999;
}
.rate-warp .no-rate-msg .btns {
  margin-top: 30px;
}
.rate-warp .no-rate-msg .btns .btn {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.rate-warp .no-rate-msg .btns .btn.disabled {
  background: #999;
}
.rate-warp .u-card {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
}
.rate-warp .u-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.rate-warp .cz-con {
  margin-left: 60px;
}
.rate-warp .cz-info {
  *zoom: 1;
}
.rate-warp .cz-info:before,
.rate-warp .cz-info:after {
  content: " ";
  display: table;
}
.rate-warp .cz-info:after {
  clear: both;
}
.rate-warp .cz-info .col-l {
  width: 50%;
}
.rate-warp .cz-info .col-r > div {
  line-height: 30px;
}
.rate-warp .cz-info .col-r > div > * {
  margin-bottom: 20px;
}
.rate-warp .cz-info .col-r > div > *:last-child {
  margin-bottom: 0;
}
.rate-warp .cz-info .star-l {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 130px;
}
.rate-warp .cz-info .star-l .title {
  font-size: 16px;
  font-weight: bold;
}
.rate-warp .cz-info .star-l .star-count {
  font-size: 24px;
  color: #e59400;
  font-weight: bold;
}
.rate-warp .cz-info .star-l .star {
  position: relative;
  float: left;
  height: 16px;
  width: 120px;
  margin-left: 5px;
  margin-top: 7px;
}
.rate-warp .cz-info .star-l .star div {
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  background: url("/static/img/small-pic/small_png/stars_02.png") no-repeat left center;
}
.rate-warp .cz-info .star-l .star .light {
  background-image: url("/static/img/small-pic/small_png/stars_11.png");
  z-index: 10;
}
.rate-warp .cz-info .star-r {
  float: left;
}
.rate-warp .cz-info .star-r i {
  color: #ccc;
}
.rate-warp .cz-info .star-r .item {
  margin-bottom: 20px;
  *zoom: 1;
}
.rate-warp .cz-info .star-r .item:before,
.rate-warp .cz-info .star-r .item:after {
  content: " ";
  display: table;
}
.rate-warp .cz-info .star-r .item:after {
  clear: both;
}
.rate-warp .cz-info .star-r .item > div {
  float: left;
}
.rate-warp .cz-info .star-r .title {
  margin-right: 30px;
}
.rate-warp .cz-info .star-r .stars {
  margin-right: 20px;
}
.rate-warp .cz-info .star-r .stars i {
  margin-right: 4px;
}
.rate-warp .cz-info .star-r .stars.s5 i:nth-child(-n + 5) {
  color: #e59400;
}
.rate-warp .cz-info .star-r .stars.s4 i:nth-child(-n + 4) {
  color: #e59400;
}
.rate-warp .cz-info .star-r .stars.s3 i:nth-child(-n + 3) {
  color: #e59400;
}
.rate-warp .cz-info .star-r .stars.s2 i:nth-child(-n + 2) {
  color: #e59400;
}
.rate-warp .cz-info .star-r .stars.s1 i:nth-child(-n + 1) {
  color: #e59400;
}
.rate-warp .base-info {
  margin-bottom: 20px;
}
.rate-warp .base-info .tags {
  *zoom: 1;
}
.rate-warp .base-info .tags:before,
.rate-warp .base-info .tags:after {
  content: " ";
  display: table;
}
.rate-warp .base-info .tags:after {
  clear: both;
}
.rate-warp .base-info .tags .tag {
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
  padding: 0 14px;
  line-height: 24px;
  border: 1px solid #333;
  border-radius: 12px;
}
.rate-warp .cz-name {
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}
.rate-warp .time {
  color: #999;
}
.rate-warp .pub-content {
  min-height: 24px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  margin-top: 10px;
  color: #666;
}
.rate-warp .rgt {
  margin-top: 10px;
}
.rate-warp .rgt .time {
  margin-right: 40px;
}
.rate-warp .rgt .re-btn,
.rate-warp .rgt .good-btn {
  cursor: pointer;
  margin-right: 30px;
}
.rate-warp .rgt .re-btn:hover,
.rate-warp .rgt .good-btn:hover {
  opacity: .8;
}
.rate-warp .handle-bar {
  height: 30px;
  margin: 20px 0;
  line-height: 30px;
}
.rate-warp .re-input {
  margin-top: 10px;
}
.rate-warp .re-input .handle-bar {
  margin-bottom: 0;
}
.rate-warp .lzl-name {
  color: #0D70A3;
}
.rate-warp .re-list {
  position: relative;
  margin-top: 20px;
  padding: 0 18px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.rate-warp .re-list:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 15px;
  height: 10px;
  background: url(/static/img/small-pic/small_png/arrows-up-01.png) no-repeat;
}
.rate-warp .re-list .shrink {
  color: #0000FF;
  text-align: right;
  padding-bottom: 10px;
}
.rate-warp .re-list .shrink span {
  cursor: pointer;
}
.rate-warp .re-list .shrink i {
  font-size: 12px;
}
.rate-warp .lzl-item {
  padding: 15px 0;
  border-bottom: dashed 1px #999;
}
.rate-warp .lzl-item:last-child {
  border-bottom: none;
}
.rate-warp .lzl-item .re-btn {
  float: right;
  color: #e59400;
}
.rate-warp .input-wrap {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rate-warp textarea {
  border: none;
  padding: 10px;
  height: 70px;
  resize: none;
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
.rate-warp .submit-btn {
  display: inline-block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #e59400;
  border-radius: 3px;
  cursor: pointer;
  background-color: #e59400;
  float: right;
  min-width: 80px;
}
.rate-warp .submit-btn.disabled {
  background: #999;
}
@media screen and (max-width: 1520px) {
  .rate-warp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .rate-warp .cz-info .col-l {
    width: 48%;
  }
}
/***********************原commonHeader.css未删部分****************/
.rw-plan-right {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.rw-plan-right.disabled {
  background: #999;
}
.rw-plan-right.disabled {
  background: #999;
}
#toolbar-share li a::before {
  font-size: 24px;
}
.right-item1,
.right-item2,
.right-item3 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #333;
  position: relative;
}
.right-item1 .right-title,
.right-item2 .right-title,
.right-item3 .right-title {
  border-bottom: solid 1px #ddd;
  padding-left: 20px;
  line-height: 50px;
  height: 50px;
}
.right-item1 .other-work {
  padding: 20px;
  font-size: 14px;
  position: relative;
}
.right-item1 .other-work ul li {
  float: left;
  position: relative;
  color: black;
  width: 30px;
}
.right-item1 .other-work ul li:first-of-type {
  margin-left: 10px;
}
.other-work ul li a::before {
  font-size: 30px;
  border-radius: 50%;
  z-index: 9999;
  color: #333;
}
.other-work ul::after {
  content: "";
  display: block;
  clear: both;
}
#originality-share > div {
  /* width: 65px; */
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.other-work .iden-btn-sr {
  display: block;
  font-size: 20px;
  cursor: pointer;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  margin: 10px 0;
}
.other-work {
  text-align: center;
}
.other-work .btn-bottom > a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 115px;
  text-align: center;
  background: #dddddd;
  color: #666666;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}
.other-work .btn-bottom > div:nth-of-type(1) {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 115px;
  text-align: center;
  background: #dddddd;
  color: #666666;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}
/*雇主信息*/
.right-item2 .employer-info {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.employer-info .employer-img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.employer-info > div > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.employer-title > p {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 205px;
}
.employer-title > span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 8px;
  background-color: #fcba07;
  border-radius: 10px;
  color: #fff;
}
.employer-title > span img {
  height: 14px;
  vertical-align: middle;
}
.employer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.employer-bottom > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.employer-bottom > div p {
  margin-top: 5px;
  color: #37a234;
  font-size: 14px;
}
.employer-bottom > div i {
  color: #37a234;
  font-size: 25px;
}
.right-item3 .info-download {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  position: relative;
  height: 100px;
}
.right-item3 .info-download p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
}
.right-item3 .info-download a {
  display: block;
  font-size: 14px;
  height: 30px;
  width: 98px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #333;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50px;
  color: #333;
}
/*tab切换*/
.three-tab {
  min-height: 324px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
}
.three-tab .tab-key {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #ddd;
  background: #fff;
  box-shadow: 0px 0px 5px -5px rgba(4, 0, 0, 0.1);
}
.three-tab .tab-key li {
  display: inline-block;
  height: 47px;
  min-width: 120px;
  padding: 0 10px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  z-index: 99;
  cursor: pointer;
}
.three-tab .tab-key li a {
  display: block;
}
.three-tab .tab-key .tabActive {
  font-weight: bold;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 3px solid #e59400;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #e59400;
}
.three-tab .tab-key .tabActive a {
  color: #e59400;
}
.three-tab .tab-content {
  width: 100%;
  min-height: 300px;
}
.three-tab .tab-content > li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
}
.three-tab .tab-content > li.apply-list,
.three-tab .tab-content > li.comment-list,
.three-tab .tab-content > li.rate-list {
  padding: 0;
}
.aDetail img {
  max-width: 100%;
}
.maoLJ {
  margin-top: 80px;
}
/********************************************************************************/
.myTouGao {
  min-height: 200px;
}
.tab-content {
  background: #f9f9f9;
}
.tab-content .top-title {
  height: 54px;
  border-bottom: 1px solid #eee;
  line-height: 53px;
  padding-left: 30px;
  font-size: 16px;
}
.tab-content .apply-list {
  padding: 0;
  margin-top: 20px;
}
.tab-content .apply-list .null-msg {
  text-align: center;
  padding: 20px;
}
.tab-content .apply-list .list {
  padding: 0 50px 10px;
}
.tab-content .apply-list .item {
  position: relative;
  height: 80px;
  line-height: 40px;
  padding: 20px 30px;
}
.tab-content .apply-list .item .mark-lt {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
}
.tab-content .apply-list .item > div {
  float: left;
}
.tab-content .apply-list .item .grid1 {
  width: 32%;
  padding-right: 20px;
  line-height: normal;
}
.tab-content .apply-list .item .grid4 {
  width: 24%;
  text-align: right;
  height: 40px;
  overflow: hidden;
}
.tab-content .apply-list .item .grid2,
.tab-content .apply-list .item .grid3 {
  width: 22%;
  height: 40px;
}
.tab-content .apply-list .item .user {
  position: relative;
  padding-right: 22px;
  padding-left: 57px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.tab-content .apply-list .item .profile {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.tab-content .apply-list .item .evelIco {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  margin-top: -9px;
}
.tab-content .apply-list .item + .item {
  height: 81px;
  position: relative;
}
.tab-content .apply-list .item + .item:after {
  display: block;
  content: '';
  height: 1px;
  background: url(/static/img/images/dashed.png) repeat;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.tab-content .comment-list {
  margin-top: 20px;
}
.tab-content .comment-list .comment {
  padding: 20px;
}
.tab-content .comment-list .comment .area-wrap {
  position: relative;
}
.tab-content .comment-list .comment .area-wrap .count {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.tab-content .comment-list .comment .area-wrap .count .len {
  color: #e59400;
}
.tab-content .comment-list .comment textarea {
  background: #fff;
}
.sel-content {
  background: #fff;
  padding: 20px 100px;
}
@media screen and (max-width: 1520px) {
  .sel-content {
    padding: 20px 50px;
  }
}
.sel-content .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.sel-content .title:before {
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #e59400;
}
.sel-content .null-msg {
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #ccc;
}
.sel-content .list li {
  padding-top: 20px;
  position: relative;
  padding-left: 80px;
}
.sel-content .list li + li {
  position: relative;
}
.sel-content .list li + li:after {
  display: block;
  content: '';
  height: 1px;
  background: url(/static/img/images/dashed.png) repeat;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sel-content .list li .profile {
  position: absolute;
  top: 20px;
  left: 0;
}
.sel-content .list li .profile img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sel-content .list li .sel-btn {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #e59400;
  color: #e59400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.sel-content .list li .sel-btn:hover,
.sel-content .list li .sel-btn.active {
  background: #e59400;
  color: #fff;
}
.sel-content .list li .first-row {
  *zoom: 1;
  display: block;
  margin-bottom: 18px;
}
.sel-content .list li .first-row:before,
.sel-content .list li .first-row:after {
  content: " ";
  display: table;
}
.sel-content .list li .first-row:after {
  clear: both;
}
.sel-content .list li .first-row .user-name {
  float: left;
  margin-right: 30px;
  max-width: 240px;
  min-width: 102px;
  font-size: 16px;
  font-weight: bold;
}
.sel-content .list li .first-row .user-name .inner {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sel-content .list li .first-row .user-name .inner .ico {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sel-content .list li .first-row .user-name .inner img {
  width: 16px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.sel-content .list li .first-row .time {
  float: left;
}
.sel-content .list li .infos {
  padding-left: 130px;
}
.sel-content .list li .row {
  margin-bottom: 18px;
  position: relative;
  line-height: 20px;
}
.sel-content .list li .row p {
  min-height: 20px;
}
.sel-content .list li .row .tl {
  position: absolute;
  left: -130px;
  color: #999;
}
.sel-content .list li .row .works {
  color: #1E8AEE;
}
.sel-content .list li .row a {
  color: #1E8AEE;
  text-decoration: underline;
}
.task-flow {
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
}
.task-flow > .title {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  height: 54px;
  line-height: 53px;
  padding-left: 28px;
}
.task-flow .list {
  *zoom: 1;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  font-size: 0;
}
.task-flow .list:before,
.task-flow .list:after {
  content: " ";
  display: table;
}
.task-flow .list:after {
  clear: both;
}
.task-flow .list li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  padding-left: 24px;
}
.task-flow .list li .ico img {
  max-width: 50px;
  margin-bottom: 12px;
}
.task-flow .list li .txt {
  position: relative;
}
.task-flow .list li .txt span {
  position: absolute;
  left: -24px;
  top: 0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e59400;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}
.task-flow .list li .txt p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}
.task-flow .list li .txt .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}
.task-flow .list li + li {
  margin-left: 130px;
}
.task-flow .list li + li .next {
  position: absolute;
  width: 130px;
  height: 100%;
  left: -130px;
  top: 3px;
  background: url("/static/img/newdesign/task2/ico_05.png") no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1520px) {
  .task-flow .list li + li {
    margin-left: 100px;
  }
  .task-flow .list li + li .next {
    width: 100px;
    left: -100px;
  }
}
.task-flow .list li + li .arrows {
  position: absolute;
  color: #999;
  width: 12px;
  height: 20px;
  left: 0;
  top: 12px;
  font-size: 18px;
}
.task-flow .list .item1 .ico {
  width: 45px;
  height: 56px;
  background-position: -180px 0;
}
.task-flow .list .item2 .ico {
  width: 45px;
  background-position: -224px 0;
}
.task-flow .list .item3 .ico {
  width: 42px;
  background-position: -137px 0;
}
.task-flow .list .item4 .ico {
  width: 45px;
  background-position: -45px 0;
}
.task-flow .list .item5 .ico {
  width: 36px;
  background-position: -5px 0;
}
.task-flow .list .item6 .ico {
  width: 45px;
  background-position: -90px 0;
}
.item-info-info .red {
  border: solid #E59400 1px;
  color: #E59400;
}
.item-info-info .info-there {
  z-index: 10;
}
/****************下载下拉框*******************/
.down-list {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  color: #333;
  background: #fff;
  min-width: 150px;
  padding-bottom: 10px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.1);
  z-index: 10;
  font-size: 14px;
  cursor: default;
}
.down-list .item {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.down-list .item a {
  color: #1E8AEE;
}
.down-list .item a:hover {
  opacity: .8;
}
.down-list .item-title {
  border-bottom: 1px solid #eee;
  height: 41px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
/*# sourceMappingURL=detail-head.css.map */