body{
    background:#f0eff5;
    color:#000;
}
.cont{
    display:block;
    margin: 0 auto;
    height:1.5rem;
    background:#fff;
    padding:0 0.3rem 0 0.5rem ;
    margin-top:0.3rem;
}
.cont:first-child{
    margin-top:0;
}
.cont:last-child{

}
.left{
    float:left;
}
.right{
    float:right;
}
.name{
    font-size:0.42rem;
    margin-top:0.3rem;
}
.detail{
    font-size:0.36rem;
    color:rgba(0,0,0,0.5);
    margin-top:0.26rem;
}
.right{
    margin-top:0.5rem;
}
.right span{
    font-size:0.58rem;
}
.rmb{
    width: 0.30rem;
    height: 0.42rem;
}
.img_right{
    width:0.45rem;
    height:0.45rem;
}
.explain{
    width:90%;
    left:5%;
    bottom:2%;
    position:absolute;
    line-height:0.7rem;
    font-size:0.36rem;
    color:rgba(0,0,0,0.6);
}
.tax_notice {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wrap {
  width: 9rem;
  margin: 0 auto;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -3.275rem;
  margin-left: -4.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding-top: .5rem;
}
.wrap .head {
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  margin: .3rem 0;
}
.wrap .body {
  margin: .8rem .3rem;;
  font-size: .38rem;
  line-height: 1.5;
}
.foot {
  text-align: center;
  border-top: 1px solid #eee;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.foot .see {
  border-right: 1px solid #eee;
  color: #2c7dfa;
}
.contact {
  color: #2c7dfa;
}
.foot .btn-base {
  display: inline-block;
  width: 48%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .4rem;
}
.item {
margin-top: .3rem;
}
