.bgDiv {
    width: 100%;
    height: 100%;
    z-index: 2998;
    position: fixed;
    background: rgba(0,0,0,.3);
    top: 0px;
    left: 0px;}
.popdivA{
	overflow: hidden;
    position: fixed;
    background-color: #ffffff;
    z-index: 2999;
    margin:5%;
    border-radius: 0.24rem;
    width: 90% !important;
    padding: 0;
    top: calc(50vh - 3.133333333333333rem);
    padding-bottom: 25px;
}

.colseimg{
    height: 0.64rem;
    background: url(../images/2x/icon_popWindow_btnclose@2x.png) right no-repeat;
    background-size: contain;
    margin-right: 0.4266666666666667rem;
    margin-top:0.4266666666666667rem;
    }
.buttonA{
	width: 7.013333333333333rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.333333333333333rem;
    border: 1px solid #D14054;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 0.4rem;
    color: #D14054;
}   
.titleS{
	text-align: center;
	margin-top: 0.4266666666666667rem;
	margin-bottom:0.64rem;
	font-size: 0.4266666666666667rem;
} 
.bgcolorRed{
    background-color:  #D14054;
    color: #fff;
}