body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.txt-center {
  text-align: center;
}

.mrgn-btm-vh-s {
  margin-bottom: 7vh;
}

.mrgn-btm-vh-m {
  margin-bottom: 15vh;
}

.mrgn-top-vh-s {
  margin-top: 7vh
}

.mrgn-top-vh-m {
  margin-top: 15vh;
}

.div-shadowed-btm {
  box-shadow: 0 1px 1px #999;
}
.div-pd-lt {
  padding-left: 5px;
}

.info-parph {
  line-height: 30px;
}

/********************************************************************************
 *  Entrance Style
*********************************************************************************/
.enter {
  background-image: url(../img/enter-bkg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.head {
  width: 100%;
  height: 25vh;
  position: relative;
  background-color: transparent;
  text-align: center;
  font-family: “Arial”,”Microsoft YaHei”,”黑體”,”宋體”,sans-serif;
}
.head .title {
  position: relative;
  top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
  .ttl1 {
    color: #047C41;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #555;
  }
  .ttl2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #555;
  }
.body {
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: transparent;
  /* text-align: center; */
}
.body .info {
  width: 80%;
  position: relative;
  top: 3vh;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  text-align: center;
  text-shadow: 0 0 3px #fff;
  font-size: 25px;
  font-family: “Arial”,”Microsoft YaHei”,”黑體”,”宋體”,sans-serif;
}
.footer {
  width: 100%;
  height: 15vh;
  position: relative;
  background-color: transparent;
  text-align: center;
}
.btn {
  /* background: linear-gradient(to right, #ff6700, #ffb677, #ff6700); */
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 5px #333;
  top: 3vh;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #047C41;
}
.btn a {
  color: #fff;
  font-size: 30px;
  font-family: “Arial”,”Microsoft YaHei”,”黑體”,”宋體”,sans-serif;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {
  .enter {
    background-image: url(../img/enter-bkg-mob.jpg);
  }
  .btn a {
    font-size: 20px;
  }
  .head {
    font-size: 35px;
    height: 40vh;
  }
  .head .title {
    position: relative;
    top: 5vh;
    padding-left: 10px;
    padding-right: 10px;
  }
  .body {
    font-size: 15px;
    height: 45vh;
  }
  .body .info {
    width: 90%;
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
  }
}

/***************************************************************
 * Paper Style
****************************************************************/
.pprbdy {
  background-color: #ff8364;
}

/***************************************************************
 * Report Main Style
****************************************************************/
.rptbdy {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.weui-article h1.rptttl {
  font-size: 2em;
}

/***************************************************************
 * Simple Report Block Style
****************************************************************/
img.light {
  width: 20vw;
  min-width: 150px;
}
.srpt {
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100%;
}
img.srptttlimg, img.srptimg {
  position: relative;
  display: block;
  margin: auto;
  max-width: 800px;
}
.srptttlimg {
  width: 50vw;
}
.srptimg {
  width: 95vw;
}
.srptinfo {
  display: block;
  position: relative;
  width: 85vw;
  margin: auto;
  text-align: center;
}
ul.srptinfoitem {
  list-style-type: none;
  color: #555;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
ul.srptinfoitem li::before {
  content: "\2022";
  color: #ff8364;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.rptdesc {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
div.summblk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
}
div.summttl {
  flex: 100%;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
div.summitem {
  flex: 200px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  box-shadow: 0 1px 3px #ddd;
  text-align: center;
}
/*****************************************************************
 * Share Block style
******************************************************************/
.shareblk {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 0;
}

.appshare, .timeshare, .rptsave {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 3px #aaa;
}
  .appshare {
    background-color: #ff6700;
  }
  .rptsave {
    background-color: #5c5470;
  }

.prw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: transparent;
}
.prwbkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: inherit;
  background-color: #555;
  opacity: .75;
}

.prwmain {
  opacity: 1;
  display: block;
  position: relative;
  width: 95vw;
  height: 98vh;
  margin: auto;
  top: 1vh;
  overflow: auto;
  z-index: inherit;
}

.prwimg {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  top: 15px;
  z-index: 5000;
}

.prwimgps {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: auto;
  top: 15px;
  background: #333;
  opacity: .90;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
/****************************************************************
 *
*****************************************************************/
.close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 9999;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*************************************************************
 *
**************************************************************/
.hidden {
  display: none;
}