/*blogs style*/
.bold, .b-d-w .b-a-right h2, .more-options .more-tit, .b-d-w .b-content .b-c-detailed h2, .b-d-w .b-tit, .p-i.single h2 {
  font-weight: 700;
}

.semibold, .b-d-w .b-a-right .author-panel .n .name, .d-r-content .r-c-right span, .b-c-l-h {
  font-weight: 600;
}

.youtube-embed-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  margin-top: 30px;
}
.youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  margin-top: 0;
}
.youtube-embed-wrapper .youtube-embed-wrapper {
  margin: 0;
}

.b-tp .b-tp-w {
  height: 700px;
  position: relative;
  overflow: hidden;
  background: #fff no-repeat center/cover;
  max-width: 1920px;
  margin: auto;
  display: none;
}
.b-tp .b-tp-w:first-child {
  display: block;
}
.b-tp .style1 {
  color: #fff;
}
.b-tp .style2 {
  color: #333;
}
.b-tp .caption {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-tp .caption h1 {
  font-size: 50px;
  line-height: 1.2;
}
.b-tp .caption p {
  font-size: 16px;
  line-height: 1.75;
  margin: 22px 0 0;
}

.b-d-w {
  width: 800px;
  margin: 55px auto;
  color: #222;
}

.b-d-w h1 {
  font-size: 35px;
  line-height: 1.3;
}

.b-d-w .btn,
.b-d-w button {
  text-transform: none;
}

.b-d-w h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 50px;
}

.b-d-w ul {
  list-style: disc;
  padding-left: 25px;
}

.b-d-w article,
.b-d-w.cke_editable {
  font-size: 17px;
  line-height: 27px;
}

.b-d-w img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-d-w p {
  margin-top: 20px;
}

.b-d-w .min-imgs {
  margin: 5px -15px 0;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.b-d-w .min-imgs .item {
  float: left;
  width: 20%;
  padding: 15px;
}

.b-d-w .min-imgs img {
  border: 1px solid #ececec;
}

.b-d-w .img-line {
  text-align: center;
}

.cke_editable .edited_element:not([contenteditable=false]) {
  outline: 1px dashed #999;
}
.cke_editable *[contenteditable=false] .edited_element {
  outline: none;
}
.cke_editable .d-r-more {
  overflow: hidden;
}
.cke_editable .d-r-more .more-lis {
  display: block;
  float: left;
  width: 158px;
  margin: 1px;
  padding: 0 19px 19px;
  text-align: center;
}
.cke_editable .d-recommendations + .d-recommendations {
  border-top: 2px solid #333;
}
.cke_editable .d-r-contents .d-r-content + .d-r-content {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #333;
}

.b-r-product {
  margin-top: 30px;
}

.b-r-product h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.b-r-product .product-list {
  margin: 0 -13px;
}

.b-r-product .p-item {
  width: 25%;
}

.b-r-product .p-item .p-item-wrap {
  padding: 5px 13px;
}

.b-r-product .p-item .p-link {
  border: 1px solid #f0f0f0;
}

.b-r-product .p-item .p-name {
  color: #777;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}

.evaluation h1 {
  font-size: 40px;
}

.clearfloat:after {
  content: " ";
  display: block;
  clear: both;
}

.display-flex {
  display: flex;
  display: -webkit-flex;
}

.p-i {
  margin-top: 30px;
  position: relative;
}
.p-i .strong, .p-i .header, .p-i .h3, .p-i .h2 {
  font-weight: 600;
}
.p-i .h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
}
.p-i .h3 {
  font-size: 20px;
  line-height: 1;
}
.p-i + .p-i {
  padding-top: 30px;
}
.p-i .header {
  font-size: 25px;
  line-height: 1.5;
}
.p-i .header-bottom {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: normal;
}
.p-i .poster {
  position: relative;
  margin-top: 30px;
}
.p-i .poster .img-source {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 5px 8px;
}
.p-i .poster img {
  margin: 0 auto;
  display: block;
}
.p-i .thumbs {
  margin-top: 10px;
  overflow: hidden;
  /*@extend .display-flex;*/
}
.p-i .thumbs .t-content {
  background: #f0f0f0;
  width: 398px;
  min-height: 330px;
}
.p-i .thumbs .t-content .t-l-u {
  margin: 20px 0 20px 20px;
  height: 30px;
}
.p-i .thumbs .t-content .t-l-u img {
  float: left;
}
.p-i .thumbs .t-content .t-l-u h3 {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  line-height: 30px;
}
.p-i .thumbs .t-content p {
  width: 89.94%;
  margin: 0 20px 10px 20px;
  font-size: 14px;
  line-height: 1.86;
  color: #222;
}
.p-i .thumbs .thumbs-right {
  margin-left: auto;
}
.p-i.single {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
.p-i.single + .p-i {
  margin-top: 20px;
}
.p-i.single > p:nth-child(1) img {
  margin-top: 0;
}
.p-i.single h2 {
  margin-top: 28px;
  margin-bottom: 18px;
}
.p-i.single p {
  margin-top: 0;
  margin-bottom: 0;
}
.p-i.single p img {
  margin: 30px auto 0;
  display: block;
}

.flex-center, .b-d-w .b-a-right .most-popular .m-p-items .img-wrap, .b-d-w .b-a-right .author-panel .n, .d-r-content .r-c-left .img-center, .b-c-l li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.flex-1, .b-c-l li p {
  flex: 1;
  -webkit-flex: 1;
}

.no-shrink, .b-c-l li .btn, .b-c-l li .img-wrap {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.b-c-l-h {
  font-size: 14px;
  line-height: 34px;
  background-color: #333;
  color: #fff;
  margin-top: 30px;
  padding: 0 20px;
}

.b-c-l li {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.b-c-l li .img-wrap {
  width: 100px;
  height: 50px;
  text-align: center;
}
.b-c-l li img {
  max-width: 100%;
  max-height: 100%;
}
.b-c-l li p {
  font-size: 14px;
  line-height: 26px;
  margin: 0 40px 0 30px;
}
.b-c-l li .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  width: 150px;
  background-color: #e12932;
  font-size: 14px;
}

.verdict {
  margin-top: 50px;
}
.verdict h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #222222;
  margin-bottom: 20px;
}
.verdict p {
  width: 100%;
  font-size: 16px;
  line-height: 1.63;
}

.b-comment {
  margin-top: 70px;
  overflow: hidden;
}
.b-comment h3 {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #222222;
  margin-bottom: 20px;
}
.b-comment h3 span {
  color: #888;
  font-size: 13px;
}
.b-comment .b-comment-name {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  font-size: 13px;
  padding-left: 15px;
}
.b-comment .b-comment-content {
  width: 100%;
  height: 90px;
  border-radius: 2px;
  border: solid 1px #dddddd;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  padding-left: 15px;
  line-height: 2;
}
.b-comment .b-comment-btn {
  width: 170px;
  height: 40px;
  border-radius: 3px;
  background-color: #999999;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  float: right;
}

@media screen and (max-width: 830px) {
  .p-i .description ul li {
    width: 100%;
  }
  .evaluation .p-i .thumbs .t-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .b-d-w {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto;
  }
  .b-d-w .b-tit {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .b-d-w h2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .b-d-w article {
    font-size: 15px;
    line-height: 20px;
  }
  .b-d-w p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-r-product .p-item {
    width: 50%;
  }
  .b-r-product .p-item .p-item-wrap {
    padding: 5px;
  }
  .b-r-product .product-list {
    margin: 0 -5px;
  }
  .p-i .over-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .p-i .over-all .o-a-left {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .p-i .over-all .o-a-right {
    width: 100%;
    margin-top: 5px;
  }
  .p-i .over-all .o-a-right .buy-img {
    float: left;
    margin-right: 10px;
  }
  .p-i .over-all .o-a-right .buy-btn {
    float: left;
  }
}
@media screen and (max-width: 450px) {
  .p-i .thumbs .t-content {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .p-i .thumbs .t-content p {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .p-i .over-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .p-i .over-all .o-a-left {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .p-i .over-all .o-a-right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    display: flex;
  }
  .p-i .over-all .o-a-right .buy-img {
    float: left;
    margin-right: 10px;
  }
  .p-i .over-all .o-a-right .buy-btn {
    float: right;
  }
  .p-i .over-all .o-a-right .buy-btn .btn {
    width: 100%;
  }
  .p-i .over-all .o-a-right .buy-btn .outdated_price {
    width: 100%;
  }
}
.evaluation .p-l {
  margin-top: 20px;
  overflow: hidden;
}
.evaluation table {
  min-width: 700px;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.evaluation table .tab-title {
  background: #333;
  color: #fff;
  font-weight: 600;
}
.evaluation table td:first-child {
  font-weight: 600;
}
.evaluation table tr {
  font-size: 14px;
  color: #333;
}
.evaluation table tr td {
  line-height: 1.71;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 15px 15px;
  vertical-align: middle;
}
.evaluation .b-information ul {
  overflow: hidden;
  margin-top: 30px;
  min-width: 700px;
  width: 100%;
}
.evaluation .b-information ul .tit-1 {
  width: 18.75%;
  margin-right: 3.5%;
  cursor: pointer;
}
.evaluation .b-information ul .tit-2 {
  width: 6.25%;
  margin-right: 6.25%;
}
.evaluation .b-information ul .tit-3 {
  width: 10.375%;
  margin-right: 6.25%;
}
.evaluation .b-information ul .tit-4 {
  width: 6.25%;
  margin-right: 6.25%;
}
.evaluation .b-information ul .tit-5 {
  width: 12.5%;
  margin-right: 6.25%;
}
.evaluation .b-information ul .b-i-tit {
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 1.29;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
}
.evaluation .b-information ul li {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.evaluation .b-information ul li .p-red {
  line-height: 1.71;
  color: #e12932;
  list-style: none;
}
.evaluation .b-information ul li p {
  margin: 0;
  font-weight: 600;
}
.evaluation .b-information ul li .c-p-btn {
  display: inline-block;
  color: #fff;
  width: 110px;
  height: 36px;
  border-radius: 3px;
  background-color: #e12932;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
}
.evaluation .thumbs {
  margin-top: 10px;
  overflow: hidden;
}
.evaluation .thumbs .t-content {
  background: #f0f0f0;
  width: 398px;
  min-height: 330px;
}
.evaluation .thumbs .t-content .t-l-u {
  margin: 20px 0 20px 20px;
  height: 30px;
}
.evaluation .thumbs .t-content .t-l-u img {
  float: left;
}
.evaluation .thumbs .t-content .t-l-u h3 {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  line-height: 30px;
}
.evaluation .thumbs .t-content ul,
.evaluation .thumbs .t-content ol {
  width: 89.94%;
  margin: 0 20px 10px 20px;
  font-size: 14px;
  line-height: 1.86;
  color: #222;
  padding-left: 25px;
}
.evaluation .thumbs .t-content ol {
  list-style-type: decimal;
}
.evaluation .thumbs .t-content ul {
  list-style-type: disc;
}
.evaluation .thumbs .thumbs-left {
  float: left;
}
.evaluation .thumbs .thumbs-right {
  float: right;
}
.evaluation .over-all {
  margin-top: 30px;
  overflow: hidden;
}
.evaluation .over-all h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.evaluation .over-all .o-a-content {
  margin-top: 20px;
}
.evaluation .over-all .buy-from {
  float: right;
  margin-left: 20px;
  margin-bottom: 28px;
}
.evaluation .buy-from {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.evaluation .buy-from .img-center {
  display: inline-block;
  width: 107px;
  padding: 5px 10px;
  background: #fff;
}
.evaluation .buy-from .btn {
  background: #e12932;
  display: inline-block;
  width: 200px;
  height: 36px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.evaluation .buy-from .outdated_price {
  width: 200px;
  height: 36px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
.evaluation .description {
  margin-top: 30px;
  overflow: hidden;
  padding: 30px;
  background: #f0f0f0;
  color: #222;
  font-size: 14px;
  line-height: 1.71;
}
.evaluation .description h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 20px;
}
.evaluation .description ul {
  list-style-type: disc;
  padding-left: 20px;
}
.evaluation .description ol {
  list-style-type: decimal;
  padding-left: 20px;
}
@media screen and (max-width: 650px) {
  .evaluation .b-table {
    overflow-x: scroll;
  }
  .evaluation .b-information {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 350px) {
  .evaluation .buy-from {
    width: 100%;
  }
}

/*---new blog-fashion---*/
.b-d-w .b-tit {
  width: 100%;
  font-size: 48px;
  line-height: 1.25;
  color: #313131;
}

.b-d-w .b-subtit {
  font-size: 25px;
  margin-top: 20px;
}

.b-d-w .b-tit-bottom {
  margin-top: 20px;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}
.b-d-w .b-tit-bottom li {
  float: left;
  font-size: 14px;
  color: #888;
}
.b-d-w .b-tit-bottom .u-l-line {
  margin: 0 10px;
}

.b-d-w .b-share {
  margin: 30px 0;
  overflow: hidden;
}
.b-d-w .b-share a {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-right: 6px;
}
.b-d-w .b-share a .fa {
  display: inline-block;
}
.b-d-w .b-share .b-s-fb {
  background: #2b5793;
}
.b-d-w .b-share .b-s-tw {
  background: #00a9e2;
}
.b-d-w .b-share .b-s-pin {
  background: #cb1e27;
}
.b-d-w .b-share .b-s-google {
  background: #eb4900;
}

.b-d-w .b-fashion-content p {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
}

.b-d-w .b-a-p {
  overflow: hidden;
  margin-top: 30px;
}
.b-d-w .b-a-p p {
  font-size: 16px;
  line-height: 1.63;
  color: #222;
  margin: 0;
}

.b-d-w .b-content {
  overflow: hidden;
}
.b-d-w .b-content .b-c-detailed {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
}
.b-d-w .b-content .b-c-detailed h2 {
  font-size: 25px;
  line-height: 1.4;
  color: #222;
  margin: 0;
}
.b-d-w .b-content .b-c-detailed > p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.b-d-w .b-content .b-c-detailed .d-img {
  margin: 0 10.5%;
}
.b-d-w .b-content .b-c-detailed .d-img img {
  width: 100%;
}
.b-d-w .b-content .b-c-detailed .d-r-h {
  /*width:100%;*/
  height: 34px;
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  padding-left: 20px;
  margin: 0 10.5%;
  margin-top: 30px;
  font-family: inherit;
}

.d-recommendations {
  overflow: hidden;
}

.d-r-contents {
  overflow: hidden;
  margin: 0 10.5%;
}

.d-r-content {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
}
.d-r-content .r-c-left {
  float: left;
}
.d-r-content .r-c-left .img-center {
  width: 225px;
  height: 300px;
}
.d-r-content .r-c-right {
  width: 350px;
  float: right;
}
.d-r-content .r-c-right h3 {
  font-size: 23px;
  line-height: 1.43;
  margin-bottom: 20px;
}
.d-r-content .r-c-right p {
  font-size: 14px;
  margin-top: 10px;
}
.d-r-content .r-c-right span {
  font-size: 25px;
  line-height: 1;
  display: inline-block;
}
.d-r-content .r-c-right .BuyFrom {
  margin-top: 20px;
}
.d-r-content .r-c-right .BuyFrom a {
  width: 197px;
  background: #e12932;
  display: inline-block;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.d-r-contents.simple {
  margin: 0;
}
.d-r-contents.simple .d-r-content {
  margin-top: 50px;
  padding: 0 50px;
}
.d-r-contents.simple .d-r-content .r-c-left .img-center {
  width: 260px;
  margin: 0 40px;
}
.d-r-contents.simple .d-r-content .r-c-right {
  width: 360px;
}

.slick-slide {
  text-align: left;
}

/*----lub------*/
.d-r-more {
  overflow: hidden;
  margin: 30px 10.5% 0 10.5%;
  padding: 14px 0;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #d8d8d8;
}
.d-r-more .slick-list {
  margin: 0 14px;
}
.d-r-more .slick-next, .more-options .d-r-more .slick-prev, .d-r-more .slick-prev {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-indent: -9999px;
  border: 1px solid #d8d8d8;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 97px;
  margin-top: -17px;
}
.d-r-more .slick-next:before, .more-options .d-r-more .slick-prev:before, .d-r-more .slick-prev:before {
  content: "";
  border-width: 1px 1px 0 0;
  border-color: #d8d8d8 #d8d8d8 transparent transparent;
  border-style: solid;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
}
.d-r-more .slick-disabled {
  display: none !important;
}
.d-r-more .slick-prev {
  left: 5px;
  right: auto;
}
.d-r-more .slick-prev:before {
  content: "";
  border-width: 0 0 1px 1px;
  border-color: transparent transparent #d8d8d8 #d8d8d8;
  border-style: solid;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.d-r-more .m-l-before .img-holder {
  position: relative;
}
.d-r-more .m-l-before .img-holder:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}
.d-r-more .more-lis {
  width: 20%;
  overflow: hidden;
  float: left;
}
.d-r-more .more-lis .wrap {
  padding: 7px;
  cursor: pointer;
}
.d-r-more .more-lis .img-holder {
  position: relative;
  padding-bottom: 134%;
}
.d-r-more .more-lis .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-content: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.d-r-more .more-lis .lis-i-t {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  max-height: 48px;
  color: #222;
  text-align: center;
  overflow: hidden;
}
.d-r-more .more-lis p {
  width: 120px;
  font-size: 13px;
  line-height: 1.54;
  color: #222;
}

.b-d-w .b-s-content {
  width: 100%;
  font-size: 16px;
  line-height: 1.63;
  color: #222;
  margin-top: 50px;
}

.more-options {
  overflow: hidden;
  margin-top: 50px;
}
.more-options .more-tit {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.more-options .d-r-more {
  border: none;
  background: none;
  margin: 0;
}
.more-options .d-r-more .more-lis .wrap {
  padding: 12px;
}
.more-options .d-r-more .slick-next, .more-options .d-r-more .slick-prev {
  width: 14px;
  height: 34px;
  padding: 0;
  background: url(/s/images/arrow.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 114px;
  margin-top: -17px;
}
.more-options .d-r-more .slick-prev {
  background-position: 0 -34px;
  left: 7px;
  right: auto;
}
.more-options .d-r-more .slick-next:before,
.more-options .d-r-more .slick-prev:before {
  display: none;
}

.b-d-w {
  position: relative;
}
.b-d-w .b-a-right {
  position: absolute;
  top: 0;
  right: -330px;
  width: 280px;
}
.b-d-w .b-a-right .author-panel .n {
  padding: 14px 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.b-d-w .b-a-right .author-panel .n .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.b-d-w .b-a-right .author-panel .n .name {
  font-size: 20px;
  line-height: 1.4;
  margin-left: 10px;
}
.b-d-w .b-a-right .author-panel .d {
  padding: 20px 0;
  color: #888;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
}
.b-d-w .b-a-right .author-panel + .most-popular {
  margin-top: 60px;
}
.b-d-w .b-a-right .most-popular {
  margin-bottom: 60px;
  overflow: hidden;
}
.b-d-w .b-a-right .most-popular h2 {
  font-size: 25px;
  color: #e12932;
  margin-top: 0;
  margin-bottom: 30px;
}
.b-d-w .b-a-right .most-popular .m-p-items {
  overflow: hidden;
  margin-bottom: 20px;
}
.b-d-w .b-a-right .most-popular .m-p-items .img-wrap {
  float: left;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.b-d-w .b-a-right .most-popular .m-p-items .img-wrap img {
  width: 100%;
  max-height: none;
}
.b-d-w .b-a-right .most-popular .m-p-items .m-p-lis {
  padding-left: 100px;
  font-size: 14px;
  color: #313131;
  line-height: 1.71;
  font-weight: bold;
}
.b-d-w .b-a-right .never-miss-out h2 {
  font-size: 25px;
  color: #e12932;
  margin-top: 0;
  margin-bottom: 20px;
}
.b-d-w .b-a-right .never-miss-out .n-m-o-content {
  font-size: 14px;
  color: #313131;
  line-height: 1.71;
  margin-bottom: 20px;
}
.b-d-w .b-a-right .never-miss-out .send-email {
  overflow: hidden;
}
.b-d-w .b-a-right .never-miss-out .send-email input {
  float: left;
  width: 200px;
  height: 35px;
  color: #888888;
  font-size: 13px;
  padding-left: 10px;
}
.b-d-w .b-a-right .never-miss-out .send-email button {
  float: right;
  width: 80px;
  height: 35px;
  background: #e12932;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .b-tp .b-tp-w {
    height: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .b-tp .b-tp-w {
    height: 500px;
  }
  .b-tp .caption {
    width: 550px;
    left: 5%;
  }
  .b-tp .caption h1 {
    font-size: 40px;
  }
  .b-d-w .b-a-right {
    width: 240px;
    right: -260px;
  }
  .b-d-w .b-a-right .never-miss-out .send-email input {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .b-tp .b-tp-w {
    height: 400px;
  }
  .b-tp .caption {
    width: 500px;
  }
  .b-tp .caption p {
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0 0;
  }
  .d-r-more .lis-i-t {
    height: 48px;
  }
  .d-r-more .slick-prev,
  .d-r-more .slick-next,
  .more-options .d-r-more .slick-prev {
    top: 50%;
    margin-top: -39px;
  }
  .d-r-more .more-lis p {
    width: 100%;
    font-size: 18px;
  }
  .b-d-w .b-a-right .never-miss-out .send-email input {
    width: 160px;
  }
  .b-d-w {
    position: initial;
  }
  .b-d-w .b-a-right {
    display: none;
    position: initial;
  }
  .b-d-w .b-a-right .most-popular {
    margin-bottom: 30px;
  }
  .b-d-w .b-a-right .most-popular ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .b-d-w .b-a-right .most-popular ul .m-p-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .b-d-w .b-a-right .most-popular ul .m-p-items img {
    width: 100%;
    margin: 0;
  }
  .b-d-w .b-a-right .never-miss-out {
    overflow: hidden;
  }
  .b-d-w .b-a-right .never-miss-out .n-m-o-content {
    width: 100%;
    font-size: 18px;
  }
  .b-d-w .b-a-right .never-miss-out .send-email {
    float: right;
  }
  .b-d-w .b-a-right .never-miss-out .send-email button {
    float: left;
  }
}
/*@media screen and (max-width:1000px){
  .d-r-more{
    .slick-prev,.slick-next{
      top:140px;
    }
  }
  .more-options{
    .d-r-more{
      .slick-prev,.slick-next{
        top:170px;
      }
    }
  }
}*/
@media screen and (max-width: 768px) {
  .b-tp {
    display: none;
  }
  .d-r-content {
    margin-top: 20px;
  }
  .d-r-content .r-c-left {
    width: 100%;
  }
  .d-r-content .r-c-left .img-center {
    height: 300px;
    width: 100%;
  }
  .d-r-content .r-c-right {
    width: 100%;
    margin-top: 20px;
  }
  .d-r-content .r-c-right span {
    width: 100%;
    margin: 0;
  }
  .d-r-content .r-c-right h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .d-r-content .r-c-right .BuyFrom {
    float: none;
    margin-top: 15px;
  }
  .d-r-content .r-c-right .BuyFrom a {
    width: 100%;
  }
  .d-r-content .r-c-right p {
    margin-top: 15px;
  }
  .d-r-contents.simple .d-r-content {
    margin-top: 20px;
    padding: 0;
  }
  .d-r-contents.simple .d-r-content .r-c-left .img-center {
    width: 100%;
    margin: 0;
  }
  .d-r-contents.simple .d-r-content .r-c-right {
    width: 100%;
  }
  .b-d-w .b-content .b-c-detailed {
    margin-top: 20px;
  }
  .b-d-w .b-content .b-c-detailed > p {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .b-d-w .b-content .b-c-detailed .d-img,
  .b-d-w .b-content .b-c-detailed .d-r-h,
  .b-d-w .b-content .b-c-detailed .d-r-contents,
  .b-d-w .b-content .b-c-detailed .d-r-more {
    margin-left: 0;
    margin-right: 0;
  }
  .b-d-w {
    position: initial;
  }
  .b-d-w .b-a-right {
    position: initial;
  }
  .b-d-w .b-a-right .most-popular {
    margin-bottom: 30px;
  }
  .b-d-w .b-a-right .most-popular h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .b-d-w .b-a-right .most-popular ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .b-d-w .b-a-right .most-popular ul .m-p-items {
    display: flex;
    margin: 0 0 15px 0;
  }
  .b-d-w .b-a-right .most-popular ul .m-p-items img {
    margin-bottom: 5px;
  }
  .b-d-w .b-a-right .most-popular ul .m-p-items .m-p-lis {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .d-r-more {
    margin-top: 15px;
    padding-top: 15px;
    /* .slick-prev,.slick-next{
      top:180px;
    }*/
  }
  .b-d-w .b-tit {
    font-size: 25px;
  }
  .b-d-w .b-share {
    margin: 15px 0;
  }
  .p-i.single h2 {
    margin-top: 18px;
    margin-bottom: 13px;
  }
  .b-c-l li {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .b-c-l li p {
    margin: 0 0 0 20px;
  }
  .b-c-l li p img {
    margin-top: 15px;
  }
  .b-c-l li .btn {
    margin-top: 10px;
    width: 100%;
  }
  .d-r-contents.reverseImg .d-r-content {
    position: relative;
    overflow: visible;
    clear: both;
  }
  .d-r-contents.reverseImg .d-r-content .r-c-left {
    position: absolute;
    bottom: 0;
  }
  .d-r-contents.reverseImg .d-r-content .r-c-right {
    overflow: visible;
    float: none;
  }
  .d-r-contents.reverseImg .d-r-content .r-c-right h3 {
    padding-bottom: 315px;
    margin-bottom: 0;
  }
  .d-r-contents.reverseImg .d-r-content .r-c-right p,
  .d-r-contents.reverseImg .d-r-content .r-c-right .BuyFrom {
    width: 100%;
    float: left;
  }
  .d-r-contents.reverseImg .d-r-content .r-c-right .BuyFrom {
    margin-bottom: 20px;
  }
  .evaluation h1 {
    font-size: 22px;
    text-align: left !important;
  }
}
/*
@media screen and (max-width:500px) {
  .d-r-more {
    .slick-prev, .slick-next {
      top: 100px;
    }
  }
  .more-options{
    .d-r-more{
      .slick-prev,.slick-next{
        top:100px;
      }
    }
  }
}
*/
.n_sv_mode .sv_ele {
  display: none !important;
}

.sv_mode .n_sv_ele {
  display: none !important;
}

#nav .nav-main {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}

#nav .navbar-wrapper {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

#nav .nav-logo {
  margin-top: 0;
  flex: 1;
}

#nav .nav-logo .logo {
  display: block;
  width: 172px;
  height: 44px;
}

#nav .nav-logo .logo img {
  object-fit: contain;
  width: 172px;
  height: 44px;
}

#nav .nav-right {
  margin-top: 0;
}

#nav .nav-search .search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav .nav-search .search-input input {
  padding: 0 15px 0 15px;
  border-radius: 8px;
}

#nav .nav-search .search-go {
  background-color: white;
  padding: 0;
  padding-right: 10px;
  margin-right: 1px;
}

#nav .nav-search .search-go .blog-icon-search {
  background: url(/s/images/wiki/icon-search.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

#blog {
  font-family: TimesNewRomanPSMT, "times new roman", times, serif !important;
}
#blog * {
  font-family: TimesNewRomanPSMT, "times new roman", times, serif !important;
}
#blog p,
#blog div,
#blog li {
  text-align: left !important;
}
#blog .b-d-w {
  width: 960px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#blog .b-d-w h1 {
  font-size: 34px;
  color: #222222;
  font-weight: normal;
  line-height: 37px;
  margin-bottom: 15px;
  text-align: center;
}
#blog .b-d-w h2 {
  line-height: 26px;
  font-family: TimesNewRoman-MT;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  margin-top: 30px;
}
#blog .b-d-w h2 a {
  line-height: 26px;
  font-family: TimesNewRoman-MT;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
#blog .b-d-w h2 a span {
  font-family: TimesNewRoman-MT;
  line-height: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
#blog .b-d-w p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: times new roman, times, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #454545;
}
#blog .b-d-w p a,
#blog .b-d-w ul a {
  color: #246eef;
  text-decoration: underline;
  line-height: 24px;
  font-weight: normal;
}
#blog .b-d-w div a span {
  font-family: times new roman, times, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
#blog .b-d-w div a span u {
  color: #246eef;
}
#blog .b-d-w img {
  margin: 30px 0;
}
#blog .b-d-w table {
  margin-bottom: 30px;
  border: none;
}
#blog .b-d-w table tbody {
  border-radius: 10px;
}
#blog .b-d-w table .tab-title {
  border-radius: 10px 10px 0 0;
  background-color: #0a409f;
}
#blog .b-d-w table .tab-title th,
#blog .b-d-w table .tab-title td {
  font-weight: normal;
  padding: 12px 50px;
  text-align: center;
  vertical-align: center;
}
#blog .b-d-w table .tab-title th,
#blog .b-d-w table .tab-title td {
  border-right: 1px solid white;
}
#blog .b-d-w table .tab-title th:last-child,
#blog .b-d-w table .tab-title td:last-child {
  border: none;
}
#blog .b-d-w table .tab-title th img,
#blog .b-d-w table .tab-title td img {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
#blog .b-d-w table tr {
  font-size: 18px;
}
#blog .b-d-w table tr td {
  height: 84px;
  line-height: 24px;
  padding: 12px 0;
  padding: 13px;
}
#blog .b-d-w table tr td:nth-child(1) {
  width: 50%;
  width: auto;
}
#blog .b-d-w table tr td:nth-child(1) img {
  margin-right: 15px;
  width: 110px;
}
#blog .b-d-w table tr td:nth-child(2) {
  width: 50%;
  border-left: 0;
}
#blog .b-d-w table tr td a {
  color: #246eef;
  text-decoration: underline;
  line-height: 24px;
  font-weight: normal;
}
#blog .b-d-w table tr td span {
  display: inline-block;
  vertical-align: center;
}
#blog .b-d-w table tr td img {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
#blog .b-d-w .b-table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
}
#blog .b-d-w .b-table tr td:nth-child(1) {
  width: 37%;
  padding-left: 0;
}
#blog .b-d-w .b-table tr td:nth-child(2) {
  width: 32%;
}
#blog .b-d-w .b-table tr td:nth-child(3) {
  width: 31%;
}
#blog .b-d-w ul {
  line-height: 26px;
  font-size: 18px;
  font-weight: normal;
  color: #454545;
}
#blog .b-d-w ul li {
  margin-bottom: 15px;
}
#blog .b-d-w ul:last-child {
  margin-bottom: 0;
}
#blog .b-d-w ul.no-list {
  list-style: none;
  padding-left: 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
#blog .b-d-w ul.no-list li a {
  color: #246eef;
  text-decoration: underline;
}
#blog .b-d-w .bottomRelatedAds,
#blog .b-d-w .topRelatedAds {
  margin-bottom: 30px;
}

.sv_mode .may-like-box .box .item {
  width: 254px;
  margin-bottom: 20px;
}

.may-like-box {
  margin: 30px 0;
}
.may-like-box .top-box {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.may-like-box .top-box .line {
  width: 8px;
  height: 24px;
  background-color: #bd2b2b;
  margin-right: 12px;
}
.may-like-box .top-box .title {
  line-height: 33px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  color: #163a7b;
}
.may-like-box .box {
  display: flex;
  justify-content: space-between;
}
.may-like-box .box .item {
  padding: 20px 20px 26px 20px;
  background-color: #f7f7f7;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.may-like-box .box .item .item-title {
  line-height: 28px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  color: #163a7b;
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.may-like-box .box .item .item-des {
  line-height: 20px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  color: #3c577c;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0 !important;
}
.may-like-box:last-child {
  margin-top: 40px;
}

#blog .may-like-box * {
  font-family: "Poppins", sans-serif !important;
}

#blog-footer .footer-bar-wrapper {
  font-weight: normal;
}
#blog-footer .footer-bar-wrapper .t {
  align-items: center;
  justify-content: space-between;
}
#blog-footer .footer-bar-wrapper .t .left {
  display: flex;
  align-items: center;
}
#blog-footer .footer-bar-wrapper .t .left .i {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #nav {
    height: 44px;
  }
  #nav .nav-main {
    height: 44px;
    /* width: 960px; */
    width: 100%;
    margin: 0 auto;
  }
  #nav .blog-mobile-tool {
    display: block;
    position: absolute;
    right: 12px;
  }
  #nav .blog-icon-search {
    background: url(/s/images/wiki/icon-search.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
  }
  #nav .nav-logo {
    margin-top: 0;
  }
  #nav .nav-logo .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav .nav-logo .logo img {
    object-fit: contain;
    width: 117px;
    height: 30px;
  }
  #nav .nav-right {
    margin-top: 0;
  }
  #nav .nav-search .search-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #nav .nav-search .search-input input {
    padding: 0 15px 0 15px;
    border-radius: 8px;
  }
  #nav .nav-search .search-go {
    background-color: white;
    padding: 0;
    padding-right: 10px;
    margin-right: 1px;
  }
  #nav .nav-search .search-go .blog-icon-search {
    background: url(/s/images/wiki/icon-search.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
  }
  #blog .b-d-w {
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #blog .b-d-w h1 {
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #blog .b-d-w h2 {
    line-height: 22px;
    font-family: TimesNewRoman-MT;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #blog .b-d-w h2 a span {
    font-family: TimesNewRoman-MT;
  }
  #blog .b-d-w p {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: times new roman, times, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #454545;
  }
  #blog .b-d-w p a,
  #blog .b-d-w ul a {
    line-height: 22px;
    font-size: 16px;
  }
  #blog .b-d-w p.des {
    margin-bottom: 20px;
  }
  #blog .b-d-w div a span {
    font-family: times new roman, times, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }
  #blog .b-d-w div a span u {
    color: #246eef;
  }
  #blog .b-d-w img {
    margin: 20px 0;
  }
  #blog .b-d-w table {
    margin-bottom: 20px;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  #blog .b-d-w table tbody {
    border-radius: 10px;
  }
  #blog .b-d-w table .tab-title {
    border-radius: 10px 10px 0 0;
    background-color: #0a409f;
  }
  #blog .b-d-w table .tab-title th {
    font-weight: normal;
    padding: 8px 13px;
    text-align: center;
  }
  #blog .b-d-w table .tab-title th span {
    color: white;
    font-size: 14px;
    line-height: 15px;
  }
  #blog .b-d-w table tr {
    font-size: 14px;
  }
  #blog .b-d-w table tr td {
    height: 94px;
    line-height: 24px;
    padding: 12px 0;
    padding: 13px;
  }
  #blog .b-d-w table tr td:nth-child(1) {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 0;
  }
  #blog .b-d-w table tr td:nth-child(1) img {
    margin: 0;
    width: 80px;
    margin-bottom: 2px;
  }
  #blog .b-d-w table tr td:nth-child(2) {
    width: 50%;
    border-left: 0;
  }
  #blog .b-d-w .b-table tr td {
    padding: 12px 0;
  }
  #blog .b-d-w .b-table tr td span:nth-child(1) {
    margin: 0;
  }
  #blog .b-d-w .b-table tr td:nth-child(1) {
    width: 37%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 0;
  }
  #blog .b-d-w .b-table tr td:nth-child(1) img {
    margin: 0;
  }
  #blog .b-d-w .b-table tr td:nth-child(2) {
    width: 32%;
  }
  #blog .b-d-w .b-table tr td:nth-child(3) {
    width: 31%;
  }
  #blog .b-d-w ul {
    line-height: 22px;
    font-size: 16px;
    color: #454545;
  }
  #blog .b-d-w ul li {
    margin-bottom: 10px;
  }
  #blog .b-d-w ul.no-list {
    list-style: none;
    padding-left: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }
  #blog .b-d-w ul.no-list li {
    margin-bottom: 15px;
  }
  #blog .b-d-w ul.no-list li a {
    color: #246eef;
    text-decoration: underline;
  }
  #blog .b-d-w .bottomRelatedAds,
  #blog .b-d-w .topRelatedAds {
    margin-bottom: 20px;
  }
  .sv_mode .may-like-box .box .item {
    width: auto;
    margin-bottom: 10px;
  }
  .may-like-box {
    margin: 20px 0;
  }
  .may-like-box .top-box {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .may-like-box .top-box .line {
    width: 6px;
    height: 16px;
    background-color: #bd2b2b;
    margin-right: 6px;
  }
  .may-like-box .top-box .title {
    line-height: 25px;
    font-family: Poppins !important;
    font-size: 18px;
    font-weight: bold;
    color: #163a7b;
  }
  .may-like-box .box {
    display: flex;
    flex-direction: column;
  }
  .may-like-box .box .item {
    padding: 20px 15px;
    padding-top: 16px;
    background-color: #f7f7f7;
    width: auto;
    margin-bottom: 10px;
  }
  .may-like-box .box .item .item-title {
    line-height: 28px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #163a7b;
    margin-bottom: 12px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .may-like-box .box .item .item-des {
    line-height: 20px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    color: #3c577c;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .may-like-box:last-child {
    margin-top: 20px;
  }
  #blog-footer .footer-bar-wrapper {
    font-weight: normal;
    padding: 0;
  }
  #blog-footer .footer-bar-wrapper .t {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  #blog-footer .footer-bar-wrapper .t .left {
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
    height: 46px;
  }
  #blog-footer .footer-bar-wrapper .t .left .i {
    margin-right: 0;
  }
  #blog-footer .footer-bar-wrapper .t .right {
    height: 29px;
    width: 100%;
    text-align: center;
    background-color: #494e5a;
  }
  #blog-footer .footer-bar-wrapper .t a {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
  }
}
#blog table {
  border-collapse: separate !important;
  border-spacing: 0;
}
#blog td {
  border: solid 1px #666;
  border-style: none solid solid none;
  padding: 10px;
  color: #222;
}
#blog tr:first-child th:first-child,
#blog tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
#blog tr:first-child th:last-child,
#blog tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
#blog thead + tbody tr:first-child td {
  border-radius: 0 !important;
}
#blog tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
#blog tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
#blog tr:first-child td {
  border-top-style: solid;
}
#blog tr td:first-child {
  border-left-style: solid;
}

.bottomRelatedAds,
.topRelatedAds {
  margin: 20px 0;
}

/*# sourceMappingURL=blog.css.map */
