b{font-weight: 700;}
:focus{
  outline: none;
}
.jf-gray{
  color:#999999;
}
.jf-blue{
  color:#36a9e1;
}
.jf-red{
  color:#ff5d10;
}
.jf-yellow{
  color:#ffa244;
}
.mt10{
  margin-top: 10px;
}
.ml10{
  margin-left: 10px;
}
.mr10{
  margin-right: 10px;
}
.offt{
  margin-top: 16px;
}
.fs14{
  font-size: 14px;
}
.fs20{
  font-size: 20px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.tc{
  text-align: center;
}
.tr{
  text-align: right;
}
.tl{
  text-align: left;
}
.btn{
  color:#fff!important;
  display: inline-block;
  text-decoration: none;
}
.btn.btn_middle{
  line-height: 26px;height: 26px;text-decoration: none;
}
.btn.btn-red{
  background-color: #ff8f59;
}
.btn.btn-red:hover{
  background-color: #cc7447;
}

.btn.btn-blue{
  background: #20a1e5;
}
.btn.btn-blue:hover{
  background-color: #157eb7;
}

/*jf-btn*/
.jf-btn{
  border: 1px solid #dcdcdc;
  color: #666666;
  padding: 4px 8px;border-radius: 3px;
}
.jf-btn.btn-blue{
  color:#fff;
  border:1px solid #20a1e5;
  background: #20a1e5;
}
.jf-btn.btn-blue:hover{
  border-color:#157eb7;
  background-color: #157eb7;
}

.pj-dialog{
  font-family: microsoft yahei;
  background-color: #fff;
  border-top:3px solid #36a9e1;
}
.pj-dialog .J_close{
  border:none;
  width:40px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  right: -20px;
  top: -20px;
}
.pj-dialog .pop_top{
  margin:0 10px;line-height: 26px;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}
.pj-dialog .pop_top strong{
  font-size: 16px;font-weight: 400;
}
.pj-dialog .pj-dialog-content{
  padding: 40px;
}
.pj-dialog .actions{
  text-align: center;
}

/*pj-line*/
.pj-line{
  position: relative;
  height: 60px;
  padding-top: 40px;
}
.pj-line .line{
  position: absolute;width:80%;left:10%;top:40px;
}
.pj-line .line-cur{
  height: 12px;
  border-radius: 6px;
  background: #ff5d11;
  background: linear-gradient(to right,#ffa67b,#ff5d11);
  position: absolute;left:0;top:0;width:0%;z-index: 2;
}
.pj-line .line-bg{
  height: 12px;
  border-radius: 6px;
  background: #e5e5e5;
  position: absolute;left:0;top:0;width:100%;z-index: 1;
}
.pj-line .coin{
  width: 32px;height: 32px;margin-left: -16px;
  position: absolute;left:0;top:-30px;z-index: 5;
}
.pj-line .coin .text{
  color:#fff;position: relative;z-index: 2;
  width: 100%;text-align: center;margin-top: 6px;
}
.pj-line .coin .iconfont{
  font-size: 28px;color:#ff5d11;
  width:100%;text-align: center;
  position: absolute;left:0;top:0;z-index: 1;
}
.pj-line .tags{
  position: relative;
  z-index: 3;
}
.pj-line .tag{
  float:left;
  width:20%;
  text-align: center;
  line-height: 20px;
  color:#999999;
}
.pj-line .tag .tag-h{width:1px;margin:0 auto;height: 12px;background-color: #fff;margin-bottom: 4px;}

.pj-line.pj-line-blue .line-cur{
  background: linear-gradient(to right,#8ccff0,#36a9e1);
}
.pj-line.pj-line-blue .coin .iconfont{
  color:#36a9e1;
}

/*pj-table*/
.pj-table{
  text-align: center;
  line-height: 20px;
  color:#999999;
}
.pj-table .pj-table-row{
  overflow: hidden;
  border-bottom: 1px dotted #dcdcdc;
}
.pj-table .pj-table-head{
  background-color: #f8f8f8;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  line-height: 16px;
  color:#666;
}
.pj-table .pj-table-col{
  float:left;padding: 10px 1%;
}
.pj-table .pj-table-col.col-2{
  width:18%;
}
.pj-table .pj-table-col.col-4{
  width:38%;
}
.pj-table .row-main{
  overflow: hidden;
}
.pj-table .row-comment{
  text-align: left;
  background-color: #f8f8f8;
  padding: 10px;
  margin-left: 30px;
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  display: none;
}
.pj-table .row-comment:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  border:10px solid transparent;
  border-bottom-color: #cecece;
}
.pj-table .row-comment:after{
  content: "";
  position: absolute;
  top: -19px;
  left: 10px;
  border:10px solid transparent;
  border-bottom-color: #f8f8f8;
}
.pj-table .row-comment textarea{
  width:98%;line-height: 20px;height: 40px;
  padding: 10px 1%;border-color: #dcdcdc;
}
.pj-table .row-comment .tips{
  margin-top: 6px;
  overflow: hidden;line-height: 26px;
}
.pj-table .content{
  margin-left: 34px;
  text-align: left;
}

/* user-pj */
.user-pj-title{
  background-color: #f8f8f8;
  line-height: 36px;font-size: 14px;color:#666666;
  padding: 0 20px;border-bottom:2px solid #dcdcdc;
}
.user-pj-jf .number{
  float:left;color:#fff;text-align: center;
  width:60px;height: 40px;padding:10px 0;border-radius: 30px;
  background-color: #ff5d10;line-height: 20px;
  margin:20px 0 0 40px;
}
.user-pj-jf .number-blue{
  background-color: #36a9e1;
}
.user-pj-jf .number b{font-size: 18px;}
.user-pj-jf .pj-line{
  margin: 20px 0 0 100px;
}

.user-pj-jf-disabled .number-blue,.user-pj-jf-disabled .number{background-color: #999999;}
.user-pj-jf-disabled .pj-line-blue .coin .iconfont,.user-pj-jf-disabled .pj-line .coin .iconfont{color: #999999;}

.user-jf-table{
  text-align: center;
  width:100%;
  border-spacing: 1px;
  border-collapse: separate;
  margin-top: 20px;
}
.user-jf-table th{
  background-color: #f8f8f8;
  padding: 10px 10px;
}
.user-jf-table td{
  height: auto;
  padding: 10px 10px;
}
.user-jf-table thead th{
  background-color: #eaf6fb;
}
.user-jf-table tbody tr:nth-child(even) > td, .user-jf-table tbody tr:nth-child(even) > th{
  background-color: #f8f8f8;
}


.pj-df-box{
  padding: 16px;
  background-color: #f8f8f8;
  margin: 20px 40px;
}
.pj-df-title{
  height: 20px;line-height: 20px;margin-bottom: 16px;
}
.pj-df-title .fl{
  font-size: 16px;
}
.pj-df-box .star-box{
  margin: 12px 0;
}
.pj-df-box .star-box .iconfont{
  color:#ddd;
  cursor: pointer;
}
.pj-df-box .star-box .text{
  border:1px solid #ddd;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  background-color: #f0f0f0;
  line-height: 14px;
  margin-left: 8px;
}
.pj-df-box .star-box .text:before{
  content: "";
  position: absolute;
  border:4px solid transparent;
  left: -8px;
  top: 4px;
  border-right-color: #ddd;
}
.pj-df-box .star-box .text:after{
  content: "";
  position: absolute;
  border:4px solid transparent;
  left: -7px;
  top: 4px;
  border-right-color: #f0f0f0;
}
.pj-df-box .star-box.fen-1 .active,
.pj-df-box .star-box.fen-2 .active,
.pj-df-box .star-box.fen-3 .active,
.pj-df-box .star-box.fen-4 .active{
  color:#ffa040;
}
.pj-df-box .star-box.fen-5 .active{
  color:#e10404;
}
.pj-df-box .star-box.fen-1 .text,
.pj-df-box .star-box.fen-2 .text,
.pj-df-box .star-box.fen-3 .text,
.pj-df-box .star-box.fen-4 .text{
  color:#ffa040;
  border-color:#ffa040;
  background-color: #fff4e9;
}
.pj-df-box .star-box.fen-5 .text{
  color:#e10404;
  border-color:#e10404;
  background-color: #ffe8e8;
}
.pj-df-box .star-box.fen-1 .text:before,
.pj-df-box .star-box.fen-2 .text:before,
.pj-df-box .star-box.fen-3 .text:before,
.pj-df-box .star-box.fen-4 .text:before{
  border-right-color: #ffa040;
}
.pj-df-box .star-box.fen-5 .text:before{
  border-right-color: #e10404;
}

.pj-df-box .star-multi{
  border-top:1px dashed #ccc;
  overflow: hidden;*zoom:1;
  padding: 10px 0;
}
.pj-df-box .star-comment-table{
  width: 360px;
  margin-top: 10px;
}
.pj-df-box .star-comment-table th{
  padding: 2px 10px;
  border:1px solid #dcdcdc;
  background-color: #eaf6fb;
}
.pj-df-box .star-comment-table td{
  padding: 2px 10px;
  border:1px solid #dcdcdc;
  background-color: #fff;
}
.pj-df-box .star-comment-table input{
  border:none;width:260px;
  padding: 2px;height: 20px;line-height: 20px;
}
.pj-df-box .star-multi .left{float:left;}
.pj-df-box .star-multi .right{float:right;}


.pj-comment-list{
  overflow: hidden;
}
.pj-comment-list .item{
  margin-top: -1px;
  border-top: 1px dotted #dcdcdc;
  margin-top: 20px;
}
.pj-comment-list .comment{
  padding-right: 80px;
  position: relative;
  min-height: 84px;
  margin-top: 16px;
}
.pj-comment-list .content{
  padding: 16px;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-right: 16px;
}
.pj-comment-list .content:before,.pj-comment-list .content:after{
  content:"";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border:10px solid transparent;
}
.pj-comment-list .comment .content:before{
  right: -21px;
  border-left-color: #dedede;
}
.pj-comment-list .comment .content:after{
  right: -19px;
  border-left-color: #f8f8f8;
}
.pj-comment-list .text{
  color: #666666;
  line-height: 24px;
}
.pj-comment-list .actions{

margin-top: 10px;
}
.pj-comment-list .user{
  text-align: center;
  right: 0;
  width: 80px;
  top: 0;
  position: absolute;
}
.pj-comment-list .head{
  width: 46px;
  height: 46px;
  border-radius: 23px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.pj-comment-list .head img{width:100%;height: 100%;}
.pj-comment-list .name{
  margin: 6px 0;
  display: block;
  color: #666;
}
.pj-comment-list .tag{
  color: #ff5d10;
}
.pj-comment-list .re-comment{
  margin-top: 16px;
  position: relative;
  padding-left: 80px;
  min-height: 84px;
}
.pj-comment-list .re-comment .user{
  right: auto;
  left: 0;
}
.pj-comment-list .re-comment .tag{
  color: #36a9e1;
}
.pj-comment-list .re-comment .content:before{
  border-bottom-color: #dedede;
  top: -10px;
}
.pj-comment-list .re-comment .content:after{
  border-bottom-color: #f8f8f8;
  top: -8px;
}

.jf-sleave{
  display: inline-block;
  color: #fff;
  font-style: italic;
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
  background: url(/public/images/jf/jf_sleave.png) no-repeat;
  height: 20px;
  width: 40px;
  vertical-align: top;
}
.js-sleave-2{background-position: -41px 0;}
.js-sleave-3{background-position: -83px 0;}
.js-sleave-4{background-position: -124px 0;}
.jf-info-box{overflow: hidden; padding: 24px;background: url("/public/images/jf/jf_index_line.png") no-repeat 220px 6px #fafafa;}
.jf-info-box .item{
  float:left;
  position: relative;
  padding: 2px 0 2px 50px;
  line-height: 20px;
  margin: 0 54px;
  font-size: 14px;
}
.jf-info-box .j-icons{
  background: url("/public/images/jf/icons.png") no-repeat 0 0 transparent;
  width:40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.jf-info-box .j-i1{
  background-position: -10px -10px;
}
.jf-info-box .j-i2{
  background-position: -60px -10px;
}
.jf-info-box .j-i3{
  background-position: -110px -10px;
}

.jf-progress{

height: 200px;

position: relative;

border: 1px solid #dcdcdc;
}
.jf-progress-line{
  height:100px;position: absolute;left:50%;margin-left:-250px;width: 476px;bottom:30px;z-index: 1;
}
.jf-progress-bg{
  position: absolute;z-index:1;height: 100%;width: 100%;left:0;top:0;
  background: url("/public/images/jf/progress.png") no-repeat -12px 0 transparent;
}
.jf-progress-cur{
  position: absolute;z-index:2;height: 100%;width: 0;left:0;top:0;
  background: url("/public/images/jf/progress.png") no-repeat -12px -94px transparent;
}
.jf-progress-kd{
  position: absolute;
  bottom: 16px;
  z-index:3;
  width: 540px;
  left: 70px;
  text-align: center;
  color: #999;
}
.jf-progress-kd span{
  width:25%;float:left;
}
.jf-progress-tips{
  position: absolute;
  border: 1px solid #dcdcdc;
  padding: 10px;
  left: 0%;
  top: -60px;
  z-index: 3;
  background: #fff;
  border-radius: 5px;
  line-height: 18px;
  width: 98px;
  margin-left: -60px;
}
.jf-progress-tips:before,.jf-progress-tips:after{
  content:"";
  position: absolute;
  border:6px solid transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
}
.jf-progress-tips:before{
  border-top-color: #d0d0d0;
  bottom: -12px;
}
.jf-progress-tips:after{
  border-top-color: #fff;
}

.tag-list{
  font-size: 12px;
  margin-left: 80px;
}
.tag-list .tag{
  display: inline-block;
  border: 1px solid #36a9e1;
  padding: 0 8px;
  line-height: 24px;
  border-radius: 12px;
  position: relative;
  margin-right: 10px;
  cursor: default;
  margin-bottom: 10px;
}
.tag-list .tag a{
  display: none;
  position: absolute;
  top:-10px;
  right: -10px;
  width:20px;
  height: 20px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 10px;
  line-height: 20px;
  color: #ff5d10;
  text-decoration: none;
}
.tag-list .tag:hover a{
  display: block;
}

.tag-list .tag.add-tag{
  border-style: dashed;
}
.tag-list .tag.add-tag input{
  border:none;width:60px;font-size: 12px;
  height: 24px;line-height: 24px;
}
div.tag-list .tag{
  border-color:#999;
  color:#999;
}

.page-yzk .tab-nav a.active{color:#ff5d10;}
.page-yzk .tab-nav a.active:after{background-color:#ff5d10;}


