<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.certificate .left{
  float: left;
}

.mt30{
  margin-top: 30px;
}
.cup{
  width: 80px;
  height: 80px;
}
.certificate-list-name{
  line-height: 80px;
  font-size: 18px;
}
.certificateName{
  color: #FD3748;
  /* margin-right: 8px; */
}
.overhide{
  overflow: hidden;
}
.tip{
  border-left:5px solid #00caa3;
  margin: 40px 0 30px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}
.table{
  width: 1000px;
  border-collapse: collapse;
}
.table th, .table td{
  border: 1px solid #34495e;
  text-align: center;
  padding: 12px 6px;
}
.table td{
  font-size: 13px;
}
.certificateImgContainer{
  margin-right: 30px;
  text-align: center;
}
.certificateImg{
  width: 150px;
  height: 106px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 10px rgb(202, 202, 214); 
}
.certificateImg:hover{
  width: 400px;
  height: auto;
  transition:all 1s;
}
.applyCertificateName{
  width: 350px;
  height: 60px;
  padding-left: 15px;
  text-align: left;
  line-height: 60px;
  font-size: 13px;
  border: 1px solid rgba(204, 204, 204, 1);
  margin-bottom: 15px;
  cursor: pointer;
}
.actived{
  border: 1px solid #a300ff;
  font-weight: bold;
  background-image: url(https://cdn.pigai.org/res/images/xyy/checkon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.input-group{
  margin-bottom: 15px;
}
.stress{
  color: #FD3748;
}
.apply-input{
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 6px 8px;
  width: 280px;
}
.pay-btn{
  padding: 10px 40px;
  border: 1px solid #ddd;
  margin-right: 40px;
  cursor: pointer;
}
.payActived{
  border: 1px solid #a300ff;
  background-image: url(https://cdn.pigai.org/res/images/xyy/checkon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.price{
  color: #e60012;
  padding: 0 5px;
  font-weight: bold;
  font-size: 16px;
}
.pay-pirce{
  margin: 15px 0;
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.pay_submit{
  width: 180px;
  height: 40px;
  background-color: #e60012;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  /* line-height: 40px; */
  margin-top: 10px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}
.ml15{
  margin-left: 15px;
}
#mask{
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=70,finishOpacity=100);
}
.wxpay-container{
  width: 300px;
  height: 300px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 26px #e2e6ec;
  border-radius: 10px;
  z-index: 101;
  padding: 20px 30px;
  border: 2px solid #bcd6ee;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wxpay-text{
  text-align: center;
  font-size: 13px;
  color: #336699;
}
.wxpay-img{
  width: 240px;
  height: 240px;
}
.closeWxPay{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(icibawin.png) no-repeat scroll -10px -40px;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
  .top-desc-num{
    background-color: #F3F3F4;
		border-radius: 12px;
		width: 240px;
		height: 152px;
		text-align: center;
		margin: 45vh auto 0;
    padding-top:15px; 
  }
  .mobile-tip{
    display: block;
  }
  .mobile-tip:nth-child(1){
    margin-bottom: 15px;
  }
  .row{
    width: 100%;
  }
  .certificate-container{
    padding: 0 8px;
  }
  .certificate-list-name{
    line-height: 1.5em;
  }
  .cup{
    display: none;
  }
  .apply-table{
    overflow-x: auto;
  }
  .certificateImgContainer{
    margin-bottom: 15px;
  }
  .certificateImg{
    display: block;
  }
  .certificateImg:hover{
    width: 80%;
  }
  .pay-btn{
    display: block;
    margin-bottom: 15px;
  }
  .wxpay{
    padding: 10px 24px;
    margin-right: 0px;
  }
}</pre></body></html>