.cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.m_question .relate-question .qabox li {
  width: 6.98rem;
  margin: 0 auto .34rem;
}
.m_question .relate-question .qabox li.mhide {
  display: none;
}
.m_question .relate-question .qabox li .tit {
  width: .4rem;
  height: .4rem;
  background-color: #fe8331;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #ffffff;
  margin-right: .26rem;
  text-align: center;
  -webkit-box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
          box-shadow: 0 0 0.3rem rgba(254, 131, 49, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_question .relate-question .qabox li .cont {
  width: 6.3rem;
}
.m_question .relate-question .qabox li .ques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .3rem;
}
.m_question .relate-question .qabox li .ques .cont {
  font-size: 0.27rem;
  line-height: 0.4rem;
  color: #333333;
  font-weight: bold;
}
.m_question .relate-question .qabox li .answ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.m_question .relate-question .qabox li .answ .tit {
  background-color: #9686ff;
  margin-top: .1rem;
  -webkit-box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
          box-shadow: 0 0 0.3rem rgba(150, 134, 255, 0.1);
}
.m_question .relate-question .qabox li .answ .cont {
  font-size: 0.25rem;
  line-height: 0.56rem;
  color: #666666;
}
.m_question .relate-question .qbtn {
  display: block;
  width: 3rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #da4615;
  cursor: pointer;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#da4615), to(#fb822f));
  background: linear-gradient(left, #da4615, #fb822f);
  letter-spacing: .02rem;
  margin: 0 auto;
}
.marbot {
  margin-bottom: .3rem;
  background-color: #fff;
}
.now-status {
  padding: 0 .26rem 0;
}
.now-status .cbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.now-status .cbox .citem {
  text-align: left;
  width: 3.34rem;
  margin-bottom: .4rem;
}
.now-status .cbox .citem img {
  width: 100%;
  height: 2.214rem;
  margin-bottom: .2rem;
}
.now-status .cbox .citem .tit {
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fe8331;
  letter-spacing: .02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.now-status .cbox .citem .cont {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-wrap: break-word;
}
.now-status .cbtn {
  display: block;
  width: 3rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #da4615;
  cursor: pointer;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#da4615), to(#fb822f));
  background: linear-gradient(left, #da4615, #fb822f);
  letter-spacing: .02rem;
  margin: 0 auto;
}
.dljz-fbox {
  width: 100%;
  height: 9.6rem;
  position: relative;
}
.dljz-fbox .cbox {
  position: absolute;
  width: 7.5rem;
  height: 7.52rem;
  top: 2.02rem;
  overflow-x: hidden;
}
.dljz-fbox .cbox .citem {
  width: 4.96rem;
  height: 6.92rem;
  border-radius: .06rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#17c774), to(#14d0d1));
  background: linear-gradient(top, #17c774, #14d0d1);
  border-radius: .06rem .06rem 2.48rem 2.48rem;
  position: absolute;
  top: 0;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.dljz-fbox .cbox .citem .tit {
  font-size: 0.3rem;
  line-height: 0.72rem;
  color: #ffffff;
  margin: .38rem 0 0;
  letter-spacing: .02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dljz-fbox .cbox .citem .cont {
  font-size: 0.21rem;
  line-height: 0.3rem;
  color: #ffffff;
  padding-bottom: .32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 4.1rem;
  margin: 0 auto .36rem;
  border-bottom: 0.02rem soild rgba(255, 255, 255, 0.2);
}
.dljz-fbox .cbox .citem .tags span {
  display: inline-block;
  padding: 0 .16rem;
  font-size: .22rem;
  line-height: .62rem;
  color: #fff;
}
.dljz-fbox .cbox .citem .tags {
  padding: 0 .52rem;
}
.dljz-fbox .cbox .citem .tags .sel {
  color: #fe640f;
}
.dljz-fbox .cbox .citem .btn {
  /* background: url(../images/qyfw/btn_jt_icon1.png) no-repeat right 0.28rem center; */
  display: block;
  width: 2.04rem;
  height: 0.64rem;
  border-radius: 0.06rem;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.22rem;
  color: #15cdb4;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  letter-spacing: .01rem;
  background-size: .28rem .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 1.4rem;
  left: 1.48rem;
  /* text-indent: .4rem; */
}
.dljz-fbox .cbox li.item2 {
  width: 5.4rem;
  height: 7.52rem;
  left: 1.06rem;
  top: 0;
  z-index: 9;
}
.dljz-fbox .cbox li.item1 {
  top: .42rem;
  left: -4.14rem;
  z-index: 3;
}
.dljz-fbox .cbox li.item3 {
  top: .42rem;
  left: 6.74rem;
  z-index: 3;
}
.dljz-fbox .cbox li.ite1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#17c774), to(#14d0d1));
  background: linear-gradient(top, #17c774, #14d0d1);
}
.dljz-fbox .cbox li.ite1 .btn {
  color: #15cdb4;
}
.dljz-fbox .cbox li.ite2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0250ff), to(#10c2f9));
  background: linear-gradient(top, #0250ff, #10c2f9);
}
.dljz-fbox .cbox li.ite2 .btn {
  color: #0da5fb;
  /* background-image: url(../images/qyfw/btn_jt_icon2.png); */
}
.dljz-fbox .cbox li.ite3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8621f), to(#f1bb33));
  background: linear-gradient(top, #d8621f, #f1bb33);
}
.dljz-fbox .cbox li.ite3 .btn {
  color: #e89a2b;
  /* background-image: url(../images/qyfw/btn_jt_icon3.png); */
}
.good-server-ys {
  background: #222222 url('../images/qyfw/mpic6_bg.jpg') no-repeat center;
  background-size: cover;
  padding: 0 .26rem .5rem;
}
.good-server-ys .pc-com-module-title {
  color: #fff;
}
.good-server-ys .cbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.good-server-ys .cbox .citem {
  margin-bottom: .42rem;
  position: relative;
  text-align: center;
  width: 3.16rem;
}
.good-server-ys .cbox .citem img {
  width: 0.96rem;
  height: 0.96rem;
  margin-bottom: .1rem;
}
.good-server-ys .cbox .citem .tit {
  font-size: 0.25rem;
  line-height: 0.58rem;
  color: #fe8331;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.good-server-ys .cbox .citem .cont {
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #b6b6b6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-wrap: break-word;
}
.com-khpj {
  background-color: #fff;
  padding: 0 .26rem;
}
.com-khpj .cbox .citem {
  position: relative;
  padding-left: 2.54rem;
  margin-bottom: .24rem;
  height: 2.46rem;
}
.com-khpj .cbox .citem img {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: .08rem;
}
.com-khpj .cbox .citem .tit {
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-khpj .cbox .citem .tit2 {
  font-size: 0.21rem;
  line-height: 0.38rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-khpj .cbox .citem .cont {
  font-size: 0.23rem;
  line-height: 0.36rem;
  color: #333333;
  padding: .19rem 0 0;
  background: url(../images/qyfw/san_71.png) no-repeat left top;
  background-size: .46rem .39rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-wrap: break-word;
}
.know-more {
  width: 6.98rem;
  margin: .2rem auto 0;
  padding-bottom: .56rem;
  background: url('../images/qyfw/khpj_bg.jpg') no-repeat center;
  background-size: cover;
}
.know-more .title {
  font-size: 0.34rem;
  line-height: 0.36rem;
  color: #ffffff;
  font-weight: bold;
  padding: .42rem 0 .32rem;
  letter-spacing: .02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.know-more .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.5rem;
  height: 0.8rem;
  background-color: #fff;
  margin: 0 auto;
}
.know-more .inbox .insome {
  width: 4.32rem;
  height: .8rem;
  padding: 0 .34rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.know-more .inbox .insome input {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  padding: 0;
  margin: 0;
  font-size: 0.27rem;
  color: #333;
}
.know-more .inbox .btn {
  width: 2.16rem;
  height: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#da4723), to(#ec8232));
  background: linear-gradient(left, #da4723, #ec8232);
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.8rem;
  letter-spacing: .02rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-template5 .dljz-fbox .pc-com-module-title {
  padding-top: .66rem;
}
.page-template5 .pageflow .pc-com-module-title {
  padding-top: .6rem;
}
