<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "宋体", "宋体-简", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.ppjs__con {
  background: url(../images/shop//bg_1.jpg) center no-repeat;
  background-size: 100% 100%;
  justify-content: flex-start;
  padding: 30px;
  margin-bottom: 100px;
}

.ppjs__con .txt_con {
  text-align: center;
  width: calc(100% - 250px);
  padding: 0 15%;
}

.ppjs__con .txt_con img {
  max-width: 100%;
  margin-bottom: 30px;
}

.ppjs__con .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.ppjs__con .img {
  max-width: 100%;
}
</pre></body></html>