<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*支付弹窗 star**/
.p-notice{
  background-color: #fcfddb;
  font-size: 14px;
  line-height: 2.4;
  padding: 0 18px;
  color: #8a6d45;
}
.p-notice img{
  width: 16px;
  padding-right: 10px;
}
.p-cash{
  width: 200px;
  height: 115px;
  border-radius: 10px;
  border: 1px solid #a40000;
  background: #ffeeef;
  margin: 20px auto;
  text-align: center;
  color: #9cacbb;
  box-sizing: border-box;
  padding: 24px 0;
  font-size: 18px;
}
.p-cash .cashnum{
  font-size: 30px;

}
.p-content{
  padding: 24px;
}
.p-mode{
  font-size: 14px;color: #a6afc9;
}
.p-mode span{
  width: 75%;
  height: 1px;
  float: right;
  margin-top: 10px;
  background: #e9eff4;
}
.p-choice{
  text-align: center;
  width: 30.9%;
  position: relative;
  float: left;
  margin: 20px 1% 40px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.p-choice:hover{
  border: 1px solid #a40000;
  background-color: #ffeeef;
}
.p-choice span{
  height: 60px;
  line-height: 60px;
  padding-left: 33px;
  background-repeat:no-repeat;
  background-size: 28px;
  background-position-y: 50%;
  display: inline-block;
  color: #6f6a66;
  cursor:pointer
}
.p-wx{background-image: url(/static/images/weixinzhifu.png)}
.p-zfb{background-image: url(/static/images/zhifubao.png)}
.p-yue{background-image: url(/static/images/yue.png)}
.p-choice:hover .p-wx{background-image: url(/static/images/weixinzhifu1.png);color: #5698da;}
.p-choice:hover .p-zfb{background-image: url(/static/images/zhifubao1.png);color: #5698da}
.p-choice:hover .p-yue{background-image: url(/static/images/yue1.png);color: #5698da}

.payTypeDiv{

}
.payTypeDiv .taTips{
  color: red;
  font-size: 12px;
  margin-top: 5px;

}
.payTypeDiv .payMode{
  opacity: 0.1;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100px;
}
.payTypeDiv .payModeShow{
  opacity: 1;
  z-index: 1;
}


.payTypeDiv .taCheckbox{
  cursor: pointer;
  position: relative;
  top: 1px;
}</pre></body></html>