
.psy-content .banner{
    width: 100%;
    height: auto;
}
.psy-content .title{
    width: 100%;
    position: absolute;
    top: 1rem;
    text-align: center;
    color: #fff;
    font-size:0.36rem;
}
.psy-content .main{
    width: 100%;
    min-height: 5rem;
    background-color: #fff;
    position: absolute;
    top:4rem;
    text-align: center;
    font-size: 0.36rem;
    border-radius: 0.2rem 0.2rem 0 0;
}
.van-cell__right-icon{
    color: #F45B63;
}
.label-content{
    font-weight: bold;
    color: #323C32;
    font-size: 0.3rem;
}
.label-contents{
    font-weight: bold;
    color: red;
    font-size: 0.3rem;
}
.van-radio__label,.van-checkbox__label{
    /* border-bottom: 1px solid #EAEAEA; */
    color: #898D89;
}
.van-form{
    margin: 0.2rem 0.4rem;
}
.van-field{
    border-bottom: 0.01rem solid #EAEAEA;
}
van-button{ 
    background: #F45B63;
}
.wrapper {
    position: relative;
    height: 100%;
  }

.block {
    width: 5.4rem;
    height: 5.87rem;
    position: absolute;
    top:3.94rem ;
    left: 50%;
    margin-left: -2.7rem;
    background-color: #fff;
    border-radius: 0.2rem;
    text-align: center;
}
.block img{
    width: 5.4rem;
    height: auto;
}
.block p{
    color: #323C32;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.86rem;

}
.closePage{
   text-align: center;
}
.closePage .img img{
    width: 120px;
    height: auto;
    margin-top: 3rem;
}
.closePage p{
    font-size: 0.24rem;
    color: #C1C2C6
}
.van-picker__confirm{
    color: #F45B63;
}
.van-cell{
    line-height: 40px;
    justify-content: center;
    align-items: center;
    padding:10px 0;
}
.van-cell .van-field__label{
    width: 5em;
}
.new-cell{
    display: block;
}
.new-cell .van-field__label{
    width: 100%;
}
.new-cell .van-cell__value{
    margin-left: 5.8em;
}
.van-cell::after{
    border-bottom: none;
}
.van-field__control{
    text-align: right;
}
.van-checkbox--horizontal{
    margin-bottom: 0.2rem;
}
.van-radio--horizontal{
    margin: 0.1rem;
}