@charset "UTF-8";
/* ========================reset=============================== */
html {
  font-size: 13.34vw;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #f6f3e6;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 12px;
}

a {
  text-decoration: none !important;
  /* color: #909090 */
}

/* a:hover { 
    text-decoration: underline;
    color: #f60;
} */
/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  display: flex;
  flex-direction: column;
}

.back {
  width: 100%;
  height: auto;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.back .logo {
  width: 100%;
  height: 1.03rem;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  background-position: center .19rem;
}

.back .inspect {
  width: 100%;
  height: auto;
  padding: 0 .25rem;
}

.back .inspect img {
  display: block;
  width: 100%;
  height: auto;
}

.back .infor {
  width: 100%;
  height: auto;
  margin-top: .12rem;
  padding: 0 .3rem;
}

.back .infor .inforBox {
  width: 100%;
  height: 4.26rem;
  background-image: url(../images/post.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: .42rem;
  padding: .42rem .18rem 0 .28rem;
  display: flex;
  justify-content: space-between;
}

.back .infor .inforBox .inforL {
  width: 3.6rem;
  height: 100%;
  padding-top: 0.24rem;
}

.back .infor .inforBox .inforL .inforLtitle {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  border-bottom: 0.02rem solid #09d9fe;
  color: #ffffff;
  font-size: .36rem;
  font-weight: bold;
}

.back .infor .inforBox .inforL .inforList {
  width: 100%;
  height: auto;
  padding-top: .17rem;
}

.back .infor .inforBox .inforL .inforList li {
  width: 100%;
  height: .45rem;
  line-height: .45rem;
  color: #ffffff;
  font-size: .24rem;
}

.back .infor .inforBox .inforR {
  width: 2.41rem;
  height: 3.34rem;
  background: #88aaf5;
  padding: .11rem;
}

.back .infor .inforBox .inforR img {
  width: 100%;
  height: 100%;
}

.pinglun1 {
  width: 100%;
  flex: 1;
  margin-top: -.85rem;
}

.pinglun1 .backbottom {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: 100% 0.85rem;
  background-position: 0 0;
  z-index: 1000;
  width: 100%;
  height: 0.85rem;
}

.pinglun1 .backTop {
  width: 100%;
  height: calc(100vh - 8.5rem);
  z-index: 1;
  background-image: linear-gradient(to bottom, #ffffff, #f6f3e6);
  padding-bottom: 0.2rem;
}

.pinglun1 .backTopBox {
  width: 6.9rem;
  height: 4.13rem;
  margin: 0 auto;
  position: relative;
}

.pinglun1 .backTopBox .backTopBox2 {
  width: 100%;
  height: 3.51rem;
  background-image: url(../images/footer1.png);
  background-repeat: no-repeat;
  background-size: 6.99rem 100%;
  background-position: 0 0;
  z-index: 99;
  position: absolute;
  top: 0.48rem;
  padding: .4rem .28rem;
  display: flex;
  justify-content: space-between;
}

.pinglun1 .backTopBox .backTopBox2 li {
  width: 1.92rem;
  height: 2.72rem;
}

.pinglun1 .backTopBox .backTopBox2 li img {
  display: block;
  width: 100%;
  height: 100%;
}

.pinglun1 .backTopBox .backtitle {
  position: absolute;
  top: 0;
  width: 100%;
  height: .62rem;
  z-index: 999;
  background: #ffd1a4;
  color: #c90b0e;
  font-weight: bold;
  text-align: center;
  font-size: .28rem;
  line-height: .62rem;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pinglun1 .linkList {
  width: 6.9rem;
  height: 1.55rem;
  display: flex;
  justify-content: space-between;
  margin: .17rem auto;
}

.pinglun1 .linkList a {
  display: block;
}

.pinglun1 .linkList .link1 {
  width: 5.15rem;
  height: 100%;
}

.pinglun1 .linkList .link1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.pinglun1 .linkList .link2 {
  width: 1.6rem;
  height: 100%;
  border: .01rem solid #1055eb;
  border-radius: 0.08rem;
  padding-top: 0.05rem;
}

.pinglun1 .linkList .link2 img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin: 0 auto;
}

.pinglun1 .linkList .link2 p {
  width: 100%;
  height: 0.22rem;
  line-height: 0.22rem;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
}
