@charset "utf-8";

/*初始样式*/
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}

/*网站字体颜色*/
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img {
  border: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: -1.5px;
  font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei";
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* -- 页面整体布局 -- */
.content {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.white,
.whites {
  position: relative;
  overflow: hidden;
}

.white:after,
.whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content-s {
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  width: 90%;
  min-width: 1200px;
  max-width: 1400px;
}


/* -- 广告 -- */
.content {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.banner {
  position: relative;
}

.banner li {
  width: 100%;
}

.banner li img {
  display: block;
  width: 100%;
}

.banner .content {
  position: relative;
}

.ban_pg {
  position: absolute;
  left: 0;
  bottom: 61px;
  height: 15px;
  z-index: 15;
  width: 100%;
  text-align: center;
}

.ban_pg i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  vertical-align: top;
}

.ban_pg i.on {
  background: #1b7749;
}


.banner .prev {
  position: absolute;
  top: 45%;
  left: 1.5%;
  z-index: 10;
  cursor: pointer;
  transition: all .25s linear;
  opacity: 0;
}

.banner .next {
  position: absolute;
  top: 45%;
  right: 1.5%;
  z-index: 10;
  cursor: pointer;
  transition: all .25s linear;
  opacity: 0;
}

.banner em {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 133, 63);
}

.banner em img {
  height: 30px;
  display: inline-block;
  margin-top: 15px;
}

.banner:hover .prev {
  opacity: 1;
  left: 4%;
}

.banner:hover .next {
  opacity: 1;
  right: 4%;
}

/* -- 引子 -- */
.yz {
  padding: 4rem 0 4.35rem 0;
  background: #f0f4f7;
}

.yz1 {
  overflow: hidden;
  margin-bottom: 2rem;
}

.yz1 h2 {
  float: left;
  padding-bottom: 33px;
  background: url(/uploads/allimg/20230822/ts1.png) no-repeat left bottom;
}

.yz1 h2 em {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #e0e4e7;
  font-style: italic;
}

.yz1 h2 span {
  font-size: 38px;
  line-height: 38px;
  color: #333333;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}

.yz1 .desc {
  float: right;
  width: 53.92%;
}

.yz1 .desc p {
  font-size: 16px;
  line-height: 33px;
  color: #595959;
  display: block;
}

.yz1 .desc .gds {
  transition: 0.35s;
  margin-top: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  border: 1px solid #d4d8da;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
}

.yz1 .desc .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}


.vio {
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.vio img {
  width: 100%;
  display: block;
}


.yz2 ul li {
  float: left;
  text-align: center;
  transition: 0.35s;
  width: 20%;
  position: relative;
  border-right: 1px solid #d1d1d1;
  box-sizing: border-box;
}

.yz2 ul li b {
  font-size: 50px;
  color: #666666;
  display: inline-block;
  line-height: 50px;
  font-weight: normal;
  font-family: "Arial";
}

.yz2 ul li em {
  font-size: 22px;
  color: #666666;
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  vertical-align: top;
  margin-left: 6px;
}

.yz2 ul li i {
  font-size: 15px;
  color: #666666;
  display: inline-block;
  font-weight: normal;
  line-height: 15px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 6px;
}

.yz2 ul li span {
  font-size: 16px;
  color: #737373;
  display: block;
  font-weight: normal;
  padding-top: 10px;
  line-height: 16px;
}

.yz2 ul li:last-of-type {
  border: 0;
}

/* -- 遇见绿堂 -- */
.yj {
  padding-bottom: 4.5rem;
  padding-top: 5rem;
  background: #ffffff;
}

.yj1 {
  overflow: hidden;
}

.yj1 h2 {
  padding-bottom: 33px;
  background: url(/uploads/allimg/20230822/ts1.png) no-repeat left bottom;
}

.yj1 h2 em {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #e0e4e7;
  font-style: italic;
}

.yj1 h2 span {
  font-size: 38px;
  line-height: 38px;
  color: #333333;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}

.yjs {
  margin-top: 50px;
}

.yjs dl {
  float: left;
  width: 47.6%;
  margin-bottom: 3.15rem;
}

.yjs dl dt {
  position: relative;
}

.yjs dl dt img {
  width: 88%;
  display: block;
}

.yjs dl dd {
  height: 185px;
  position: relative;
}

.yjs dl dt h4 {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 80px;
  background: #1b7749;
  height: 342px;
}

.yjs dl dt h4 a {
  font-size: 26px;
  color: #fff;
  display: flex;
  font-weight: normal;
  writing-mode: vertical-rl;
  vertical-align: top;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 58px;
  letter-spacing: 5px;
  width: 80px;
}

/*.yjs dl dd h4{height: 80px;line-height: 80px;text-align: left;border-bottom: 0.05rem solid #c9c9c9;box-sizing: border-box;}
.yjs dl dd h4 a{font-size: 26px;color: #333333;display: block;font-weight: normal;}*/
.yjs dl dd p {
  font-size: 15px;
  line-height: 30px;
  display: block;
  color: #666666;
  font-weight: normal;
  padding-top: 0.75rem;
  height: 105px;
}

.yjs dl:nth-of-type(2n) {
  float: right;
}

.yjs dl dd .gds {
  transition: 0.35s;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  border: 1px solid #d4d8da;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
}

.yjs dl dd .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}


@media screen and (min-width:760px) and (max-width:1680px) {
  .yjs dl dd h4 {
    height: 60px;
    line-height: 60px;
  }

  .yjs dl dd p {
    line-height: 20px;
    height: 80px;
    padding-top: 0.5rem;
  }

  .yjs dl dd .gds {
    margin-top: 6px;
  }


}

/* -- 食品代加工 -- */
.cpt {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  background: #ebf1f5;
}

.cpt h2 {
  float: left;
  padding-bottom: 33px;
  background: url(/uploads/allimg/20230822/ts1.png) no-repeat left bottom;
}

.cpt h2 em {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #e0e4e7;
  font-style: italic;
}

.cpt h2 span {
  font-size: 38px;
  line-height: 38px;
  color: #333333;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}

.cpt i a {
  float: right;
  transition: 0.35s;
  margin-top: 70px;
  height: 22px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 16px;
  font-weight: normal;
}

.cpt i a:hover {
  color: #1b7749;
  border-color: #1b7749;
  transform: translateY(-5px);
}


.cpt-1 {
  overflow: hidden;
  margin-top: 50px;
}


.tit1 {
  float: left;
  width: 21.42%;
}

.tit1 ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0.25rem;
  transition: all 0.5s ease;
  height: 160px;
  background: #ffffff;
}

.tit1 ul li h3 {
  display: block;
  text-align: left;
  padding-top: 55px;
  padding-left: 50px;
}

.tit1 ul li h3 em {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #4c4c4c;
}

.tit1 ul li h3 span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #cccccc;
  font-family: "Arial";
  margin-top: 14px;
  text-transform: uppercase;
}

.tit1 li:after {
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #1b7749;
  content: "";
  display: block;
}

.tit1 li.cur:after {
  width: 100%;
}

.tit1 li.cur::before {
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 72px;
  right: 30px;
  content: "";
  background: url(/uploads/allimg/20230822/arrow-3.png) no-repeat;
}


.cp_con {
  float: right;
  width: 76.42%;
}

.cp_con ul li {
  width: 28%;
  float: left;
  position: relative;
}

.cp_con ul li i {
  position: relative;
}

.cp_con ul li img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  display: block;
}

.cp_con ul li h3 {
  position: absolute;
  width: 100%;
  top: 195px;
  text-align: center;
}

.cp_con ul li h3 a {
  font-size: 18px;
  color: #595959;
  display: block;
  line-height: 18px;
}

.cp_con ul li.a1 {
  width: 70%;
  float: left;
  margin-right: 1.8%;
}

.cp_con ul li.a1 h3 {
  position: absolute;
  top: 60px;
  text-align: left;
  left: 60px;
  width: 80%;
}

.cp_con ul li.a1 .gds {
  transition: 0.35s;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  border: 1px solid #1b7749;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
  position: absolute;
  top: 104px;
  left: 60px;
}

.cp_con ul li.a1 .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}

.cp_con ul li:last-of-type {
  margin-top: 1rem;
}

.cp_con ul li.a1 img {
  height: 490px;
  object-fit: cover;
}

@media screen and (min-width:760px) and (max-width:1366px) {
  .tit1 ul li {
    height: 141px;
  }

  .tit1 ul li h3 {
    padding-top: 41px;
    padding-left: 25px;
  }

  .tit1 li.cur::before {
    top: 60px;
    right: 20px;
  }

  .cp_con ul li h3 {
    top: 170px;
  }

}


/* -- 客户案例 -- */
.case {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}

.case h2 {
  float: left;
  padding-bottom: 33px;
  background: url(/uploads/allimg/20230822/ts1.png) no-repeat left bottom;
}

.case h2 em {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  color: #e0e4e7;
  font-style: italic;
}

.case h2 span {
  font-size: 38px;
  line-height: 38px;
  color: #333333;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}

.case i a {
  float: right;
  transition: 0.35s;
  margin-top: 70px;
  height: 22px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 16px;
  font-weight: normal;
}

.case i a:hover {
  color: #1b7749;
  border-color: #1b7749;
  transform: translateY(-5px);
}

.case-1 {
  overflow: hidden;
  margin-top: 50px;
}


.tit2 {
  height: 453px;
  float: left;
  width: 41.42%;
}

.tit2 ul li {
  float: left;
  width: 100% !important;
  position: relative;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.tit2 ul li h3 {
  height: 102px;
  display: block;
}

.tit2 ul li h3 i {
  overflow: hidden;
  display: block;
  height: 38px;
  width: 30px;
  float: left;
  margin: 28px 10px 0 0;
  transition: all 0.3s;
}

.tit2 ul li h3 i img {
  display: block;
  width: 100%;
}

.tit2 ul li h3 span {
  font-size: 24px;
  color: #4c4c4c;
  display: block;
  padding-top: 35px;
  line-height: 24px;
  font-weight: normal;
  float: left;
}

.tit2 .cr1 {
  height: 0;
  display: block;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.tit2 .cr1 i {
  overflow: hidden;
  display: block;
  height: 38px;
  width: 30px;
  float: left;
  margin: 28px 10px 0 0;
  transition: all 0.3s;
}

.tit2 .cr1 img {
  display: block;
  width: 100%;
}

.tit2 ul li:first-child {
  border-top: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.tit2 .cr1 h4 {
  text-align: left;
  padding-top: 35px;
  position: relative;
  float: left;
  width: 510px;
}

.tit2 .cr1 h4 em {
  font-size: 24px;
  color: #4c4c4c;
  display: block;
  line-height: 24px;
  font-weight: normal;
}

.tit2 .cr1 h4 em a {
  color: #4c4c4c;
}

.tit2 .cr1 h4 span {
  font-size: 15px;
  color: #666666;
  display: block;
  padding-top: 25px;
  line-height: 30px;
  font-weight: normal;
  margin-left: -40px;
}

.tit2 ul .on .cr1 {
  height: 246px;
  opacity: 1;
  border-top: 0;
}

.tit2 ul .on h3 {
  display: none;
}

.tit2 ul .on {
  border-bottom: 0;
}

.tit2 .cr1 h4::before {
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 38px;
  right: 10px;
  content: "";
  background: url(/uploads/allimg/20230822/arrow-3.png) no-repeat;
}

.tit2 .cr1 .gds {
  transition: 0.35s;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 46px;
  box-sizing: border-box;
  border: 1px solid #d4d8da;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
  margin-left: -40px;
}

.tit2 .cr1 .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}

.tit2 li .cr1:after {
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #1b7749;
  content: "";
  display: block;
}

.tit2 li.on .cr1:after {
  width: 100%;
}

.tit2 li.on .cr1 i {
  animation-duration: 2s;
  animation-name: flipInY;
}

.cpt_con {
  position: relative;
  float: right;
  width: 57.14%;
  overflow: hidden;
}

.cpt_con ul {
  width: 100%;
}

.cpt_con .fc_n1 {
  width: 100%;
}

.cpt_con li {
  float: left;
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.cpt_con li img {
  width: 100%;
  display: block;
}

.cpt_con li span {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.fc_j1,
.fc_j2 {
  position: absolute;
  top: 200px;
}

.fc_j1 {
  left: 10px;
}

.fc_j2 {
  right: 10px;
}


@media screen and (min-width:760px) and (max-width:1366px) {
  .tit2 {
    height: 394px;
  }

  .tit2 ul li h3 {
    height: 85px;
  }

  .tit2 ul li h3 i {
    margin: 22px 10px 0 0;
  }

  .tit2 ul li h3 span {
    padding-top: 30px;
  }

  .tit2 ul .on .cr1 {
    height: 221px;
  }

  .tit2 .cr1 h4 {
    width: 445px;
  }

  .tit2 .cr1 h4 span {
    padding-top: 15px;
  }

}

.news {
  margin-top: 80px;
  height: 210px;
  background: #f2f7fa;
  overflow: hidden;
}

.news .nav-1 {
  float: left;
  width: 14.6%;
  padding-top: 54px;
  overflow: hidden;
  text-align: center;
}

.news .nav-1 em {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  display: block;
}

.news .nav-1 .gds {
  border: 1px solid #d4d8da;
  transition: 0.35s;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
  margin: 14px auto 0;
}

.news .nav-1 .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}

.news .news_con {
  float: right;
  width: 85%;
  margin-top: 45px;
  position: relative;
}

.news .news_con ul li {
  float: left;
  width: 46%;
  height: 120px;
  border-left: 1px solid #d5d9dc;
  width: calc((98% - 50px)/2);
  margin-right: 50px;
}

.news .news_con ul li h4 {
  padding-left: 40px;
  padding-top: 16px;
}

.news .news_con ul li h4 a {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  display: block;
  color: #333333;
}

.news .news_con ul li p {
  padding-left: 40px;
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  display: block;
  padding-top: 20px;
}

.news .news_con ul li:last-of-type {
  margin-right: 0;
}


.news_con .prev {
  position: absolute;
  left: -12%;
  bottom: 5px;
  width: 29px;
  height: 18px;
  background: url(https://www.jimeimaker.com/images/q-1.png) no-repeat;
  z-index: 10;
}

.news_con .next {
  position: absolute;
  left: -9.3%;
  bottom: 5px;
  width: 31px;
  height: 19px;
  background: url(https://www.jimeimaker.com/images/q-2.png) no-repeat;
  z-index: 10;
}



@media screen and (min-width:760px) and (max-width:1366px) {
  .news .news_con ul li h4 {
    padding-top: 10px;
  }

  .news .news_con ul li p {
    padding-top: 10px;
    line-height: 25px;
  }
}


/* -- 关于我们 -- */
.abt {
  overflow: hidden;
  position: relative;
  height: 41rem;
  background: url(https://www.jimeimaker.com/images/abt1.jpg) no-repeat center;
  background-size: 100% 41rem;
}

.abt-nav {
  overflow: hidden;
  padding-top: 4.95rem;
  text-align: center;
}

.abt-nav i {
  height: 9.5rem;
  width: 30.05rem;
  display: block;
  margin: 0 auto;
}

.abt-nav i img {
  width: 100%;
  display: block;
}

.abt-nav span {
  font-size: 32px;
  color: #333333;
  display: block;
  line-height: 33px;
  padding-top: 1.5rem;
}

.abt1 {
  overflow: hidden;
  margin-top: 0.5rem;
}

.abt1 ul li {
  float: left;
  width: 16.4%;
  background: url(https://www.jimeimaker.com/images/bg-s.png) no-repeat center bottom;
  background-size: 100% 18.75rem;
  height: 18.75rem;
  margin-right: 0.1%;
  text-align: center;
}

.abt1 ul li:last-of-type {
  margin-right: 0;
}

.abt1 ul li i {
  height: 3.25rem;
  width: 3.25rem;
  display: block;
  margin: 7rem auto 0;
}

.abt1 ul li i img {
  width: 100%;
  display: block;
}

.abt1 ul li span {
  padding-top: 1.4rem;
  font-size: 24px;
  line-height: 24px;
  color: #1b7749;
  display: block;
  font-weight: normal;
}


.abt1 ul li .gds {
  border: 1px solid #666666;
  transition: 0.35s;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  border-radius: 35px;
  display: block;
  transition: 0.35s;
  font-size: 14px;
  font-family: "Arial";
  color: #4c4c4c;
  font-weight: normal;
  margin: 1rem auto 0;
}

.abt1 ul li .gds:hover {
  transform: translateY(-5px);
  border-color: #1b7749;
  color: #1b7749;
}



@media screen and (min-width: 1263px) {
  html {
    font-size: calc(1263px * 20 / 1903);
  }
}

@media screen and (min-width: 1349px) {
  html {
    font-size: calc(1349px * 20 / 1903);
  }
}

@media screen and (min-width: 1463px) {
  html {
    font-size: calc(1463px * 20 / 1903);
  }
}

@media screen and (min-width: 1543px) {
  html {
    font-size: calc(1543px * 20 / 1903);
  }
}

@media screen and (min-width: 1583px) {
  html {
    font-size: calc(1583px * 20 / 1903);
  }
}

@media screen and (min-width: 1643px) {
  html {
    font-size: calc(1643px * 20 / 1903);
  }
}

@media screen and (min-width: 1663px) {
  html {
    font-size: calc(1663px * 20 / 1903);
  }
}

@media screen and (min-width: 1903px) {
  html {
    font-size: calc(1903px * 20 / 1903);
  }
}