.nh-checkout-card {
display: inline-block;
    font-size: 0;
     width: 18%;

    margin: 0px 80px 30px 0;
    vertical-align: top;
}
.nh-proj-item .nh-checkout-card:nth-child(4n){
	/* margin-right:0!important; */
}
.nh-checkout-header {
  /* margin-bottom: 20px; */
}

.nh-checkout-title {
       cursor: pointer;
    font-size: 20px;
    color: #444;
    width: 100%;
    line-height: 27px;
}

.nh-checkout-price {
  font-size: 20px;
  color: #444;
}

.nh-checkout-price em {
  color: #f00;
}

.nh-checkout-apply {
  font-size: 20px;
  color: #338afd;
  cursor: pointer;
  border: 1px solid #338afd;
  margin-left: 40px;
  padding: 3px 20px;
  border-radius: 188888px;
}

.nh-checkout-card .nh-checkout-apply:hover {
  color: #fff;
  background-color: #338afd;
}

.nh-checkout-card .nh-checkout-apply.disable {
  border-color: gray;
  color: gray;
  cursor: url('/Platform_N/nhos/images/com/hover_ban.png'), pointer;
}

.nh-checkout-card .nh-checkout-apply.disable:hover {
  color: #fff;
  background-color: gray;
}

.nh-checkout-time {
  font-size: 20px;
  color: #444;
}

.nh-checkout-sense,
.nh-checkout-content {
  font-size: 20px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
}

.nh-checkout-detail {
  position: relative;
}

.nh-cd-btn {
  cursor: pointer;
  font-size: 20px;
  color: #f00;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*弹窗*/
.nh-apply-tips-mack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
}
 
.nh-apply-tips {
    background-color: #F2F2F2;
    padding: 20px;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.nh-apply-tips .close {
    position: absolute;
    color: #fff;
    top: -15px;
    right: -15px;
    font-size: 22px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #b1acac;
    border-radius: 50%;
}
.nh-apply-tips h3 {
    background-color: #0099FF;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 22px;
}
.nh-apply-tips p {
    margin: 20px 0;
}
.nh-apply-tips strong {
    font-weight: 900;
}
.nh-apply-tips li {
    list-style: decimal;
    line-height: 1.5em;
}
.iUl li {
    list-style: none;
}
.iUl>li:nth-child(2n) {
    padding-left: 25px;
    color: #5d5d5d;
}
	
a.guahao {
    width: 120px;
    margin: 20px auto;
    border: 0;
    background: #f19000;
    padding: 8px;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    display: block;
}
ol {
    padding: 16px;
}
/*弹窗end*/