.comments-container {
  padding: 10px;
  margin-top: -60px;
  background: #fff;
  z-index: 10;position: relative;
}
.comments-container .comments-thead {
  position: relative;
  margin: 0 0 10px;
}
.comments-container .comments-thead dt,
.comments-container .comments-thead dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
}
.comments-container .comments-thead dt {
  color: #000000;
}
.comments-container .comments-thead dd {
  font-size: 18px;
}
.comments-container .comments-thead dd::before {
  content: '(';
}
.comments-container .comments-thead dd::after {
  content: ')';
}
.comments-container .comments-form {
  margin: 0 0 10px;
}
.comments-container .comments-form .form {
  display: block;
}
.comments-container .comments-form .form-item {
  position: relative;
  margin: 0 0 15px;
}
.comments-container .comments-form input[type='radio']{ width: 15px; height: 15px; background: url(../images/r-bg.png) no-repeat center/100%; vertical-align: middle;}
.comments-container .comments-form input[type='radio']:checked{  background: url(../images/r-bg2.png) no-repeat center/100%;}
.comments-container .comments-form .form-text{
  display: flex;
  justify-content: space-between;
}
.w100{ width: 100%; }
.comments-container .comments-form .form-text .label{ width: 30%; font-size: 14px;}
.comments-container .comments-form .form-text .txt,
.comments-container .comments-form .form-text .text {
  display: block;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 20px;
}
.comments-container .comments-form .form-text .text {
  height: 100px;
}
.comments-container .comments-form .form-text .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 40px;
  padding: 0 30px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 0;
  cursor: pointer;
}
.comments-container .comments-form .form-text .submit:hover {
  background: #ca2b2f;
  border-color: #ca2b2f;
  color: #ffffff;
}
.comments-container .comments-form .form-foot {
  position: relative;
  text-align: center;
}
.comments-container .comments-form .form-foot .submit {
  height: 45px;
  padding: 0 50px;
  border: 0;
  background: #ca2b2f;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.comments-container .comments-form .form-foot .submit:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.comments-container .comments-list .item {
  padding: 10px 0;
}
.comments-container .comments-list .head {
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px dashed #dddddd;
}
.comments-container .comments-list .nickname {
  padding: 0 0 0 30px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  background: url(/skin/src/static/images/icon-avatar.png) left center no-repeat;
  background-size: 24px;
  font-size: 16px;
}
.comments-container .comments-list .date {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #999999;
}
.comments-container .comments-list .qustion {
  line-height: 20px;
  margin: 0 0 10px;
}
.comments-container .comments-list .replay p {
  color: #999999;
}
.comments-container .comments-list .replay p::before {
  content: '鍥炵瓟锛?;
  color: #ca2b2f;
}


  .bg-shadow{ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06); background-color: #fff; padding:24px; margin-bottom: 20px; }
  .post_item_pc .user_avatar {  overflow: hidden; border-radius: 3px;}
  .user_avatar .avatar-img { width: 100%;  height: 100%;}
  .msg-list{ margin: 20px 0; }
  .msg-list .item_content { padding-left: 58px;}
  .user_avatar { display: block; width: 42px; height: 42px; border-radius: 3px; float: left; margin-right: -42px;}
  .user_info {  margin-bottom: 10px;}
  .user_info .user_name {font-size: 15px; color: #5a6d96;  float: left;  line-height: 22px; margin-right: 10px; }
  .user_info .public_time { font-size: 12px; color: #b2b2b2;  float: left; line-height: 22px;}
  .desc_para { float: left; font-size: 15px;  line-height: 24px;  word-wrap: break-word; color: #333;}
  .reply{ float: left; width: 100%; background-color: #f8f8f8;padding: 20px; border-radius: 2px; margin-top: 20px; overflow: hidden;}
  .reply .con{ float: left; }
  .reply .reply_content{ padding-left: 58px; }
  .form-text{ font-size: 16px; }

.tc{ text-align: center; }
.rx-container{ background: url(/skin/zt/rexian/images/bg.jpg) no-repeat center bottom/100% auto; padding-bottom: 65px;}
.rx-container .main{ width: 100%; max-width: 750px; min-width: 320px; margin: 0 auto; }
.rx-container .main h2{ font-size: 30px; margin:30px 0 20px 0;}
.rx-container .main h2 span{ border:1px solid #c8161d; color: #c8161d; font-weight: 600; line-height: 1.9px; padding:0 10px;}
.rx-container .main h2 span.s2{ color: #fff; background: #c8161d; }
.rx-container .main .content{ font-size: 20px; line-height:1.8; color: #000; margin-bottom: 30px;}
.rx-container .main img.code{ border:2px solid #d1d1d1; border-radius: 10px; display: block; margin:10px auto 40px auto; width: 60%;  padding:10px; background: #fff; }
.c000{ color: #000!important; }
.c7e{ color: #7e7e7e!important; }
.content-2 ul{ margin:0 20px 0 40px; }
.content-2 li{ background: url(/skin/zt/rexian/images/bg-2.png) repeat-x bottom; padding-bottom: 30px; margin-bottom: 40px; line-height: 1.4;font-size: 16px;}