/* 覆盖lay墨绿色样式     */

body .layui-layer-molv .layui-layer-title {
  background: #ed2f2e;
  color: #fff;
  border: none;
  font-size: 16px;
}

body .layui-layer-molv .layui-layer-btn a {
  background: #ed2f2e;
  border-color: #ed2f2e;
}

/* 提示框文字大小覆盖 */

body .layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
  background: #fff;
}

body .layui-btn {
  background-color: #ed2f2e;
}

.layui-form-checkbox {
  display: none;
}
/* 其他新增的 */

.blind {
  position: absolute !important;
  overflow: hidden !important;
  top: 0 !important;
  bottom: 100% !important;
  width: 1px !important;
  background: none !important;
}

.cp {
  cursor: pointer;
}

.tc {
  text-align: center;
}

.buyer_table tr td > span {
  cursor: pointer;
  color: #ed2f2e;
}

.my_collection_box {
  display: none;
  text-align: center;
  font-size: 0.45rem;
  color: #ed2f2e;
  padding: 2rem 0;
}

.wechart:hover .server-wechart-img {
  display: block;
}

.server-wechart-img {
  display: none;
  z-index: 9999;
  width: 5rem;
  position: absolute;
  border: 2px solid #ed2f2e;
  border-radius: 0.2rem;
  background: #ffffff;
  padding: 0.5rem;
  line-height: 1.5;
  text-align: center;
}

.server-wechart-img button i {
  color: #fff;
  text-decoration: none;
}

.purchase_store_list > li .box .store_head .span4 {
  color: #ed2f2e;
  background-color: #e1f4ed;
}

.purchase_store_list > li .box .store_head .span5 {
  color: #5887ea;
  background-color: #eff4ff;
}

.purchase_store_list > li .box .store_head .span6 {
  color: #ffb21d;
  background-color: #fcf8ee;
}

.purchase_store_list > li .box .store_head .span7 {
  color: #ed2f2e;
  background-color: #e1f4ed;
}

.purchase_store_list > li .box .store_head .span8 {
  color: #5887ea;
  background-color: #eff4ff;
}

.purchase_store_list > li .box .store_head .span9 {
  color: #ffb21d;
  background-color: #fcf8ee;
}

#page {
  text-align: center;
  margin-top: 0.3rem;
}

.dtpfxht {
  display: inline-block;
  cursor: pointer;
}

body .dtpfxht i {
  display: block;
  height: 0.05rem;
  width: 0.4rem;
  overflow: hidden;
  margin-top: 2px;
}

.dtpfxht i.over {
  background: #c6040d;
}

.dtpfxht i.lower {
  background: #3bed2e;
}

.dtpfxht i.default {
  background: #bcbcbc;
}

.head_detail .con .time .zk {
  position: relative;
  top: -0.2rem;
  font-size: 0.5rem;
  color: #ed2f2e;
  padding-left: 0.2rem;
  float: right;
  cursor: pointer;
}

.side_fix > ul > li:hover .gz {
  right: 1.7rem;
  opacity: 1;
  visibility: visible;
}

.gz {
  position: absolute;
  right: 2.7rem;
  top: 0;
  width: 5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.925rem;
  border-radius: 0.15rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gz .img {
  width: 3.2rem;
}

.personal_complaintSuggestions .title span {
  display: none;
  color: #ed2f2e;
}

.process_store_information .process_store li .img a {
  color: #ffffff;
}

.personal_main .personal_p_title span {
  cursor: pointer;
  color: #fff;
  font-size: 0.6rem;
  border: 1px #ed2f2e solid;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  background-color: #ed2f2e;
  font-weight: bold;
}

/* 覆盖的 */

.purchase_store_list > li .box .category {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my_order .panel-heading a .title {
  font-size: 0.6rem;
  color: #333333;
  width: 57%;
  word-break: break-all;
  word-wrap: break-word;
}

.my_collection .my_collection_box {
  display: none;
  text-align: center;
  font-size: 0.45rem;
  color: #ed2f2e;
  padding-top: 2rem;
}

.head_detail .con .category {
}

.head_detail .con .category span {
  position: relative;
  white-space: normal;
  font-size: 0.5rem;
}

.score_fix .score_fix_title {
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  padding: 0.375rem 0.5rem;
}

.home_head .img {
  width: 30%;
}

.home_head .img:hover {
  opacity: 0.75;
}

.purchase_store_list > li .box .content ul > li {
  padding-bottom: 0.25rem;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase_store_list > li .box .title {
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  margin-right: 0.45rem;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.head_detail .operation .price span {
  color: red;
}

.head_detail .operation .text > p > span {
  color: red;
}

.f-title > a {
  color: #fff;
}

#personal .f-title > a {
  color: #333333;
}

.head_detail .con ul li p {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.my_order .panel-heading a .state {
  width: 5rem;
}

.header-buttons .header-signout :first-child ::after {
  color: red;
}

.news_details .text .title {
  line-height: 3;
}

.same_type_swiper .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.same_type_swiper .box .text > P {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.markbox .price span {
  /* font-size: 1.8rem;
    font-family: "Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif "; */
  /*   color:#C6040D */
}

.home_news_swiper ul.swiper-wrapper li .box .title,
.news_swiper ul.swiper-wrapper li .box .title {
  margin-top: 0;
}

.home_address a:hover,
#footer a:hover,
.home_advantage ul.row li:hover .box_text > p,
.home_advantage ul.row li:hover .box .title,
.footer-nav li a:hover {
  color: #ed2f2e;
}

.recent_review_con .home_interview_prev {
  left: 10%;
}

.recent_review_con .home_interview_next {
  right: 10%;
}

/* 首页左边广告 */

/*侧边栏*/

#personal .left_side_fix {
  /* display: none; */
}

.left_side_fix {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  border-radius: 0.15rem;
  z-index: 99;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left_side_fix a:first-child {
  display: inline-block;
  width: 4.75rem;
  height: auto;
}

.left_side_fix a img {
  width: 4.75rem;
  height: auto;
}

.left_side_fix .layui-layer-close1 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -23px;
  top: -23px;
  background: url(../images/left_side_close.png) no-repeat;
  cursor: pointer;
}

.left_side_fix .layui-layer-close1:hover {
  opacity: 0.7;
}

.same_type .browse ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.head_detail .operation .text p > span.text_left {
  width: 43%;
}

.head_detail .operation .text p > span.text_right {
  width: 57%;
}

.newsimg {
  text-align: center;
}

.markbox .price {
  color: red;
}

.news-list li .con .img {
  height: 270px;
}

.news-list li .con .text .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  /* for Opera */
  text-overflow: ellipsis;
}

.news-list li .con .text p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  /* for Opera */
  text-overflow: ellipsis;
}

.side_fix ul :nth-child(2) .lsjldiv {
  top: -1.7rem;
}

.news_details .text a {
  color: #ed2f2e;
}

.news_details .text a:hover {
  text-decoration: underline;
}

.display-flex.easy_login {
  display: none;
}

.declaration .text .title span:nth-child(1) {
  left: -1rem;
}

.declaration .text .title span:nth-child(2) {
  right: -1rem;
}

.home_interview .home_brand_prev {
  left: -3.15rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2327b97d'%2F%3E%3C%2Fsvg%3E");
}

.home_interview .home_brand_next {
  right: -3.15rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2327b97d'%2F%3E%3C%2Fsvg%3E");
}

.contact_list li .p1 img {
  height: auto;
}

.change {
  padding: 0.08rem 0.5rem;
  font-size: 0.4rem;
  animation: all 0.25s;
  margin-right: 0.3rem;
}

.change:hover {
  zoom: 1.05;
  font-weight: bold;
}

.bottomFixed {
  width: 100%;
  height: 60px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 101;
  vertical-align: middle;
  display: none;
}

.overPaimai {
  background: #9d9d9d;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.bottomFixed .bottomFixed-div1 {
  height: 60px;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  float: left;
}

.bottomFixed .line {
  background: url(../images/line.png) no-repeat right center;
  background-size: 1px;
}

.bottomFixed .bottomFixed-div1 p {
  width: 100%;
}

.bottomFixed .bottomFixed-div1 img {
  margin-top: 0.45rem;
  height: 20px;
}

.bottomFixed .bottomFixed-btn1 {
  height: 60px;
  width: 30%;
  float: left;
  background: #00c4de;
  color: #fff;
  font-size: 14px;
  border: 0;
}

.bottomFixed .sp {
  background: #fe6142;
}

.bottomFixed .ys {
  background: #e0e0e0;
}

.swiper-img img {
  max-height: 6rem;
}

@media screen and (max-width: 767px) {
  .app_nav {
    display: none;
  }

  .bottomFixed {
    display: block;
  }
}

.contact_list li .text .adviser,
.contact_list li .text .phone,
.contact_list li .text > .number {
  display: none;
  text-align: left;
  padding-left: 0.3rem;
}

.same_type .s_title {
  background: url(../images/guess-title-bg.png) center no-repeat;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .contact_list li .text .adviser,
  .contact_list li .text .phone,
  .contact_list li .text .number {
    text-align: center;
    padding-left: 0;
  }

  .same_type .s_title {
    background-size: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .contact_list li .img .img_box {
    overflow: hidden;
    width: 2.5rem;
    height: 2.2rem;
    top: 15%;
  }
}

@keyframes indexNavUpdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.nav-hot {
  position: absolute;
  vertical-align: top;
  margin-top: -0.2rem;
  margin-left: -0.3rem;
  width: 31px;
  height: 18px;
  background: url(../images/hot.png);
  animation: indexNavUpdown 0.6s infinite;
}

.nav-hot-img {
  position: absolute;
  vertical-align: top;
  animation: indexNavUpdown 1s infinite;
}

.articles {
  overflow: hidden;
}

.articles .col-md-6 > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.articles .col-md-6:nth-child(1) > a {
  border-top: 1px solid #e2e2e2;
}
.articles .col-md-6 > a:hover {
  color: #ed2f2e;
}

.articles .articles-title {
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  font-size: 0.5rem;
  font-weight: 500;

  /* letter-spacing: .1em; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.articles-time {
  color: #999;
  white-space: nowrap;
  padding-right: 0.2rem;
}

.marginb20 {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.friendly-link {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #313947;
}

.friendly-link div {
  display: flex;
}

.friendly-link span {
  font-size: 0.475rem;
  min-width: 5em;
  color: #fff;
}

.friendly-link .footer-nav {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.friendly-link .footer-nav a {
  color: #717680;
  font-size: 0.475rem;
}

.friendly-link .footer-nav li a:after {
  width: 0;
  height: 0;
}

.friendly-link .footer-nav li {
}

/*
.friendly-link ul li:first-child a {
    color: #fff;
    padding: 0 0.23rem;
} */

.friendly-link ul li:last-child a {
  color: #fff;
  padding: 0 0.23rem;
}

.home_news_item {
  margin-top: 0.5rem;
  min-width: 8rem;
  background-color: #fff;
  box-shadow: 0 3px 10px #e2ebef;
  border-radius: 0.1rem;
}

.home_news_item .news-title {
  padding: 0.25rem 0;
}

.home_news_item .news-title span {
  font-size: 0.7rem;
  color: #4d4d4d;
  padding-left: 0.5em;
}

.home_news_item .news-title a {
  position: relative;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  cursor: pointer;
  font-style: normal;
}

.news_more a {
  position: relative;
  float: right;
  top: 0.25rem;
  right: 15rem;
  cursor: pointer;
  font-style: normal;
  font-size: 20px;
}

.home-cover .news_more a:hover,
.home_news_item .news-title a:hover,
.news_more a:hover {
  color: #ed2f2e;
}

.news-intro-content {
  display: flex;
  cursor: pointer;
  max-height: 3rem;
}

.news-intro-content .news-intro-img {
  position: relative;
  /* float: left; */
  min-height: 3rem;
  width: 50%;
  margin-left: 15px;
}

.news-intro-content .news-intro-img .img img {
  max-height: 3rem;
  width: 100%;
}

.news-intro-content .news-intro {
  position: relative;
  /* float: left; */
  padding: 0 0.1rem 0 0.3rem;
  height: 3rem;
  width: 50%;
}

.news-intro .news-intro-title {
  font-size: 0.4rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-intro .news-intro-text {
  font-size: 0.3rem;
  line-height: 1.6;
  margin: 0.1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-intro-details {
  position: absolute;
  bottom: 4px;
  color: #000;
  font-size: 0.35rem;
}

.news-intro-time {
  position: absolute;
  bottom: 4px;
  right: 0.2rem;
  font-size: 0.35rem;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: bottom;
  text-align: right;
}

.home_news_item .news-list {
  border-top: 3px solid #e2e2e2;
  margin-top: 0.2rem;
  padding: 0.1rem;
  clear: left;
}

.home_news_item .news-list li {
  font-size: 0.4rem;
}

.home_news_item .news-list li:hover h3 {
  color: #ed2f2e;
}

.home_news_item .news-list li h3 {
  padding: 0.08rem 0.15rem;
  display: inline-block;
  width: calc(100% - 90px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.4rem;
}

.home_news_item .news-list li div {
  display: inline-block;
  position: relative;
  top: -0.18rem;
  font-size: 0.3rem;
  width: 80px;
  text-align: right;
}

/* 新新闻 */

.new-news #w_banner {
  height: auto;
}

.new-news .w_banner_breadcrumb {
  padding-top: 2.4rem;
}

.news-wrap {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.news-wrap .news-wrap-left {
  float: left;
  width: calc(100% - 9rem);
}

.news-title span h1,
.news-title span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  color: #1c1c1c;
}

.news-title span:nth-child(2):before {
  content: " ";
  background-color: #bbb;
  padding-left: 1px;
  margin: 0 0.2rem;
  margin-right: 0.3rem;
  font-size: 0.6rem;
  vertical-align: middle;
}

.news-brief {
  margin-top: 0.4rem;
  padding-right: 0.4rem;
  color: #595959;
  line-height: 0.8rem;
  font-size: 0.4rem;
}

.news-table {
  margin-top: 0.4rem;
  padding-bottom: 0.2rem;
  display: inline-block;
  width: 100%;
  /* min-height: 1.1rem; */
  /*  display: flow-root; */
}

.news-table li {
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 0.1rem 0;
  margin-right: 0.1rem;
  width: 14.2%;
  height: 0.8rem;
  overflow: hidden;
  display: block;
}

.news-table li::after {
  content: " ";
  clear: both;
}

.news-table li.active,
.news-table li:hover {
  background-color: #ed2f2e;
  border-radius: 0.14rem;
  color: #fff;
}

.news-table li a {
  display: block;
  width: 100%;
}

.news-table li.active a,
.news-table li:hover a {
  color: #fff;
}

.news-list-items {
  border-top: 1px solid #494949;
}

.news-list-item {
  padding: 0.4125rem 0;
  overflow: hidden;
  border-bottom: 1px solid #959595;
}

.news-list-item-img {
  width: 4.75rem;
  height: 3.175rem;
  overflow: hidden;
  flex-wrap: nowrap;
}

.news-list-item-content {
  padding: 0.2rem 0.4rem;
  width: calc(100% - 4.75rem);
}

.news-list-item-title h1 {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.45rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list-item-title:hover {
  color: #ed2f2e;
}

.news-list-item-brief {
  position: relative;
  height: 1.3rem;
  margin-top: 0.2rem;
  font-size: 0.36rem;
  line-height: 0.65rem;
  color: #595959;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list-item-brief .tag-red {
  position: absolute;
  padding-left: 8px;
  right: 0;
  bottom: 1px;
  color: #ff5700;
  background-color: #fff;
  z-index: auto;
}

.news-list-item-barb {
  height: 0.51rem;
  margin-top: 0.2rem;
}

.news-list-item-barb span {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #999;
  margin-right: 0.3rem;
}

.news-list-item-barb-tag {
  padding-left: 0.5rem;
  background: url(../images/ico_pindao_tag.png) no-repeat left center;
}

.news-list-item-barb-tag a {
  margin: 0.05;
  padding: 2px 5px;
  font-size: 0.3rem;
  border-radius: 0.125rem;
  border: 1px solid #e9e9e9;
  color: #999;
}

.news-list-item-barb-tag a:hover {
  background-color: #ed2f2e;
  color: #fff;
}

.new-news .pageNew {
  margin-top: 0.4rem;
}

.new-news .pageNew .pagination a {
  border: 1px solid #e9e9e9;
}

/* 右边 */

.news-wrap .news-wrap-right {
  float: right;
  width: 9rem;
  overflow: hidden;
  padding-left: 0.5rem;
}

.news-wrap-right .introduce {
  background-color: #fafafa;
  padding: 0.8rem 0;
  border-radius: 2px;
}

.introduce .news-logo {
  width: 5rem;
  height: 1.6rem;
  margin: 0 auto;
  background: url(../images/logo_.png) no-repeat center;
  background-size: 100% auto;
}

.introduce .news-brief {
  box-sizing: border-box;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #999;
  line-height: 0.5rem;
}

.news-tool {
  margin-top: 0.25rem;
  text-align: center;
}

.news-tool .news-tool-total {
  margin-right: 0.5rem;
  color: #999;
}

.news-tool .news-tool-total em {
  font-style: normal;
  padding: 0 0.25em;
  font-size: 0.5rem;
  color: #fe3636;
}

.news-tool .news-tool-btn {
  padding: 0.08rem 0.25rem;
  font-size: 0.35rem;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
  color: #555;
  cursor: pointer;
}

.news-tool .news-tool-btn:hover {
  background-color: #ed2f2e;
  color: #fff;
}

.news-wrap-right .hotarticles {
  background-color: #fafafa;
  border-radius: 2px;
  margin-top: 0.5rem;
  padding: 0.2rem 0.4rem 0;
}

.hotarticles-list {
  /* min-height: 10rem; */
}

.hotarticles-list ul li:hover a {
  color: #ed2f2e;
}

.hotarticles-list > li {
  height: 1.4rem;
  border-top: 1px solid #eee;
  line-height: 1.4rem;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.34rem;
}

.hotarticles-list > li a {
  font-size: 0.34rem;
  color: #595959;
}

.hotarticles-list > li a:hover {
  color: #ed2f2e;
}

.hotarticles-title {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.4rem;
}

.hotarticles-list li i {
  padding: 0 4px;
  margin-right: 10px;
  font-style: normal;
  background-color: #fe3636;
  border-radius: 2px;
  color: #fff;
}

.news-wrap-right .hottags {
  background-color: #fafafa;
  border-radius: 2px;
  margin-top: 0.5rem;
  padding: 0.2rem 0.4rem 0.5rem;
}

.hottags-labels {
  min-height: 6rem;
}

.hottags-img img {
  margin-top: 0.4rem;
  width: 100%;
}

.hottags-labels > li {
  display: inline-block;
  margin: 0 0.08rem 0.375rem;
  padding: 0 0.375rem;
  line-height: 0.6rem;
  border: 1px solid #bfbfbf;
  border-radius: 0.125rem;
  cursor: pointer;
}

.hottags-labels > li a {
  color: #595959;
}

.hottags-labels > li:hover {
  background-color: #ed2f2e;
}

.hottags-labels > li:hover a {
  color: #fff;
}

.fen-lei-dh {
  height: 34px;
  line-height: 34px;
  margin-bottom: 0.2rem;
}

.fen-lei-dh li {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  color: #333;
}

.fen-lei-dh li span {
  color: #999;
}

.article-info {
  line-height: 100%;
  color: #999;
  margin-top: 0.25rem;
  font-size: 16px;
  background-size: 100%;
  padding-bottom: 0.4rem;
}

.article-info span {
  margin-right: 20px;
}

.news_details .pages a {
  color: #333;
  font-size: 0.4rem;
}

.news_details .page.pages {
  padding-top: 0.625rem;
  margin-top: 0.3rem;
}

.article-tag {
  margin-top: 1.5rem;
}

.tag-10 {
  padding-left: 17px;
  background: url(../images/ico_pindao_tag.png) no-repeat left center;
  margin-right: 0.25rem;
}

.tag-10 a {
  padding: 2px 5px;
  font-size: 12px;
  color: #999;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  margin-right: 0.25rem;
}

.tag-13 {
  padding-left: 25px;
  background: url(../images/icon13.png) no-repeat left center;
  margin-right: 0.25rem;
}

.tag-16 {
  padding-left: 25px;
  background: url(../images/new-tips.png) no-repeat left center;
  margin-right: 0.25rem;
}

.tag-19 {
  padding-left: 25px;
  background: url(../images/icon12.png) no-repeat left center;
  margin-right: 0.25rem;
}

.home-cover {
  margin-top: 0.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}

.home-cover-content {
  width: 100%;
  min-height: 12.15rem;
  overflow: hidden;
}

.home-cover-left .cover-img {
  height: 100%;
  /*  width: 7.25rem;
    display: inline-block; */
}

.cover-img img {
  width: 100%;
  height: 100%;
}

.home-cover-left {
  position: relative;
  /* display: flex;
    align-items: center; */
  height: 12.15rem;
}

.home-cover-left .cover-info {
  position: absolute;
  bottom: 0;
  padding: 0.4rem 0.3rem;
  width: 100%;
  height: 35%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.cover-info .big-no {
  position: absolute;
  right: 0.4rem;
  top: 0.35rem;
  font: bold 0.55rem " MicrosoftYaHei-Bold";
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 0 0.1rem;
  display: none;
}

.cover-info .big-title1 {
  font-size: 0.58rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  letter-spacing: 0.04rem;
  margin-bottom: 0.45rem;
  /*  width: calc(100% - 3rem); */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* .cover-info div:nth-child(2) {
    font-size: .425rem;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    margin-bottom: .6rem;
} */

.cover-info .big-title2 {
  font: 400 0.45rem "MicrosoftYaHei";
}

.cover-info .cover-time {
  text-align: right;
  padding-right: 0.2rem;
  margin-top: 0.3rem;
  font: 400 0.4rem "MicrosoftYaHei";
}

.cover-info .cover-time span {
  /* padding-left: .65rem;
    font-size: .35rem;
    background: url(../images/time-ico.png) left no-repeat; */
  font: bold 0.55rem " MicrosoftYaHei-Bold";
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 0 0.1rem;
}

.cover-info .cover-more {
  display: inline-block;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  position: relative;
  top: -0.6rem;
}

.cover-info .cover-more span {
  font-size: 0.35rem;
}

/*
.cover-info .cover-more:hover {
    background: #fff;
    color: #ff5700;
} */

.home-cover .col-md-4,
.home-cover .col-md-8 {
  padding: 0;
}

.home-cover-right {
  /* /*  border: 1px #929d99 solid;
    border-left: 0; */
  height: 12.15rem;
}

.home-cover-right ul {
  height: 100%;
  margin-left: 0.3rem;
  background: #fff;
  box-shadow: 0 3px 10px #e2ebef;
  border-radius: 0.05rem;
}

.home-cover-right li {
  height: 25%;
  border-bottom: 2px #f6f6f6 solid;
}

.home-cover-right li a {
  display: flex;
  align-items: center;
}

.home-cover-right li:last-child {
  border-bottom: 0;
}

.home-cover-right .cover-r-no {
  width: 5.8rem;
  padding: 0 0 0 1.6rem;
  /*  border-right: 1px #f6f6f6 solid; */
}

.cover-r-no {
  position: relative;
}

.cover-r-no .name {
  font-size: 0.6rem;
  color: #000;
  padding-top: 0.2rem;
}

.cover-r-no .time {
  font-size: 0.325rem;
  font-weight: 700;
  color: #747474;
  padding: 0.1rem 0 0.2rem 0;
}

.cover-r-no .cover-r-nos {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 0.525rem;
  padding-top: 0.2rem;
  border-top: red 2px solid;
}

.cover-r-no .cover-r-nos:after {
  position: absolute;
  content: "";
  width: 1.2em;
  left: 0.05rem;
  top: -0.05rem;
  display: inline-block;

  height: 0;
}

.cover-r-no::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 65%;
  border-left: 1px solid #8d8d8d;
  border-right: 1px solid #d6d6d6;
  border-right: 1px solid transparent;
  content: "";
}

.cover-r-no .cover-r-nos em {
  font-style: normal;
  font-size: 0.32rem;
  color: #7c7b7b;
}

.home-cover-right .right-info {
  width: calc(100% - 5.8rem);
  display: flex;
  /* align-items: center; */
  padding: 0.3rem 0.5rem 0.3rem 0.82rem;
}

.right-info .text {
  width: calc(100% - 2rem);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.42rem;
  padding-right: 1.3rem;
}

.right-info .img {
  width: 2rem;
}

.right-info .text .text-infos {
  color: #a5a5a6;
  font-size: 0.325rem;
  padding-top: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}

.right-info .text .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.475rem;
  color: #000;
  width: 100%;
}

.right-info .text .more {
  /*  display: inline-block; */
  width: 100%;
  color: red;
  text-align: left;
  margin-top: 0.08rem;
}

.right-info .text .more span {
  font-size: 0.35rem;
  border-bottom: 1px solid #999999;
}

.right-info .text .more em {
  font-style: normal;
  color: #262626;
  float: right;
  font-size: 0.325rem;
  line-height: 0.5rem;
  padding-left: 0.4rem;
  background: url(../images/time-ico1.png) left no-repeat;
}

.home-cover .news_more a {
  top: -0.2rem;
  right: 0.5rem;
}

.right-info .img img {
  /* width: 1.8rem;
    height: 1.8rem; */
}

.arrow,
.arrow-left {
  display: inline-block;
  background: url(../fonts/arrow.svg) no-repeat;
  background-size: 100% 100%;
}
.arrow-right {
  display: inline-block;
  background: url(../fonts/arrow.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-down {
  display: inline-block;
  background: url(../fonts/arrow.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow-up {
  display: inline-block;
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pages {
  /* padding: 24px 0; */
  text-align: center;
  font-size: 12px;
  color: #666666;
  clear: both;
}
.pages a:link,
.pages a:visited,
.pages a:active,
.pages strong {
  background: #fff;
  padding: 8px;
  text-decoration: none;
  min-width: 32px;
  height: 32px;
  margin-right: 6px;
  display: inline-block;
}
.pages a:hover,
.pages strong {
  background: #ed2f2e;
  /* border: #ed2f2e 1px solid; */
  color: #ffffff;
  padding: 8px;
  text-decoration: none;
}
.pages .pagemore {
  margin-right: 6px;
}
.pages .pages_inp {
  width: 32px;
  border: #ed2f2e 1px solid;
  color: #666666;
  padding: 4px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  height: 32px;
}
.pages .pages_btn {
  width: 32px;
  border: #ed2f2e 1px solid;
  color: #ffffff;
  padding: 4px 6px;
  background: #ed2f2e;
  font-weight: bold;
  font-size: 11px;
  margin-left: 5px;
  height: 32px;
}
.pages .pages_btn:hover {
  opacity: 0.8;
}
.pages .pages_btn:active {
  opacity: 1;
}
.pages label {
  background: #ffffff;
  border: #dddddd 1px solid;
  color: #666666;
  padding: 6px 6px;
}
.pages label em {
  color: red;
  font-weight: bold;
  font-style: normal;
}
.pages label span {
  font-weight: bold;
}
.pages cite {
  font-style: normal;
}
.pages span {
  height: 32px;
  padding-top: 5px;
}
.pages span.pagego {
  height: 32px;
  padding-top: 0;
}

.pages a,
.pages > span,
.pages strong,
.pages > input {
  margin-top: 8px;
}

.view-history .personal_main_head {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.valid {
  padding: 1rem 1.8rem 1.5rem;
  width: 14rem;
  height: 7rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.valid .hd {
  font-size: 0.7rem;
  color: #464646;
  font-weight: normal;
  line-height: 1.2rem;
  text-align: center;
}
.valid_yz .bd .result {
  border: 0;
  padding: 0;
  min-height: auto;
}
.valid .bd .text-c {
  text-align: center;
}
.valid .bd .result {
  padding: 18px 0;
  width: 11rem;
  min-height: 2rem;
  font-size: 0.45rem;
  color: #464646;
}
.valid .bd .result .message {
  text-align: left;
  display: flex;
  color: #999;
}
.valid .bd .result .message .layui-layer-ico {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  flex-shrink: 0;
}
.valid_yz .bd .result .step {
  margin-top: 0;
  line-height: 1.2;
}

.valid .bd .result .step {
  font-size: 0.45rem;
  color: #999;
}
.valid .bd .submitbox .txt {
  width: 193px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.valid .bd .submitbox .txt {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 5rem;
  height: 1rem;
  padding: 0 10px;
  font-size: 0.35rem;
  color: #464646;
}
input[type="text"],
textarea {
  background-color: #fff;
}
.valid .bd .submitbox .subbtn {
  width: 3rem;
  height: 1rem;
  background: #1694c8;
  border-radius: 5px;
  font-size: 0.5rem;
  color: #fff;
  margin-left: 14px;
  border: #1694c8;
}
@media screen and (max-width: 340px) {
  .layui-layer-page {
    width: 100% !important;
  }
  .valid {
    width: auto;
  }
  .valid .bd .result {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .home-cover-left .cover-img {
    width: 100%;
    overflow: hidden;
  }

  .home-cover-left .cover-info {
    width: 100%;
    padding: 0.4rem;
    overflow: hidden;
  }

  .home-cover-right ul {
    height: 100%;
    margin-left: 0;
  }

  .cover-info .cover-time span {
    padding-left: 0.8rem;
  }

  .home-cover-right .right-info {
    width: calc(100% - 3rem);
    padding: 0.3rem 0.5rem;
  }

  .home-cover-right {
    height: 16rem;
  }

  .home-cover-right .cover-r-no {
    padding: 0.3rem 0.5rem 0.3rem 0;
  }

  .right-info .img {
    width: 1.6rem;
    /*  display: none; */
  }

  .cover-info .cover-time {
    margin-top: 0.6rem;
  }

  .right-info .text .title {
    width: 100%;
    height: 1.2em;
  }

  .right-info .text {
    padding-right: 0.3rem;
  }

  .right-info .text .text-infos {
    color: #a5a5a6;
    font-size: 0.35rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em;
  }
}
