html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  font-family: "Google Sans",Roboto,Helvetica,Arial,sans-serif,'PingFang SC', 'Hiragino Sans GB', tahoma, arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  border: 0;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
a,
a:active,
button,
button:active,
input,
span,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.defen li .lei {
  float: left;
  font-size: 13px;
}

.defen li .num {
  color: #000000;
  font-weight: bold;
  margin-left: 0.15rem;
  float: left;
}

button {
  background: none;
  border: none;
}
html,
body {
  margin: 0 auto;
  height: 100%;
  font-size: 30px;
  font-size: calc(100vw / 750 * 100);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.bd .comment .pinglun {
  margin:  1rem 0;
}
.bd .comment .pinglun:last-child{
  margin-bottom: .65rem;
}
.abs {
  position: absolute;
  right: 0;
  top: 0;
}
.bdb::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center bottom;
}
.bdt::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center top;
}
.wp {
  position: relative;
  margin: 0 auto;
  font-size: 0.3rem;
}
.comment .pinglun .con {
  margin-top: 0.1rem;
  color: #666;

font-size: .24rem;
}

.comment .pinglun .time {
  margin-top: 0.36rem;
  overflow: hidden;
  display: flex;
  align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.pinglun .time .date {
  float: left;
  font-size: 0.24rem;
  margin-left: 0.2rem;
color: #999999;
}


.hd {
  position: relative;
  position: sticky;
  top: 0;
  height: 0.9rem;
  background-color: #fff;
  z-index: 10;
}
.hd .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url('../images/gp_back.png') no-repeat center / 60%;
  text-indent: -500%;
  overflow: hidden;
}
.hd .back:active {
  background-color: rgba(0, 0, 0, 0.02);
}
.hd .nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url('../images/gp_nav.png') no-repeat center / 60%;
  text-indent: -500%;
  overflow: hidden;
}
.hd .nav:active {
  background-color: rgba(0, 0, 0, 0.02);
}
.bd {
  padding: .93rem .41rem;
  box-sizing: border-box;
  overflow: hidden;
}
.comment .pinglun .user {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pinglun .time .pic {
  width: 1.5rem;
  float: right;
  position: relative;
  top: -.03rem;
    left: -0.1rem;
}

.pinglun .user .name {
  float: left;
  margin-left: 0.14rem;

font-size: 0.3rem;
color: #313131;
}

.pinglun .user .face {
  background-color: #CBCBCB;
  width: 0.64rem;
  border-radius: 50%;
  height: 0.64rem;
  overflow: hidden;
  float: left;
}

.app {
  position: relative;
  padding-left: 1.8rem;
  min-height: 1.35rem;
  line-height: 1;
}
.app .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.35rem;
  
 
  overflow: hidden;
}
.app .logo .mini{
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5732);
  transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.download_mask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #000000;
  transition: transform 0.3s;
  
}
.download_mask .box{
  background: #FFFFFF;
  border-radius: .22rem;
  width: 4.87rem;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  margin: 4.43rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: .4rem;
  padding-bottom: .5rem;
}

.download_mask .box .content{
  margin-top: 0.37rem ;
  font-size: .24rem;
  color: #01865F;
}
.download_mask .box img{
  width: 2.22rem;
  height: 1.64rem;
}

.overlay-show {
  opacity: 1;
}
.app .loading{
  position: absolute;
  left: 0;
  top: 0;
  width: 1.57rem;

}
.app .loading img{
  width: 100%;
}
.app  .rotate {
  display: none;
  animation-name: fadenum;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
}

@keyframes fadenum {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.app .logo img {
  width: 100%;
  border-radius: .24rem;
}
.app h2 {

  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.49rem;
  
color: #313131;
}

.app h3 {
  margin-bottom: 0.1rem;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  -webkit-transform: scale(0.833, 0.833);
  transform-origin: left;
  color: #01865f;
}
.app p {
  font-size: 12px;
  -webkit-text-size-adjust: none;
  -webkit-transform: scale(0.833, 0.833);
  transform-origin: left;
  color: #666;
}
.list {
  margin: 0.5rem 0;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.list .d-list {
  width: calc(100% / 1.55);
  position: relative;
}
.list li .icon-A {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.list li .icon-tanhao {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.list li{
  width: calc(100% / 4);
  position: relative;
}
.list li span{

  font-size: 0.28rem;
  font-weight: bold;
color: #313131;
}
.list li p{
  font-size: 12px;
color: #666666;
-webkit-text-size-adjust: none;
-webkit-transform: scale(0.916, 0.916);
}
.list li:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  content: '';
  background: #E8E8E8;
  height: 0.49rem;
  transform: translateY(-50%);
}
.icon-download,
.icon-age {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-download {
  background: url('../images/gp_icon_download.png') no-repeat center / 100%;
}
.icon-age {
  background: url('../images/gp_icon_age.png') no-repeat center / 100%;
  text-align: center;
  margin-left: 0.65rem;
}
.btn {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  background-color: #01865f;
  border-radius: .39rem;
  outline: none;
}
.btn:active {
  opacity: 0.9;
  -webkit-transform: scale(0.96);
}
.myswiper {
  position: relative;
  margin: .65rem 5px 0 0;
  width: 362px;
}
.myswiper img {
  width: 114px;
  height: 203px;
  border-radius: 0.15rem;
}
#outerdiv{
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index:2;
  width:100%;
  height:100%;
  display:none;
}
#innerdiv{
  position:absolute;
}
.pimg {
  display: block;
  margin-bottom: 10px;
  width:100%;
  height:100%;

}
#bigimg {
  border-radius: 0.15rem;
}


.desc {
  padding-right: 0;
  padding-left: 0;
  font-size: 0.28rem;
  color: #666;
  text-align: justify;
  margin-top: 0.8rem;
  position: relative;
  
}
.desc ~ .desc{
  margin-top: 1.75rem;
}
.desc .total .defen {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.desc .total .nr {
  overflow: hidden;
  display: flex;
}
.total .defen li {
  float: left;
  width: 33.3%;
  text-align: left;
}
.defen li .star {
  float: left;
  width: 0.30rem;
  margin-top: 0.03rem;
  margin-left: 0.04rem;

}

.mask h2{
  color:#01875f;
font-size: 0.3rem;
text-align: center;
margin-bottom: .71rem;
}
.information{
  padding: .5rem .16rem;
  border-top: 1px solid #DFDFDF;

}
.information h3{

  color: #313131;
font-size: .33rem;
margin-bottom: 0.32rem;
}
.information p{
font-size: 0.24rem;
color: #666666;
}
.information .toptxt{
  /* display: flex; */
  font-size: .3rem;

  color: #666666;
}
.information ul{
  display: flex;
  flex-wrap: wrap;
}
.information  .lis:nth-child(-n+2){
  margin-top: 0;
}
.information  .lis{
  margin-top: .7rem;

width: 50%;
}
.information  p.text2{
  font-size: .3rem;
color:#313131 ;
}
.desc .total .right {
  float: right;
  overflow: hidden;
  margin-left: 0.52rem;
  width: 100%;
}
.total .right .fenzhi {
  overflow: hidden;
  display: flex;
}

.right .fenzhi .fen {
  float: left;
}
.right .fenzhi .lay {
  float: left;
  margin-top: 0.065rem;
  margin-left: 0.25rem;
  width:100%;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #E8EAED;
  overflow: hidden;
}
.fenzhi .lay .color {
  width: 90%;
  height: 100%;
  background-color: #01875F;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.fenzhi .lay .color.c2 {
  width: 8%;
}
.fenzhi .lay .color.c1 {
  width: 15%;
}




.total .left .fen {
  font-size: 1.06rem;
  color: rgba(0,0,0,1.00);
  text-align: center;
  word-spacing: normal;
  margin-top: -0.25rem;
}
.desc .total .left {
  float: left;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
}
.total .left .star {
  width: 2rem;
  margin-top: -0.15rem;
}



.desc h3 {
  margin-bottom: 0.35rem;
  font-size: 0.35rem;
  color: #313131;
}
.desc p {
  margin-bottom: 0.35rem;
}
.imglist li {
  margin-bottom: 0.5rem;
}
.imglist img {
  border-radius: 0.15rem;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 342px;
  height: 100%;
  z-index: 1;
  margin:0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  display: inline-block; 
  width: 100%;
  height: 100%;
  position: relative;
  margin:0px auto;
  margin-right: 20px;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
} /*# sourceMappingURL=./gp_css.css.map */
