.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.ipt-error {
  border: 1px solid red !important;
}
.ipt-res {
  border: 1px solid green !important;
}
.text-err {
  color: red;
}
.container {
  flex-direction: inherit;
}
.container .blog-left {
  width: 880px;
  margin-right: 70px;
  float: left;
}
.container .blog-left ul li {
  margin-bottom: 30px;
}
.container .blog-title {
  font-size: 28px;
  font-family: OpenSans;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.container .blog-center {
  width: 880px;
  border-top: 2px solid #f0866e;
}
.container .blog-center-date {
  width: 80px;
  height: 210px;
  margin-top: -1px;
  float: left;
  border-top: 6px solid #f0866e;
}
.container .blog-center-date h6 {
  text-align: center;
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 400;
  color: #666666;
}
.container .blog-center-info {
  width: 730px;
  margin-left: 30px;
  float: left;
  border-bottom: 1px solid #d5d5d5;
}
.container .reviews-content {
  word-wrap: break-word;
}
.container .blog-center-info span {
  display: inline-block;
  font-size: 16px;
  font-family: OpenSans;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.container .info-text {
  width: 733px;
  font-size: 16px;
  font-family: OpenSans;
  font-weight: 400;
  color: #444444;
  line-height: 30px;
}
.container .info-text p {
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .blogshare span {
  display: inline-block;
  margin-right: 30px;
}
.container .reviews {
  margin-left: 113px;
  width: 730px;
  border-bottom: 1px solid #d5d5d5;
}
.container .reviews h2 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-family: OpenSans;
  font-weight: 400;
  padding-left: 10px;
  color: #202020;
  border-left: 8px solid #f0866e;
}
.container .reviews .js-loding {
  margin-left: 40px;
}
.container .reviews .reviews ul li {
  height: 80px;
  border: 1px solid;
}
.container .reviews .reviews-user {
  width: 50px;
  height: 50px;
  text-align: center;
}
.container .reviews .reviews-user p {
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.container .reviews .reviews-info {
  width: 583px;
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-left: 80px;
  margin-top: -58px;
}
.container .reviews .reviews-date {
  font-size: 12px;
  font-family: OpenSans;
  font-weight: 400;
  color: #bbbbbb;
}
.container .reviews .info-btn {
  width: 200px;
  height: 40px;
  border: 1px solid #202020;
  background: #ffffff;
  font-size: 18px;
  font-family: OpenSans;
  font-weight: 400;
  color: #202020;
  line-height: 40px;
  cursor: pointer;
  margin-left: 80px;
  margin-top: 30px;
}
.container .reviews .info-btn:hover {
  background: #f54337;
  color: #ffffff;
  border: 1px solid #f54337;
}
.container .leavereply {
  margin-left: 113px;
  margin-top: 35px;
}
.container .leavereply h2 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-family: OpenSans;
  font-weight: 400;
  padding-left: 10px;
  color: #202020;
  border-left: 8px solid #f0866e;
}
.container .leavereply h6 {
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 400;
  color: #999999;
}
.container .leavereply b {
  color: red;
}
.container .leavereply .reply-form {
  margin-left: 15px;
}
.container .leavereply .reply-form label {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-family: OpenSans;
  font-weight: 400;
}
.container .leavereply .reply-form label b {
  color: red;
  font-weight: bold;
}
.container .leavereply .reply-form input {
  width: 460px;
  height: 26px;
  border: 1px solid #d5d5d5;
  padding: 0 5px;
  margin-left: 20px;
  cursor: pointer;
}
.container .leavereply .reply-form #textarea {
  resize: none;
  display: block;
  width: 460px;
  padding: 5px 5px;
  margin-left: 105px;
  margin-top: -20px;
  padding: 0 5px;
  cursor: pointer;
}
.container .leavereply .reply-form p {
  margin-left: 100px;
}
.container .leavereply .reply-name {
  margin-left: 5px;
}
.container .blog-right {
  width: 440px;
  float: left;
}
.container .blog-right .blog-right-border {
  border: 1px solid #d5d5d5;
  -moz-box-shadow: 5px 5px 2px #d6d6d6;
  /* 老的 Firefox */
}
.container .blog-input {
  width: 330px;
  height: 40px;
  border: 1px solid #666666;
  border-radius: 20px;
  text-align: center;
  margin: 30px 50px 20px;
  cursor: pointer;
}
.container .blog-input input {
  width: 235px;
  margin-left: 18px;
  height: 35px;
  padding: 0 5px;
  outline: none;
  cursor: pointer;
  border: 0;
}
.container .blog-input label {
  width: 61px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-left: 1px solid #666666;
  border-radius: 0px 20px 20px 0px;
}
.container .blog-input label img {
  position: relative;
  top: 5px;
}
.container .blog-popular {
  margin: 0 50px;
}
.container .popular-hot {
  color: #e6421c !important;
}
.container .blog-popular-list li {
  width: 320px;
  cursor: pointer;
  margin-bottom: 40px;
}
.container .blog-popular-list li a {
  font-size: 16px;
  font-family: OpenSans;
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: #666666;
  text-align: left;
}
.container .blog-popular-list li a:hover {
  color: #f54337;
  text-decoration: underline;
}
.container .blog-popular-list li h2 {
  text-align: left;
  font-size: 18px;
  font-family: OpenSans;
  font-weight: 400;
  color: #202020;
  border-bottom: 1px solid #f0866e;
  margin-bottom: 10px;
}
.container .reply-sub {
  width: 120px;
  height: 30px;
  font-size: 12px;
  font-family: OpenSans;
  font-weight: 400;
  background: #e7421c;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  margin-left: 120px;
  margin-top: 20px;
  border: 1px solid transparent;
}
