.softwarejs .title {
    position: relative;
  
  }
  
  
  /* ÆÀÂÛ */
  
  .comment_num {
    position: absolute;
    right: 0;
    right: 16px;
    bottom: 10px;
    color: #333;
  }
  
  .net-content {
    margin: 20px 0;
    overflow: hidden;
    padding: 0 20px;
  }
  
  input.net-comment {
    width: 100%;
    height: 46px;
    border: 1px solid #4c9ad9;
    border-radius: 4px;
    text-indent: 2em;
    box-sizing: border-box;
  }
  input.net-comment:focus { outline: none; }
  input.net-comment::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px;
  }
  
  .net-content .net-sub {
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin: 12px 0;
    background: #fff;
    border: 1px solid #4c9ad9;
    border-radius: 3px;
    color: #4c9ad9;
    font-size: 14px;
    box-sizing: border-box;
    cursor: default;
  }
  
  .comment {
    /* position: relative; */
    width: 100%;
    clear: both;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .comment .content-com {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
  }
  
  .comment .content-com:last-child {
    border: none;
  }
  
  .comment .content-com .user-con {
    width: 58px;
    float: left;
    box-sizing: border-box;
  }
  
  .comment .content-com .user-con img {
    width: 58px;
    border-radius: 50%;
  }
  
  .comment .content-com .info-con {
    width: 100%;
    padding-left: 70px;
    padding-right: 10px;
    box-sizing: border-box;
    /* margin-top: 20px; */
  }
  
  .comment .content-com .info-con .user-name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  
  .comment .content-com .info-con .time {
    margin: 4px 0;
    color: #999;
    font-size: 12px;
  }
  
  .comment .content-com .info-con .text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    /* margin-bottom: 10px; */
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  
  .comment .content-com .dzan {
    position: absolute;
    right: 10px;
    top: 1px;
    width: 18px;
    background: url(../image/nzan.png) no-repeat;
    background-size: 14px 14px;
    padding-left: 18px;
  }
  
  .comment .content-com .dzan .num {
    color: #999;
    font-size: 12px;
    line-height: 18px;
  }
  
  .comment .content-com .active {
    background: url(../image/yzan.png) no-repeat;
    background-size: 14px 14px;
    background-position: 0 1px;
  }
  
  .comment .content-com .active .num {
    color: #4c9ad9;
    font-size: 12px;
    line-height: 18px;
  }
  
  .comment .plnum {
    padding-left: 10px;
    color: #4c9ad9;
    font-size: 16px;
  }
  
  .an-comment {
    padding-left: 70px;
    padding-right: 10px;
    margin-top: 10px;
  }
  
  .an-comment .content-com {
    position: relative;
    padding: 10px 10px 0;
    background: #f5f5f5;
    border-bottom: none;
    /* margin:0; */
  }
  
  .an-comment .content-com .user-con {
    width: 48px;
    float: left;
    padding-left: 0;
    box-sizing: border-box;
  }
  
  .an-comment .content-com .info-con {
    margin: 0;
  }
  
  .an-comment .content-com .user-con img {
    width: 100%;
    border-radius: 50%;
  }
  
  .an-comment .content-com .info-con .time {
    margin: 2px 0;
    color: #999;
    font-size: 12px;
  }
  
  .an-comment .content-com .info-con .text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: justify;
  }
  
  .an-comment .content-com .info-con .text .a-name {
    color: #4c9ad9;
  }
  
  .an-comment .content-com .replay {
    top: 10px;
    /* right: 54px; */
  
    right: 10px;
    /* padding-right: 18px; */
    color: #4c9ad9;
  }
  
  .an-comment .content-com .dzan {
    top: 11px;
    right: 0;
  }
  
  .an-comment button.rpl-btn {
    margin-bottom: 10px;
    margin-top: 2px;
  }
  
  .comment-box {
    position: fixed;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    margin: 18px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .comment-box input {
    width: 100%;
    height: 36px;
    background: #f2f2f2;
    line-height: 36px;
    text-indent: 1em;
    color: #666;
  }
  
  .net-register {
    width: 64px;
    height: 30px;
    float: right;
    margin: 12px 20px 12px 0;
    border: 1px solid #4c9ad9;
    border-radius: 3px;
    background: #fff;
    color: #4c9ad9;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Î¢ÈíÑÅºÚ';
  }
  
  .replay {
    position: absolute;
    right: 64px;
    right: 20px;
    /* top: 0px; */
    top: 20px;
    font-size: 14px;
    color: #999;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4c9ad9;
  }
  
  .replay-box {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .replay-con {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #4c9ad9;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
  }
  .replay-con:focus{
    outline: none; 
  }
  
  button.rpl-btn {
    width: 46px;
    height: 26px;
    background: #4c9ad9;
    color: #fff;
    font-size: 12px;
    border: none;
    text-align: center;
    float: right;
    line-height: 26px;
    border-radius: 4px;
    margin-top: 2px;
  }
  
  /* µÇÂ¼ÕÚÕÖ²ã */
  .replyCover {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
  }
  
  /* µÇÂ¼Ä£Ì¬¿ò */
  .loginBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    margin: auto;
  
    background-color: #ffffff;
    width: 623px;
    height: 636px;
    width: 384px;
    height: 474px;
    background: url('http://resource.yesky.com/TLimages2009/yesky/images/article_comment/loginBox.png') no-repeat left top;
    background-size: cover;
    border-radius: 17px;
    /* font-size: 0;
      text-align: center; */
  }
  
  
  .lbTop {
    /* float: left; */
    width: 100%;
  }
  
  .lbCon {
    font-size: 0;
    text-align: center;
    margin-top: -18px;
    width: 100%;
    padding: 0 27px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  
  
  .lbTitle {
    padding: 0 43px;
  }
  
  .lbTitle {
    border-bottom: 1px solid #e2e2e2;
    height: 15px;
    margin-bottom: 15px;
    /* padding: 0 27px; */
    /* box-sizing: content-box; */
  }
  
  .lbTitle span {
    /* font-size: 30px; */
    font-size: 20px;
    line-height: 30px;
    color: #7d7d7e;
    /* letter-spacing: 6px; */
    letter-spacing: 3px;
    background-color: #ffffff;
    padding: 0 30px;
    padding: 0 15px;
  }
  
  .loginWays {
    margin-top: 53px;
    margin-top: 40px;
  }
  
  .loginWays ul {
    list-style: none;
  }
  
  .loginWays ul li {
    /* height: 81px;
      line-height: 81px; */
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    font-size: 20px;
    color: #7e7e7e;
    width: 309px;
    width: 209px;
    border-radius: 40px;
    border-radius: 27px;
    margin: 24px auto;
  }
  
  .loginWays ul li img {
    width: 40px;
  }
  
  .loginWays ul li:first-child {
    border: 2px solid #feaa84;
  }
  
  .loginWays ul li:nth-child(2) {
    border: 2px solid #b1cfff;
  }
  
  .loginWays ul li:nth-child(3) {
    border: 2px solid #80d474;
  }
  
  .loginWays ul li img {
    vertical-align: middle;
  }
  
  .loginWays ul li span {
    margin-left: 22px;
    margin-left: 15px;
  }
  
  .closeBtn {
    font-style: normal;
    color: #7e7e7e;
    font-size: 40px;
    font-size: 30px;
    line-height: 30px;
    float: right;
    padding: 27px 30px 0 0;
    padding: 19px 15px 0 0;
  }
  
  .loginLogo {
    margin-top: 23px;
    margin-left: 31px;
    margin-top: 13px;
    margin-left: 15px;
  }
  
  .loginIcon {
    /* width: 129px;
      height: 111px; */
    width: 100px;
    height: 86px;
    margin: 0 auto;
    /* margin-bottom: 37px; */
    margin-bottom: 27px;
    display: block;
  }
  
  .auditing {
    width: 358px;
    height: 216px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    margin: auto;
    border-radius: 10px;
    display: none;
    box-shadow: #dadada 0px 0px 13px 6px;
  }
  
  .auditing img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
  }
  /* ÍøÓÑÆÀÂÛ */
  .wypl .net-content {
    padding: 0px;
}
  .wypl .net-content input.net-comment {
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(83, 181, 93);
    border-image: initial;
}
.wypl .net-content .net-register {
    width: 75px;
    height: 28px;
    font-size: 14px;
    color: rgb(83, 181, 93);
    line-height: 26px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(83, 181, 93);
    border-image: initial;
    margin: 17px 23px 12px 0px;
}
.wypl .net-content .net-sub {
    width: 75px;
    height: 28px;
    font-size: 14px;
    color: rgb(83, 181, 93);
    line-height: 26px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(83, 181, 93);
    border-image: initial;
    margin: 17px 0px 12px;
}
.wypl .title .comment_num {
    font-size: 14px;
    color: rgb(40, 40, 40);
    margin-top: 10px;
    position: static;
}
.wypl .title .comment_num .comment_count {
    color: rgb(41, 137, 255);
    font-weight: 500;
    margin: 0px 3px;
}
.wypl .net-content .net-register:hover {
    color: rgb(255, 255, 255);
    background: rgb(83, 181, 93);
}
.wypl .net-content .net-sub:hover {
    color: rgb(255, 255, 255);
    background: rgb(83, 181, 93);
}
.wypl .comment {
    padding: 0px;
}