@charset "UTF-8";
:root {
  --font-family: PingFang SC;
  --font-weight: 700;
  --color-red: red;
  --font-size: 1.6rem;
  --avatar-info: 5rem;
  --avatar-wh: 4.8rem;
  --line-height: initial;
}

* {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 移动端&平板适配 */
@media screen and (max-width: 1028px) {
  html,
  body {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2.6666666667vw;
    background-color: #fff;
    scroll-behavior: smooth;
  }
  p {
    font-size: 1.6rem;
    /*font-family: PingFang SC;*/
  }
}
/* PC端适配 */
@media only screen and (min-width: 1029px) {
  html,
  body {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    max-width: 1029px;
    margin: 0 auto;
  }
}
.mt-14 {
  margin-top: 1.4rem;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mtb-24 {
  margin: 2.4rem 0 2.4rem 0 !important;
}

.fonts-12 {
  font-size: 1.2rem !important;
  font-family: PingFangSC;
  font-weight: normal;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
  color: #4b77f0;
}

.fonts-16 {
  font-size: 1.6rem !important;
}

.fonts-14 {
  font-size: 1.4rem !important;
}

.fonts-18 {
  font-size: 1.8rem !important;
}

.top-header{
  width: 37.5rem;
  height: 2.8rem;
  background-image: url(http://az.cdjdfjy.com/static/index/renzheng.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.title-16 {
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 700;
  line-height: var(--line-height);
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  text-indent: initial !important;
}

.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.flex-xy-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tools-line {
  border-bottom: 0.1rem solid #8888a7;
  padding: initial !important;
  margin: 1.5rem 0 1.5rem 0;
}

.tools-tipCenter {
  text-indent: 0;
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  color: #6f6f6f;
}

.tools-xulie {
  background: #f8f8f8;
  padding: 1rem 2rem;
}
.tools-xulie p {
  text-indent: initial !important;
  font-weight: 700;
}

.tools-img {
  width: 100%;
  height: 100%;
}

.tools-bgimage {
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0.1rem solid #000;
}

.tools-fontWeight {
  font-weight: var(--font-weight);
}

.tools-fontCenter {
  text-align: center;
}

.tools-indent {
  text-indent: 2em;
}

.tools-indent-init {
  text-indent: initial !important;
}

.tools-video-style {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.color-red {
  color: var(--color-red);
}

header .top_renzheng {
  width: 102.9rem;
  height: 100%;
  background-image: url(http://az.cdjdfjy.com/static/index/renzheng.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
header .title_o {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #333333;
  text-indent: initial !important;
  padding: 1rem 1.4rem 1rem 1.4rem;
}
header p {
  padding: 1rem 1.4rem 1rem 1.4rem;
}
header .tools-line {
  margin: 0 auto;
}

main {
  padding: 1rem 1.4rem 0 1.4rem;
}
main p {
  text-align: justify;
  font-family: PingFang SC;
  font-size: var(--font-size);
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  
  padding: 0.4rem 0;
  text-indent: 2em;
  line-height: 3rem;
}

footer {
  padding: 1rem 1.4rem 1rem 1.4rem;
}
footer p {
  text-align: justify;
  font-family: PingFang SC;
  font-size: var(--font-size);
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  line-height: var(--line-height);
}
footer .anonymous {
  font-weight: 700 !important;
}
footer .comment-tips {
  width: 34.7rem;
  height: 2.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .comment-tips-flag {
  width: 0.6rem;
  height: 1.8rem;
  border-radius: 0.45rem;
  opacity: 1;
  display: inline-block;
  background: #5c83ed;
}
footer .comment-tips-tips {
  font-family: PingFang SC;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.0041em;
  line-height: 2.6rem;
  margin-left: 1.2rem;
  color: #333333;
}
footer .comment-List .block-item {
  margin-top: 2.2rem;
  display: flex;
  flex-direction: row;
  height: auto;
}
footer .comment-List .block-item .item-avatar-l {
  width: var(--avatar-wh);
  height: var(--avatar-wh);
  border-radius: 50%;
  background-image: url("../index/avatar1.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 0.1rem solid #ccc;
}
footer .comment-List .block-item .item-avatar-l-relactive {
  position: relative;
}
footer .comment-List .block-item .item-avatar-l-relactive-absolute {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 0;
  right: -0.2rem;
}
footer .comment-List .block-item .item-content-r {
  display: flex;
  flex-direction: column;
  margin-left: 1.2rem;
  flex: 1;
}
footer .comment-List .block-item .item-content-r-header {
  height: var(--avatar-info);
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: initial;
}
footer .comment-List .block-item .item-content-r-header .anonymous {
  line-height: initial;
}
footer .comment-List .block-item .item-content-r-header .region {
  font-size: 1.2rem;
  line-height: initial;
}
footer .comment-List .block-item .item-content-r .dianzan {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
footer .comment-List .block-item .item-content-r .dianzan .dianzan-l yfspan {
  width: auto;
  height: 2rem;
  opacity: 1;
  font-family: PingFang SC;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.0041em;
  color: #999999;
}
footer .comment-List .block-item .item-content-r .dianzan .dianzan-r .number {
  background-image: url(../index/dianzan.png);
  background-position-x: left;
  background-size: 1.8rem;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: right;
  font-family: PingFang SC;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #999999;
  background-position-y: center;
  padding-left: 2rem;
}
footer .comment-List .block-item .item-content-r .dianzan .dianzan-r .pinglun {
  display: inline-block;
  background-image: url(../index/comment.png);
  background-size: 1.8rem;
  background-repeat: no-repeat;
  text-align: right;
  background-position-x: left;
  margin-left: 2.8rem;
  font-family: PingFang SC;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #999999;
  padding-left: 2rem;
  background-position-y: center;
}
footer .comment-List .block-item .item-content-r .huifu-comment {
  margin-top: 0.8rem;
  background: #f8f9fb;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  border-radius: 0.4rem;
}
footer .comment-List .block-item .anonymous-comments {
  opacity: 1;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: var(--line-height);
  letter-spacing: 0.02em;
  color: #525252;
  font-size: var(--font-size);
  text-align: justify;
}
footer .comment-input {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
footer .comment-input textarea {
  width: 34.7rem;
  height: 8rem;
  background: #fff;
  border: 0.1rem solid #f2f2f2;
  outline: 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 2.5rem;
  resize: none;
  box-sizing: border-box;
}
footer .comment-input .comment-btn {
  margin-top: 1rem;
  border-radius: 0.4rem;
  float: right;
  width: 7rem;
  height: 2.6rem;
  color: #868686;
  background: #eee;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
footer .comment-beian {
  margin-top: 3rem;
  width: 34.7rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zaax-wxh,
.zfzaax-wxh,
.indentInit {
	text-align: left !important;
}