a{
  text-decoration: none
}
/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: #fff;
}
.modal__dialog {
     min-width: 352px;
     width: 500px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 3.4rem;
  background: #fff;
 
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
/*.modal__trigger {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
  background: #ffebee;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: #e5d3d6;
}*/
#modal__temp {
  will-change: transform, opacity;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/**
 * Demo specific CSS
 */
body {
  height: 100vh;
  background: #fcfcfc;
}
img {
  max-width: 100%;
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #f44336;
  padding: 3vh 10vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }

}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}
.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.login-bind-tp {
    margin: -5px 8px 30px 5px;
}
.login-bind-tp li a {
    text-align: center;
    display: block;
    color: white;
    padding: 12px 30px 12px 0;
}
.login-bind-tp .qweibo {
    background-color: #3671d2;
    border: 1px solid #136ac1;
    border-radius: 3px;
    margin: 10px 0 25px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
    text-shadow: 0 1px 0 #1a64bf;
    cursor: pointer;
    text-align: left;
    background-color: #369ad2;
}
.login-bind-tp .qweibo em {
    background: url(../img/qq.png) no-repeat;
    background-size: contain;
}

.login-bind-tp .sina em {
    background: url(../img/weibo.png) no-repeat;
    background-size: contain;
}

.login-bind-tp .weixin em {
    background: url(../img/wx.png) no-repeat;
    background-size: contain;
}

.login-bind-tp em {
    padding: 1px 12px;
}
.login-bind-tp .sina {
    background-color: #b9e6eb;
    border: 1px solid #c12f13;
    border-radius: 3px;
    margin: 10px 0 25px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
    text-shadow: 0 1px 0 #921414;
    cursor: pointer;
    text-align: left;
    background-color: #d6514b;
}
.login-bind-tp .weixin {
    border: 1px solid #54c113;
    border-radius: 3px;
    margin: 10px 0 25px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
    text-shadow: 0 1px 0 #921414;
    text-align: left;
    background-color: #41a41a;
}
li{
  list-style-type: none;
}
.lp-comment {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-family: "microsoft yahei";
}
.lp-comment .h2 {
    height: 30px;
    line-height: 30px;
     padding-left: 32px;
    padding-right: 32px;
}
.clr {
    zoom: 1;
    padding-left: 15px;

}
.lp-comment .h2 h2 {
    font-size: 16px;
    color: #31424e;
    font-weight: normal;
    float: left;
}
.clr:after {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    height: 0;
}
.lp-comment .submit {
    position: relative;
    margin: 10px 0 58px 0;
   /* border-bottom: 1px solid #E8E8E8;*/
   /* background: #fcfcfc;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.lp-comment .submit .text {
    padding-left: 0px;
    padding-right: 0px;
}
.lp-comment .submit textarea {
    resize: none;
    display: block;
    height: 60px;
    line-height: 20px;
    color: #5e6b73;
    font-size: 14px;
    padding: 12px 15px;
    width: 100%;
    
    border: 0;
    border: 1px solid #E8E8E8;
}
.con{
  resize: none;
    display: block;
    height: 60px;
    line-height: 20px;
    color: #5e6b73;
    font-size: 14px;
    padding: 12px 15px;
    width: 100%;
    
    border: 0;
    border: 1px solid #E8E8E8;
}
.lp-comment .submit .sub {
    padding: 8px 0 8px 2px;
    font-size: 12px;
    position: relative;
}
.lp-comment span.emotionc {
    font-size: 12px;
    color: #666;
    width: 42px;
    height: 20px;
    background: url(../img/lph-comment-face.gif) no-repeat 2px 2px;
    padding-left: 21px;
    cursor: pointer;
    margin-right: 10px;
}
.lp-comment span.emotionc {
    background: url(../img/face.png) 0 0 no-repeat;
    width: 21px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -999em;
}
.lp-comment .submit .sub input[type=checkbox] {
    vertical-align: middle;
}
.lp-comment .qqFace {
    margin-top: 4px;
    background: #fff;
    padding: 2px;
    border: 1px #dfe6f6 solid;
}
.lp-comment .submit .sub button {
    position: absolute;
    font-family: Microsoft Yahei;
    width: 74px;
    height: 33px;
    line-height: 28px;
    right: 0;
    top: 48px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    margin-right: 0px;
    border:solid 1px #000;
}
.lp-comment .submit .sub button:hover {
    position: absolute;
    font-family: Microsoft Yahei;
     width: 74px;
    height: 33px;
    line-height: 28px;
    right: 0;
    top: 48px;
    text-align: center;
    background: #fff;
    color: #3889c2;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    margin-right: 0px;
    border:solid 1px #3889c2;
}
.lp-comment .words {
    padding-bottom: 0;
     padding-left: 16px;
    padding-right: 16px;
}
.lp-comment .words h3 {
    font-size: 14px;
    color: #999999;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #E8E8E8;
    position: relative;
    margin-top: 4px;
    font-weight: normal;

}
.lp-comment .words h3 strong {
    font-size: 16px;
    color: #738a9a;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.lp-comment .words .comment-say-li {
    padding: 20px 0 8px;
    border-bottom: solid 1px #E6E6E6;
    margin-left: 0px
}
.lp-comment .words .comment-say .csl-img {
    width: 45px;
    float: left;
}
a {
    text-decoration: none;
    color: #333;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.lp-comment .words .comment-say .csl-img img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    vertical-align: top;
}
.lp-comment .words .comment-say .csl-body {
    position: relative;
    padding-left: 60px;
}
.lp-comment .words .comment-say .csl-body .cont {
    color: #666666;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
.lp-comment .words .comment-say .csl-body .cont .des, .lp-comment .jcWords .comment-say .csl-body .cont .des {
    padding: 10px 0 5px 0;
    font-size: 14px;
    color: #5e6b73;
    line-height: 24px;
}
.lp-comment .comment-say .csl-body .opBtn {
    font-size: 12px;
    color: #cccccc;
    height: 14px;
    line-height: 14px;
}
.lp-comment .comment-say .csl-body .opBtn a.respond-coin {
    float: right;
}
.lp-comment .comment-say .csl-body .opBtn a.respond-coin i {
    display: inline-block;
    background: url(../img/yp_spirit.png) no-repeat -130px -270px;
    width: 14px;
    height: 13px;
}
.lp-comment .comment-say .csl-body .opBtn a.respond-coin em {
    color: #aaaaaa;
    font-size: 13px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.lp-comment .comment-say .csl-body .opBtn span {
    padding-right: 5px;
    float: left;
}
.lp-comment .comment-say .csl-body .opBtn .zan {
    display: inline-block;
    float: right;
    position: relative;
    top: -2px;
}
.lp-comment .comment-say .csl-body .zan i {
    display: inline-block;
    cursor: pointer;
    background: url(../img/yp_spirit.png) no-repeat -130px -245px;
    width: 13px;
    height: 13px;
}
.lp-comment .comment-say .csl-body .zan em {
    position: relative;
    top: -1px;
    font-size: 14px;
}
.lp-comment .comment-say .csl-respond {
    padding: 10px 0 0px;
}
.lp-comment .words .comment-say .csl-body .respond-submit {
    display: none;
}
.lp-comment .words .comment-say .csl-body .text {
    position: relative;
}
.lp-comment .words .comment-say .csl-body .sub {
    padding-top: 10px;
}
.lp-comment .words .comment-say .csl-body .text input {
    border-radius: 2px;
    padding-right: 10px;
    height: 37px;
    line-height: 14px;
    font-size: 14px;
    line-height: 37px\9;
    color: #5A5A5A;
    border: solid 1px #EEEEEE;
    background: #F7F7F7;
}
.lp-comment .words .comment-say .csl-body .text .tip {
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 10px;
    left: 10px;
}
.lp-comment .words .comment-say .csl-body .text .tip a {
    padding: 0 5px;
}
.avator{
  margin-left:16px;
}
.time{
  padding-left: 10px
}
.success{
  color:red;
}
.turn-page {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.turn-page a {
    display: inline-block;
    padding: 3px 10px;
    color: #000;
    border: 1px solid #fff;
    margin-right: 10px;
    font-size:16px;
}
.turn-page .current{
  display: inline-block;
  padding:3px 10px;
  margin-right: 10px;
  font-size:16px;
  background: #fff;
  color: #000;
  border:1px solid #000;
}
.turn-page .current.prev{
  color:grey;
  background: none;
  border:none;
}
.turn-page .current.next {
    color: grey;
    background: none;
    border:none;
}
/*face begin*/
.face{width: 390px;
    height: 190px;
    background: #fff;
    padding: 0px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #666;
    position: absolute;
    top: 30px;
    left: 17px;
    display: none;
    z-index: 100;}
.face ul{
    margin-left: 10px
}
.face ul li{width:22px;height:22px; 
        list-style-type:none;/*去掉圆点*/ float:left;
        margin:2px; cursor:pointer;}

.message {
    width: 560px;
    height: 70px;
    margin: 0px auto;
    outline: none;
    border: 1px solid #ddd;
}
.pushweibo{
  display: none
}

.login{
  margin-left: 16px;
  padding:4px 10px;
  background: #00519C;
  color:#fff;
}
.login:hover{
  margin-left: 16px;
  padding:4px 10px;
  background: #00519C;
  color:#fff;
}
@media (max-width: 640px) {
  .lp-comment .submit .text {
    padding:0;
    margin-left: -16px
  }
  .lp-comment .submit .sub {
    padding: 8px 0 8px 0px;
    margin-left: -16px;
  }
  .face {
    width: 361px;
    height: 190px;
    background: #fff;
    padding: 0px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #666;
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 100;
}
.avator{
  margin-left:0px;
}
.lp-comment .submit .sub button{
  margin-right: 0
}
.login{
  margin-left: 0px
}
b, strong {
    font-weight: 500;
}
.jryl-main h2 span {
   /* padding-right: 10px;*/
    font-size: 20px;
    font-weight: 700
}
#xd-time{
  padding-left: 10px
}

}